.homeBtn-floating-div {
    /* The key declaration */
    position: fixed; 
    top: 20px; 
    left: 20px;
    z-index: 1000; /* Ensures it stays on top of other content */
}


/*  */
.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #393193 !important;
}
.bg-info {
  background-color: #a0e1e1 !important;
}
.bg-warning {
  background-color: #ffeb69 !important;
}
.bg-danger {
  background-color: #ffa600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
  color: #1f6363 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #1f6363 !important;
  background-color: #c7eded !important;
  border-color: #c7eded !important;
}
.btn-success,
.btn-success:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a0e1e1;
  color: #a0e1e1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5ecccc !important;
  background-color: transparent !important;
  border-color: #5ecccc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #1f6363 !important;
  background-color: #a0e1e1 !important;
  border-color: #a0e1e1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #f92c50 !important;
}
.text-success {
  color: #393193 !important;
}
.text-info {
  color: #a0e1e1 !important;
}
.text-warning {
  color: #ffeb69 !important;
}
.text-danger {
  color: #ffa600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba0525 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b1846 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #52c9c9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd03 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #996400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a0e1e1;
}
.alert-warning {
  background-color: #ffeb69;
}
.alert-danger {
  background-color: #ffa600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9fe870;
}
.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: #7b73d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffedcc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !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: #f92c50 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v0XW7vCVCg {
  display: flex;
  background-image: url("../../../assets/images/braap-star-2025-temp-site-header-1.jpg");
}
.cid-v0XW7vCVCg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v0XW7vCVCg {
    align-items: flex-end;
  }
  .cid-v0XW7vCVCg .row {
    justify-content: center;
  }
  .cid-v0XW7vCVCg .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0XW7vCVCg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0XW7vCVCg {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0XW7vCVCg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0XW7vCVCg .content-wrap {
    width: 100%;
  }
}
.cid-v0XW7vCVCg .mbr-section-title,
.cid-v0XW7vCVCg .mbr-section-subtitle {
  text-align: center;
}
.cid-v0XW7vCVCg .mbr-text,
.cid-v0XW7vCVCg .mbr-section-btn {
  text-align: center;
}
.cid-v0Y3BvAQgm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0Y3BvAQgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Y3BvAQgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3x7Eof0Va {
  display: flex;
  background-image: url("../../../assets/images/img-0094-2000w-2000x1333.jpg");
}
.cid-v3x7Eof0Va .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v3x7Eof0Va {
    align-items: flex-end;
  }
  .cid-v3x7Eof0Va .row {
    justify-content: center;
  }
  .cid-v3x7Eof0Va .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3x7Eof0Va .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3x7Eof0Va {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v3x7Eof0Va .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3x7Eof0Va .content-wrap {
    width: 100%;
  }
}
.cid-v3x7Eof0Va .mbr-section-title,
.cid-v3x7Eof0Va .mbr-section-subtitle {
  text-align: center;
}
.cid-v3x7Eof0Va .mbr-text,
.cid-v3x7Eof0Va .mbr-section-btn {
  text-align: center;
}
.cid-v441U2qody {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v441U2qody .mbr-fallback-image.disabled {
  display: none;
}
.cid-v441U2qody .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v441U2qody .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v441U2qody .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v441U2qody .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v441U2qody .card-wrapper {
    padding: 4rem;
  }
}
.cid-v441U2qody .mbr-text,
.cid-v441U2qody .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v441U2qody .card-title,
.cid-v441U2qody .card-box {
  text-align: left;
  color: #000000;
}
.cid-v441U2qody .mbr-section-subtitle {
  text-align: left;
}
.cid-v441U2qody .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v441U2qody .mbr-card-title {
  text-align: left;
}
.cid-v496DQor7K {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v496DQor7K img,
.cid-v496DQor7K .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v496DQor7K .item:focus,
.cid-v496DQor7K span:focus {
  outline: none;
}
.cid-v496DQor7K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v496DQor7K .item {
    margin-bottom: 1rem;
  }
}
.cid-v496DQor7K .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v496DQor7K .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v496DQor7K .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v496DQor7K .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v496DQor7K .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v496DQor7K .mbr-section-title {
  color: #ffffff;
}
.cid-v496DQor7K .item-title {
  text-align: left;
}
.cid-v496DQor7K .item-subtitle {
  text-align: left;
}
.cid-v496DQor7K .mbr-text,
.cid-v496DQor7K .item .mbr-section-btn {
  text-align: left;
}
.cid-v496DQor7K .content-head {
  max-width: 800px;
}
.cid-v49J86syOa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v49J86syOa .mbr-media {
  position: relative;
}
.cid-v49J86syOa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v49J86syOa a:hover {
  background-image: none !important;
}
.cid-v49J86syOa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v49J86syOa .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v49J86syOa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v49J86syOa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v49J86syOa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v49J86syOa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v49J86syOa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v49J86syOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49J86syOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49J86syOa .content-head {
  max-width: 800px;
}
.cid-v49J86syOa .mbr-section-title {
  color: #ffffff;
}
.cid-v49Kg4ZBt2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v49Kg4ZBt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49Kg4ZBt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v49Kg4ZBt2 .row {
  flex-direction: row-reverse;
}
.cid-v49Kg4ZBt2 .mbr-description {
  color: #ffffff;
}
.cid-v45hgI9YAi {
  display: flex;
  background-image: url("../../../assets/images/img-9978-2000px-2000x1333.jpg");
}
.cid-v45hgI9YAi .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-v45hgI9YAi {
    align-items: flex-end;
  }
  .cid-v45hgI9YAi .row {
    justify-content: center;
  }
  .cid-v45hgI9YAi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v45hgI9YAi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v45hgI9YAi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v45hgI9YAi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v45hgI9YAi .content-wrap {
    width: 100%;
  }
}
.cid-v45hgI9YAi .mbr-section-title,
.cid-v45hgI9YAi .mbr-section-subtitle {
  text-align: center;
}
.cid-v45hgI9YAi .mbr-text,
.cid-v45hgI9YAi .mbr-section-btn {
  text-align: center;
}
.cid-v45mhmneaV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v45mhmneaV .mbr-text {
  color: #000000;
}
.cid-v45mhmneaV .mbr-section-subtitle {
  color: #000000;
}
.cid-v45mhmneaV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v45mhmneaV .mbr-text,
.cid-v45mhmneaV .item .mbr-section-btn {
  text-align: left;
}
.cid-v45mhmneaV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v45mhmneaV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v45mhmneaV .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v45mhmneaV .item-wrapper {
    padding: 4rem;
  }
}
.cid-v45mhmneaV .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v45mhmneaV .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v45mhmneaV .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v45mhmneaV .mbr-text UL {
  text-align: left;
}
.cid-v45mhmneaV .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v45BzpA3Iq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v45BzpA3Iq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v45BzpA3Iq .item {
    margin-bottom: 1rem;
  }
}
.cid-v45BzpA3Iq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v45BzpA3Iq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v45BzpA3Iq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v45BzpA3Iq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v45BzpA3Iq .carousel-control,
.cid-v45BzpA3Iq .close {
  background: #1b1b1b;
}
.cid-v45BzpA3Iq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v45BzpA3Iq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v45BzpA3Iq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v45BzpA3Iq .carousel-control-next span {
  margin-left: 5px;
}
.cid-v45BzpA3Iq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v45BzpA3Iq .close::before {
  content: '\e91a';
}
.cid-v45BzpA3Iq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v45BzpA3Iq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v45BzpA3Iq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v45BzpA3Iq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v45BzpA3Iq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v45BzpA3Iq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v45BzpA3Iq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v45BzpA3Iq .carousel-indicators li.active,
.cid-v45BzpA3Iq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v45BzpA3Iq .carousel-indicators li::after,
.cid-v45BzpA3Iq .carousel-indicators li::before {
  content: none;
}
.cid-v45BzpA3Iq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v45BzpA3Iq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v45BzpA3Iq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v45BzpA3Iq .carousel-indicators {
    display: none;
  }
}
.cid-v45BzpA3Iq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v45BzpA3Iq .carousel-inner > .active {
  display: block;
}
.cid-v45BzpA3Iq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v45BzpA3Iq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v45BzpA3Iq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v45BzpA3Iq .carousel-control,
  .cid-v45BzpA3Iq .carousel-indicators,
  .cid-v45BzpA3Iq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v45BzpA3Iq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v45BzpA3Iq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v45BzpA3Iq .carousel-indicators .active,
