body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Satisfy', handwriting;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #ffffff !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Satisfy', handwriting;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qPi6JCAh5B {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qPi6c9pNpZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cebfaf;
  background: linear-gradient(45deg, #cebfaf, #000000);
}
@media (min-width: 992px) {
  .cid-qPi6c9pNpZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qPi6c9pNpZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qPi6c9pNpZ .mbr-text {
    text-align: center;
  }
}
.cid-qPi6c9pNpZ H1 {
  text-align: center;
}
.cid-qPgX8SOhMi {
  padding-top: 30px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #cebfaf, #6576aa);
}
.cid-qPgX8SOhMi .mbr-text,
.cid-qPgX8SOhMi .mbr-section-btn {
  text-align: center;
}
.cid-r7TD6xGCKg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #cc2952;
  background: linear-gradient(45deg, #cc2952, #cebfaf);
}
.cid-r7TD6xGCKg .mbr-section-subtitle {
  color: #2d197f;
}
.cid-r7TD6xGCKg .btn {
  margin: 0 0 .5rem 0;
}
.cid-qPi3iIbyHZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qPi3iIbyHZ .mbr-section-subtitle {
  color: #767676;
}
.cid-qPiTwJjcYc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qPi2rjHqCm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-qPi2rjHqCm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qPi2rjHqCm p {
  color: #767676;
  text-align: left;
}
.cid-qPi2rjHqCm .card-box {
  padding-top: 2rem;
}
.cid-qPi2rjHqCm .card-wrapper {
  height: 100%;
}
.cid-qPi7xYNQHr {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #cebfaf, #cebfaf);
}
.cid-qPi7xYNQHr .mbr-text,
.cid-qPi7xYNQHr .mbr-section-btn {
  color: #232323;
}
.cid-qPiXnECaKx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-qPiXnECaKx .mbr-section-subtitle {
  color: #767676;
}
.cid-qPiWZrfh2L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #55b4d4;
}
.cid-qPiWZrfh2L .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qPiWZrfh2L .modal-body .close {
  background: #1b1b1b;
}
.cid-qPiWZrfh2L .modal-body .close span {
  font-style: normal;
}
.cid-qPiWZrfh2L .carousel-inner > .active,
.cid-qPiWZrfh2L .carousel-inner > .next,
.cid-qPiWZrfh2L .carousel-inner > .prev {
  display: flex;
}
.cid-qPiWZrfh2L .carousel-control .icon-next,
.cid-qPiWZrfh2L .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qPiWZrfh2L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPiWZrfh2L .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qPiWZrfh2L .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qPiWZrfh2L .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qPiWZrfh2L .boxed-slider > div {
  position: relative;
}
.cid-qPiWZrfh2L .container img {
  width: 100%;
}
.cid-qPiWZrfh2L .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-qPiWZrfh2L .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qPiWZrfh2L .mbr-table-cell {
  padding: 0;
}
.cid-qPiWZrfh2L .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qPiWZrfh2L .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qPiWZrfh2L .mbr-overlay {
  z-index: 1;
}
.cid-qPiWZrfh2L .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qPiWZrfh2L .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-qPiWZrfh2L .carousel-item .container {
    width: 100%;
  }
}
.cid-qPiWZrfh2L .carousel-item-next.carousel-item-left,
.cid-qPiWZrfh2L .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qPiWZrfh2L .active.carousel-item-right,
.cid-qPiWZrfh2L .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qPiWZrfh2L .active.carousel-item-left,
.cid-qPiWZrfh2L .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qPiWZrfh2L .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-qPiWZrfh2L .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPiWZrfh2L .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPiWZrfh2L .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qPiWZrfh2L .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qPiWZrfh2L .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qPiWZrfh2L .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-qPiWZrfh2L .mbr-slider .carousel-indicators li.active,
.cid-qPiWZrfh2L .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qPiWZrfh2L .mbr-slider .carousel-indicators li::after,
.cid-qPiWZrfh2L .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qPiWZrfh2L .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qPiWZrfh2L .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qPiWZrfh2L .mbr-slider > .container img {
  width: 100%;
}
.cid-qPiWZrfh2L .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-qPiWZrfh2L .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qPiWZrfh2L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qPiWZrfh2L .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qPiWZrfh2L .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qPiWZrfh2L .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qPiWZrfh2L .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qPiWZrfh2L .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qPiWZrfh2L .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qPiWZrfh2L .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qPiWZrfh2L .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qPiWZrfh2L .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qPiWZrfh2L .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qPiWZrfh2L .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qPiWZrfh2L .carousel-inner {
  height: 100%;
}
.cid-qPiWZrfh2L .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qPiWZrfh2L .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qPiWZrfh2L .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qPiWZrfh2L .carousel-item .container-slide {
  text-align: center;
}
.cid-qPiWZrfh2L .content-slider-wrap {
  width: 74%;
}
.cid-qPiWZrfh2L P {
  color: #ffffff;
}
.cid-qPvq8oR6lP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ff7f9f;
}
.cid-qPvq8oR6lP .mbr-section-subtitle {
  color: #767676;
}
.cid-qPvnhmcSMz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7f9f;
}
.cid-qPvnhmcSMz .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qPvnhmcSMz .modal-body .close {
  background: #1b1b1b;
}
.cid-qPvnhmcSMz .modal-body .close span {
  font-style: normal;
}
.cid-qPvnhmcSMz .carousel-inner > .active,
.cid-qPvnhmcSMz .carousel-inner > .next,
.cid-qPvnhmcSMz .carousel-inner > .prev {
  display: flex;
}
.cid-qPvnhmcSMz .carousel-control .icon-next,
.cid-qPvnhmcSMz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qPvnhmcSMz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPvnhmcSMz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qPvnhmcSMz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qPvnhmcSMz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qPvnhmcSMz .boxed-slider > div {
  position: relative;
}
.cid-qPvnhmcSMz .container img {
  width: 100%;
}
.cid-qPvnhmcSMz .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-qPvnhmcSMz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qPvnhmcSMz .mbr-table-cell {
  padding: 0;
}
.cid-qPvnhmcSMz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qPvnhmcSMz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qPvnhmcSMz .mbr-overlay {
  z-index: 1;
}
.cid-qPvnhmcSMz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qPvnhmcSMz .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-qPvnhmcSMz .carousel-item .container {
    width: 100%;
  }
}
.cid-qPvnhmcSMz .carousel-item-next.carousel-item-left,
.cid-qPvnhmcSMz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qPvnhmcSMz .active.carousel-item-right,
.cid-qPvnhmcSMz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qPvnhmcSMz .active.carousel-item-left,
.cid-qPvnhmcSMz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qPvnhmcSMz .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-qPvnhmcSMz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qPvnhmcSMz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qPvnhmcSMz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qPvnhmcSMz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qPvnhmcSMz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qPvnhmcSMz .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-qPvnhmcSMz .mbr-slider .carousel-indicators li.active,
.cid-qPvnhmcSMz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qPvnhmcSMz .mbr-slider .carousel-indicators li::after,
.cid-qPvnhmcSMz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qPvnhmcSMz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qPvnhmcSMz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qPvnhmcSMz .mbr-slider > .container img {
  width: 100%;
}
.cid-qPvnhmcSMz .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-qPvnhmcSMz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qPvnhmcSMz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qPvnhmcSMz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qPvnhmcSMz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qPvnhmcSMz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qPvnhmcSMz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qPvnhmcSMz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qPvnhmcSMz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qPvnhmcSMz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qPvnhmcSMz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qPvnhmcSMz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qPvnhmcSMz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qPvnhmcSMz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qPvnhmcSMz .carousel-inner {
  height: 100%;
}
.cid-qPvnhmcSMz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qPvnhmcSMz .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qPvnhmcSMz .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qPvnhmcSMz .carousel-item .container-slide {
  text-align: center;
}
.cid-qPvnhmcSMz .content-slider-wrap {
  width: 60%;
}
.cid-qPvnhmcSMz P {
  color: #ff3366;
}
.cid-qPj2F9udHK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qPj2F9udHK .content {
    text-align: center;
  }
  .cid-qPj2F9udHK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qPj2F9udHK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qPj2F9udHK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qPj2F9udHK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qPj2F9udHK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qPj2F9udHK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qPj2F9udHK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qPj2F9udHK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qPj2F9udHK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qPj2F9udHK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qPj2F9udHK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qPj2F9udHK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qSpaXDJKe3 {
  background-image: url("../../../assets/images/baptemedelair-1-800x555.jpg");
}
.cid-qSpaXDJKe3 SPAN {
  color: #ff3366;
}
.cid-qSpaXDJKe3 H3 {
  color: #ff3366;
}
.cid-qSpaXDJKe3 P {
  color: #ff3366;
}
.cid-to1UISpt8q {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-qRQfiNF92n {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qRQfiNF92n .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qRQfiNF92n H2 {
  text-align: center;
}
.cid-qPBhsO3q3m {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-qPBhsO3q3m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qPBhsO3q3m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qPBhsO3q3m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qPBhsO3q3m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qPBhsO3q3m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qPBhsO3q3m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qPBhsO3q3m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qPBhsO3q3m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qPBhsO3q3m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRQ0X2dkCR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-qRQ0X2dkCR .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qRQ0X2dkCR H2 {
  text-align: center;
}
.cid-qRQ1eaGoJf {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-qRQ1eaGoJf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRQ1eaGoJf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qRQ1eaGoJf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qRQ1eaGoJf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRQ1eaGoJf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRQ1eaGoJf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRQ1eaGoJf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRQ1eaGoJf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRQ1eaGoJf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRQfpoLfAz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #149dcc;
}
.cid-qRQfpoLfAz .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-qRQfpoLfAz H2 {
  text-align: center;
}
.cid-qRQfwWeRBR {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #149dcc;
}
.cid-qRQfwWeRBR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRQfwWeRBR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qRQfwWeRBR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qRQfwWeRBR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRQfwWeRBR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRQfwWeRBR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRQfwWeRBR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRQfwWeRBR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRQfwWeRBR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRPpPZwbfm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qRPpPZwbfm .mbr-section-subtitle {
  color: #767676;
}
.cid-qRPoGhMojy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-qRPoGhMojy .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qRPoGhMojy .modal-body .close {
  background: #1b1b1b;
}
.cid-qRPoGhMojy .modal-body .close span {
  font-style: normal;
}
.cid-qRPoGhMojy .carousel-inner > .active,
.cid-qRPoGhMojy .carousel-inner > .next,
.cid-qRPoGhMojy .carousel-inner > .prev {
  display: flex;
}
.cid-qRPoGhMojy .carousel-control .icon-next,
.cid-qRPoGhMojy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qRPoGhMojy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qRPoGhMojy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qRPoGhMojy .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qRPoGhMojy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qRPoGhMojy .boxed-slider > div {
  position: relative;
}
.cid-qRPoGhMojy .container img {
  width: 100%;
}
.cid-qRPoGhMojy .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-qRPoGhMojy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRPoGhMojy .mbr-table-cell {
  padding: 0;
}
.cid-qRPoGhMojy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qRPoGhMojy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qRPoGhMojy .mbr-overlay {
  z-index: 1;
}
.cid-qRPoGhMojy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRPoGhMojy .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-qRPoGhMojy .carousel-item .container {
    width: 100%;
  }
}
.cid-qRPoGhMojy .carousel-item-next.carousel-item-left,
.cid-qRPoGhMojy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qRPoGhMojy .active.carousel-item-right,
.cid-qRPoGhMojy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qRPoGhMojy .active.carousel-item-left,
.cid-qRPoGhMojy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qRPoGhMojy .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-qRPoGhMojy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRPoGhMojy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRPoGhMojy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qRPoGhMojy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qRPoGhMojy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qRPoGhMojy .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-qRPoGhMojy .mbr-slider .carousel-indicators li.active,
.cid-qRPoGhMojy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qRPoGhMojy .mbr-slider .carousel-indicators li::after,
.cid-qRPoGhMojy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qRPoGhMojy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qRPoGhMojy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qRPoGhMojy .mbr-slider > .container img {
  width: 100%;
}
.cid-qRPoGhMojy .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-qRPoGhMojy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qRPoGhMojy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qRPoGhMojy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRPoGhMojy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qRPoGhMojy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qRPoGhMojy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qRPoGhMojy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qRPoGhMojy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qRPoGhMojy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRPoGhMojy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qRPoGhMojy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qRPoGhMojy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qRPoGhMojy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qRPoGhMojy .carousel-inner {
  height: 100%;
}
.cid-qRPoGhMojy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qRPoGhMojy .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qRPoGhMojy .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qRPoGhMojy .carousel-item .container-slide {
  text-align: center;
}
.cid-qRPoGhMojy .content-slider-wrap {
  width: 87%;
}
.cid-qRPRYrOgp2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ff7f9f;
}
.cid-qRPRYrOgp2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qRPKKGh7Gh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff7f9f;
}
.cid-qRPKKGh7Gh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRPKKGh7Gh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRPKKGh7Gh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRPKKGh7Gh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRPKKGh7Gh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRPKKGh7Gh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRPKKGh7Gh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRPKKGh7Gh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRPKKGh7Gh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS3aHh8Jpb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qS3aHh8Jpb .content {
    text-align: center;
  }
  .cid-qS3aHh8Jpb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qS3aHh8Jpb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qS3aHh8Jpb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qS3aHh8Jpb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qS3aHh8Jpb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qS3aHh8Jpb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qS3aHh8Jpb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qS3aHh8Jpb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qS3aHh8Jpb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qS3aHh8Jpb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qS3aHh8Jpb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qS3aHh8Jpb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r6EAvkgiJg {
  background-image: url("../../../assets/images/cross-800x606.jpg");
}
.cid-r6EAvkgiJg SPAN {
  color: #ff3366;
}
.cid-r6EAvkgiJg H3 {
  color: #ff3366;
}
.cid-r6EAvkgiJg P {
  color: #ff3366;
}
.cid-to7Eyedu8N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-ra9mZ6haOH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-ra9mZ6haOH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ra9mZ6haOH .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ra9mZ6haOH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ra9mZ6haOH .inner-container {
    width: 100% !important;
  }
}
.cid-ra9mZ6haOH .section-text P {
  text-align: left;
}
.cid-scrNu64UFB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #149dcc;
}
.cid-scrNu64UFB .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrNu64UFB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrNu64UFB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrNu64UFB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrNu64UFB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-raeHl0CioG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-raeHl0CioG .mbr-section-subtitle {
  color: #232323;
}
.cid-raeHl0CioG H2 {
  text-align: center;
}
.cid-raeLt7O0Zo {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-raeLt7O0Zo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-raeLt7O0Zo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-raeLt7O0Zo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-raeLt7O0Zo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-raeLt7O0Zo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-raeLt7O0Zo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-raeLt7O0Zo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-raeLt7O0Zo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-raeLt7O0Zo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-raf7qk21Uk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-raf7qk21Uk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-raf7qk21Uk .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-raf7qk21Uk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-raf7qk21Uk .inner-container {
    width: 100% !important;
  }
}
.cid-raf1mHH8Po {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-raf1mHH8Po .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-raf1mHH8Po .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-raf1mHH8Po .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-raf1mHH8Po .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-raf1mHH8Po .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-raf1mHH8Po .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-raf1mHH8Po .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-raf1mHH8Po .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-raf1mHH8Po .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-reQf4OWPir {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-reQf4OWPir .mbr-section-subtitle {
  color: #767676;
}
.cid-reQgkjllGH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-reQgkjllGH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reQgkjllGH .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #2d197f;
}
.cid-reQgkjllGH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reQgkjllGH .inner-container {
    width: 100% !important;
  }
}
.cid-reQgIkp1o3 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-reQgIkp1o3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-reQgIkp1o3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-reQgIkp1o3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-reQgIkp1o3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-reQgIkp1o3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-reQgIkp1o3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-reQgIkp1o3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-reQgIkp1o3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-reQgIkp1o3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-reReti6b2C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-reReti6b2C .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reReti6b2C .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-reReti6b2C .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reReti6b2C .inner-container {
    width: 100% !important;
  }
}
.cid-reRbRtqPhY {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f9f295;
}
.cid-reRbRtqPhY .content-slider {
  display: flex;
  justify-content: center;
}
.cid-reRbRtqPhY .modal-body .close {
  background: #1b1b1b;
}
.cid-reRbRtqPhY .modal-body .close span {
  font-style: normal;
}
.cid-reRbRtqPhY .carousel-inner > .active,
.cid-reRbRtqPhY .carousel-inner > .next,
.cid-reRbRtqPhY .carousel-inner > .prev {
  display: flex;
}
.cid-reRbRtqPhY .carousel-control .icon-next,
.cid-reRbRtqPhY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-reRbRtqPhY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reRbRtqPhY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-reRbRtqPhY .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-reRbRtqPhY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-reRbRtqPhY .boxed-slider > div {
  position: relative;
}
.cid-reRbRtqPhY .container img {
  width: 100%;
}
.cid-reRbRtqPhY .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-reRbRtqPhY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reRbRtqPhY .mbr-table-cell {
  padding: 0;
}
.cid-reRbRtqPhY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-reRbRtqPhY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-reRbRtqPhY .mbr-overlay {
  z-index: 1;
}
.cid-reRbRtqPhY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reRbRtqPhY .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-reRbRtqPhY .carousel-item .container {
    width: 100%;
  }
}
.cid-reRbRtqPhY .carousel-item-next.carousel-item-left,
.cid-reRbRtqPhY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-reRbRtqPhY .active.carousel-item-right,
.cid-reRbRtqPhY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-reRbRtqPhY .active.carousel-item-left,
.cid-reRbRtqPhY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-reRbRtqPhY .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-reRbRtqPhY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-reRbRtqPhY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-reRbRtqPhY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-reRbRtqPhY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-reRbRtqPhY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-reRbRtqPhY .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-reRbRtqPhY .mbr-slider .carousel-indicators li.active,
.cid-reRbRtqPhY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-reRbRtqPhY .mbr-slider .carousel-indicators li::after,
.cid-reRbRtqPhY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-reRbRtqPhY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-reRbRtqPhY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-reRbRtqPhY .mbr-slider > .container img {
  width: 100%;
}
.cid-reRbRtqPhY .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-reRbRtqPhY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-reRbRtqPhY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-reRbRtqPhY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-reRbRtqPhY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-reRbRtqPhY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-reRbRtqPhY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-reRbRtqPhY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-reRbRtqPhY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-reRbRtqPhY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-reRbRtqPhY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-reRbRtqPhY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-reRbRtqPhY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-reRbRtqPhY .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-reRbRtqPhY .carousel-inner {
  height: 100%;
}
.cid-reRbRtqPhY .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-reRbRtqPhY .image_wrapper {
  height: 510px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-reRbRtqPhY .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-reRbRtqPhY .carousel-item .container-slide {
  text-align: center;
}
.cid-reRbRtqPhY .content-slider-wrap {
  width: 76%;
}
.cid-reRbRtqPhY P {
  color: #ff3366;
}
.cid-reRfvIoEZb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-reRfvIoEZb .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-reRfvIoEZb .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-reRfvIoEZb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-reRfvIoEZb .inner-container {
    width: 100% !important;
  }
}
.cid-reRfTeMQ5c {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-reRfTeMQ5c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-reRfTeMQ5c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-reRfTeMQ5c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-reRfTeMQ5c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-reRfTeMQ5c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-reRfTeMQ5c .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-reRfTeMQ5c .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-reRfTeMQ5c .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-reRfTeMQ5c .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rgacZLisHo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rgacZLisHo .mbr-section-subtitle {
  color: #767676;
}
.cid-sbeI8uqeSn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbeI8uqeSn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbeI8uqeSn .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sbeI8uqeSn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbeI8uqeSn .inner-container {
    width: 100% !important;
  }
}
.cid-sbeNggCVYW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-sbeNggCVYW .mbr-section-subtitle {
  color: #cc2952;
  text-align: left;
}
.cid-sbeNggCVYW .btn {
  margin: 0 0 .5rem 0;
}
.cid-sbeGLfsT74 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-sbeGLfsT74 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbeGLfsT74 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbeGLfsT74 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbeGLfsT74 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbeGLfsT74 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbeGLfsT74 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbeGLfsT74 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbeGLfsT74 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbeGLfsT74 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbfX2KhIdJ {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-sbfX2KhIdJ .line {
  background-color: #ff3366;
  color: #ff3366;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbfX2KhIdJ .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sbfX2KhIdJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbfX2KhIdJ .inner-container {
    width: 100% !important;
  }
}
.cid-sbkSCEhf7G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
.cid-sbkSCEhf7G .mbr-text,
.cid-sbkSCEhf7G blockquote {
  color: #767676;
}
.cid-sbkSCEhf7G .mbr-text {
  color: #ff3366;
}
.cid-sbfXttcYgq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-sbfXttcYgq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbfXttcYgq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbfXttcYgq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbfXttcYgq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbfXttcYgq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbfXttcYgq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbfXttcYgq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbfXttcYgq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbfXttcYgq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbkJF9a4wR {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-sbkJF9a4wR .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbkJF9a4wR .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sbkJF9a4wR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbkJF9a4wR .inner-container {
    width: 100% !important;
  }
}
.cid-sbkWgwKUJW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-sbkWgwKUJW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbkWgwKUJW .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-sbkWgwKUJW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbkWgwKUJW .inner-container {
    width: 100% !important;
  }
}
.cid-sbkMDYlSYP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #7fd9fc;
}
.cid-sbkMDYlSYP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbkMDYlSYP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbkMDYlSYP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbkMDYlSYP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbkMDYlSYP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbkMDYlSYP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbkMDYlSYP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbkMDYlSYP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbkMDYlSYP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbkMwZaXtY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sbkMwZaXtY .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbkMwZaXtY .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sbkMwZaXtY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbkMwZaXtY .inner-container {
    width: 100% !important;
  }
}
.cid-sblnR1sCvA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sblnR1sCvA .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sblnR1sCvA .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-sblnR1sCvA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sblnR1sCvA .inner-container {
    width: 100% !important;
  }
}
.cid-sbkMFtwPxP {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-sbkMFtwPxP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbkMFtwPxP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbkMFtwPxP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbkMFtwPxP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbkMFtwPxP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbkMFtwPxP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbkMFtwPxP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbkMFtwPxP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbkMFtwPxP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sboqScO2Z4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #bbe668;
}
.cid-sboqScO2Z4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbooW6njYl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-sbooW6njYl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbooW6njYl .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-sbooW6njYl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbooW6njYl .inner-container {
    width: 100% !important;
  }
}
.cid-sboHfHmYmD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-sboHfHmYmD .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sboHfHmYmD .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sboHfHmYmD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sboHfHmYmD .inner-container {
    width: 100% !important;
  }
}
.cid-sbopNCqTch {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #bbe668;
}
.cid-sbopNCqTch .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbopNCqTch .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbopNCqTch .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbopNCqTch .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbopNCqTch .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbopNCqTch .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbopNCqTch .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbopNCqTch .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbopNCqTch .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sboJ5uQ08U {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-sboJ5uQ08U .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sboJ5uQ08U .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sboJ5uQ08U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sboJ5uQ08U .inner-container {
    width: 100% !important;
  }
}
.cid-sboJM1CwEP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bbe668;
}
.cid-sboJM1CwEP .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sboJM1CwEP .modal-body .close {
  background: #1b1b1b;
}
.cid-sboJM1CwEP .modal-body .close span {
  font-style: normal;
}
.cid-sboJM1CwEP .carousel-inner > .active,
.cid-sboJM1CwEP .carousel-inner > .next,
.cid-sboJM1CwEP .carousel-inner > .prev {
  display: flex;
}
.cid-sboJM1CwEP .carousel-control .icon-next,
.cid-sboJM1CwEP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sboJM1CwEP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sboJM1CwEP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sboJM1CwEP .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sboJM1CwEP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sboJM1CwEP .boxed-slider > div {
  position: relative;
}
.cid-sboJM1CwEP .container img {
  width: 100%;
}
.cid-sboJM1CwEP .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-sboJM1CwEP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sboJM1CwEP .mbr-table-cell {
  padding: 0;
}
.cid-sboJM1CwEP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sboJM1CwEP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sboJM1CwEP .mbr-overlay {
  z-index: 1;
}
.cid-sboJM1CwEP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sboJM1CwEP .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-sboJM1CwEP .carousel-item .container {
    width: 100%;
  }
}
.cid-sboJM1CwEP .carousel-item-next.carousel-item-left,
.cid-sboJM1CwEP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sboJM1CwEP .active.carousel-item-right,
.cid-sboJM1CwEP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sboJM1CwEP .active.carousel-item-left,
.cid-sboJM1CwEP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sboJM1CwEP .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-sboJM1CwEP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sboJM1CwEP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sboJM1CwEP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sboJM1CwEP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sboJM1CwEP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sboJM1CwEP .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-sboJM1CwEP .mbr-slider .carousel-indicators li.active,
.cid-sboJM1CwEP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sboJM1CwEP .mbr-slider .carousel-indicators li::after,
.cid-sboJM1CwEP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sboJM1CwEP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sboJM1CwEP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sboJM1CwEP .mbr-slider > .container img {
  width: 100%;
}
.cid-sboJM1CwEP .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-sboJM1CwEP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sboJM1CwEP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sboJM1CwEP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sboJM1CwEP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sboJM1CwEP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sboJM1CwEP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sboJM1CwEP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sboJM1CwEP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sboJM1CwEP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sboJM1CwEP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sboJM1CwEP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sboJM1CwEP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sboJM1CwEP .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sboJM1CwEP .carousel-inner {
  height: 100%;
}
.cid-sboJM1CwEP .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sboJM1CwEP .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sboJM1CwEP .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sboJM1CwEP .carousel-item .container-slide {
  text-align: center;
}
.cid-sboJM1CwEP .content-slider-wrap {
  width: 83%;
}
.cid-sboJM1CwEP P {
  color: #ff3366;
}
.cid-sboLG4pB9C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-sboLG4pB9C .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sboLG4pB9C .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-sboLG4pB9C .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sboLG4pB9C .inner-container {
    width: 100% !important;
  }
}
.cid-sboLUurYkX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-sboLUurYkX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sboLUurYkX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sboLUurYkX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sboLUurYkX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sboLUurYkX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sboLUurYkX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sboLUurYkX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sboLUurYkX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sboLUurYkX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sboSsBzl1R {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #a19fed;
}
.cid-sboSsBzl1R .mbr-section-subtitle {
  color: #767676;
}
.cid-sboYa6p6dX {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #a19fed;
}
.cid-sboYa6p6dX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sboYa6p6dX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sboYa6p6dX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sboYa6p6dX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sboYa6p6dX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sboYa6p6dX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sboYa6p6dX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sboYa6p6dX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sboYa6p6dX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6EAvloZ9f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r6EAvloZ9f .content {
    text-align: center;
  }
  .cid-r6EAvloZ9f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r6EAvloZ9f .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r6EAvloZ9f .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r6EAvloZ9f .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r6EAvloZ9f .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r6EAvloZ9f .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r6EAvloZ9f .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r6EAvloZ9f .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r6EAvloZ9f .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r6EAvloZ9f .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r6EAvloZ9f .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6EAvloZ9f .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qSpcJxzLAN {
  background-image: url("../../../assets/images/siebel1-1-800x630.jpg");
}
.cid-qSpcJxzLAN SPAN {
  color: #ff3366;
}
.cid-qSpcJxzLAN H3 {
  color: #ff3366;
}
.cid-qSpcJxzLAN P {
  color: #ff3366;
}
.cid-to1TUtqeue {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-qS6866DvT8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-qS6866DvT8 .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qS6866DvT8 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qS6866DvT8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qS6866DvT8 .inner-container {
    width: 100% !important;
  }
}
.cid-qS6866DvT8 .section-text DIV {
  text-align: left;
}
.cid-qRRy5ZGKZP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qRRy5ZGKZP .mbr-section-subtitle {
  color: #767676;
}
.cid-qRRy5ZGKZP H2 {
  text-align: center;
}
.cid-qSqpMIQLR0 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-qSqpMIQLR0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSqpMIQLR0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qSqpMIQLR0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qSqpMIQLR0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSqpMIQLR0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSqpMIQLR0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSqpMIQLR0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qSqpMIQLR0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSqpMIQLR0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRRD07mtkN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-qRRD07mtkN .mbr-section-subtitle {
  color: #767676;
}
.cid-qRRD07mtkN H2 {
  text-align: center;
}
.cid-qRRDDzs4Wr {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-qRRDDzs4Wr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRRDDzs4Wr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qRRDDzs4Wr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qRRDDzs4Wr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRRDDzs4Wr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRRDDzs4Wr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRRDDzs4Wr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRRDDzs4Wr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRRDDzs4Wr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRUdw2T554 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qRUdw2T554 .mbr-section-subtitle {
  color: #767676;
}
.cid-qRUfo9CFte {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f295;
}
.cid-qRUfo9CFte .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRUfo9CFte .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRUfo9CFte .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRUfo9CFte .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRUfo9CFte .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRUfo9CFte .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRUfo9CFte .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRUfo9CFte .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRUfo9CFte .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS2gD0jexw {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f295;
}
.cid-qS2gD0jexw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qS2gD0jexw .video-block {
    width: 100% !important;
  }
}
.cid-qRUnnGIzZM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-qRUnnGIzZM .mbr-section-subtitle {
  color: #767676;
}
.cid-qRUnITq9R6 {
  padding-top: 50px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-qRUnITq9R6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRUnITq9R6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qRUnITq9R6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qRUnITq9R6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRUnITq9R6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRUnITq9R6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRUnITq9R6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRUnITq9R6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRUnITq9R6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS2Jg7ER5L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-qS2Jg7ER5L .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qS2Jg7ER5L .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-qS2Jg7ER5L .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qS2Jg7ER5L .inner-container {
    width: 100% !important;
  }
}
.cid-qS2GkxDGz1 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #b2ccd2;
}
.cid-qS2GkxDGz1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS2GkxDGz1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qS2GkxDGz1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qS2GkxDGz1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS2GkxDGz1 .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS2GkxDGz1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS2GkxDGz1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS2GkxDGz1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS2GkxDGz1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRWqUmGMVX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWqUmGMVX .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qRWrJXoQv5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWrJXoQv5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRWrJXoQv5 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qRWrJXoQv5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRWrJXoQv5 .inner-container {
    width: 100% !important;
  }
}
.cid-qRWteURebi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWteURebi .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRWteURebi .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qRWteURebi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRWteURebi .inner-container {
    width: 100% !important;
  }
}
.cid-qRWv8pqb9D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWv8pqb9D .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRWv8pqb9D .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qRWv8pqb9D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRWv8pqb9D .inner-container {
    width: 100% !important;
  }
}
.cid-qRWvAKCLuX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWvAKCLuX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRWvAKCLuX .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qRWvAKCLuX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRWvAKCLuX .inner-container {
    width: 100% !important;
  }
}
.cid-qRWyqQ9ZOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qRWyqQ9ZOM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRWyqQ9ZOM .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qRWyqQ9ZOM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRWyqQ9ZOM .inner-container {
    width: 100% !important;
  }
}
.cid-qRWzeB04HZ {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #b1a374;
}
.cid-qRWzeB04HZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qRWzeB04HZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qRWzeB04HZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qRWzeB04HZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qRWzeB04HZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qRWzeB04HZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qRWzeB04HZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qRWzeB04HZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qRWzeB04HZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS2MYP5egL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qS2MYP5egL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qS2MYP5egL .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-qS2MYP5egL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qS2MYP5egL .inner-container {
    width: 100% !important;
  }
}
.cid-qS2N3k3Psn {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #b1a374;
}
.cid-qS2N3k3Psn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS2N3k3Psn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS2N3k3Psn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS2N3k3Psn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS2N3k3Psn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS2N3k3Psn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS2N3k3Psn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS2N3k3Psn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS2N3k3Psn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qRWMtVBiXe {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qRWMtVBiXe .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qRWPCoF1De {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #f9f295;
}
.cid-qRWPCoF1De .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qRWPCoF1De .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qRWPCoF1De .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qRWPCoF1De .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qRWPCoF1De .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qRWPCoF1De .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qRWPCoF1De .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qRWPCoF1De .img-item {
    width: 100% !important;
  }
  .cid-qRWPCoF1De .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qS1DKAqLXQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qS1DKAqLXQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qS1E3P7kwN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-qS1E3P7kwN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS1E3P7kwN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS1E3P7kwN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS1E3P7kwN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS1E3P7kwN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS1E3P7kwN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS1E3P7kwN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS1E3P7kwN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS1E3P7kwN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS3aM2ioVN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qS3aM2ioVN .content {
    text-align: center;
  }
  .cid-qS3aM2ioVN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qS3aM2ioVN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qS3aM2ioVN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qS3aM2ioVN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qS3aM2ioVN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qS3aM2ioVN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qS3aM2ioVN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qS3aM2ioVN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qS3aM2ioVN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qS3aM2ioVN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qS3aM2ioVN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qS3aM2ioVN .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qSp2PTmHhI {
  background-image: url("../../../assets/images/vautour2-800x618.jpg");
}
.cid-qSp2PTmHhI SPAN {
  color: #ff3366;
}
.cid-qSp2PTmHhI H3 {
  color: #ff3366;
}
.cid-qSp2PTmHhI P {
  color: #ff3366;
}
.cid-to1ZRaLI1M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-qS6oFrYK9S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-qS6oFrYK9S .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qS6oFrYK9S .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qS6oFrYK9S .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qS6oFrYK9S .inner-container {
    width: 100% !important;
  }
}
.cid-qS6oFrYK9S .section-text DIV {
  text-align: left;
}
.cid-scrKYjwhSG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-scrKYjwhSG .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrKYjwhSG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrKYjwhSG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrKYjwhSG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrKYjwhSG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qS6oFsOn1D {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qS6oFsOn1D .mbr-section-subtitle {
  color: #767676;
}
.cid-qS6oFsOn1D H2 {
  text-align: center;
}
.cid-qS6wYQmB2m {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-qS6wYQmB2m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6wYQmB2m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6wYQmB2m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6wYQmB2m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6wYQmB2m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6wYQmB2m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6wYQmB2m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6wYQmB2m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6wYQmB2m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS93Kk2G5J {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #cebfaf;
}
.cid-qS93Kk2G5J .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qS93Kk2G5J .video-block {
    width: 100% !important;
  }
}
.cid-qS6oFweEz0 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qS6oFweEz0 .mbr-section-subtitle {
  color: #767676;
}
.cid-qS6yOUQIrz {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-qS6yOUQIrz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6yOUQIrz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6yOUQIrz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6yOUQIrz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6yOUQIrz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6yOUQIrz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6yOUQIrz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6yOUQIrz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6yOUQIrz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS6oFycTu8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f295;
}
.cid-qS6oFycTu8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qS6oFycTu8 .video-block {
    width: 100% !important;
  }
}
.cid-qS6oFyXa6n {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-qS6oFyXa6n .mbr-section-subtitle {
  color: #767676;
}
.cid-qS6zJ0N7p7 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-qS6zJ0N7p7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6zJ0N7p7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6zJ0N7p7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6zJ0N7p7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6zJ0N7p7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6zJ0N7p7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6zJ0N7p7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6zJ0N7p7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6zJ0N7p7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qS920ig5xp {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #b2ccd2;
}
.cid-qS920ig5xp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qS920ig5xp .video-block {
    width: 100% !important;
  }
}
.cid-qS6oFDHR9H {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-qS6oFDHR9H .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qS6AByS0H1 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #b1a374;
}
.cid-qS6AByS0H1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6AByS0H1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6AByS0H1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6AByS0H1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6AByS0H1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6AByS0H1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6AByS0H1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6AByS0H1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6AByS0H1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qScxyqDcsB {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #b1a374;
}
.cid-qScxyqDcsB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qScxyqDcsB .video-block {
    width: 100% !important;
  }
}
.cid-qSkMFad2Qu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkMFad2Qu .mbr-section-subtitle {
  color: #767676;
}
.cid-qSkO2BBjV5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkO2BBjV5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSkO2BBjV5 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qSkO2BBjV5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSkO2BBjV5 .inner-container {
    width: 100% !important;
  }
}
.cid-qSkN8PX8GP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-qSkN8PX8GP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSkN8PX8GP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qSkN8PX8GP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qSkN8PX8GP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSkN8PX8GP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSkN8PX8GP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSkN8PX8GP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qSkN8PX8GP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSkN8PX8GP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSkOOkoNmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkOOkoNmy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSkOOkoNmy .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qSkOOkoNmy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSkOOkoNmy .inner-container {
    width: 100% !important;
  }
}
.cid-qSkOVVLQ3L {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-qSkOVVLQ3L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSkOVVLQ3L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qSkOVVLQ3L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qSkOVVLQ3L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSkOVVLQ3L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSkOVVLQ3L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSkOVVLQ3L .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qSkOVVLQ3L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSkOVVLQ3L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSkOZGxx9J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkOZGxx9J .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSkOZGxx9J .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qSkOZGxx9J .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSkOZGxx9J .inner-container {
    width: 100% !important;
  }
}
.cid-qSkP4QagHM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-qSkP4QagHM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSkP4QagHM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qSkP4QagHM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qSkP4QagHM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSkP4QagHM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSkP4QagHM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSkP4QagHM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qSkP4QagHM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSkP4QagHM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSkP9a3BKe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkP9a3BKe .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSkP9a3BKe .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qSkP9a3BKe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSkP9a3BKe .inner-container {
    width: 100% !important;
  }
}
.cid-qSkPeqX2ln {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-qSkPeqX2ln .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qSkPeqX2ln .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qSkPeqX2ln .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qSkPeqX2ln .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qSkPeqX2ln .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qSkPeqX2ln .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qSkPeqX2ln .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qSkPeqX2ln .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qSkPeqX2ln .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSkPhXfEhU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-qSkPhXfEhU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSkPhXfEhU .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-qSkPhXfEhU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSkPhXfEhU .inner-container {
    width: 100% !important;
  }
}
.cid-qSkPTJvYX7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #55b4d4;
}
.cid-qSkPTJvYX7 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-qSkPTJvYX7 .modal-body .close {
  background: #1b1b1b;
}
.cid-qSkPTJvYX7 .modal-body .close span {
  font-style: normal;
}
.cid-qSkPTJvYX7 .carousel-inner > .active,
.cid-qSkPTJvYX7 .carousel-inner > .next,
.cid-qSkPTJvYX7 .carousel-inner > .prev {
  display: flex;
}
.cid-qSkPTJvYX7 .carousel-control .icon-next,
.cid-qSkPTJvYX7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qSkPTJvYX7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSkPTJvYX7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-qSkPTJvYX7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-qSkPTJvYX7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qSkPTJvYX7 .boxed-slider > div {
  position: relative;
}
.cid-qSkPTJvYX7 .container img {
  width: 100%;
}
.cid-qSkPTJvYX7 .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-qSkPTJvYX7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSkPTJvYX7 .mbr-table-cell {
  padding: 0;
}
.cid-qSkPTJvYX7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qSkPTJvYX7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qSkPTJvYX7 .mbr-overlay {
  z-index: 1;
}
.cid-qSkPTJvYX7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qSkPTJvYX7 .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-qSkPTJvYX7 .carousel-item .container {
    width: 100%;
  }
}
.cid-qSkPTJvYX7 .carousel-item-next.carousel-item-left,
.cid-qSkPTJvYX7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qSkPTJvYX7 .active.carousel-item-right,
.cid-qSkPTJvYX7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qSkPTJvYX7 .active.carousel-item-left,
.cid-qSkPTJvYX7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qSkPTJvYX7 .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-qSkPTJvYX7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qSkPTJvYX7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qSkPTJvYX7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-qSkPTJvYX7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qSkPTJvYX7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qSkPTJvYX7 .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-qSkPTJvYX7 .mbr-slider .carousel-indicators li.active,
.cid-qSkPTJvYX7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qSkPTJvYX7 .mbr-slider .carousel-indicators li::after,
.cid-qSkPTJvYX7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qSkPTJvYX7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qSkPTJvYX7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qSkPTJvYX7 .mbr-slider > .container img {
  width: 100%;
}
.cid-qSkPTJvYX7 .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-qSkPTJvYX7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qSkPTJvYX7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qSkPTJvYX7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qSkPTJvYX7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qSkPTJvYX7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qSkPTJvYX7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qSkPTJvYX7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qSkPTJvYX7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qSkPTJvYX7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qSkPTJvYX7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qSkPTJvYX7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qSkPTJvYX7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qSkPTJvYX7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-qSkPTJvYX7 .carousel-inner {
  height: 100%;
}
.cid-qSkPTJvYX7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-qSkPTJvYX7 .image_wrapper {
  height: 590px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-qSkPTJvYX7 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-qSkPTJvYX7 .carousel-item .container-slide {
  text-align: center;
}
.cid-qSkPTJvYX7 .content-slider-wrap {
  width: 83%;
}
.cid-qSqFoGLGvY {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #55b4d4;
}
.cid-qSqFoGLGvY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qSqFoGLGvY .video-block {
    width: 100% !important;
  }
}
.cid-qS6oFOp4qO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-qS6oFOp4qO .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-qS6BPeNIHd {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-qS6BPeNIHd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6BPeNIHd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6BPeNIHd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6BPeNIHd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6BPeNIHd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6BPeNIHd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6BPeNIHd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6BPeNIHd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6BPeNIHd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSj8l8eqHf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f9f295;
}
.cid-qSj8l8eqHf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qSj8l8eqHf .video-block {
    width: 100% !important;
  }
}
.cid-qSj8Q00IZM {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f295;
}
.cid-qSj8Q00IZM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qSj8Q00IZM .video-block {
    width: 100% !important;
  }
}
.cid-qS6Cc2vBAI {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-qS6Cc2vBAI .mbr-section-subtitle {
  color: #232323;
}
.cid-qS6Ceujzd2 {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-qS6Ceujzd2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qS6Ceujzd2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-qS6Ceujzd2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-qS6Ceujzd2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qS6Ceujzd2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qS6Ceujzd2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qS6Ceujzd2 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qS6Ceujzd2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qS6Ceujzd2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSqJcddUPO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #879a9f;
}
.cid-qSqJcddUPO .mbr-section-subtitle {
  color: #767676;
}
.cid-qSqJnMQDBP {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #879a9f;
}
.cid-qSqJnMQDBP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qSqJnMQDBP .video-block {
    width: 100% !important;
  }
}
.cid-qS6oFUEvvS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qS6oFUEvvS .content {
    text-align: center;
  }
  .cid-qS6oFUEvvS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qS6oFUEvvS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qS6oFUEvvS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qS6oFUEvvS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qS6oFUEvvS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qS6oFUEvvS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qS6oFUEvvS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qS6oFUEvvS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qS6oFUEvvS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qS6oFUEvvS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qS6oFUEvvS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qS6oFUEvvS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-to26iJb33l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-qSRJCSe3dD {
  background-image: url("../../../assets/images/salleb-800x552.jpg");
}
.cid-qSRJCSe3dD SPAN {
  color: #ff3366;
}
.cid-qSRJCSe3dD H3 {
  color: #ff3366;
}
.cid-qSRJCSe3dD P {
  color: #ff3366;
}
.cid-to27AhBKp2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-qSTnBsETrr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-qSTnBsETrr .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qSTnBsETrr .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qSTnBsETrr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qSTnBsETrr .inner-container {
    width: 100% !important;
  }
}
.cid-qSTnBsETrr .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-scrLHJa2dE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-scrLHJa2dE .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrLHJa2dE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrLHJa2dE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrLHJa2dE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrLHJa2dE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r60248nFXE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r60248nFXE .mbr-section-subtitle {
  color: #767676;
}
.cid-r60248nFXE H2 {
  text-align: center;
}
.cid-r600QTNRdJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r600QTNRdJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r600QTNRdJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r600QTNRdJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r600QTNRdJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r600QTNRdJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r600QTNRdJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r600QTNRdJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r600QTNRdJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r600QTNRdJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r600QTNRdJ .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-r6487pUuw3 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-r6487pUuw3 .mbr-section-subtitle {
  color: #232323;
}
.cid-r648TMyp1W {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-r648TMyp1W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r648TMyp1W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r648TMyp1W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r648TMyp1W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r648TMyp1W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r648TMyp1W .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r648TMyp1W .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r648TMyp1W .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r648TMyp1W .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r64cBUS039 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-r64cBUS039 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r64cBUS039 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r64cBUS039 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r64cBUS039 .inner-container {
    width: 100% !important;
  }
}
.cid-r64cXytEAw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-r64cXytEAw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r64cXytEAw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r64cXytEAw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r64cXytEAw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r64cXytEAw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r64cXytEAw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r64cXytEAw .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r64cXytEAw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r64cXytEAw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r64s3kuW7S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-r64s3kuW7S .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r64s3kuW7S .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r64s3kuW7S .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r64s3kuW7S .inner-container {
    width: 100% !important;
  }
}
.cid-r64s5VXFpO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
}
.cid-r64s5VXFpO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r64s5VXFpO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r64s5VXFpO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r64s5VXFpO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r64s5VXFpO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r64s5VXFpO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r64s5VXFpO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r64s5VXFpO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r64s5VXFpO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r65qLdBqOf {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r65qLdBqOf .mbr-section-subtitle {
  color: #232323;
}
.cid-r65qLdBqOf H2 {
  text-align: center;
}
.cid-r65qNWJfaN {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r65qNWJfaN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r65qNWJfaN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r65qNWJfaN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r65qNWJfaN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r65qNWJfaN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r65qNWJfaN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r65qNWJfaN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r65qNWJfaN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r65qNWJfaN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r65vCyeez5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r65vCyeez5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r65vCyeez5 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r65vCyeez5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r65vCyeez5 .inner-container {
    width: 100% !important;
  }
}
.cid-r65vObvTIO {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-r65vObvTIO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r65vObvTIO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r65vObvTIO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r65vObvTIO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r65vObvTIO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r65vObvTIO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r65vObvTIO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r65vObvTIO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r65vObvTIO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qSRJNyh57z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-qSRJNyh57z .content {
    text-align: center;
  }
  .cid-qSRJNyh57z .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qSRJNyh57z .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qSRJNyh57z .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qSRJNyh57z .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qSRJNyh57z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qSRJNyh57z .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qSRJNyh57z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qSRJNyh57z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qSRJNyh57z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qSRJNyh57z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qSRJNyh57z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qSRJNyh57z .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r65I9zCrsf {
  background-image: url("../../../assets/images/chapelier-vautour-800x588.jpg");
}
.cid-r65I9zCrsf SPAN {
  color: #ff3366;
}
.cid-r65I9zCrsf H3 {
  color: #ff3366;
}
.cid-r65I9zCrsf P {
  color: #ff3366;
}
.cid-to7xYF3zDv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-r65I9AfnVT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-r65I9AfnVT .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r65I9AfnVT .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-r65I9AfnVT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r65I9AfnVT .inner-container {
    width: 100% !important;
  }
}
.cid-r65I9AfnVT .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-scrMckrFwa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-scrMckrFwa .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrMckrFwa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrMckrFwa .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrMckrFwa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrMckrFwa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r65I9AIKGF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r65I9AIKGF .mbr-section-subtitle {
  color: #232323;
}
.cid-r65I9AIKGF H2 {
  text-align: center;
}
.cid-r6Co8Ytn0C {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6Co8Ytn0C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6Co8Ytn0C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6Co8Ytn0C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6Co8Ytn0C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6Co8Ytn0C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6Co8Ytn0C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6Co8Ytn0C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6Co8Ytn0C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6Co8Ytn0C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6hlcu6f6H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-r6hlcu6f6H .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6hlcu6f6H .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6hlcu6f6H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6hlcu6f6H .inner-container {
    width: 100% !important;
  }
}
.cid-r6hlT9OQRF {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6hlT9OQRF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6hlT9OQRF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6hlT9OQRF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6hlT9OQRF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6hlT9OQRF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6hlT9OQRF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6hlT9OQRF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6hlT9OQRF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6hlT9OQRF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r65I9C3erv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-r65I9C3erv .mbr-section-subtitle {
  color: #232323;
}
.cid-r65I9CNhwZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-r65I9CNhwZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r65I9CNhwZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r65I9CNhwZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r65I9CNhwZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r65I9CNhwZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r65I9CNhwZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r65I9CNhwZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r65I9CNhwZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r65I9CNhwZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r65I9DOKJ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-r65I9DOKJ7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r65I9DOKJ7 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r65I9DOKJ7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r65I9DOKJ7 .inner-container {
    width: 100% !important;
  }
}
.cid-r6xxx4AveP {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-r6xxx4AveP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6xxx4AveP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6xxx4AveP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6xxx4AveP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6xxx4AveP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6xxx4AveP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6xxx4AveP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6xxx4AveP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6xxx4AveP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6xDI6cu0z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-r6xDI6cu0z .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6xDI6cu0z .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6xDI6cu0z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6xDI6cu0z .inner-container {
    width: 100% !important;
  }
}
.cid-r6xEcV7Qlq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
.cid-r6xEcV7Qlq .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6xEcV7Qlq .modal-body .close {
  background: #1b1b1b;
}
.cid-r6xEcV7Qlq .modal-body .close span {
  font-style: normal;
}
.cid-r6xEcV7Qlq .carousel-inner > .active,
.cid-r6xEcV7Qlq .carousel-inner > .next,
.cid-r6xEcV7Qlq .carousel-inner > .prev {
  display: flex;
}
.cid-r6xEcV7Qlq .carousel-control .icon-next,
.cid-r6xEcV7Qlq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6xEcV7Qlq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6xEcV7Qlq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6xEcV7Qlq .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6xEcV7Qlq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6xEcV7Qlq .boxed-slider > div {
  position: relative;
}
.cid-r6xEcV7Qlq .container img {
  width: 100%;
}
.cid-r6xEcV7Qlq .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-r6xEcV7Qlq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6xEcV7Qlq .mbr-table-cell {
  padding: 0;
}
.cid-r6xEcV7Qlq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6xEcV7Qlq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6xEcV7Qlq .mbr-overlay {
  z-index: 1;
}
.cid-r6xEcV7Qlq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6xEcV7Qlq .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-r6xEcV7Qlq .carousel-item .container {
    width: 100%;
  }
}
.cid-r6xEcV7Qlq .carousel-item-next.carousel-item-left,
.cid-r6xEcV7Qlq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6xEcV7Qlq .active.carousel-item-right,
.cid-r6xEcV7Qlq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6xEcV7Qlq .active.carousel-item-left,
.cid-r6xEcV7Qlq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6xEcV7Qlq .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-r6xEcV7Qlq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6xEcV7Qlq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6xEcV7Qlq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6xEcV7Qlq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6xEcV7Qlq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6xEcV7Qlq .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-r6xEcV7Qlq .mbr-slider .carousel-indicators li.active,
.cid-r6xEcV7Qlq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6xEcV7Qlq .mbr-slider .carousel-indicators li::after,
.cid-r6xEcV7Qlq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6xEcV7Qlq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6xEcV7Qlq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6xEcV7Qlq .mbr-slider > .container img {
  width: 100%;
}
.cid-r6xEcV7Qlq .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-r6xEcV7Qlq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6xEcV7Qlq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6xEcV7Qlq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6xEcV7Qlq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6xEcV7Qlq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6xEcV7Qlq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6xEcV7Qlq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6xEcV7Qlq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6xEcV7Qlq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6xEcV7Qlq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6xEcV7Qlq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6xEcV7Qlq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6xEcV7Qlq .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6xEcV7Qlq .carousel-inner {
  height: 100%;
}
.cid-r6xEcV7Qlq .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6xEcV7Qlq .image_wrapper {
  height: 680px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6xEcV7Qlq .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6xEcV7Qlq .carousel-item .container-slide {
  text-align: center;
}
.cid-r6xEcV7Qlq .content-slider-wrap {
  width: 97%;
}
.cid-r6xEcV7Qlq P {
  color: #ff3366;
}
.cid-r6ykY2XRjR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-r6ykY2XRjR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6ykY2XRjR .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6ykY2XRjR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6ykY2XRjR .inner-container {
    width: 100% !important;
  }
}
.cid-r6yl0thGE2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
.cid-r6yl0thGE2 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6yl0thGE2 .modal-body .close {
  background: #1b1b1b;
}
.cid-r6yl0thGE2 .modal-body .close span {
  font-style: normal;
}
.cid-r6yl0thGE2 .carousel-inner > .active,
.cid-r6yl0thGE2 .carousel-inner > .next,
.cid-r6yl0thGE2 .carousel-inner > .prev {
  display: flex;
}
.cid-r6yl0thGE2 .carousel-control .icon-next,
.cid-r6yl0thGE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6yl0thGE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6yl0thGE2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6yl0thGE2 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6yl0thGE2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6yl0thGE2 .boxed-slider > div {
  position: relative;
}
.cid-r6yl0thGE2 .container img {
  width: 100%;
}
.cid-r6yl0thGE2 .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-r6yl0thGE2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6yl0thGE2 .mbr-table-cell {
  padding: 0;
}
.cid-r6yl0thGE2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6yl0thGE2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6yl0thGE2 .mbr-overlay {
  z-index: 1;
}
.cid-r6yl0thGE2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6yl0thGE2 .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-r6yl0thGE2 .carousel-item .container {
    width: 100%;
  }
}
.cid-r6yl0thGE2 .carousel-item-next.carousel-item-left,
.cid-r6yl0thGE2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6yl0thGE2 .active.carousel-item-right,
.cid-r6yl0thGE2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6yl0thGE2 .active.carousel-item-left,
.cid-r6yl0thGE2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6yl0thGE2 .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-r6yl0thGE2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6yl0thGE2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6yl0thGE2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6yl0thGE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6yl0thGE2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6yl0thGE2 .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-r6yl0thGE2 .mbr-slider .carousel-indicators li.active,
.cid-r6yl0thGE2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6yl0thGE2 .mbr-slider .carousel-indicators li::after,
.cid-r6yl0thGE2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6yl0thGE2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6yl0thGE2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6yl0thGE2 .mbr-slider > .container img {
  width: 100%;
}
.cid-r6yl0thGE2 .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-r6yl0thGE2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6yl0thGE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6yl0thGE2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6yl0thGE2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6yl0thGE2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6yl0thGE2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6yl0thGE2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6yl0thGE2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6yl0thGE2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6yl0thGE2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6yl0thGE2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6yl0thGE2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6yl0thGE2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6yl0thGE2 .carousel-inner {
  height: 100%;
}
.cid-r6yl0thGE2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6yl0thGE2 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6yl0thGE2 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6yl0thGE2 .carousel-item .container-slide {
  text-align: center;
}
.cid-r6yl0thGE2 .content-slider-wrap {
  width: 100%;
}
.cid-r6yl0thGE2 P {
  color: #ff3366;
}
.cid-r6xCBQc98U {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r6xCBQc98U .mbr-section-subtitle {
  color: #232323;
}
.cid-r6xCBQc98U H2 {
  text-align: center;
}
.cid-r6yt1rsRhf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-r6yt1rsRhf .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6yt1rsRhf .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6yt1rsRhf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6yt1rsRhf .inner-container {
    width: 100% !important;
  }
}
.cid-r6xDeet39X {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6xDeet39X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6xDeet39X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6xDeet39X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6xDeet39X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6xDeet39X .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6xDeet39X .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6xDeet39X .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6xDeet39X .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6xDeet39X .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6yJywMK6I {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r6yJywMK6I .mbr-section-subtitle {
  color: #232323;
}
.cid-r6yJywMK6I H2 {
  text-align: center;
}
.cid-r6yJvX5Vr9 {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6yJvX5Vr9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6yJvX5Vr9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6yJvX5Vr9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6yJvX5Vr9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6yJvX5Vr9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6yJvX5Vr9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6yJvX5Vr9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6yJvX5Vr9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6yJvX5Vr9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6yPHwgAAS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r6yPHwgAAS .mbr-section-subtitle {
  color: #232323;
}
.cid-r6yPHwgAAS H2 {
  text-align: center;
}
.cid-r6Cq10J7tE {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6Cq10J7tE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6Cq10J7tE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6Cq10J7tE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6Cq10J7tE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6Cq10J7tE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6Cq10J7tE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6Cq10J7tE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6Cq10J7tE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6Cq10J7tE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6ytU2F86W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-r6ytU2F86W .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6ytU2F86W .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6ytU2F86W .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6ytU2F86W .inner-container {
    width: 100% !important;
  }
}
.cid-r6yu6JbGXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-r6yu6JbGXc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6yu6JbGXc .modal-body .close {
  background: #1b1b1b;
}
.cid-r6yu6JbGXc .modal-body .close span {
  font-style: normal;
}
.cid-r6yu6JbGXc .carousel-inner > .active,
.cid-r6yu6JbGXc .carousel-inner > .next,
.cid-r6yu6JbGXc .carousel-inner > .prev {
  display: flex;
}
.cid-r6yu6JbGXc .carousel-control .icon-next,
.cid-r6yu6JbGXc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6yu6JbGXc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6yu6JbGXc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6yu6JbGXc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6yu6JbGXc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6yu6JbGXc .boxed-slider > div {
  position: relative;
}
.cid-r6yu6JbGXc .container img {
  width: 100%;
}
.cid-r6yu6JbGXc .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-r6yu6JbGXc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6yu6JbGXc .mbr-table-cell {
  padding: 0;
}
.cid-r6yu6JbGXc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6yu6JbGXc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6yu6JbGXc .mbr-overlay {
  z-index: 1;
}
.cid-r6yu6JbGXc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6yu6JbGXc .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-r6yu6JbGXc .carousel-item .container {
    width: 100%;
  }
}
.cid-r6yu6JbGXc .carousel-item-next.carousel-item-left,
.cid-r6yu6JbGXc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6yu6JbGXc .active.carousel-item-right,
.cid-r6yu6JbGXc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6yu6JbGXc .active.carousel-item-left,
.cid-r6yu6JbGXc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6yu6JbGXc .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-r6yu6JbGXc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6yu6JbGXc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6yu6JbGXc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6yu6JbGXc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6yu6JbGXc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6yu6JbGXc .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-r6yu6JbGXc .mbr-slider .carousel-indicators li.active,
.cid-r6yu6JbGXc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6yu6JbGXc .mbr-slider .carousel-indicators li::after,
.cid-r6yu6JbGXc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6yu6JbGXc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6yu6JbGXc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6yu6JbGXc .mbr-slider > .container img {
  width: 100%;
}
.cid-r6yu6JbGXc .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-r6yu6JbGXc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6yu6JbGXc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6yu6JbGXc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6yu6JbGXc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6yu6JbGXc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6yu6JbGXc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6yu6JbGXc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6yu6JbGXc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6yu6JbGXc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6yu6JbGXc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6yu6JbGXc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6yu6JbGXc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6yu6JbGXc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6yu6JbGXc .carousel-inner {
  height: 100%;
}
.cid-r6yu6JbGXc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6yu6JbGXc .image_wrapper {
  height: 670px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6yu6JbGXc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6yu6JbGXc .carousel-item .container-slide {
  text-align: center;
}
.cid-r6yu6JbGXc .content-slider-wrap {
  width: 96%;
}
.cid-r6yu6JbGXc P {
  color: #ff3366;
}
.cid-r6yFGA3RTp {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f295;
}
.cid-r6yFGA3RTp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r6yFGA3RTp .video-block {
    width: 100% !important;
  }
}
.cid-r6yYZTdFx1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #879a9f;
}
.cid-r6yYZTdFx1 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6yYZTdFx1 .section-text {
  padding: 2rem 0;
  color: #ff3366;
}
.cid-r6yYZTdFx1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6yYZTdFx1 .inner-container {
    width: 100% !important;
  }
}
.cid-r6Csr5Rq0n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #879a9f;
}
.cid-r6Csr5Rq0n .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6Csr5Rq0n .modal-body .close {
  background: #1b1b1b;
}
.cid-r6Csr5Rq0n .modal-body .close span {
  font-style: normal;
}
.cid-r6Csr5Rq0n .carousel-inner > .active,
.cid-r6Csr5Rq0n .carousel-inner > .next,
.cid-r6Csr5Rq0n .carousel-inner > .prev {
  display: flex;
}
.cid-r6Csr5Rq0n .carousel-control .icon-next,
.cid-r6Csr5Rq0n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6Csr5Rq0n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6Csr5Rq0n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6Csr5Rq0n .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6Csr5Rq0n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6Csr5Rq0n .boxed-slider > div {
  position: relative;
}
.cid-r6Csr5Rq0n .container img {
  width: 100%;
}
.cid-r6Csr5Rq0n .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-r6Csr5Rq0n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6Csr5Rq0n .mbr-table-cell {
  padding: 0;
}
.cid-r6Csr5Rq0n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6Csr5Rq0n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6Csr5Rq0n .mbr-overlay {
  z-index: 1;
}
.cid-r6Csr5Rq0n .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6Csr5Rq0n .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-r6Csr5Rq0n .carousel-item .container {
    width: 100%;
  }
}
.cid-r6Csr5Rq0n .carousel-item-next.carousel-item-left,
.cid-r6Csr5Rq0n .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6Csr5Rq0n .active.carousel-item-right,
.cid-r6Csr5Rq0n .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6Csr5Rq0n .active.carousel-item-left,
.cid-r6Csr5Rq0n .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6Csr5Rq0n .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-r6Csr5Rq0n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6Csr5Rq0n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6Csr5Rq0n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6Csr5Rq0n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6Csr5Rq0n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6Csr5Rq0n .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-r6Csr5Rq0n .mbr-slider .carousel-indicators li.active,
.cid-r6Csr5Rq0n .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6Csr5Rq0n .mbr-slider .carousel-indicators li::after,
.cid-r6Csr5Rq0n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6Csr5Rq0n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6Csr5Rq0n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6Csr5Rq0n .mbr-slider > .container img {
  width: 100%;
}
.cid-r6Csr5Rq0n .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-r6Csr5Rq0n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6Csr5Rq0n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6Csr5Rq0n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6Csr5Rq0n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6Csr5Rq0n .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6Csr5Rq0n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6Csr5Rq0n .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6Csr5Rq0n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6Csr5Rq0n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6Csr5Rq0n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6Csr5Rq0n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6Csr5Rq0n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6Csr5Rq0n .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6Csr5Rq0n .carousel-inner {
  height: 100%;
}
.cid-r6Csr5Rq0n .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6Csr5Rq0n .image_wrapper {
  height: 670px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6Csr5Rq0n .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6Csr5Rq0n .carousel-item .container-slide {
  text-align: center;
}
.cid-r6Csr5Rq0n .content-slider-wrap {
  width: 96%;
}
.cid-r6Csr5Rq0n P {
  color: #ff3366;
}
.cid-r65I9JRrmY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r65I9JRrmY .content {
    text-align: center;
  }
  .cid-r65I9JRrmY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r65I9JRrmY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r65I9JRrmY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r65I9JRrmY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r65I9JRrmY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r65I9JRrmY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r65I9JRrmY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r65I9JRrmY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r65I9JRrmY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r65I9JRrmY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r65I9JRrmY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r65I9JRrmY .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r6zBfVfAUJ {
  background-image: url("../../../assets/images/chapelier-foyer-800x571.jpg");
}
.cid-r6zBfVfAUJ SPAN {
  color: #ff3366;
}
.cid-r6zBfVfAUJ H3 {
  color: #ff3366;
}
.cid-r6zBfVfAUJ P {
  color: #ff3366;
}
.cid-to7zu2MQMN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-r6zBfVWzS6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-r6zBfVWzS6 .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6zBfVWzS6 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-r6zBfVWzS6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6zBfVWzS6 .inner-container {
    width: 100% !important;
  }
}
.cid-r6zBfVWzS6 .section-text DIV {
  text-align: left;
  color: #232323;
}
.cid-scrMJ6Z72Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-scrMJ6Z72Y .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrMJ6Z72Y .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrMJ6Z72Y .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrMJ6Z72Y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrMJ6Z72Y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-r6WXSXS3je {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r6WXSXS3je .mbr-section-subtitle {
  color: #232323;
}
.cid-r6WXSXS3je H2 {
  text-align: center;
}
.cid-r6WYZUMxb1 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #cebfaf;
}
.cid-r6WYZUMxb1 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r6WYZUMxb1 .modal-body .close {
  background: #1b1b1b;
}
.cid-r6WYZUMxb1 .modal-body .close span {
  font-style: normal;
}
.cid-r6WYZUMxb1 .carousel-inner > .active,
.cid-r6WYZUMxb1 .carousel-inner > .next,
.cid-r6WYZUMxb1 .carousel-inner > .prev {
  display: flex;
}
.cid-r6WYZUMxb1 .carousel-control .icon-next,
.cid-r6WYZUMxb1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r6WYZUMxb1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6WYZUMxb1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r6WYZUMxb1 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r6WYZUMxb1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r6WYZUMxb1 .boxed-slider > div {
  position: relative;
}
.cid-r6WYZUMxb1 .container img {
  width: 100%;
}
.cid-r6WYZUMxb1 .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-r6WYZUMxb1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6WYZUMxb1 .mbr-table-cell {
  padding: 0;
}
.cid-r6WYZUMxb1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r6WYZUMxb1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r6WYZUMxb1 .mbr-overlay {
  z-index: 1;
}
.cid-r6WYZUMxb1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6WYZUMxb1 .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-r6WYZUMxb1 .carousel-item .container {
    width: 100%;
  }
}
.cid-r6WYZUMxb1 .carousel-item-next.carousel-item-left,
.cid-r6WYZUMxb1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r6WYZUMxb1 .active.carousel-item-right,
.cid-r6WYZUMxb1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r6WYZUMxb1 .active.carousel-item-left,
.cid-r6WYZUMxb1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r6WYZUMxb1 .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-r6WYZUMxb1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r6WYZUMxb1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r6WYZUMxb1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r6WYZUMxb1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r6WYZUMxb1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r6WYZUMxb1 .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-r6WYZUMxb1 .mbr-slider .carousel-indicators li.active,
.cid-r6WYZUMxb1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r6WYZUMxb1 .mbr-slider .carousel-indicators li::after,
.cid-r6WYZUMxb1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r6WYZUMxb1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r6WYZUMxb1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r6WYZUMxb1 .mbr-slider > .container img {
  width: 100%;
}
.cid-r6WYZUMxb1 .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-r6WYZUMxb1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r6WYZUMxb1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r6WYZUMxb1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r6WYZUMxb1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r6WYZUMxb1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r6WYZUMxb1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r6WYZUMxb1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r6WYZUMxb1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r6WYZUMxb1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r6WYZUMxb1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r6WYZUMxb1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r6WYZUMxb1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r6WYZUMxb1 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r6WYZUMxb1 .carousel-inner {
  height: 100%;
}
.cid-r6WYZUMxb1 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r6WYZUMxb1 .image_wrapper {
  height: 640px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r6WYZUMxb1 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r6WYZUMxb1 .carousel-item .container-slide {
  text-align: center;
}
.cid-r6WYZUMxb1 .content-slider-wrap {
  width: 92%;
}
.cid-r6WYZUMxb1 P {
  color: #ff3366;
}
.cid-r6X1s3uhoN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-r6X1s3uhoN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r6X1s3uhoN .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r6X1s3uhoN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r6X1s3uhoN .inner-container {
    width: 100% !important;
  }
}
.cid-r6X1nhKwhJ {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r6X1nhKwhJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r6X1nhKwhJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r6X1nhKwhJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r6X1nhKwhJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r6X1nhKwhJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r6X1nhKwhJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r6X1nhKwhJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r6X1nhKwhJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r6X1nhKwhJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r7dHdxqgiF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-r7dHdxqgiF .mbr-section-subtitle {
  color: #232323;
}
.cid-r7dHdxqgiF H2 {
  text-align: center;
}
.cid-r7dIzrRp6p {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-r7dIzrRp6p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r7dIzrRp6p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r7dIzrRp6p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r7dIzrRp6p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r7dIzrRp6p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r7dIzrRp6p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r7dIzrRp6p .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r7dIzrRp6p .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r7dIzrRp6p .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r7dXiEmndc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7dXiEmndc .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7dXiEmndc .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r7dXiEmndc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7dXiEmndc .inner-container {
    width: 100% !important;
  }
}
.cid-r8g63Ff2vK {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-r8g63Ff2vK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r8g63Ff2vK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r8g63Ff2vK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r8g63Ff2vK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r8g63Ff2vK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r8g63Ff2vK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r8g63Ff2vK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r8g63Ff2vK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r8g63Ff2vK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r8JlAZaDsP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r8JlAZaDsP .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r8JlAZaDsP .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r8JlAZaDsP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r8JlAZaDsP .inner-container {
    width: 100% !important;
  }
}
.cid-r8JlVcfJ6w {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #55b4d4;
}
.cid-r8JlVcfJ6w .content-slider {
  display: flex;
  justify-content: center;
}
.cid-r8JlVcfJ6w .modal-body .close {
  background: #1b1b1b;
}
.cid-r8JlVcfJ6w .modal-body .close span {
  font-style: normal;
}
.cid-r8JlVcfJ6w .carousel-inner > .active,
.cid-r8JlVcfJ6w .carousel-inner > .next,
.cid-r8JlVcfJ6w .carousel-inner > .prev {
  display: flex;
}
.cid-r8JlVcfJ6w .carousel-control .icon-next,
.cid-r8JlVcfJ6w .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-r8JlVcfJ6w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r8JlVcfJ6w .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-r8JlVcfJ6w .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-r8JlVcfJ6w .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-r8JlVcfJ6w .boxed-slider > div {
  position: relative;
}
.cid-r8JlVcfJ6w .container img {
  width: 100%;
}
.cid-r8JlVcfJ6w .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-r8JlVcfJ6w .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r8JlVcfJ6w .mbr-table-cell {
  padding: 0;
}
.cid-r8JlVcfJ6w .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-r8JlVcfJ6w .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-r8JlVcfJ6w .mbr-overlay {
  z-index: 1;
}
.cid-r8JlVcfJ6w .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r8JlVcfJ6w .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-r8JlVcfJ6w .carousel-item .container {
    width: 100%;
  }
}
.cid-r8JlVcfJ6w .carousel-item-next.carousel-item-left,
.cid-r8JlVcfJ6w .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-r8JlVcfJ6w .active.carousel-item-right,
.cid-r8JlVcfJ6w .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-r8JlVcfJ6w .active.carousel-item-left,
.cid-r8JlVcfJ6w .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-r8JlVcfJ6w .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-r8JlVcfJ6w .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r8JlVcfJ6w .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r8JlVcfJ6w .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-r8JlVcfJ6w .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-r8JlVcfJ6w .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-r8JlVcfJ6w .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-r8JlVcfJ6w .mbr-slider .carousel-indicators li.active,
.cid-r8JlVcfJ6w .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-r8JlVcfJ6w .mbr-slider .carousel-indicators li::after,
.cid-r8JlVcfJ6w .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-r8JlVcfJ6w .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-r8JlVcfJ6w .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-r8JlVcfJ6w .mbr-slider > .container img {
  width: 100%;
}
.cid-r8JlVcfJ6w .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-r8JlVcfJ6w .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-r8JlVcfJ6w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-r8JlVcfJ6w .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-r8JlVcfJ6w .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-r8JlVcfJ6w .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-r8JlVcfJ6w .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-r8JlVcfJ6w .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-r8JlVcfJ6w .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-r8JlVcfJ6w .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-r8JlVcfJ6w .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-r8JlVcfJ6w .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-r8JlVcfJ6w .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-r8JlVcfJ6w .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-r8JlVcfJ6w .carousel-inner {
  height: 100%;
}
.cid-r8JlVcfJ6w .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-r8JlVcfJ6w .image_wrapper {
  height: 640px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-r8JlVcfJ6w .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-r8JlVcfJ6w .carousel-item .container-slide {
  text-align: center;
}
.cid-r8JlVcfJ6w .content-slider-wrap {
  width: 91%;
}
.cid-r8JlVcfJ6w P {
  color: #ff3366;
}
.cid-r8JpfxmSV1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-r8JpfxmSV1 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-r8JpfxmSV1 H2 {
  text-align: center;
}
.cid-r8JpBtBzyQ {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-r8JpBtBzyQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r8JpBtBzyQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-r8JpBtBzyQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-r8JpBtBzyQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r8JpBtBzyQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-r8JpBtBzyQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-r8JpBtBzyQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-r8JpBtBzyQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-r8JpBtBzyQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ra998o1nkn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ff7f9f;
}
.cid-ra998o1nkn .mbr-section-subtitle {
  color: #767676;
}
.cid-ra998o1nkn H2 {
  text-align: center;
}
.cid-ra99yQl64u {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #ff7f9f;
}
.cid-ra99yQl64u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ra99yQl64u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-ra99yQl64u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-ra99yQl64u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ra99yQl64u .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ra99yQl64u .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ra99yQl64u .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ra99yQl64u .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ra99yQl64u .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-r6zBgi7CCw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r6zBgi7CCw .content {
    text-align: center;
  }
  .cid-r6zBgi7CCw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r6zBgi7CCw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r6zBgi7CCw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r6zBgi7CCw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r6zBgi7CCw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r6zBgi7CCw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r6zBgi7CCw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r6zBgi7CCw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r6zBgi7CCw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r6zBgi7CCw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r6zBgi7CCw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r6zBgi7CCw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbpyCPaIuD {
  background-image: url("../../../assets/images/equipedefoot-1-800x544.jpeg");
}
.cid-sbpyCPaIuD SPAN {
  color: #ff3366;
}
.cid-sbpyCPaIuD H3 {
  color: #ff3366;
}
.cid-sbpyCPaIuD P {
  color: #ff3366;
}
.cid-to7GywPBv6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-scb7KfJOse {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/img-7634-2000x1500.jpeg");
}
.cid-scb7KfJOse P {
  text-align: left;
  color: #ffffff;
}
.cid-sbpyCROuco {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-sbpyCROuco .mbr-section-subtitle {
  color: #232323;
}
.cid-sbpyCROuco H2 {
  text-align: center;
}
.cid-sbpyCVyr2h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sbpyCVyr2h .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbpyCVyr2h .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbpyCVyr2h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbpyCVyr2h .inner-container {
    width: 100% !important;
  }
}
.cid-sbpyCVyr2h .section-text DIV {
  text-align: left;
}
.cid-scrsAB5W6e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-scrsAB5W6e .google-map {
  height: 25rem;
  position: relative;
}
.cid-scrsAB5W6e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scrsAB5W6e .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scrsAB5W6e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scrsAB5W6e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-scgyQN6QSB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scgyQN6QSB .mbr-section-subtitle {
  color: #232323;
}
.cid-scgC9KghQo {
  padding-top: 10px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-scgC9KghQo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scgC9KghQo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-scgC9KghQo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-scgC9KghQo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scgC9KghQo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scgC9KghQo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scgC9KghQo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scgC9KghQo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scgC9KghQo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scgC9KghQo .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-scno5V6A4l {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-scno5V6A4l .mbr-section-subtitle {
  color: #cc2952;
}
.cid-scsQec18On {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scsQec18On .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scsQec18On .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ff3366;
}
.cid-scsQec18On .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scsQec18On .inner-container {
    width: 100% !important;
  }
}
.cid-scsU2ENnvM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
@media (min-width: 992px) {
  .cid-scsU2ENnvM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scsU2ENnvM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scsU2ENnvM .mbr-text {
    text-align: center;
  }
}
.cid-scsU2ENnvM .mbr-text,
.cid-scsU2ENnvM .mbr-section-btn {
  color: #ff3366;
}
.cid-scrWi15eKy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scrWi15eKy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scrWi15eKy .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scrWi15eKy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scrWi15eKy .inner-container {
    width: 100% !important;
  }
}
.cid-scrRcoLDQv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-scrRcoLDQv .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scrRcoLDQv .modal-body .close {
  background: #1b1b1b;
}
.cid-scrRcoLDQv .modal-body .close span {
  font-style: normal;
}
.cid-scrRcoLDQv .carousel-inner > .active,
.cid-scrRcoLDQv .carousel-inner > .next,
.cid-scrRcoLDQv .carousel-inner > .prev {
  display: flex;
}
.cid-scrRcoLDQv .carousel-control .icon-next,
.cid-scrRcoLDQv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scrRcoLDQv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scrRcoLDQv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scrRcoLDQv .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scrRcoLDQv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scrRcoLDQv .boxed-slider > div {
  position: relative;
}
.cid-scrRcoLDQv .container img {
  width: 100%;
}
.cid-scrRcoLDQv .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-scrRcoLDQv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scrRcoLDQv .mbr-table-cell {
  padding: 0;
}
.cid-scrRcoLDQv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scrRcoLDQv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scrRcoLDQv .mbr-overlay {
  z-index: 1;
}
.cid-scrRcoLDQv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scrRcoLDQv .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-scrRcoLDQv .carousel-item .container {
    width: 100%;
  }
}
.cid-scrRcoLDQv .carousel-item-next.carousel-item-left,
.cid-scrRcoLDQv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scrRcoLDQv .active.carousel-item-right,
.cid-scrRcoLDQv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scrRcoLDQv .active.carousel-item-left,
.cid-scrRcoLDQv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scrRcoLDQv .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-scrRcoLDQv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scrRcoLDQv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scrRcoLDQv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scrRcoLDQv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scrRcoLDQv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scrRcoLDQv .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-scrRcoLDQv .mbr-slider .carousel-indicators li.active,
.cid-scrRcoLDQv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scrRcoLDQv .mbr-slider .carousel-indicators li::after,
.cid-scrRcoLDQv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scrRcoLDQv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scrRcoLDQv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scrRcoLDQv .mbr-slider > .container img {
  width: 100%;
}
.cid-scrRcoLDQv .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-scrRcoLDQv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scrRcoLDQv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scrRcoLDQv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scrRcoLDQv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scrRcoLDQv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scrRcoLDQv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scrRcoLDQv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scrRcoLDQv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scrRcoLDQv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scrRcoLDQv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scrRcoLDQv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scrRcoLDQv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scrRcoLDQv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scrRcoLDQv .carousel-inner {
  height: 100%;
}
.cid-scrRcoLDQv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scrRcoLDQv .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scrRcoLDQv .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scrRcoLDQv .carousel-item .container-slide {
  text-align: center;
}
.cid-scrRcoLDQv .content-slider-wrap {
  width: 92%;
}
.cid-scrRcoLDQv P {
  color: #ff3366;
}
.cid-scrShvAM5W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scrShvAM5W .mbr-section-subtitle {
  color: #767676;
}
.cid-scrShvAM5W H2 {
  text-align: left;
}
.cid-scrT7mCZ5S {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-scrT7mCZ5S .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scrT7mCZ5S .modal-body .close {
  background: #1b1b1b;
}
.cid-scrT7mCZ5S .modal-body .close span {
  font-style: normal;
}
.cid-scrT7mCZ5S .carousel-inner > .active,
.cid-scrT7mCZ5S .carousel-inner > .next,
.cid-scrT7mCZ5S .carousel-inner > .prev {
  display: flex;
}
.cid-scrT7mCZ5S .carousel-control .icon-next,
.cid-scrT7mCZ5S .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scrT7mCZ5S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scrT7mCZ5S .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scrT7mCZ5S .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scrT7mCZ5S .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scrT7mCZ5S .boxed-slider > div {
  position: relative;
}
.cid-scrT7mCZ5S .container img {
  width: 100%;
}
.cid-scrT7mCZ5S .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-scrT7mCZ5S .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scrT7mCZ5S .mbr-table-cell {
  padding: 0;
}
.cid-scrT7mCZ5S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scrT7mCZ5S .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scrT7mCZ5S .mbr-overlay {
  z-index: 1;
}
.cid-scrT7mCZ5S .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scrT7mCZ5S .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-scrT7mCZ5S .carousel-item .container {
    width: 100%;
  }
}
.cid-scrT7mCZ5S .carousel-item-next.carousel-item-left,
.cid-scrT7mCZ5S .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scrT7mCZ5S .active.carousel-item-right,
.cid-scrT7mCZ5S .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scrT7mCZ5S .active.carousel-item-left,
.cid-scrT7mCZ5S .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scrT7mCZ5S .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-scrT7mCZ5S .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scrT7mCZ5S .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scrT7mCZ5S .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scrT7mCZ5S .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scrT7mCZ5S .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scrT7mCZ5S .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-scrT7mCZ5S .mbr-slider .carousel-indicators li.active,
.cid-scrT7mCZ5S .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scrT7mCZ5S .mbr-slider .carousel-indicators li::after,
.cid-scrT7mCZ5S .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scrT7mCZ5S .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scrT7mCZ5S .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scrT7mCZ5S .mbr-slider > .container img {
  width: 100%;
}
.cid-scrT7mCZ5S .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-scrT7mCZ5S .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scrT7mCZ5S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scrT7mCZ5S .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scrT7mCZ5S .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scrT7mCZ5S .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scrT7mCZ5S .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scrT7mCZ5S .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scrT7mCZ5S .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scrT7mCZ5S .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scrT7mCZ5S .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scrT7mCZ5S .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scrT7mCZ5S .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scrT7mCZ5S .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scrT7mCZ5S .carousel-inner {
  height: 100%;
}
.cid-scrT7mCZ5S .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scrT7mCZ5S .image_wrapper {
  height: 580px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scrT7mCZ5S .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scrT7mCZ5S .carousel-item .container-slide {
  text-align: center;
}
.cid-scrT7mCZ5S .content-slider-wrap {
  width: 100%;
}
.cid-scrT7mCZ5S P {
  color: #ff3366;
}
.cid-scrUccL4Ga {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scrUccL4Ga .mbr-section-subtitle {
  color: #767676;
}
.cid-scrUccL4Ga H2 {
  text-align: left;
}
.cid-scrVFkkW6j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scrVFkkW6j .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scrVFkkW6j .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scrVFkkW6j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scrVFkkW6j .inner-container {
    width: 100% !important;
  }
}
.cid-scsIDildse {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scsIDildse .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scsIDildse .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scsIDildse .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scsIDildse .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scsIDildse .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scsIDildse .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scsIDildse .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scsIDildse .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scsIDildse .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scsKsw4yTr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-scsKsw4yTr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scsKsw4yTr .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scsKsw4yTr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scsKsw4yTr .inner-container {
    width: 100% !important;
  }
}
.cid-scsKUL8Tq3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f295;
}
.cid-scsKUL8Tq3 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scsKUL8Tq3 .modal-body .close {
  background: #1b1b1b;
}
.cid-scsKUL8Tq3 .modal-body .close span {
  font-style: normal;
}
.cid-scsKUL8Tq3 .carousel-inner > .active,
.cid-scsKUL8Tq3 .carousel-inner > .next,
.cid-scsKUL8Tq3 .carousel-inner > .prev {
  display: flex;
}
.cid-scsKUL8Tq3 .carousel-control .icon-next,
.cid-scsKUL8Tq3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scsKUL8Tq3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scsKUL8Tq3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scsKUL8Tq3 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scsKUL8Tq3 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scsKUL8Tq3 .boxed-slider > div {
  position: relative;
}
.cid-scsKUL8Tq3 .container img {
  width: 100%;
}
.cid-scsKUL8Tq3 .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-scsKUL8Tq3 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scsKUL8Tq3 .mbr-table-cell {
  padding: 0;
}
.cid-scsKUL8Tq3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scsKUL8Tq3 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scsKUL8Tq3 .mbr-overlay {
  z-index: 1;
}
.cid-scsKUL8Tq3 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scsKUL8Tq3 .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-scsKUL8Tq3 .carousel-item .container {
    width: 100%;
  }
}
.cid-scsKUL8Tq3 .carousel-item-next.carousel-item-left,
.cid-scsKUL8Tq3 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scsKUL8Tq3 .active.carousel-item-right,
.cid-scsKUL8Tq3 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scsKUL8Tq3 .active.carousel-item-left,
.cid-scsKUL8Tq3 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scsKUL8Tq3 .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-scsKUL8Tq3 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scsKUL8Tq3 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scsKUL8Tq3 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scsKUL8Tq3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scsKUL8Tq3 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scsKUL8Tq3 .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-scsKUL8Tq3 .mbr-slider .carousel-indicators li.active,
.cid-scsKUL8Tq3 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scsKUL8Tq3 .mbr-slider .carousel-indicators li::after,
.cid-scsKUL8Tq3 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scsKUL8Tq3 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scsKUL8Tq3 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scsKUL8Tq3 .mbr-slider > .container img {
  width: 100%;
}
.cid-scsKUL8Tq3 .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-scsKUL8Tq3 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scsKUL8Tq3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scsKUL8Tq3 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scsKUL8Tq3 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scsKUL8Tq3 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scsKUL8Tq3 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scsKUL8Tq3 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scsKUL8Tq3 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scsKUL8Tq3 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scsKUL8Tq3 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scsKUL8Tq3 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scsKUL8Tq3 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scsKUL8Tq3 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scsKUL8Tq3 .carousel-inner {
  height: 100%;
}
.cid-scsKUL8Tq3 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scsKUL8Tq3 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scsKUL8Tq3 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scsKUL8Tq3 .carousel-item .container-slide {
  text-align: center;
}
.cid-scsKUL8Tq3 .content-slider-wrap {
  width: 100%;
}
.cid-scsKUL8Tq3 P {
  color: #ff3366;
}
.cid-scsRFUPDPt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-scsRFUPDPt .mbr-section-subtitle {
  color: #ff3366;
}
.cid-scxUsThXFV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scxUsThXFV .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scxUsThXFV .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scxUsThXFV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scxUsThXFV .inner-container {
    width: 100% !important;
  }
}
.cid-scxV54zjiQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scxV54zjiQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scxV54zjiQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-scxV54zjiQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scxV54zjiQ .inner-container {
    width: 100% !important;
  }
}
.cid-scxYdS7COE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-scxYdS7COE .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scxYdS7COE .modal-body .close {
  background: #1b1b1b;
}
.cid-scxYdS7COE .modal-body .close span {
  font-style: normal;
}
.cid-scxYdS7COE .carousel-inner > .active,
.cid-scxYdS7COE .carousel-inner > .next,
.cid-scxYdS7COE .carousel-inner > .prev {
  display: flex;
}
.cid-scxYdS7COE .carousel-control .icon-next,
.cid-scxYdS7COE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scxYdS7COE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scxYdS7COE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scxYdS7COE .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scxYdS7COE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scxYdS7COE .boxed-slider > div {
  position: relative;
}
.cid-scxYdS7COE .container img {
  width: 100%;
}
.cid-scxYdS7COE .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-scxYdS7COE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scxYdS7COE .mbr-table-cell {
  padding: 0;
}
.cid-scxYdS7COE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scxYdS7COE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scxYdS7COE .mbr-overlay {
  z-index: 1;
}
.cid-scxYdS7COE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scxYdS7COE .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-scxYdS7COE .carousel-item .container {
    width: 100%;
  }
}
.cid-scxYdS7COE .carousel-item-next.carousel-item-left,
.cid-scxYdS7COE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scxYdS7COE .active.carousel-item-right,
.cid-scxYdS7COE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scxYdS7COE .active.carousel-item-left,
.cid-scxYdS7COE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scxYdS7COE .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-scxYdS7COE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scxYdS7COE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scxYdS7COE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scxYdS7COE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scxYdS7COE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scxYdS7COE .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-scxYdS7COE .mbr-slider .carousel-indicators li.active,
.cid-scxYdS7COE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scxYdS7COE .mbr-slider .carousel-indicators li::after,
.cid-scxYdS7COE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scxYdS7COE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scxYdS7COE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scxYdS7COE .mbr-slider > .container img {
  width: 100%;
}
.cid-scxYdS7COE .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-scxYdS7COE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scxYdS7COE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scxYdS7COE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scxYdS7COE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scxYdS7COE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scxYdS7COE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scxYdS7COE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scxYdS7COE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scxYdS7COE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scxYdS7COE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scxYdS7COE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scxYdS7COE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scxYdS7COE .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scxYdS7COE .carousel-inner {
  height: 100%;
}
.cid-scxYdS7COE .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scxYdS7COE .image_wrapper {
  height: 600px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scxYdS7COE .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scxYdS7COE .carousel-item .container-slide {
  text-align: center;
}
.cid-scxYdS7COE .content-slider-wrap {
  width: 88%;
}
.cid-scxYdS7COE P {
  color: #ff3366;
}
.cid-scy0lbxUw8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scy0lbxUw8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scy0lbxUw8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-scy0lbxUw8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-scy0lbxUw8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scy0lbxUw8 .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scy0lbxUw8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scy0lbxUw8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scy0lbxUw8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scy0lbxUw8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scy1uK5gxr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scy1uK5gxr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scy1uK5gxr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scy1uK5gxr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scy1uK5gxr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scy1uK5gxr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scy1uK5gxr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scy1uK5gxr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scy1uK5gxr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scy1uK5gxr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sczp97qKKQ {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sczp97qKKQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sczp97qKKQ .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sczp97qKKQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sczp97qKKQ .inner-container {
    width: 100% !important;
  }
}
.cid-sczp43S1wg {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #b2ccd2;
}
.cid-sczp43S1wg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sczp43S1wg .video-block {
    width: 100% !important;
  }
}
.cid-scD15dpbe3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scD15dpbe3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scD15dpbe3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scD15dpbe3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scD15dpbe3 .inner-container {
    width: 100% !important;
  }
}
.cid-scD3lJIYWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-scD3lJIYWz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scD3lJIYWz .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-scD3lJIYWz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scD3lJIYWz .inner-container {
    width: 100% !important;
  }
}
.cid-scD1nAtYCq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-scD1nAtYCq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scD1nAtYCq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-scD1nAtYCq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-scD1nAtYCq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scD1nAtYCq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scD1nAtYCq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scD1nAtYCq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scD1nAtYCq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scD1nAtYCq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scD4s1UHSP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #7fd9fc;
}
.cid-scD4s1UHSP .mbr-section-subtitle {
  color: #ff3366;
}
.cid-scD5Ff61SE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-scD5Ff61SE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scD5Ff61SE .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-scD5Ff61SE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scD5Ff61SE .inner-container {
    width: 100% !important;
  }
}
.cid-scD79nYSN0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #7fd9fc;
}
.cid-scD79nYSN0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-scD79nYSN0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-scD79nYSN0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-scD79nYSN0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-scD79nYSN0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-scDcAnv5Qw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-scDcAnv5Qw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scDcAnv5Qw .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scDcAnv5Qw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scDcAnv5Qw .inner-container {
    width: 100% !important;
  }
}
.cid-scD8rXTSx7 {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #7fd9fc;
}
.cid-scD8rXTSx7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scD8rXTSx7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-scD8rXTSx7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-scD8rXTSx7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scD8rXTSx7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scD8rXTSx7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scD8rXTSx7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scD8rXTSx7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scD8rXTSx7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scDOvRoVD3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-scDOvRoVD3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scDOvRoVD3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scDOvRoVD3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scDOvRoVD3 .inner-container {
    width: 100% !important;
  }
}
.cid-scD9zmUBBs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #7fd9fc;
}
.cid-scD9zmUBBs .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scD9zmUBBs .modal-body .close {
  background: #1b1b1b;
}
.cid-scD9zmUBBs .modal-body .close span {
  font-style: normal;
}
.cid-scD9zmUBBs .carousel-inner > .active,
.cid-scD9zmUBBs .carousel-inner > .next,
.cid-scD9zmUBBs .carousel-inner > .prev {
  display: flex;
}
.cid-scD9zmUBBs .carousel-control .icon-next,
.cid-scD9zmUBBs .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scD9zmUBBs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scD9zmUBBs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scD9zmUBBs .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scD9zmUBBs .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scD9zmUBBs .boxed-slider > div {
  position: relative;
}
.cid-scD9zmUBBs .container img {
  width: 100%;
}
.cid-scD9zmUBBs .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-scD9zmUBBs .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scD9zmUBBs .mbr-table-cell {
  padding: 0;
}
.cid-scD9zmUBBs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scD9zmUBBs .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scD9zmUBBs .mbr-overlay {
  z-index: 1;
}
.cid-scD9zmUBBs .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scD9zmUBBs .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-scD9zmUBBs .carousel-item .container {
    width: 100%;
  }
}
.cid-scD9zmUBBs .carousel-item-next.carousel-item-left,
.cid-scD9zmUBBs .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scD9zmUBBs .active.carousel-item-right,
.cid-scD9zmUBBs .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scD9zmUBBs .active.carousel-item-left,
.cid-scD9zmUBBs .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scD9zmUBBs .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-scD9zmUBBs .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scD9zmUBBs .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scD9zmUBBs .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scD9zmUBBs .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scD9zmUBBs .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scD9zmUBBs .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-scD9zmUBBs .mbr-slider .carousel-indicators li.active,
.cid-scD9zmUBBs .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scD9zmUBBs .mbr-slider .carousel-indicators li::after,
.cid-scD9zmUBBs .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scD9zmUBBs .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scD9zmUBBs .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scD9zmUBBs .mbr-slider > .container img {
  width: 100%;
}
.cid-scD9zmUBBs .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-scD9zmUBBs .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scD9zmUBBs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scD9zmUBBs .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scD9zmUBBs .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scD9zmUBBs .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scD9zmUBBs .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scD9zmUBBs .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scD9zmUBBs .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scD9zmUBBs .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scD9zmUBBs .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scD9zmUBBs .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scD9zmUBBs .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scD9zmUBBs .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scD9zmUBBs .carousel-inner {
  height: 100%;
}
.cid-scD9zmUBBs .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scD9zmUBBs .image_wrapper {
  height: 620px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scD9zmUBBs .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scD9zmUBBs .carousel-item .container-slide {
  text-align: center;
}
.cid-scD9zmUBBs .content-slider-wrap {
  width: 88%;
}
.cid-scD9zmUBBs P {
  color: #ff3366;
}
.cid-scDOIIQ1uL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7fd9fc;
}
.cid-scDOIIQ1uL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scDOIIQ1uL .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scDOIIQ1uL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scDOIIQ1uL .inner-container {
    width: 100% !important;
  }
}
.cid-scEiosqLqk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #7fd9fc;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scEiosqLqk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scEiosqLqk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scEiosqLqk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scEiosqLqk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scEiosqLqk .row > .row {
  display: block;
}
.cid-scEiosqLqk .mbr-gallery-item {
  width: 100%;
}
.cid-scEiosqLqk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scEiosqLqk .mbr-gallery-item > div {
  position: relative;
}
.cid-scEiosqLqk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scEiosqLqk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scEiosqLqk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scEiosqLqk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scEEO9VfRD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-scEEO9VfRD .mbr-section-subtitle {
  color: #767676;
}
.cid-scEEO9VfRD H2 {
  text-align: center;
}
.cid-scEFh2xVuQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #cebfaf;
}
.cid-scEFh2xVuQ .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scEFh2xVuQ .modal-body .close {
  background: #1b1b1b;
}
.cid-scEFh2xVuQ .modal-body .close span {
  font-style: normal;
}
.cid-scEFh2xVuQ .carousel-inner > .active,
.cid-scEFh2xVuQ .carousel-inner > .next,
.cid-scEFh2xVuQ .carousel-inner > .prev {
  display: flex;
}
.cid-scEFh2xVuQ .carousel-control .icon-next,
.cid-scEFh2xVuQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scEFh2xVuQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scEFh2xVuQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scEFh2xVuQ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scEFh2xVuQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scEFh2xVuQ .boxed-slider > div {
  position: relative;
}
.cid-scEFh2xVuQ .container img {
  width: 100%;
}
.cid-scEFh2xVuQ .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-scEFh2xVuQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scEFh2xVuQ .mbr-table-cell {
  padding: 0;
}
.cid-scEFh2xVuQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scEFh2xVuQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scEFh2xVuQ .mbr-overlay {
  z-index: 1;
}
.cid-scEFh2xVuQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scEFh2xVuQ .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-scEFh2xVuQ .carousel-item .container {
    width: 100%;
  }
}
.cid-scEFh2xVuQ .carousel-item-next.carousel-item-left,
.cid-scEFh2xVuQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scEFh2xVuQ .active.carousel-item-right,
.cid-scEFh2xVuQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scEFh2xVuQ .active.carousel-item-left,
.cid-scEFh2xVuQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scEFh2xVuQ .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-scEFh2xVuQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scEFh2xVuQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scEFh2xVuQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scEFh2xVuQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scEFh2xVuQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scEFh2xVuQ .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-scEFh2xVuQ .mbr-slider .carousel-indicators li.active,
.cid-scEFh2xVuQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scEFh2xVuQ .mbr-slider .carousel-indicators li::after,
.cid-scEFh2xVuQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scEFh2xVuQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scEFh2xVuQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scEFh2xVuQ .mbr-slider > .container img {
  width: 100%;
}
.cid-scEFh2xVuQ .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-scEFh2xVuQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scEFh2xVuQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scEFh2xVuQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scEFh2xVuQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scEFh2xVuQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scEFh2xVuQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scEFh2xVuQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scEFh2xVuQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scEFh2xVuQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scEFh2xVuQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scEFh2xVuQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scEFh2xVuQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scEFh2xVuQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scEFh2xVuQ .carousel-inner {
  height: 100%;
}
.cid-scEFh2xVuQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scEFh2xVuQ .image_wrapper {
  height: 520px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scEFh2xVuQ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scEFh2xVuQ .carousel-item .container-slide {
  text-align: center;
}
.cid-scEFh2xVuQ .content-slider-wrap {
  width: 100%;
}
.cid-scEFh2xVuQ P {
  color: #ff3366;
}
.cid-sbpyDQTygJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sbpyDQTygJ .content {
    text-align: center;
  }
  .cid-sbpyDQTygJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbpyDQTygJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbpyDQTygJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbpyDQTygJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbpyDQTygJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbpyDQTygJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbpyDQTygJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbpyDQTygJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbpyDQTygJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbpyDQTygJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbpyDQTygJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbpyDQTygJ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbAGAnsM49 {
  background-image: url("../../../assets/images/guer-vicaire-siebel-3-800x538.jpeg");
}
.cid-sbAGAnsM49 SPAN {
  color: #ff3366;
}
.cid-sbAGAnsM49 H3 {
  color: #ff3366;
}
.cid-sbAGAnsM49 P {
  color: #ff3366;
}
.cid-to7JfrueCM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-sbAGAozzU0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sbAGAozzU0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbAGAozzU0 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbAGAozzU0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbAGAozzU0 .inner-container {
    width: 100% !important;
  }
}
.cid-sbAGAozzU0 .section-text P {
  text-align: left;
}
.cid-sfycGEuYsM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e4d295;
}
.cid-sfycGEuYsM .mbr-section-subtitle {
  color: #767676;
}
.cid-sfzhPYmDxs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-sfzhPYmDxs .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfzhPYmDxs .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfzhPYmDxs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfzhPYmDxs .inner-container {
    width: 100% !important;
  }
}
.cid-sfzkbcC8v0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-sfzkbcC8v0 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sfzkbcC8v0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sfzkbcC8v0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sfzkbcC8v0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sfzkbcC8v0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sfzm8w1lfT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-sfzm8w1lfT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfzm8w1lfT .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfzm8w1lfT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfzm8w1lfT .inner-container {
    width: 100% !important;
  }
}
.cid-sfzm4P7NUN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-sfzm4P7NUN .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sfzm4P7NUN .modal-body .close {
  background: #1b1b1b;
}
.cid-sfzm4P7NUN .modal-body .close span {
  font-style: normal;
}
.cid-sfzm4P7NUN .carousel-inner > .active,
.cid-sfzm4P7NUN .carousel-inner > .next,
.cid-sfzm4P7NUN .carousel-inner > .prev {
  display: flex;
}
.cid-sfzm4P7NUN .carousel-control .icon-next,
.cid-sfzm4P7NUN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfzm4P7NUN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfzm4P7NUN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfzm4P7NUN .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sfzm4P7NUN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfzm4P7NUN .boxed-slider > div {
  position: relative;
}
.cid-sfzm4P7NUN .container img {
  width: 100%;
}
.cid-sfzm4P7NUN .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-sfzm4P7NUN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfzm4P7NUN .mbr-table-cell {
  padding: 0;
}
.cid-sfzm4P7NUN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfzm4P7NUN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfzm4P7NUN .mbr-overlay {
  z-index: 1;
}
.cid-sfzm4P7NUN .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfzm4P7NUN .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-sfzm4P7NUN .carousel-item .container {
    width: 100%;
  }
}
.cid-sfzm4P7NUN .carousel-item-next.carousel-item-left,
.cid-sfzm4P7NUN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sfzm4P7NUN .active.carousel-item-right,
.cid-sfzm4P7NUN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sfzm4P7NUN .active.carousel-item-left,
.cid-sfzm4P7NUN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sfzm4P7NUN .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-sfzm4P7NUN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfzm4P7NUN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfzm4P7NUN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfzm4P7NUN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfzm4P7NUN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfzm4P7NUN .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-sfzm4P7NUN .mbr-slider .carousel-indicators li.active,
.cid-sfzm4P7NUN .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sfzm4P7NUN .mbr-slider .carousel-indicators li::after,
.cid-sfzm4P7NUN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfzm4P7NUN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sfzm4P7NUN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sfzm4P7NUN .mbr-slider > .container img {
  width: 100%;
}
.cid-sfzm4P7NUN .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-sfzm4P7NUN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sfzm4P7NUN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfzm4P7NUN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfzm4P7NUN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfzm4P7NUN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sfzm4P7NUN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfzm4P7NUN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sfzm4P7NUN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfzm4P7NUN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfzm4P7NUN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfzm4P7NUN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfzm4P7NUN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sfzm4P7NUN .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sfzm4P7NUN .carousel-inner {
  height: 100%;
}
.cid-sfzm4P7NUN .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sfzm4P7NUN .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sfzm4P7NUN .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sfzm4P7NUN .carousel-item .container-slide {
  text-align: center;
}
.cid-sfzm4P7NUN .content-slider-wrap {
  width: 85%;
}
.cid-sfzm4P7NUN P {
  color: #ff3366;
}
.cid-sfydJ779Kp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cde4a0;
}
.cid-sfydJ779Kp .mbr-section-subtitle {
  color: #767676;
}
.cid-sfFEudWJ4D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFEudWJ4D .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfFEudWJ4D .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfFEudWJ4D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfFEudWJ4D .inner-container {
    width: 100% !important;
  }
}
.cid-sfzRqpabBl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfzRqpabBl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfzRqpabBl .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfzRqpabBl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfzRqpabBl .inner-container {
    width: 100% !important;
  }
}
.cid-sfzSggLt0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
@media (min-width: 992px) {
  .cid-sfzSggLt0E .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfzSggLt0E .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfzSggLt0E .mbr-text {
    text-align: center;
  }
}
.cid-sfzSggLt0E .mbr-text,
.cid-sfzSggLt0E .mbr-section-btn {
  color: #232323;
}
.cid-sfzWIBuOTh {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cde4a0;
}
.cid-sfzWIBuOTh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfzWIBuOTh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sfzWIBuOTh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sfzWIBuOTh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfzWIBuOTh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sfzWIBuOTh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sfzWIBuOTh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sfzWIBuOTh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sfzWIBuOTh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sfzWIBuOTh .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sk6HhxmpBz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sk6HhxmpBz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sk6HhxmpBz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sk6HhxmpBz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sk6HhxmpBz .inner-container {
    width: 100% !important;
  }
}
.cid-sk6Hcr7Jx6 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #cde4a0;
}
.cid-sk6Hcr7Jx6 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sk6Hcr7Jx6 .modal-body .close {
  background: #1b1b1b;
}
.cid-sk6Hcr7Jx6 .modal-body .close span {
  font-style: normal;
}
.cid-sk6Hcr7Jx6 .carousel-inner > .active,
.cid-sk6Hcr7Jx6 .carousel-inner > .next,
.cid-sk6Hcr7Jx6 .carousel-inner > .prev {
  display: flex;
}
.cid-sk6Hcr7Jx6 .carousel-control .icon-next,
.cid-sk6Hcr7Jx6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sk6Hcr7Jx6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk6Hcr7Jx6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sk6Hcr7Jx6 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sk6Hcr7Jx6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sk6Hcr7Jx6 .boxed-slider > div {
  position: relative;
}
.cid-sk6Hcr7Jx6 .container img {
  width: 100%;
}
.cid-sk6Hcr7Jx6 .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-sk6Hcr7Jx6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk6Hcr7Jx6 .mbr-table-cell {
  padding: 0;
}
.cid-sk6Hcr7Jx6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sk6Hcr7Jx6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sk6Hcr7Jx6 .mbr-overlay {
  z-index: 1;
}
.cid-sk6Hcr7Jx6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk6Hcr7Jx6 .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-sk6Hcr7Jx6 .carousel-item .container {
    width: 100%;
  }
}
.cid-sk6Hcr7Jx6 .carousel-item-next.carousel-item-left,
.cid-sk6Hcr7Jx6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sk6Hcr7Jx6 .active.carousel-item-right,
.cid-sk6Hcr7Jx6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sk6Hcr7Jx6 .active.carousel-item-left,
.cid-sk6Hcr7Jx6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sk6Hcr7Jx6 .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-sk6Hcr7Jx6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sk6Hcr7Jx6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sk6Hcr7Jx6 .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-sk6Hcr7Jx6 .mbr-slider .carousel-indicators li.active,
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators li::after,
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sk6Hcr7Jx6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sk6Hcr7Jx6 .mbr-slider > .container img {
  width: 100%;
}
.cid-sk6Hcr7Jx6 .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-sk6Hcr7Jx6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sk6Hcr7Jx6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sk6Hcr7Jx6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk6Hcr7Jx6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sk6Hcr7Jx6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sk6Hcr7Jx6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sk6Hcr7Jx6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sk6Hcr7Jx6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sk6Hcr7Jx6 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk6Hcr7Jx6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sk6Hcr7Jx6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sk6Hcr7Jx6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sk6Hcr7Jx6 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sk6Hcr7Jx6 .carousel-inner {
  height: 100%;
}
.cid-sk6Hcr7Jx6 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sk6Hcr7Jx6 .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sk6Hcr7Jx6 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sk6Hcr7Jx6 .carousel-item .container-slide {
  text-align: center;
}
.cid-sk6Hcr7Jx6 .content-slider-wrap {
  width: 85%;
}
.cid-sk6Hcr7Jx6 P {
  color: #ff3366;
}
.cid-sfFdKfXOjd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFdKfXOjd .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfFdKfXOjd .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfFdKfXOjd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfFdKfXOjd .inner-container {
    width: 100% !important;
  }
}
.cid-sfFgW6Twtz {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cde4a0;
}
.cid-sfFgW6Twtz .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sfFgW6Twtz .modal-body .close {
  background: #1b1b1b;
}
.cid-sfFgW6Twtz .modal-body .close span {
  font-style: normal;
}
.cid-sfFgW6Twtz .carousel-inner > .active,
.cid-sfFgW6Twtz .carousel-inner > .next,
.cid-sfFgW6Twtz .carousel-inner > .prev {
  display: flex;
}
.cid-sfFgW6Twtz .carousel-control .icon-next,
.cid-sfFgW6Twtz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfFgW6Twtz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfFgW6Twtz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sfFgW6Twtz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sfFgW6Twtz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfFgW6Twtz .boxed-slider > div {
  position: relative;
}
.cid-sfFgW6Twtz .container img {
  width: 100%;
}
.cid-sfFgW6Twtz .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-sfFgW6Twtz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfFgW6Twtz .mbr-table-cell {
  padding: 0;
}
.cid-sfFgW6Twtz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfFgW6Twtz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfFgW6Twtz .mbr-overlay {
  z-index: 1;
}
.cid-sfFgW6Twtz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfFgW6Twtz .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-sfFgW6Twtz .carousel-item .container {
    width: 100%;
  }
}
.cid-sfFgW6Twtz .carousel-item-next.carousel-item-left,
.cid-sfFgW6Twtz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sfFgW6Twtz .active.carousel-item-right,
.cid-sfFgW6Twtz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sfFgW6Twtz .active.carousel-item-left,
.cid-sfFgW6Twtz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sfFgW6Twtz .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-sfFgW6Twtz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfFgW6Twtz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfFgW6Twtz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sfFgW6Twtz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfFgW6Twtz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfFgW6Twtz .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-sfFgW6Twtz .mbr-slider .carousel-indicators li.active,
.cid-sfFgW6Twtz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sfFgW6Twtz .mbr-slider .carousel-indicators li::after,
.cid-sfFgW6Twtz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfFgW6Twtz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sfFgW6Twtz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sfFgW6Twtz .mbr-slider > .container img {
  width: 100%;
}
.cid-sfFgW6Twtz .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-sfFgW6Twtz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sfFgW6Twtz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfFgW6Twtz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfFgW6Twtz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfFgW6Twtz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sfFgW6Twtz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfFgW6Twtz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sfFgW6Twtz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfFgW6Twtz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfFgW6Twtz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfFgW6Twtz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfFgW6Twtz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sfFgW6Twtz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sfFgW6Twtz .carousel-inner {
  height: 100%;
}
.cid-sfFgW6Twtz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sfFgW6Twtz .image_wrapper {
  height: 520px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sfFgW6Twtz .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sfFgW6Twtz .carousel-item .container-slide {
  text-align: center;
}
.cid-sfFgW6Twtz .content-slider-wrap {
  width: 100%;
}
.cid-sfFgW6Twtz P {
  color: #ff3366;
}
.cid-sfFpQQzaSN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFpQQzaSN .line {
  background-color: #232323;
  color: #232323;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfFpQQzaSN .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfFpQQzaSN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfFpQQzaSN .inner-container {
    width: 100% !important;
  }
}
.cid-sfFqxtzSsk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFqxtzSsk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfFqxtzSsk .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfFqxtzSsk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfFqxtzSsk .inner-container {
    width: 100% !important;
  }
}
.cid-sfFufGbGQe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFufGbGQe .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sfFufGbGQe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfFufGbGQe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFufGbGQe .mbr-text {
    text-align: center;
  }
}
.cid-sfFufGbGQe H1 {
  text-align: center;
}
.cid-sfFufGbGQe .mbr-text,
.cid-sfFufGbGQe .mbr-section-btn {
  color: #232323;
}
.cid-sfFwsoE8a4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sfFwsoE8a4 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfFwsoE8a4 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sfFwsoE8a4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfFwsoE8a4 .inner-container {
    width: 100% !important;
  }
}
.cid-sk6Nt8twj2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #cde4a0;
}
.cid-sk6Nt8twj2 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sk6Nt8twj2 .modal-body .close {
  background: #1b1b1b;
}
.cid-sk6Nt8twj2 .modal-body .close span {
  font-style: normal;
}
.cid-sk6Nt8twj2 .carousel-inner > .active,
.cid-sk6Nt8twj2 .carousel-inner > .next,
.cid-sk6Nt8twj2 .carousel-inner > .prev {
  display: flex;
}
.cid-sk6Nt8twj2 .carousel-control .icon-next,
.cid-sk6Nt8twj2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sk6Nt8twj2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk6Nt8twj2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sk6Nt8twj2 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sk6Nt8twj2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sk6Nt8twj2 .boxed-slider > div {
  position: relative;
}
.cid-sk6Nt8twj2 .container img {
  width: 100%;
}
.cid-sk6Nt8twj2 .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-sk6Nt8twj2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk6Nt8twj2 .mbr-table-cell {
  padding: 0;
}
.cid-sk6Nt8twj2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sk6Nt8twj2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sk6Nt8twj2 .mbr-overlay {
  z-index: 1;
}
.cid-sk6Nt8twj2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk6Nt8twj2 .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-sk6Nt8twj2 .carousel-item .container {
    width: 100%;
  }
}
.cid-sk6Nt8twj2 .carousel-item-next.carousel-item-left,
.cid-sk6Nt8twj2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sk6Nt8twj2 .active.carousel-item-right,
.cid-sk6Nt8twj2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sk6Nt8twj2 .active.carousel-item-left,
.cid-sk6Nt8twj2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sk6Nt8twj2 .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-sk6Nt8twj2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk6Nt8twj2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk6Nt8twj2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sk6Nt8twj2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sk6Nt8twj2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sk6Nt8twj2 .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-sk6Nt8twj2 .mbr-slider .carousel-indicators li.active,
.cid-sk6Nt8twj2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sk6Nt8twj2 .mbr-slider .carousel-indicators li::after,
.cid-sk6Nt8twj2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sk6Nt8twj2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sk6Nt8twj2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sk6Nt8twj2 .mbr-slider > .container img {
  width: 100%;
}
.cid-sk6Nt8twj2 .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-sk6Nt8twj2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sk6Nt8twj2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sk6Nt8twj2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sk6Nt8twj2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sk6Nt8twj2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sk6Nt8twj2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sk6Nt8twj2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sk6Nt8twj2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sk6Nt8twj2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sk6Nt8twj2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sk6Nt8twj2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sk6Nt8twj2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sk6Nt8twj2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sk6Nt8twj2 .carousel-inner {
  height: 100%;
}
.cid-sk6Nt8twj2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sk6Nt8twj2 .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sk6Nt8twj2 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sk6Nt8twj2 .carousel-item .container-slide {
  text-align: center;
}
.cid-sk6Nt8twj2 .content-slider-wrap {
  width: 85%;
}
.cid-sk6Nt8twj2 P {
  color: #ff3366;
}
.cid-sk6Q4zN80V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sk6Q4zN80V .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sk6Q4zN80V .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sk6Q4zN80V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sk6Q4zN80V .inner-container {
    width: 100% !important;
  }
}
.cid-sk6QyopdAE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
}
.cid-sk6QyopdAE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sk6QyopdAE .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sk6QyopdAE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sk6QyopdAE .inner-container {
    width: 100% !important;
  }
}
.cid-sk6RT9BRaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cde4a0;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sk6RT9BRaj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sk6RT9BRaj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk6RT9BRaj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk6RT9BRaj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sk6RT9BRaj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sk6RT9BRaj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sk6RT9BRaj .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sk6RT9BRaj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sk6RT9BRaj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sfyecpeS1A {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-sfyecpeS1A .mbr-section-subtitle {
  color: #767676;
}
.cid-swgjVqaVzL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-swgjVqaVzL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swgjVqaVzL .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swgjVqaVzL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swgjVqaVzL .inner-container {
    width: 100% !important;
  }
}
.cid-swgjlhzmXv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-swgjlhzmXv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swgjlhzmXv .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-swgjlhzmXv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swgjlhzmXv .inner-container {
    width: 100% !important;
  }
}
.cid-swgpByah1n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swgpByah1n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swgpByah1n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swgpByah1n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swgpByah1n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swgpByah1n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swgpByah1n .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swgpByah1n .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-swgpByah1n .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-swgpByah1n .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swgpByah1n .mbr-gallery-item > div > span {
  text-align: center;
  color: #b1a374;
}
.cid-swguDC0mBm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-swguDC0mBm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swguDC0mBm .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swguDC0mBm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swguDC0mBm .inner-container {
    width: 100% !important;
  }
}
.cid-swguP9VlSK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swguP9VlSK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swguP9VlSK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swguP9VlSK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swguP9VlSK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swguP9VlSK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swguP9VlSK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swguP9VlSK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-swguP9VlSK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-swguP9VlSK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swguP9VlSK .mbr-gallery-item > div > span {
  text-align: center;
  color: #b1a374;
}
.cid-swhoUKUrha {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-swhoUKUrha .line {
  background-color: #b1a374;
  color: #b1a374;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swhoUKUrha .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swhoUKUrha .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swhoUKUrha .inner-container {
    width: 100% !important;
  }
}
.cid-swhpDbSUi2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-swhpDbSUi2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swhpDbSUi2 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swhpDbSUi2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swhpDbSUi2 .inner-container {
    width: 100% !important;
  }
}
.cid-swlsKh1cZH {
  background: #b1a374;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-swlsKh1cZH .image-block {
  margin: auto;
}
.cid-swlsKh1cZH figcaption {
  position: relative;
}
.cid-swlsKh1cZH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-swlsKh1cZH .image-block {
    width: 100% !important;
  }
}
.cid-swhqFbj7bK {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #b1a374;
}
.cid-swhqFbj7bK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-swhqFbj7bK .video-block {
    width: 100% !important;
  }
}
.cid-swkEDdx2HE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #bbe668;
}
.cid-swkEDdx2HE .mbr-section-subtitle {
  color: #767676;
}
.cid-swkxUtlnr2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #bbe668;
}
.cid-swkxUtlnr2 .mbr-section-subtitle {
  color: #767676;
}
.cid-swkxUtlnr2 H2 {
  text-align: center;
}
.cid-swkyMU12Xp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-swkyMU12Xp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swkyMU12Xp .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-swkyMU12Xp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swkyMU12Xp .inner-container {
    width: 100% !important;
  }
}
.cid-swkBQq3CQc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #bbe668;
}
.cid-swkBQq3CQc .content-slider {
  display: flex;
  justify-content: center;
}
.cid-swkBQq3CQc .modal-body .close {
  background: #1b1b1b;
}
.cid-swkBQq3CQc .modal-body .close span {
  font-style: normal;
}
.cid-swkBQq3CQc .carousel-inner > .active,
.cid-swkBQq3CQc .carousel-inner > .next,
.cid-swkBQq3CQc .carousel-inner > .prev {
  display: flex;
}
.cid-swkBQq3CQc .carousel-control .icon-next,
.cid-swkBQq3CQc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-swkBQq3CQc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swkBQq3CQc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swkBQq3CQc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-swkBQq3CQc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-swkBQq3CQc .boxed-slider > div {
  position: relative;
}
.cid-swkBQq3CQc .container img {
  width: 100%;
}
.cid-swkBQq3CQc .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-swkBQq3CQc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-swkBQq3CQc .mbr-table-cell {
  padding: 0;
}
.cid-swkBQq3CQc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swkBQq3CQc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-swkBQq3CQc .mbr-overlay {
  z-index: 1;
}
.cid-swkBQq3CQc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-swkBQq3CQc .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-swkBQq3CQc .carousel-item .container {
    width: 100%;
  }
}
.cid-swkBQq3CQc .carousel-item-next.carousel-item-left,
.cid-swkBQq3CQc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-swkBQq3CQc .active.carousel-item-right,
.cid-swkBQq3CQc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-swkBQq3CQc .active.carousel-item-left,
.cid-swkBQq3CQc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-swkBQq3CQc .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-swkBQq3CQc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swkBQq3CQc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swkBQq3CQc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-swkBQq3CQc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swkBQq3CQc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swkBQq3CQc .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-swkBQq3CQc .mbr-slider .carousel-indicators li.active,
.cid-swkBQq3CQc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-swkBQq3CQc .mbr-slider .carousel-indicators li::after,
.cid-swkBQq3CQc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-swkBQq3CQc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-swkBQq3CQc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-swkBQq3CQc .mbr-slider > .container img {
  width: 100%;
}
.cid-swkBQq3CQc .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-swkBQq3CQc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-swkBQq3CQc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swkBQq3CQc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-swkBQq3CQc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-swkBQq3CQc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-swkBQq3CQc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-swkBQq3CQc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-swkBQq3CQc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-swkBQq3CQc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-swkBQq3CQc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-swkBQq3CQc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-swkBQq3CQc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-swkBQq3CQc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-swkBQq3CQc .carousel-inner {
  height: 100%;
}
.cid-swkBQq3CQc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-swkBQq3CQc .image_wrapper {
  height: 610px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-swkBQq3CQc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-swkBQq3CQc .carousel-item .container-slide {
  text-align: center;
}
.cid-swkBQq3CQc .content-slider-wrap {
  width: 95%;
}
.cid-swkBQq3CQc P {
  color: #ff3366;
}
.cid-swleWkNReI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
}
.cid-swleWkNReI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swleWkNReI .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swleWkNReI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swleWkNReI .inner-container {
    width: 100% !important;
  }
}
.cid-swlfFNRPdc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbe668;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swlfFNRPdc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swlfFNRPdc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swlfFNRPdc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swlfFNRPdc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swlfFNRPdc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swlfFNRPdc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swlfFNRPdc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-swlfFNRPdc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-swlfFNRPdc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swltdeNE6E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-swltdeNE6E .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swltdeNE6E .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-swltdeNE6E .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swltdeNE6E .inner-container {
    width: 100% !important;
  }
}
.cid-sbAGAu32bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sbAGAu32bg .content {
    text-align: center;
  }
  .cid-sbAGAu32bg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbAGAu32bg .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbAGAu32bg .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbAGAu32bg .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbAGAu32bg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbAGAu32bg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbAGAu32bg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbAGAu32bg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbAGAu32bg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbAGAu32bg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbAGAu32bg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbAGAu32bg .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbAIOmGpdn {
  background-image: url("../../../assets/images/mor-aub-gim-vautour-800x560.jpeg");
}
.cid-sbAIOmGpdn SPAN {
  color: #ff3366;
}
.cid-sbAIOmGpdn H3 {
  color: #ff3366;
}
.cid-sbAIOmGpdn P {
  color: #ff3366;
}
.cid-to7Ku0HCo0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-sbAIOomkW8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sbAIOomkW8 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbAIOomkW8 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbAIOomkW8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbAIOomkW8 .inner-container {
    width: 100% !important;
  }
}
.cid-sbAIOomkW8 .section-text P {
  text-align: left;
}
.cid-swDxVC85rV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-swDxVC85rV .google-map {
  height: 25rem;
  position: relative;
}
.cid-swDxVC85rV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-swDxVC85rV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-swDxVC85rV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-swDxVC85rV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-swDzGRzEyn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDzGRzEyn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDzGRzEyn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-swDzGRzEyn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDzGRzEyn .inner-container {
    width: 100% !important;
  }
}
.cid-swDzzqzWS4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDzzqzWS4 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDzzqzWS4 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-swDzzqzWS4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDzzqzWS4 .inner-container {
    width: 100% !important;
  }
}
.cid-swDDGg8WEx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDDGg8WEx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDDGg8WEx .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-swDDGg8WEx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDDGg8WEx .inner-container {
    width: 100% !important;
  }
}
.cid-swDBiQIJqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDBiQIJqm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDBiQIJqm .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-swDBiQIJqm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDBiQIJqm .inner-container {
    width: 100% !important;
  }
}
.cid-swDDfYrB6N {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-swDDfYrB6N .content-slider {
  display: flex;
  justify-content: center;
}
.cid-swDDfYrB6N .modal-body .close {
  background: #1b1b1b;
}
.cid-swDDfYrB6N .modal-body .close span {
  font-style: normal;
}
.cid-swDDfYrB6N .carousel-inner > .active,
.cid-swDDfYrB6N .carousel-inner > .next,
.cid-swDDfYrB6N .carousel-inner > .prev {
  display: flex;
}
.cid-swDDfYrB6N .carousel-control .icon-next,
.cid-swDDfYrB6N .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-swDDfYrB6N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-swDDfYrB6N .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-swDDfYrB6N .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-swDDfYrB6N .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-swDDfYrB6N .boxed-slider > div {
  position: relative;
}
.cid-swDDfYrB6N .container img {
  width: 100%;
}
.cid-swDDfYrB6N .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-swDDfYrB6N .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-swDDfYrB6N .mbr-table-cell {
  padding: 0;
}
.cid-swDDfYrB6N .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-swDDfYrB6N .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-swDDfYrB6N .mbr-overlay {
  z-index: 1;
}
.cid-swDDfYrB6N .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-swDDfYrB6N .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-swDDfYrB6N .carousel-item .container {
    width: 100%;
  }
}
.cid-swDDfYrB6N .carousel-item-next.carousel-item-left,
.cid-swDDfYrB6N .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-swDDfYrB6N .active.carousel-item-right,
.cid-swDDfYrB6N .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-swDDfYrB6N .active.carousel-item-left,
.cid-swDDfYrB6N .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-swDDfYrB6N .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-swDDfYrB6N .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swDDfYrB6N .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swDDfYrB6N .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-swDDfYrB6N .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-swDDfYrB6N .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-swDDfYrB6N .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-swDDfYrB6N .mbr-slider .carousel-indicators li.active,
.cid-swDDfYrB6N .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-swDDfYrB6N .mbr-slider .carousel-indicators li::after,
.cid-swDDfYrB6N .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-swDDfYrB6N .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-swDDfYrB6N .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-swDDfYrB6N .mbr-slider > .container img {
  width: 100%;
}
.cid-swDDfYrB6N .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-swDDfYrB6N .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-swDDfYrB6N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-swDDfYrB6N .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-swDDfYrB6N .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-swDDfYrB6N .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-swDDfYrB6N .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-swDDfYrB6N .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-swDDfYrB6N .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-swDDfYrB6N .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-swDDfYrB6N .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-swDDfYrB6N .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-swDDfYrB6N .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-swDDfYrB6N .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-swDDfYrB6N .carousel-inner {
  height: 100%;
}
.cid-swDDfYrB6N .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-swDDfYrB6N .image_wrapper {
  height: 430px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-swDDfYrB6N .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-swDDfYrB6N .carousel-item .container-slide {
  text-align: center;
}
.cid-swDDfYrB6N .content-slider-wrap {
  width: 66%;
}
.cid-swDDfYrB6N P {
  color: #ff3366;
}
.cid-swDJMXauqn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDJMXauqn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDJMXauqn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-swDJMXauqn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDJMXauqn .inner-container {
    width: 100% !important;
  }
}
.cid-swDKwN3QMa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-swDKwN3QMa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-swDKwN3QMa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-swDKwN3QMa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-swDKwN3QMa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-swDKwN3QMa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-swDKwN3QMa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-swDKwN3QMa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-swDKwN3QMa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-swDKwN3QMa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swDMTbsbZv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swDMTbsbZv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swDMTbsbZv .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-swDMTbsbZv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swDMTbsbZv .inner-container {
    width: 100% !important;
  }
}
.cid-swIdT0awoV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swIdT0awoV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swIdT0awoV .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-swIdT0awoV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swIdT0awoV .inner-container {
    width: 100% !important;
  }
}
.cid-t2dDVHXeIn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2dDVHXeIn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2dDVHXeIn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2dDVHXeIn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2dDVHXeIn .inner-container {
    width: 100% !important;
  }
}
.cid-t2krczCEdz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2krczCEdz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2krczCEdz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2krczCEdz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2krczCEdz .inner-container {
    width: 100% !important;
  }
}
.cid-t2dAuE1M58 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t2dAuE1M58 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2dAuE1M58 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2dAuE1M58 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2dAuE1M58 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2dAuE1M58 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2dAuE1M58 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2dAuE1M58 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-t2dAuE1M58 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2dAuE1M58 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t2kscpWgxA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2kscpWgxA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2kscpWgxA .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2kscpWgxA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2kscpWgxA .inner-container {
    width: 100% !important;
  }
}
.cid-t2ksDsFF1z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t2ksDsFF1z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2ksDsFF1z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ksDsFF1z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2ksDsFF1z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2ksDsFF1z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2ksDsFF1z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2ksDsFF1z .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t2ksDsFF1z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2ksDsFF1z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t2jZcBcqJy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2jZcBcqJy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2jZcBcqJy .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2jZcBcqJy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2jZcBcqJy .inner-container {
    width: 100% !important;
  }
}
.cid-t2k1BmoNDw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2k1BmoNDw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2k1BmoNDw .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2k1BmoNDw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2k1BmoNDw .inner-container {
    width: 100% !important;
  }
}
.cid-t2jZCxv11q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t2jZCxv11q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2jZCxv11q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2jZCxv11q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2jZCxv11q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2jZCxv11q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2jZCxv11q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2jZCxv11q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t2jZCxv11q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2jZCxv11q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t2k4VnXB1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2k4VnXB1l .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2k4VnXB1l .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2k4VnXB1l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2k4VnXB1l .inner-container {
    width: 100% !important;
  }
}
.cid-t2k0l7EZ7L {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-t2k0l7EZ7L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2k0l7EZ7L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-t2k0l7EZ7L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-t2k0l7EZ7L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2k0l7EZ7L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2k0l7EZ7L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2k0l7EZ7L .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t2k0l7EZ7L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2k0l7EZ7L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-t2k5IgBANK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2k5IgBANK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2k5IgBANK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2k5IgBANK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2k5IgBANK .inner-container {
    width: 100% !important;
  }
}
.cid-t2kcSmO6qy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2kcSmO6qy .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2kcSmO6qy .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2kcSmO6qy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2kcSmO6qy .inner-container {
    width: 100% !important;
  }
}
.cid-t2kemoI3zO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-t2kemoI3zO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2kemoI3zO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-t2kemoI3zO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2kemoI3zO .inner-container {
    width: 100% !important;
  }
}
.cid-t2kkDNbCXe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-t2kkDNbCXe .content-slider {
  display: flex;
  justify-content: center;
}
.cid-t2kkDNbCXe .modal-body .close {
  background: #1b1b1b;
}
.cid-t2kkDNbCXe .modal-body .close span {
  font-style: normal;
}
.cid-t2kkDNbCXe .carousel-inner > .active,
.cid-t2kkDNbCXe .carousel-inner > .next,
.cid-t2kkDNbCXe .carousel-inner > .prev {
  display: flex;
}
.cid-t2kkDNbCXe .carousel-control .icon-next,
.cid-t2kkDNbCXe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-t2kkDNbCXe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2kkDNbCXe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2kkDNbCXe .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-t2kkDNbCXe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t2kkDNbCXe .boxed-slider > div {
  position: relative;
}
.cid-t2kkDNbCXe .container img {
  width: 100%;
}
.cid-t2kkDNbCXe .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-t2kkDNbCXe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t2kkDNbCXe .mbr-table-cell {
  padding: 0;
}
.cid-t2kkDNbCXe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t2kkDNbCXe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-t2kkDNbCXe .mbr-overlay {
  z-index: 1;
}
.cid-t2kkDNbCXe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t2kkDNbCXe .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-t2kkDNbCXe .carousel-item .container {
    width: 100%;
  }
}
.cid-t2kkDNbCXe .carousel-item-next.carousel-item-left,
.cid-t2kkDNbCXe .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-t2kkDNbCXe .active.carousel-item-right,
.cid-t2kkDNbCXe .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-t2kkDNbCXe .active.carousel-item-left,
.cid-t2kkDNbCXe .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-t2kkDNbCXe .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-t2kkDNbCXe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2kkDNbCXe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2kkDNbCXe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t2kkDNbCXe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2kkDNbCXe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t2kkDNbCXe .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-t2kkDNbCXe .mbr-slider .carousel-indicators li.active,
.cid-t2kkDNbCXe .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-t2kkDNbCXe .mbr-slider .carousel-indicators li::after,
.cid-t2kkDNbCXe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t2kkDNbCXe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t2kkDNbCXe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t2kkDNbCXe .mbr-slider > .container img {
  width: 100%;
}
.cid-t2kkDNbCXe .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-t2kkDNbCXe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t2kkDNbCXe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2kkDNbCXe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t2kkDNbCXe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t2kkDNbCXe .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t2kkDNbCXe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t2kkDNbCXe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t2kkDNbCXe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t2kkDNbCXe .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t2kkDNbCXe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t2kkDNbCXe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t2kkDNbCXe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t2kkDNbCXe .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-t2kkDNbCXe .carousel-inner {
  height: 100%;
}
.cid-t2kkDNbCXe .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-t2kkDNbCXe .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-t2kkDNbCXe .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-t2kkDNbCXe .carousel-item .container-slide {
  text-align: center;
}
.cid-t2kkDNbCXe .content-slider-wrap {
  width: 85%;
}
.cid-t2kkDNbCXe P {
  color: #ff3366;
}
.cid-t2kkDNbCXe H2 {
  color: #cc2952;
}
.cid-t2knVNAyWu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-t2knVNAyWu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2knVNAyWu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2knVNAyWu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2knVNAyWu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2knVNAyWu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t2knVNAyWu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2knVNAyWu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t2knVNAyWu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2knVNAyWu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ti5hhdokVP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5hhdokVP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5hhdokVP .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti5hhdokVP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5hhdokVP .inner-container {
    width: 100% !important;
  }
}
.cid-ti5gDabIB0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #d3d9c8;
}
.cid-ti5gDabIB0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ti5gDabIB0 .video-block {
    width: 100% !important;
  }
}
.cid-swIcdHIvdL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swIcdHIvdL .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swIcdHIvdL .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-swIcdHIvdL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swIcdHIvdL .inner-container {
    width: 100% !important;
  }
}
.cid-ti4F8wyDtH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti4F8wyDtH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti4F8wyDtH .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-ti4F8wyDtH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti4F8wyDtH .inner-container {
    width: 100% !important;
  }
}
.cid-ti4YgjJezN {
  background: #d3d9c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ti4YgjJezN .image-block {
  margin: auto;
}
.cid-ti4YgjJezN figcaption {
  position: relative;
}
.cid-ti4YgjJezN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ti4YgjJezN .image-block {
    width: 100% !important;
  }
}
.cid-ti4Z8AdwLF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti4Z8AdwLF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti4Z8AdwLF .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti4Z8AdwLF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti4Z8AdwLF .inner-container {
    width: 100% !important;
  }
}
.cid-ti51W5yWnb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti51W5yWnb .line {
  background-color: #d3d9c8;
  color: #d3d9c8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti51W5yWnb .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti51W5yWnb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti51W5yWnb .inner-container {
    width: 100% !important;
  }
}
.cid-ti51W5yWnb .section-text DIV {
  text-align: center;
}
.cid-ti4XyqMYOU {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #d3d9c8;
}
.cid-ti4XyqMYOU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti4XyqMYOU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-ti4XyqMYOU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-ti4XyqMYOU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti4XyqMYOU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ti4XyqMYOU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti4XyqMYOU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ti4XyqMYOU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ti4XyqMYOU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ti52WS616q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti52WS616q .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti52WS616q .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti52WS616q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti52WS616q .inner-container {
    width: 100% !important;
  }
}
.cid-ti53cWAG5m {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-ti53cWAG5m .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti53cWAG5m .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-ti53cWAG5m .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-ti53cWAG5m .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti53cWAG5m .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ti53cWAG5m .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti53cWAG5m .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ti53cWAG5m .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ti53cWAG5m .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ti56a8FbgI {
  background: #d3d9c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ti56a8FbgI .image-block {
  margin: auto;
}
.cid-ti56a8FbgI figcaption {
  position: relative;
}
.cid-ti56a8FbgI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ti56a8FbgI .image-block {
    width: 100% !important;
  }
}
.cid-ti57ezJzcl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti57ezJzcl .mbr-section-subtitle {
  color: #767676;
}
.cid-ti5cw35Pyt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5cw35Pyt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5cw35Pyt .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti5cw35Pyt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5cw35Pyt .inner-container {
    width: 100% !important;
  }
}
.cid-ti5cobTVvt {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #d3d9c8;
}
.cid-ti5cobTVvt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ti5cobTVvt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-ti5cobTVvt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-ti5cobTVvt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ti5cobTVvt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ti5cobTVvt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ti5cobTVvt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ti5cobTVvt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ti5cobTVvt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-swIcgYeBjM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-swIcgYeBjM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-swIcgYeBjM .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-swIcgYeBjM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-swIcgYeBjM .inner-container {
    width: 100% !important;
  }
}
.cid-ti5ioXQzjn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5ioXQzjn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5ioXQzjn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti5ioXQzjn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5ioXQzjn .inner-container {
    width: 100% !important;
  }
}
.cid-ti5iESvkas {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-ti5iESvkas .content-slider {
  display: flex;
  justify-content: center;
}
.cid-ti5iESvkas .modal-body .close {
  background: #1b1b1b;
}
.cid-ti5iESvkas .modal-body .close span {
  font-style: normal;
}
.cid-ti5iESvkas .carousel-inner > .active,
.cid-ti5iESvkas .carousel-inner > .next,
.cid-ti5iESvkas .carousel-inner > .prev {
  display: flex;
}
.cid-ti5iESvkas .carousel-control .icon-next,
.cid-ti5iESvkas .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ti5iESvkas .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ti5iESvkas .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ti5iESvkas .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-ti5iESvkas .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ti5iESvkas .boxed-slider > div {
  position: relative;
}
.cid-ti5iESvkas .container img {
  width: 100%;
}
.cid-ti5iESvkas .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-ti5iESvkas .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ti5iESvkas .mbr-table-cell {
  padding: 0;
}
.cid-ti5iESvkas .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ti5iESvkas .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ti5iESvkas .mbr-overlay {
  z-index: 1;
}
.cid-ti5iESvkas .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ti5iESvkas .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-ti5iESvkas .carousel-item .container {
    width: 100%;
  }
}
.cid-ti5iESvkas .carousel-item-next.carousel-item-left,
.cid-ti5iESvkas .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ti5iESvkas .active.carousel-item-right,
.cid-ti5iESvkas .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ti5iESvkas .active.carousel-item-left,
.cid-ti5iESvkas .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ti5iESvkas .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-ti5iESvkas .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ti5iESvkas .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ti5iESvkas .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ti5iESvkas .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ti5iESvkas .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ti5iESvkas .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-ti5iESvkas .mbr-slider .carousel-indicators li.active,
.cid-ti5iESvkas .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ti5iESvkas .mbr-slider .carousel-indicators li::after,
.cid-ti5iESvkas .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ti5iESvkas .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ti5iESvkas .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ti5iESvkas .mbr-slider > .container img {
  width: 100%;
}
.cid-ti5iESvkas .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-ti5iESvkas .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ti5iESvkas .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ti5iESvkas .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ti5iESvkas .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ti5iESvkas .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ti5iESvkas .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ti5iESvkas .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ti5iESvkas .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ti5iESvkas .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ti5iESvkas .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ti5iESvkas .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ti5iESvkas .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ti5iESvkas .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ti5iESvkas .carousel-inner {
  height: 100%;
}
.cid-ti5iESvkas .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ti5iESvkas .image_wrapper {
  height: 670px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-ti5iESvkas .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-ti5iESvkas .carousel-item .container-slide {
  text-align: center;
}
.cid-ti5iESvkas .content-slider-wrap {
  width: 100%;
}
.cid-ti5iESvkas P {
  color: #ff3366;
}
.cid-ti5kiLQ3tc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-ti5kiLQ3tc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5kiLQ3tc .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-ti5kiLQ3tc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5kiLQ3tc .inner-container {
    width: 100% !important;
  }
}
.cid-sbAIOoTtjm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sbAIOoTtjm .content {
    text-align: center;
  }
  .cid-sbAIOoTtjm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbAIOoTtjm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbAIOoTtjm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbAIOoTtjm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbAIOoTtjm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbAIOoTtjm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbAIOoTtjm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbAIOoTtjm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbAIOoTtjm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbAIOoTtjm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbAIOoTtjm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbAIOoTtjm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbuVw480Qc {
  background-image: url("../../../assets/images/geffrelot-theilmann-interna-1-800x569.jpg");
}
.cid-sbuVw480Qc SPAN {
  color: #ff3366;
}
.cid-sbuVw480Qc H3 {
  color: #ff3366;
}
.cid-sbuVw480Qc P {
  color: #ff3366;
}
.cid-to7I1bP0nM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-sbuVw5DiOo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-sbuVw5DiOo .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbuVw5DiOo .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbuVw5DiOo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbuVw5DiOo .inner-container {
    width: 100% !important;
  }
}
.cid-sbuVw5DiOo .section-text P {
  text-align: left;
}
.cid-sbHL5yokD1 {
  background: #149dcc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sbHL5yokD1 .image-block {
  margin: auto;
}
.cid-sbHL5yokD1 figcaption {
  position: relative;
}
.cid-sbHL5yokD1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbHL5yokD1 .image-block {
    width: 100% !important;
  }
}
.cid-sbuVw6MNm5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-sbuVw6MNm5 .mbr-section-subtitle {
  color: #232323;
}
.cid-sbuVw6MNm5 H2 {
  text-align: center;
}
.cid-sbvQVLww8Y {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-sbvQVLww8Y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbvQVLww8Y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbvQVLww8Y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbvQVLww8Y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbvQVLww8Y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbvQVLww8Y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbvQVLww8Y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbvQVLww8Y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbvQVLww8Y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbvQVLww8Y .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sbwuNiPsyf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sbwuNiPsyf .mbr-section-subtitle {
  color: #767676;
}
.cid-sbwuNiPsyf H2 {
  text-align: center;
}
.cid-sbwgupYwmH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #cebfaf;
}
.cid-sbwgupYwmH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbwgupYwmH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbwgupYwmH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbwgupYwmH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbwgupYwmH .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbwgupYwmH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbwgupYwmH .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-sbwgupYwmH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbwgupYwmH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbwgupYwmH .mbr-gallery-item > div > span {
  text-align: left;
  color: #bbe668;
}
.cid-sbHEcGdqYq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-sbHEcGdqYq .mbr-section-subtitle {
  color: #ff3366;
}
.cid-sbTcIGH6gn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbTcIGH6gn .mbr-section-subtitle {
  color: #767676;
}
.cid-sbTcIGH6gn H2 {
  text-align: left;
}
.cid-sbHFeXxdMK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbHFeXxdMK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 ;
}
.cid-sbHFeXxdMK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbHFeXxdMK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbHFeXxdMK .inner-container {
    width: 100% !important;
  }
}
.cid-sbHFeXxdMK .section-text DIV {
  text-align: left;
}
.cid-sbIfNxPHNs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbIfNxPHNs .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbIfNxPHNs .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbIfNxPHNs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbIfNxPHNs .inner-container {
    width: 100% !important;
  }
}
.cid-sbIfueov96 {
  background: #b2ccd2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sbIfueov96 .image-block {
  margin: auto;
}
.cid-sbIfueov96 figcaption {
  position: relative;
}
.cid-sbIfueov96 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbIfueov96 .image-block {
    width: 100% !important;
  }
}
.cid-sbIg5rXJwF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbIg5rXJwF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbIg5rXJwF .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sbIg5rXJwF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbIg5rXJwF .inner-container {
    width: 100% !important;
  }
}
.cid-sbHGfiwrDX {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-sbHGfiwrDX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbHGfiwrDX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbHGfiwrDX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbHGfiwrDX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbHGfiwrDX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbHGfiwrDX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbHGfiwrDX .mbr-gallery-item > div:hover:before {
  opacity: 0.1 !important;
}
.cid-sbHGfiwrDX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbHGfiwrDX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.1;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbHGfiwrDX .mbr-gallery-item > div > span {
  color: #ffffff;
  text-align: center;
}
.cid-sbTcoBqqzv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbTcoBqqzv .mbr-section-subtitle {
  color: #767676;
}
.cid-sbTcoBqqzv H2 {
  text-align: left;
}
.cid-sbTgvnHlS7 {
  background: #b2ccd2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sbTgvnHlS7 .image-block {
  margin: auto;
}
.cid-sbTgvnHlS7 figcaption {
  position: relative;
}
.cid-sbTgvnHlS7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbTgvnHlS7 .image-block {
    width: 100% !important;
  }
}
.cid-sbTgvnHlS7 DIV {
  color: #232323;
  text-align: left;
}
.cid-sbTkzmV4vz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbTkzmV4vz .mbr-text,
.cid-sbTkzmV4vz blockquote {
  color: #767676;
}
.cid-sbTkzmV4vz .mbr-text {
  color: #232323;
}
.cid-sbTkzmV4vz .mbr-text P {
  text-align: center;
}
.cid-sbTm8aEGmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbTm8aEGmS .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbTm8aEGmS .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-sbTm8aEGmS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbTm8aEGmS .inner-container {
    width: 100% !important;
  }
}
.cid-sbTgmVPFcK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-sbTgmVPFcK .content-slider {
  display: flex;
  justify-content: center;
}
.cid-sbTgmVPFcK .modal-body .close {
  background: #1b1b1b;
}
.cid-sbTgmVPFcK .modal-body .close span {
  font-style: normal;
}
.cid-sbTgmVPFcK .carousel-inner > .active,
.cid-sbTgmVPFcK .carousel-inner > .next,
.cid-sbTgmVPFcK .carousel-inner > .prev {
  display: flex;
}
.cid-sbTgmVPFcK .carousel-control .icon-next,
.cid-sbTgmVPFcK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sbTgmVPFcK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbTgmVPFcK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sbTgmVPFcK .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sbTgmVPFcK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sbTgmVPFcK .boxed-slider > div {
  position: relative;
}
.cid-sbTgmVPFcK .container img {
  width: 100%;
}
.cid-sbTgmVPFcK .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-sbTgmVPFcK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbTgmVPFcK .mbr-table-cell {
  padding: 0;
}
.cid-sbTgmVPFcK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sbTgmVPFcK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sbTgmVPFcK .mbr-overlay {
  z-index: 1;
}
.cid-sbTgmVPFcK .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbTgmVPFcK .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-sbTgmVPFcK .carousel-item .container {
    width: 100%;
  }
}
.cid-sbTgmVPFcK .carousel-item-next.carousel-item-left,
.cid-sbTgmVPFcK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sbTgmVPFcK .active.carousel-item-right,
.cid-sbTgmVPFcK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sbTgmVPFcK .active.carousel-item-left,
.cid-sbTgmVPFcK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sbTgmVPFcK .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-sbTgmVPFcK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbTgmVPFcK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbTgmVPFcK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sbTgmVPFcK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sbTgmVPFcK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sbTgmVPFcK .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-sbTgmVPFcK .mbr-slider .carousel-indicators li.active,
.cid-sbTgmVPFcK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sbTgmVPFcK .mbr-slider .carousel-indicators li::after,
.cid-sbTgmVPFcK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sbTgmVPFcK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sbTgmVPFcK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sbTgmVPFcK .mbr-slider > .container img {
  width: 100%;
}
.cid-sbTgmVPFcK .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-sbTgmVPFcK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sbTgmVPFcK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbTgmVPFcK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbTgmVPFcK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sbTgmVPFcK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sbTgmVPFcK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sbTgmVPFcK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sbTgmVPFcK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbTgmVPFcK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbTgmVPFcK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sbTgmVPFcK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sbTgmVPFcK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sbTgmVPFcK .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sbTgmVPFcK .carousel-inner {
  height: 100%;
}
.cid-sbTgmVPFcK .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sbTgmVPFcK .image_wrapper {
  height: 620px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sbTgmVPFcK .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sbTgmVPFcK .carousel-item .container-slide {
  text-align: center;
}
.cid-sbTgmVPFcK .content-slider-wrap {
  width: 100%;
}
.cid-sbTgmVPFcK P {
  color: #cc2952;
  text-align: left;
}
.cid-sbZpJ3lXMX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbZpJ3lXMX .mbr-section-subtitle {
  color: #767676;
}
.cid-sbZpJ3lXMX H2 {
  text-align: left;
}
.cid-sbZBJqp1f3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-sbZBJqp1f3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbZBJqp1f3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #cc2952;
}
.cid-sbZBJqp1f3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbZBJqp1f3 .inner-container {
    width: 100% !important;
  }
}
.cid-sbZqGHx8BB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbZqGHx8BB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbZqGHx8BB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbZqGHx8BB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbZqGHx8BB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbZqGHx8BB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbZqGHx8BB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbZqGHx8BB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbZqGHx8BB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbZqGHx8BB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sbZD1DgTmw {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-sbZD1DgTmw .mbr-section-subtitle {
  color: #ff3366;
}
.cid-scJMDEO1V4 {
  background: #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-scJMDEO1V4 .image-block {
  margin: auto;
}
.cid-scJMDEO1V4 figcaption {
  position: relative;
}
.cid-scJMDEO1V4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scJMDEO1V4 .image-block {
    width: 100% !important;
  }
}
.cid-scJN2sSv9n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scJN2sSv9n .mbr-section-subtitle {
  color: #767676;
}
.cid-scK8Ny2ixG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scK8Ny2ixG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scK8Ny2ixG .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scK8Ny2ixG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scK8Ny2ixG .inner-container {
    width: 100% !important;
  }
}
.cid-scKd3ngBJA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scKd3ngBJA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scKd3ngBJA .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ff3366;
}
.cid-scKd3ngBJA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scKd3ngBJA .inner-container {
    width: 100% !important;
  }
}
.cid-sbZDKhY5C8 {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-sbZDKhY5C8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbZDKhY5C8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-sbZDKhY5C8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-sbZDKhY5C8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbZDKhY5C8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbZDKhY5C8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbZDKhY5C8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbZDKhY5C8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbZDKhY5C8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scKf1Kzhgz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scKf1Kzhgz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scKf1Kzhgz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scKf1Kzhgz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scKf1Kzhgz .inner-container {
    width: 100% !important;
  }
}
.cid-scKjmwjWE0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scKjmwjWE0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scKjmwjWE0 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ff3366;
}
.cid-scKjmwjWE0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scKjmwjWE0 .inner-container {
    width: 100% !important;
  }
}
.cid-scQkqKacSa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-scQkqKacSa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scQkqKacSa .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scQkqKacSa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scQkqKacSa .inner-container {
    width: 100% !important;
  }
}
.cid-scQjEwg0NI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #cccccc;
}
.cid-scQjEwg0NI .images-container.container-fluid {
  padding: 0;
}
.cid-scQjEwg0NI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-scQjEwg0NI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-scQjEwg0NI .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-scQjEwg0NI .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-scQjEwg0NI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-scQjEwg0NI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-scQjEwg0NI .img-item {
    width: 100% !important;
  }
  .cid-scQjEwg0NI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-scKffT8t42 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-scKffT8t42 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scKffT8t42 .modal-body .close {
  background: #1b1b1b;
}
.cid-scKffT8t42 .modal-body .close span {
  font-style: normal;
}
.cid-scKffT8t42 .carousel-inner > .active,
.cid-scKffT8t42 .carousel-inner > .next,
.cid-scKffT8t42 .carousel-inner > .prev {
  display: flex;
}
.cid-scKffT8t42 .carousel-control .icon-next,
.cid-scKffT8t42 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scKffT8t42 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scKffT8t42 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scKffT8t42 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scKffT8t42 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scKffT8t42 .boxed-slider > div {
  position: relative;
}
.cid-scKffT8t42 .container img {
  width: 100%;
}
.cid-scKffT8t42 .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-scKffT8t42 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scKffT8t42 .mbr-table-cell {
  padding: 0;
}
.cid-scKffT8t42 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scKffT8t42 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scKffT8t42 .mbr-overlay {
  z-index: 1;
}
.cid-scKffT8t42 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scKffT8t42 .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-scKffT8t42 .carousel-item .container {
    width: 100%;
  }
}
.cid-scKffT8t42 .carousel-item-next.carousel-item-left,
.cid-scKffT8t42 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scKffT8t42 .active.carousel-item-right,
.cid-scKffT8t42 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scKffT8t42 .active.carousel-item-left,
.cid-scKffT8t42 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scKffT8t42 .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-scKffT8t42 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scKffT8t42 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scKffT8t42 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scKffT8t42 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scKffT8t42 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scKffT8t42 .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-scKffT8t42 .mbr-slider .carousel-indicators li.active,
.cid-scKffT8t42 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scKffT8t42 .mbr-slider .carousel-indicators li::after,
.cid-scKffT8t42 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scKffT8t42 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scKffT8t42 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scKffT8t42 .mbr-slider > .container img {
  width: 100%;
}
.cid-scKffT8t42 .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-scKffT8t42 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scKffT8t42 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scKffT8t42 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scKffT8t42 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scKffT8t42 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scKffT8t42 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scKffT8t42 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scKffT8t42 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scKffT8t42 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scKffT8t42 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scKffT8t42 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scKffT8t42 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scKffT8t42 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scKffT8t42 .carousel-inner {
  height: 100%;
}
.cid-scKffT8t42 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scKffT8t42 .image_wrapper {
  height: 520px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scKffT8t42 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scKffT8t42 .carousel-item .container-slide {
  text-align: center;
}
.cid-scKffT8t42 .content-slider-wrap {
  width: 99%;
}
.cid-scKffT8t42 P {
  color: #ff3366;
}
.cid-scQlnRFzpL {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #a19fed;
}
.cid-scQlnRFzpL .mbr-section-subtitle {
  color: #ff3366;
}
.cid-scQnURIo6z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #a19fed;
}
.cid-scQnURIo6z .mbr-section-subtitle {
  color: #767676;
}
.cid-scQnURIo6z H2 {
  text-align: left;
}
.cid-scQnKyelsB {
  background: #a19fed;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-scQnKyelsB .image-block {
  margin: auto;
}
.cid-scQnKyelsB figcaption {
  position: relative;
}
.cid-scQnKyelsB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scQnKyelsB .image-block {
    width: 100% !important;
  }
}
.cid-scQooEyujF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #a19fed;
}
.cid-scQooEyujF .mbr-section-subtitle {
  color: #767676;
}
.cid-scQoNgW9C3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a19fed;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scQoNgW9C3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scQoNgW9C3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scQoNgW9C3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scQoNgW9C3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scQoNgW9C3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-scQoNgW9C3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scQoNgW9C3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scQoNgW9C3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scQoNgW9C3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-scQrBBFQXk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a19fed;
}
.cid-scQrBBFQXk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scQrBBFQXk .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-scQrBBFQXk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scQrBBFQXk .inner-container {
    width: 100% !important;
  }
}
.cid-scQrTM1Wxg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #a19fed;
}
.cid-scQrTM1Wxg .content-slider {
  display: flex;
  justify-content: center;
}
.cid-scQrTM1Wxg .modal-body .close {
  background: #1b1b1b;
}
.cid-scQrTM1Wxg .modal-body .close span {
  font-style: normal;
}
.cid-scQrTM1Wxg .carousel-inner > .active,
.cid-scQrTM1Wxg .carousel-inner > .next,
.cid-scQrTM1Wxg .carousel-inner > .prev {
  display: flex;
}
.cid-scQrTM1Wxg .carousel-control .icon-next,
.cid-scQrTM1Wxg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-scQrTM1Wxg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-scQrTM1Wxg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-scQrTM1Wxg .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-scQrTM1Wxg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-scQrTM1Wxg .boxed-slider > div {
  position: relative;
}
.cid-scQrTM1Wxg .container img {
  width: 100%;
}
.cid-scQrTM1Wxg .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-scQrTM1Wxg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scQrTM1Wxg .mbr-table-cell {
  padding: 0;
}
.cid-scQrTM1Wxg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-scQrTM1Wxg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-scQrTM1Wxg .mbr-overlay {
  z-index: 1;
}
.cid-scQrTM1Wxg .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scQrTM1Wxg .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-scQrTM1Wxg .carousel-item .container {
    width: 100%;
  }
}
.cid-scQrTM1Wxg .carousel-item-next.carousel-item-left,
.cid-scQrTM1Wxg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-scQrTM1Wxg .active.carousel-item-right,
.cid-scQrTM1Wxg .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-scQrTM1Wxg .active.carousel-item-left,
.cid-scQrTM1Wxg .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-scQrTM1Wxg .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-scQrTM1Wxg .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scQrTM1Wxg .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scQrTM1Wxg .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-scQrTM1Wxg .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-scQrTM1Wxg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-scQrTM1Wxg .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-scQrTM1Wxg .mbr-slider .carousel-indicators li.active,
.cid-scQrTM1Wxg .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-scQrTM1Wxg .mbr-slider .carousel-indicators li::after,
.cid-scQrTM1Wxg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-scQrTM1Wxg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-scQrTM1Wxg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-scQrTM1Wxg .mbr-slider > .container img {
  width: 100%;
}
.cid-scQrTM1Wxg .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-scQrTM1Wxg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-scQrTM1Wxg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-scQrTM1Wxg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-scQrTM1Wxg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-scQrTM1Wxg .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-scQrTM1Wxg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-scQrTM1Wxg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-scQrTM1Wxg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-scQrTM1Wxg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-scQrTM1Wxg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-scQrTM1Wxg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-scQrTM1Wxg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-scQrTM1Wxg .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-scQrTM1Wxg .carousel-inner {
  height: 100%;
}
.cid-scQrTM1Wxg .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-scQrTM1Wxg .image_wrapper {
  height: 580px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-scQrTM1Wxg .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-scQrTM1Wxg .carousel-item .container-slide {
  text-align: center;
}
.cid-scQrTM1Wxg .content-slider-wrap {
  width: 98%;
}
.cid-scQrTM1Wxg P {
  color: #cc2952;
  text-align: left;
}
.cid-sbuVwsFeDH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sbuVwsFeDH .content {
    text-align: center;
  }
  .cid-sbuVwsFeDH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbuVwsFeDH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbuVwsFeDH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbuVwsFeDH .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbuVwsFeDH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbuVwsFeDH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbuVwsFeDH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbuVwsFeDH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbuVwsFeDH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbuVwsFeDH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbuVwsFeDH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbuVwsFeDH .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ti5zK0VCRE {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/photo-promo2.1-2000x1337.jpeg");
}
.cid-ti5zK0VCRE SPAN {
  color: #ff3366;
}
.cid-ti5zK0VCRE H3 {
  color: #ff3366;
}
.cid-ti5zK0VCRE P {
  color: #ff3366;
}
.cid-to7LIRMWRS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-ti5zK1NMm6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-ti5zK1NMm6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zK1NMm6 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-ti5zK1NMm6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zK1NMm6 .inner-container {
    width: 100% !important;
  }
}
.cid-ti5zK1NMm6 .section-text P {
  text-align: left;
}
.cid-ti5zK20XIS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-ti5zK20XIS .google-map {
  height: 25rem;
  position: relative;
}
.cid-ti5zK20XIS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ti5zK20XIS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ti5zK20XIS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ti5zK20XIS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tmermtXj7v {
  background: #d3d9c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tmermtXj7v .image-block {
  margin: auto;
}
.cid-tmermtXj7v figcaption {
  position: relative;
}
.cid-tmermtXj7v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmermtXj7v .image-block {
    width: 100% !important;
  }
}
.cid-tmdZsco07a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmdZsco07a .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmdZsco07a .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmdZsco07a .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmdZsco07a .inner-container {
    width: 100% !important;
  }
}
.cid-tmdZ9TyiCa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmdZ9TyiCa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmdZ9TyiCa .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmdZ9TyiCa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmdZ9TyiCa .inner-container {
    width: 100% !important;
  }
}
.cid-ti5zK2EIfp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5zK2EIfp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zK2EIfp .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-ti5zK2EIfp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zK2EIfp .inner-container {
    width: 100% !important;
  }
}
.cid-tme4JpWCNC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tme4JpWCNC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tme4JpWCNC .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tme4JpWCNC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tme4JpWCNC .inner-container {
    width: 100% !important;
  }
}
.cid-tme7TCoNWq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tme7TCoNWq .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tme7TCoNWq .modal-body .close {
  background: #1b1b1b;
}
.cid-tme7TCoNWq .modal-body .close span {
  font-style: normal;
}
.cid-tme7TCoNWq .carousel-inner > .active,
.cid-tme7TCoNWq .carousel-inner > .next,
.cid-tme7TCoNWq .carousel-inner > .prev {
  display: flex;
}
.cid-tme7TCoNWq .carousel-control .icon-next,
.cid-tme7TCoNWq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tme7TCoNWq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tme7TCoNWq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tme7TCoNWq .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tme7TCoNWq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tme7TCoNWq .boxed-slider > div {
  position: relative;
}
.cid-tme7TCoNWq .container img {
  width: 100%;
}
.cid-tme7TCoNWq .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-tme7TCoNWq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tme7TCoNWq .mbr-table-cell {
  padding: 0;
}
.cid-tme7TCoNWq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tme7TCoNWq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tme7TCoNWq .mbr-overlay {
  z-index: 1;
}
.cid-tme7TCoNWq .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tme7TCoNWq .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-tme7TCoNWq .carousel-item .container {
    width: 100%;
  }
}
.cid-tme7TCoNWq .carousel-item-next.carousel-item-left,
.cid-tme7TCoNWq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tme7TCoNWq .active.carousel-item-right,
.cid-tme7TCoNWq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tme7TCoNWq .active.carousel-item-left,
.cid-tme7TCoNWq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tme7TCoNWq .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-tme7TCoNWq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tme7TCoNWq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tme7TCoNWq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tme7TCoNWq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tme7TCoNWq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tme7TCoNWq .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-tme7TCoNWq .mbr-slider .carousel-indicators li.active,
.cid-tme7TCoNWq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tme7TCoNWq .mbr-slider .carousel-indicators li::after,
.cid-tme7TCoNWq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tme7TCoNWq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tme7TCoNWq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tme7TCoNWq .mbr-slider > .container img {
  width: 100%;
}
.cid-tme7TCoNWq .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-tme7TCoNWq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tme7TCoNWq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tme7TCoNWq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tme7TCoNWq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tme7TCoNWq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tme7TCoNWq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tme7TCoNWq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tme7TCoNWq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tme7TCoNWq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tme7TCoNWq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tme7TCoNWq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tme7TCoNWq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tme7TCoNWq .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tme7TCoNWq .carousel-inner {
  height: 100%;
}
.cid-tme7TCoNWq .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tme7TCoNWq .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tme7TCoNWq .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tme7TCoNWq .carousel-item .container-slide {
  text-align: center;
}
.cid-tme7TCoNWq .content-slider-wrap {
  width: 85%;
}
.cid-tme7TCoNWq P {
  color: #ff3366;
}
.cid-tme7TCoNWq H2 {
  color: #7fd9fc;
}
.cid-tmebu7M2uq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmebu7M2uq .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmebu7M2uq .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmebu7M2uq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmebu7M2uq .inner-container {
    width: 100% !important;
  }
}
.cid-tme4DirXjp {
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-tme4DirXjp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tme4DirXjp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-tme4DirXjp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-tme4DirXjp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tme4DirXjp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tme4DirXjp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tme4DirXjp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tme4DirXjp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tme4DirXjp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tmebYc3Ndl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmebYc3Ndl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmebYc3Ndl .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmebYc3Ndl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmebYc3Ndl .inner-container {
    width: 100% !important;
  }
}
.cid-tmef8iy1b1 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tmef8iy1b1 .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tmef8iy1b1 .modal-body .close {
  background: #1b1b1b;
}
.cid-tmef8iy1b1 .modal-body .close span {
  font-style: normal;
}
.cid-tmef8iy1b1 .carousel-inner > .active,
.cid-tmef8iy1b1 .carousel-inner > .next,
.cid-tmef8iy1b1 .carousel-inner > .prev {
  display: flex;
}
.cid-tmef8iy1b1 .carousel-control .icon-next,
.cid-tmef8iy1b1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tmef8iy1b1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmef8iy1b1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tmef8iy1b1 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tmef8iy1b1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tmef8iy1b1 .boxed-slider > div {
  position: relative;
}
.cid-tmef8iy1b1 .container img {
  width: 100%;
}
.cid-tmef8iy1b1 .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-tmef8iy1b1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tmef8iy1b1 .mbr-table-cell {
  padding: 0;
}
.cid-tmef8iy1b1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tmef8iy1b1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tmef8iy1b1 .mbr-overlay {
  z-index: 1;
}
.cid-tmef8iy1b1 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tmef8iy1b1 .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-tmef8iy1b1 .carousel-item .container {
    width: 100%;
  }
}
.cid-tmef8iy1b1 .carousel-item-next.carousel-item-left,
.cid-tmef8iy1b1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tmef8iy1b1 .active.carousel-item-right,
.cid-tmef8iy1b1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tmef8iy1b1 .active.carousel-item-left,
.cid-tmef8iy1b1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tmef8iy1b1 .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-tmef8iy1b1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmef8iy1b1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmef8iy1b1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmef8iy1b1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tmef8iy1b1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tmef8iy1b1 .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-tmef8iy1b1 .mbr-slider .carousel-indicators li.active,
.cid-tmef8iy1b1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tmef8iy1b1 .mbr-slider .carousel-indicators li::after,
.cid-tmef8iy1b1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tmef8iy1b1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tmef8iy1b1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tmef8iy1b1 .mbr-slider > .container img {
  width: 100%;
}
.cid-tmef8iy1b1 .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-tmef8iy1b1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tmef8iy1b1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tmef8iy1b1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tmef8iy1b1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tmef8iy1b1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tmef8iy1b1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tmef8iy1b1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tmef8iy1b1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tmef8iy1b1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tmef8iy1b1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tmef8iy1b1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tmef8iy1b1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tmef8iy1b1 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tmef8iy1b1 .carousel-inner {
  height: 100%;
}
.cid-tmef8iy1b1 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tmef8iy1b1 .image_wrapper {
  height: 660px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tmef8iy1b1 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tmef8iy1b1 .carousel-item .container-slide {
  text-align: center;
}
.cid-tmef8iy1b1 .content-slider-wrap {
  width: 94%;
}
.cid-tmef8iy1b1 P {
  color: #ff3366;
}
.cid-tmef8iy1b1 H2 {
  color: #7fd9fc;
}
.cid-tmegPQqzhP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmegPQqzhP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmegPQqzhP .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmegPQqzhP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmegPQqzhP .inner-container {
    width: 100% !important;
  }
}
.cid-tmegxO0D2I {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tmegxO0D2I .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tmegxO0D2I .modal-body .close {
  background: #1b1b1b;
}
.cid-tmegxO0D2I .modal-body .close span {
  font-style: normal;
}
.cid-tmegxO0D2I .carousel-inner > .active,
.cid-tmegxO0D2I .carousel-inner > .next,
.cid-tmegxO0D2I .carousel-inner > .prev {
  display: flex;
}
.cid-tmegxO0D2I .carousel-control .icon-next,
.cid-tmegxO0D2I .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tmegxO0D2I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmegxO0D2I .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tmegxO0D2I .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tmegxO0D2I .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tmegxO0D2I .boxed-slider > div {
  position: relative;
}
.cid-tmegxO0D2I .container img {
  width: 100%;
}
.cid-tmegxO0D2I .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-tmegxO0D2I .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tmegxO0D2I .mbr-table-cell {
  padding: 0;
}
.cid-tmegxO0D2I .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tmegxO0D2I .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tmegxO0D2I .mbr-overlay {
  z-index: 1;
}
.cid-tmegxO0D2I .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tmegxO0D2I .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-tmegxO0D2I .carousel-item .container {
    width: 100%;
  }
}
.cid-tmegxO0D2I .carousel-item-next.carousel-item-left,
.cid-tmegxO0D2I .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tmegxO0D2I .active.carousel-item-right,
.cid-tmegxO0D2I .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tmegxO0D2I .active.carousel-item-left,
.cid-tmegxO0D2I .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tmegxO0D2I .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-tmegxO0D2I .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmegxO0D2I .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmegxO0D2I .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tmegxO0D2I .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tmegxO0D2I .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tmegxO0D2I .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-tmegxO0D2I .mbr-slider .carousel-indicators li.active,
.cid-tmegxO0D2I .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tmegxO0D2I .mbr-slider .carousel-indicators li::after,
.cid-tmegxO0D2I .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tmegxO0D2I .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tmegxO0D2I .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tmegxO0D2I .mbr-slider > .container img {
  width: 100%;
}
.cid-tmegxO0D2I .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-tmegxO0D2I .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tmegxO0D2I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tmegxO0D2I .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tmegxO0D2I .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tmegxO0D2I .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tmegxO0D2I .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tmegxO0D2I .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tmegxO0D2I .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tmegxO0D2I .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tmegxO0D2I .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tmegxO0D2I .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tmegxO0D2I .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tmegxO0D2I .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tmegxO0D2I .carousel-inner {
  height: 100%;
}
.cid-tmegxO0D2I .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tmegxO0D2I .image_wrapper {
  height: 620px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tmegxO0D2I .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tmegxO0D2I .carousel-item .container-slide {
  text-align: center;
}
.cid-tmegxO0D2I .content-slider-wrap {
  width: 100%;
}
.cid-tmegxO0D2I P {
  color: #ff3366;
}
.cid-tmegxO0D2I H2 {
  color: #7fd9fc;
}
.cid-tmejqqZtuG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmejqqZtuG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmejqqZtuG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmejqqZtuG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmejqqZtuG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmejqqZtuG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tmejqqZtuG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmejqqZtuG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tmejqqZtuG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tmejqqZtuG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tmeweo4eTK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tmeweo4eTK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tmeweo4eTK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tmeweo4eTK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tmeweo4eTK .inner-container {
    width: 100% !important;
  }
}
.cid-tmewymYW2g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmewymYW2g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmewymYW2g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmewymYW2g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmewymYW2g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmewymYW2g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tmewymYW2g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmewymYW2g .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tmewymYW2g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tmewymYW2g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ti5zK41sOF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5zK41sOF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zK41sOF .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-ti5zK41sOF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zK41sOF .inner-container {
    width: 100% !important;
  }
}
.cid-tnqLdaL8pY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnqLdaL8pY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnqLdaL8pY .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnqLdaL8pY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnqLdaL8pY .inner-container {
    width: 100% !important;
  }
}
.cid-tnqKUxsfDc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnqKUxsfDc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnqKUxsfDc .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnqKUxsfDc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnqKUxsfDc .inner-container {
    width: 100% !important;
  }
}
.cid-tnVwP11vng {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tnVwP11vng .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnVwP11vng .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVwP11vng .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnVwP11vng .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnVwP11vng .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tnVwP11vng .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnVwP11vng .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnVwP11vng .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnVwP11vng .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tnVCjBeBl3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnVCjBeBl3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnVCjBeBl3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnVCjBeBl3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnVCjBeBl3 .inner-container {
    width: 100% !important;
  }
}
.cid-tnVCly1LAP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tnVCly1LAP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnVCly1LAP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVCly1LAP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnVCly1LAP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnVCly1LAP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tnVCly1LAP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnVCly1LAP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnVCly1LAP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnVCly1LAP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tnVM3s1Jow {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnVM3s1Jow .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnVM3s1Jow .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnVM3s1Jow .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnVM3s1Jow .inner-container {
    width: 100% !important;
  }
}
.cid-tnVMbLKD8K {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tnVMbLKD8K .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tnVMbLKD8K .modal-body .close {
  background: #1b1b1b;
}
.cid-tnVMbLKD8K .modal-body .close span {
  font-style: normal;
}
.cid-tnVMbLKD8K .carousel-inner > .active,
.cid-tnVMbLKD8K .carousel-inner > .next,
.cid-tnVMbLKD8K .carousel-inner > .prev {
  display: flex;
}
.cid-tnVMbLKD8K .carousel-control .icon-next,
.cid-tnVMbLKD8K .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tnVMbLKD8K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnVMbLKD8K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnVMbLKD8K .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tnVMbLKD8K .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tnVMbLKD8K .boxed-slider > div {
  position: relative;
}
.cid-tnVMbLKD8K .container img {
  width: 100%;
}
.cid-tnVMbLKD8K .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-tnVMbLKD8K .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tnVMbLKD8K .mbr-table-cell {
  padding: 0;
}
.cid-tnVMbLKD8K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tnVMbLKD8K .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tnVMbLKD8K .mbr-overlay {
  z-index: 1;
}
.cid-tnVMbLKD8K .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tnVMbLKD8K .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-tnVMbLKD8K .carousel-item .container {
    width: 100%;
  }
}
.cid-tnVMbLKD8K .carousel-item-next.carousel-item-left,
.cid-tnVMbLKD8K .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tnVMbLKD8K .active.carousel-item-right,
.cid-tnVMbLKD8K .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tnVMbLKD8K .active.carousel-item-left,
.cid-tnVMbLKD8K .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tnVMbLKD8K .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-tnVMbLKD8K .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnVMbLKD8K .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnVMbLKD8K .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tnVMbLKD8K .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tnVMbLKD8K .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tnVMbLKD8K .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-tnVMbLKD8K .mbr-slider .carousel-indicators li.active,
.cid-tnVMbLKD8K .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tnVMbLKD8K .mbr-slider .carousel-indicators li::after,
.cid-tnVMbLKD8K .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tnVMbLKD8K .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tnVMbLKD8K .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tnVMbLKD8K .mbr-slider > .container img {
  width: 100%;
}
.cid-tnVMbLKD8K .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-tnVMbLKD8K .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tnVMbLKD8K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tnVMbLKD8K .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tnVMbLKD8K .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tnVMbLKD8K .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tnVMbLKD8K .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tnVMbLKD8K .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tnVMbLKD8K .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tnVMbLKD8K .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tnVMbLKD8K .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tnVMbLKD8K .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tnVMbLKD8K .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tnVMbLKD8K .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tnVMbLKD8K .carousel-inner {
  height: 100%;
}
.cid-tnVMbLKD8K .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tnVMbLKD8K .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tnVMbLKD8K .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tnVMbLKD8K .carousel-item .container-slide {
  text-align: center;
}
.cid-tnVMbLKD8K .content-slider-wrap {
  width: 85%;
}
.cid-tnVMbLKD8K P {
  color: #ff3366;
}
.cid-tnVOuuqZ2G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnVOuuqZ2G .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnVOuuqZ2G .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnVOuuqZ2G .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnVOuuqZ2G .inner-container {
    width: 100% !important;
  }
}
.cid-tnVQGTGuSn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tnVQGTGuSn .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tnVQGTGuSn .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tnVQGTGuSn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tnVQGTGuSn .inner-container {
    width: 100% !important;
  }
}
.cid-tQ87raApT7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQ87raApT7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQ87raApT7 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQ87raApT7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQ87raApT7 .inner-container {
    width: 100% !important;
  }
}
.cid-tQ88blVN4U {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tQ88blVN4U .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tQ88blVN4U .modal-body .close {
  background: #1b1b1b;
}
.cid-tQ88blVN4U .modal-body .close span {
  font-style: normal;
}
.cid-tQ88blVN4U .carousel-inner > .active,
.cid-tQ88blVN4U .carousel-inner > .next,
.cid-tQ88blVN4U .carousel-inner > .prev {
  display: flex;
}
.cid-tQ88blVN4U .carousel-control .icon-next,
.cid-tQ88blVN4U .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tQ88blVN4U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQ88blVN4U .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQ88blVN4U .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tQ88blVN4U .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tQ88blVN4U .boxed-slider > div {
  position: relative;
}
.cid-tQ88blVN4U .container img {
  width: 100%;
}
.cid-tQ88blVN4U .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-tQ88blVN4U .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ88blVN4U .mbr-table-cell {
  padding: 0;
}
.cid-tQ88blVN4U .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQ88blVN4U .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQ88blVN4U .mbr-overlay {
  z-index: 1;
}
.cid-tQ88blVN4U .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ88blVN4U .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-tQ88blVN4U .carousel-item .container {
    width: 100%;
  }
}
.cid-tQ88blVN4U .carousel-item-next.carousel-item-left,
.cid-tQ88blVN4U .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tQ88blVN4U .active.carousel-item-right,
.cid-tQ88blVN4U .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tQ88blVN4U .active.carousel-item-left,
.cid-tQ88blVN4U .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tQ88blVN4U .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-tQ88blVN4U .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ88blVN4U .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ88blVN4U .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQ88blVN4U .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ88blVN4U .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQ88blVN4U .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-tQ88blVN4U .mbr-slider .carousel-indicators li.active,
.cid-tQ88blVN4U .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tQ88blVN4U .mbr-slider .carousel-indicators li::after,
.cid-tQ88blVN4U .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tQ88blVN4U .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tQ88blVN4U .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tQ88blVN4U .mbr-slider > .container img {
  width: 100%;
}
.cid-tQ88blVN4U .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-tQ88blVN4U .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tQ88blVN4U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ88blVN4U .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ88blVN4U .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tQ88blVN4U .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tQ88blVN4U .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tQ88blVN4U .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tQ88blVN4U .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tQ88blVN4U .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ88blVN4U .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tQ88blVN4U .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tQ88blVN4U .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tQ88blVN4U .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tQ88blVN4U .carousel-inner {
  height: 100%;
}
.cid-tQ88blVN4U .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tQ88blVN4U .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tQ88blVN4U .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tQ88blVN4U .carousel-item .container-slide {
  text-align: center;
}
.cid-tQ88blVN4U .content-slider-wrap {
  width: 85%;
}
.cid-tQ88blVN4U P {
  color: #ff3366;
}
.cid-tQ89bRgkVm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQ89bRgkVm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQ89bRgkVm .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQ89bRgkVm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQ89bRgkVm .inner-container {
    width: 100% !important;
  }
}
.cid-tQ89BCVJaX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tQ89BCVJaX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQ89BCVJaX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ89BCVJaX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ89BCVJaX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQ89BCVJaX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tQ89BCVJaX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQ89BCVJaX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQ89BCVJaX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQ89BCVJaX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ti5zKaS4sm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5zKaS4sm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zKaS4sm .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-ti5zKaS4sm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zKaS4sm .inner-container {
    width: 100% !important;
  }
}
.cid-tQzI3YOQXU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQzI3YOQXU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQzI3YOQXU .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQzI3YOQXU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQzI3YOQXU .inner-container {
    width: 100% !important;
  }
}
.cid-tQzHEMwQif {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQzHEMwQif .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQzHEMwQif .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQzHEMwQif .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQzHEMwQif .inner-container {
    width: 100% !important;
  }
}
.cid-tQzPwdFoXp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQzPwdFoXp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQzPwdFoXp .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQzPwdFoXp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQzPwdFoXp .inner-container {
    width: 100% !important;
  }
}
.cid-tQzIRfT8R1 {
  background: #d3d9c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tQzIRfT8R1 .image-block {
  margin: auto;
}
.cid-tQzIRfT8R1 figcaption {
  position: relative;
}
.cid-tQzIRfT8R1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tQzIRfT8R1 .image-block {
    width: 100% !important;
  }
}
.cid-tQBO25wJcc {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #d3d9c8, #d3d9c8);
}
.cid-tQBO25wJcc .mbr-text,
.cid-tQBO25wJcc .mbr-section-btn {
  color: #ff3366;
}
.cid-tQzPcPYCZH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tQzPcPYCZH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQzPcPYCZH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQzPcPYCZH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQzPcPYCZH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQzPcPYCZH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tQzPcPYCZH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQzPcPYCZH .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQzPcPYCZH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQzPcPYCZH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tQBD2eYTqv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQBD2eYTqv .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQBD2eYTqv .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQBD2eYTqv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQBD2eYTqv .inner-container {
    width: 100% !important;
  }
}
.cid-tQBCTSSwGJ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tQBCTSSwGJ .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tQBCTSSwGJ .modal-body .close {
  background: #1b1b1b;
}
.cid-tQBCTSSwGJ .modal-body .close span {
  font-style: normal;
}
.cid-tQBCTSSwGJ .carousel-inner > .active,
.cid-tQBCTSSwGJ .carousel-inner > .next,
.cid-tQBCTSSwGJ .carousel-inner > .prev {
  display: flex;
}
.cid-tQBCTSSwGJ .carousel-control .icon-next,
.cid-tQBCTSSwGJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tQBCTSSwGJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQBCTSSwGJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQBCTSSwGJ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tQBCTSSwGJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tQBCTSSwGJ .boxed-slider > div {
  position: relative;
}
.cid-tQBCTSSwGJ .container img {
  width: 100%;
}
.cid-tQBCTSSwGJ .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-tQBCTSSwGJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQBCTSSwGJ .mbr-table-cell {
  padding: 0;
}
.cid-tQBCTSSwGJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQBCTSSwGJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQBCTSSwGJ .mbr-overlay {
  z-index: 1;
}
.cid-tQBCTSSwGJ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQBCTSSwGJ .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-tQBCTSSwGJ .carousel-item .container {
    width: 100%;
  }
}
.cid-tQBCTSSwGJ .carousel-item-next.carousel-item-left,
.cid-tQBCTSSwGJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tQBCTSSwGJ .active.carousel-item-right,
.cid-tQBCTSSwGJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tQBCTSSwGJ .active.carousel-item-left,
.cid-tQBCTSSwGJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tQBCTSSwGJ .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-tQBCTSSwGJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQBCTSSwGJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQBCTSSwGJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQBCTSSwGJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQBCTSSwGJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQBCTSSwGJ .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-tQBCTSSwGJ .mbr-slider .carousel-indicators li.active,
.cid-tQBCTSSwGJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tQBCTSSwGJ .mbr-slider .carousel-indicators li::after,
.cid-tQBCTSSwGJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tQBCTSSwGJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tQBCTSSwGJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tQBCTSSwGJ .mbr-slider > .container img {
  width: 100%;
}
.cid-tQBCTSSwGJ .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-tQBCTSSwGJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tQBCTSSwGJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQBCTSSwGJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQBCTSSwGJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tQBCTSSwGJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tQBCTSSwGJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tQBCTSSwGJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tQBCTSSwGJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tQBCTSSwGJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQBCTSSwGJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tQBCTSSwGJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tQBCTSSwGJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tQBCTSSwGJ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tQBCTSSwGJ .carousel-inner {
  height: 100%;
}
.cid-tQBCTSSwGJ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tQBCTSSwGJ .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tQBCTSSwGJ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tQBCTSSwGJ .carousel-item .container-slide {
  text-align: center;
}
.cid-tQBCTSSwGJ .content-slider-wrap {
  width: 85%;
}
.cid-tQBCTSSwGJ P {
  color: #ff3366;
}
.cid-tQBHwnj1Xg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQBHwnj1Xg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQBHwnj1Xg .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tQBHwnj1Xg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQBHwnj1Xg .inner-container {
    width: 100% !important;
  }
}
.cid-tQBHyCKhnt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tQBHyCKhnt .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tQBHyCKhnt .modal-body .close {
  background: #1b1b1b;
}
.cid-tQBHyCKhnt .modal-body .close span {
  font-style: normal;
}
.cid-tQBHyCKhnt .carousel-inner > .active,
.cid-tQBHyCKhnt .carousel-inner > .next,
.cid-tQBHyCKhnt .carousel-inner > .prev {
  display: flex;
}
.cid-tQBHyCKhnt .carousel-control .icon-next,
.cid-tQBHyCKhnt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tQBHyCKhnt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQBHyCKhnt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQBHyCKhnt .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tQBHyCKhnt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tQBHyCKhnt .boxed-slider > div {
  position: relative;
}
.cid-tQBHyCKhnt .container img {
  width: 100%;
}
.cid-tQBHyCKhnt .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-tQBHyCKhnt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQBHyCKhnt .mbr-table-cell {
  padding: 0;
}
.cid-tQBHyCKhnt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQBHyCKhnt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQBHyCKhnt .mbr-overlay {
  z-index: 1;
}
.cid-tQBHyCKhnt .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQBHyCKhnt .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-tQBHyCKhnt .carousel-item .container {
    width: 100%;
  }
}
.cid-tQBHyCKhnt .carousel-item-next.carousel-item-left,
.cid-tQBHyCKhnt .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tQBHyCKhnt .active.carousel-item-right,
.cid-tQBHyCKhnt .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tQBHyCKhnt .active.carousel-item-left,
.cid-tQBHyCKhnt .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tQBHyCKhnt .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-tQBHyCKhnt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQBHyCKhnt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQBHyCKhnt .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQBHyCKhnt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQBHyCKhnt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQBHyCKhnt .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-tQBHyCKhnt .mbr-slider .carousel-indicators li.active,
.cid-tQBHyCKhnt .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tQBHyCKhnt .mbr-slider .carousel-indicators li::after,
.cid-tQBHyCKhnt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tQBHyCKhnt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tQBHyCKhnt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tQBHyCKhnt .mbr-slider > .container img {
  width: 100%;
}
.cid-tQBHyCKhnt .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-tQBHyCKhnt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tQBHyCKhnt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQBHyCKhnt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQBHyCKhnt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tQBHyCKhnt .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tQBHyCKhnt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tQBHyCKhnt .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tQBHyCKhnt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tQBHyCKhnt .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQBHyCKhnt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tQBHyCKhnt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tQBHyCKhnt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tQBHyCKhnt .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tQBHyCKhnt .carousel-inner {
  height: 100%;
}
.cid-tQBHyCKhnt .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tQBHyCKhnt .image_wrapper {
  height: 680px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tQBHyCKhnt .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tQBHyCKhnt .carousel-item .container-slide {
  text-align: center;
}
.cid-tQBHyCKhnt .content-slider-wrap {
  width: 100%;
}
.cid-tQBHyCKhnt P {
  color: #ff3366;
}
.cid-ti5zKgEsXO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-ti5zKgEsXO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zKgEsXO .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-ti5zKgEsXO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zKgEsXO .inner-container {
    width: 100% !important;
  }
}
.cid-tTTat7VORO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tTTat7VORO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tTTat7VORO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tTTat7VORO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tTTat7VORO .inner-container {
    width: 100% !important;
  }
}
.cid-tTTb8m9Foj {
  background: #d3d9c8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tTTb8m9Foj .image-block {
  margin: auto;
}
.cid-tTTb8m9Foj figcaption {
  position: relative;
}
.cid-tTTb8m9Foj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTTb8m9Foj .image-block {
    width: 100% !important;
  }
}
.cid-tTTbMxBEUi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tTTbMxBEUi .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tTTbMxBEUi .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tTTbMxBEUi .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tTTbMxBEUi .inner-container {
    width: 100% !important;
  }
}
.cid-tTTbMxBEUi .section-text DIV {
  text-align: left;
}
.cid-tTTeXFD5fW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTTeXFD5fW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTTeXFD5fW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTTeXFD5fW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTTeXFD5fW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTTeXFD5fW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTTeXFD5fW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTTeXFD5fW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tTTeXFD5fW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tTTeXFD5fW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tQ8mHvfi8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d3d9c8;
}
.cid-tQ8mHvfi8X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tQ8mHvfi8X .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tQ8mHvfi8X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tQ8mHvfi8X .inner-container {
    width: 100% !important;
  }
}
.cid-tQ8mENaXxe {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #d3d9c8;
}
.cid-tQ8mENaXxe .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tQ8mENaXxe .modal-body .close {
  background: #1b1b1b;
}
.cid-tQ8mENaXxe .modal-body .close span {
  font-style: normal;
}
.cid-tQ8mENaXxe .carousel-inner > .active,
.cid-tQ8mENaXxe .carousel-inner > .next,
.cid-tQ8mENaXxe .carousel-inner > .prev {
  display: flex;
}
.cid-tQ8mENaXxe .carousel-control .icon-next,
.cid-tQ8mENaXxe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tQ8mENaXxe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQ8mENaXxe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQ8mENaXxe .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tQ8mENaXxe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tQ8mENaXxe .boxed-slider > div {
  position: relative;
}
.cid-tQ8mENaXxe .container img {
  width: 100%;
}
.cid-tQ8mENaXxe .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-tQ8mENaXxe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ8mENaXxe .mbr-table-cell {
  padding: 0;
}
.cid-tQ8mENaXxe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQ8mENaXxe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tQ8mENaXxe .mbr-overlay {
  z-index: 1;
}
.cid-tQ8mENaXxe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ8mENaXxe .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-tQ8mENaXxe .carousel-item .container {
    width: 100%;
  }
}
.cid-tQ8mENaXxe .carousel-item-next.carousel-item-left,
.cid-tQ8mENaXxe .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tQ8mENaXxe .active.carousel-item-right,
.cid-tQ8mENaXxe .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tQ8mENaXxe .active.carousel-item-left,
.cid-tQ8mENaXxe .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tQ8mENaXxe .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-tQ8mENaXxe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ8mENaXxe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQ8mENaXxe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tQ8mENaXxe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQ8mENaXxe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQ8mENaXxe .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-tQ8mENaXxe .mbr-slider .carousel-indicators li.active,
.cid-tQ8mENaXxe .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tQ8mENaXxe .mbr-slider .carousel-indicators li::after,
.cid-tQ8mENaXxe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tQ8mENaXxe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tQ8mENaXxe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tQ8mENaXxe .mbr-slider > .container img {
  width: 100%;
}
.cid-tQ8mENaXxe .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-tQ8mENaXxe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tQ8mENaXxe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQ8mENaXxe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tQ8mENaXxe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tQ8mENaXxe .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tQ8mENaXxe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tQ8mENaXxe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tQ8mENaXxe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tQ8mENaXxe .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tQ8mENaXxe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tQ8mENaXxe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tQ8mENaXxe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tQ8mENaXxe .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tQ8mENaXxe .carousel-inner {
  height: 100%;
}
.cid-tQ8mENaXxe .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tQ8mENaXxe .image_wrapper {
  height: 650px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tQ8mENaXxe .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tQ8mENaXxe .carousel-item .container-slide {
  text-align: center;
}
.cid-tQ8mENaXxe .content-slider-wrap {
  width: 97%;
}
.cid-tQ8mENaXxe P {
  color: #ff3366;
}
.cid-ti5zKi0eFp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-ti5zKi0eFp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti5zKi0eFp .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-ti5zKi0eFp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti5zKi0eFp .inner-container {
    width: 100% !important;
  }
}
.cid-ti5zKip8j3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ti5zKip8j3 .content {
    text-align: center;
  }
  .cid-ti5zKip8j3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ti5zKip8j3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ti5zKip8j3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ti5zKip8j3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ti5zKip8j3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ti5zKip8j3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ti5zKip8j3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ti5zKip8j3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ti5zKip8j3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ti5zKip8j3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ti5zKip8j3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ti5zKip8j3 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tikWI6s80B {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/photo-sport-le-manant-2000x1275.jpg");
}
.cid-tikWI6s80B SPAN {
  color: #ff3366;
}
.cid-tikWI6s80B H3 {
  color: #ff3366;
}
.cid-tikWI6s80B P {
  color: #ff3366;
}
.cid-tVkm8pkzPn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-tikWI73KYx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-tikWI73KYx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI73KYx .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tikWI73KYx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI73KYx .inner-container {
    width: 100% !important;
  }
}
.cid-tikWI73KYx .section-text P {
  text-align: left;
}
.cid-tikWI7fCCl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-tikWI7fCCl .google-map {
  height: 25rem;
  position: relative;
}
.cid-tikWI7fCCl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tikWI7fCCl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tikWI7fCCl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tikWI7fCCl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tUnobTnWNR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tUnobTnWNR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUnobTnWNR .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #2d197f;
}
.cid-tUnobTnWNR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tUnobTnWNR .inner-container {
    width: 100% !important;
  }
}
.cid-tXMblBK1r0 {
  background: #b1a374;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tXMblBK1r0 .image-block {
  margin: auto;
}
.cid-tXMblBK1r0 figcaption {
  position: relative;
}
.cid-tXMblBK1r0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tXMblBK1r0 .image-block {
    width: 100% !important;
  }
}
.cid-tXMblBK1r0 DIV {
  color: #c4bc3b;
}
.cid-tXMoDLzK55 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tXMoDLzK55 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tXMoDLzK55 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tXMoDLzK55 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tXMoDLzK55 .inner-container {
    width: 100% !important;
  }
}
.cid-tikWI7tAiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tikWI7tAiJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI7tAiJ .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tikWI7tAiJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI7tAiJ .inner-container {
    width: 100% !important;
  }
}
.cid-tUnxULEqQ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tUnxULEqQ2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUnxULEqQ2 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tUnxULEqQ2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tUnxULEqQ2 .inner-container {
    width: 100% !important;
  }
}
.cid-tVjUI9FYEv {
  background: #b1a374;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tVjUI9FYEv .image-block {
  margin: auto;
}
.cid-tVjUI9FYEv figcaption {
  position: relative;
}
.cid-tVjUI9FYEv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tVjUI9FYEv .image-block {
    width: 100% !important;
  }
}
.cid-tVjSX2ancB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tVjSX2ancB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVjSX2ancB .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tVjSX2ancB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tVjSX2ancB .inner-container {
    width: 100% !important;
  }
}
.cid-tVjUjOgHCy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-tVjUjOgHCy .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tVjUjOgHCy .modal-body .close {
  background: #1b1b1b;
}
.cid-tVjUjOgHCy .modal-body .close span {
  font-style: normal;
}
.cid-tVjUjOgHCy .carousel-inner > .active,
.cid-tVjUjOgHCy .carousel-inner > .next,
.cid-tVjUjOgHCy .carousel-inner > .prev {
  display: flex;
}
.cid-tVjUjOgHCy .carousel-control .icon-next,
.cid-tVjUjOgHCy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tVjUjOgHCy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVjUjOgHCy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVjUjOgHCy .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tVjUjOgHCy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tVjUjOgHCy .boxed-slider > div {
  position: relative;
}
.cid-tVjUjOgHCy .container img {
  width: 100%;
}
.cid-tVjUjOgHCy .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-tVjUjOgHCy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVjUjOgHCy .mbr-table-cell {
  padding: 0;
}
.cid-tVjUjOgHCy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVjUjOgHCy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tVjUjOgHCy .mbr-overlay {
  z-index: 1;
}
.cid-tVjUjOgHCy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVjUjOgHCy .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-tVjUjOgHCy .carousel-item .container {
    width: 100%;
  }
}
.cid-tVjUjOgHCy .carousel-item-next.carousel-item-left,
.cid-tVjUjOgHCy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tVjUjOgHCy .active.carousel-item-right,
.cid-tVjUjOgHCy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tVjUjOgHCy .active.carousel-item-left,
.cid-tVjUjOgHCy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tVjUjOgHCy .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-tVjUjOgHCy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVjUjOgHCy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVjUjOgHCy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVjUjOgHCy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVjUjOgHCy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVjUjOgHCy .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-tVjUjOgHCy .mbr-slider .carousel-indicators li.active,
.cid-tVjUjOgHCy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tVjUjOgHCy .mbr-slider .carousel-indicators li::after,
.cid-tVjUjOgHCy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tVjUjOgHCy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tVjUjOgHCy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tVjUjOgHCy .mbr-slider > .container img {
  width: 100%;
}
.cid-tVjUjOgHCy .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-tVjUjOgHCy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tVjUjOgHCy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVjUjOgHCy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVjUjOgHCy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tVjUjOgHCy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tVjUjOgHCy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tVjUjOgHCy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tVjUjOgHCy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tVjUjOgHCy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVjUjOgHCy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tVjUjOgHCy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tVjUjOgHCy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tVjUjOgHCy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tVjUjOgHCy .carousel-inner {
  height: 100%;
}
.cid-tVjUjOgHCy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tVjUjOgHCy .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tVjUjOgHCy .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tVjUjOgHCy .carousel-item .container-slide {
  text-align: center;
}
.cid-tVjUjOgHCy .content-slider-wrap {
  width: 85%;
}
.cid-tVjUjOgHCy P {
  color: #ff3366;
}
.cid-tVk8pyS2zV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tVk8pyS2zV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVk8pyS2zV .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tVk8pyS2zV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tVk8pyS2zV .inner-container {
    width: 100% !important;
  }
}
.cid-tVk8GNfMlo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-tVk8GNfMlo .content-slider {
  display: flex;
  justify-content: center;
}
.cid-tVk8GNfMlo .modal-body .close {
  background: #1b1b1b;
}
.cid-tVk8GNfMlo .modal-body .close span {
  font-style: normal;
}
.cid-tVk8GNfMlo .carousel-inner > .active,
.cid-tVk8GNfMlo .carousel-inner > .next,
.cid-tVk8GNfMlo .carousel-inner > .prev {
  display: flex;
}
.cid-tVk8GNfMlo .carousel-control .icon-next,
.cid-tVk8GNfMlo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tVk8GNfMlo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVk8GNfMlo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVk8GNfMlo .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tVk8GNfMlo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tVk8GNfMlo .boxed-slider > div {
  position: relative;
}
.cid-tVk8GNfMlo .container img {
  width: 100%;
}
.cid-tVk8GNfMlo .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-tVk8GNfMlo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVk8GNfMlo .mbr-table-cell {
  padding: 0;
}
.cid-tVk8GNfMlo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVk8GNfMlo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tVk8GNfMlo .mbr-overlay {
  z-index: 1;
}
.cid-tVk8GNfMlo .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVk8GNfMlo .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-tVk8GNfMlo .carousel-item .container {
    width: 100%;
  }
}
.cid-tVk8GNfMlo .carousel-item-next.carousel-item-left,
.cid-tVk8GNfMlo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tVk8GNfMlo .active.carousel-item-right,
.cid-tVk8GNfMlo .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tVk8GNfMlo .active.carousel-item-left,
.cid-tVk8GNfMlo .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tVk8GNfMlo .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-tVk8GNfMlo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVk8GNfMlo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVk8GNfMlo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVk8GNfMlo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVk8GNfMlo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVk8GNfMlo .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-tVk8GNfMlo .mbr-slider .carousel-indicators li.active,
.cid-tVk8GNfMlo .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tVk8GNfMlo .mbr-slider .carousel-indicators li::after,
.cid-tVk8GNfMlo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tVk8GNfMlo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tVk8GNfMlo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tVk8GNfMlo .mbr-slider > .container img {
  width: 100%;
}
.cid-tVk8GNfMlo .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-tVk8GNfMlo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tVk8GNfMlo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVk8GNfMlo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tVk8GNfMlo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tVk8GNfMlo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tVk8GNfMlo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tVk8GNfMlo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tVk8GNfMlo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tVk8GNfMlo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tVk8GNfMlo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tVk8GNfMlo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tVk8GNfMlo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tVk8GNfMlo .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tVk8GNfMlo .carousel-inner {
  height: 100%;
}
.cid-tVk8GNfMlo .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tVk8GNfMlo .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tVk8GNfMlo .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tVk8GNfMlo .carousel-item .container-slide {
  text-align: center;
}
.cid-tVk8GNfMlo .content-slider-wrap {
  width: 100%;
}
.cid-tVk8GNfMlo P {
  color: #ff3366;
}
.cid-tVjW3j56mU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tVjW3j56mU .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVjW3j56mU .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tVjW3j56mU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tVjW3j56mU .inner-container {
    width: 100% !important;
  }
}
.cid-tVk0TkKfUX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tVk0TkKfUX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVk0TkKfUX .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tVk0TkKfUX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tVk0TkKfUX .inner-container {
    width: 100% !important;
  }
}
.cid-tVk2485gkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tVk2485gkQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tVk2485gkQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVk2485gkQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVk2485gkQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tVk2485gkQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tVk2485gkQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tVk2485gkQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tVk2485gkQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tVk2485gkQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tikWI7IeyV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tikWI7IeyV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI7IeyV .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tikWI7IeyV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI7IeyV .inner-container {
    width: 100% !important;
  }
}
.cid-tVvSeJkg7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tVvSeJkg7Y .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVvSeJkg7Y .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tVvSeJkg7Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tVvSeJkg7Y .inner-container {
    width: 100% !important;
  }
}
.cid-tX6JkDQY7k {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #b1a374;
}
.cid-tX6JkDQY7k .images-container.container-fluid {
  padding: 0;
}
.cid-tX6JkDQY7k .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tX6JkDQY7k .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tX6JkDQY7k .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tX6JkDQY7k .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tX6JkDQY7k .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tX6JkDQY7k .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tX6JkDQY7k .img-item {
    width: 100% !important;
  }
  .cid-tX6JkDQY7k .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tX6WGxeul6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tX6WGxeul6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tX6WGxeul6 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tX6WGxeul6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tX6WGxeul6 .inner-container {
    width: 100% !important;
  }
}
.cid-tX6ViL2byU {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #b1a374;
}
.cid-tX6ViL2byU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tX6ViL2byU .video-block {
    width: 100% !important;
  }
}
.cid-tX6NAYgCZk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tX6NAYgCZk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tX6NAYgCZk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX6NAYgCZk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tX6NAYgCZk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tX6NAYgCZk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tX6NAYgCZk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tX6NAYgCZk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tX6NAYgCZk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tX6NAYgCZk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tXLT0xy8b7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tXLT0xy8b7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tXLT0xy8b7 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tXLT0xy8b7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tXLT0xy8b7 .inner-container {
    width: 100% !important;
  }
}
.cid-tXLUEPogsX {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #b1a374;
}
.cid-tXLUEPogsX .images-container.container-fluid {
  padding: 0;
}
.cid-tXLUEPogsX .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tXLUEPogsX .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tXLUEPogsX .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tXLUEPogsX .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tXLUEPogsX .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tXLUEPogsX .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXLUEPogsX .img-item {
    width: 100% !important;
  }
  .cid-tXLUEPogsX .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tXLVN0eAyV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tXLVN0eAyV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tXLVN0eAyV .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tXLVN0eAyV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tXLVN0eAyV .inner-container {
    width: 100% !important;
  }
}
.cid-tXM2WUMyy7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tXM2WUMyy7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tXM2WUMyy7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXM2WUMyy7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXM2WUMyy7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tXM2WUMyy7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tXM2WUMyy7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tXM2WUMyy7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tXM2WUMyy7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tXM2WUMyy7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tikWI7SSjc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tikWI7SSjc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI7SSjc .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tikWI7SSjc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI7SSjc .inner-container {
    width: 100% !important;
  }
}
.cid-tZsYHv0tVz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tZsYHv0tVz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tZsYHv0tVz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tZsYHv0tVz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tZsYHv0tVz .inner-container {
    width: 100% !important;
  }
}
.cid-tZsZqPpK92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tZsZqPpK92 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tZsZqPpK92 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-tZsZqPpK92 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-tZsZqPpK92 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tZsZqPpK92 .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tZsZqPpK92 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tZsZqPpK92 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tZsZqPpK92 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tZsZqPpK92 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tZsZqPpK92 .mbr-gallery-item > div > span {
  text-align: center;
  color: #ffffff;
}
.cid-tZt3ysQEDI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tZt3ysQEDI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tZt3ysQEDI .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tZt3ysQEDI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tZt3ysQEDI .inner-container {
    width: 100% !important;
  }
}
.cid-tZthnoL3Ef {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tZthnoL3Ef .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tZthnoL3Ef .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tZthnoL3Ef .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tZthnoL3Ef .inner-container {
    width: 100% !important;
  }
}
.cid-tZtmmMAkse {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
@media (min-width: 992px) {
  .cid-tZtmmMAkse .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tZtmmMAkse .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtmmMAkse .mbr-text {
    text-align: center;
  }
}
.cid-tZtmmMAkse H1 {
  text-align: left;
  color: #232323;
}
.cid-tZtpf2KmUE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tZtpf2KmUE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tZtpf2KmUE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tZtpf2KmUE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtpf2KmUE .mbr-text {
    text-align: center;
  }
}
.cid-tZtpf2KmUE H1 {
  text-align: left;
  color: #232323;
}
.cid-tZtpf2KmUE .mbr-text,
.cid-tZtpf2KmUE .mbr-section-btn {
  color: #232323;
}
.cid-u0ckzLcmxO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0ckzLcmxO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0ckzLcmxO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0ckzLcmxO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0ckzLcmxO .inner-container {
    width: 100% !important;
  }
}
.cid-u0cmhKFS8e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #b1a374;
}
.cid-u0cmhKFS8e .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u0cmhKFS8e .modal-body .close {
  background: #1b1b1b;
}
.cid-u0cmhKFS8e .modal-body .close span {
  font-style: normal;
}
.cid-u0cmhKFS8e .carousel-inner > .active,
.cid-u0cmhKFS8e .carousel-inner > .next,
.cid-u0cmhKFS8e .carousel-inner > .prev {
  display: flex;
}
.cid-u0cmhKFS8e .carousel-control .icon-next,
.cid-u0cmhKFS8e .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u0cmhKFS8e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0cmhKFS8e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0cmhKFS8e .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u0cmhKFS8e .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u0cmhKFS8e .boxed-slider > div {
  position: relative;
}
.cid-u0cmhKFS8e .container img {
  width: 100%;
}
.cid-u0cmhKFS8e .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-u0cmhKFS8e .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0cmhKFS8e .mbr-table-cell {
  padding: 0;
}
.cid-u0cmhKFS8e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0cmhKFS8e .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u0cmhKFS8e .mbr-overlay {
  z-index: 1;
}
.cid-u0cmhKFS8e .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0cmhKFS8e .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-u0cmhKFS8e .carousel-item .container {
    width: 100%;
  }
}
.cid-u0cmhKFS8e .carousel-item-next.carousel-item-left,
.cid-u0cmhKFS8e .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u0cmhKFS8e .active.carousel-item-right,
.cid-u0cmhKFS8e .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u0cmhKFS8e .active.carousel-item-left,
.cid-u0cmhKFS8e .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u0cmhKFS8e .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-u0cmhKFS8e .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0cmhKFS8e .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0cmhKFS8e .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u0cmhKFS8e .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0cmhKFS8e .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u0cmhKFS8e .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-u0cmhKFS8e .mbr-slider .carousel-indicators li.active,
.cid-u0cmhKFS8e .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u0cmhKFS8e .mbr-slider .carousel-indicators li::after,
.cid-u0cmhKFS8e .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u0cmhKFS8e .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u0cmhKFS8e .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u0cmhKFS8e .mbr-slider > .container img {
  width: 100%;
}
.cid-u0cmhKFS8e .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-u0cmhKFS8e .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u0cmhKFS8e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0cmhKFS8e .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0cmhKFS8e .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u0cmhKFS8e .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u0cmhKFS8e .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u0cmhKFS8e .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u0cmhKFS8e .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u0cmhKFS8e .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0cmhKFS8e .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u0cmhKFS8e .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u0cmhKFS8e .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u0cmhKFS8e .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u0cmhKFS8e .carousel-inner {
  height: 100%;
}
.cid-u0cmhKFS8e .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u0cmhKFS8e .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u0cmhKFS8e .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u0cmhKFS8e .carousel-item .container-slide {
  text-align: center;
}
.cid-u0cmhKFS8e .content-slider-wrap {
  width: 100%;
}
.cid-u0cmhKFS8e P {
  color: #b1a374;
}
.cid-u0cqFBa47H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0cqFBa47H .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0cqFBa47H .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0cqFBa47H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0cqFBa47H .inner-container {
    width: 100% !important;
  }
}
.cid-u0cqYOQ995 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0cqYOQ995 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0cqYOQ995 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0cqYOQ995 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0cqYOQ995 .inner-container {
    width: 100% !important;
  }
}
.cid-u0cuoaZQRt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0cuoaZQRt .item {
  padding-bottom: 2rem;
}
.cid-u0cuoaZQRt .item-wrapper {
  height: 100%;
}
.cid-u0cuoaZQRt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u0cuoaZQRt .carousel-control,
.cid-u0cuoaZQRt .close {
  background: #1b1b1b;
}
.cid-u0cuoaZQRt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u0cuoaZQRt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u0cuoaZQRt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-u0cuoaZQRt .close::before {
  content: '\e91a';
}
.cid-u0cuoaZQRt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u0cuoaZQRt .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-u0cuoaZQRt .carousel-inner > .active {
  display: block;
}
.cid-u0cuoaZQRt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0cuoaZQRt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0cuoaZQRt .carousel-control .icon-next,
.cid-u0cuoaZQRt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u0cuoaZQRt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u0cuoaZQRt .carousel-control,
  .cid-u0cuoaZQRt .carousel-indicators,
  .cid-u0cuoaZQRt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u0cuoaZQRt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u0cuoaZQRt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0cuoaZQRt .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-u0cuoaZQRt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u0cuoaZQRt .carousel-indicators {
    display: none;
  }
}
.cid-u0cuoaZQRt .carousel-indicators .active,
.cid-u0cuoaZQRt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-u0cuoaZQRt .carousel-indicators .active {
  background: #fff;
}
.cid-u0cuoaZQRt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u0cuoaZQRt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u0cuoaZQRt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u0cuoaZQRt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u0cuoaZQRt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u0cuoaZQRt .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-u0cuoaZQRt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u0cuoaZQRt .carousel {
  width: 100%;
}
.cid-u0cuoaZQRt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u0cuoaZQRt .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-u0cuoaZQRt .modal.fade .modal-dialog,
.cid-u0cuoaZQRt .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-u0cuoaZQRt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u0cuoaZQRt a {
  display: block;
}
.cid-u0cuoaZQRt a.img {
  pointer-events: none;
}
.cid-u0cwHvLQ2o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-u0cwHvLQ2o .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u0cwHvLQ2o .modal-body .close {
  background: #1b1b1b;
}
.cid-u0cwHvLQ2o .modal-body .close span {
  font-style: normal;
}
.cid-u0cwHvLQ2o .carousel-inner > .active,
.cid-u0cwHvLQ2o .carousel-inner > .next,
.cid-u0cwHvLQ2o .carousel-inner > .prev {
  display: flex;
}
.cid-u0cwHvLQ2o .carousel-control .icon-next,
.cid-u0cwHvLQ2o .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u0cwHvLQ2o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0cwHvLQ2o .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0cwHvLQ2o .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u0cwHvLQ2o .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u0cwHvLQ2o .boxed-slider > div {
  position: relative;
}
.cid-u0cwHvLQ2o .container img {
  width: 100%;
}
.cid-u0cwHvLQ2o .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-u0cwHvLQ2o .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0cwHvLQ2o .mbr-table-cell {
  padding: 0;
}
.cid-u0cwHvLQ2o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0cwHvLQ2o .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u0cwHvLQ2o .mbr-overlay {
  z-index: 1;
}
.cid-u0cwHvLQ2o .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0cwHvLQ2o .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-u0cwHvLQ2o .carousel-item .container {
    width: 100%;
  }
}
.cid-u0cwHvLQ2o .carousel-item-next.carousel-item-left,
.cid-u0cwHvLQ2o .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u0cwHvLQ2o .active.carousel-item-right,
.cid-u0cwHvLQ2o .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u0cwHvLQ2o .active.carousel-item-left,
.cid-u0cwHvLQ2o .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u0cwHvLQ2o .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-u0cwHvLQ2o .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0cwHvLQ2o .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0cwHvLQ2o .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u0cwHvLQ2o .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0cwHvLQ2o .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u0cwHvLQ2o .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-u0cwHvLQ2o .mbr-slider .carousel-indicators li.active,
.cid-u0cwHvLQ2o .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u0cwHvLQ2o .mbr-slider .carousel-indicators li::after,
.cid-u0cwHvLQ2o .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u0cwHvLQ2o .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u0cwHvLQ2o .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u0cwHvLQ2o .mbr-slider > .container img {
  width: 100%;
}
.cid-u0cwHvLQ2o .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-u0cwHvLQ2o .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u0cwHvLQ2o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0cwHvLQ2o .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0cwHvLQ2o .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u0cwHvLQ2o .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u0cwHvLQ2o .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u0cwHvLQ2o .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u0cwHvLQ2o .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u0cwHvLQ2o .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0cwHvLQ2o .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u0cwHvLQ2o .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u0cwHvLQ2o .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u0cwHvLQ2o .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u0cwHvLQ2o .carousel-inner {
  height: 100%;
}
.cid-u0cwHvLQ2o .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u0cwHvLQ2o .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u0cwHvLQ2o .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u0cwHvLQ2o .carousel-item .container-slide {
  text-align: center;
}
.cid-u0cwHvLQ2o .content-slider-wrap {
  width: 85%;
}
.cid-u0cwHvLQ2o P {
  color: #b1a374;
}
.cid-tikWI82SgK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-tikWI82SgK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI82SgK .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-tikWI82SgK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI82SgK .inner-container {
    width: 100% !important;
  }
}
.cid-u0oenTyBqF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0oenTyBqF .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0oenTyBqF .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0oenTyBqF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0oenTyBqF .inner-container {
    width: 100% !important;
  }
}
.cid-u0oeAEawMK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0oeAEawMK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0oeAEawMK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0oeAEawMK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0oeAEawMK .inner-container {
    width: 100% !important;
  }
}
.cid-u0ohGluSfv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0ohGluSfv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0ohGluSfv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0ohGluSfv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0ohGluSfv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0ohGluSfv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0ohGluSfv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0ohGluSfv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0ohGluSfv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0ohGluSfv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0oXTS3iHI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0oXTS3iHI .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0oXTS3iHI .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0oXTS3iHI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0oXTS3iHI .inner-container {
    width: 100% !important;
  }
}
.cid-u0oXh6HUBf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-u0oXh6HUBf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0oXh6HUBf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-u0oXh6HUBf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 1.5rem;
}
.cid-u0oXh6HUBf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0oXh6HUBf .mbr-gallery-item > div::before {
  content: '';
  position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0oXh6HUBf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0oXh6HUBf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0oXh6HUBf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0oXh6HUBf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0p4201Gr3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
}
.cid-u0p4201Gr3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0p4201Gr3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0p4201Gr3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0p4201Gr3 .inner-container {
    width: 100% !important;
  }
}
.cid-u0p4Hb70AM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b1a374;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0p4Hb70AM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0p4Hb70AM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0p4Hb70AM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0p4Hb70AM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0p4Hb70AM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0p4Hb70AM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0p4Hb70AM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0p4Hb70AM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0p4Hb70AM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tikWI8ehDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-tikWI8ehDB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tikWI8ehDB .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-tikWI8ehDB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tikWI8ehDB .inner-container {
    width: 100% !important;
  }
}
.cid-tikWI8r4i5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-tikWI8r4i5 .content {
    text-align: center;
  }
  .cid-tikWI8r4i5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tikWI8r4i5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tikWI8r4i5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tikWI8r4i5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tikWI8r4i5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tikWI8r4i5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tikWI8r4i5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tikWI8r4i5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tikWI8r4i5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tikWI8r4i5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tikWI8r4i5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tikWI8r4i5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r7THhHFn7W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-r7TaOIkQnZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-r7TaOIkQnZ .mbr-section-subtitle {
  color: #767676;
}
.cid-r7SZNY1AIi {
  background: #55b4d4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-r7SZNY1AIi .image-block {
  margin: auto;
}
.cid-r7SZNY1AIi figcaption {
  position: relative;
}
.cid-r7SZNY1AIi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7SZNY1AIi .image-block {
    width: 100% !important;
  }
}
.cid-r7T5JL1RQd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
@media (min-width: 992px) {
  .cid-r7T5JL1RQd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7T5JL1RQd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7T5JL1RQd .mbr-text {
    text-align: center;
  }
}
.cid-r7T5JL1RQd H3 {
  color: #232323;
}
.cid-r7T6QxgKCJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-r7T6QxgKCJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7T6QxgKCJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7T6QxgKCJ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7T6QxgKCJ .mbr-text {
    text-align: center;
  }
}
.cid-r7Ta6f863O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7Ta6f863O .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7Ta6f863O .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-r7Ta6f863O .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7Ta6f863O .inner-container {
    width: 100% !important;
  }
}
.cid-r7TbBAr9Rx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
@media (min-width: 992px) {
  .cid-r7TbBAr9Rx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7TbBAr9Rx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7TbBAr9Rx .mbr-text {
    text-align: center;
  }
}
.cid-r7ThuLGXLw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7ThuLGXLw .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7ThuLGXLw .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-r7ThuLGXLw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7ThuLGXLw .inner-container {
    width: 100% !important;
  }
}
.cid-r7Ti52bFtx {
  background: #55b4d4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-r7Ti52bFtx .image-block {
  margin: auto;
}
.cid-r7Ti52bFtx figcaption {
  position: relative;
}
.cid-r7Ti52bFtx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7Ti52bFtx .image-block {
    width: 100% !important;
  }
}
.cid-r7XKGaCHAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7XKGaCHAS .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7XKGaCHAS .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r7XKGaCHAS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7XKGaCHAS .inner-container {
    width: 100% !important;
  }
}
.cid-r7XL3C4Ijt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7XL3C4Ijt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7XL3C4Ijt .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-r7XL3C4Ijt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7XL3C4Ijt .inner-container {
    width: 100% !important;
  }
}
.cid-r7XL3C4Ijt .section-text P {
  text-align: left;
}
.cid-r7TIMp9fQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7TIMp9fQC .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7TIMp9fQC .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r7TIMp9fQC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7TIMp9fQC .inner-container {
    width: 100% !important;
  }
}
.cid-r7THJIZ9xq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #55b4d4;
  background: linear-gradient(45deg, #55b4d4, #55b4d4);
}
.cid-r7THJIZ9xq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7THJIZ9xq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7THJIZ9xq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7THJIZ9xq .mbr-text {
    text-align: center;
  }
}
.cid-r7TKoZ8UDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7TKoZ8UDB .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7TKoZ8UDB .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r7TKoZ8UDB .inner-container {
  margin: 0 auto;
}
@media (max-width: 800px) {
  .cid-r7TKoZ8UDB .inner-container {
    width: 100% !important;
  }
}
.cid-r7XrnrPYsg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
@media (min-width: 992px) {
  .cid-r7XrnrPYsg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7XrnrPYsg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7XrnrPYsg .mbr-text {
    text-align: center;
  }
}
.cid-r7XrnrPYsg .mbr-text,
.cid-r7XrnrPYsg .mbr-section-btn {
  text-align: left;
}
.cid-r7Xsb2yJnj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7Xsb2yJnj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7Xsb2yJnj .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #ffffff;
}
.cid-r7Xsb2yJnj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7Xsb2yJnj .inner-container {
    width: 100% !important;
  }
}
.cid-r7Xsb2yJnj .section-text P {
  text-align: left;
}
.cid-r7XutfK4HP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-r7XutfK4HP .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r7XutfK4HP .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-r7XutfK4HP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r7XutfK4HP .inner-container {
    width: 100% !important;
  }
}
.cid-r7XCTzGBCk {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
.cid-r7XCTzGBCk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7XCTzGBCk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7XCTzGBCk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7XCTzGBCk .mbr-text {
    text-align: center;
  }
}
.cid-r7XCTzGBCk .mbr-text,
.cid-r7XCTzGBCk .mbr-section-btn {
  text-align: left;
}
.cid-r7XDIral74 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
@media (min-width: 992px) {
  .cid-r7XDIral74 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7XDIral74 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7XDIral74 .mbr-text {
    text-align: center;
  }
}
.cid-r7XDIral74 .mbr-text,
.cid-r7XDIral74 .mbr-section-btn {
  text-align: left;
}
.cid-r7XEDmCcaN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #55b4d4;
}
.cid-r7XEDmCcaN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r7XEDmCcaN p {
  color: #767676;
  text-align: left;
}
.cid-r7XEDmCcaN .card-box {
  padding-top: 2rem;
}
.cid-r7XEDmCcaN .card-wrapper {
  height: 100%;
}
.cid-r7XEDmCcaN P {
  text-align: center;
  color: #ffffff;
}
.cid-r7TbxU3Yc7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-r7TbxU3Yc7 .content {
    text-align: center;
  }
  .cid-r7TbxU3Yc7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r7TbxU3Yc7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-r7TbxU3Yc7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-r7TbxU3Yc7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-r7TbxU3Yc7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-r7TbxU3Yc7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-r7TbxU3Yc7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r7TbxU3Yc7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-r7TbxU3Yc7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r7TbxU3Yc7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r7TbxU3Yc7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r7TbxU3Yc7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-u0pATaheii {
  background-image: url("../../../assets/images/photo-chambre-de-serge.2-2000x2175.jpeg");
}
.cid-u0pATaheii SPAN {
  color: #ff3366;
}
.cid-u0pATaheii H3 {
  color: #ff3366;
}
.cid-u0pATaheii P {
  color: #ff3366;
}
.cid-u0vlh6JWU4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d3d9c8;
}
.cid-u1xABhltq9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u0qcqO4aj7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0qcqO4aj7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u0qcqO4aj7 p {
  color: #767676;
  text-align: left;
}
.cid-u0qcqO4aj7 .card-box {
  padding-top: 2rem;
}
.cid-u0qcqO4aj7 .card-wrapper {
  height: 100%;
}
.cid-u0qd65Dqo3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-u0qd65Dqo3 .mbr-text,
.cid-u0qd65Dqo3 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u0uaLBhlSX {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u0uaLBhlSX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0uaLBhlSX .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0uaLBhlSX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0uaLBhlSX .inner-container {
    width: 100% !important;
  }
}
.cid-u0pATaI530 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-u0pATaI530 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATaI530 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0pATaI530 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATaI530 .inner-container {
    width: 100% !important;
  }
}
.cid-u0pATaI530 .section-text P {
  text-align: left;
}
.cid-u0pATaTbmD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #149dcc;
}
.cid-u0pATaTbmD .google-map {
  height: 25rem;
  position: relative;
}
.cid-u0pATaTbmD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u0pATaTbmD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u0pATaTbmD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u0pATaTbmD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u0BbyIUQNh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0BbyIUQNh .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0BbyIUQNh .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0BbyIUQNh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0BbyIUQNh .inner-container {
    width: 100% !important;
  }
}
.cid-u0BfLw4xYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0BfLw4xYO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0BfLw4xYO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0BfLw4xYO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0BfLw4xYO .inner-container {
    width: 100% !important;
  }
}
.cid-u0MsSSixRl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0MsSSixRl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0MsSSixRl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0MsSSixRl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0MsSSixRl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0MsSSixRl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0MsSSixRl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0MsSSixRl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0MsSSixRl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0MsSSixRl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0Bc5r6Odf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0Bc5r6Odf .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0Bc5r6Odf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0Bc5r6Odf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0Bc5r6Odf .inner-container {
    width: 100% !important;
  }
}
.cid-u0BcnbpgHY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0BcnbpgHY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0BcnbpgHY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0BcnbpgHY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0BcnbpgHY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0BcnbpgHY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0BcnbpgHY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0BcnbpgHY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0BcnbpgHY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0BcnbpgHY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0BemXZWxG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0BemXZWxG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0BemXZWxG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0BemXZWxG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0BemXZWxG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0BemXZWxG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0BemXZWxG .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0BemXZWxG .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0BemXZWxG .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0BemXZWxG .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0pATbTRn7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0pATbTRn7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATbTRn7 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0pATbTRn7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATbTRn7 .inner-container {
    width: 100% !important;
  }
}
.cid-u0MzNQDNK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0MzNQDNK0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0MzNQDNK0 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0MzNQDNK0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0MzNQDNK0 .inner-container {
    width: 100% !important;
  }
}
.cid-u0MA2D9P3i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-u0MA2D9P3i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u0MA2D9P3i .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u0MA2D9P3i .mbr-text {
    text-align: center;
  }
}
.cid-u0MA2D9P3i H1 {
  text-align: left;
  color: #232323;
}
.cid-u0MCRBLAS4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u0MCRBLAS4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u0MCRBLAS4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0MCRBLAS4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0MCRBLAS4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u0MCRBLAS4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u0MCRBLAS4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u0MCRBLAS4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u0MCRBLAS4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u0MCRBLAS4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u1xfJEzvTf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1xfJEzvTf .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1xfJEzvTf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1xfJEzvTf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1xfJEzvTf .inner-container {
    width: 100% !important;
  }
}
.cid-u1xiuitNZg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1xiuitNZg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1xiuitNZg .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1xiuitNZg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1xiuitNZg .inner-container {
    width: 100% !important;
  }
}
.cid-u1xjh7HOjx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-u1xjh7HOjx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xjh7HOjx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xjh7HOjx .mbr-text {
    text-align: center;
  }
}
.cid-u1xjh7HOjx H1 {
  text-align: left;
  color: #232323;
}
.cid-u1xjh7HOjx .mbr-text,
.cid-u1xjh7HOjx .mbr-section-btn {
  color: #232323;
}
.cid-u1xopIZw2M {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u1xopIZw2M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1xopIZw2M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1xopIZw2M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1xopIZw2M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1xopIZw2M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1xopIZw2M .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u1xopIZw2M .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u1xopIZw2M .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u1xopIZw2M .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u0pATdXkgv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0pATdXkgv .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATdXkgv .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0pATdXkgv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATdXkgv .inner-container {
    width: 100% !important;
  }
}
.cid-u1DpwKYQBK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DpwKYQBK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DpwKYQBK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DpwKYQBK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DpwKYQBK .inner-container {
    width: 100% !important;
  }
}
.cid-u1DmyOpRlZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DmyOpRlZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DmyOpRlZ .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DmyOpRlZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DmyOpRlZ .inner-container {
    width: 100% !important;
  }
}
.cid-u1DmRNguZU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u1DmRNguZU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1DmRNguZU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1DmRNguZU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1DmRNguZU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1DmRNguZU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1DmRNguZU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u1DmRNguZU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u1DmRNguZU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u1DmRNguZU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u1DnBlRAB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DnBlRAB3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DnBlRAB3 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DnBlRAB3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DnBlRAB3 .inner-container {
    width: 100% !important;
  }
}
.cid-u1DnNteMtU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-u1DnNteMtU .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u1DnNteMtU .modal-body .close {
  background: #1b1b1b;
}
.cid-u1DnNteMtU .modal-body .close span {
  font-style: normal;
}
.cid-u1DnNteMtU .carousel-inner > .active,
.cid-u1DnNteMtU .carousel-inner > .next,
.cid-u1DnNteMtU .carousel-inner > .prev {
  display: flex;
}
.cid-u1DnNteMtU .carousel-control .icon-next,
.cid-u1DnNteMtU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u1DnNteMtU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1DnNteMtU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u1DnNteMtU .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u1DnNteMtU .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u1DnNteMtU .boxed-slider > div {
  position: relative;
}
.cid-u1DnNteMtU .container img {
  width: 100%;
}
.cid-u1DnNteMtU .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-u1DnNteMtU .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1DnNteMtU .mbr-table-cell {
  padding: 0;
}
.cid-u1DnNteMtU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u1DnNteMtU .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u1DnNteMtU .mbr-overlay {
  z-index: 1;
}
.cid-u1DnNteMtU .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1DnNteMtU .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-u1DnNteMtU .carousel-item .container {
    width: 100%;
  }
}
.cid-u1DnNteMtU .carousel-item-next.carousel-item-left,
.cid-u1DnNteMtU .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u1DnNteMtU .active.carousel-item-right,
.cid-u1DnNteMtU .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u1DnNteMtU .active.carousel-item-left,
.cid-u1DnNteMtU .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u1DnNteMtU .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-u1DnNteMtU .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1DnNteMtU .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1DnNteMtU .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u1DnNteMtU .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1DnNteMtU .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u1DnNteMtU .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-u1DnNteMtU .mbr-slider .carousel-indicators li.active,
.cid-u1DnNteMtU .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u1DnNteMtU .mbr-slider .carousel-indicators li::after,
.cid-u1DnNteMtU .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u1DnNteMtU .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u1DnNteMtU .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u1DnNteMtU .mbr-slider > .container img {
  width: 100%;
}
.cid-u1DnNteMtU .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-u1DnNteMtU .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u1DnNteMtU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1DnNteMtU .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1DnNteMtU .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u1DnNteMtU .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u1DnNteMtU .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u1DnNteMtU .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u1DnNteMtU .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u1DnNteMtU .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1DnNteMtU .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u1DnNteMtU .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u1DnNteMtU .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u1DnNteMtU .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u1DnNteMtU .carousel-inner {
  height: 100%;
}
.cid-u1DnNteMtU .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u1DnNteMtU .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u1DnNteMtU .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u1DnNteMtU .carousel-item .container-slide {
  text-align: center;
}
.cid-u1DnNteMtU .content-slider-wrap {
  width: 85%;
}
.cid-u1DnNteMtU P {
  color: #ff3366;
}
.cid-u1DwgUeDAO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DwgUeDAO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DwgUeDAO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DwgUeDAO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DwgUeDAO .inner-container {
    width: 100% !important;
  }
}
.cid-u1JfPPnIkI {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #b2ccd2, #b2ccd2);
}
.cid-u1JfPPnIkI .mbr-text,
.cid-u1JfPPnIkI .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u1DwNPcL2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u1DwNPcL2p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1DwNPcL2p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1DwNPcL2p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1DwNPcL2p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1DwNPcL2p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1DwNPcL2p .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u1DwNPcL2p .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u1DwNPcL2p .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u1DwNPcL2p .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-u1DFitUPMO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DFitUPMO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DFitUPMO .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DFitUPMO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DFitUPMO .inner-container {
    width: 100% !important;
  }
}
.cid-u1PhQ4L5cR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1PhQ4L5cR .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1PhQ4L5cR .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1PhQ4L5cR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1PhQ4L5cR .inner-container {
    width: 100% !important;
  }
}
.cid-u87HFkiC3y {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-u87HFkiC3y .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u87HFkiC3y .modal-body .close {
  background: #1b1b1b;
}
.cid-u87HFkiC3y .modal-body .close span {
  font-style: normal;
}
.cid-u87HFkiC3y .carousel-inner > .active,
.cid-u87HFkiC3y .carousel-inner > .next,
.cid-u87HFkiC3y .carousel-inner > .prev {
  display: flex;
}
.cid-u87HFkiC3y .carousel-control .icon-next,
.cid-u87HFkiC3y .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u87HFkiC3y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u87HFkiC3y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u87HFkiC3y .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u87HFkiC3y .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u87HFkiC3y .boxed-slider > div {
  position: relative;
}
.cid-u87HFkiC3y .container img {
  width: 100%;
}
.cid-u87HFkiC3y .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-u87HFkiC3y .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u87HFkiC3y .mbr-table-cell {
  padding: 0;
}
.cid-u87HFkiC3y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u87HFkiC3y .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u87HFkiC3y .mbr-overlay {
  z-index: 1;
}
.cid-u87HFkiC3y .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u87HFkiC3y .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-u87HFkiC3y .carousel-item .container {
    width: 100%;
  }
}
.cid-u87HFkiC3y .carousel-item-next.carousel-item-left,
.cid-u87HFkiC3y .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u87HFkiC3y .active.carousel-item-right,
.cid-u87HFkiC3y .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u87HFkiC3y .active.carousel-item-left,
.cid-u87HFkiC3y .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u87HFkiC3y .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-u87HFkiC3y .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u87HFkiC3y .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u87HFkiC3y .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u87HFkiC3y .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u87HFkiC3y .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u87HFkiC3y .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-u87HFkiC3y .mbr-slider .carousel-indicators li.active,
.cid-u87HFkiC3y .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u87HFkiC3y .mbr-slider .carousel-indicators li::after,
.cid-u87HFkiC3y .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u87HFkiC3y .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u87HFkiC3y .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u87HFkiC3y .mbr-slider > .container img {
  width: 100%;
}
.cid-u87HFkiC3y .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-u87HFkiC3y .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u87HFkiC3y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u87HFkiC3y .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u87HFkiC3y .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u87HFkiC3y .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u87HFkiC3y .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u87HFkiC3y .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u87HFkiC3y .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u87HFkiC3y .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u87HFkiC3y .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u87HFkiC3y .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u87HFkiC3y .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u87HFkiC3y .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u87HFkiC3y .carousel-inner {
  height: 100%;
}
.cid-u87HFkiC3y .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u87HFkiC3y .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u87HFkiC3y .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u87HFkiC3y .carousel-item .container-slide {
  text-align: center;
}
.cid-u87HFkiC3y .content-slider-wrap {
  width: 85%;
}
.cid-u87HFkiC3y P {
  color: #ff3366;
}
.cid-u0pATgWbAT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0pATgWbAT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATgWbAT .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0pATgWbAT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATgWbAT .inner-container {
    width: 100% !important;
  }
}
.cid-u87KIMTOo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u87KIMTOo0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u87KIMTOo0 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u87KIMTOo0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u87KIMTOo0 .inner-container {
    width: 100% !important;
  }
}
.cid-u87LsF1UDs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u87LsF1UDs .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u87LsF1UDs .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u87LsF1UDs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u87LsF1UDs .inner-container {
    width: 100% !important;
  }
}
.cid-u0pATkJjp7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0pATkJjp7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATkJjp7 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0pATkJjp7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATkJjp7 .inner-container {
    width: 100% !important;
  }
}
.cid-u1DE0tgKpT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u1DE0tgKpT .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u1DE0tgKpT .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u1DE0tgKpT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u1DE0tgKpT .inner-container {
    width: 100% !important;
  }
}
.cid-u1DDMqQnMO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-u1DDMqQnMO .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u1DDMqQnMO .modal-body .close {
  background: #1b1b1b;
}
.cid-u1DDMqQnMO .modal-body .close span {
  font-style: normal;
}
.cid-u1DDMqQnMO .carousel-inner > .active,
.cid-u1DDMqQnMO .carousel-inner > .next,
.cid-u1DDMqQnMO .carousel-inner > .prev {
  display: flex;
}
.cid-u1DDMqQnMO .carousel-control .icon-next,
.cid-u1DDMqQnMO .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u1DDMqQnMO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1DDMqQnMO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u1DDMqQnMO .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u1DDMqQnMO .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u1DDMqQnMO .boxed-slider > div {
  position: relative;
}
.cid-u1DDMqQnMO .container img {
  width: 100%;
}
.cid-u1DDMqQnMO .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-u1DDMqQnMO .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1DDMqQnMO .mbr-table-cell {
  padding: 0;
}
.cid-u1DDMqQnMO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u1DDMqQnMO .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u1DDMqQnMO .mbr-overlay {
  z-index: 1;
}
.cid-u1DDMqQnMO .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1DDMqQnMO .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-u1DDMqQnMO .carousel-item .container {
    width: 100%;
  }
}
.cid-u1DDMqQnMO .carousel-item-next.carousel-item-left,
.cid-u1DDMqQnMO .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u1DDMqQnMO .active.carousel-item-right,
.cid-u1DDMqQnMO .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u1DDMqQnMO .active.carousel-item-left,
.cid-u1DDMqQnMO .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u1DDMqQnMO .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-u1DDMqQnMO .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1DDMqQnMO .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1DDMqQnMO .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u1DDMqQnMO .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1DDMqQnMO .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u1DDMqQnMO .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-u1DDMqQnMO .mbr-slider .carousel-indicators li.active,
.cid-u1DDMqQnMO .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u1DDMqQnMO .mbr-slider .carousel-indicators li::after,
.cid-u1DDMqQnMO .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u1DDMqQnMO .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u1DDMqQnMO .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u1DDMqQnMO .mbr-slider > .container img {
  width: 100%;
}
.cid-u1DDMqQnMO .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-u1DDMqQnMO .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u1DDMqQnMO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1DDMqQnMO .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u1DDMqQnMO .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u1DDMqQnMO .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u1DDMqQnMO .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u1DDMqQnMO .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u1DDMqQnMO .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u1DDMqQnMO .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u1DDMqQnMO .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u1DDMqQnMO .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u1DDMqQnMO .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u1DDMqQnMO .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u1DDMqQnMO .carousel-inner {
  height: 100%;
}
.cid-u1DDMqQnMO .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u1DDMqQnMO .image_wrapper {
  height: 570px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u1DDMqQnMO .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u1DDMqQnMO .carousel-item .container-slide {
  text-align: center;
}
.cid-u1DDMqQnMO .content-slider-wrap {
  width: 85%;
}
.cid-u1DDMqQnMO P {
  color: #ff3366;
}
.cid-u0MvDVxyUk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-u0MvDVxyUk .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0MvDVxyUk .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u0MvDVxyUk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0MvDVxyUk .inner-container {
    width: 100% !important;
  }
}
.cid-u0MvANUYvl {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-u0MvANUYvl .content-slider {
  display: flex;
  justify-content: center;
}
.cid-u0MvANUYvl .modal-body .close {
  background: #1b1b1b;
}
.cid-u0MvANUYvl .modal-body .close span {
  font-style: normal;
}
.cid-u0MvANUYvl .carousel-inner > .active,
.cid-u0MvANUYvl .carousel-inner > .next,
.cid-u0MvANUYvl .carousel-inner > .prev {
  display: flex;
}
.cid-u0MvANUYvl .carousel-control .icon-next,
.cid-u0MvANUYvl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u0MvANUYvl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0MvANUYvl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u0MvANUYvl .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-u0MvANUYvl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u0MvANUYvl .boxed-slider > div {
  position: relative;
}
.cid-u0MvANUYvl .container img {
  width: 100%;
}
.cid-u0MvANUYvl .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-u0MvANUYvl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0MvANUYvl .mbr-table-cell {
  padding: 0;
}
.cid-u0MvANUYvl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u0MvANUYvl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u0MvANUYvl .mbr-overlay {
  z-index: 1;
}
.cid-u0MvANUYvl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0MvANUYvl .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-u0MvANUYvl .carousel-item .container {
    width: 100%;
  }
}
.cid-u0MvANUYvl .carousel-item-next.carousel-item-left,
.cid-u0MvANUYvl .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u0MvANUYvl .active.carousel-item-right,
.cid-u0MvANUYvl .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u0MvANUYvl .active.carousel-item-left,
.cid-u0MvANUYvl .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u0MvANUYvl .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-u0MvANUYvl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u0MvANUYvl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u0MvANUYvl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u0MvANUYvl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u0MvANUYvl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u0MvANUYvl .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-u0MvANUYvl .mbr-slider .carousel-indicators li.active,
.cid-u0MvANUYvl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u0MvANUYvl .mbr-slider .carousel-indicators li::after,
.cid-u0MvANUYvl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u0MvANUYvl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u0MvANUYvl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u0MvANUYvl .mbr-slider > .container img {
  width: 100%;
}
.cid-u0MvANUYvl .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-u0MvANUYvl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u0MvANUYvl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u0MvANUYvl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u0MvANUYvl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u0MvANUYvl .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u0MvANUYvl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u0MvANUYvl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u0MvANUYvl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u0MvANUYvl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u0MvANUYvl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u0MvANUYvl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u0MvANUYvl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u0MvANUYvl .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-u0MvANUYvl .carousel-inner {
  height: 100%;
}
.cid-u0MvANUYvl .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-u0MvANUYvl .image_wrapper {
  height: 470px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-u0MvANUYvl .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-u0MvANUYvl .carousel-item .container-slide {
  text-align: center;
}
.cid-u0MvANUYvl .content-slider-wrap {
  width: 100%;
}
.cid-u0MvANUYvl P {
  color: #ff3366;
}
.cid-u0pATo38fl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0pATo38fl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u0pATo38fl .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #232323;
}
.cid-u0pATo38fl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u0pATo38fl .inner-container {
    width: 100% !important;
  }
}
.cid-u0pAToozOM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-u0pAToozOM .content {
    text-align: center;
  }
  .cid-u0pAToozOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u0pAToozOM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u0pAToozOM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u0pAToozOM .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u0pAToozOM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u0pAToozOM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u0pAToozOM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-u0pAToozOM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u0pAToozOM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u0pAToozOM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u0pAToozOM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u0pAToozOM .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
