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: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.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.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #ec0452 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #635a51 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec0452 !important;
  border-color: #ec0452 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a10338 !important;
  border-color: #a10338 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a10338 !important;
  border-color: #a10338 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec0452 !important;
  border-color: #ec0452 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a10338 !important;
  border-color: #a10338 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a10338 !important;
  border-color: #a10338 !important;
}
.btn-info,
.btn-info:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !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: #88022f;
  color: #88022f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ec0452;
  border-color: #ec0452;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec0452 !important;
  border-color: #ec0452 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #88022f;
  color: #88022f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ec0452;
  border-color: #ec0452;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec0452 !important;
  border-color: #ec0452 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !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: #ec0452 !important;
}
.text-secondary {
  color: #ec0452 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #635a51 !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: #88022f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #88022f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b2723 !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: #635a51;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec0452;
  border-color: #ec0452;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ec0452;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #febed4;
}
.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: #a49a90;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #ec0452;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ec0452;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ec0452;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec0452;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ec0452;
  border-bottom-color: #ec0452;
}
.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: #ffffff !important;
  background-color: #ec0452 !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: #ec0452 !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='%23ec0452' %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-sAouyw93GX {
  background: #cccccc;
  padding-top: 105px;
  padding-bottom: 105px;
}
.cid-sAouyw93GX .image-block {
  margin: auto;
}
.cid-sAouyw93GX figcaption {
  position: relative;
}
.cid-sAouyw93GX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAouyw93GX .image-block {
    width: 100% !important;
  }
}
.cid-voNE6bM5ZG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voNE6bM5ZG P {
  color: #767676;
}
.cid-voNE6bM5ZG .mbr-text,
.cid-voNE6bM5ZG .mbr-section-btn {
  color: #232323;
}
.cid-rXlhpay2m2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-rXlhpay2m2 .card-img {
  background-color: #fff;
}
.cid-rXlhpay2m2 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rXlhpay2m2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rXlhpay2m2 p {
  text-align: left;
}
.cid-rXlhpay2m2 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-rXlhpay2m2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rXlhpay2m2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rXlhpay2m2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-voAiG42uCO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voAiG42uCO .card-img {
  background-color: #fff;
}
.cid-voAiG42uCO .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-voAiG42uCO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-voAiG42uCO p {
  text-align: left;
}
.cid-voAiG42uCO .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-voAiG42uCO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voAiG42uCO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-voAiG42uCO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-voeLjdimcf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voeLjdimcf .card-img {
  background-color: #fff;
}
.cid-voeLjdimcf .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-voeLjdimcf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-voeLjdimcf p {
  text-align: left;
}
.cid-voeLjdimcf .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-voeLjdimcf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voeLjdimcf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-voeLjdimcf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-voeLlwvgN9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voeLlwvgN9 .card-img {
  background-color: #fff;
}
.cid-voeLlwvgN9 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-voeLlwvgN9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-voeLlwvgN9 p {
  text-align: left;
}
.cid-voeLlwvgN9 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-voeLlwvgN9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voeLlwvgN9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-voeLlwvgN9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-voeLlVOJkE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voeLlVOJkE .card-img {
  background-color: #fff;
}
.cid-voeLlVOJkE .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-voeLlVOJkE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-voeLlVOJkE p {
  text-align: left;
}
.cid-voeLlVOJkE .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-voeLlVOJkE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voeLlVOJkE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-voeLlVOJkE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-voAl98FR3Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-voAl98FR3Y .card-img {
  background-color: #fff;
}
.cid-voAl98FR3Y .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-voAl98FR3Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-voAl98FR3Y p {
  text-align: left;
}
.cid-voAl98FR3Y .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-voAl98FR3Y .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-voAl98FR3Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-voAl98FR3Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-u70GoUXfSb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-u70GoUXfSb .card-img {
  background-color: #fff;
}
.cid-u70GoUXfSb .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-u70GoUXfSb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u70GoUXfSb p {
  text-align: left;
}
.cid-u70GoUXfSb .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-u70GoUXfSb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-u70GoUXfSb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-u70GoUXfSb .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rYk9xLhXKg {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-rYk9xLhXKg .image-block {
  margin: auto;
}
.cid-rYk9xLhXKg .mbr-figure {
  margin: 0 auto;
}
.cid-rYk9xLhXKg figcaption {
  position: relative;
}
.cid-rYk9xLhXKg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYk9xLhXKg .image-block {
    width: 100% !important;
  }
}
.cid-rYk9xLhXKg .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-rYekRKhPNI {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rYekRKhPNI .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-rYekRKhPNI .social-list a:focus {
  text-decoration: none;
}
.cid-rYkaF7Xe76 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYkaF7Xe76 .mbr-text,
.cid-rYkaF7Xe76 blockquote {
  color: #767676;
}
.cid-rYkaF7Xe76 .mbr-text P {
  text-align: center;
}
.cid-t4Lquw7asT {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-t4Lquw7asT .image-block {
  margin: auto;
}
.cid-t4Lquw7asT figcaption {
  position: relative;
}
.cid-t4Lquw7asT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4Lquw7asT .image-block {
    width: 100% !important;
  }
}
.cid-voTarkhPaw {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-voTarkhPaw .mbr-text,
.cid-voTarkhPaw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voTarkhPaw H3 {
  color: #000000;
}
.cid-voTarkhPaw H1 {
  color: #232323;
}
.cid-t4LquxbO9S {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4LquxbO9S .mbr-text,
.cid-t4LquxbO9S .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t4LquxbO9S H1 {
  color: #000000;
}
.cid-t4LquxBAKe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4LquxBAKe .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4LquxRwo2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4LquxRwo2 .mbr-text,
.cid-t4LquxRwo2 blockquote {
  color: #767676;
}
.cid-t4LquxRwo2 .mbr-text P {
  text-align: left;
}
.cid-t4Lquy2Pve {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t4Lquy2Pve .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t4Lquy2Pve .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4Lquy2Pve .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4Lquy2Pve .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t4Lquy2Pve .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-t4Lquy2Pve .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t4Lquy2Pve .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t4Lquy2Pve .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t4Lquy2Pve .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-t4LquyvH2a {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-t4LquyvH2a .image-block {
  margin: auto;
}
.cid-t4LquyvH2a .mbr-figure {
  margin: 0 auto;
}
.cid-t4LquyvH2a figcaption {
  position: relative;
}
.cid-t4LquyvH2a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4LquyvH2a .image-block {
    width: 100% !important;
  }
}
.cid-t4LquyvH2a .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-t4LquyIwi1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t4LquyIwi1 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-t4LquyIwi1 .social-list a:focus {
  text-decoration: none;
}
.cid-t4Lquz6JPy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4Lquz6JPy .mbr-text,
.cid-t4Lquz6JPy blockquote {
  color: #767676;
}
.cid-t4Lquz6JPy .mbr-text P {
  text-align: center;
}
.cid-u76u4PLzz5 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-u76u4PLzz5 .image-block {
  margin: auto;
}
.cid-u76u4PLzz5 figcaption {
  position: relative;
}
.cid-u76u4PLzz5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u76u4PLzz5 .image-block {
    width: 100% !important;
  }
}
.cid-voTazNCZcj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-voTazNCZcj .mbr-text,
.cid-voTazNCZcj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voTazNCZcj H3 {
  color: #000000;
}
.cid-voTazNCZcj H1 {
  color: #232323;
}
.cid-u76u4QvTU2 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u76u4QvTU2 .mbr-text,
.cid-u76u4QvTU2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u76u4QvTU2 H1 {
  color: #000000;
}
.cid-u76u4QO9j1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u76u4QO9j1 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u76u4Raldo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u76u4Raldo .mbr-text,
.cid-u76u4Raldo blockquote {
  color: #767676;
}
.cid-u76u4Raldo .mbr-text P {
  text-align: left;
}
.cid-voAB0iix1H {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voAB0iix1H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voAB0iix1H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voAB0iix1H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voAB0iix1H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voAB0iix1H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAB0iix1H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voAB0iix1H .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voAB0iix1H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voAB0iix1H .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-u76u4RMTT8 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-u76u4RMTT8 .image-block {
  margin: auto;
}
.cid-u76u4RMTT8 .mbr-figure {
  margin: 0 auto;
}
.cid-u76u4RMTT8 figcaption {
  position: relative;
}
.cid-u76u4RMTT8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u76u4RMTT8 .image-block {
    width: 100% !important;
  }
}
.cid-u76u4RMTT8 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-u76u4S0EAP {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-u76u4S0EAP .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-u76u4S0EAP .social-list a:focus {
  text-decoration: none;
}
.cid-u76u4Sp80r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u76u4Sp80r .mbr-text,
.cid-u76u4Sp80r blockquote {
  color: #767676;
}
.cid-u76u4Sp80r .mbr-text P {
  text-align: center;
}
.cid-svYC74UgCq {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-svYC74UgCq .image-block {
  margin: auto;
}
.cid-svYC74UgCq figcaption {
  position: relative;
}
.cid-svYC74UgCq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svYC74UgCq .image-block {
    width: 100% !important;
  }
}
.cid-voTaDqN8Zu {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-voTaDqN8Zu .mbr-text,
.cid-voTaDqN8Zu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voTaDqN8Zu H3 {
  color: #000000;
}
.cid-voTaDqN8Zu H1 {
  color: #232323;
}
.cid-svYC76g0z7 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svYC76g0z7 .mbr-text,
.cid-svYC76g0z7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-svYC76g0z7 H3 {
  color: #000000;
}
.cid-t4FLiqJUCk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4FLiqJUCk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-svYC7ahovU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svYC7ahovU .mbr-text,
.cid-svYC7ahovU blockquote {
  color: #767676;
}
.cid-svYC7ahovU .mbr-text P {
  text-align: left;
}
.cid-svYC7azYiX {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-svYC7azYiX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-svYC7azYiX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svYC7azYiX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svYC7azYiX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-svYC7azYiX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-svYC7azYiX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-svYC7azYiX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-svYC7azYiX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-svYC7azYiX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-svYC7bdPEZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-svYC7bdPEZ .image-block {
  margin: auto;
}
.cid-svYC7bdPEZ .mbr-figure {
  margin: 0 auto;
}
.cid-svYC7bdPEZ figcaption {
  position: relative;
}
.cid-svYC7bdPEZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-svYC7bdPEZ .image-block {
    width: 100% !important;
  }
}
.cid-svYC7bdPEZ .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-svYC7by5e0 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-svYC7by5e0 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-svYC7by5e0 .social-list a:focus {
  text-decoration: none;
}
.cid-svYC7c7jY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svYC7c7jY4 .mbr-text,
.cid-svYC7c7jY4 blockquote {
  color: #767676;
}
.cid-svYC7c7jY4 .mbr-text P {
  text-align: center;
}
.cid-u7KwrTCVYQ {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-u7KwrTCVYQ .image-block {
  margin: auto;
}
.cid-u7KwrTCVYQ figcaption {
  position: relative;
}
.cid-u7KwrTCVYQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7KwrTCVYQ .image-block {
    width: 100% !important;
  }
}
.cid-voTaHqfT55 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-voTaHqfT55 .mbr-text,
.cid-voTaHqfT55 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voTaHqfT55 H3 {
  color: #000000;
}
.cid-voTaHqfT55 H1 {
  color: #232323;
}
.cid-u7KwrUBooP {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u7KwrUBooP .mbr-text,
.cid-u7KwrUBooP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u7KwrUBooP H1 {
  color: #000000;
}
.cid-u7KwrUZ4y8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u7KwrUZ4y8 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u7KwrVlQBL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7KwrVlQBL .mbr-text,
.cid-u7KwrVlQBL blockquote {
  color: #767676;
}
.cid-u7KwrVlQBL .mbr-text P {
  text-align: left;
}
.cid-u7KwrVy9Jn {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u7KwrVy9Jn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u7KwrVy9Jn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7KwrVy9Jn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7KwrVy9Jn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u7KwrVy9Jn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-u7KwrVy9Jn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u7KwrVy9Jn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-u7KwrVy9Jn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u7KwrVy9Jn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-u7KwrW0CX4 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-u7KwrW0CX4 .image-block {
  margin: auto;
}
.cid-u7KwrW0CX4 .mbr-figure {
  margin: 0 auto;
}
.cid-u7KwrW0CX4 figcaption {
  position: relative;
}
.cid-u7KwrW0CX4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7KwrW0CX4 .image-block {
    width: 100% !important;
  }
}
.cid-u7KwrW0CX4 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-u7KwrWhVWt {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-u7KwrWhVWt .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-u7KwrWhVWt .social-list a:focus {
  text-decoration: none;
}
.cid-u7KwrWHsBB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7KwrWHsBB .mbr-text,
.cid-u7KwrWHsBB blockquote {
  color: #767676;
}
.cid-u7KwrWHsBB .mbr-text P {
  text-align: center;
}
.cid-rY2eZiELE9 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-rY2eZiELE9 .image-block {
  margin: auto;
}
.cid-rY2eZiELE9 figcaption {
  position: relative;
}
.cid-rY2eZiELE9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rY2eZiELE9 .image-block {
    width: 100% !important;
  }
}
.cid-voTaMaCei1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-voTaMaCei1 .mbr-text,
.cid-voTaMaCei1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voTaMaCei1 H3 {
  color: #000000;
}
.cid-voTaMaCei1 H1 {
  color: #232323;
}
.cid-svH7Ynpall {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svH7Ynpall .mbr-text,
.cid-svH7Ynpall .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-svH7Ynpall H1 {
  color: #000000;
}
.cid-t4FLO8RRho {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4FLO8RRho .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rYomm8Qqll {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYomm8Qqll .mbr-text,
.cid-rYomm8Qqll blockquote {
  color: #767676;
}
.cid-rYomm8Qqll .mbr-text P {
  text-align: left;
}
.cid-rYoml5eRRm {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rYoml5eRRm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYoml5eRRm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYoml5eRRm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYoml5eRRm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYoml5eRRm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-rYoml5eRRm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYoml5eRRm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYoml5eRRm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYoml5eRRm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-rYkai6fEdG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rYkai6fEdG .image-block {
  margin: auto;
}
.cid-rYkai6fEdG .mbr-figure {
  margin: 0 auto;
}
.cid-rYkai6fEdG figcaption {
  position: relative;
}
.cid-rYkai6fEdG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYkai6fEdG .image-block {
    width: 100% !important;
  }
}
.cid-rYkai6fEdG .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-rYkakqqlKo {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rYkakqqlKo .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-rYkakqqlKo .social-list a:focus {
  text-decoration: none;
}
.cid-rYnT7kUL8g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYnT7kUL8g .mbr-text,
.cid-rYnT7kUL8g blockquote {
  color: #767676;
}
.cid-rYnT7kUL8g .mbr-text P {
  text-align: center;
}
.cid-sw39V7HmHa {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-sw39V7HmHa .image-block {
  margin: auto;
}
.cid-sw39V7HmHa figcaption {
  position: relative;
}
.cid-sw39V7HmHa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sw39V7HmHa .image-block {
    width: 100% !important;
  }
}
.cid-sw39V8iSD5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500eo-noubarris-1920x500.jpg");
}
.cid-sw39V8iSD5 .mbr-text,
.cid-sw39V8iSD5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sw39V8iSD5 H3 {
  color: #000000;
}
.cid-sw39V8iSD5 H1 {
  color: #232323;
}
.cid-sw39V8I0vc {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sw39V8I0vc .mbr-text,
.cid-sw39V8I0vc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sw39V8I0vc H3 {
  color: #000000;
}
.cid-t4FNDlgPXh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4FNDlgPXh .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sw39VaR03t {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw39VaR03t .mbr-text,
.cid-sw39VaR03t blockquote {
  color: #767676;
}
.cid-sw39VaR03t .mbr-text P {
  text-align: left;
}
.cid-sw39Vb8537 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sw39Vb8537 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sw39Vb8537 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw39Vb8537 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw39Vb8537 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sw39Vb8537 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-sw39Vb8537 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sw39Vb8537 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sw39Vb8537 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sw39Vb8537 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-sw39VbCPXS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sw39VbCPXS .image-block {
  margin: auto;
}
.cid-sw39VbCPXS .mbr-figure {
  margin: 0 auto;
}
.cid-sw39VbCPXS figcaption {
  position: relative;
}
.cid-sw39VbCPXS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sw39VbCPXS .image-block {
    width: 100% !important;
  }
}
.cid-sw39VbCPXS .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-sw39VbWgxY {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sw39VbWgxY .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-sw39VbWgxY .social-list a:focus {
  text-decoration: none;
}
.cid-sw39VcujU0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw39VcujU0 .mbr-text,
.cid-sw39VcujU0 blockquote {
  color: #767676;
}
.cid-sw39VcujU0 .mbr-text P {
  text-align: center;
}
.cid-tB84dhxpNv {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-tB84dhxpNv .image-block {
  margin: auto;
}
.cid-tB84dhxpNv figcaption {
  position: relative;
}
.cid-tB84dhxpNv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB84dhxpNv .image-block {
    width: 100% !important;
  }
}
.cid-tB84di1yZz {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-tB84di1yZz .mbr-text,
.cid-tB84di1yZz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB84di1yZz H1 {
  color: #000000;
}
.cid-tB84diqUqr {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tB84diqUqr .mbr-text,
.cid-tB84diqUqr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tB84diqUqr H1 {
  color: #000000;
}
.cid-tB84diNaG7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB84diNaG7 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-tB84dj8yNN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB84dj8yNN .mbr-text,
.cid-tB84dj8yNN blockquote {
  color: #767676;
}
.cid-tB84dj8yNN .mbr-text P {
  text-align: left;
}
.cid-vpmzbDvGRZ {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vpmzbDvGRZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vpmzbDvGRZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vpmzbDvGRZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vpmzbDvGRZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vpmzbDvGRZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-vpmzbDvGRZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vpmzbDvGRZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vpmzbDvGRZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vpmzbDvGRZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-tB84djTDF0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tB84djTDF0 .image-block {
  margin: auto;
}
.cid-tB84djTDF0 .mbr-figure {
  margin: 0 auto;
}
.cid-tB84djTDF0 figcaption {
  position: relative;
}
.cid-tB84djTDF0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB84djTDF0 .image-block {
    width: 100% !important;
  }
}
.cid-tB84djTDF0 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-tB84dk8czM {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tB84dk8czM .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-tB84dk8czM .social-list a:focus {
  text-decoration: none;
}
.cid-tB84dkD1lN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB84dkD1lN .mbr-text,
.cid-tB84dkD1lN blockquote {
  color: #767676;
}
.cid-tB84dkD1lN .mbr-text P {
  text-align: center;
}
.cid-rYprXHclj6 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-rYprXHclj6 .image-block {
  margin: auto;
}
.cid-rYprXHclj6 figcaption {
  position: relative;
}
.cid-rYprXHclj6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYprXHclj6 .image-block {
    width: 100% !important;
  }
}
.cid-rYprXHBZdP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-rYprXHBZdP .mbr-text,
.cid-rYprXHBZdP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYprXHBZdP H1 {
  color: #000000;
}
.cid-svH8Z9GJ6U {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-svH8Z9GJ6U .mbr-text,
.cid-svH8Z9GJ6U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-svH8Z9GJ6U H1 {
  color: #000000;
}
.cid-t4FNphrxsr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4FNphrxsr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-rYtYJulnmX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYtYJulnmX .mbr-text,
.cid-rYtYJulnmX blockquote {
  color: #767676;
}
.cid-rYtYJulnmX .mbr-text P {
  text-align: left;
}
.cid-rYprXKhmWl {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rYprXKhmWl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYprXKhmWl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYprXKhmWl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYprXKhmWl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYprXKhmWl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-rYprXKhmWl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYprXKhmWl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYprXKhmWl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYprXKhmWl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-rYprXKSisq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rYprXKSisq .image-block {
  margin: auto;
}
.cid-rYprXKSisq .mbr-figure {
  margin: 0 auto;
}
.cid-rYprXKSisq figcaption {
  position: relative;
}
.cid-rYprXKSisq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYprXKSisq .image-block {
    width: 100% !important;
  }
}
.cid-rYprXKSisq .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-rYprXLj9qT {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rYprXLj9qT .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-rYprXLj9qT .social-list a:focus {
  text-decoration: none;
}
.cid-rYprXLVIcl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYprXLVIcl .mbr-text,
.cid-rYprXLVIcl blockquote {
  color: #767676;
}
.cid-rYprXLVIcl .mbr-text P {
  text-align: center;
}
.cid-voAk9WKZAv {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voAk9WKZAv .image-block {
  margin: auto;
}
.cid-voAk9WKZAv figcaption {
  position: relative;
}
.cid-voAk9WKZAv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAk9WKZAv .image-block {
    width: 100% !important;
  }
}
.cid-voAk9X9hM5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-voAk9X9hM5 .mbr-text,
.cid-voAk9X9hM5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAk9X9hM5 H1 {
  color: #000000;
}
.cid-voAk9XsLHJ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voAk9XsLHJ .mbr-text,
.cid-voAk9XsLHJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAk9XsLHJ H1 {
  color: #000000;
}
.cid-voAk9XKTkt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voAk9XKTkt .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voAk9Y1yp2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAk9Y1yp2 .mbr-text,
.cid-voAk9Y1yp2 blockquote {
  color: #767676;
}
.cid-voAk9Y1yp2 .mbr-text P {
  text-align: left;
}
.cid-voAk9YeaAJ {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voAk9YeaAJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voAk9YeaAJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voAk9YeaAJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voAk9YeaAJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voAk9YeaAJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAk9YeaAJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voAk9YeaAJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voAk9YeaAJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voAk9YeaAJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAk9YFI5G {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voAk9YFI5G .image-block {
  margin: auto;
}
.cid-voAk9YFI5G .mbr-figure {
  margin: 0 auto;
}
.cid-voAk9YFI5G figcaption {
  position: relative;
}
.cid-voAk9YFI5G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAk9YFI5G .image-block {
    width: 100% !important;
  }
}
.cid-voAk9YFI5G .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voAk9YWzyy {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voAk9YWzyy .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voAk9YWzyy .social-list a:focus {
  text-decoration: none;
}
.cid-voAk9ZisdO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAk9ZisdO .mbr-text,
.cid-voAk9ZisdO blockquote {
  color: #767676;
}
.cid-voAk9ZisdO .mbr-text P {
  text-align: center;
}
.cid-voAkcj3h6p {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voAkcj3h6p .image-block {
  margin: auto;
}
.cid-voAkcj3h6p figcaption {
  position: relative;
}
.cid-voAkcj3h6p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAkcj3h6p .image-block {
    width: 100% !important;
  }
}
.cid-voAkcjD9d7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-voAkcjD9d7 .mbr-text,
.cid-voAkcjD9d7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAkcjD9d7 H1 {
  color: #000000;
}
.cid-voAkck1zKF {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voAkck1zKF .mbr-text,
.cid-voAkck1zKF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAkck1zKF H1 {
  color: #000000;
}
.cid-voAkckov3Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voAkckov3Y .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voAkckDFtF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAkckDFtF .mbr-text,
.cid-voAkckDFtF blockquote {
  color: #767676;
}
.cid-voAkckDFtF .mbr-text P {
  text-align: left;
}
.cid-voAkckQamk {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voAkckQamk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voAkckQamk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voAkckQamk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voAkckQamk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voAkckQamk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAkckQamk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voAkckQamk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voAkckQamk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voAkckQamk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAkcljTyD {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voAkcljTyD .image-block {
  margin: auto;
}
.cid-voAkcljTyD .mbr-figure {
  margin: 0 auto;
}
.cid-voAkcljTyD figcaption {
  position: relative;
}
.cid-voAkcljTyD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAkcljTyD .image-block {
    width: 100% !important;
  }
}
.cid-voAkcljTyD .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voAkclz1ei {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voAkclz1ei .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voAkclz1ei .social-list a:focus {
  text-decoration: none;
}
.cid-voAkcm0RDW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAkcm0RDW .mbr-text,
.cid-voAkcm0RDW blockquote {
  color: #767676;
}
.cid-voAkcm0RDW .mbr-text P {
  text-align: center;
}
.cid-voApRozFOi {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApRozFOi .image-block {
  margin: auto;
}
.cid-voApRozFOi figcaption {
  position: relative;
}
.cid-voApRozFOi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApRozFOi .image-block {
    width: 100% !important;
  }
}
.cid-voApRp7X2s {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-voApRp7X2s .mbr-text,
.cid-voApRp7X2s .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApRp7X2s H1 {
  color: #000000;
}
.cid-voApRpMdKy {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApRpMdKy .mbr-text,
.cid-voApRpMdKy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApRpMdKy H1 {
  color: #000000;
}
.cid-voApRq6zMS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApRq6zMS .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApRqlK9S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApRqlK9S .mbr-text,
.cid-voApRqlK9S blockquote {
  color: #767676;
}
.cid-voApRqlK9S .mbr-text P {
  text-align: left;
}
.cid-voApRqD4bq {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApRqD4bq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApRqD4bq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApRqD4bq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApRqD4bq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApRqD4bq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApRqD4bq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApRqD4bq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApRqD4bq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApRqD4bq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApRr4Zo0 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApRr4Zo0 .image-block {
  margin: auto;
}
.cid-voApRr4Zo0 .mbr-figure {
  margin: 0 auto;
}
.cid-voApRr4Zo0 figcaption {
  position: relative;
}
.cid-voApRr4Zo0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApRr4Zo0 .image-block {
    width: 100% !important;
  }
}
.cid-voApRr4Zo0 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApRrjxSl {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApRrjxSl .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApRrjxSl .social-list a:focus {
  text-decoration: none;
}
.cid-voApRrN3Ug {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApRrN3Ug .mbr-text,
.cid-voApRrN3Ug blockquote {
  color: #767676;
}
.cid-voApRrN3Ug .mbr-text P {
  text-align: center;
}
.cid-voApShlPmM {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApShlPmM .image-block {
  margin: auto;
}
.cid-voApShlPmM figcaption {
  position: relative;
}
.cid-voApShlPmM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApShlPmM .image-block {
    width: 100% !important;
  }
}
.cid-voApShQVq0 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-lamarina-1920x500.jpg");
}
.cid-voApShQVq0 .mbr-text,
.cid-voApShQVq0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApShQVq0 H1 {
  color: #000000;
}
.cid-voApSidfKU {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApSidfKU .mbr-text,
.cid-voApSidfKU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApSidfKU H1 {
  color: #000000;
}
.cid-voApSiyRHP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApSiyRHP .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApSiRmb8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApSiRmb8 .mbr-text,
.cid-voApSiRmb8 blockquote {
  color: #767676;
}
.cid-voApSiRmb8 .mbr-text P {
  text-align: left;
}
.cid-voApSj3OpT {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApSj3OpT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApSj3OpT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApSj3OpT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApSj3OpT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApSj3OpT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApSj3OpT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApSj3OpT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApSj3OpT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApSj3OpT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApSjsEW2 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApSjsEW2 .image-block {
  margin: auto;
}
.cid-voApSjsEW2 .mbr-figure {
  margin: 0 auto;
}
.cid-voApSjsEW2 figcaption {
  position: relative;
}
.cid-voApSjsEW2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApSjsEW2 .image-block {
    width: 100% !important;
  }
}
.cid-voApSjsEW2 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApSjHfZG {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApSjHfZG .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApSjHfZG .social-list a:focus {
  text-decoration: none;
}
.cid-voApSk6fgh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApSk6fgh .mbr-text,
.cid-voApSk6fgh blockquote {
  color: #767676;
}
.cid-voApSk6fgh .mbr-text P {
  text-align: center;
}
.cid-voApSYimJF {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApSYimJF .image-block {
  margin: auto;
}
.cid-voApSYimJF figcaption {
  position: relative;
}
.cid-voApSYimJF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApSYimJF .image-block {
    width: 100% !important;
  }
}
.cid-voApSYIo4B {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voApSYIo4B .mbr-text,
.cid-voApSYIo4B .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApSYIo4B H1 {
  color: #000000;
}
.cid-voApSYZ5BJ {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApSYZ5BJ .mbr-text,
.cid-voApSYZ5BJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApSYZ5BJ H1 {
  color: #000000;
}
.cid-voApSZhSH5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApSZhSH5 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApSZxGI1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApSZxGI1 .mbr-text,
.cid-voApSZxGI1 blockquote {
  color: #767676;
}
.cid-voApSZxGI1 .mbr-text P {
  text-align: left;
}
.cid-voApSZKjl3 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApSZKjl3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApSZKjl3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApSZKjl3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApSZKjl3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApSZKjl3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApSZKjl3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApSZKjl3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApSZKjl3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApSZKjl3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApT09dUk {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApT09dUk .image-block {
  margin: auto;
}
.cid-voApT09dUk .mbr-figure {
  margin: 0 auto;
}
.cid-voApT09dUk figcaption {
  position: relative;
}
.cid-voApT09dUk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApT09dUk .image-block {
    width: 100% !important;
  }
}
.cid-voApT09dUk .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApT0oyEo {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApT0oyEo .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApT0oyEo .social-list a:focus {
  text-decoration: none;
}
.cid-voApT0Mqu2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApT0Mqu2 .mbr-text,
.cid-voApT0Mqu2 blockquote {
  color: #767676;
}
.cid-voApT0Mqu2 .mbr-text P {
  text-align: center;
}
.cid-voApTJD9hg {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApTJD9hg .image-block {
  margin: auto;
}
.cid-voApTJD9hg figcaption {
  position: relative;
}
.cid-voApTJD9hg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApTJD9hg .image-block {
    width: 100% !important;
  }
}
.cid-voApTK2m57 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voApTK2m57 .mbr-text,
.cid-voApTK2m57 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApTK2m57 H1 {
  color: #000000;
}
.cid-voApTKj5tC {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApTKj5tC .mbr-text,
.cid-voApTKj5tC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApTKj5tC H1 {
  color: #000000;
}
.cid-voApTKzaWp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApTKzaWp .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApTKN6Jj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApTKN6Jj .mbr-text,
.cid-voApTKN6Jj blockquote {
  color: #767676;
}
.cid-voApTKN6Jj .mbr-text P {
  text-align: left;
}
.cid-voApTL0CYm {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApTL0CYm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApTL0CYm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApTL0CYm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApTL0CYm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApTL0CYm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApTL0CYm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApTL0CYm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApTL0CYm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApTL0CYm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApTLnr4F {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApTLnr4F .image-block {
  margin: auto;
}
.cid-voApTLnr4F .mbr-figure {
  margin: 0 auto;
}
.cid-voApTLnr4F figcaption {
  position: relative;
}
.cid-voApTLnr4F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApTLnr4F .image-block {
    width: 100% !important;
  }
}
.cid-voApTLnr4F .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApTLBkjC {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApTLBkjC .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApTLBkjC .social-list a:focus {
  text-decoration: none;
}
.cid-voApTLZYWZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApTLZYWZ .mbr-text,
.cid-voApTLZYWZ blockquote {
  color: #767676;
}
.cid-voApTLZYWZ .mbr-text P {
  text-align: center;
}
.cid-voApV8wHrW {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApV8wHrW .image-block {
  margin: auto;
}
.cid-voApV8wHrW figcaption {
  position: relative;
}
.cid-voApV8wHrW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApV8wHrW .image-block {
    width: 100% !important;
  }
}
.cid-voApV8VKOI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voApV8VKOI .mbr-text,
.cid-voApV8VKOI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApV8VKOI H1 {
  color: #000000;
}
.cid-voApV9cC3T {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApV9cC3T .mbr-text,
.cid-voApV9cC3T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApV9cC3T H1 {
  color: #000000;
}
.cid-voApV9twp2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApV9twp2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApV9IGOF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApV9IGOF .mbr-text,
.cid-voApV9IGOF blockquote {
  color: #767676;
}
.cid-voApV9IGOF .mbr-text P {
  text-align: left;
}
.cid-voApV9Un77 {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApV9Un77 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApV9Un77 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApV9Un77 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApV9Un77 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApV9Un77 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApV9Un77 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApV9Un77 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApV9Un77 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApV9Un77 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApVaiJJn {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApVaiJJn .image-block {
  margin: auto;
}
.cid-voApVaiJJn .mbr-figure {
  margin: 0 auto;
}
.cid-voApVaiJJn figcaption {
  position: relative;
}
.cid-voApVaiJJn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApVaiJJn .image-block {
    width: 100% !important;
  }
}
.cid-voApVaiJJn .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApVaxuu7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApVaxuu7 .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApVaxuu7 .social-list a:focus {
  text-decoration: none;
}
.cid-voApVaUfaY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApVaUfaY .mbr-text,
.cid-voApVaUfaY blockquote {
  color: #767676;
}
.cid-voApVaUfaY .mbr-text P {
  text-align: center;
}
.cid-voApVRiJYG {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApVRiJYG .image-block {
  margin: auto;
}
.cid-voApVRiJYG figcaption {
  position: relative;
}
.cid-voApVRiJYG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApVRiJYG .image-block {
    width: 100% !important;
  }
}
.cid-voApVRHMFQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voApVRHMFQ .mbr-text,
.cid-voApVRHMFQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApVRHMFQ H1 {
  color: #000000;
}
.cid-voApVRYtPl {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApVRYtPl .mbr-text,
.cid-voApVRYtPl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApVRYtPl H1 {
  color: #000000;
}
.cid-voApVSehZ1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApVSehZ1 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApVSsOat {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApVSsOat .mbr-text,
.cid-voApVSsOat blockquote {
  color: #767676;
}
.cid-voApVSsOat .mbr-text P {
  text-align: left;
}
.cid-voApVSEmPv {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApVSEmPv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApVSEmPv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApVSEmPv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApVSEmPv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApVSEmPv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApVSEmPv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApVSEmPv .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApVSEmPv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApVSEmPv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApVT3YG3 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApVT3YG3 .image-block {
  margin: auto;
}
.cid-voApVT3YG3 .mbr-figure {
  margin: 0 auto;
}
.cid-voApVT3YG3 figcaption {
  position: relative;
}
.cid-voApVT3YG3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApVT3YG3 .image-block {
    width: 100% !important;
  }
}
.cid-voApVT3YG3 .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApVTi9uJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApVTi9uJ .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApVTi9uJ .social-list a:focus {
  text-decoration: none;
}
.cid-voApVTI9OZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApVTI9OZ .mbr-text,
.cid-voApVTI9OZ blockquote {
  color: #767676;
}
.cid-voApVTI9OZ .mbr-text P {
  text-align: center;
}
.cid-voApWEq1LC {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voApWEq1LC .image-block {
  margin: auto;
}
.cid-voApWEq1LC figcaption {
  position: relative;
}
.cid-voApWEq1LC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApWEq1LC .image-block {
    width: 100% !important;
  }
}
.cid-voApWEP4GA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voApWEP4GA .mbr-text,
.cid-voApWEP4GA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApWEP4GA H1 {
  color: #000000;
}
.cid-voApWF7Xhg {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voApWF7Xhg .mbr-text,
.cid-voApWF7Xhg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voApWF7Xhg H1 {
  color: #000000;
}
.cid-voApWFnEPU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voApWFnEPU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voApWFCUQ2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApWFCUQ2 .mbr-text,
.cid-voApWFCUQ2 blockquote {
  color: #767676;
}
.cid-voApWFCUQ2 .mbr-text P {
  text-align: left;
}
.cid-voApWFOasS {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voApWFOasS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voApWFOasS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voApWFOasS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voApWFOasS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voApWFOasS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApWFOasS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voApWFOasS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voApWFOasS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voApWFOasS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voApWGckDR {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voApWGckDR .image-block {
  margin: auto;
}
.cid-voApWGckDR .mbr-figure {
  margin: 0 auto;
}
.cid-voApWGckDR figcaption {
  position: relative;
}
.cid-voApWGckDR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voApWGckDR .image-block {
    width: 100% !important;
  }
}
.cid-voApWGckDR .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voApWGqZMI {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voApWGqZMI .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voApWGqZMI .social-list a:focus {
  text-decoration: none;
}
.cid-voApWGNZWh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voApWGNZWh .mbr-text,
.cid-voApWGNZWh blockquote {
  color: #767676;
}
.cid-voApWGNZWh .mbr-text P {
  text-align: center;
}
.cid-voAqCU2wY4 {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voAqCU2wY4 .image-block {
  margin: auto;
}
.cid-voAqCU2wY4 figcaption {
  position: relative;
}
.cid-voAqCU2wY4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAqCU2wY4 .image-block {
    width: 100% !important;
  }
}
.cid-voAqCUu6Rz {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voAqCUu6Rz .mbr-text,
.cid-voAqCUu6Rz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAqCUu6Rz H1 {
  color: #000000;
}
.cid-voAqCUQImt {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voAqCUQImt .mbr-text,
.cid-voAqCUQImt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAqCUQImt H1 {
  color: #000000;
}
.cid-voAqCVb54w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voAqCVb54w .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voAqCVt9H4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAqCVt9H4 .mbr-text,
.cid-voAqCVt9H4 blockquote {
  color: #767676;
}
.cid-voAqCVt9H4 .mbr-text P {
  text-align: left;
}
.cid-voAqCVGk4F {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voAqCVGk4F .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voAqCVGk4F .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voAqCVGk4F .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voAqCVGk4F .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voAqCVGk4F .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAqCVGk4F .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voAqCVGk4F .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voAqCVGk4F .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voAqCVGk4F .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAqCW4lkG {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voAqCW4lkG .image-block {
  margin: auto;
}
.cid-voAqCW4lkG .mbr-figure {
  margin: 0 auto;
}
.cid-voAqCW4lkG figcaption {
  position: relative;
}
.cid-voAqCW4lkG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAqCW4lkG .image-block {
    width: 100% !important;
  }
}
.cid-voAqCW4lkG .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voAqCWjwxE {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voAqCWjwxE .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voAqCWjwxE .social-list a:focus {
  text-decoration: none;
}
.cid-voAqCWGijp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAqCWGijp .mbr-text,
.cid-voAqCWGijp blockquote {
  color: #767676;
}
.cid-voAqCWGijp .mbr-text P {
  text-align: center;
}
.cid-voAqDOZslL {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-voAqDOZslL .image-block {
  margin: auto;
}
.cid-voAqDOZslL figcaption {
  position: relative;
}
.cid-voAqDOZslL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAqDOZslL .image-block {
    width: 100% !important;
  }
}
.cid-voAqDPp05r {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/1920x500-sarriavallvidrera-1920x500.jpg");
}
.cid-voAqDPp05r .mbr-text,
.cid-voAqDPp05r .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAqDPp05r H1 {
  color: #000000;
}
.cid-voAqDPGM0O {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-voAqDPGM0O .mbr-text,
.cid-voAqDPGM0O .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-voAqDPGM0O H1 {
  color: #000000;
}
.cid-voAqDPYu7q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-voAqDPYu7q .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-voAqDQdr5k {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAqDQdr5k .mbr-text,
.cid-voAqDQdr5k blockquote {
  color: #767676;
}
.cid-voAqDQdr5k .mbr-text P {
  text-align: left;
}
.cid-voAqDQp2rx {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-voAqDQp2rx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-voAqDQp2rx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-voAqDQp2rx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-voAqDQp2rx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-voAqDQp2rx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #767676;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAqDQp2rx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-voAqDQp2rx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-voAqDQp2rx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-voAqDQp2rx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #767676 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #767676, #cccccc) !important;
}
.cid-voAqDQNneH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-voAqDQNneH .image-block {
  margin: auto;
}
.cid-voAqDQNneH .mbr-figure {
  margin: 0 auto;
}
.cid-voAqDQNneH figcaption {
  position: relative;
}
.cid-voAqDQNneH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-voAqDQNneH .image-block {
    width: 100% !important;
  }
}
.cid-voAqDQNneH .mbr-figure-caption div {
  text-align: left;
  color: #000000;
}
.cid-voAqDR1Cyn {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-voAqDR1Cyn .mbr-iconfont-social {
  font-size: 32px;
  color: #000000;
}
.cid-voAqDR1Cyn .social-list a:focus {
  text-decoration: none;
}
.cid-voAqDRpCYA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-voAqDRpCYA .mbr-text,
.cid-voAqDRpCYA blockquote {
  color: #767676;
}
.cid-voAqDRpCYA .mbr-text P {
  text-align: center;
}