.cid-v45BzpA3Iq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v45BzpA3Iq .carousel-indicators .active {
  background: #fff;
}
.cid-v45BzpA3Iq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v45BzpA3Iq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v45BzpA3Iq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v45BzpA3Iq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v45BzpA3Iq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v45BzpA3Iq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v45BzpA3Iq .carousel {
  width: 100%;
}
.cid-v45BzpA3Iq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v45BzpA3Iq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v45BzpA3Iq .modal.fade .modal-dialog,
.cid-v45BzpA3Iq .modal.in .modal-dialog {
  transform: none;
}
.cid-v45BzpA3Iq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v45BzpA3Iq .content-head {
  max-width: 800px;
}
.cid-v45BzpA3Iq H3 {
  color: #ffffff;
}
.cid-v45BzpA3Iq H4 {
  color: #ffffff;
}
.cid-v45VekXkJm {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v45VekXkJm .video-wrapper iframe {
  width: 100%;
}
.cid-v45VekXkJm .mbr-section-title,
.cid-v45VekXkJm .mbr-section-subtitle,
.cid-v45VekXkJm .mbr-text {
  text-align: center;
}
.cid-v45VekXkJm .mbr-section-title {
  color: #ffffff;
}
.cid-v45VekXkJm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v45VekXkJm .mbr-text {
  color: #ffffff;
}
.cid-v5QKbUhzrm {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKbUhzrm .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKbUhzrm {
    align-items: flex-end;
  }
  .cid-v5QKbUhzrm .row {
    justify-content: center;
  }
  .cid-v5QKbUhzrm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKbUhzrm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKbUhzrm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKbUhzrm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKbUhzrm .content-wrap {
    width: 100%;
  }
}
.cid-v5QKbUhzrm .mbr-section-title,
.cid-v5QKbUhzrm .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKbUhzrm .mbr-text,
.cid-v5QKbUhzrm .mbr-section-btn {
  text-align: center;
}
.cid-v4bEH0AzmM {
  display: flex;
  background-image: url("../../../assets/images/img-9934-20per-1036x691.jpg");
}
.cid-v4bEH0AzmM .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-v4bEH0AzmM {
    align-items: flex-end;
  }
  .cid-v4bEH0AzmM .row {
    justify-content: center;
  }
  .cid-v4bEH0AzmM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4bEH0AzmM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4bEH0AzmM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4bEH0AzmM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4bEH0AzmM .content-wrap {
    width: 100%;
  }
}
.cid-v4bEH0AzmM .mbr-section-title,
.cid-v4bEH0AzmM .mbr-section-subtitle {
  text-align: center;
}
.cid-v4bEH0AzmM .mbr-text,
.cid-v4bEH0AzmM .mbr-section-btn {
  text-align: center;
}
.cid-v4bEH0RFOP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4bEH0RFOP .mbr-text {
  color: #000000;
}
.cid-v4bEH0RFOP .mbr-section-subtitle {
  color: #000000;
}
.cid-v4bEH0RFOP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4bEH0RFOP .mbr-text,
.cid-v4bEH0RFOP .item .mbr-section-btn {
  text-align: left;
}
.cid-v4bEH0RFOP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4bEH0RFOP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4bEH0RFOP .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4bEH0RFOP .item-wrapper {
    padding: 4rem;
  }
}
.cid-v4bEH0RFOP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4bEH0RFOP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-v4bEH0RFOP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4bEH0RFOP .mbr-text UL {
  text-align: left;
}
.cid-v4bEH0RFOP .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-v4bEH18Jyd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4bEH18Jyd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4bEH18Jyd .item {
    margin-bottom: 1rem;
  }
}
.cid-v4bEH18Jyd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v4bEH18Jyd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4bEH18Jyd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v4bEH18Jyd .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v4bEH18Jyd .carousel-control,
.cid-v4bEH18Jyd .close {
  background: #1b1b1b;
}
.cid-v4bEH18Jyd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v4bEH18Jyd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v4bEH18Jyd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v4bEH18Jyd .carousel-control-next span {
  margin-left: 5px;
}
.cid-v4bEH18Jyd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4bEH18Jyd .close::before {
  content: '\e91a';
}
.cid-v4bEH18Jyd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4bEH18Jyd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4bEH18Jyd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4bEH18Jyd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4bEH18Jyd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4bEH18Jyd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v4bEH18Jyd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4bEH18Jyd .carousel-indicators li.active,
.cid-v4bEH18Jyd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4bEH18Jyd .carousel-indicators li::after,
.cid-v4bEH18Jyd .carousel-indicators li::before {
  content: none;
}
.cid-v4bEH18Jyd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4bEH18Jyd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v4bEH18Jyd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4bEH18Jyd .carousel-indicators {
    display: none;
  }
}
.cid-v4bEH18Jyd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4bEH18Jyd .carousel-inner > .active {
  display: block;
}
.cid-v4bEH18Jyd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4bEH18Jyd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4bEH18Jyd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v4bEH18Jyd .carousel-control,
  .cid-v4bEH18Jyd .carousel-indicators,
  .cid-v4bEH18Jyd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v4bEH18Jyd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v4bEH18Jyd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v4bEH18Jyd .carousel-indicators .active,
