body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poiret One', display;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Poiret One', display;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Poiret One', display;
  font-size: 1.3rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'Poiret One', display;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff7f9f !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ca9e6f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ca9e6f !important;
  border-color: #ca9e6f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7840 !important;
  border-color: #ad7840 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7840 !important;
  border-color: #ad7840 !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: #ff1952;
  color: #ff1952;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #9a6b39;
  color: #9a6b39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ca9e6f;
  border-color: #ca9e6f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ca9e6f !important;
  border-color: #ca9e6f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff7f9f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ca9e6f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff1952 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9a6b39 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ca9e6f;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7f9f;
  border-color: #ff7f9f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff7f9f;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #ff7f9f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff7f9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff7f9f;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7f9f;
  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: #ff7f9f;
  border-bottom-color: #ff7f9f;
}
.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: #ff7f9f !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ff7f9f' %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.3;
}
.cid-tNL5YBnxW1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNL5YBnxW1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNL5YBnxW1 a {
  font-style: normal;
}
.cid-tNL5YBnxW1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNL5YBnxW1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNL5YBnxW1 .nav-item:focus,
.cid-tNL5YBnxW1 .nav-link:focus {
  outline: none;
}
.cid-tNL5YBnxW1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNL5YBnxW1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNL5YBnxW1 .menu-logo {
  margin-right: auto;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNL5YBnxW1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .btn {
  display: flex;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNL5YBnxW1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNL5YBnxW1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNL5YBnxW1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tNL5YBnxW1 img {
    height: 3.8rem !important;
  }
  .cid-tNL5YBnxW1 .btn {
    display: flex;
  }
  .cid-tNL5YBnxW1 button.navbar-toggler {
    display: block;
  }
  .cid-tNL5YBnxW1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNL5YBnxW1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNL5YBnxW1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing,
  .cid-tNL5YBnxW1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNL5YBnxW1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNL5YBnxW1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tNL5YBnxW1 .nav-link:hover,
.cid-tNL5YBnxW1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-tNGHM3FeBu {
  background-image: url("../../../assets/images/750-90922-2000x1335.jpg");
}
.cid-tNGHM3FeBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNGHM3FeBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNGHM3FeBu .row {
  flex-direction: row-reverse;
}
.cid-tNGHM3FeBu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNGHM3FeBu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNGHM3FeBu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNGHM3FeBu .mbr-text,
.cid-tNGHM3FeBu .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-tNGHM3FeBu .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-tNL9EXtqiF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNL9EXtqiF .mbr-text,
.cid-tNL9EXtqiF blockquote {
  color: #767676;
}
.cid-tNL9EXtqiF .mbr-text {
  color: #b2ccd2;
}
.cid-rWwk5pa5kJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWwk5pa5kJ .mbr-text {
  color: #465052;
}
.cid-rVchMyWmY6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVchMyWmY6 p {
  margin-bottom: 0;
}
.cid-rVchMyWmY6 .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(51, 51, 51, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rVchMyWmY6 .card-box .card-title {
  pointer-events: all;
}
.cid-rVchMyWmY6 .card-box .mbr-text {
  pointer-events: all;
}
.cid-rVchMyWmY6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rVchMyWmY6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rVchMyWmY6 .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rVchMyWmY6 .card-wrap {
  position: relative;
}
.cid-rVchMyWmY6 .card {
  padding-bottom: 2rem;
}
.cid-rVchMyWmY6 .mbr-section-title {
  color: #465052;
}
.cid-rVchMyWmY6 P {
  color: #cccccc;
}
.cid-rVchQZjfgn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVchQZjfgn p {
  margin-bottom: 0;
}
.cid-rVchQZjfgn .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(35, 35, 35, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rVchQZjfgn .card-box .card-title {
  pointer-events: all;
}
.cid-rVchQZjfgn .card-box .mbr-text {
  pointer-events: all;
}
.cid-rVchQZjfgn .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rVchQZjfgn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rVchQZjfgn .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rVchQZjfgn .card-wrap {
  position: relative;
}
.cid-rVchQZjfgn .card {
  padding-bottom: 2rem;
}
.cid-rVchQZjfgn P {
  color: #cccccc;
}
.cid-uTFdIH5OpG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTFdIH5OpG p {
  margin-bottom: 0;
}
.cid-uTFdIH5OpG .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(35, 35, 35, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-uTFdIH5OpG .card-box .card-title {
  pointer-events: all;
}
.cid-uTFdIH5OpG .card-box .mbr-text {
  pointer-events: all;
}
.cid-uTFdIH5OpG .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-uTFdIH5OpG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-uTFdIH5OpG .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uTFdIH5OpG .card-wrap {
  position: relative;
}
.cid-uTFdIH5OpG .card {
  padding-bottom: 2rem;
}
.cid-uTFdIH5OpG P {
  color: #cccccc;
}
.cid-rVc6KkncrK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rVc6KkncrK .mbr-section-subtitle {
  color: #cccccc;
  text-align: center;
  font-weight: 300;
}
.cid-rVc6KkncrK .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rVc6KkncrK .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rVc6KkncrK .time-line-date-content {
  margin-right: 2rem;
}
.cid-rVc6KkncrK .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rVc6KkncrK .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rVc6KkncrK .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVc6KkncrK .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rVc6KkncrK .mbr-timeline-date,
.cid-rVc6KkncrK .timeline-text-content {
  transition: all .4s;
}
.cid-rVc6KkncrK .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rVc6KkncrK .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rVc6KkncrK .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rVc6KkncrK .reverse .time-line-date-content p {
  float: left;
}
.cid-rVc6KkncrK .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rVc6KkncrK .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rVc6KkncrK .iconBackground {
    left: 0 !important;
  }
  .cid-rVc6KkncrK .separline:before {
    left: 0!important;
  }
  .cid-rVc6KkncrK .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rVc6KkncrK .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rVc6KkncrK .time-line-date-content p {
    float: left !important;
  }
  .cid-rVc6KkncrK .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rVc6KkncrK .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rVc6KkncrK .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rVc6KkncrK .mbr-section-title {
  color: #ffffff;
}
.cid-rVc6KkncrK .mbr-timeline-date {
  color: #232323;
}
.cid-rVc6KkncrK .mbr-timeline-text {
  color: #767676;
}
.cid-rVc6KkncrK .mbr-timeline-title {
  color: #465052;
}
.cid-saAJhz0jkH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saAJhz0jkH .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-saAJhz0jkH .mbr-author-desc {
  display: block;
}
.cid-saAJhz0jkH .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-saAJhz0jkH .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-saAJhz0jkH .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-saAJhz0jkH .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-saAJhz0jkH .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-saAJhz0jkH .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-saAJhz0jkH .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-saAJhz0jkH .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-saAJhz0jkH H2 {
  color: #465052;
}
.cid-saAJhz0jkH .mbr-section-subtitle {
  color: #5b686b;
}
.cid-saAJhz0jkH .mbr-text {
  color: #5b686b;
}
.cid-saAJhz0jkH .mbr-author-name {
  color: #5b686b;
}
.cid-saAKbip4lq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saARLAkB5H {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-saARLAkB5H .mbr-section-subtitle {
  color: #5b686b;
}
.cid-saARLAkB5H H2 {
  color: #465052;
}
.cid-s1GmQQ0Wa7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s1GmQQ0Wa7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1GmQQ0Wa7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1GmQQ0Wa7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1GmQQ0Wa7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1GmQQ0Wa7 .row > .row {
  display: block;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-item {
  width: 100%;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-item > div {
  position: relative;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-s1GmQQ0Wa7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-s1GrIl0sk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s1GrIl0sk3 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-s1GrIl0sk3 p {
  color: #ffffff;
}
.cid-s1GrIl0sk3 .card {
  margin-bottom: 2rem;
}
.cid-s1GrIl0sk3 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-s1GrIl0sk3 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-s1GrIl0sk3 .card-box {
  padding-bottom: 2rem;
}
.cid-s1GrIl0sk3 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-s1GrIl0sk3 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-s1GrIl0sk3 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s1GrIl0sk3 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s1GrIl0sk3 P {
  color: #465052;
}
.cid-tNXdyyCm6T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tNXdyyCm6T .carousel {
  height: 800px;
}
.cid-tNXdyyCm6T .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNXdyyCm6T .carousel-item,
.cid-tNXdyyCm6T .carousel-inner {
  height: 100%;
}
.cid-tNXdyyCm6T .mbr-overlay {
  z-index: 1;
}
.cid-tNXdyyCm6T .carousel-caption {
  bottom: 40px;
}
.cid-tNXdyyCm6T .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tNXdyyCm6T .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tNXdyyCm6T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tNXdyyCm6T .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tNXdyyCm6T .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tNXdyyCm6T .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tNXdyyCm6T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tNXdyyCm6T .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tNXdyyCm6T .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNXdyyCm6T .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNXdyyCm6T .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNXdyyCm6T .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tNXdyyCm6T .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tNXdyyCm6T .carousel-indicators li.active,
.cid-tNXdyyCm6T .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNXdyyCm6T .carousel-indicators li::after,
.cid-tNXdyyCm6T .carousel-indicators li::before {
  content: none;
}
.cid-tNXdyyCm6T .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNXdyyCm6T .carousel-indicators {
    display: none !important;
  }
}
.cid-rWwgH2kdnV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWwgH2kdnV .mbr-section-subtitle {
  color: #767676;
}
.cid-rWwgH2kdnV H2 {
  color: #465052;
}
.cid-rXzchWuNWD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rXzchWuNWD .card-box {
  padding: 0 2rem;
}
.cid-rXzchWuNWD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rXzchWuNWD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rXzchWuNWD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rXzchWuNWD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rXzchWuNWD .mbr-text {
  color: #5b686b;
  text-align: center;
}
.cid-rXzchWuNWD .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f9f9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rXzchWuNWD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rXzchWuNWD .card-title {
  text-align: center;
  color: #465052;
}
.cid-sEs4Cs0JHj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sEs4Cs0JHj .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sEs4Cs0JHj H2 {
  color: #465052;
}
.cid-sEs4DlROKQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sEs4DlROKQ p {
  margin-bottom: 0;
}
.cid-sEs4DlROKQ .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(35, 35, 35, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-sEs4DlROKQ .card-box .card-title {
  pointer-events: all;
}
.cid-sEs4DlROKQ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sEs4DlROKQ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-sEs4DlROKQ .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sEs4DlROKQ .card-wrap {
  position: relative;
}
.cid-sEs4DlROKQ .card {
  padding-bottom: 2rem;
}
.cid-sEs4DlROKQ P {
  color: #cccccc;
}
.cid-syMA1YjFg5 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/img-352-2000x1500.jpeg");
}
.cid-syMA1YjFg5 .title {
  margin-bottom: 2rem;
}
.cid-syMA1YjFg5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-syMA1YjFg5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-syMA1YjFg5 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-syMA1YjFg5 textarea.form-control {
  min-height: 188px;
}
.cid-syMA1YjFg5 H2 {
  color: #ffffff;
}
.cid-syMA1YjFg5 LABEL {
  color: #ffffff;
}
.cid-rXzaXltj5q {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-rXzaXltj5q .mbr-section-subtitle {
  color: #767676;
}
.cid-rXzaXltj5q H2 {
  color: #ffffff;
}
.cid-rVc8eycjHh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-rVc8eycjHh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVc8eycjHh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rVc8eycjHh .media-wrap img {
  height: 6rem;
}
.cid-rVc8eycjHh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rVc8eycjHh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rVc8eycjHh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rVc8eycjHh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVc8eycjHh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rVc8eycjHh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVc8eycjHh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVc8eycjHh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVc8eycjHh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVc8eycjHh .copyright > p {
  color: #879a9f;
  text-align: center;
}
.cid-rVc8eycjHh .links {
  color: #ffffff;
  text-align: center;
}
.cid-un81GmPtLK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-un81GmPtLK .mbr-section-subtitle {
  color: #767676;
}
.cid-un81GmPtLK H2 {
  color: #879a9f;
}
.cid-tNL5YBnxW1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNL5YBnxW1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNL5YBnxW1 a {
  font-style: normal;
}
.cid-tNL5YBnxW1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNL5YBnxW1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNL5YBnxW1 .nav-item:focus,
.cid-tNL5YBnxW1 .nav-link:focus {
  outline: none;
}
.cid-tNL5YBnxW1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNL5YBnxW1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNL5YBnxW1 .menu-logo {
  margin-right: auto;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNL5YBnxW1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .btn {
  display: flex;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNL5YBnxW1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNL5YBnxW1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNL5YBnxW1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tNL5YBnxW1 img {
    height: 3.8rem !important;
  }
  .cid-tNL5YBnxW1 .btn {
    display: flex;
  }
  .cid-tNL5YBnxW1 button.navbar-toggler {
    display: block;
  }
  .cid-tNL5YBnxW1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNL5YBnxW1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNL5YBnxW1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing,
  .cid-tNL5YBnxW1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNL5YBnxW1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNL5YBnxW1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tNL5YBnxW1 .nav-link:hover,
.cid-tNL5YBnxW1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-syGQEeCEPZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-syGQEeCEPZ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-syGQEeCEPZ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uTFsEGdJ3l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uTFsEGdJ3l .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uTFsEGdJ3l .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uTFsEGdJ3l .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-uTFsSDxXU3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uTFsSDxXU3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uTFsSDxXU3 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uTFsSDxXU3 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-syGWbvTZJ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syGWbvTZJ6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-syGWbvTZJ6 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-syGWbvTZJ6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-syGWbvTZJ6 .inner-container {
    width: 100% !important;
  }
}
.cid-syDnCnLX7j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syDnCnLX7j .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #465052;
}
.cid-syDnCnLX7j .mbr-author-name {
  font-weight: bold;
  color: #b2ccd2;
}
.cid-syDnCnLX7j .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-syDnCnLX7j .mbr-figure,
  .cid-syDnCnLX7j img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-syDnCnLX7j .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-syDnCnLX7j .mbr-author-desc {
  color: #b2ccd2;
}
.cid-syGZQk56WZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syGZQk56WZ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-syGZQk56WZ H2 {
  color: #465052;
  text-align: center;
}
.cid-syGZLEVqze {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syGZLEVqze .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-syGZLEVqze .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-syGZLEVqze .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-syGZLEVqze .inner-container {
    width: 100% !important;
  }
}
.cid-syGZLEVqze .section-text DIV {
  text-align: left;
}
.cid-tNX78GuHWl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX78GuHWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX78GuHWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX78GuHWl .video-wrapper iframe {
  width: 100%;
}
.cid-tNX78GuHWl .mbr-section-title,
.cid-tNX78GuHWl .mbr-section-subtitle,
.cid-tNX78GuHWl .mbr-text {
  text-align: center;
}
.cid-tNX78GuHWl .mbr-section-title {
  color: #465052;
}
.cid-rWxkaURBYL {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNL5YBnxW1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNL5YBnxW1 a {
  font-style: normal;
}
.cid-tNL5YBnxW1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNL5YBnxW1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNL5YBnxW1 .nav-item:focus,
.cid-tNL5YBnxW1 .nav-link:focus {
  outline: none;
}
.cid-tNL5YBnxW1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNL5YBnxW1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNL5YBnxW1 .menu-logo {
  margin-right: auto;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNL5YBnxW1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .btn {
  display: flex;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNL5YBnxW1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNL5YBnxW1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNL5YBnxW1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tNL5YBnxW1 img {
    height: 3.8rem !important;
  }
  .cid-tNL5YBnxW1 .btn {
    display: flex;
  }
  .cid-tNL5YBnxW1 button.navbar-toggler {
    display: block;
  }
  .cid-tNL5YBnxW1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNL5YBnxW1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNL5YBnxW1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing,
  .cid-tNL5YBnxW1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNL5YBnxW1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNL5YBnxW1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tNL5YBnxW1 .nav-link:hover,
.cid-tNL5YBnxW1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-syH3ALELOR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-syH3ALELOR .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-syH3ALELOR H2 {
  color: #ffffff;
  text-align: center;
}
.cid-syH3HI1nbu {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-syH3HI1nbu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-syH3HI1nbu .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-syH3HI1nbu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-s1I4pFYAdF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s1I4pFYAdF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s1I4pFYAdF .section-text {
  padding: 2rem 0;
}
.cid-s1I4pFYAdF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s1I4pFYAdF .inner-container {
    width: 100% !important;
  }
}
.cid-s1I4osZsQG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1I4osZsQG .mbr-text {
  color: #465052;
}
.cid-s1I4osZsQG .mbr-text p {
  background: #ffffff;
}
.cid-s1I4osZsQG .mbr-text P {
  text-align: left;
}
.cid-s1I1tEBDQd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNL5YBnxW1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNL5YBnxW1 a {
  font-style: normal;
}
.cid-tNL5YBnxW1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNL5YBnxW1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNL5YBnxW1 .nav-item:focus,
.cid-tNL5YBnxW1 .nav-link:focus {
  outline: none;
}
.cid-tNL5YBnxW1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNL5YBnxW1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNL5YBnxW1 .menu-logo {
  margin-right: auto;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNL5YBnxW1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .btn {
  display: flex;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNL5YBnxW1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNL5YBnxW1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNL5YBnxW1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tNL5YBnxW1 img {
    height: 3.8rem !important;
  }
  .cid-tNL5YBnxW1 .btn {
    display: flex;
  }
  .cid-tNL5YBnxW1 button.navbar-toggler {
    display: block;
  }
  .cid-tNL5YBnxW1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNL5YBnxW1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNL5YBnxW1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing,
  .cid-tNL5YBnxW1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNL5YBnxW1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNL5YBnxW1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tNL5YBnxW1 .nav-link:hover,
.cid-tNL5YBnxW1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-tNH4DHMUZz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-tNH4DHMUZz .mbr-section-subtitle {
  color: #767676;
}
.cid-tNH4DHMUZz H2 {
  color: #ffffff;
}
.cid-uTLg8FuxoK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTLg8FuxoK .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uTLg8FuxoK H2 {
  color: #232323;
  text-align: center;
}
.cid-uTLhnxUqeM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uTLhnxUqeM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uTLhnxUqeM .video-block {
    width: 100% !important;
  }
}
.cid-uTLimNpEfN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uTLimNpEfN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uTLimNpEfN .video-block {
    width: 100% !important;
  }
}
.cid-uTLinBCMWB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uTLinBCMWB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uTLinBCMWB .video-block {
    width: 100% !important;
  }
}
.cid-uTLipigJfV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uTLipigJfV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uTLipigJfV .video-block {
    width: 100% !important;
  }
}
.cid-uTLiqq2lec {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uTLiqq2lec .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uTLiqq2lec .video-block {
    width: 100% !important;
  }
}
.cid-uTLi6L3ltY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTLi6L3ltY .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uTLi6L3ltY H2 {
  color: #232323;
  text-align: center;
}
.cid-rWU4RpHBVy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rWU4RpHBVy .item {
  padding-bottom: 2rem;
}
.cid-rWU4RpHBVy .item-wrapper {
  height: 100%;
}
.cid-rWU4RpHBVy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rWU4RpHBVy .carousel-control,
.cid-rWU4RpHBVy .close {
  background: #1b1b1b;
}
.cid-rWU4RpHBVy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rWU4RpHBVy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rWU4RpHBVy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rWU4RpHBVy .close::before {
  content: '\e91a';
}
.cid-rWU4RpHBVy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rWU4RpHBVy .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rWU4RpHBVy .carousel-inner > .active {
  display: block;
}
.cid-rWU4RpHBVy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rWU4RpHBVy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rWU4RpHBVy .carousel-control .icon-next,
.cid-rWU4RpHBVy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rWU4RpHBVy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rWU4RpHBVy .carousel-control,
  .cid-rWU4RpHBVy .carousel-indicators,
  .cid-rWU4RpHBVy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rWU4RpHBVy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rWU4RpHBVy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rWU4RpHBVy .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rWU4RpHBVy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rWU4RpHBVy .carousel-indicators {
    display: none;
  }
}
.cid-rWU4RpHBVy .carousel-indicators .active,
.cid-rWU4RpHBVy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-rWU4RpHBVy .carousel-indicators .active {
  background: #fff;
}
.cid-rWU4RpHBVy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rWU4RpHBVy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rWU4RpHBVy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rWU4RpHBVy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rWU4RpHBVy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rWU4RpHBVy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-rWU4RpHBVy .carousel {
  width: 100%;
}
.cid-rWU4RpHBVy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-rWU4RpHBVy .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rWU4RpHBVy .modal.fade .modal-dialog,
.cid-rWU4RpHBVy .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rWU4RpHBVy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-rWU4RpHBVy a {
  display: block;
}
.cid-rWU4RpHBVy a.img {
  pointer-events: none;
}
.cid-rWU4RpHBVy H3 {
  color: #465052;
}
.cid-rWU4BUJxYC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNL5YBnxW1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNL5YBnxW1 a {
  font-style: normal;
}
.cid-tNL5YBnxW1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNL5YBnxW1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNL5YBnxW1 .nav-item:focus,
.cid-tNL5YBnxW1 .nav-link:focus {
  outline: none;
}
.cid-tNL5YBnxW1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNL5YBnxW1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNL5YBnxW1 .menu-logo {
  margin-right: auto;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNL5YBnxW1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNL5YBnxW1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNL5YBnxW1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNL5YBnxW1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNL5YBnxW1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNL5YBnxW1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNL5YBnxW1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNL5YBnxW1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNL5YBnxW1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .btn {
  display: flex;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNL5YBnxW1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNL5YBnxW1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNL5YBnxW1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNL5YBnxW1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNL5YBnxW1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNL5YBnxW1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNL5YBnxW1 .navbar-expand {
    flex-direction: column;
  }
  .cid-tNL5YBnxW1 img {
    height: 3.8rem !important;
  }
  .cid-tNL5YBnxW1 .btn {
    display: flex;
  }
  .cid-tNL5YBnxW1 button.navbar-toggler {
    display: block;
  }
  .cid-tNL5YBnxW1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNL5YBnxW1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNL5YBnxW1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing,
  .cid-tNL5YBnxW1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNL5YBnxW1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNL5YBnxW1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNL5YBnxW1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNL5YBnxW1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNL5YBnxW1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNL5YBnxW1 .navbar-collapse {
  flex-basis: auto;
}
.cid-tNL5YBnxW1 .nav-link:hover,
.cid-tNL5YBnxW1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-rXnixltKLU {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-rXnixltKLU .mbr-section-subtitle {
  color: #767676;
}
.cid-rXnixltKLU H2 {
  color: #ffffff;
}
.cid-uVlEexMLA2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uVlEexMLA2 .mbr-overlay {
  z-index: 1;
}
.cid-uVlEexMLA2 .carousel-caption {
  bottom: 40px;
}
.cid-uVlEexMLA2 .carousel-control .icon-next,
.cid-uVlEexMLA2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uVlEexMLA2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVlEexMLA2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uVlEexMLA2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uVlEexMLA2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uVlEexMLA2 .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVlEexMLA2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVlEexMLA2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVlEexMLA2 .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVlEexMLA2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVlEexMLA2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uVlEexMLA2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uVlEexMLA2 .carousel-indicators li.active,
.cid-uVlEexMLA2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVlEexMLA2 .carousel-indicators li::after,
.cid-uVlEexMLA2 .carousel-indicators li::before {
  content: none;
}
.cid-uVlEexMLA2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVlEexMLA2 .carousel-indicators {
    display: none !important;
  }
}
.cid-uVlBTowUcB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #071f4c;
}
.cid-uVlBTowUcB .mbr-section-subtitle {
  color: #f3f4f6;
  text-align: center;
}
.cid-uVlBTowUcB H2 {
  color: #f3f4f6;
  text-align: center;
}
.cid-uTF7a3eNHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTF7a3eNHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTF7a3eNHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTF7a3eNHf .video-wrapper iframe {
  width: 100%;
}
.cid-uTF7a3eNHf .mbr-section-title,
.cid-uTF7a3eNHf .mbr-section-subtitle,
.cid-uTF7a3eNHf .mbr-text {
  text-align: center;
}
.cid-uTF6Wf2dnl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uTF6Wf2dnl .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uTF6Wf2dnl H2 {
  color: #232323;
  text-align: center;
}
.cid-uTF6XoWQsU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-uTF6XoWQsU .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTF6XoWQsU .modal-body .close {
  background: #1b1b1b;
}
.cid-uTF6XoWQsU .modal-body .close span {
  font-style: normal;
}
.cid-uTF6XoWQsU .carousel-inner > .active,
.cid-uTF6XoWQsU .carousel-inner > .next,
.cid-uTF6XoWQsU .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uTF6XoWQsU .carousel-control .icon-next,
.cid-uTF6XoWQsU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uTF6XoWQsU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTF6XoWQsU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTF6XoWQsU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTF6XoWQsU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uTF6XoWQsU .boxed-slider > div {
  position: relative;
}
.cid-uTF6XoWQsU .container img {
  width: 100%;
}
.cid-uTF6XoWQsU .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uTF6XoWQsU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uTF6XoWQsU .mbr-table-cell {
  padding: 0;
}
.cid-uTF6XoWQsU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTF6XoWQsU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uTF6XoWQsU .mbr-overlay {
  z-index: 1;
}
.cid-uTF6XoWQsU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uTF6XoWQsU .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uTF6XoWQsU .carousel-item.active.right,
.cid-uTF6XoWQsU .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uTF6XoWQsU .carousel-item.active.left,
.cid-uTF6XoWQsU .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uTF6XoWQsU .carousel-item.active,
.cid-uTF6XoWQsU .carousel-item.next.left,
.cid-uTF6XoWQsU .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uTF6XoWQsU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators li.active,
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators li::after,
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uTF6XoWQsU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uTF6XoWQsU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uTF6XoWQsU .mbr-slider > .container img {
  width: 100%;
}
.cid-uTF6XoWQsU .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uTF6XoWQsU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uTF6XoWQsU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uTF6XoWQsU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uTF6XoWQsU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uTF6XoWQsU .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uTF6XoWQsU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uTF6XoWQsU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uTF6XoWQsU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uTF6XoWQsU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uTF6XoWQsU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uTF6XoWQsU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uTF6XoWQsU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uTF6XoWQsU .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uTF6XoWQsU .carousel-inner {
  height: 100%;
}
.cid-uTF6XoWQsU .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uTF6XoWQsU .image_wrapper {
  height: 630px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uTF6XoWQsU .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-uTF6XoWQsU .carousel-item .container-slide {
  text-align: center;
}
.cid-uTF6XoWQsU .content-slider-wrap {
  width: 84%;
}
.cid-uTF4LVglVb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTF4LVglVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTF4LVglVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTF4LVglVb .video-wrapper iframe {
  width: 100%;
}
.cid-uTF4LVglVb .mbr-section-title,
.cid-uTF4LVglVb .mbr-section-subtitle,
.cid-uTF4LVglVb .mbr-text {
  text-align: center;
}
.cid-un865SjeFi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-un865SjeFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-un865SjeFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un865SjeFi .video-wrapper iframe {
  width: 100%;
}
.cid-un865SjeFi .mbr-section-title,
.cid-un865SjeFi .mbr-section-subtitle,
.cid-un865SjeFi .mbr-text {
  text-align: center;
}
.cid-un8kDz1Vza {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-un8kDz1Vza .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-un8kDz1Vza H2 {
  color: #232323;
  text-align: center;
}
.cid-un8jjdhnTy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-un8jjdhnTy .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-un8jjdhnTy .modal-body .close {
  background: #1b1b1b;
}
.cid-un8jjdhnTy .modal-body .close span {
  font-style: normal;
}
.cid-un8jjdhnTy .carousel-inner > .active,
.cid-un8jjdhnTy .carousel-inner > .next,
.cid-un8jjdhnTy .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-un8jjdhnTy .carousel-control .icon-next,
.cid-un8jjdhnTy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-un8jjdhnTy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-un8jjdhnTy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-un8jjdhnTy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-un8jjdhnTy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-un8jjdhnTy .boxed-slider > div {
  position: relative;
}
.cid-un8jjdhnTy .container img {
  width: 100%;
}
.cid-un8jjdhnTy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-un8jjdhnTy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-un8jjdhnTy .mbr-table-cell {
  padding: 0;
}
.cid-un8jjdhnTy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-un8jjdhnTy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-un8jjdhnTy .mbr-overlay {
  z-index: 1;
}
.cid-un8jjdhnTy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-un8jjdhnTy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-un8jjdhnTy .carousel-item.active.right,
.cid-un8jjdhnTy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-un8jjdhnTy .carousel-item.active.left,
.cid-un8jjdhnTy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-un8jjdhnTy .carousel-item.active,
.cid-un8jjdhnTy .carousel-item.next.left,
.cid-un8jjdhnTy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-un8jjdhnTy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-un8jjdhnTy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-un8jjdhnTy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-un8jjdhnTy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-un8jjdhnTy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-un8jjdhnTy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-un8jjdhnTy .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-un8jjdhnTy .mbr-slider .carousel-indicators li.active,
.cid-un8jjdhnTy .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-un8jjdhnTy .mbr-slider .carousel-indicators li::after,
.cid-un8jjdhnTy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-un8jjdhnTy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-un8jjdhnTy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-un8jjdhnTy .mbr-slider > .container img {
  width: 100%;
}
.cid-un8jjdhnTy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-un8jjdhnTy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-un8jjdhnTy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-un8jjdhnTy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-un8jjdhnTy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-un8jjdhnTy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-un8jjdhnTy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-un8jjdhnTy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-un8jjdhnTy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-un8jjdhnTy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-un8jjdhnTy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-un8jjdhnTy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-un8jjdhnTy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-un8jjdhnTy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-un8jjdhnTy .carousel-inner {
  height: 100%;
}
.cid-un8jjdhnTy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-un8jjdhnTy .image_wrapper {
  height: 630px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-un8jjdhnTy .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-un8jjdhnTy .carousel-item .container-slide {
  text-align: center;
}
.cid-un8jjdhnTy .content-slider-wrap {
  width: 84%;
}
.cid-un8aEywg6j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-un8aEywg6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-un8aEywg6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un8aEywg6j .video-wrapper iframe {
  width: 100%;
}
.cid-un8aEywg6j .mbr-section-title,
.cid-un8aEywg6j .mbr-section-subtitle,
.cid-un8aEywg6j .mbr-text {
  text-align: center;
}
.cid-tNWUwwJEMB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNWUwwJEMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNWUwwJEMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNWUwwJEMB .video-wrapper iframe {
  width: 100%;
}
.cid-tNWUwwJEMB .mbr-section-title,
.cid-tNWUwwJEMB .mbr-section-subtitle,
.cid-tNWUwwJEMB .mbr-text {
  text-align: center;
}
.cid-tNWWb6qjre {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNWWb6qjre .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNWWb6qjre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNWWb6qjre .video-wrapper iframe {
  width: 100%;
}
.cid-tNWWb6qjre .mbr-section-title,
.cid-tNWWb6qjre .mbr-section-subtitle,
.cid-tNWWb6qjre .mbr-text {
  text-align: center;
}
.cid-tNWZyXnanp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNWZyXnanp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNWZyXnanp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNWZyXnanp .video-wrapper iframe {
  width: 100%;
}
.cid-tNWZyXnanp .mbr-section-title,
.cid-tNWZyXnanp .mbr-section-subtitle,
.cid-tNWZyXnanp .mbr-text {
  text-align: center;
}
.cid-tNX0ngop9l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX0ngop9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX0ngop9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX0ngop9l .video-wrapper iframe {
  width: 100%;
}
.cid-tNX0ngop9l .mbr-section-title,
.cid-tNX0ngop9l .mbr-section-subtitle,
.cid-tNX0ngop9l .mbr-text {
  text-align: center;
}
.cid-tNX12fjTha {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX12fjTha .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX12fjTha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX12fjTha .video-wrapper iframe {
  width: 100%;
}
.cid-tNX12fjTha .mbr-section-title,
.cid-tNX12fjTha .mbr-section-subtitle,
.cid-tNX12fjTha .mbr-text {
  text-align: center;
}
.cid-tNX1rbcUDB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX1rbcUDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX1rbcUDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX1rbcUDB .video-wrapper iframe {
  width: 100%;
}
.cid-tNX1rbcUDB .mbr-section-title,
.cid-tNX1rbcUDB .mbr-section-subtitle,
.cid-tNX1rbcUDB .mbr-text {
  text-align: center;
}
.cid-tNX1Sq6emj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX1Sq6emj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX1Sq6emj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX1Sq6emj .video-wrapper iframe {
  width: 100%;
}
.cid-tNX1Sq6emj .mbr-section-title,
.cid-tNX1Sq6emj .mbr-section-subtitle,
.cid-tNX1Sq6emj .mbr-text {
  text-align: center;
}
.cid-tNX2b1VphE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX2b1VphE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX2b1VphE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX2b1VphE .video-wrapper iframe {
  width: 100%;
}
.cid-tNX2b1VphE .mbr-section-title,
.cid-tNX2b1VphE .mbr-section-subtitle,
.cid-tNX2b1VphE .mbr-text {
  text-align: center;
}
.cid-tNX2yAAZhL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX2yAAZhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX2yAAZhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX2yAAZhL .video-wrapper iframe {
  width: 100%;
}
.cid-tNX2yAAZhL .mbr-section-title,
.cid-tNX2yAAZhL .mbr-section-subtitle,
.cid-tNX2yAAZhL .mbr-text {
  text-align: center;
}
.cid-tNX2Uva5GW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX2Uva5GW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX2Uva5GW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX2Uva5GW .video-wrapper iframe {
  width: 100%;
}
.cid-tNX2Uva5GW .mbr-section-title,
.cid-tNX2Uva5GW .mbr-section-subtitle,
.cid-tNX2Uva5GW .mbr-text {
  text-align: center;
}
.cid-tNX3k04Y5Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX3k04Y5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX3k04Y5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX3k04Y5Z .video-wrapper iframe {
  width: 100%;
}
.cid-tNX3k04Y5Z .mbr-section-title,
.cid-tNX3k04Y5Z .mbr-section-subtitle,
.cid-tNX3k04Y5Z .mbr-text {
  text-align: center;
}
.cid-tNX3MC2b3L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX3MC2b3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX3MC2b3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX3MC2b3L .video-wrapper iframe {
  width: 100%;
}
.cid-tNX3MC2b3L .mbr-section-title,
.cid-tNX3MC2b3L .mbr-section-subtitle,
.cid-tNX3MC2b3L .mbr-text {
  text-align: center;
}
.cid-tNX48Xb0yh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX48Xb0yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX48Xb0yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX48Xb0yh .video-wrapper iframe {
  width: 100%;
}
.cid-tNX48Xb0yh .mbr-section-title,
.cid-tNX48Xb0yh .mbr-section-subtitle,
.cid-tNX48Xb0yh .mbr-text {
  text-align: center;
}
.cid-tNX4CCRnC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX4CCRnC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX4CCRnC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX4CCRnC8 .video-wrapper iframe {
  width: 100%;
}
.cid-tNX4CCRnC8 .mbr-section-title,
.cid-tNX4CCRnC8 .mbr-section-subtitle,
.cid-tNX4CCRnC8 .mbr-text {
  text-align: center;
}
.cid-tNX577fQqk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNX577fQqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX577fQqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX577fQqk .video-wrapper iframe {
  width: 100%;
}
.cid-tNX577fQqk .mbr-section-title,
.cid-tNX577fQqk .mbr-section-subtitle,
.cid-tNX577fQqk .mbr-text {
  text-align: center;
}
.cid-tNX577fQqk .mbr-section-title {
  color: #465052;
}
.cid-tNX5otWCKF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f9f9;
}
.cid-tNX5otWCKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNX5otWCKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNX5otWCKF .video-wrapper iframe {
  width: 100%;
}
.cid-tNX5otWCKF .mbr-section-title,
.cid-tNX5otWCKF .mbr-section-subtitle,
.cid-tNX5otWCKF .mbr-text {
  text-align: center;
}
.cid-tNX5otWCKF .mbr-section-title {
  color: #465052;
}
.cid-rXngRjFl0h {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNQ3Stixcg .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-tNQ3Stixcg .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-tNQ3Stixcg a {
  font-style: normal;
}
.cid-tNQ3Stixcg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tNQ3Stixcg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tNQ3Stixcg .nav-item:focus,
.cid-tNQ3Stixcg .nav-link:focus {
  outline: none;
}
.cid-tNQ3Stixcg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tNQ3Stixcg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tNQ3Stixcg .menu-logo {
  margin-right: auto;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tNQ3Stixcg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tNQ3Stixcg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tNQ3Stixcg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tNQ3Stixcg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tNQ3Stixcg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tNQ3Stixcg .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tNQ3Stixcg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tNQ3Stixcg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNQ3Stixcg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tNQ3Stixcg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNQ3Stixcg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tNQ3Stixcg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tNQ3Stixcg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tNQ3Stixcg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tNQ3Stixcg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tNQ3Stixcg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tNQ3Stixcg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tNQ3Stixcg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tNQ3Stixcg button.navbar-toggler:focus {
  outline: none;
}
.cid-tNQ3Stixcg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNQ3Stixcg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNQ3Stixcg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNQ3Stixcg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNQ3Stixcg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNQ3Stixcg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNQ3Stixcg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNQ3Stixcg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNQ3Stixcg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNQ3Stixcg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tNQ3Stixcg .collapsed .btn {
  display: flex;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tNQ3Stixcg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tNQ3Stixcg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tNQ3Stixcg .collapsed button.navbar-toggler {
  display: block;
}
.cid-tNQ3Stixcg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tNQ3Stixcg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tNQ3Stixcg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tNQ3Stixcg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tNQ3Stixcg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tNQ3Stixcg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tNQ3Stixcg .navbar-expand {
    flex-direction: column;
  }
  .cid-tNQ3Stixcg img {
    height: 3.8rem !important;
  }
  .cid-tNQ3Stixcg .btn {
    display: flex;
  }
  .cid-tNQ3Stixcg button.navbar-toggler {
    display: block;
  }
  .cid-tNQ3Stixcg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tNQ3Stixcg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tNQ3Stixcg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing,
  .cid-tNQ3Stixcg .navbar-collapse.show {
    display: block !important;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing .navbar-nav,
  .cid-tNQ3Stixcg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tNQ3Stixcg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tNQ3Stixcg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing .navbar-buttons,
  .cid-tNQ3Stixcg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tNQ3Stixcg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tNQ3Stixcg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tNQ3Stixcg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tNQ3Stixcg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tNQ3Stixcg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tNQ3Stixcg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tNQ3Stixcg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tNQ3Stixcg .navbar-collapse {
  flex-basis: auto;
}
.cid-tNQ3Stixcg .nav-link:hover,
.cid-tNQ3Stixcg .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-tNQ3Su0rnw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-tNQ3Su0rnw .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-tNQ3Su0rnw .btn {
  margin: 0 0 .5rem 0;
}
.cid-tNQ3Su0rnw H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tNQ46ibAY4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNQ46ibAY4 .mbr-text,
.cid-tNQ46ibAY4 blockquote {
  color: #767676;
}
.cid-un7UwdyiAB .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-un7UwdyiAB .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-un7UwdyiAB a {
  font-style: normal;
}
.cid-un7UwdyiAB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-un7UwdyiAB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-un7UwdyiAB .nav-item:focus,
.cid-un7UwdyiAB .nav-link:focus {
  outline: none;
}
.cid-un7UwdyiAB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-un7UwdyiAB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-un7UwdyiAB .menu-logo {
  margin-right: auto;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-un7UwdyiAB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-un7UwdyiAB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-un7UwdyiAB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-un7UwdyiAB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-un7UwdyiAB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-un7UwdyiAB .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-un7UwdyiAB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-un7UwdyiAB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un7UwdyiAB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-un7UwdyiAB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un7UwdyiAB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-un7UwdyiAB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-un7UwdyiAB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-un7UwdyiAB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-un7UwdyiAB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-un7UwdyiAB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-un7UwdyiAB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-un7UwdyiAB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-un7UwdyiAB button.navbar-toggler:focus {
  outline: none;
}
.cid-un7UwdyiAB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un7UwdyiAB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-un7UwdyiAB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-un7UwdyiAB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-un7UwdyiAB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-un7UwdyiAB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7UwdyiAB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-un7UwdyiAB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-un7UwdyiAB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7UwdyiAB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-un7UwdyiAB .collapsed .btn {
  display: flex;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-un7UwdyiAB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-un7UwdyiAB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-un7UwdyiAB .collapsed button.navbar-toggler {
  display: block;
}
.cid-un7UwdyiAB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-un7UwdyiAB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-un7UwdyiAB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-un7UwdyiAB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-un7UwdyiAB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-un7UwdyiAB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-un7UwdyiAB .navbar-expand {
    flex-direction: column;
  }
  .cid-un7UwdyiAB img {
    height: 3.8rem !important;
  }
  .cid-un7UwdyiAB .btn {
    display: flex;
  }
  .cid-un7UwdyiAB button.navbar-toggler {
    display: block;
  }
  .cid-un7UwdyiAB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-un7UwdyiAB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-un7UwdyiAB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing,
  .cid-un7UwdyiAB .navbar-collapse.show {
    display: block !important;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing .navbar-nav,
  .cid-un7UwdyiAB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-un7UwdyiAB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-un7UwdyiAB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing .navbar-buttons,
  .cid-un7UwdyiAB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-un7UwdyiAB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-un7UwdyiAB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-un7UwdyiAB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-un7UwdyiAB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-un7UwdyiAB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-un7UwdyiAB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-un7UwdyiAB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-un7UwdyiAB .navbar-collapse {
  flex-basis: auto;
}
.cid-un7UwdyiAB .nav-link:hover,
.cid-un7UwdyiAB .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-un7Uwe4ldj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-un7Uwe4ldj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-un7Uwe4ldj .btn {
  margin: 0 0 .5rem 0;
}
.cid-un7Uwe4ldj H2 {
  text-align: center;
  color: #ffffff;
}
.cid-un7UweefOs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-un7UweefOs .mbr-text,
.cid-un7UweefOs blockquote {
  color: #767676;
}
.cid-un7UweefOs .mbr-text P {
  text-align: left;
}
.cid-un7UHZQrN1 .navbar {
  padding: .5rem 0;
  background: #7f1933;
  transition: none;
  min-height: 77px;
}
.cid-un7UHZQrN1 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1933;
}
.cid-un7UHZQrN1 a {
  font-style: normal;
}
.cid-un7UHZQrN1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-un7UHZQrN1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-un7UHZQrN1 .nav-item:focus,
.cid-un7UHZQrN1 .nav-link:focus {
  outline: none;
}
.cid-un7UHZQrN1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-un7UHZQrN1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-un7UHZQrN1 .menu-logo {
  margin-right: auto;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-un7UHZQrN1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-un7UHZQrN1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-un7UHZQrN1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-un7UHZQrN1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-un7UHZQrN1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-un7UHZQrN1 .dropdown .dropdown-menu {
  background: #7f1933;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-un7UHZQrN1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-un7UHZQrN1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-un7UHZQrN1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-un7UHZQrN1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-un7UHZQrN1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-un7UHZQrN1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-un7UHZQrN1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-un7UHZQrN1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-un7UHZQrN1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-un7UHZQrN1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-un7UHZQrN1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-un7UHZQrN1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-un7UHZQrN1 button.navbar-toggler:focus {
  outline: none;
}
.cid-un7UHZQrN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-un7UHZQrN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-un7UHZQrN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-un7UHZQrN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-un7UHZQrN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-un7UHZQrN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7UHZQrN1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-un7UHZQrN1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-un7UHZQrN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-un7UHZQrN1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-un7UHZQrN1 .collapsed .btn {
  display: flex;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-un7UHZQrN1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-un7UHZQrN1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-un7UHZQrN1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-un7UHZQrN1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-un7UHZQrN1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-un7UHZQrN1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-un7UHZQrN1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-un7UHZQrN1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-un7UHZQrN1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-un7UHZQrN1 .navbar-expand {
    flex-direction: column;
  }
  .cid-un7UHZQrN1 img {
    height: 3.8rem !important;
  }
  .cid-un7UHZQrN1 .btn {
    display: flex;
  }
  .cid-un7UHZQrN1 button.navbar-toggler {
    display: block;
  }
  .cid-un7UHZQrN1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-un7UHZQrN1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-un7UHZQrN1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing,
  .cid-un7UHZQrN1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing .navbar-nav,
  .cid-un7UHZQrN1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-un7UHZQrN1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-un7UHZQrN1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-un7UHZQrN1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-un7UHZQrN1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-un7UHZQrN1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-un7UHZQrN1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-un7UHZQrN1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-un7UHZQrN1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-un7UHZQrN1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-un7UHZQrN1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-un7UHZQrN1 .navbar-collapse {
  flex-basis: auto;
}
.cid-un7UHZQrN1 .nav-link:hover,
.cid-un7UHZQrN1 .dropdown-item:hover {
  color: #cc2952 !important;
}
.cid-un7UI0pyhm {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-un7UI0pyhm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-un7UI0pyhm .btn {
  margin: 0 0 .5rem 0;
}
.cid-un7UI0pyhm H2 {
  text-align: center;
  color: #ffffff;
}
.cid-un7UI0DhyS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-un7UI0DhyS .mbr-text,
.cid-un7UI0DhyS blockquote {
  color: #767676;
}
