.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-unsZPKJTa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-unsZPKJTa2 .carousel {
    min-height: 800px;
  }
  .cid-unsZPKJTa2 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-unsZPKJTa2 .carousel {
    min-height: 520px;
  }
  .cid-unsZPKJTa2 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-unsZPKJTa2 .carousel {
    min-height: 440px;
  }
  .cid-unsZPKJTa2 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-unsZPKJTa2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-unsZPKJTa2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-unsZPKJTa2 .carousel,
.cid-unsZPKJTa2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-unsZPKJTa2 .item-wrapper {
  width: 100%;
}
.cid-unsZPKJTa2 .carousel-caption {
  bottom: 40px;
}
.cid-unsZPKJTa2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-unsZPKJTa2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-unsZPKJTa2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-unsZPKJTa2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-unsZPKJTa2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-unsZPKJTa2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-unsZPKJTa2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unsZPKJTa2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-unsZPKJTa2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-unsZPKJTa2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-unsZPKJTa2 .carousel-indicators li.active,
.cid-unsZPKJTa2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-unsZPKJTa2 .carousel-indicators li::after,
.cid-unsZPKJTa2 .carousel-indicators li::before {
  content: none;
}
.cid-unsZPKJTa2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-unsZPKJTa2 .carousel-indicators {
    display: none !important;
  }
}
.cid-unsZNdFqv2 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unsZNdFqv2 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-unsZNdFqv2 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-unsZNdFqv2 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-unsZNdFqv2 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-unsZNdFqv2 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-unsZNdFqv2 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-unsZNdFqv2 .mbr-gallery-filter ul {
  display: block;
}
.cid-unsZNdFqv2 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-unsZNdFqv2 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-unsZNdFqv2 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-unsZNdFqv2 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-unsZNdFqv2 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-unsZNdFqv2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unsZNdFqv2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-unsZNdFqv2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-unsZNdFqv2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unsZNdFqv2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-unsZNdFqv2 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-unsZNdFqv2 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-unsZNdFqv2 .icon-focus {
  display: none;
}
.cid-unsZNdFqv2 .mbr-gallery-item > div img,
.cid-unsZNdFqv2 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-unsZNdFqv2 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-unsZNdFqv2 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-unsZNdFqv2 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-unsZNdFqv2 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-unsZNdFqv2 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-unsZNdFqv2 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-unsZNdFqv2 .mbr-section-title {
    text-align: center;
  }
  .cid-unsZNdFqv2 .image {
    top: auto;
    height: 420px;
  }
  .cid-unsZNdFqv2 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-unsZNdFqv2 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-unsZNdFqv2 .mbr-gallery-item > div img,
  .cid-unsZNdFqv2 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-unsZNdFqv2 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-unsZNdFqv2 .image {
    height: 290px;
  }
}
.cid-unt7ru4LNS {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unt7ru4LNS .mbr-section-title {
  margin-bottom: 25px;
}
.cid-unt7ru4LNS .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-unt7ru4LNS .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-unt7ru4LNS .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-unt7ru4LNS .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-unt7ru4LNS .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-unt7ru4LNS .mbr-gallery-filter ul {
  display: block;
}
.cid-unt7ru4LNS .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-unt7ru4LNS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-unt7ru4LNS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-unt7ru4LNS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-unt7ru4LNS .mbr-gallery-row {
  margin-top: 50px;
}
.cid-unt7ru4LNS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unt7ru4LNS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-unt7ru4LNS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-unt7ru4LNS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unt7ru4LNS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-unt7ru4LNS .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-unt7ru4LNS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-unt7ru4LNS .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-unt7ru4LNS .mbr-gallery-item > div img,
.cid-unt7ru4LNS .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-unt7ru4LNS .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-unt7ru4LNS .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-unt7ru4LNS .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-unt7ru4LNS .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-unt7ru4LNS .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-unt7ru4LNS .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-unt7ru4LNS .mbr-section-title {
    text-align: center;
  }
  .cid-unt7ru4LNS .image {
    top: auto;
    height: 420px;
  }
  .cid-unt7ru4LNS .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-unt7ru4LNS .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-unt7ru4LNS .mbr-gallery-item > div img,
  .cid-unt7ru4LNS .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-unt7ru4LNS .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-unt7ru4LNS .image {
    height: 290px;
  }
}
.cid-unt84N4PRM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unt84N4PRM .mbr-section-title {
  margin-bottom: 25px;
}
.cid-unt84N4PRM .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-unt84N4PRM .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-unt84N4PRM .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-unt84N4PRM .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-unt84N4PRM .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-unt84N4PRM .mbr-gallery-filter ul {
  display: block;
}
.cid-unt84N4PRM .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-unt84N4PRM .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-unt84N4PRM .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-unt84N4PRM .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-unt84N4PRM .mbr-gallery-row {
  margin-top: 50px;
}
.cid-unt84N4PRM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unt84N4PRM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-unt84N4PRM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-unt84N4PRM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unt84N4PRM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-unt84N4PRM .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-unt84N4PRM .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-unt84N4PRM .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-unt84N4PRM .mbr-gallery-item > div img,
.cid-unt84N4PRM .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-unt84N4PRM .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-unt84N4PRM .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-unt84N4PRM .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-unt84N4PRM .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-unt84N4PRM .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-unt84N4PRM .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-unt84N4PRM .mbr-section-title {
    text-align: center;
  }
  .cid-unt84N4PRM .image {
    top: auto;
    height: 420px;
  }
  .cid-unt84N4PRM .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-unt84N4PRM .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-unt84N4PRM .mbr-gallery-item > div img,
  .cid-unt84N4PRM .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-unt84N4PRM .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-unt84N4PRM .image {
    height: 290px;
  }
}
.cid-untbaHVwta {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untbaHVwta .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untbaHVwta .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untbaHVwta .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untbaHVwta .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untbaHVwta .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untbaHVwta .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untbaHVwta .mbr-gallery-filter ul {
  display: block;
}
.cid-untbaHVwta .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untbaHVwta .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untbaHVwta .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untbaHVwta .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untbaHVwta .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untbaHVwta .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untbaHVwta .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untbaHVwta .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untbaHVwta .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untbaHVwta .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untbaHVwta .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untbaHVwta .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untbaHVwta .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untbaHVwta .mbr-gallery-item > div img,
.cid-untbaHVwta .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untbaHVwta .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untbaHVwta .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untbaHVwta .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untbaHVwta .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untbaHVwta .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untbaHVwta .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untbaHVwta .mbr-section-title {
    text-align: center;
  }
  .cid-untbaHVwta .image {
    top: auto;
    height: 420px;
  }
  .cid-untbaHVwta .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untbaHVwta .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untbaHVwta .mbr-gallery-item > div img,
  .cid-untbaHVwta .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untbaHVwta .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untbaHVwta .image {
    height: 290px;
  }
}
.cid-untenbF7S5 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untenbF7S5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untenbF7S5 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untenbF7S5 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untenbF7S5 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untenbF7S5 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untenbF7S5 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untenbF7S5 .mbr-gallery-filter ul {
  display: block;
}
.cid-untenbF7S5 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untenbF7S5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untenbF7S5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untenbF7S5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untenbF7S5 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untenbF7S5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untenbF7S5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untenbF7S5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untenbF7S5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untenbF7S5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untenbF7S5 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untenbF7S5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untenbF7S5 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untenbF7S5 .mbr-gallery-item > div img,
.cid-untenbF7S5 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untenbF7S5 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untenbF7S5 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untenbF7S5 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untenbF7S5 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untenbF7S5 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untenbF7S5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untenbF7S5 .mbr-section-title {
    text-align: center;
  }
  .cid-untenbF7S5 .image {
    top: auto;
    height: 420px;
  }
  .cid-untenbF7S5 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untenbF7S5 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untenbF7S5 .mbr-gallery-item > div img,
  .cid-untenbF7S5 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untenbF7S5 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untenbF7S5 .image {
    height: 290px;
  }
}
.cid-untf0PKHI8 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untf0PKHI8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untf0PKHI8 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untf0PKHI8 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untf0PKHI8 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untf0PKHI8 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untf0PKHI8 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untf0PKHI8 .mbr-gallery-filter ul {
  display: block;
}
.cid-untf0PKHI8 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untf0PKHI8 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untf0PKHI8 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untf0PKHI8 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untf0PKHI8 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untf0PKHI8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untf0PKHI8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untf0PKHI8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untf0PKHI8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untf0PKHI8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untf0PKHI8 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untf0PKHI8 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untf0PKHI8 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untf0PKHI8 .mbr-gallery-item > div img,
.cid-untf0PKHI8 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untf0PKHI8 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untf0PKHI8 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untf0PKHI8 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untf0PKHI8 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untf0PKHI8 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untf0PKHI8 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untf0PKHI8 .mbr-section-title {
    text-align: center;
  }
  .cid-untf0PKHI8 .image {
    top: auto;
    height: 420px;
  }
  .cid-untf0PKHI8 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untf0PKHI8 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untf0PKHI8 .mbr-gallery-item > div img,
  .cid-untf0PKHI8 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untf0PKHI8 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untf0PKHI8 .image {
    height: 290px;
  }
}
.cid-untfdKkorE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untfdKkorE .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untfdKkorE .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untfdKkorE .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untfdKkorE .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untfdKkorE .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untfdKkorE .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untfdKkorE .mbr-gallery-filter ul {
  display: block;
}
.cid-untfdKkorE .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untfdKkorE .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untfdKkorE .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untfdKkorE .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untfdKkorE .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untfdKkorE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untfdKkorE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untfdKkorE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untfdKkorE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untfdKkorE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untfdKkorE .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untfdKkorE .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untfdKkorE .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untfdKkorE .mbr-gallery-item > div img,
.cid-untfdKkorE .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untfdKkorE .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untfdKkorE .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untfdKkorE .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untfdKkorE .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untfdKkorE .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untfdKkorE .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untfdKkorE .mbr-section-title {
    text-align: center;
  }
  .cid-untfdKkorE .image {
    top: auto;
    height: 420px;
  }
  .cid-untfdKkorE .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untfdKkorE .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untfdKkorE .mbr-gallery-item > div img,
  .cid-untfdKkorE .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untfdKkorE .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untfdKkorE .image {
    height: 290px;
  }
}
.cid-untfCoSMEX {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untfCoSMEX .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untfCoSMEX .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untfCoSMEX .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untfCoSMEX .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untfCoSMEX .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untfCoSMEX .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untfCoSMEX .mbr-gallery-filter ul {
  display: block;
}
.cid-untfCoSMEX .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untfCoSMEX .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untfCoSMEX .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untfCoSMEX .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untfCoSMEX .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untfCoSMEX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untfCoSMEX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untfCoSMEX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untfCoSMEX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untfCoSMEX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untfCoSMEX .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untfCoSMEX .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untfCoSMEX .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untfCoSMEX .mbr-gallery-item > div img,
.cid-untfCoSMEX .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untfCoSMEX .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untfCoSMEX .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untfCoSMEX .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untfCoSMEX .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untfCoSMEX .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untfCoSMEX .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untfCoSMEX .mbr-section-title {
    text-align: center;
  }
  .cid-untfCoSMEX .image {
    top: auto;
    height: 420px;
  }
  .cid-untfCoSMEX .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untfCoSMEX .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untfCoSMEX .mbr-gallery-item > div img,
  .cid-untfCoSMEX .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untfCoSMEX .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untfCoSMEX .image {
    height: 290px;
  }
}
.cid-untfZCLPQ0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-untfZCLPQ0 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-untfZCLPQ0 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-untfZCLPQ0 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-untfZCLPQ0 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-untfZCLPQ0 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-untfZCLPQ0 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-untfZCLPQ0 .mbr-gallery-filter ul {
  display: block;
}
.cid-untfZCLPQ0 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-untfZCLPQ0 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-untfZCLPQ0 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-untfZCLPQ0 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-untfZCLPQ0 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-untfZCLPQ0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-untfZCLPQ0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-untfZCLPQ0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-untfZCLPQ0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-untfZCLPQ0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-untfZCLPQ0 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-untfZCLPQ0 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-untfZCLPQ0 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-untfZCLPQ0 .mbr-gallery-item > div img,
.cid-untfZCLPQ0 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-untfZCLPQ0 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-untfZCLPQ0 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-untfZCLPQ0 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-untfZCLPQ0 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-untfZCLPQ0 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-untfZCLPQ0 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-untfZCLPQ0 .mbr-section-title {
    text-align: center;
  }
  .cid-untfZCLPQ0 .image {
    top: auto;
    height: 420px;
  }
  .cid-untfZCLPQ0 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-untfZCLPQ0 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-untfZCLPQ0 .mbr-gallery-item > div img,
  .cid-untfZCLPQ0 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-untfZCLPQ0 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-untfZCLPQ0 .image {
    height: 290px;
  }
}
.cid-unxurdXc1l {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unxurdXc1l .mbr-section-title {
  margin-bottom: 25px;
}
.cid-unxurdXc1l .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-unxurdXc1l .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-unxurdXc1l .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-unxurdXc1l .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-unxurdXc1l .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-unxurdXc1l .mbr-gallery-filter ul {
  display: block;
}
.cid-unxurdXc1l .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-unxurdXc1l .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-unxurdXc1l .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-unxurdXc1l .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-unxurdXc1l .mbr-gallery-row {
  margin-top: 50px;
}
.cid-unxurdXc1l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unxurdXc1l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-unxurdXc1l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-unxurdXc1l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unxurdXc1l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-unxurdXc1l .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-unxurdXc1l .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-unxurdXc1l .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-unxurdXc1l .mbr-gallery-item > div img,
.cid-unxurdXc1l .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-unxurdXc1l .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-unxurdXc1l .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-unxurdXc1l .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-unxurdXc1l .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-unxurdXc1l .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-unxurdXc1l .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-unxurdXc1l .mbr-section-title {
    text-align: center;
  }
  .cid-unxurdXc1l .image {
    top: auto;
    height: 420px;
  }
  .cid-unxurdXc1l .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-unxurdXc1l .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-unxurdXc1l .mbr-gallery-item > div img,
  .cid-unxurdXc1l .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-unxurdXc1l .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-unxurdXc1l .image {
    height: 290px;
  }
}
.cid-unthVVCTam {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-unthVVCTam .mbr-section-title {
  margin-bottom: 25px;
}
.cid-unthVVCTam .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-unthVVCTam .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-unthVVCTam .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-unthVVCTam .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-unthVVCTam .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-unthVVCTam .mbr-gallery-filter ul {
  display: block;
}
.cid-unthVVCTam .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-unthVVCTam .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-unthVVCTam .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-unthVVCTam .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-unthVVCTam .mbr-gallery-row {
  margin-top: 50px;
}
.cid-unthVVCTam .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-unthVVCTam .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-unthVVCTam .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-unthVVCTam .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-unthVVCTam .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-unthVVCTam .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-unthVVCTam .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-unthVVCTam .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-unthVVCTam .mbr-gallery-item > div img,
.cid-unthVVCTam .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-unthVVCTam .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-unthVVCTam .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-unthVVCTam .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-unthVVCTam .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-unthVVCTam .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-unthVVCTam .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-unthVVCTam .mbr-section-title {
    text-align: center;
  }
  .cid-unthVVCTam .image {
    top: auto;
    height: 420px;
  }
  .cid-unthVVCTam .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-unthVVCTam .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-unthVVCTam .mbr-gallery-item > div img,
  .cid-unthVVCTam .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-unthVVCTam .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-unthVVCTam .image {
    height: 290px;
  }
}
.cid-uoEYPBg8ls {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoEYPBg8ls .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoEYPBg8ls .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoEYPBg8ls .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoEYPBg8ls .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoEYPBg8ls .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoEYPBg8ls .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoEYPBg8ls .mbr-gallery-filter ul {
  display: block;
}
.cid-uoEYPBg8ls .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoEYPBg8ls .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoEYPBg8ls .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoEYPBg8ls .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoEYPBg8ls .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoEYPBg8ls .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoEYPBg8ls .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoEYPBg8ls .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoEYPBg8ls .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoEYPBg8ls .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoEYPBg8ls .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoEYPBg8ls .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoEYPBg8ls .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoEYPBg8ls .mbr-gallery-item > div img,
.cid-uoEYPBg8ls .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoEYPBg8ls .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoEYPBg8ls .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoEYPBg8ls .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoEYPBg8ls .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoEYPBg8ls .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoEYPBg8ls .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoEYPBg8ls .mbr-section-title {
    text-align: center;
  }
  .cid-uoEYPBg8ls .image {
    top: auto;
    height: 420px;
  }
  .cid-uoEYPBg8ls .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoEYPBg8ls .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoEYPBg8ls .mbr-gallery-item > div img,
  .cid-uoEYPBg8ls .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoEYPBg8ls .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoEYPBg8ls .image {
    height: 290px;
  }
}
.cid-uoEZAC24jS {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoEZAC24jS .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoEZAC24jS .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoEZAC24jS .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoEZAC24jS .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoEZAC24jS .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoEZAC24jS .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoEZAC24jS .mbr-gallery-filter ul {
  display: block;
}
.cid-uoEZAC24jS .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoEZAC24jS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoEZAC24jS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoEZAC24jS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoEZAC24jS .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoEZAC24jS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoEZAC24jS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoEZAC24jS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoEZAC24jS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoEZAC24jS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoEZAC24jS .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoEZAC24jS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoEZAC24jS .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoEZAC24jS .mbr-gallery-item > div img,
.cid-uoEZAC24jS .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoEZAC24jS .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoEZAC24jS .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoEZAC24jS .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoEZAC24jS .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoEZAC24jS .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoEZAC24jS .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoEZAC24jS .mbr-section-title {
    text-align: center;
  }
  .cid-uoEZAC24jS .image {
    top: auto;
    height: 420px;
  }
  .cid-uoEZAC24jS .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoEZAC24jS .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoEZAC24jS .mbr-gallery-item > div img,
  .cid-uoEZAC24jS .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoEZAC24jS .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoEZAC24jS .image {
    height: 290px;
  }
}
.cid-uoF0Lub86c {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF0Lub86c .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF0Lub86c .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF0Lub86c .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF0Lub86c .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF0Lub86c .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF0Lub86c .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF0Lub86c .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF0Lub86c .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF0Lub86c .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF0Lub86c .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF0Lub86c .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF0Lub86c .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF0Lub86c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF0Lub86c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF0Lub86c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF0Lub86c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF0Lub86c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF0Lub86c .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF0Lub86c .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF0Lub86c .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF0Lub86c .mbr-gallery-item > div img,
.cid-uoF0Lub86c .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF0Lub86c .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF0Lub86c .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF0Lub86c .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF0Lub86c .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF0Lub86c .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF0Lub86c .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF0Lub86c .mbr-section-title {
    text-align: center;
  }
  .cid-uoF0Lub86c .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF0Lub86c .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF0Lub86c .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF0Lub86c .mbr-gallery-item > div img,
  .cid-uoF0Lub86c .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF0Lub86c .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF0Lub86c .image {
    height: 290px;
  }
}
.cid-uoF1vQr6Jc {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF1vQr6Jc .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF1vQr6Jc .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF1vQr6Jc .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF1vQr6Jc .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF1vQr6Jc .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF1vQr6Jc .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF1vQr6Jc .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF1vQr6Jc .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF1vQr6Jc .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF1vQr6Jc .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF1vQr6Jc .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF1vQr6Jc .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF1vQr6Jc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF1vQr6Jc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF1vQr6Jc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF1vQr6Jc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF1vQr6Jc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF1vQr6Jc .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF1vQr6Jc .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF1vQr6Jc .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF1vQr6Jc .mbr-gallery-item > div img,
.cid-uoF1vQr6Jc .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF1vQr6Jc .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF1vQr6Jc .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF1vQr6Jc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF1vQr6Jc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF1vQr6Jc .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF1vQr6Jc .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF1vQr6Jc .mbr-section-title {
    text-align: center;
  }
  .cid-uoF1vQr6Jc .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF1vQr6Jc .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF1vQr6Jc .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF1vQr6Jc .mbr-gallery-item > div img,
  .cid-uoF1vQr6Jc .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF1vQr6Jc .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF1vQr6Jc .image {
    height: 290px;
  }
}
.cid-uoF2tAHPx3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF2tAHPx3 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF2tAHPx3 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF2tAHPx3 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF2tAHPx3 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF2tAHPx3 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF2tAHPx3 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF2tAHPx3 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF2tAHPx3 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF2tAHPx3 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF2tAHPx3 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF2tAHPx3 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF2tAHPx3 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF2tAHPx3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF2tAHPx3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF2tAHPx3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF2tAHPx3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF2tAHPx3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF2tAHPx3 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF2tAHPx3 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF2tAHPx3 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF2tAHPx3 .mbr-gallery-item > div img,
.cid-uoF2tAHPx3 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF2tAHPx3 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF2tAHPx3 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF2tAHPx3 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF2tAHPx3 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF2tAHPx3 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF2tAHPx3 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF2tAHPx3 .mbr-section-title {
    text-align: center;
  }
  .cid-uoF2tAHPx3 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF2tAHPx3 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF2tAHPx3 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF2tAHPx3 .mbr-gallery-item > div img,
  .cid-uoF2tAHPx3 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF2tAHPx3 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF2tAHPx3 .image {
    height: 290px;
  }
}
.cid-uoF2W6gaM5 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF2W6gaM5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF2W6gaM5 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF2W6gaM5 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF2W6gaM5 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF2W6gaM5 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF2W6gaM5 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF2W6gaM5 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF2W6gaM5 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF2W6gaM5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF2W6gaM5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF2W6gaM5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF2W6gaM5 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF2W6gaM5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF2W6gaM5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF2W6gaM5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF2W6gaM5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF2W6gaM5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF2W6gaM5 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF2W6gaM5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF2W6gaM5 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF2W6gaM5 .mbr-gallery-item > div img,
.cid-uoF2W6gaM5 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF2W6gaM5 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF2W6gaM5 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF2W6gaM5 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF2W6gaM5 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF2W6gaM5 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF2W6gaM5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF2W6gaM5 .mbr-section-title {
    text-align: center;
  }
  .cid-uoF2W6gaM5 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF2W6gaM5 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF2W6gaM5 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF2W6gaM5 .mbr-gallery-item > div img,
  .cid-uoF2W6gaM5 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF2W6gaM5 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF2W6gaM5 .image {
    height: 290px;
  }
}
.cid-uoF3oKiq3R {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF3oKiq3R .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF3oKiq3R .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF3oKiq3R .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF3oKiq3R .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF3oKiq3R .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF3oKiq3R .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF3oKiq3R .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF3oKiq3R .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF3oKiq3R .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF3oKiq3R .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF3oKiq3R .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF3oKiq3R .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF3oKiq3R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF3oKiq3R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF3oKiq3R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF3oKiq3R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF3oKiq3R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF3oKiq3R .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF3oKiq3R .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF3oKiq3R .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF3oKiq3R .mbr-gallery-item > div img,
.cid-uoF3oKiq3R .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF3oKiq3R .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF3oKiq3R .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF3oKiq3R .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF3oKiq3R .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF3oKiq3R .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF3oKiq3R .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF3oKiq3R .mbr-section-title {
    text-align: center;
  }
  .cid-uoF3oKiq3R .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF3oKiq3R .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF3oKiq3R .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF3oKiq3R .mbr-gallery-item > div img,
  .cid-uoF3oKiq3R .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF3oKiq3R .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF3oKiq3R .image {
    height: 290px;
  }
}
.cid-uoF44KUIX5 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF44KUIX5 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF44KUIX5 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF44KUIX5 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF44KUIX5 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF44KUIX5 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF44KUIX5 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF44KUIX5 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF44KUIX5 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF44KUIX5 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF44KUIX5 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF44KUIX5 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF44KUIX5 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF44KUIX5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF44KUIX5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF44KUIX5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF44KUIX5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF44KUIX5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF44KUIX5 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF44KUIX5 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF44KUIX5 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF44KUIX5 .mbr-gallery-item > div img,
.cid-uoF44KUIX5 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF44KUIX5 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF44KUIX5 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF44KUIX5 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF44KUIX5 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF44KUIX5 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF44KUIX5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF44KUIX5 .mbr-section-title {
    text-align: center;
  }
  .cid-uoF44KUIX5 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF44KUIX5 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF44KUIX5 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF44KUIX5 .mbr-gallery-item > div img,
  .cid-uoF44KUIX5 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF44KUIX5 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF44KUIX5 .image {
    height: 290px;
  }
}
.cid-uoF4aIln9a {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoF4aIln9a .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoF4aIln9a .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoF4aIln9a .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoF4aIln9a .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoF4aIln9a .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoF4aIln9a .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoF4aIln9a .mbr-gallery-filter ul {
  display: block;
}
.cid-uoF4aIln9a .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoF4aIln9a .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoF4aIln9a .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoF4aIln9a .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoF4aIln9a .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoF4aIln9a .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoF4aIln9a .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoF4aIln9a .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoF4aIln9a .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoF4aIln9a .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoF4aIln9a .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoF4aIln9a .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoF4aIln9a .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoF4aIln9a .mbr-gallery-item > div img,
.cid-uoF4aIln9a .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoF4aIln9a .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoF4aIln9a .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoF4aIln9a .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoF4aIln9a .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoF4aIln9a .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoF4aIln9a .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoF4aIln9a .mbr-section-title {
    text-align: center;
  }
  .cid-uoF4aIln9a .image {
    top: auto;
    height: 420px;
  }
  .cid-uoF4aIln9a .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoF4aIln9a .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoF4aIln9a .mbr-gallery-item > div img,
  .cid-uoF4aIln9a .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoF4aIln9a .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoF4aIln9a .image {
    height: 290px;
  }
}
.cid-uoQfpvTDmD {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQfpvTDmD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQfpvTDmD .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQfpvTDmD .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQfpvTDmD .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQfpvTDmD .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQfpvTDmD .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQfpvTDmD .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQfpvTDmD .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQfpvTDmD .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQfpvTDmD .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQfpvTDmD .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQfpvTDmD .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQfpvTDmD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQfpvTDmD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQfpvTDmD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQfpvTDmD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQfpvTDmD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQfpvTDmD .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQfpvTDmD .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQfpvTDmD .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQfpvTDmD .mbr-gallery-item > div img,
.cid-uoQfpvTDmD .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQfpvTDmD .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQfpvTDmD .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQfpvTDmD .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQfpvTDmD .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQfpvTDmD .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQfpvTDmD .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQfpvTDmD .mbr-section-title {
    text-align: center;
  }
  .cid-uoQfpvTDmD .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQfpvTDmD .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQfpvTDmD .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQfpvTDmD .mbr-gallery-item > div img,
  .cid-uoQfpvTDmD .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQfpvTDmD .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQfpvTDmD .image {
    height: 290px;
  }
}
.cid-uoQgQKwcfD {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQgQKwcfD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQgQKwcfD .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQgQKwcfD .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQgQKwcfD .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQgQKwcfD .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQgQKwcfD .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQgQKwcfD .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQgQKwcfD .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQgQKwcfD .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQgQKwcfD .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQgQKwcfD .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQgQKwcfD .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQgQKwcfD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQgQKwcfD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQgQKwcfD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQgQKwcfD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQgQKwcfD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQgQKwcfD .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQgQKwcfD .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQgQKwcfD .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQgQKwcfD .mbr-gallery-item > div img,
.cid-uoQgQKwcfD .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQgQKwcfD .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQgQKwcfD .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQgQKwcfD .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQgQKwcfD .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQgQKwcfD .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQgQKwcfD .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQgQKwcfD .mbr-section-title {
    text-align: center;
  }
  .cid-uoQgQKwcfD .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQgQKwcfD .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQgQKwcfD .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQgQKwcfD .mbr-gallery-item > div img,
  .cid-uoQgQKwcfD .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQgQKwcfD .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQgQKwcfD .image {
    height: 290px;
  }
}
.cid-uoQipthhnr {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQipthhnr .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQipthhnr .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQipthhnr .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQipthhnr .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQipthhnr .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQipthhnr .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQipthhnr .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQipthhnr .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQipthhnr .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQipthhnr .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQipthhnr .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQipthhnr .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQipthhnr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQipthhnr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQipthhnr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQipthhnr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQipthhnr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQipthhnr .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQipthhnr .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQipthhnr .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQipthhnr .mbr-gallery-item > div img,
.cid-uoQipthhnr .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQipthhnr .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQipthhnr .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQipthhnr .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQipthhnr .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQipthhnr .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQipthhnr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQipthhnr .mbr-section-title {
    text-align: center;
  }
  .cid-uoQipthhnr .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQipthhnr .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQipthhnr .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQipthhnr .mbr-gallery-item > div img,
  .cid-uoQipthhnr .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQipthhnr .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQipthhnr .image {
    height: 290px;
  }
}
.cid-uoQkCxqB2q {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQkCxqB2q .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQkCxqB2q .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQkCxqB2q .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQkCxqB2q .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQkCxqB2q .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQkCxqB2q .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQkCxqB2q .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQkCxqB2q .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQkCxqB2q .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQkCxqB2q .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQkCxqB2q .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQkCxqB2q .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQkCxqB2q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQkCxqB2q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQkCxqB2q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQkCxqB2q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQkCxqB2q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQkCxqB2q .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQkCxqB2q .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQkCxqB2q .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQkCxqB2q .mbr-gallery-item > div img,
.cid-uoQkCxqB2q .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQkCxqB2q .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQkCxqB2q .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQkCxqB2q .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQkCxqB2q .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQkCxqB2q .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQkCxqB2q .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQkCxqB2q .mbr-section-title {
    text-align: center;
  }
  .cid-uoQkCxqB2q .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQkCxqB2q .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQkCxqB2q .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQkCxqB2q .mbr-gallery-item > div img,
  .cid-uoQkCxqB2q .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQkCxqB2q .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQkCxqB2q .image {
    height: 290px;
  }
}
.cid-uoQm7ZOOnW {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQm7ZOOnW .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQm7ZOOnW .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQm7ZOOnW .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQm7ZOOnW .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQm7ZOOnW .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQm7ZOOnW .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQm7ZOOnW .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQm7ZOOnW .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQm7ZOOnW .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQm7ZOOnW .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQm7ZOOnW .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQm7ZOOnW .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQm7ZOOnW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQm7ZOOnW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQm7ZOOnW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQm7ZOOnW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQm7ZOOnW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQm7ZOOnW .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQm7ZOOnW .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQm7ZOOnW .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQm7ZOOnW .mbr-gallery-item > div img,
.cid-uoQm7ZOOnW .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQm7ZOOnW .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQm7ZOOnW .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQm7ZOOnW .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQm7ZOOnW .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQm7ZOOnW .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQm7ZOOnW .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQm7ZOOnW .mbr-section-title {
    text-align: center;
  }
  .cid-uoQm7ZOOnW .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQm7ZOOnW .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQm7ZOOnW .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQm7ZOOnW .mbr-gallery-item > div img,
  .cid-uoQm7ZOOnW .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQm7ZOOnW .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQm7ZOOnW .image {
    height: 290px;
  }
}
.cid-uoQmOcXPOZ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQmOcXPOZ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQmOcXPOZ .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQmOcXPOZ .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQmOcXPOZ .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQmOcXPOZ .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQmOcXPOZ .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQmOcXPOZ .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQmOcXPOZ .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQmOcXPOZ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQmOcXPOZ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQmOcXPOZ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQmOcXPOZ .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQmOcXPOZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQmOcXPOZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQmOcXPOZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQmOcXPOZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQmOcXPOZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQmOcXPOZ .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQmOcXPOZ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQmOcXPOZ .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQmOcXPOZ .mbr-gallery-item > div img,
.cid-uoQmOcXPOZ .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQmOcXPOZ .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQmOcXPOZ .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQmOcXPOZ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQmOcXPOZ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQmOcXPOZ .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQmOcXPOZ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQmOcXPOZ .mbr-section-title {
    text-align: center;
  }
  .cid-uoQmOcXPOZ .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQmOcXPOZ .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQmOcXPOZ .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQmOcXPOZ .mbr-gallery-item > div img,
  .cid-uoQmOcXPOZ .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQmOcXPOZ .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQmOcXPOZ .image {
    height: 290px;
  }
}
.cid-uoQnI4x17K {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQnI4x17K .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQnI4x17K .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQnI4x17K .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQnI4x17K .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQnI4x17K .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQnI4x17K .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQnI4x17K .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQnI4x17K .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQnI4x17K .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQnI4x17K .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQnI4x17K .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQnI4x17K .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQnI4x17K .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQnI4x17K .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQnI4x17K .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQnI4x17K .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQnI4x17K .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQnI4x17K .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQnI4x17K .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQnI4x17K .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQnI4x17K .mbr-gallery-item > div img,
.cid-uoQnI4x17K .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQnI4x17K .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQnI4x17K .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQnI4x17K .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQnI4x17K .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQnI4x17K .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQnI4x17K .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQnI4x17K .mbr-section-title {
    text-align: center;
  }
  .cid-uoQnI4x17K .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQnI4x17K .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQnI4x17K .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQnI4x17K .mbr-gallery-item > div img,
  .cid-uoQnI4x17K .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQnI4x17K .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQnI4x17K .image {
    height: 290px;
  }
}
.cid-uoQokcwxkr {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQokcwxkr .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQokcwxkr .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQokcwxkr .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQokcwxkr .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQokcwxkr .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQokcwxkr .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQokcwxkr .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQokcwxkr .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQokcwxkr .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQokcwxkr .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQokcwxkr .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQokcwxkr .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQokcwxkr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQokcwxkr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQokcwxkr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQokcwxkr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQokcwxkr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQokcwxkr .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQokcwxkr .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQokcwxkr .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQokcwxkr .mbr-gallery-item > div img,
.cid-uoQokcwxkr .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQokcwxkr .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQokcwxkr .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQokcwxkr .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQokcwxkr .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQokcwxkr .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQokcwxkr .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQokcwxkr .mbr-section-title {
    text-align: center;
  }
  .cid-uoQokcwxkr .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQokcwxkr .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQokcwxkr .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQokcwxkr .mbr-gallery-item > div img,
  .cid-uoQokcwxkr .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQokcwxkr .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQokcwxkr .image {
    height: 290px;
  }
}
.cid-uoQp3Q0AzS {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQp3Q0AzS .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQp3Q0AzS .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQp3Q0AzS .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQp3Q0AzS .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQp3Q0AzS .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQp3Q0AzS .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQp3Q0AzS .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQp3Q0AzS .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQp3Q0AzS .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQp3Q0AzS .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQp3Q0AzS .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQp3Q0AzS .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQp3Q0AzS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQp3Q0AzS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQp3Q0AzS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQp3Q0AzS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQp3Q0AzS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQp3Q0AzS .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQp3Q0AzS .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQp3Q0AzS .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQp3Q0AzS .mbr-gallery-item > div img,
.cid-uoQp3Q0AzS .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQp3Q0AzS .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQp3Q0AzS .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQp3Q0AzS .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQp3Q0AzS .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQp3Q0AzS .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQp3Q0AzS .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQp3Q0AzS .mbr-section-title {
    text-align: center;
  }
  .cid-uoQp3Q0AzS .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQp3Q0AzS .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQp3Q0AzS .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQp3Q0AzS .mbr-gallery-item > div img,
  .cid-uoQp3Q0AzS .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQp3Q0AzS .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQp3Q0AzS .image {
    height: 290px;
  }
}
.cid-uoQpQ4eTlY {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQpQ4eTlY .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQpQ4eTlY .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQpQ4eTlY .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQpQ4eTlY .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQpQ4eTlY .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQpQ4eTlY .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQpQ4eTlY .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQpQ4eTlY .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQpQ4eTlY .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQpQ4eTlY .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQpQ4eTlY .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQpQ4eTlY .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQpQ4eTlY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQpQ4eTlY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQpQ4eTlY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQpQ4eTlY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQpQ4eTlY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQpQ4eTlY .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQpQ4eTlY .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQpQ4eTlY .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQpQ4eTlY .mbr-gallery-item > div img,
.cid-uoQpQ4eTlY .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQpQ4eTlY .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQpQ4eTlY .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQpQ4eTlY .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQpQ4eTlY .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQpQ4eTlY .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQpQ4eTlY .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQpQ4eTlY .mbr-section-title {
    text-align: center;
  }
  .cid-uoQpQ4eTlY .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQpQ4eTlY .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQpQ4eTlY .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQpQ4eTlY .mbr-gallery-item > div img,
  .cid-uoQpQ4eTlY .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQpQ4eTlY .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQpQ4eTlY .image {
    height: 290px;
  }
}
.cid-uoQqFecZof {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQqFecZof .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQqFecZof .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQqFecZof .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQqFecZof .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQqFecZof .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQqFecZof .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQqFecZof .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQqFecZof .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQqFecZof .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQqFecZof .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQqFecZof .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQqFecZof .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQqFecZof .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQqFecZof .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQqFecZof .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQqFecZof .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQqFecZof .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQqFecZof .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQqFecZof .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQqFecZof .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQqFecZof .mbr-gallery-item > div img,
.cid-uoQqFecZof .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQqFecZof .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQqFecZof .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQqFecZof .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQqFecZof .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQqFecZof .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQqFecZof .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQqFecZof .mbr-section-title {
    text-align: center;
  }
  .cid-uoQqFecZof .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQqFecZof .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQqFecZof .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQqFecZof .mbr-gallery-item > div img,
  .cid-uoQqFecZof .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQqFecZof .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQqFecZof .image {
    height: 290px;
  }
}
.cid-uoQrGtMpBP {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQrGtMpBP .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQrGtMpBP .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQrGtMpBP .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQrGtMpBP .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQrGtMpBP .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQrGtMpBP .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQrGtMpBP .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQrGtMpBP .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQrGtMpBP .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQrGtMpBP .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQrGtMpBP .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQrGtMpBP .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQrGtMpBP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQrGtMpBP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQrGtMpBP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQrGtMpBP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQrGtMpBP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQrGtMpBP .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQrGtMpBP .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQrGtMpBP .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQrGtMpBP .mbr-gallery-item > div img,
.cid-uoQrGtMpBP .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQrGtMpBP .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQrGtMpBP .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQrGtMpBP .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQrGtMpBP .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQrGtMpBP .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQrGtMpBP .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQrGtMpBP .mbr-section-title {
    text-align: center;
  }
  .cid-uoQrGtMpBP .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQrGtMpBP .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQrGtMpBP .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQrGtMpBP .mbr-gallery-item > div img,
  .cid-uoQrGtMpBP .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQrGtMpBP .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQrGtMpBP .image {
    height: 290px;
  }
}
.cid-uoQsrxDo8U {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQsrxDo8U .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQsrxDo8U .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQsrxDo8U .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQsrxDo8U .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQsrxDo8U .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQsrxDo8U .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQsrxDo8U .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQsrxDo8U .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQsrxDo8U .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQsrxDo8U .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQsrxDo8U .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQsrxDo8U .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQsrxDo8U .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQsrxDo8U .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQsrxDo8U .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQsrxDo8U .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQsrxDo8U .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQsrxDo8U .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQsrxDo8U .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQsrxDo8U .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQsrxDo8U .mbr-gallery-item > div img,
.cid-uoQsrxDo8U .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQsrxDo8U .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQsrxDo8U .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQsrxDo8U .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQsrxDo8U .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQsrxDo8U .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQsrxDo8U .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQsrxDo8U .mbr-section-title {
    text-align: center;
  }
  .cid-uoQsrxDo8U .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQsrxDo8U .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQsrxDo8U .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQsrxDo8U .mbr-gallery-item > div img,
  .cid-uoQsrxDo8U .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQsrxDo8U .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQsrxDo8U .image {
    height: 290px;
  }
}
.cid-uoQtnjkFU0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQtnjkFU0 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQtnjkFU0 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQtnjkFU0 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQtnjkFU0 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQtnjkFU0 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQtnjkFU0 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQtnjkFU0 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQtnjkFU0 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQtnjkFU0 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQtnjkFU0 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQtnjkFU0 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQtnjkFU0 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQtnjkFU0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQtnjkFU0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQtnjkFU0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQtnjkFU0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQtnjkFU0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQtnjkFU0 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQtnjkFU0 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQtnjkFU0 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQtnjkFU0 .mbr-gallery-item > div img,
.cid-uoQtnjkFU0 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQtnjkFU0 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQtnjkFU0 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQtnjkFU0 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQtnjkFU0 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQtnjkFU0 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQtnjkFU0 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQtnjkFU0 .mbr-section-title {
    text-align: center;
  }
  .cid-uoQtnjkFU0 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQtnjkFU0 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQtnjkFU0 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQtnjkFU0 .mbr-gallery-item > div img,
  .cid-uoQtnjkFU0 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQtnjkFU0 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQtnjkFU0 .image {
    height: 290px;
  }
}
.cid-uoQu2oSzbP {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQu2oSzbP .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQu2oSzbP .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQu2oSzbP .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQu2oSzbP .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQu2oSzbP .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQu2oSzbP .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQu2oSzbP .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQu2oSzbP .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQu2oSzbP .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQu2oSzbP .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQu2oSzbP .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQu2oSzbP .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQu2oSzbP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQu2oSzbP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQu2oSzbP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQu2oSzbP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQu2oSzbP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQu2oSzbP .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQu2oSzbP .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQu2oSzbP .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQu2oSzbP .mbr-gallery-item > div img,
.cid-uoQu2oSzbP .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQu2oSzbP .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQu2oSzbP .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQu2oSzbP .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQu2oSzbP .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQu2oSzbP .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQu2oSzbP .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQu2oSzbP .mbr-section-title {
    text-align: center;
  }
  .cid-uoQu2oSzbP .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQu2oSzbP .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQu2oSzbP .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQu2oSzbP .mbr-gallery-item > div img,
  .cid-uoQu2oSzbP .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQu2oSzbP .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQu2oSzbP .image {
    height: 290px;
  }
}
.cid-uoQuVMb2bn {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQuVMb2bn .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQuVMb2bn .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQuVMb2bn .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQuVMb2bn .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQuVMb2bn .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQuVMb2bn .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQuVMb2bn .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQuVMb2bn .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQuVMb2bn .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQuVMb2bn .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQuVMb2bn .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQuVMb2bn .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQuVMb2bn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQuVMb2bn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQuVMb2bn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQuVMb2bn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQuVMb2bn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQuVMb2bn .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQuVMb2bn .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQuVMb2bn .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQuVMb2bn .mbr-gallery-item > div img,
.cid-uoQuVMb2bn .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQuVMb2bn .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQuVMb2bn .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQuVMb2bn .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQuVMb2bn .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQuVMb2bn .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQuVMb2bn .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQuVMb2bn .mbr-section-title {
    text-align: center;
  }
  .cid-uoQuVMb2bn .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQuVMb2bn .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQuVMb2bn .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQuVMb2bn .mbr-gallery-item > div img,
  .cid-uoQuVMb2bn .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQuVMb2bn .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQuVMb2bn .image {
    height: 290px;
  }
}
.cid-uoQvT55GQ0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQvT55GQ0 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQvT55GQ0 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQvT55GQ0 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQvT55GQ0 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQvT55GQ0 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQvT55GQ0 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQvT55GQ0 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQvT55GQ0 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQvT55GQ0 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQvT55GQ0 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQvT55GQ0 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQvT55GQ0 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQvT55GQ0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQvT55GQ0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQvT55GQ0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQvT55GQ0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQvT55GQ0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQvT55GQ0 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQvT55GQ0 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQvT55GQ0 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQvT55GQ0 .mbr-gallery-item > div img,
.cid-uoQvT55GQ0 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQvT55GQ0 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQvT55GQ0 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQvT55GQ0 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQvT55GQ0 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQvT55GQ0 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQvT55GQ0 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQvT55GQ0 .mbr-section-title {
    text-align: center;
  }
  .cid-uoQvT55GQ0 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQvT55GQ0 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQvT55GQ0 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQvT55GQ0 .mbr-gallery-item > div img,
  .cid-uoQvT55GQ0 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQvT55GQ0 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQvT55GQ0 .image {
    height: 290px;
  }
}
.cid-uoQwIeoWcb {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQwIeoWcb .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQwIeoWcb .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQwIeoWcb .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQwIeoWcb .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQwIeoWcb .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQwIeoWcb .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQwIeoWcb .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQwIeoWcb .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQwIeoWcb .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQwIeoWcb .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQwIeoWcb .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQwIeoWcb .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQwIeoWcb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQwIeoWcb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQwIeoWcb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQwIeoWcb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQwIeoWcb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQwIeoWcb .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQwIeoWcb .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQwIeoWcb .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQwIeoWcb .mbr-gallery-item > div img,
.cid-uoQwIeoWcb .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQwIeoWcb .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQwIeoWcb .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQwIeoWcb .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQwIeoWcb .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQwIeoWcb .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQwIeoWcb .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQwIeoWcb .mbr-section-title {
    text-align: center;
  }
  .cid-uoQwIeoWcb .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQwIeoWcb .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQwIeoWcb .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQwIeoWcb .mbr-gallery-item > div img,
  .cid-uoQwIeoWcb .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQwIeoWcb .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQwIeoWcb .image {
    height: 290px;
  }
}
.cid-uoQwNudDK2 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQwNudDK2 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQwNudDK2 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQwNudDK2 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQwNudDK2 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQwNudDK2 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQwNudDK2 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQwNudDK2 .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQwNudDK2 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQwNudDK2 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQwNudDK2 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQwNudDK2 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQwNudDK2 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQwNudDK2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQwNudDK2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQwNudDK2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQwNudDK2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQwNudDK2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQwNudDK2 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQwNudDK2 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQwNudDK2 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQwNudDK2 .mbr-gallery-item > div img,
.cid-uoQwNudDK2 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQwNudDK2 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQwNudDK2 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQwNudDK2 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQwNudDK2 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQwNudDK2 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQwNudDK2 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQwNudDK2 .mbr-section-title {
    text-align: center;
  }
  .cid-uoQwNudDK2 .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQwNudDK2 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQwNudDK2 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQwNudDK2 .mbr-gallery-item > div img,
  .cid-uoQwNudDK2 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQwNudDK2 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQwNudDK2 .image {
    height: 290px;
  }
}
.cid-uoQyAl0C5C {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQyAl0C5C .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQyAl0C5C .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQyAl0C5C .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQyAl0C5C .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQyAl0C5C .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQyAl0C5C .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQyAl0C5C .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQyAl0C5C .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQyAl0C5C .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQyAl0C5C .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQyAl0C5C .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQyAl0C5C .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQyAl0C5C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQyAl0C5C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQyAl0C5C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQyAl0C5C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQyAl0C5C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQyAl0C5C .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQyAl0C5C .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQyAl0C5C .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQyAl0C5C .mbr-gallery-item > div img,
.cid-uoQyAl0C5C .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQyAl0C5C .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQyAl0C5C .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQyAl0C5C .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQyAl0C5C .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQyAl0C5C .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQyAl0C5C .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQyAl0C5C .mbr-section-title {
    text-align: center;
  }
  .cid-uoQyAl0C5C .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQyAl0C5C .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQyAl0C5C .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQyAl0C5C .mbr-gallery-item > div img,
  .cid-uoQyAl0C5C .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQyAl0C5C .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQyAl0C5C .image {
    height: 290px;
  }
}
.cid-uoQzKO8NRJ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQzKO8NRJ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQzKO8NRJ .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQzKO8NRJ .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQzKO8NRJ .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQzKO8NRJ .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQzKO8NRJ .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQzKO8NRJ .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQzKO8NRJ .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQzKO8NRJ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQzKO8NRJ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQzKO8NRJ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQzKO8NRJ .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQzKO8NRJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQzKO8NRJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQzKO8NRJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQzKO8NRJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQzKO8NRJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQzKO8NRJ .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQzKO8NRJ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQzKO8NRJ .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQzKO8NRJ .mbr-gallery-item > div img,
.cid-uoQzKO8NRJ .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQzKO8NRJ .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQzKO8NRJ .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQzKO8NRJ .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQzKO8NRJ .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQzKO8NRJ .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQzKO8NRJ .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQzKO8NRJ .mbr-section-title {
    text-align: center;
  }
  .cid-uoQzKO8NRJ .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQzKO8NRJ .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQzKO8NRJ .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQzKO8NRJ .mbr-gallery-item > div img,
  .cid-uoQzKO8NRJ .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQzKO8NRJ .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQzKO8NRJ .image {
    height: 290px;
  }
}
.cid-uoQBC2W3pP {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQBC2W3pP .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQBC2W3pP .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQBC2W3pP .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQBC2W3pP .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQBC2W3pP .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQBC2W3pP .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQBC2W3pP .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQBC2W3pP .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQBC2W3pP .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQBC2W3pP .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQBC2W3pP .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQBC2W3pP .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQBC2W3pP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQBC2W3pP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQBC2W3pP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQBC2W3pP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQBC2W3pP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQBC2W3pP .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQBC2W3pP .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQBC2W3pP .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQBC2W3pP .mbr-gallery-item > div img,
.cid-uoQBC2W3pP .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQBC2W3pP .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQBC2W3pP .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQBC2W3pP .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQBC2W3pP .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQBC2W3pP .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQBC2W3pP .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQBC2W3pP .mbr-section-title {
    text-align: center;
  }
  .cid-uoQBC2W3pP .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQBC2W3pP .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQBC2W3pP .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQBC2W3pP .mbr-gallery-item > div img,
  .cid-uoQBC2W3pP .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQBC2W3pP .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQBC2W3pP .image {
    height: 290px;
  }
}
.cid-uoQCeiIoKk {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQCeiIoKk .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQCeiIoKk .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQCeiIoKk .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQCeiIoKk .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQCeiIoKk .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQCeiIoKk .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQCeiIoKk .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQCeiIoKk .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQCeiIoKk .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQCeiIoKk .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQCeiIoKk .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQCeiIoKk .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQCeiIoKk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQCeiIoKk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQCeiIoKk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQCeiIoKk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQCeiIoKk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQCeiIoKk .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQCeiIoKk .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQCeiIoKk .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQCeiIoKk .mbr-gallery-item > div img,
.cid-uoQCeiIoKk .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQCeiIoKk .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQCeiIoKk .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQCeiIoKk .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQCeiIoKk .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQCeiIoKk .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQCeiIoKk .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQCeiIoKk .mbr-section-title {
    text-align: center;
  }
  .cid-uoQCeiIoKk .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQCeiIoKk .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQCeiIoKk .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQCeiIoKk .mbr-gallery-item > div img,
  .cid-uoQCeiIoKk .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQCeiIoKk .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQCeiIoKk .image {
    height: 290px;
  }
}
.cid-uoQCM1bUhq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uoQCM1bUhq .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uoQCM1bUhq .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-uoQCM1bUhq .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-uoQCM1bUhq .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-uoQCM1bUhq .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-uoQCM1bUhq .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-uoQCM1bUhq .mbr-gallery-filter ul {
  display: block;
}
.cid-uoQCM1bUhq .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-uoQCM1bUhq .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uoQCM1bUhq .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uoQCM1bUhq .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-uoQCM1bUhq .mbr-gallery-row {
  margin-top: 50px;
}
.cid-uoQCM1bUhq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uoQCM1bUhq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-uoQCM1bUhq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-uoQCM1bUhq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uoQCM1bUhq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uoQCM1bUhq .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-uoQCM1bUhq .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-uoQCM1bUhq .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-uoQCM1bUhq .mbr-gallery-item > div img,
.cid-uoQCM1bUhq .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-uoQCM1bUhq .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-uoQCM1bUhq .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-uoQCM1bUhq .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uoQCM1bUhq .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uoQCM1bUhq .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-uoQCM1bUhq .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-uoQCM1bUhq .mbr-section-title {
    text-align: center;
  }
  .cid-uoQCM1bUhq .image {
    top: auto;
    height: 420px;
  }
  .cid-uoQCM1bUhq .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-uoQCM1bUhq .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-uoQCM1bUhq .mbr-gallery-item > div img,
  .cid-uoQCM1bUhq .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-uoQCM1bUhq .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-uoQCM1bUhq .image {
    height: 290px;
  }
}
.cid-uoQDP6uwuC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoQDP6uwuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQDP6uwuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQDP6uwuC img {
  border-radius: 3rem;
}
.cid-uoQDP6uwuC .row {
  flex-direction: row-reverse;
}
.cid-uoQDP6uwuC .row {
  align-items: center;
}
.cid-uoQDP6uwuC .mbr-section-title {
  color: #000000;
}
.cid-uoQDP6uwuC .mbr-text,
.cid-uoQDP6uwuC .mbr-section-btn {
  color: #491414;
}
.cid-uoQEk1jkvt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoQEk1jkvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQEk1jkvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQEk1jkvt img {
  border-radius: 3rem;
}
.cid-uoQEk1jkvt .row {
  flex-direction: row-reverse;
}
.cid-uoQEk1jkvt .row {
  align-items: center;
}
.cid-uoQEk1jkvt .mbr-section-title {
  color: #000000;
}
.cid-uoQEk1jkvt .mbr-text,
.cid-uoQEk1jkvt .mbr-section-btn {
  color: #491414;
}
.cid-uoQEGJf2gR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoQEGJf2gR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQEGJf2gR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQEGJf2gR img {
  border-radius: 3rem;
}
.cid-uoQEGJf2gR .row {
  flex-direction: row-reverse;
}
.cid-uoQEGJf2gR .row {
  align-items: center;
}
.cid-uoQEGJf2gR .mbr-section-title {
  color: #000000;
}
.cid-uoQEGJf2gR .mbr-text,
.cid-uoQEGJf2gR .mbr-section-btn {
  color: #491414;
}
.cid-uoQFjnYjLn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoQFjnYjLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQFjnYjLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQFjnYjLn img {
  border-radius: 3rem;
}
.cid-uoQFjnYjLn .row {
  flex-direction: row-reverse;
}
.cid-uoQFjnYjLn .row {
  align-items: center;
}
.cid-uoQFjnYjLn .mbr-section-title {
  color: #000000;
}
.cid-uoQFjnYjLn .mbr-text,
.cid-uoQFjnYjLn .mbr-section-btn {
  color: #491414;
}
.cid-uoQQfv9qQj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoQQfv9qQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQQfv9qQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQQfv9qQj img {
  border-radius: 3rem;
}
.cid-uoQQfv9qQj .row {
  flex-direction: row-reverse;
}
.cid-uoQQfv9qQj .row {
  align-items: center;
}
.cid-uoQQfv9qQj .mbr-section-title {
  color: #000000;
}
.cid-uoQQfv9qQj .mbr-text,
.cid-uoQQfv9qQj .mbr-section-btn {
  color: #491414;
}
.cid-unBUzHf6zx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-unBUzHf6zx .container {
  display: flex;
  justify-content: center;
}
.cid-unBUzHf6zx .main-row {
  align-items: center;
  max-width: 1170px;
  width: 100%;
}
.cid-unBUzHf6zx .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0 -30px 100px rgba(0, 37, 133, 0.03);
  border-radius: 30px;
  padding: 0 !important;
}
.cid-unBUzHf6zx .col-text {
  display: flex;
  padding: 50px 15px 60px 70px;
}
@media (max-width: 1199px) {
  .cid-unBUzHf6zx .col-text {
    padding: 40px 15px 30px;
  }
}
.cid-unBUzHf6zx .col-text1 {
  border-right: 1px solid #dfeaf9;
}
@media (max-width: 767px) {
  .cid-unBUzHf6zx .col-text1 {
    border-right: none;
    border-bottom: 1px solid #dfeaf9;
  }
}
.cid-unBUzHf6zx .icon-box {
  display: flex;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .cid-unBUzHf6zx .icon-box {
    margin-right: 20px;
  }
}
.cid-unBUzHf6zx .icon-box .mbr-iconfont {
  color: #0066ff;
  font-size: 68px;
}
@media (max-width: 1199px) {
  .cid-unBUzHf6zx .icon-box .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-unBUzHf6zx .text-container {
  flex-grow: 1;
}
.cid-unBUzHf6zx .mbr-section-title {
  color: #010d4c;
  margin-bottom: 10px;
}
.cid-unBUzHf6zx .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-unBUzHf6zx .link-text {
  margin-bottom: 0;
  margin-top: 5px;
}
.cid-unBUzHf6zx .link-text a:hover {
  text-decoration: underline;
}
.cid-unBUzHf6zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-unBUzHf6zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unBUF8qI76 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uoFDOKWwF6 {
  z-index: 1000;
  width: 100%;
}
.cid-uoFDOKWwF6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoFDOKWwF6 .dropdown-menu {
  padding: 0;
}
.cid-uoFDOKWwF6 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uoFDOKWwF6 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uoFDOKWwF6 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uoFDOKWwF6 .dropdown-item:hover:after {
  color: #9fe870;
}
.cid-uoFDOKWwF6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoFDOKWwF6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoFDOKWwF6 .nav-link {
  position: relative;
}
.cid-uoFDOKWwF6 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uoFDOKWwF6 .dropdown-menu,
.cid-uoFDOKWwF6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uoFDOKWwF6 .nav-item:focus,
.cid-uoFDOKWwF6 .nav-link:focus {
  outline: none;
}
.cid-uoFDOKWwF6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoFDOKWwF6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoFDOKWwF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoFDOKWwF6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoFDOKWwF6 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uoFDOKWwF6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoFDOKWwF6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoFDOKWwF6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uoFDOKWwF6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uoFDOKWwF6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoFDOKWwF6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoFDOKWwF6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoFDOKWwF6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoFDOKWwF6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoFDOKWwF6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoFDOKWwF6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoFDOKWwF6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoFDOKWwF6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoFDOKWwF6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoFDOKWwF6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .navbar {
    min-height: 80px;
  }
}
.cid-uoFDOKWwF6 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uoFDOKWwF6 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uoFDOKWwF6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoFDOKWwF6 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uoFDOKWwF6 .dropdown-item.active,
.cid-uoFDOKWwF6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoFDOKWwF6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoFDOKWwF6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoFDOKWwF6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoFDOKWwF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoFDOKWwF6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoFDOKWwF6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoFDOKWwF6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoFDOKWwF6 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uoFDOKWwF6 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #7787a5;
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uoFDOKWwF6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoFDOKWwF6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoFDOKWwF6 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uoFDOKWwF6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoFDOKWwF6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoFDOKWwF6 .navbar {
    height: 70px;
  }
  .cid-uoFDOKWwF6 .navbar.opened {
    height: auto;
  }
  .cid-uoFDOKWwF6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoFDOKWwF6 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .navbar-short {
    min-height: 70px;
  }
}
.cid-uoFDOKWwF6 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uoFDOKWwF6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uoFDOKWwF6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uoFDOKWwF6 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uoFDOKWwF6 .navbar-nav {
  display: flex !important;
}
.cid-uoFDOKWwF6 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uoFDOKWwF6 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uoFDOKWwF6 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uoFDOKWwF6 .navbar-nav .nav-item .nav-link:hover,
.cid-uoFDOKWwF6 .navbar-nav .nav-item .nav-link:focus,
.cid-uoFDOKWwF6 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uoFDOKWwF6 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #e6e6e6 !important;
}
.cid-uoFDOKWwF6 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uoFDOKWwF6 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uoFDOKWwF6 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uoFDOKWwF6 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #7787a5;
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uoFDOKWwF6 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoFDOKWwF6 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uoFDOKWwF6 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #7787a5;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoFDOKWwF6 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uoFDOKWwF6 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uoFDOKWwF6 .offcanvas.show {
  transform: translateX(0);
}
.cid-uoFDOKWwF6 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uoFDOKWwF6 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uoFDOKWwF6 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #e6e6e6;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uoFDOKWwF6 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uoFDOKWwF6 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uoFDOKWwF6 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uoFDOKWwF6 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uoFDOKWwF6 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uoFDOKWwF6 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uoFDOKWwF6 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uoFDOKWwF6 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uoFDOKWwF6 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uoFDOKWwF6 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uoFDOKWwF6 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uoFDOKWwF6 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uoFDOKWwF6 .social-container {
    padding-top: 40px;
  }
}
.cid-uoFDOKWwF6 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uoFDOKWwF6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uoFDOKWwF6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: 0.4s all;
}
.cid-uoFDOKWwF6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uoFDOKWwF6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #f92c50;
}
.cid-uoFDOKWwF6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uoFDOKWwF6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uoFDOKWwF6 .offcanvas_btn {
  margin-top: auto;
}
.cid-uoFDOKWwF6 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uoFDOKWwF6 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
