@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #1e082a !important;
}
.bg-success {
  background-color: #bddce7 !important;
}
.bg-info {
  background-color: #f9f295 !important;
}
.bg-warning {
  background-color: #ffb86c !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e082a !important;
  border-color: #1e082a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b0fcb5 !important;
  border-color: #b0fcb5 !important;
  color: #06a711 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #06a711 !important;
  background-color: #66f970 !important;
  border-color: #66f970 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #06a711 !important;
  background-color: #66f970 !important;
  border-color: #66f970 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-success,
.btn-success:active {
  background-color: #bddce7 !important;
  border-color: #bddce7 !important;
  color: #2c6579 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2c6579 !important;
  background-color: #85bed3 !important;
  border-color: #85bed3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2c6579 !important;
  background-color: #85bed3 !important;
  border-color: #85bed3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb86c !important;
  border-color: #ffb86c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff9320 !important;
  border-color: #ff9320 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff9320 !important;
  border-color: #ff9320 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1e082a;
  border-color: #1e082a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e082a !important;
  border-color: #1e082a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4ef859;
  color: #4ef859;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #06a711;
  background-color: #b0fcb5;
  border-color: #b0fcb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #06a711 !important;
  background-color: #b0fcb5 !important;
  border-color: #b0fcb5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #72b4cc;
  color: #72b4cc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2c6579;
  background-color: #bddce7;
  border-color: #bddce7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2c6579 !important;
  background-color: #bddce7 !important;
  border-color: #bddce7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff8706;
  color: #ff8706;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffb86c;
  border-color: #ffb86c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb86c !important;
  border-color: #ffb86c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !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: #1e082a !important;
}
.text-secondary {
  color: #b0fcb5 !important;
}
.text-success {
  color: #bddce7 !important;
}
.text-info {
  color: #f9f295 !important;
}
.text-warning {
  color: #ffb86c !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4ef859 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72b4cc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f4e634 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff8706 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !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: #f9f295;
}
.alert-warning {
  background-color: #ffb86c;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e082a;
  border-color: #1e082a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #1e082a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6a8ef;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #1e082a;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #1e082a;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #1e082a;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1e082a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1e082a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qP0y89g7fd {
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
@media (min-width: 992px) {
  .cid-qP0y89g7fd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qP0y89g7fd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qP0y89g7fd .mbr-text {
    text-align: center;
  }
}
.cid-qP0y89g7fd .mbr-text,
.cid-qP0y89g7fd .mbr-section-btn {
  text-align: center;
  color: #1e082a;
}
.cid-qP0y89g7fd H1 {
  text-align: center;
  color: #1e082a;
}
.cid-r0v07pHkA9 {
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
@media (min-width: 992px) {
  .cid-r0v07pHkA9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r0v07pHkA9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r0v07pHkA9 .mbr-text {
    text-align: center;
  }
}
.cid-r0v07pHkA9 .mbr-text,
.cid-r0v07pHkA9 .mbr-section-btn {
  text-align: center;
  color: #1e082a;
}
.cid-r0v07pHkA9 H1 {
  text-align: center;
  color: #1e082a;
}
.cid-r0v1J2sm3Y {
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
@media (min-width: 992px) {
  .cid-r0v1J2sm3Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r0v1J2sm3Y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r0v1J2sm3Y .mbr-text {
    text-align: center;
  }
}
.cid-r0v1J2sm3Y .mbr-text,
.cid-r0v1J2sm3Y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-r0v1J2sm3Y H1 {
  text-align: center;
  color: #1e082a;
}
.cid-r0v1J2sm3Y .mbr-text,
.cid-r0v1J2sm3Y .mbr-section-btn B {
  color: #1e082a;
}
.cid-qNGwQdSFoF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-qNGwQdSFoF H2 {
  color: #232323;
}
.cid-qNGxgutwfL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-qNGxgutwfL h2 {
  text-align: center;
}
.cid-qNGxgutwfL h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qNGxgutwfL p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qNGxgutwfL .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qNGxgutwfL .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qNGxgutwfL .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qNGxgutwfL .mbr-section-title {
  text-align: center;
}
.cid-qNGxgutwfL H4 {
  color: #ffffff;
}
.cid-qNGvuhD89q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-qNGvuhD89q h2 {
  text-align: center;
}
.cid-qNGvuhD89q h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qNGvuhD89q p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qNGvuhD89q .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qNGvuhD89q .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qNGvuhD89q .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qNGvuhD89q .mbr-section-title {
  text-align: center;
}
.cid-qNGvuhD89q H4 {
  color: #ff3366;
}
.cid-qNGxDJ11oR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #9d88a9;
}
.cid-qNGxDJ11oR h2 {
  text-align: center;
}
.cid-qNGxDJ11oR h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-qNGxDJ11oR p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-qNGxDJ11oR .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qNGxDJ11oR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-qNGxDJ11oR .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qNGxDJ11oR .mbr-section-title {
  text-align: center;
}
.cid-qNGxDJ11oR H4 {
  color: #ff3366;
}
.cid-r0wuO4xbPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0wLx3960I {
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
.cid-r0wLx3960I .mbr-text,
.cid-r0wLx3960I .mbr-section-btn {
  text-align: left;
  color: #1e082a;
}
.cid-r0wLx3960I H1 {
  color: #1e082a;
}
.cid-r0vb1sAbVR {
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
@media (min-width: 992px) {
  .cid-r0vb1sAbVR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r0vb1sAbVR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r0vb1sAbVR .mbr-text {
    text-align: center;
  }
}
.cid-r0vb1sAbVR .mbr-text,
.cid-r0vb1sAbVR .mbr-section-btn {
  text-align: left;
}
.cid-r0vb1sAbVR H1 {
  text-align: center;
}
.cid-r0wO016t8a {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wO016t8a H2 {
  color: #232323;
}
.cid-r0wRwb4oCY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wRwb4oCY .mbr-text,
.cid-r0wRwb4oCY blockquote {
  color: #767676;
}
.cid-r0wRwb4oCY .mbr-text {
  text-align: center;
}
.cid-r0wRwb4oCY .mbr-text B {
  color: #1e082a;
}
.cid-r0wO01GUPS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wO01GUPS .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0wO01GUPS .modal-body .close {
  background: #1b1b1b;
}
.cid-r0wO01GUPS .modal-body .close span {
  font-style: normal;
}
.cid-r0wO01GUPS .carousel-inner > .active,
.cid-r0wO01GUPS .carousel-inner > .next,
.cid-r0wO01GUPS .carousel-inner > .prev {
  display: flex;
}
.cid-r0wO01GUPS .carousel-control .icon-next,
.cid-r0wO01GUPS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0wO01GUPS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0wO01GUPS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0wO01GUPS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0wO01GUPS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0wO01GUPS .boxed-slider > div {
  position: relative;
}
.cid-r0wO01GUPS .container img {
  width: 100%;
}
.cid-r0wO01GUPS .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-r0wO01GUPS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wO01GUPS .mbr-table-cell {
  padding: 0;
}
.cid-r0wO01GUPS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0wO01GUPS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0wO01GUPS .mbr-overlay {
  z-index: 1;
}
.cid-r0wO01GUPS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wO01GUPS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0wO01GUPS .carousel-item .container {
    width: 100%;
  }
}
.cid-r0wO01GUPS .carousel-item-next.carousel-item-left,
.cid-r0wO01GUPS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0wO01GUPS .active.carousel-item-right,
.cid-r0wO01GUPS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0wO01GUPS .active.carousel-item-left,
.cid-r0wO01GUPS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0wO01GUPS .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 .3s;
}
.cid-r0wO01GUPS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0wO01GUPS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0wO01GUPS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0wO01GUPS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0wO01GUPS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0wO01GUPS .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0wO01GUPS .mbr-slider .carousel-indicators li.active,
.cid-r0wO01GUPS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0wO01GUPS .mbr-slider .carousel-indicators li::after,
.cid-r0wO01GUPS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0wO01GUPS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0wO01GUPS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0wO01GUPS .mbr-slider > .container img {
  width: 100%;
}
.cid-r0wO01GUPS .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-r0wO01GUPS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0wO01GUPS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0wO01GUPS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wO01GUPS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0wO01GUPS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0wO01GUPS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0wO01GUPS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0wO01GUPS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0wO01GUPS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wO01GUPS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0wO01GUPS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0wO01GUPS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0wO01GUPS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0wO01GUPS .carousel-inner {
  height: 100%;
}
.cid-r0wO01GUPS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0wO01GUPS .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0wO01GUPS .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0wO01GUPS .carousel-item .container-slide {
  text-align: center;
}
.cid-r0wO01GUPS .content-slider-wrap {
  width: 80%;
}
.cid-r5woM1ZXXM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5woM1ZXXM .mbr-text,
.cid-r5woM1ZXXM blockquote {
  color: #767676;
}
.cid-r5woM1ZXXM .mbr-text {
  text-align: center;
}
.cid-r5woM1ZXXM .mbr-text B {
  color: #1e082a;
}
.cid-r5woIPCP75 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5woIPCP75 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5woIPCP75 .modal-body .close {
  background: #1b1b1b;
}
.cid-r5woIPCP75 .modal-body .close span {
  font-style: normal;
}
.cid-r5woIPCP75 .carousel-inner > .active,
.cid-r5woIPCP75 .carousel-inner > .next,
.cid-r5woIPCP75 .carousel-inner > .prev {
  display: flex;
}
.cid-r5woIPCP75 .carousel-control .icon-next,
.cid-r5woIPCP75 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5woIPCP75 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5woIPCP75 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5woIPCP75 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5woIPCP75 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5woIPCP75 .boxed-slider > div {
  position: relative;
}
.cid-r5woIPCP75 .container img {
  width: 100%;
}
.cid-r5woIPCP75 .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-r5woIPCP75 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5woIPCP75 .mbr-table-cell {
  padding: 0;
}
.cid-r5woIPCP75 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5woIPCP75 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5woIPCP75 .mbr-overlay {
  z-index: 1;
}
.cid-r5woIPCP75 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5woIPCP75 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5woIPCP75 .carousel-item .container {
    width: 100%;
  }
}
.cid-r5woIPCP75 .carousel-item-next.carousel-item-left,
.cid-r5woIPCP75 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5woIPCP75 .active.carousel-item-right,
.cid-r5woIPCP75 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5woIPCP75 .active.carousel-item-left,
.cid-r5woIPCP75 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5woIPCP75 .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 .3s;
}
.cid-r5woIPCP75 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5woIPCP75 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5woIPCP75 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5woIPCP75 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5woIPCP75 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5woIPCP75 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5woIPCP75 .mbr-slider .carousel-indicators li.active,
.cid-r5woIPCP75 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5woIPCP75 .mbr-slider .carousel-indicators li::after,
.cid-r5woIPCP75 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5woIPCP75 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5woIPCP75 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5woIPCP75 .mbr-slider > .container img {
  width: 100%;
}
.cid-r5woIPCP75 .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-r5woIPCP75 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5woIPCP75 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5woIPCP75 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5woIPCP75 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5woIPCP75 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5woIPCP75 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5woIPCP75 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5woIPCP75 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5woIPCP75 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5woIPCP75 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5woIPCP75 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5woIPCP75 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5woIPCP75 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5woIPCP75 .carousel-inner {
  height: 100%;
}
.cid-r5woIPCP75 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5woIPCP75 .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5woIPCP75 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5woIPCP75 .carousel-item .container-slide {
  text-align: center;
}
.cid-r5woIPCP75 .content-slider-wrap {
  width: 80%;
}
.cid-r0wRJ8LCfK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wRJ8LCfK .mbr-text,
.cid-r0wRJ8LCfK blockquote {
  color: #767676;
}
.cid-r0wRJ8LCfK .mbr-text B {
  color: #1e082a;
}
.cid-r0wRJ8LCfK .mbr-text {
  text-align: center;
}
.cid-r5wrbLJPe9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5wrbLJPe9 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5wrbLJPe9 .modal-body .close {
  background: #1b1b1b;
}
.cid-r5wrbLJPe9 .modal-body .close span {
  font-style: normal;
}
.cid-r5wrbLJPe9 .carousel-inner > .active,
.cid-r5wrbLJPe9 .carousel-inner > .next,
.cid-r5wrbLJPe9 .carousel-inner > .prev {
  display: flex;
}
.cid-r5wrbLJPe9 .carousel-control .icon-next,
.cid-r5wrbLJPe9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5wrbLJPe9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5wrbLJPe9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5wrbLJPe9 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5wrbLJPe9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5wrbLJPe9 .boxed-slider > div {
  position: relative;
}
.cid-r5wrbLJPe9 .container img {
  width: 100%;
}
.cid-r5wrbLJPe9 .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-r5wrbLJPe9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wrbLJPe9 .mbr-table-cell {
  padding: 0;
}
.cid-r5wrbLJPe9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5wrbLJPe9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5wrbLJPe9 .mbr-overlay {
  z-index: 1;
}
.cid-r5wrbLJPe9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wrbLJPe9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5wrbLJPe9 .carousel-item .container {
    width: 100%;
  }
}
.cid-r5wrbLJPe9 .carousel-item-next.carousel-item-left,
.cid-r5wrbLJPe9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5wrbLJPe9 .active.carousel-item-right,
.cid-r5wrbLJPe9 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5wrbLJPe9 .active.carousel-item-left,
.cid-r5wrbLJPe9 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5wrbLJPe9 .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 .3s;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5wrbLJPe9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators li.active,
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators li::after,
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5wrbLJPe9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5wrbLJPe9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5wrbLJPe9 .mbr-slider > .container img {
  width: 100%;
}
.cid-r5wrbLJPe9 .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-r5wrbLJPe9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5wrbLJPe9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5wrbLJPe9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wrbLJPe9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5wrbLJPe9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5wrbLJPe9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5wrbLJPe9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5wrbLJPe9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5wrbLJPe9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wrbLJPe9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5wrbLJPe9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5wrbLJPe9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5wrbLJPe9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5wrbLJPe9 .carousel-inner {
  height: 100%;
}
.cid-r5wrbLJPe9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5wrbLJPe9 .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5wrbLJPe9 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5wrbLJPe9 .carousel-item .container-slide {
  text-align: center;
}
.cid-r5wrbLJPe9 .content-slider-wrap {
  width: 80%;
}
.cid-r0wRJXv9KE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wRJXv9KE .mbr-text,
.cid-r0wRJXv9KE blockquote {
  color: #767676;
}
.cid-r0wRJXv9KE .mbr-text B {
  color: #1e082a;
}
.cid-r0wRJXv9KE .mbr-text {
  text-align: center;
}
.cid-r5wvcOAgyA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5wvcOAgyA .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5wvcOAgyA .modal-body .close {
  background: #1b1b1b;
}
.cid-r5wvcOAgyA .modal-body .close span {
  font-style: normal;
}
.cid-r5wvcOAgyA .carousel-inner > .active,
.cid-r5wvcOAgyA .carousel-inner > .next,
.cid-r5wvcOAgyA .carousel-inner > .prev {
  display: flex;
}
.cid-r5wvcOAgyA .carousel-control .icon-next,
.cid-r5wvcOAgyA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5wvcOAgyA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5wvcOAgyA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5wvcOAgyA .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5wvcOAgyA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5wvcOAgyA .boxed-slider > div {
  position: relative;
}
.cid-r5wvcOAgyA .container img {
  width: 100%;
}
.cid-r5wvcOAgyA .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-r5wvcOAgyA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wvcOAgyA .mbr-table-cell {
  padding: 0;
}
.cid-r5wvcOAgyA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5wvcOAgyA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5wvcOAgyA .mbr-overlay {
  z-index: 1;
}
.cid-r5wvcOAgyA .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wvcOAgyA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5wvcOAgyA .carousel-item .container {
    width: 100%;
  }
}
.cid-r5wvcOAgyA .carousel-item-next.carousel-item-left,
.cid-r5wvcOAgyA .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5wvcOAgyA .active.carousel-item-right,
.cid-r5wvcOAgyA .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5wvcOAgyA .active.carousel-item-left,
.cid-r5wvcOAgyA .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5wvcOAgyA .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 .3s;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5wvcOAgyA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators li.active,
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators li::after,
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5wvcOAgyA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5wvcOAgyA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5wvcOAgyA .mbr-slider > .container img {
  width: 100%;
}
.cid-r5wvcOAgyA .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-r5wvcOAgyA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5wvcOAgyA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5wvcOAgyA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5wvcOAgyA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5wvcOAgyA .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5wvcOAgyA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5wvcOAgyA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5wvcOAgyA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5wvcOAgyA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5wvcOAgyA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5wvcOAgyA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5wvcOAgyA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5wvcOAgyA .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5wvcOAgyA .carousel-inner {
  height: 100%;
}
.cid-r5wvcOAgyA .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5wvcOAgyA .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5wvcOAgyA .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5wvcOAgyA .carousel-item .container-slide {
  text-align: center;
}
.cid-r5wvcOAgyA .content-slider-wrap {
  width: 80%;
}
.cid-r0wO02hEtj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0wO3dmJNI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wO3dmJNI H2 {
  color: #1e082a;
}
.cid-r0x24912EE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0x24912EE .mbr-text,
.cid-r0x24912EE blockquote {
  color: #767676;
}
.cid-r0x24912EE .mbr-text {
  text-align: center;
}
.cid-r0x24912EE .mbr-text B {
  color: #1e082a;
}
.cid-r0wO3dSkrZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wO3dSkrZ .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0wO3dSkrZ .modal-body .close {
  background: #1b1b1b;
}
.cid-r0wO3dSkrZ .modal-body .close span {
  font-style: normal;
}
.cid-r0wO3dSkrZ .carousel-inner > .active,
.cid-r0wO3dSkrZ .carousel-inner > .next,
.cid-r0wO3dSkrZ .carousel-inner > .prev {
  display: flex;
}
.cid-r0wO3dSkrZ .carousel-control .icon-next,
.cid-r0wO3dSkrZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0wO3dSkrZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0wO3dSkrZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0wO3dSkrZ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0wO3dSkrZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0wO3dSkrZ .boxed-slider > div {
  position: relative;
}
.cid-r0wO3dSkrZ .container img {
  width: 100%;
}
.cid-r0wO3dSkrZ .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-r0wO3dSkrZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wO3dSkrZ .mbr-table-cell {
  padding: 0;
}
.cid-r0wO3dSkrZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0wO3dSkrZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0wO3dSkrZ .mbr-overlay {
  z-index: 1;
}
.cid-r0wO3dSkrZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wO3dSkrZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0wO3dSkrZ .carousel-item .container {
    width: 100%;
  }
}
.cid-r0wO3dSkrZ .carousel-item-next.carousel-item-left,
.cid-r0wO3dSkrZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0wO3dSkrZ .active.carousel-item-right,
.cid-r0wO3dSkrZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0wO3dSkrZ .active.carousel-item-left,
.cid-r0wO3dSkrZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0wO3dSkrZ .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 .3s;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0wO3dSkrZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators li.active,
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators li::after,
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0wO3dSkrZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0wO3dSkrZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0wO3dSkrZ .mbr-slider > .container img {
  width: 100%;
}
.cid-r0wO3dSkrZ .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-r0wO3dSkrZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0wO3dSkrZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0wO3dSkrZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wO3dSkrZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0wO3dSkrZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0wO3dSkrZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0wO3dSkrZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0wO3dSkrZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0wO3dSkrZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wO3dSkrZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0wO3dSkrZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0wO3dSkrZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0wO3dSkrZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0wO3dSkrZ .carousel-inner {
  height: 100%;
}
.cid-r0wO3dSkrZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0wO3dSkrZ .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0wO3dSkrZ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0wO3dSkrZ .carousel-item .container-slide {
  text-align: center;
}
.cid-r0wO3dSkrZ .content-slider-wrap {
  width: 80%;
}
.cid-r0x24Xjmdx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0x24Xjmdx .mbr-text,
.cid-r0x24Xjmdx blockquote {
  color: #767676;
}
.cid-r0x24Xjmdx .mbr-text {
  text-align: center;
}
.cid-r0x24Xjmdx .mbr-text B {
  color: #1e082a;
}
.cid-r0x26Qu6PY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0x26Qu6PY .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0x26Qu6PY .modal-body .close {
  background: #1b1b1b;
}
.cid-r0x26Qu6PY .modal-body .close span {
  font-style: normal;
}
.cid-r0x26Qu6PY .carousel-inner > .active,
.cid-r0x26Qu6PY .carousel-inner > .next,
.cid-r0x26Qu6PY .carousel-inner > .prev {
  display: flex;
}
.cid-r0x26Qu6PY .carousel-control .icon-next,
.cid-r0x26Qu6PY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0x26Qu6PY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0x26Qu6PY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0x26Qu6PY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0x26Qu6PY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0x26Qu6PY .boxed-slider > div {
  position: relative;
}
.cid-r0x26Qu6PY .container img {
  width: 100%;
}
.cid-r0x26Qu6PY .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-r0x26Qu6PY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0x26Qu6PY .mbr-table-cell {
  padding: 0;
}
.cid-r0x26Qu6PY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0x26Qu6PY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0x26Qu6PY .mbr-overlay {
  z-index: 1;
}
.cid-r0x26Qu6PY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0x26Qu6PY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0x26Qu6PY .carousel-item .container {
    width: 100%;
  }
}
.cid-r0x26Qu6PY .carousel-item-next.carousel-item-left,
.cid-r0x26Qu6PY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0x26Qu6PY .active.carousel-item-right,
.cid-r0x26Qu6PY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0x26Qu6PY .active.carousel-item-left,
.cid-r0x26Qu6PY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0x26Qu6PY .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 .3s;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0x26Qu6PY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators li.active,
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators li::after,
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0x26Qu6PY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0x26Qu6PY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0x26Qu6PY .mbr-slider > .container img {
  width: 100%;
}
.cid-r0x26Qu6PY .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-r0x26Qu6PY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0x26Qu6PY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0x26Qu6PY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0x26Qu6PY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0x26Qu6PY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0x26Qu6PY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0x26Qu6PY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0x26Qu6PY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0x26Qu6PY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0x26Qu6PY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0x26Qu6PY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0x26Qu6PY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0x26Qu6PY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0x26Qu6PY .carousel-inner {
  height: 100%;
}
.cid-r0x26Qu6PY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0x26Qu6PY .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0x26Qu6PY .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0x26Qu6PY .carousel-item .container-slide {
  text-align: center;
}
.cid-r0x26Qu6PY .content-slider-wrap {
  width: 85%;
}
.cid-r0x25BC903 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0x25BC903 .mbr-text,
.cid-r0x25BC903 blockquote {
  color: #767676;
}
.cid-r0x25BC903 .mbr-text {
  text-align: center;
}
.cid-r0x25BC903 .mbr-text B {
  color: #1e082a;
}
.cid-r0x282DXrB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0x282DXrB .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0x282DXrB .modal-body .close {
  background: #1b1b1b;
}
.cid-r0x282DXrB .modal-body .close span {
  font-style: normal;
}
.cid-r0x282DXrB .carousel-inner > .active,
.cid-r0x282DXrB .carousel-inner > .next,
.cid-r0x282DXrB .carousel-inner > .prev {
  display: flex;
}
.cid-r0x282DXrB .carousel-control .icon-next,
.cid-r0x282DXrB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0x282DXrB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0x282DXrB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0x282DXrB .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0x282DXrB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0x282DXrB .boxed-slider > div {
  position: relative;
}
.cid-r0x282DXrB .container img {
  width: 100%;
}
.cid-r0x282DXrB .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-r0x282DXrB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0x282DXrB .mbr-table-cell {
  padding: 0;
}
.cid-r0x282DXrB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0x282DXrB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0x282DXrB .mbr-overlay {
  z-index: 1;
}
.cid-r0x282DXrB .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0x282DXrB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0x282DXrB .carousel-item .container {
    width: 100%;
  }
}
.cid-r0x282DXrB .carousel-item-next.carousel-item-left,
.cid-r0x282DXrB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0x282DXrB .active.carousel-item-right,
.cid-r0x282DXrB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0x282DXrB .active.carousel-item-left,
.cid-r0x282DXrB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0x282DXrB .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 .3s;
}
.cid-r0x282DXrB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0x282DXrB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0x282DXrB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0x282DXrB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0x282DXrB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0x282DXrB .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0x282DXrB .mbr-slider .carousel-indicators li.active,
.cid-r0x282DXrB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0x282DXrB .mbr-slider .carousel-indicators li::after,
.cid-r0x282DXrB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0x282DXrB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0x282DXrB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0x282DXrB .mbr-slider > .container img {
  width: 100%;
}
.cid-r0x282DXrB .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-r0x282DXrB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0x282DXrB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0x282DXrB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0x282DXrB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0x282DXrB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0x282DXrB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0x282DXrB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0x282DXrB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0x282DXrB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0x282DXrB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0x282DXrB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0x282DXrB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0x282DXrB .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0x282DXrB .carousel-inner {
  height: 100%;
}
.cid-r0x282DXrB .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0x282DXrB .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0x282DXrB .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0x282DXrB .carousel-item .container-slide {
  text-align: center;
}
.cid-r0x282DXrB .content-slider-wrap {
  width: 85%;
}
.cid-r0wO3eoNIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0O8IMcgWv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0O8IMcgWv H2 {
  color: #1e082a;
}
.cid-r0O8IMQPoj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0O8IMQPoj .mbr-text,
.cid-r0O8IMQPoj blockquote {
  color: #767676;
}
.cid-r0O8IMQPoj .mbr-text {
  text-align: center;
}
.cid-r0O8IMQPoj .mbr-text B {
  color: #1e082a;
}
.cid-r0O8IN9g1C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0O8IN9g1C .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0O8IN9g1C .modal-body .close {
  background: #1b1b1b;
}
.cid-r0O8IN9g1C .modal-body .close span {
  font-style: normal;
}
.cid-r0O8IN9g1C .carousel-inner > .active,
.cid-r0O8IN9g1C .carousel-inner > .next,
.cid-r0O8IN9g1C .carousel-inner > .prev {
  display: flex;
}
.cid-r0O8IN9g1C .carousel-control .icon-next,
.cid-r0O8IN9g1C .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0O8IN9g1C .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0O8IN9g1C .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0O8IN9g1C .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0O8IN9g1C .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0O8IN9g1C .boxed-slider > div {
  position: relative;
}
.cid-r0O8IN9g1C .container img {
  width: 100%;
}
.cid-r0O8IN9g1C .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-r0O8IN9g1C .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0O8IN9g1C .mbr-table-cell {
  padding: 0;
}
.cid-r0O8IN9g1C .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0O8IN9g1C .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0O8IN9g1C .mbr-overlay {
  z-index: 1;
}
.cid-r0O8IN9g1C .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0O8IN9g1C .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0O8IN9g1C .carousel-item .container {
    width: 100%;
  }
}
.cid-r0O8IN9g1C .carousel-item-next.carousel-item-left,
.cid-r0O8IN9g1C .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0O8IN9g1C .active.carousel-item-right,
.cid-r0O8IN9g1C .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0O8IN9g1C .active.carousel-item-left,
.cid-r0O8IN9g1C .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0O8IN9g1C .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 .3s;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0O8IN9g1C .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators li.active,
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators li::after,
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0O8IN9g1C .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0O8IN9g1C .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0O8IN9g1C .mbr-slider > .container img {
  width: 100%;
}
.cid-r0O8IN9g1C .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-r0O8IN9g1C .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0O8IN9g1C .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0O8IN9g1C .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0O8IN9g1C .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0O8IN9g1C .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0O8IN9g1C .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0O8IN9g1C .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0O8IN9g1C .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0O8IN9g1C .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0O8IN9g1C .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0O8IN9g1C .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0O8IN9g1C .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0O8IN9g1C .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0O8IN9g1C .carousel-inner {
  height: 100%;
}
.cid-r0O8IN9g1C .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0O8IN9g1C .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0O8IN9g1C .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0O8IN9g1C .carousel-item .container-slide {
  text-align: center;
}
.cid-r0O8IN9g1C .content-slider-wrap {
  width: 80%;
}
.cid-r0O8INKl3q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0O8INKl3q .mbr-text,
.cid-r0O8INKl3q blockquote {
  color: #767676;
}
.cid-r0O8INKl3q .mbr-text {
  text-align: center;
}
.cid-r0O8INKl3q .mbr-text B {
  color: #1e082a;
}
.cid-r0O8IO5TOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0O8IO5TOL .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0O8IO5TOL .modal-body .close {
  background: #1b1b1b;
}
.cid-r0O8IO5TOL .modal-body .close span {
  font-style: normal;
}
.cid-r0O8IO5TOL .carousel-inner > .active,
.cid-r0O8IO5TOL .carousel-inner > .next,
.cid-r0O8IO5TOL .carousel-inner > .prev {
  display: flex;
}
.cid-r0O8IO5TOL .carousel-control .icon-next,
.cid-r0O8IO5TOL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0O8IO5TOL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0O8IO5TOL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0O8IO5TOL .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0O8IO5TOL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0O8IO5TOL .boxed-slider > div {
  position: relative;
}
.cid-r0O8IO5TOL .container img {
  width: 100%;
}
.cid-r0O8IO5TOL .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-r0O8IO5TOL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0O8IO5TOL .mbr-table-cell {
  padding: 0;
}
.cid-r0O8IO5TOL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0O8IO5TOL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0O8IO5TOL .mbr-overlay {
  z-index: 1;
}
.cid-r0O8IO5TOL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0O8IO5TOL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0O8IO5TOL .carousel-item .container {
    width: 100%;
  }
}
.cid-r0O8IO5TOL .carousel-item-next.carousel-item-left,
.cid-r0O8IO5TOL .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0O8IO5TOL .active.carousel-item-right,
.cid-r0O8IO5TOL .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0O8IO5TOL .active.carousel-item-left,
.cid-r0O8IO5TOL .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0O8IO5TOL .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 .3s;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0O8IO5TOL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators li.active,
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators li::after,
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0O8IO5TOL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0O8IO5TOL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0O8IO5TOL .mbr-slider > .container img {
  width: 100%;
}
.cid-r0O8IO5TOL .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-r0O8IO5TOL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0O8IO5TOL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0O8IO5TOL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0O8IO5TOL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0O8IO5TOL .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0O8IO5TOL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0O8IO5TOL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0O8IO5TOL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0O8IO5TOL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0O8IO5TOL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0O8IO5TOL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0O8IO5TOL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0O8IO5TOL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0O8IO5TOL .carousel-inner {
  height: 100%;
}
.cid-r0O8IO5TOL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0O8IO5TOL .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0O8IO5TOL .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0O8IO5TOL .carousel-item .container-slide {
  text-align: center;
}
.cid-r0O8IO5TOL .content-slider-wrap {
  width: 85%;
}
.cid-r0O8IPKTd4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0OMmmJeu4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0OMmmJeu4 H2 {
  color: #1e082a;
}
.cid-r0OMmnoXX8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0OMmnoXX8 .mbr-text,
.cid-r0OMmnoXX8 blockquote {
  color: #767676;
}
.cid-r0OMmnoXX8 .mbr-text {
  text-align: center;
}
.cid-r0OMmnoXX8 .mbr-text B {
  color: #232323;
}
.cid-r0OMmnoXX8 .mbr-text P {
  color: #1e082a;
}
.cid-r0OOaJUxF4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #9d88a9;
}
.cid-r0OOaJUxF4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r0OOaJUxF4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0OOaJUxF4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0OOaJUxF4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r0OOaJUxF4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1e082a;
  background: linear-gradient(to left, #1e082a, #9d88a9) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r0OOaJUxF4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r0OOaJUxF4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r0OOaJUxF4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r0OOaJUxF4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #1e082a !important;
  background: linear-gradient(to left, #1e082a, #9d88a9) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r0OOaJUxF4 .mbr-gallery-item > div > span {
  text-align: right;
  color: #ffffff;
}
.cid-r0OMmoyCJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0wwNjU5qU {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wwNjU5qU H2 {
  color: #232323;
}
.cid-r0wwNlAArZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wwNlAArZ .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r0wwNlAArZ .modal-body .close {
  background: #1b1b1b;
}
.cid-r0wwNlAArZ .modal-body .close span {
  font-style: normal;
}
.cid-r0wwNlAArZ .carousel-inner > .active,
.cid-r0wwNlAArZ .carousel-inner > .next,
.cid-r0wwNlAArZ .carousel-inner > .prev {
  display: flex;
}
.cid-r0wwNlAArZ .carousel-control .icon-next,
.cid-r0wwNlAArZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r0wwNlAArZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r0wwNlAArZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r0wwNlAArZ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r0wwNlAArZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r0wwNlAArZ .boxed-slider > div {
  position: relative;
}
.cid-r0wwNlAArZ .container img {
  width: 100%;
}
.cid-r0wwNlAArZ .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-r0wwNlAArZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wwNlAArZ .mbr-table-cell {
  padding: 0;
}
.cid-r0wwNlAArZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r0wwNlAArZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r0wwNlAArZ .mbr-overlay {
  z-index: 1;
}
.cid-r0wwNlAArZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wwNlAArZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r0wwNlAArZ .carousel-item .container {
    width: 100%;
  }
}
.cid-r0wwNlAArZ .carousel-item-next.carousel-item-left,
.cid-r0wwNlAArZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r0wwNlAArZ .active.carousel-item-right,
.cid-r0wwNlAArZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r0wwNlAArZ .active.carousel-item-left,
.cid-r0wwNlAArZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r0wwNlAArZ .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 .3s;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r0wwNlAArZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators li.active,
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators li::after,
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r0wwNlAArZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r0wwNlAArZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r0wwNlAArZ .mbr-slider > .container img {
  width: 100%;
}
.cid-r0wwNlAArZ .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-r0wwNlAArZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r0wwNlAArZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r0wwNlAArZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r0wwNlAArZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r0wwNlAArZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r0wwNlAArZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r0wwNlAArZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r0wwNlAArZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r0wwNlAArZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r0wwNlAArZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r0wwNlAArZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r0wwNlAArZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r0wwNlAArZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r0wwNlAArZ .carousel-inner {
  height: 100%;
}
.cid-r0wwNlAArZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r0wwNlAArZ .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r0wwNlAArZ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r0wwNlAArZ .carousel-item .container-slide {
  text-align: center;
}
.cid-r0wwNlAArZ .content-slider-wrap {
  width: 85%;
}
.cid-r0wNWga6yl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0wyFfkcoT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wyFfkcoT H2 {
  color: #232323;
}
.cid-r0wCbjq5Ex {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0wCbjq5Ex .card-box {
  padding: 0 2rem;
}
.cid-r0wCbjq5Ex .mbr-section-btn {
  padding-top: 1rem;
}
.cid-r0wCbjq5Ex .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-r0wCbjq5Ex h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-r0wCbjq5Ex p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-r0wCbjq5Ex .mbr-text {
  color: #1e082a;
}
.cid-r0wCbjq5Ex .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r0wCbjq5Ex .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-r0wCbjq5Ex .card-title {
  color: #1e082a;
}
.cid-r0wyFj2MPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r0Ocdwo2Yb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0Ocdwo2Yb H2 {
  color: #1e082a;
}
.cid-r0OHpsB8ig {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0OHpsB8ig .mbr-text,
.cid-r0OHpsB8ig blockquote {
  color: #767676;
}
.cid-r0OHpsB8ig .mbr-text {
  text-align: center;
}
.cid-r0OHpsB8ig .mbr-text B {
  color: #232323;
}
.cid-r0OHpsB8ig .mbr-text P {
  color: #1e082a;
}
.cid-r0OHtFjz5u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r0OHtFjz5u h2 {
  text-align: center;
}
.cid-r0OHtFjz5u h4 {
  text-align: center;
  z-index: 1;
  color: #ffffff;
}
.cid-r0OHtFjz5u p {
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-r0OHtFjz5u .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-r0OHtFjz5u .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-r0OHtFjz5u .card-img img {
  z-index: -1;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-r0OHtFjz5u .mbr-section-title {
  text-align: center;
}
.cid-r0OHtFjz5u H4 {
  color: #ffffff;
}
.cid-r0Ocdy3w93 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r5Nq5YwoIj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5Nq5YwoIj H2 {
  color: #1e082a;
}
.cid-r5Nq5Z67vA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5Nq5Z67vA .mbr-text,
.cid-r5Nq5Z67vA blockquote {
  color: #767676;
}
.cid-r5Nq5Z67vA .mbr-text {
  text-align: center;
}
.cid-r5Nq5Z67vA .mbr-text B {
  color: #1e082a;
}
.cid-r5Nq5ZsMps {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5Nq5ZsMps .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5Nq5ZsMps .modal-body .close {
  background: #1b1b1b;
}
.cid-r5Nq5ZsMps .modal-body .close span {
  font-style: normal;
}
.cid-r5Nq5ZsMps .carousel-inner > .active,
.cid-r5Nq5ZsMps .carousel-inner > .next,
.cid-r5Nq5ZsMps .carousel-inner > .prev {
  display: flex;
}
.cid-r5Nq5ZsMps .carousel-control .icon-next,
.cid-r5Nq5ZsMps .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5Nq5ZsMps .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5Nq5ZsMps .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5Nq5ZsMps .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5Nq5ZsMps .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5Nq5ZsMps .boxed-slider > div {
  position: relative;
}
.cid-r5Nq5ZsMps .container img {
  width: 100%;
}
.cid-r5Nq5ZsMps .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-r5Nq5ZsMps .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5Nq5ZsMps .mbr-table-cell {
  padding: 0;
}
.cid-r5Nq5ZsMps .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5Nq5ZsMps .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5Nq5ZsMps .mbr-overlay {
  z-index: 1;
}
.cid-r5Nq5ZsMps .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5Nq5ZsMps .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5Nq5ZsMps .carousel-item .container {
    width: 100%;
  }
}
.cid-r5Nq5ZsMps .carousel-item-next.carousel-item-left,
.cid-r5Nq5ZsMps .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5Nq5ZsMps .active.carousel-item-right,
.cid-r5Nq5ZsMps .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5Nq5ZsMps .active.carousel-item-left,
.cid-r5Nq5ZsMps .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5Nq5ZsMps .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 .3s;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5Nq5ZsMps .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators li.active,
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators li::after,
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5Nq5ZsMps .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5Nq5ZsMps .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5Nq5ZsMps .mbr-slider > .container img {
  width: 100%;
}
.cid-r5Nq5ZsMps .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-r5Nq5ZsMps .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5Nq5ZsMps .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5Nq5ZsMps .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5Nq5ZsMps .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5Nq5ZsMps .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5Nq5ZsMps .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5Nq5ZsMps .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5Nq5ZsMps .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5Nq5ZsMps .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5Nq5ZsMps .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5Nq5ZsMps .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5Nq5ZsMps .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5Nq5ZsMps .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5Nq5ZsMps .carousel-inner {
  height: 100%;
}
.cid-r5Nq5ZsMps .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5Nq5ZsMps .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5Nq5ZsMps .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5Nq5ZsMps .carousel-item .container-slide {
  text-align: center;
}
.cid-r5Nq5ZsMps .content-slider-wrap {
  width: 95%;
}
.cid-r5NqYp0BTz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5NqYp0BTz .mbr-text,
.cid-r5NqYp0BTz blockquote {
  color: #767676;
}
.cid-r5NqYp0BTz .mbr-text {
  text-align: center;
}
.cid-r5NqYp0BTz .mbr-text B {
  color: #1e082a;
}
.cid-r6mx0s3tjb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r6mx0s3tjb .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6mx0s3tjb .modal-body .close {
  background: #1b1b1b;
}
.cid-r6mx0s3tjb .modal-body .close span {
  font-style: normal;
}
.cid-r6mx0s3tjb .carousel-inner > .active,
.cid-r6mx0s3tjb .carousel-inner > .next,
.cid-r6mx0s3tjb .carousel-inner > .prev {
  display: flex;
}
.cid-r6mx0s3tjb .carousel-control .icon-next,
.cid-r6mx0s3tjb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6mx0s3tjb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6mx0s3tjb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6mx0s3tjb .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6mx0s3tjb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6mx0s3tjb .boxed-slider > div {
  position: relative;
}
.cid-r6mx0s3tjb .container img {
  width: 100%;
}
.cid-r6mx0s3tjb .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-r6mx0s3tjb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6mx0s3tjb .mbr-table-cell {
  padding: 0;
}
.cid-r6mx0s3tjb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6mx0s3tjb .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6mx0s3tjb .mbr-overlay {
  z-index: 1;
}
.cid-r6mx0s3tjb .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6mx0s3tjb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r6mx0s3tjb .carousel-item .container {
    width: 100%;
  }
}
.cid-r6mx0s3tjb .carousel-item-next.carousel-item-left,
.cid-r6mx0s3tjb .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6mx0s3tjb .active.carousel-item-right,
.cid-r6mx0s3tjb .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6mx0s3tjb .active.carousel-item-left,
.cid-r6mx0s3tjb .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6mx0s3tjb .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 .3s;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6mx0s3tjb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators li.active,
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators li::after,
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6mx0s3tjb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6mx0s3tjb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6mx0s3tjb .mbr-slider > .container img {
  width: 100%;
}
.cid-r6mx0s3tjb .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-r6mx0s3tjb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6mx0s3tjb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6mx0s3tjb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6mx0s3tjb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6mx0s3tjb .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6mx0s3tjb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6mx0s3tjb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6mx0s3tjb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6mx0s3tjb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6mx0s3tjb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6mx0s3tjb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6mx0s3tjb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6mx0s3tjb .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6mx0s3tjb .carousel-inner {
  height: 100%;
}
.cid-r6mx0s3tjb .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6mx0s3tjb .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6mx0s3tjb .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6mx0s3tjb .carousel-item .container-slide {
  text-align: center;
}
.cid-r6mx0s3tjb .content-slider-wrap {
  width: 85%;
}
.cid-r5Nr3Frha4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5Nr3Frha4 .mbr-text,
.cid-r5Nr3Frha4 blockquote {
  color: #767676;
}
.cid-r5Nr3Frha4 .mbr-text {
  text-align: center;
}
.cid-r5Nr3Frha4 .mbr-text B {
  color: #1e082a;
}
.cid-r5Nr4zKvfc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5Nr4zKvfc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5Nr4zKvfc .modal-body .close {
  background: #1b1b1b;
}
.cid-r5Nr4zKvfc .modal-body .close span {
  font-style: normal;
}
.cid-r5Nr4zKvfc .carousel-inner > .active,
.cid-r5Nr4zKvfc .carousel-inner > .next,
.cid-r5Nr4zKvfc .carousel-inner > .prev {
  display: flex;
}
.cid-r5Nr4zKvfc .carousel-control .icon-next,
.cid-r5Nr4zKvfc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5Nr4zKvfc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5Nr4zKvfc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5Nr4zKvfc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5Nr4zKvfc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5Nr4zKvfc .boxed-slider > div {
  position: relative;
}
.cid-r5Nr4zKvfc .container img {
  width: 100%;
}
.cid-r5Nr4zKvfc .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-r5Nr4zKvfc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5Nr4zKvfc .mbr-table-cell {
  padding: 0;
}
.cid-r5Nr4zKvfc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5Nr4zKvfc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5Nr4zKvfc .mbr-overlay {
  z-index: 1;
}
.cid-r5Nr4zKvfc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5Nr4zKvfc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5Nr4zKvfc .carousel-item .container {
    width: 100%;
  }
}
.cid-r5Nr4zKvfc .carousel-item-next.carousel-item-left,
.cid-r5Nr4zKvfc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5Nr4zKvfc .active.carousel-item-right,
.cid-r5Nr4zKvfc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5Nr4zKvfc .active.carousel-item-left,
.cid-r5Nr4zKvfc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5Nr4zKvfc .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 .3s;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5Nr4zKvfc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators li.active,
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators li::after,
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5Nr4zKvfc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5Nr4zKvfc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5Nr4zKvfc .mbr-slider > .container img {
  width: 100%;
}
.cid-r5Nr4zKvfc .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-r5Nr4zKvfc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5Nr4zKvfc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5Nr4zKvfc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5Nr4zKvfc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5Nr4zKvfc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5Nr4zKvfc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5Nr4zKvfc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5Nr4zKvfc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5Nr4zKvfc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5Nr4zKvfc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5Nr4zKvfc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5Nr4zKvfc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5Nr4zKvfc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5Nr4zKvfc .carousel-inner {
  height: 100%;
}
.cid-r5Nr4zKvfc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5Nr4zKvfc .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5Nr4zKvfc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5Nr4zKvfc .carousel-item .container-slide {
  text-align: center;
}
.cid-r5Nr4zKvfc .content-slider-wrap {
  width: 80%;
}
.cid-r5Nq62CD1R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r5O0o9xVVM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5O0o9xVVM H2 {
  color: #1e082a;
}
.cid-r5O0obGIVt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5O0obGIVt .mbr-text,
.cid-r5O0obGIVt blockquote {
  color: #767676;
}
.cid-r5O0obGIVt .mbr-text {
  text-align: center;
}
.cid-r5O0obGIVt .mbr-text B {
  color: #1e082a;
}
.cid-r5O0oc7Eex {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5O0oc7Eex .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5O0oc7Eex .modal-body .close {
  background: #1b1b1b;
}
.cid-r5O0oc7Eex .modal-body .close span {
  font-style: normal;
}
.cid-r5O0oc7Eex .carousel-inner > .active,
.cid-r5O0oc7Eex .carousel-inner > .next,
.cid-r5O0oc7Eex .carousel-inner > .prev {
  display: flex;
}
.cid-r5O0oc7Eex .carousel-control .icon-next,
.cid-r5O0oc7Eex .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5O0oc7Eex .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5O0oc7Eex .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5O0oc7Eex .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5O0oc7Eex .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5O0oc7Eex .boxed-slider > div {
  position: relative;
}
.cid-r5O0oc7Eex .container img {
  width: 100%;
}
.cid-r5O0oc7Eex .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-r5O0oc7Eex .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5O0oc7Eex .mbr-table-cell {
  padding: 0;
}
.cid-r5O0oc7Eex .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5O0oc7Eex .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5O0oc7Eex .mbr-overlay {
  z-index: 1;
}
.cid-r5O0oc7Eex .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5O0oc7Eex .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5O0oc7Eex .carousel-item .container {
    width: 100%;
  }
}
.cid-r5O0oc7Eex .carousel-item-next.carousel-item-left,
.cid-r5O0oc7Eex .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5O0oc7Eex .active.carousel-item-right,
.cid-r5O0oc7Eex .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5O0oc7Eex .active.carousel-item-left,
.cid-r5O0oc7Eex .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5O0oc7Eex .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 .3s;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5O0oc7Eex .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators li.active,
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators li::after,
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5O0oc7Eex .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5O0oc7Eex .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5O0oc7Eex .mbr-slider > .container img {
  width: 100%;
}
.cid-r5O0oc7Eex .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-r5O0oc7Eex .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5O0oc7Eex .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5O0oc7Eex .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5O0oc7Eex .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5O0oc7Eex .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5O0oc7Eex .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5O0oc7Eex .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5O0oc7Eex .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5O0oc7Eex .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5O0oc7Eex .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5O0oc7Eex .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5O0oc7Eex .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5O0oc7Eex .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5O0oc7Eex .carousel-inner {
  height: 100%;
}
.cid-r5O0oc7Eex .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5O0oc7Eex .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5O0oc7Eex .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5O0oc7Eex .carousel-item .container-slide {
  text-align: center;
}
.cid-r5O0oc7Eex .content-slider-wrap {
  width: 84%;
}
.cid-r5O0odn4cq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5O0odn4cq .mbr-text,
.cid-r5O0odn4cq blockquote {
  color: #767676;
}
.cid-r5O0odn4cq .mbr-text {
  text-align: center;
}
.cid-r5O0odn4cq .mbr-text B {
  color: #1e082a;
}
.cid-r5O0odTwF3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5O0odTwF3 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5O0odTwF3 .modal-body .close {
  background: #1b1b1b;
}
.cid-r5O0odTwF3 .modal-body .close span {
  font-style: normal;
}
.cid-r5O0odTwF3 .carousel-inner > .active,
.cid-r5O0odTwF3 .carousel-inner > .next,
.cid-r5O0odTwF3 .carousel-inner > .prev {
  display: flex;
}
.cid-r5O0odTwF3 .carousel-control .icon-next,
.cid-r5O0odTwF3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5O0odTwF3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5O0odTwF3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5O0odTwF3 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5O0odTwF3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5O0odTwF3 .boxed-slider > div {
  position: relative;
}
.cid-r5O0odTwF3 .container img {
  width: 100%;
}
.cid-r5O0odTwF3 .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-r5O0odTwF3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5O0odTwF3 .mbr-table-cell {
  padding: 0;
}
.cid-r5O0odTwF3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5O0odTwF3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5O0odTwF3 .mbr-overlay {
  z-index: 1;
}
.cid-r5O0odTwF3 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5O0odTwF3 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5O0odTwF3 .carousel-item .container {
    width: 100%;
  }
}
.cid-r5O0odTwF3 .carousel-item-next.carousel-item-left,
.cid-r5O0odTwF3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5O0odTwF3 .active.carousel-item-right,
.cid-r5O0odTwF3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5O0odTwF3 .active.carousel-item-left,
.cid-r5O0odTwF3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5O0odTwF3 .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 .3s;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5O0odTwF3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators li.active,
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators li::after,
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5O0odTwF3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5O0odTwF3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5O0odTwF3 .mbr-slider > .container img {
  width: 100%;
}
.cid-r5O0odTwF3 .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-r5O0odTwF3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5O0odTwF3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5O0odTwF3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5O0odTwF3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5O0odTwF3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5O0odTwF3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5O0odTwF3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5O0odTwF3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5O0odTwF3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5O0odTwF3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5O0odTwF3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5O0odTwF3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5O0odTwF3 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5O0odTwF3 .carousel-inner {
  height: 100%;
}
.cid-r5O0odTwF3 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5O0odTwF3 .image_wrapper {
  height: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5O0odTwF3 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5O0odTwF3 .carousel-item .container-slide {
  text-align: center;
}
.cid-r5O0odTwF3 .content-slider-wrap {
  width: 95%;
}
.cid-r5O0ofB9pM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
.cid-r5OusvvXER {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5OusvvXER H2 {
  color: #232323;
}
.cid-r5OuTemnMz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-r5OuTemnMz .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r5OuTemnMz .modal-body .close {
  background: #1b1b1b;
}
.cid-r5OuTemnMz .modal-body .close span {
  font-style: normal;
}
.cid-r5OuTemnMz .carousel-inner > .active,
.cid-r5OuTemnMz .carousel-inner > .next,
.cid-r5OuTemnMz .carousel-inner > .prev {
  display: flex;
}
.cid-r5OuTemnMz .carousel-control .icon-next,
.cid-r5OuTemnMz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r5OuTemnMz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r5OuTemnMz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r5OuTemnMz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r5OuTemnMz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r5OuTemnMz .boxed-slider > div {
  position: relative;
}
.cid-r5OuTemnMz .container img {
  width: 100%;
}
.cid-r5OuTemnMz .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-r5OuTemnMz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5OuTemnMz .mbr-table-cell {
  padding: 0;
}
.cid-r5OuTemnMz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r5OuTemnMz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r5OuTemnMz .mbr-overlay {
  z-index: 1;
}
.cid-r5OuTemnMz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5OuTemnMz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-r5OuTemnMz .carousel-item .container {
    width: 100%;
  }
}
.cid-r5OuTemnMz .carousel-item-next.carousel-item-left,
.cid-r5OuTemnMz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r5OuTemnMz .active.carousel-item-right,
.cid-r5OuTemnMz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r5OuTemnMz .active.carousel-item-left,
.cid-r5OuTemnMz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r5OuTemnMz .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 .3s;
}
.cid-r5OuTemnMz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r5OuTemnMz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r5OuTemnMz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r5OuTemnMz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r5OuTemnMz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r5OuTemnMz .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-r5OuTemnMz .mbr-slider .carousel-indicators li.active,
.cid-r5OuTemnMz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r5OuTemnMz .mbr-slider .carousel-indicators li::after,
.cid-r5OuTemnMz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r5OuTemnMz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r5OuTemnMz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r5OuTemnMz .mbr-slider > .container img {
  width: 100%;
}
.cid-r5OuTemnMz .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-r5OuTemnMz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r5OuTemnMz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r5OuTemnMz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r5OuTemnMz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r5OuTemnMz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r5OuTemnMz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r5OuTemnMz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r5OuTemnMz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r5OuTemnMz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r5OuTemnMz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r5OuTemnMz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r5OuTemnMz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r5OuTemnMz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r5OuTemnMz .carousel-inner {
  height: 100%;
}
.cid-r5OuTemnMz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r5OuTemnMz .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r5OuTemnMz .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r5OuTemnMz .carousel-item .container-slide {
  text-align: center;
}
.cid-r5OuTemnMz .content-slider-wrap {
  width: 85%;
}
.cid-r5OusyVZLd {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #9d88a9;
}
.cid-rdViZSanGQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdViZSanGQ H2 {
  color: #1e082a;
}
.cid-rdViZTTmTc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdViZTTmTc .mbr-text,
.cid-rdViZTTmTc blockquote {
  color: #767676;
}
.cid-rdViZTTmTc .mbr-text {
  text-align: center;
}
.cid-rdViZTTmTc .mbr-text B {
  color: #1e082a;
}
.cid-rdVpoODWKf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdVpoODWKf .content-slider {
  display: flex;
  justify-content: center;
}
.cid-rdVpoODWKf .modal-body .close {
  background: #1b1b1b;
}
.cid-rdVpoODWKf .modal-body .close span {
  font-style: normal;
}
.cid-rdVpoODWKf .carousel-inner > .active,
.cid-rdVpoODWKf .carousel-inner > .next,
.cid-rdVpoODWKf .carousel-inner > .prev {
  display: flex;
}
.cid-rdVpoODWKf .carousel-control .icon-next,
.cid-rdVpoODWKf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rdVpoODWKf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdVpoODWKf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rdVpoODWKf .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rdVpoODWKf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rdVpoODWKf .boxed-slider > div {
  position: relative;
}
.cid-rdVpoODWKf .container img {
  width: 100%;
}
.cid-rdVpoODWKf .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-rdVpoODWKf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVpoODWKf .mbr-table-cell {
  padding: 0;
}
.cid-rdVpoODWKf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rdVpoODWKf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rdVpoODWKf .mbr-overlay {
  z-index: 1;
}
.cid-rdVpoODWKf .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVpoODWKf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rdVpoODWKf .carousel-item .container {
    width: 100%;
  }
}
.cid-rdVpoODWKf .carousel-item-next.carousel-item-left,
.cid-rdVpoODWKf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rdVpoODWKf .active.carousel-item-right,
.cid-rdVpoODWKf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rdVpoODWKf .active.carousel-item-left,
.cid-rdVpoODWKf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rdVpoODWKf .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 .3s;
}
.cid-rdVpoODWKf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rdVpoODWKf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rdVpoODWKf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rdVpoODWKf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rdVpoODWKf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rdVpoODWKf .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rdVpoODWKf .mbr-slider .carousel-indicators li.active,
.cid-rdVpoODWKf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rdVpoODWKf .mbr-slider .carousel-indicators li::after,
.cid-rdVpoODWKf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rdVpoODWKf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rdVpoODWKf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rdVpoODWKf .mbr-slider > .container img {
  width: 100%;
}
.cid-rdVpoODWKf .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-rdVpoODWKf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rdVpoODWKf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rdVpoODWKf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVpoODWKf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rdVpoODWKf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rdVpoODWKf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rdVpoODWKf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rdVpoODWKf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rdVpoODWKf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVpoODWKf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rdVpoODWKf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rdVpoODWKf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rdVpoODWKf .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rdVpoODWKf .carousel-inner {
  height: 100%;
}
.cid-rdVpoODWKf .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rdVpoODWKf .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rdVpoODWKf .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rdVpoODWKf .carousel-item .container-slide {
  text-align: center;
}
.cid-rdVpoODWKf .content-slider-wrap {
  width: 80%;
}
.cid-rdVvFraKhj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdVvFraKhj .mbr-text,
.cid-rdVvFraKhj blockquote {
  color: #767676;
}
.cid-rdVvFraKhj .mbr-text {
  text-align: center;
}
.cid-rdVvFraKhj .mbr-text B {
  color: #232323;
}
.cid-rdVvHQJaKf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdVvHQJaKf .content-slider {
  display: flex;
  justify-content: center;
}
.cid-rdVvHQJaKf .modal-body .close {
  background: #1b1b1b;
}
.cid-rdVvHQJaKf .modal-body .close span {
  font-style: normal;
}
.cid-rdVvHQJaKf .carousel-inner > .active,
.cid-rdVvHQJaKf .carousel-inner > .next,
.cid-rdVvHQJaKf .carousel-inner > .prev {
  display: flex;
}
.cid-rdVvHQJaKf .carousel-control .icon-next,
.cid-rdVvHQJaKf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rdVvHQJaKf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdVvHQJaKf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rdVvHQJaKf .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rdVvHQJaKf .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rdVvHQJaKf .boxed-slider > div {
  position: relative;
}
.cid-rdVvHQJaKf .container img {
  width: 100%;
}
.cid-rdVvHQJaKf .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-rdVvHQJaKf .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVvHQJaKf .mbr-table-cell {
  padding: 0;
}
.cid-rdVvHQJaKf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rdVvHQJaKf .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rdVvHQJaKf .mbr-overlay {
  z-index: 1;
}
.cid-rdVvHQJaKf .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVvHQJaKf .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rdVvHQJaKf .carousel-item .container {
    width: 100%;
  }
}
.cid-rdVvHQJaKf .carousel-item-next.carousel-item-left,
.cid-rdVvHQJaKf .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rdVvHQJaKf .active.carousel-item-right,
.cid-rdVvHQJaKf .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rdVvHQJaKf .active.carousel-item-left,
.cid-rdVvHQJaKf .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rdVvHQJaKf .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 .3s;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rdVvHQJaKf .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators li.active,
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators li::after,
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rdVvHQJaKf .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rdVvHQJaKf .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rdVvHQJaKf .mbr-slider > .container img {
  width: 100%;
}
.cid-rdVvHQJaKf .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-rdVvHQJaKf .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rdVvHQJaKf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rdVvHQJaKf .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVvHQJaKf .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rdVvHQJaKf .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rdVvHQJaKf .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rdVvHQJaKf .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rdVvHQJaKf .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rdVvHQJaKf .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVvHQJaKf .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rdVvHQJaKf .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rdVvHQJaKf .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rdVvHQJaKf .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rdVvHQJaKf .carousel-inner {
  height: 100%;
}
.cid-rdVvHQJaKf .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rdVvHQJaKf .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rdVvHQJaKf .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rdVvHQJaKf .carousel-item .container-slide {
  text-align: center;
}
.cid-rdVvHQJaKf .content-slider-wrap {
  width: 90%;
}
.cid-rdViZSG10g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdViZSG10g .mbr-text,
.cid-rdViZSG10g blockquote {
  color: #767676;
}
.cid-rdViZSG10g .mbr-text {
  text-align: center;
}
.cid-rdViZSG10g .mbr-text B {
  color: #1e082a;
}
.cid-rdVm5zgGv1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9d88a9;
}
.cid-rdVm5zgGv1 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-rdVm5zgGv1 .modal-body .close {
  background: #1b1b1b;
}
.cid-rdVm5zgGv1 .modal-body .close span {
  font-style: normal;
}
.cid-rdVm5zgGv1 .carousel-inner > .active,
.cid-rdVm5zgGv1 .carousel-inner > .next,
.cid-rdVm5zgGv1 .carousel-inner > .prev {
  display: flex;
}
.cid-rdVm5zgGv1 .carousel-control .icon-next,
.cid-rdVm5zgGv1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rdVm5zgGv1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdVm5zgGv1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rdVm5zgGv1 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rdVm5zgGv1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rdVm5zgGv1 .boxed-slider > div {
  position: relative;
}
.cid-rdVm5zgGv1 .container img {
  width: 100%;
}
.cid-rdVm5zgGv1 .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-rdVm5zgGv1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVm5zgGv1 .mbr-table-cell {
  padding: 0;
}
.cid-rdVm5zgGv1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rdVm5zgGv1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rdVm5zgGv1 .mbr-overlay {
  z-index: 1;
}
.cid-rdVm5zgGv1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVm5zgGv1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rdVm5zgGv1 .carousel-item .container {
    width: 100%;
  }
}
.cid-rdVm5zgGv1 .carousel-item-next.carousel-item-left,
.cid-rdVm5zgGv1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rdVm5zgGv1 .active.carousel-item-right,
.cid-rdVm5zgGv1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rdVm5zgGv1 .active.carousel-item-left,
.cid-rdVm5zgGv1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rdVm5zgGv1 .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 .3s;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rdVm5zgGv1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators li.active,
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators li::after,
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rdVm5zgGv1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rdVm5zgGv1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rdVm5zgGv1 .mbr-slider > .container img {
  width: 100%;
}
.cid-rdVm5zgGv1 .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-rdVm5zgGv1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rdVm5zgGv1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rdVm5zgGv1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rdVm5zgGv1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rdVm5zgGv1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rdVm5zgGv1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rdVm5zgGv1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rdVm5zgGv1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rdVm5zgGv1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rdVm5zgGv1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rdVm5zgGv1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rdVm5zgGv1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rdVm5zgGv1 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rdVm5zgGv1 .carousel-inner {
  height: 100%;
}
.cid-rdVm5zgGv1 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rdVm5zgGv1 .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rdVm5zgGv1 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rdVm5zgGv1 .carousel-item .container-slide {
  text-align: center;
}
.cid-rdVm5zgGv1 .content-slider-wrap {
  width: 80%;
}
.cid-rdViZVPpNQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9d88a9;
}