.cid-v4bEH18Jyd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v4bEH18Jyd .carousel-indicators .active {
  background: #fff;
}
.cid-v4bEH18Jyd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v4bEH18Jyd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v4bEH18Jyd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4bEH18Jyd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v4bEH18Jyd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v4bEH18Jyd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v4bEH18Jyd .carousel {
  width: 100%;
}
.cid-v4bEH18Jyd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v4bEH18Jyd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v4bEH18Jyd .modal.fade .modal-dialog,
.cid-v4bEH18Jyd .modal.in .modal-dialog {
  transform: none;
}
.cid-v4bEH18Jyd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v4bEH18Jyd .content-head {
  max-width: 800px;
}
.cid-v4bEH18Jyd H3 {
  color: #ffffff;
}
.cid-v4bEH18Jyd H4 {
  color: #ffffff;
}
.cid-v4bEH1ZSX0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v4bEH1ZSX0 .video-wrapper iframe {
  width: 100%;
}
.cid-v4bEH1ZSX0 .mbr-section-title,
.cid-v4bEH1ZSX0 .mbr-section-subtitle,
.cid-v4bEH1ZSX0 .mbr-text {
  text-align: center;
}
.cid-v4bEH1ZSX0 .mbr-section-title {
  color: #ffffff;
}
.cid-v4bEH1ZSX0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4bEH1ZSX0 .mbr-text {
  color: #ffffff;
}
.cid-v5QEkDjxar {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5QEkDjxar .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QEkDjxar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QEkDjxar .row {
  flex-direction: row-reverse;
}
.cid-v5QEkDjxar .mbr-description {
  color: #ffffff;
}
.cid-v5QKywGwG2 {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKywGwG2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKywGwG2 {
    align-items: flex-end;
  }
  .cid-v5QKywGwG2 .row {
    justify-content: center;
  }
  .cid-v5QKywGwG2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKywGwG2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKywGwG2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKywGwG2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKywGwG2 .content-wrap {
    width: 100%;
  }
}
.cid-v5QKywGwG2 .mbr-section-title,
.cid-v5QKywGwG2 .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKywGwG2 .mbr-text,
.cid-v5QKywGwG2 .mbr-section-btn {
  text-align: center;
}
.cid-v4gfQELC0W {
  display: flex;
  background-image: url("../../../assets/images/20191217-080937374-50per-1035x582.jpg");
}
.cid-v4gfQELC0W .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v4gfQELC0W {
    align-items: flex-end;
  }
  .cid-v4gfQELC0W .row {
    justify-content: center;
  }
  .cid-v4gfQELC0W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4gfQELC0W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4gfQELC0W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4gfQELC0W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4gfQELC0W .content-wrap {
    width: 100%;
  }
}
.cid-v4gfQELC0W .mbr-section-title,
.cid-v4gfQELC0W .mbr-section-subtitle {
  text-align: center;
}
.cid-v4gfQELC0W .mbr-text,
.cid-v4gfQELC0W .mbr-section-btn {
  text-align: center;
}
.cid-v4gjsDd2lr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4gjsDd2lr h6 {
  line-height: 1.2;
}
.cid-v4gjsDd2lr img,
.cid-v4gjsDd2lr .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4gjsDd2lr .item:focus,
.cid-v4gjsDd2lr span:focus {
  outline: none;
}
.cid-v4gjsDd2lr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4gjsDd2lr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4gjsDd2lr .mbr-section-title {
  color: #000000;
}
.cid-v4gjsDd2lr .mbr-text,
.cid-v4gjsDd2lr .mbr-section-btn {
  color: #000000;
}
.cid-v4gjsDd2lr .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4gjsDd2lr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4gjsDd2lr .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4gjsDd2lr .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4gjsDd2lr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4gfQFWGWh {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20191217-081115813-50per-1-1035x582.jpg");
}
.cid-v4gfQFWGWh .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-v4gfQFWGWh {
    align-items: flex-end;
  }
  .cid-v4gfQFWGWh .row {
    justify-content: center;
  }
  .cid-v4gfQFWGWh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4gfQFWGWh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4gfQFWGWh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4gfQFWGWh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4gfQFWGWh .content-wrap {
    width: 100%;
  }
}
.cid-v4gfQFWGWh .mbr-section-title,
.cid-v4gfQFWGWh .mbr-section-subtitle {
  text-align: center;
}
.cid-v4gfQFWGWh .mbr-text,
.cid-v4gfQFWGWh .mbr-section-btn {
  text-align: center;
}
.cid-v4gfQF2Pw5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4gfQF2Pw5 h6 {
  line-height: 1.2;
}
.cid-v4gfQF2Pw5 img,
.cid-v4gfQF2Pw5 .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4gfQF2Pw5 .item:focus,
.cid-v4gfQF2Pw5 span:focus {
  outline: none;
}
.cid-v4gfQF2Pw5 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4gfQF2Pw5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4gfQF2Pw5 .mbr-section-title {
  color: #ffffff;
}
.cid-v4gfQF2Pw5 .mbr-text,
.cid-v4gfQF2Pw5 .mbr-section-btn {
  color: #000000;
}
.cid-v4gfQF2Pw5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4gfQF2Pw5 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4gfQF2Pw5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4gfQF2Pw5 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4gfQF2Pw5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4gfQF2Pw5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4ghMem2Ly {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4ghMem2Ly h6 {
  line-height: 1.2;
}
.cid-v4ghMem2Ly img,
.cid-v4ghMem2Ly .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4ghMem2Ly .item:focus,
.cid-v4ghMem2Ly span:focus {
  outline: none;
}
.cid-v4ghMem2Ly .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4ghMem2Ly .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4ghMem2Ly .mbr-section-title {
  color: #ffffff;
}
.cid-v4ghMem2Ly .mbr-text,
.cid-v4ghMem2Ly .mbr-section-btn {
  color: #000000;
}
.cid-v4ghMem2Ly .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4ghMem2Ly .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4ghMem2Ly .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4ghMem2Ly .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4ghMem2Ly .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4gfQHk2nC {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20200109-185335697-50per-1035x582.jpg");
}
.cid-v4gfQHk2nC .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-v4gfQHk2nC {
    align-items: flex-end;
  }
  .cid-v4gfQHk2nC .row {
    justify-content: center;
  }
  .cid-v4gfQHk2nC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4gfQHk2nC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4gfQHk2nC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4gfQHk2nC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4gfQHk2nC .content-wrap {
    width: 100%;
  }
}
.cid-v4gfQHk2nC .mbr-section-title,
.cid-v4gfQHk2nC .mbr-section-subtitle {
  text-align: center;
}
.cid-v4gfQHk2nC .mbr-text,
.cid-v4gfQHk2nC .mbr-section-btn {
  text-align: center;
}
.cid-v4gocrd6FF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4gocrd6FF h6 {
  line-height: 1.2;
}
.cid-v4gocrd6FF img,
.cid-v4gocrd6FF .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4gocrd6FF .item:focus,
.cid-v4gocrd6FF span:focus {
  outline: none;
}
.cid-v4gocrd6FF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4gocrd6FF .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4gocrd6FF .mbr-section-title {
  color: #000000;
}
.cid-v4gocrd6FF .mbr-text,
.cid-v4gocrd6FF .mbr-section-btn {
  color: #000000;
}
.cid-v4gocrd6FF .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4gocrd6FF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4gocrd6FF .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4gocrd6FF .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4gocrd6FF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4gfQHy4wc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v4gfQHy4wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4gfQHy4wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4gfQHy4wc .row {
  flex-direction: row-reverse;
}
.cid-v4gfQHy4wc .mbr-description {
  color: #ffffff;
}
.cid-v5QKvskGjy {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKvskGjy .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKvskGjy {
    align-items: flex-end;
  }
  .cid-v5QKvskGjy .row {
    justify-content: center;
  }
  .cid-v5QKvskGjy .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKvskGjy .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKvskGjy {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKvskGjy .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKvskGjy .content-wrap {
    width: 100%;
  }
}
.cid-v5QKvskGjy .mbr-section-title,
.cid-v5QKvskGjy .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKvskGjy .mbr-text,
.cid-v5QKvskGjy .mbr-section-btn {
  text-align: center;
}
.cid-v4bPleVby7 {
  display: flex;
  background-image: url("../../../assets/images/img-7516-2000w-2000x1333.jpg");
}
.cid-v4bPleVby7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v4bPleVby7 {
    align-items: flex-end;
  }
  .cid-v4bPleVby7 .row {
    justify-content: center;
  }
  .cid-v4bPleVby7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4bPleVby7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4bPleVby7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4bPleVby7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4bPleVby7 .content-wrap {
    width: 100%;
  }
}
.cid-v4bPleVby7 .mbr-section-title,
.cid-v4bPleVby7 .mbr-section-subtitle {
  text-align: center;
}
.cid-v4bPleVby7 .mbr-text,
.cid-v4bPleVby7 .mbr-section-btn {
  text-align: center;
}
.cid-v4bVuGwJFP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4bVuGwJFP h6 {
  line-height: 1.2;
}
.cid-v4bVuGwJFP img,
.cid-v4bVuGwJFP .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4bVuGwJFP .item:focus,
.cid-v4bVuGwJFP span:focus {
  outline: none;
}
.cid-v4bVuGwJFP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4bVuGwJFP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4bVuGwJFP .mbr-section-title {
  color: #ffffff;
}
.cid-v4bVuGwJFP .mbr-text,
.cid-v4bVuGwJFP .mbr-section-btn {
  color: #000000;
}
.cid-v4bVuGwJFP .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4bVuGwJFP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4bVuGwJFP .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4bVuGwJFP .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4bVuGwJFP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4bVuGwJFP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5NhE4zwce {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NhE4zwce h6 {
  line-height: 1.2;
}
.cid-v5NhE4zwce img,
.cid-v5NhE4zwce .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NhE4zwce .item:focus,
.cid-v5NhE4zwce span:focus {
  outline: none;
}
.cid-v5NhE4zwce .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NhE4zwce .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NhE4zwce .mbr-section-title {
  color: #ffffff;
}
.cid-v5NhE4zwce .mbr-text,
.cid-v5NhE4zwce .mbr-section-btn {
  color: #000000;
}
.cid-v5NhE4zwce .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NhE4zwce .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NhE4zwce .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NhE4zwce .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NhE4zwce .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NhHc1AEL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NhHc1AEL h6 {
  line-height: 1.2;
}
.cid-v5NhHc1AEL img,
.cid-v5NhHc1AEL .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NhHc1AEL .item:focus,
.cid-v5NhHc1AEL span:focus {
  outline: none;
}
.cid-v5NhHc1AEL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NhHc1AEL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NhHc1AEL .mbr-section-title {
  color: #000000;
}
.cid-v5NhHc1AEL .mbr-text,
.cid-v5NhHc1AEL .mbr-section-btn {
  color: #000000;
}
.cid-v5NhHc1AEL .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NhHc1AEL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NhHc1AEL .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NhHc1AEL .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NhHc1AEL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Ni1rcFjq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Ni1rcFjq h6 {
  line-height: 1.2;
}
.cid-v5Ni1rcFjq img,
.cid-v5Ni1rcFjq .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5Ni1rcFjq .item:focus,
.cid-v5Ni1rcFjq span:focus {
  outline: none;
}
.cid-v5Ni1rcFjq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5Ni1rcFjq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5Ni1rcFjq .mbr-section-title {
  color: #ffffff;
}
.cid-v5Ni1rcFjq .mbr-text,
.cid-v5Ni1rcFjq .mbr-section-btn {
  color: #000000;
}
.cid-v5Ni1rcFjq .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5Ni1rcFjq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5Ni1rcFjq .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5Ni1rcFjq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5Ni1rcFjq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NiLaEGNZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NiLaEGNZ h6 {
  line-height: 1.2;
}
.cid-v5NiLaEGNZ img,
.cid-v5NiLaEGNZ .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NiLaEGNZ .item:focus,
.cid-v5NiLaEGNZ span:focus {
  outline: none;
}
.cid-v5NiLaEGNZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NiLaEGNZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NiLaEGNZ .mbr-section-title {
  color: #000000;
}
.cid-v5NiLaEGNZ .mbr-text,
.cid-v5NiLaEGNZ .mbr-section-btn {
  color: #000000;
}
.cid-v5NiLaEGNZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NiLaEGNZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NiLaEGNZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NiLaEGNZ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NiLaEGNZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nj4BYeou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Nj4BYeou h6 {
  line-height: 1.2;
}
.cid-v5Nj4BYeou img,
.cid-v5Nj4BYeou .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5Nj4BYeou .item:focus,
.cid-v5Nj4BYeou span:focus {
  outline: none;
}
.cid-v5Nj4BYeou .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5Nj4BYeou .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5Nj4BYeou .mbr-section-title {
  color: #ffffff;
}
.cid-v5Nj4BYeou .mbr-text,
.cid-v5Nj4BYeou .mbr-section-btn {
  color: #000000;
}
.cid-v5Nj4BYeou .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5Nj4BYeou .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5Nj4BYeou .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5Nj4BYeou .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5Nj4BYeou .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nk7kYv3y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Nk7kYv3y h6 {
  line-height: 1.2;
}
.cid-v5Nk7kYv3y img,
.cid-v5Nk7kYv3y .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5Nk7kYv3y .item:focus,
.cid-v5Nk7kYv3y span:focus {
  outline: none;
}
.cid-v5Nk7kYv3y .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5Nk7kYv3y .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5Nk7kYv3y .mbr-section-title {
  color: #000000;
}
.cid-v5Nk7kYv3y .mbr-text,
.cid-v5Nk7kYv3y .mbr-section-btn {
  color: #000000;
}
.cid-v5Nk7kYv3y .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5Nk7kYv3y .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5Nk7kYv3y .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5Nk7kYv3y .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5Nk7kYv3y .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NkJqXyPn {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0645-20per-1036x691.jpg");
}
.cid-v5NkJqXyPn .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5NkJqXyPn {
    align-items: flex-end;
  }
  .cid-v5NkJqXyPn .row {
    justify-content: center;
  }
  .cid-v5NkJqXyPn .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5NkJqXyPn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5NkJqXyPn {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5NkJqXyPn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5NkJqXyPn .content-wrap {
    width: 100%;
  }
}
.cid-v5NkJqXyPn .mbr-section-title,
.cid-v5NkJqXyPn .mbr-section-subtitle {
  text-align: center;
}
.cid-v5NkJqXyPn .mbr-text,
.cid-v5NkJqXyPn .mbr-section-btn {
  text-align: center;
}
.cid-v5NlNxJHWl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5NlNxJHWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NlNxJHWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NlNxJHWl .row {
  flex-direction: row-reverse;
}
.cid-v5NlNxJHWl .mbr-description {
  color: #ffffff;
}
.cid-v5NkOpZc36 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NkOpZc36 h6 {
  line-height: 1.2;
}
.cid-v5NkOpZc36 img,
.cid-v5NkOpZc36 .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NkOpZc36 .item:focus,
.cid-v5NkOpZc36 span:focus {
  outline: none;
}
.cid-v5NkOpZc36 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NkOpZc36 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NkOpZc36 .mbr-section-title {
  color: #000000;
}
.cid-v5NkOpZc36 .mbr-text,
.cid-v5NkOpZc36 .mbr-section-btn {
  color: #000000;
}
.cid-v5NkOpZc36 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NkOpZc36 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NkOpZc36 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NkOpZc36 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NkOpZc36 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4fJL8RLP2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4fJL8RLP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4fJL8RLP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4fJL8RLP2 .row {
  flex-direction: row-reverse;
}
.cid-v4fJL8RLP2 .mbr-description {
  color: #ffffff;
}
.cid-v5NmmmOkIP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NmmmOkIP h6 {
  line-height: 1.2;
}
.cid-v5NmmmOkIP img,
.cid-v5NmmmOkIP .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NmmmOkIP .item:focus,
.cid-v5NmmmOkIP span:focus {
  outline: none;
}
.cid-v5NmmmOkIP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NmmmOkIP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NmmmOkIP .mbr-section-title {
  color: #000000;
}
.cid-v5NmmmOkIP .mbr-text,
.cid-v5NmmmOkIP .mbr-section-btn {
  color: #000000;
}
.cid-v5NmmmOkIP .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NmmmOkIP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NmmmOkIP .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NmmmOkIP .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NmmmOkIP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4gfJengrM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v4gfJengrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4gfJengrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4gfJengrM .row {
  flex-direction: row-reverse;
}
.cid-v4gfJengrM .mbr-description {
  color: #ffffff;
}
.cid-v5QKgfEGOG {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKgfEGOG .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKgfEGOG {
    align-items: flex-end;
  }
  .cid-v5QKgfEGOG .row {
    justify-content: center;
  }
  .cid-v5QKgfEGOG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKgfEGOG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKgfEGOG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKgfEGOG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKgfEGOG .content-wrap {
    width: 100%;
  }
}
.cid-v5QKgfEGOG .mbr-section-title,
.cid-v5QKgfEGOG .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKgfEGOG .mbr-text,
.cid-v5QKgfEGOG .mbr-section-btn {
  text-align: center;
}
.cid-v4hBXSddf0 {
  display: flex;
  background-image: url("../../../assets/images/img-9841-20per-1-1036x691.jpg");
}
.cid-v4hBXSddf0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v4hBXSddf0 {
    align-items: flex-end;
  }
  .cid-v4hBXSddf0 .row {
    justify-content: center;
  }
  .cid-v4hBXSddf0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4hBXSddf0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4hBXSddf0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4hBXSddf0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4hBXSddf0 .content-wrap {
    width: 100%;
  }
}
.cid-v4hBXSddf0 .mbr-section-title,
.cid-v4hBXSddf0 .mbr-section-subtitle {
  text-align: center;
}
.cid-v4hBXSddf0 .mbr-text,
.cid-v4hBXSddf0 .mbr-section-btn {
  text-align: center;
}
.cid-v4hBXSuXmy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4hBXSuXmy h6 {
  line-height: 1.2;
}
.cid-v4hBXSuXmy img,
.cid-v4hBXSuXmy .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4hBXSuXmy .item:focus,
.cid-v4hBXSuXmy span:focus {
  outline: none;
}
.cid-v4hBXSuXmy .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4hBXSuXmy .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4hBXSuXmy .mbr-section-title {
  color: #ffffff;
}
.cid-v4hBXSuXmy .mbr-text,
.cid-v4hBXSuXmy .mbr-section-btn {
  color: #000000;
}
.cid-v4hBXSuXmy .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4hBXSuXmy .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4hBXSuXmy .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4hBXSuXmy .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4hBXSuXmy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4hBXSuXmy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4hBXT2FkU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4hBXT2FkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4hBXT2FkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4hBXT2FkU .row {
  flex-direction: row-reverse;
}
.cid-v4hBXT2FkU .mbr-description {
  color: #ffffff;
}
.cid-v4hBXTiFVk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4hBXTiFVk h6 {
  line-height: 1.2;
}
.cid-v4hBXTiFVk img,
.cid-v4hBXTiFVk .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4hBXTiFVk .item:focus,
.cid-v4hBXTiFVk span:focus {
  outline: none;
}
.cid-v4hBXTiFVk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4hBXTiFVk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4hBXTiFVk .mbr-section-title {
  color: #000000;
}
.cid-v4hBXTiFVk .mbr-text,
.cid-v4hBXTiFVk .mbr-section-btn {
  color: #000000;
}
.cid-v4hBXTiFVk .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4hBXTiFVk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4hBXTiFVk .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4hBXTiFVk .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4hBXTiFVk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4hBXTEk6c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v4hBXTEk6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4hBXTEk6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4hBXTEk6c .row {
  flex-direction: row-reverse;
}
.cid-v4hBXTEk6c .mbr-description {
  color: #ffffff;
}
.cid-v5QKhNvZMz {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKhNvZMz .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKhNvZMz {
    align-items: flex-end;
  }
  .cid-v5QKhNvZMz .row {
    justify-content: center;
  }
  .cid-v5QKhNvZMz .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKhNvZMz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKhNvZMz {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKhNvZMz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKhNvZMz .content-wrap {
    width: 100%;
  }
}
.cid-v5QKhNvZMz .mbr-section-title,
.cid-v5QKhNvZMz .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKhNvZMz .mbr-text,
.cid-v5QKhNvZMz .mbr-section-btn {
  text-align: center;
}
.cid-v5Nn2KndKo {
  display: flex;
  background-image: url("../../../assets/images/20181020-113548410-50per-1034x582.jpeg");
}
.cid-v5Nn2KndKo .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v5Nn2KndKo {
    align-items: flex-end;
  }
  .cid-v5Nn2KndKo .row {
    justify-content: center;
  }
  .cid-v5Nn2KndKo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5Nn2KndKo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5Nn2KndKo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5Nn2KndKo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5Nn2KndKo .content-wrap {
    width: 100%;
  }
}
.cid-v5Nn2KndKo .mbr-section-title,
.cid-v5Nn2KndKo .mbr-section-subtitle {
  text-align: center;
}
.cid-v5Nn2KndKo .mbr-text,
.cid-v5Nn2KndKo .mbr-section-btn {
  text-align: center;
}
.cid-v5Nn2KA9lq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Nn2KA9lq h6 {
  line-height: 1.2;
}
.cid-v5Nn2KA9lq img,
.cid-v5Nn2KA9lq .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5Nn2KA9lq .item:focus,
.cid-v5Nn2KA9lq span:focus {
  outline: none;
}
.cid-v5Nn2KA9lq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5Nn2KA9lq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5Nn2KA9lq .mbr-section-title {
  color: #ffffff;
}
.cid-v5Nn2KA9lq .mbr-text,
.cid-v5Nn2KA9lq .mbr-section-btn {
  color: #000000;
}
.cid-v5Nn2KA9lq .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5Nn2KA9lq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5Nn2KA9lq .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5Nn2KA9lq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5Nn2KA9lq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nn2KA9lq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5NpnDzZgL {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20181206-154954152-50per-1034x582.jpeg");
}
.cid-v5NpnDzZgL .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5NpnDzZgL {
    align-items: flex-end;
  }
  .cid-v5NpnDzZgL .row {
    justify-content: center;
  }
  .cid-v5NpnDzZgL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5NpnDzZgL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5NpnDzZgL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5NpnDzZgL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5NpnDzZgL .content-wrap {
    width: 100%;
  }
}
.cid-v5NpnDzZgL .mbr-section-title,
.cid-v5NpnDzZgL .mbr-section-subtitle {
  text-align: center;
}
.cid-v5NpnDzZgL .mbr-text,
.cid-v5NpnDzZgL .mbr-section-btn {
  text-align: center;
}
.cid-v5NpzJBRQE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NpzJBRQE h6 {
  line-height: 1.2;
}
.cid-v5NpzJBRQE img,
.cid-v5NpzJBRQE .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NpzJBRQE .item:focus,
.cid-v5NpzJBRQE span:focus {
  outline: none;
}
.cid-v5NpzJBRQE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NpzJBRQE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NpzJBRQE .mbr-section-title {
  color: #000000;
}
.cid-v5NpzJBRQE .mbr-text,
.cid-v5NpzJBRQE .mbr-section-btn {
  color: #000000;
}
.cid-v5NpzJBRQE .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NpzJBRQE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NpzJBRQE .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NpzJBRQE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NpzJBRQE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nn2KZf2Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Nn2KZf2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Nn2KZf2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Nn2KZf2Y .row {
  flex-direction: row-reverse;
}
.cid-v5Nn2KZf2Y .mbr-description {
  color: #ffffff;
}
.cid-v5NqXwAZZQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5NqXwAZZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NqXwAZZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NqXwAZZQ .row {
  flex-direction: row-reverse;
}
.cid-v5NqXwAZZQ .mbr-description {
  color: #ffffff;
}
.cid-v5NqEEB0vC {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-9476-20per-1036x691.jpg");
}
.cid-v5NqEEB0vC .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5NqEEB0vC {
    align-items: flex-end;
  }
  .cid-v5NqEEB0vC .row {
    justify-content: center;
  }
  .cid-v5NqEEB0vC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5NqEEB0vC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5NqEEB0vC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5NqEEB0vC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5NqEEB0vC .content-wrap {
    width: 100%;
  }
}
.cid-v5NqEEB0vC .mbr-section-title,
.cid-v5NqEEB0vC .mbr-section-subtitle {
  text-align: center;
}
.cid-v5NqEEB0vC .mbr-text,
.cid-v5NqEEB0vC .mbr-section-btn {
  text-align: center;
}
.cid-v5NtTxZwC4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NtTxZwC4 h6 {
  line-height: 1.2;
}
.cid-v5NtTxZwC4 img,
.cid-v5NtTxZwC4 .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NtTxZwC4 .item:focus,
.cid-v5NtTxZwC4 span:focus {
  outline: none;
}
.cid-v5NtTxZwC4 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NtTxZwC4 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NtTxZwC4 .mbr-section-title {
  color: #000000;
}
.cid-v5NtTxZwC4 .mbr-text,
.cid-v5NtTxZwC4 .mbr-section-btn {
  color: #000000;
}
.cid-v5NtTxZwC4 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NtTxZwC4 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NtTxZwC4 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NtTxZwC4 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NtTxZwC4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Nn2LrYhQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5Nn2LrYhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Nn2LrYhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Nn2LrYhQ .row {
  flex-direction: row-reverse;
}
.cid-v5Nn2LrYhQ .mbr-description {
  color: #ffffff;
}
.cid-v5QKlJ0Ytp {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKlJ0Ytp .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKlJ0Ytp {
    align-items: flex-end;
  }
  .cid-v5QKlJ0Ytp .row {
    justify-content: center;
  }
  .cid-v5QKlJ0Ytp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKlJ0Ytp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKlJ0Ytp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKlJ0Ytp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKlJ0Ytp .content-wrap {
    width: 100%;
  }
}
.cid-v5QKlJ0Ytp .mbr-section-title,
.cid-v5QKlJ0Ytp .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKlJ0Ytp .mbr-text,
.cid-v5QKlJ0Ytp .mbr-section-btn {
  text-align: center;
}
.cid-v4fLixEHqi {
  display: flex;
  background-image: url("../../../assets/images/img-9033-20per-1036x691.jpg");
}
.cid-v4fLixEHqi .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v4fLixEHqi {
    align-items: flex-end;
  }
  .cid-v4fLixEHqi .row {
    justify-content: center;
  }
  .cid-v4fLixEHqi .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4fLixEHqi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4fLixEHqi {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4fLixEHqi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4fLixEHqi .content-wrap {
    width: 100%;
  }
}
.cid-v4fLixEHqi .mbr-section-title,
.cid-v4fLixEHqi .mbr-section-subtitle {
  text-align: center;
}
.cid-v4fLixEHqi .mbr-text,
.cid-v4fLixEHqi .mbr-section-btn {
  text-align: center;
}
.cid-v4fLixUzC6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4fLixUzC6 h6 {
  line-height: 1.2;
}
.cid-v4fLixUzC6 img,
.cid-v4fLixUzC6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4fLixUzC6 .item:focus,
.cid-v4fLixUzC6 span:focus {
  outline: none;
}
.cid-v4fLixUzC6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4fLixUzC6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4fLixUzC6 .mbr-section-title {
  color: #ffffff;
}
.cid-v4fLixUzC6 .mbr-text,
.cid-v4fLixUzC6 .mbr-section-btn {
  color: #000000;
}
.cid-v4fLixUzC6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4fLixUzC6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4fLixUzC6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4fLixUzC6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4fLixUzC6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4fLixUzC6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4fLiAtIiJ {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-7400-20per-2000x1334.jpg");
}
.cid-v4fLiAtIiJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v4fLiAtIiJ {
    align-items: flex-end;
  }
  .cid-v4fLiAtIiJ .row {
    justify-content: center;
  }
  .cid-v4fLiAtIiJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4fLiAtIiJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4fLiAtIiJ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4fLiAtIiJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4fLiAtIiJ .content-wrap {
    width: 100%;
  }
}
.cid-v4fLiAtIiJ .mbr-section-title,
.cid-v4fLiAtIiJ .mbr-section-subtitle {
  text-align: center;
}
.cid-v4fLiAtIiJ .mbr-text,
.cid-v4fLiAtIiJ .mbr-section-btn {
  text-align: center;
}
.cid-v4fLiAIwG6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4fLiAIwG6 h6 {
  line-height: 1.2;
}
.cid-v4fLiAIwG6 img,
.cid-v4fLiAIwG6 .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4fLiAIwG6 .item:focus,
.cid-v4fLiAIwG6 span:focus {
  outline: none;
}
.cid-v4fLiAIwG6 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4fLiAIwG6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4fLiAIwG6 .mbr-section-title {
  color: #000000;
}
.cid-v4fLiAIwG6 .mbr-text,
.cid-v4fLiAIwG6 .mbr-section-btn {
  color: #000000;
}
.cid-v4fLiAIwG6 .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4fLiAIwG6 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4fLiAIwG6 .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4fLiAIwG6 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4fLiAIwG6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4fLiBuAaz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4fLiBuAaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4fLiBuAaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4fLiBuAaz .row {
  flex-direction: row-reverse;
}
.cid-v4fLiBuAaz .mbr-description {
  color: #ffffff;
}
.cid-v4fUAIxf3V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4fUAIxf3V h6 {
  line-height: 1.2;
}
.cid-v4fUAIxf3V img,
.cid-v4fUAIxf3V .item-img {
  width: 100%;
  height: 100%;
}
.cid-v4fUAIxf3V .item:focus,
.cid-v4fUAIxf3V span:focus {
  outline: none;
}
.cid-v4fUAIxf3V .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v4fUAIxf3V .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4fUAIxf3V .mbr-section-title {
  color: #000000;
}
.cid-v4fUAIxf3V .mbr-text,
.cid-v4fUAIxf3V .mbr-section-btn {
  color: #000000;
}
.cid-v4fUAIxf3V .item-title {
  color: #000000;
  text-align: center;
}
.cid-v4fUAIxf3V .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v4fUAIxf3V .item-text {
  color: #000000;
  text-align: center;
}
.cid-v4fUAIxf3V .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4fUAIxf3V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4g0jkPwyp {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20200109-185335697-50per-1035x582.jpg");
}
.cid-v4g0jkPwyp .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
@media (min-width: 768px) {
  .cid-v4g0jkPwyp {
    align-items: flex-end;
  }
  .cid-v4g0jkPwyp .row {
    justify-content: center;
  }
  .cid-v4g0jkPwyp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4g0jkPwyp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v4g0jkPwyp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v4g0jkPwyp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v4g0jkPwyp .content-wrap {
    width: 100%;
  }
}
.cid-v4g0jkPwyp .mbr-section-title,
.cid-v4g0jkPwyp .mbr-section-subtitle {
  text-align: center;
}
.cid-v4g0jkPwyp .mbr-text,
.cid-v4g0jkPwyp .mbr-section-btn {
  text-align: center;
}
.cid-v4gfsrXPr0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v4gfsrXPr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4gfsrXPr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4gfsrXPr0 .row {
  flex-direction: row-reverse;
}
.cid-v4gfsrXPr0 .mbr-description {
  color: #ffffff;
}
.cid-v5QKs8sshT {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKs8sshT .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKs8sshT {
    align-items: flex-end;
  }
  .cid-v5QKs8sshT .row {
    justify-content: center;
  }
  .cid-v5QKs8sshT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKs8sshT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKs8sshT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKs8sshT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKs8sshT .content-wrap {
    width: 100%;
  }
}
.cid-v5QKs8sshT .mbr-section-title,
.cid-v5QKs8sshT .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKs8sshT .mbr-text,
.cid-v5QKs8sshT .mbr-section-btn {
  text-align: center;
}
.cid-v5NvUvxh6k {
  display: flex;
  background-image: url("../../../assets/images/img-9999-20per-1036x691.jpg");
}
.cid-v5NvUvxh6k .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-v5NvUvxh6k {
    align-items: flex-end;
  }
  .cid-v5NvUvxh6k .row {
    justify-content: center;
  }
  .cid-v5NvUvxh6k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5NvUvxh6k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5NvUvxh6k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5NvUvxh6k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5NvUvxh6k .content-wrap {
    width: 100%;
  }
}
.cid-v5NvUvxh6k .mbr-section-title,
.cid-v5NvUvxh6k .mbr-section-subtitle {
  text-align: center;
}
.cid-v5NvUvxh6k .mbr-text,
.cid-v5NvUvxh6k .mbr-section-btn {
  text-align: center;
}
.cid-v5NvUvX1SE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5NvUvX1SE h6 {
  line-height: 1.2;
}
.cid-v5NvUvX1SE img,
.cid-v5NvUvX1SE .item-img {
  width: 100%;
  height: 100%;
}
.cid-v5NvUvX1SE .item:focus,
.cid-v5NvUvX1SE span:focus {
  outline: none;
}
.cid-v5NvUvX1SE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-v5NvUvX1SE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5NvUvX1SE .mbr-section-title {
  color: #ffffff;
}
.cid-v5NvUvX1SE .mbr-text,
.cid-v5NvUvX1SE .mbr-section-btn {
  color: #000000;
}
.cid-v5NvUvX1SE .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5NvUvX1SE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5NvUvX1SE .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5NvUvX1SE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v5NvUvX1SE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5NvUvX1SE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5NvUxaI8f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5NvUxaI8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NvUxaI8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NvUxaI8f .row {
  flex-direction: row-reverse;
}
.cid-v5NvUxaI8f .mbr-description {
  color: #ffffff;
}
.cid-v5QKjLAOGD {
  display: flex;
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-0094-20per-1036x691.jpg");
}
.cid-v5QKjLAOGD .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v5QKjLAOGD {
    align-items: flex-end;
  }
  .cid-v5QKjLAOGD .row {
    justify-content: center;
  }
  .cid-v5QKjLAOGD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5QKjLAOGD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5QKjLAOGD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v5QKjLAOGD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5QKjLAOGD .content-wrap {
    width: 100%;
  }
}
.cid-v5QKjLAOGD .mbr-section-title,
.cid-v5QKjLAOGD .mbr-section-subtitle {
  text-align: center;
}
.cid-v5QKjLAOGD .mbr-text,
.cid-v5QKjLAOGD .mbr-section-btn {
  text-align: center;
}
