body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #212566 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #212566 !important;
  border-color: #212566 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0c0d24 !important;
  border-color: #0c0d24 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c0d24 !important;
  border-color: #0c0d24 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212566;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c0d24 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #212566 !important;
  border-color: #212566 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #212566 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #212566;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #212566;
  border-color: #212566;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #212566;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #444bc3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #212566 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #212566;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #212566;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #212566;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #212566;
  border-bottom-color: #212566;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #212566 !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: #ff6666 !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='%23212566' %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-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sd0dcGAF5U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #212566;
}
@media (max-width: 991px) {
  .cid-sd0dcGAF5U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sd0dcGAF5U .row {
  flex-direction: row-reverse;
}
.cid-sd0dcGAF5U img {
  width: 100%;
}
.cid-ud9d89ef81 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #212566 0 40%, #ffffff 40% 100%);
}
@media (max-width: 1024px) {
  .cid-ud9d89ef81 .container-fluid {
    padding: 0 80px !important;
  }
}
@media (max-width: 991px) {
  .cid-ud9d89ef81 .container-fluid {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .cid-ud9d89ef81 .container-fluid {
    padding: 0 20px !important;
  }
}
.cid-ud9d89ef81 iframe,
.cid-ud9d89ef81 img,
.cid-ud9d89ef81 video {
  width: 100%;
}
.cid-ud9d89ef81 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-ud9d89ef81 .mbr-section-head {
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  .cid-ud9d89ef81 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-ud9d89ef81 .mbr-section-title {
  color: #131313;
}
.cid-ud9d89ef81 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-ud9d89ef81 .mbr-media {
  position: relative;
  height: 100%;
  max-height: 100vh;
}
.cid-ud9d89ef81 .mbr-media img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-ud9d89ef81 .box {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .cid-ud9d89ef81 .box {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ud9d89ef81 .box {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .cid-ud9d89ef81 .box:hover .icon-wrap .mbr-iconfont {
    min-width: 120px;
    min-height: 120px;
  }
}
.cid-ud9d89ef81 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ud9d89ef81 .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 140px;
  padding: 20px;
  background-color: #f00b0b;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 32px;
  transition: .3s all;
}
@media (max-width: 1024px) {
  .cid-ud9d89ef81 .icon-wrap .mbr-iconfont {
    padding: 12px;
    min-width: 110px;
    min-height: 110px;
  }
}
@media (max-width: 767px) {
  .cid-ud9d89ef81 .icon-wrap .mbr-iconfont {
    padding: 10px;
    min-width: 90px;
    min-height: 90px;
  }
}
.cid-ud9d89ef81 .icon-wrap .mbr-iconfont:hover {
  color: #f00b0b;
  background-color: #353535;
}
@media (min-width: 1025px) {
  .cid-ud9d89ef81 .icon-wrap .mbr-iconfont:hover {
    min-width: 140px !important;
    min-height: 140px !important;
  }
}
.cid-ud9d89ef81 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ud9d89ef81 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ud9d89ef81 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-ud9d89ef81 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ud9d89ef81 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-ud9d89ef81 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ud9d89ef81 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2oSmFMYsf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2oSmFMYsf .nav-tabs .nav-item.open .nav-link:focus,
.cid-t2oSmFMYsf .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t2oSmFMYsf .nav-link.active {
  background: #ed4266;
}
.cid-t2oSmFMYsf .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t2oSmFMYsf .nav-link:hover {
  background: #ed4266;
}
.cid-t2oSmFMYsf .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t2oSmFMYsf .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t2oSmFMYsf p {
  padding-left: 2rem;
}
.cid-t2oSmFMYsf .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t2oSmFMYsf .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t2oSmFMYsf .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t2oSmFMYsf .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t2oSmFMYsf P {
  color: #767676;
}
.cid-t2oSmFMYsf H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t2oSmFMYsf .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t2oSmFMYsf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t2oSmFMYsf p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t2oSmFMYsf .mbr-text,
  .cid-t2oSmFMYsf .nav-link {
    text-align: center;
  }
  .cid-t2oSmFMYsf .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t2oSmFMYsf .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t2oSmFMYsf p {
    padding-left: 0rem;
  }
}
.cid-ucUfMTfdwW {
  background-color: #232323;
}
.cid-ucUfMTfdwW img {
  object-fit: contain;
}
.cid-ucUnVVahvi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-ucUnVVahvi .item-img,
.cid-ucUnVVahvi .img-wrap,
.cid-ucUnVVahvi img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-ucUnVVahvi img,
.cid-ucUnVVahvi .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-ucUnVVahvi img,
  .cid-ucUnVVahvi .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-ucUnVVahvi .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-ucUnVVahvi .item:focus,
.cid-ucUnVVahvi span:focus {
  outline: none;
}
.cid-ucUnVVahvi .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-ucUnVVahvi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucUnVVahvi .item {
    margin-bottom: 1rem;
  }
}
.cid-ucUnVVahvi h5 {
  margin: 0;
}
.cid-ucUnVVahvi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucUnVVahvi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-ucUnVVahvi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucUnVVahvi .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-ucUnVVahvi .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-ucUnVVahvi .item-wrapper {
    height: auto;
  }
}
.cid-ucUnVVahvi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUnVVahvi .item-title {
  text-align: center;
}
.cid-ucUnVVahvi .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ucUnVVahvi .mbr-text,
.cid-ucUnVVahvi .item .mbr-section-btn {
  text-align: center;
}
.cid-ucUnVVahvi .mbr-section-subtitle,
.cid-ucUnVVahvi .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sk3yAOsvZz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sk3yAOsvZz img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-sk3yAOsvZz .row {
  justify-content: center;
}
.cid-sk3yAOsvZz .mbr-text {
  color: #353535;
}
.cid-sk3yAOsvZz .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-sk3yAOsvZz .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-sk3yAOsvZz .date {
  margin: 0;
  color: #cccccc;
}
.cid-sk3yAOsvZz .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-sk3yAOsvZz .icon-box {
    flex-direction: column;
  }
  .cid-sk3yAOsvZz .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-sk3yAOsvZz img {
    margin-bottom: 2rem;
  }
}
.cid-sk3yAOsvZz H1 {
  color: #212566;
}
.cid-sk3yAOsvZz H3 {
  color: #353535;
}
.cid-ud924dQ76w {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #212566;
}
.cid-ud924dQ76w .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud924dQ76w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .container {
    padding: 0 16px;
  }
}
.cid-ud924dQ76w .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .row {
    margin: 0 10px;
  }
}
.cid-ud924dQ76w .row .card {
  position: relative;
  padding: 0;
}
.cid-ud924dQ76w .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #ffffff;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-ud924dQ76w .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .row .card .decor-wrapper {
    display: none;
  }
}
.cid-ud924dQ76w .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffffff;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-ud924dQ76w .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .row .card .icon-decor {
    display: none;
  }
}
.cid-ud924dQ76w .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .title-wrapper {
    width: 100%;
  }
}
.cid-ud924dQ76w .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ud924dQ76w .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ud924dQ76w .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ud924dQ76w .mbr-section-title {
  color: #fdfcfc;
  text-align: left;
}
.cid-ud924dQ76w .mbr-text {
  color: #fdfcfc;
}
.cid-ud90U1utOr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/islamicbluegb-1896x789.jpg");
}
.cid-ud90U1utOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud90U1utOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud90U1utOr .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ud90U1utOr .content-container {
    flex-wrap: wrap;
  }
}
.cid-ud90U1utOr .col-text {
  max-width: 700px;
  width: 100%;
  padding-top: 12px;
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-ud90U1utOr .col-text {
    max-width: 500px;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ud90U1utOr .col-text {
    width: 100%;
    max-width: 100%;
    margin: 1.5rem 0 0 !important;
  }
}
.cid-ud90U1utOr .card-wrapper {
  width: 100%;
}
.cid-ud90U1utOr .card-box {
  width: 100%;
}
.cid-ud90U1utOr .card-title {
  color: #ffffff;
  margin-bottom: 4px;
  width: 100%;
}
.cid-ud90U1utOr .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0.8;
  width: 100%;
}
.cid-ud90U1utOr .mbr-text {
  color: #ffffff;
  margin-bottom: 24px;
  width: 100%;
}
.cid-ud90U1utOr .col-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ud90U1utOr .col-img {
    width: 100%;
  }
}
.cid-ud90U1utOr .image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  width: 250px;
  aspect-ratio: 1;
}
@media (max-width: 991px) {
  .cid-ud90U1utOr .image-wrapper {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-ud90U1utOr .image-wrapper {
    width: 250px;
  }
}
.cid-ud90U1utOr .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.cid-ud90U1utOr .iconfont-wrapper {
  position: relative;
  z-index: 11;
  padding: 8px;
}
.cid-ud90U1utOr .mbr-iconfont {
  font-size: 48px;
  color: #75083a;
}
.cid-ucUyFFsqVo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/islamicbluegb-1896x789.jpg");
}
.cid-ucUyFFsqVo .item-img,
.cid-ucUyFFsqVo .img-wrap,
.cid-ucUyFFsqVo img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-ucUyFFsqVo img,
.cid-ucUyFFsqVo .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-ucUyFFsqVo img,
  .cid-ucUyFFsqVo .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-ucUyFFsqVo .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-ucUyFFsqVo .item:focus,
.cid-ucUyFFsqVo span:focus {
  outline: none;
}
.cid-ucUyFFsqVo .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-ucUyFFsqVo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucUyFFsqVo .item {
    margin-bottom: 1rem;
  }
}
.cid-ucUyFFsqVo h5 {
  margin: 0;
}
.cid-ucUyFFsqVo .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucUyFFsqVo .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-ucUyFFsqVo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucUyFFsqVo .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-ucUyFFsqVo .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-ucUyFFsqVo .item-wrapper {
    height: auto;
  }
}
.cid-ucUyFFsqVo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucUyFFsqVo .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucUyFFsqVo .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ucUyFFsqVo .mbr-text,
.cid-ucUyFFsqVo .item .mbr-section-btn {
  text-align: center;
}
.cid-ucUyFFsqVo .mbr-section-subtitle,
.cid-ucUyFFsqVo .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-ucUrsZ1Gqu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #212566;
}
.cid-ucUrsZ1Gqu .item-img,
.cid-ucUrsZ1Gqu .img-wrap,
.cid-ucUrsZ1Gqu img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-ucUrsZ1Gqu img,
.cid-ucUrsZ1Gqu .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-ucUrsZ1Gqu img,
  .cid-ucUrsZ1Gqu .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-ucUrsZ1Gqu .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-ucUrsZ1Gqu .item:focus,
.cid-ucUrsZ1Gqu span:focus {
  outline: none;
}
.cid-ucUrsZ1Gqu .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-ucUrsZ1Gqu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucUrsZ1Gqu .item {
    margin-bottom: 1rem;
  }
}
.cid-ucUrsZ1Gqu h5 {
  margin: 0;
}
.cid-ucUrsZ1Gqu .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ucUrsZ1Gqu .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-ucUrsZ1Gqu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ucUrsZ1Gqu .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-ucUrsZ1Gqu .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-ucUrsZ1Gqu .item-wrapper {
    height: auto;
  }
}
.cid-ucUrsZ1Gqu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucUrsZ1Gqu .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ucUrsZ1Gqu .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ucUrsZ1Gqu .mbr-text,
.cid-ucUrsZ1Gqu .item .mbr-section-btn {
  text-align: center;
}
.cid-ucUrsZ1Gqu .mbr-section-subtitle,
.cid-ucUrsZ1Gqu .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-sk3TnmbPFp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sk3TnmbPFp .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-sk3TnmbPFp .mbr-section-title {
  margin: 0;
}
.cid-sk3TnmbPFp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sk3TnmbPFp .card-img span {
  color: #1dc9cb;
}
.cid-sk3TnmbPFp .row-item {
  margin-bottom: 2rem;
}
.cid-sk3TnmbPFp .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-sk3TnmbPFp .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-sk3TnmbPFp .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-sk3TnmbPFp .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sd0AfZ9Sam {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sd0AfZ9Sam .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sd0AfZ9Sam .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
}
.cid-sd0AfZ9Sam .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
}
.cid-sd0AfZ9Sam .section-text,
.cid-sd0AfZ9Sam .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-sd0AfZ9Sam .section-text,
  .cid-sd0AfZ9Sam .card-text,
  .cid-sd0AfZ9Sam .card-title,
  .cid-sd0AfZ9Sam .mbr-section-title {
    text-align: center;
  }
}
.cid-sd0AfZ9Sam H2 {
  color: #ffffff;
}
.cid-sd0AfZ9Sam .card-title,
.cid-sd0AfZ9Sam .card-img {
  color: #ffffff;
}
.cid-sd0AfZ9Sam .card-text,
.cid-sd0AfZ9Sam .mbr-section-btn {
  color: #ffffff;
}
.cid-sd0E4l55p7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #212566;
}
.cid-sd0E4l55p7 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-sd0E4l55p7 .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-sd0E4l55p7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sd0E4l55p7 .wrapper {
  padding: 2rem 1rem 1rem 1rem;
}
.cid-sd0E4l55p7 .card-overlay {
  display: none;
  background: #66458e;
}
@media (min-width: 768px) {
  .cid-sd0E4l55p7 .image-element:hover .card-overlay {
    opacity: 0.6;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-sd0E4l55p7 .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-sd0E4l55p7 .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-sd0E4l55p7 .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-sd0E4l55p7 .card-title,
  .cid-sd0E4l55p7 .underline,
  .cid-sd0E4l55p7 .mbr-text,
  .cid-sd0E4l55p7 .mbr-section-btn,
  .cid-sd0E4l55p7 .mbr-section-subtitle,
  .cid-sd0E4l55p7 .mbr-section-title {
    text-align: center !important;
  }
  .cid-sd0E4l55p7 .wrapper {
    background-color: #66458e;
  }
}
.cid-sd0E4l55p7 .mbr-section-title {
  text-align: left;
}
.cid-sd0E4l55p7 .mbr-section-title,
.cid-sd0E4l55p7 .underline {
  text-align: center;
  color: #ffffff;
}
.cid-sd0E4l55p7 .mbr-text,
.cid-sd0E4l55p7 .mbr-section-btn {
  color: #ffbc00;
}
.cid-sd0E4l55p7 H3 {
  color: #ffbc00;
}
.cid-sd0P5F8msf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpg");
}
.cid-sd0P5F8msf .mbr-section-title {
  color: #ffffff;
}
.cid-sd0LFv8ZRF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd0LFv8ZRF .google-map {
  height: 25rem;
  position: relative;
}
.cid-sd0LFv8ZRF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sd0LFv8ZRF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sd0LFv8ZRF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sd0LFv8ZRF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sd0LFv8ZRF .wrapper {
  margin-top: -10rem;
  background: #ffe161;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sd0LFv8ZRF .form-container {
  padding: 3rem;
}
.cid-sd0LFv8ZRF .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sd0LFv8ZRF .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #40b0bf);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sd0LFv8ZRF .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sd0LFv8ZRF .form-group,
  .cid-sd0LFv8ZRF .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sd0LFv8ZRF .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sd0LFv8ZRF .form-control:focus,
.cid-sd0LFv8ZRF .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sd0LFv8ZRF textarea.form-control {
  min-height: 170px;
}
.cid-sd0LFv8ZRF .form-group {
  margin-bottom: 1rem;
}
.cid-sd0LFv8ZRF input::-webkit-input-placeholder,
.cid-sd0LFv8ZRF textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sd0LFv8ZRF input:-moz-placeholder,
.cid-sd0LFv8ZRF textarea:-moz-placeholder {
  color: #565656;
}
.cid-sd0LFv8ZRF .jq-selectbox li,
.cid-sd0LFv8ZRF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd0LFv8ZRF .jq-selectbox li:hover,
.cid-sd0LFv8ZRF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd0LFv8ZRF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd0LFv8ZRF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sd0LFv8ZRF .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sd0LFv8ZRF .text-block {
    margin-bottom: 2rem;
  }
  .cid-sd0LFv8ZRF .wrapper {
    margin-top: 0;
  }
}
.cid-sd0LFv8ZRF .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sd0LFv8ZRF .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sd0LFv8ZRF .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sd0LFv8ZRF .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sd0LFv8ZRF .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd0LFv8ZRF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd0LFv8ZRF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sd0U1T0zSn {
  background-image: url("../../../assets/images/mbr-1920x1499.jpg");
}
.cid-sd0U1T0zSn .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0U1T0zSn .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0U1T0zSn .card-img span {
  font-size: 100px;
}
.cid-sd0U1T0zSn .mbr-text,
.cid-sd0U1T0zSn .mbr-section-btn {
  color: #efefef;
}
.cid-sjVxfUn2Si {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVxfUn2Si .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sjVxfUn2Si .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVxfUn2Si .btn {
  margin: 0px !important;
}
.cid-sjVxfUn2Si .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVxfUn2Si .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVxfUn2Si .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVxfUn2Si .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVxfUn2Si .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVxfUn2Si .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVxfUn2Si .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVxfUn2Si .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVxfUn2Si .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVxfUn2Si .second-col {
    padding-top: 2rem;
  }
}
.cid-sjVAG2g0kd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #131e70;
}
.cid-sjVAG2g0kd .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sjVAG2g0kd .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVAG2g0kd .btn {
  margin: 0px !important;
}
.cid-sjVAG2g0kd .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVAG2g0kd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVAG2g0kd .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVAG2g0kd .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVAG2g0kd .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVAG2g0kd .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVAG2g0kd .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVAG2g0kd .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVAG2g0kd .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVAG2g0kd .second-col {
    padding-top: 2rem;
  }
}
.cid-sjVAG2g0kd .mbr-section-subtitle,
.cid-sjVAG2g0kd .mbr-section-btn {
  color: #ffffff;
}
.cid-sd0ZX9ZbSy {
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sd0ZX9ZbSy .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZX9ZbSy .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZX9ZbSy .card-img span {
  font-size: 100px;
}
.cid-sd0ZX9ZbSy .mbr-text,
.cid-sd0ZX9ZbSy .mbr-section-btn {
  color: #efefef;
}
.cid-sjVEG5cYse {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVEG5cYse .mbr-section-title {
  letter-spacing: 0.1em;
  color: #353535;
  margin-bottom: 2rem;
}
.cid-sjVEG5cYse .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVEG5cYse .btn {
  margin: 0px !important;
}
.cid-sjVEG5cYse .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVEG5cYse .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVEG5cYse .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVEG5cYse .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVEG5cYse .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVEG5cYse .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVEG5cYse .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVEG5cYse .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVEG5cYse .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVEG5cYse .second-col {
    padding-top: 2rem;
  }
}
.cid-sjVEG5cYse .mbr-section-subtitle,
.cid-sjVEG5cYse .mbr-section-btn {
  color: #353535;
}
.cid-sd0ZYeR4jT {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sd0ZYeR4jT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZYeR4jT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZYeR4jT .card-img span {
  font-size: 100px;
}
.cid-sd0ZYeR4jT .mbr-text,
.cid-sd0ZYeR4jT .mbr-section-btn {
  color: #efefef;
}
.cid-sjVHAnQPpO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVHAnQPpO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sjVHAnQPpO .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVHAnQPpO .btn {
  margin: 0px !important;
}
.cid-sjVHAnQPpO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVHAnQPpO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVHAnQPpO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVHAnQPpO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVHAnQPpO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVHAnQPpO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVHAnQPpO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVHAnQPpO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVHAnQPpO .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVHAnQPpO .second-col {
    padding-top: 2rem;
  }
}
.cid-sd0ZV4xkUK {
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sd0ZV4xkUK .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0ZV4xkUK .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0ZV4xkUK .card-img span {
  font-size: 100px;
}
.cid-sd0ZV4xkUK .mbr-text,
.cid-sd0ZV4xkUK .mbr-section-btn {
  color: #efefef;
}
.cid-sjVI31Q41X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVI31Q41X .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sjVI31Q41X .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVI31Q41X .btn {
  margin: 0px !important;
}
.cid-sjVI31Q41X .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVI31Q41X .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVI31Q41X .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVI31Q41X .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVI31Q41X .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVI31Q41X .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVI31Q41X .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVI31Q41X .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVI31Q41X .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVI31Q41X .second-col {
    padding-top: 2rem;
  }
}
.cid-sd0Yv6FYD0 {
  background-image: url("../../../assets/images/mbr-12-1920x1280.jpg");
}
.cid-sd0Yv6FYD0 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sd0Yv6FYD0 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sd0Yv6FYD0 .card-img span {
  font-size: 100px;
}
.cid-sd0Yv6FYD0 .mbr-text,
.cid-sd0Yv6FYD0 .mbr-section-btn {
  color: #efefef;
}
.cid-sjVI54atTo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVI54atTo .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sjVI54atTo .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjVI54atTo .btn {
  margin: 0px !important;
}
.cid-sjVI54atTo .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVI54atTo .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjVI54atTo .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjVI54atTo .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjVI54atTo .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjVI54atTo .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjVI54atTo .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjVI54atTo .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjVI54atTo .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjVI54atTo .second-col {
    padding-top: 2rem;
  }
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-toLZIAjAPT {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-toLZIAjAPT .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-toLZIAjAPT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toLZIAjAPT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toLZIAjAPT .card-wrapper {
    padding: 4rem;
  }
}
.cid-toLZIAjAPT .mbr-text,
.cid-toLZIAjAPT .mbr-section-btn {
  color: #333333;
}
.cid-toLZIAjAPT .card-title,
.cid-toLZIAjAPT .card-box {
  text-align: center;
}
.cid-toM07LuQq0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-toM07LuQq0 .container {
  max-width: 1600px;
}
.cid-toM07LuQq0 .row {
  justify-content: center;
}
.cid-toM07LuQq0 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM07LuQq0 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-toM07LuQq0 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM07LuQq0 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM07LuQq0 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM07LuQq0 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM07LuQq0 .card:hover {
  transform: scale(0.96);
}
.cid-toM07LuQq0 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .card-wrapper {
    padding: 16px;
  }
}
.cid-toM07LuQq0 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM07LuQq0 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM07LuQq0 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .card-text {
    margin-top: 8px;
  }
}
.cid-toM07LuQq0 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM07LuQq0 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM07LuQq0 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM07LuQq0 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM07LuQq0 .card-img {
    height: auto;
  }
}
.cid-toM07LuQq0 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toM09eXWcP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-toM09eXWcP .container {
  max-width: 1600px;
}
.cid-toM09eXWcP .row {
  justify-content: center;
}
.cid-toM09eXWcP .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM09eXWcP .mbr-section-title {
  color: #212132;
  text-align: center;
}
.cid-toM09eXWcP .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM09eXWcP .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM09eXWcP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM09eXWcP .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM09eXWcP .card:hover {
  transform: scale(0.96);
}
.cid-toM09eXWcP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .card-wrapper {
    padding: 16px;
  }
}
.cid-toM09eXWcP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM09eXWcP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM09eXWcP .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .card-text {
    margin-top: 8px;
  }
}
.cid-toM09eXWcP .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM09eXWcP .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM09eXWcP .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM09eXWcP .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM09eXWcP .card-img {
    height: auto;
  }
}
.cid-toM09eXWcP .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toM5EQbSCg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-toM5EQbSCg .container {
  max-width: 1600px;
}
.cid-toM5EQbSCg .row {
  justify-content: center;
}
.cid-toM5EQbSCg .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM5EQbSCg .mbr-section-title {
  color: #212132;
  text-align: center;
}
.cid-toM5EQbSCg .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM5EQbSCg .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM5EQbSCg .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM5EQbSCg .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM5EQbSCg .card:hover {
  transform: scale(0.96);
}
.cid-toM5EQbSCg .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .card-wrapper {
    padding: 16px;
  }
}
.cid-toM5EQbSCg .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM5EQbSCg .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM5EQbSCg .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .card-text {
    margin-top: 8px;
  }
}
.cid-toM5EQbSCg .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM5EQbSCg .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM5EQbSCg .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM5EQbSCg .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM5EQbSCg .card-img {
    height: auto;
  }
}
.cid-toM5EQbSCg .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toM5THbvq3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-toM5THbvq3 .container {
  max-width: 1600px;
}
.cid-toM5THbvq3 .row {
  justify-content: center;
}
.cid-toM5THbvq3 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM5THbvq3 .mbr-section-title {
  color: #212132;
  text-align: center;
}
.cid-toM5THbvq3 .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM5THbvq3 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM5THbvq3 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM5THbvq3 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM5THbvq3 .card:hover {
  transform: scale(0.96);
}
.cid-toM5THbvq3 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .card-wrapper {
    padding: 16px;
  }
}
.cid-toM5THbvq3 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM5THbvq3 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM5THbvq3 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .card-text {
    margin-top: 8px;
  }
}
.cid-toM5THbvq3 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM5THbvq3 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM5THbvq3 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM5THbvq3 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM5THbvq3 .card-img {
    height: auto;
  }
}
.cid-toM5THbvq3 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toM8645a0D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-toM8645a0D .container {
  max-width: 1600px;
}
.cid-toM8645a0D .row {
  justify-content: center;
}
.cid-toM8645a0D .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM8645a0D .mbr-section-title {
  color: #212132;
  text-align: center;
}
.cid-toM8645a0D .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM8645a0D .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM8645a0D .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM8645a0D .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM8645a0D .card:hover {
  transform: scale(0.96);
}
.cid-toM8645a0D .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .card-wrapper {
    padding: 16px;
  }
}
.cid-toM8645a0D .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM8645a0D .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM8645a0D .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .card-text {
    margin-top: 8px;
  }
}
.cid-toM8645a0D .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM8645a0D .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM8645a0D .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM8645a0D .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM8645a0D .card-img {
    height: auto;
  }
}
.cid-toM8645a0D .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toM8StiWgt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #6592e6;
}
.cid-toM8StiWgt .container {
  max-width: 1600px;
}
.cid-toM8StiWgt .row {
  justify-content: center;
}
.cid-toM8StiWgt .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .text-container {
    margin-bottom: 50px;
  }
}
.cid-toM8StiWgt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-toM8StiWgt .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toM8StiWgt .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toM8StiWgt .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toM8StiWgt .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toM8StiWgt .card:hover {
  transform: scale(0.96);
}
.cid-toM8StiWgt .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .card-wrapper {
    padding: 16px;
  }
}
.cid-toM8StiWgt .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .card-box {
    margin-bottom: 20px;
  }
}
.cid-toM8StiWgt .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toM8StiWgt .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .card-text {
    margin-top: 8px;
  }
}
.cid-toM8StiWgt .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toM8StiWgt .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toM8StiWgt .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toM8StiWgt .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toM8StiWgt .card-img {
    height: auto;
  }
}
.cid-toM8StiWgt .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toMazsZ1HF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #6592e6;
}
.cid-toMazsZ1HF .container {
  max-width: 1600px;
}
.cid-toMazsZ1HF .row {
  justify-content: center;
}
.cid-toMazsZ1HF .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .text-container {
    margin-bottom: 50px;
  }
}
.cid-toMazsZ1HF .mbr-section-title {
  color: #212132;
  text-align: center;
}
.cid-toMazsZ1HF .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toMazsZ1HF .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toMazsZ1HF .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toMazsZ1HF .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toMazsZ1HF .card:hover {
  transform: scale(0.96);
}
.cid-toMazsZ1HF .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .card-wrapper {
    padding: 16px;
  }
}
.cid-toMazsZ1HF .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .card-box {
    margin-bottom: 20px;
  }
}
.cid-toMazsZ1HF .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toMazsZ1HF .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .card-text {
    margin-top: 8px;
  }
}
.cid-toMazsZ1HF .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toMazsZ1HF .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toMazsZ1HF .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toMazsZ1HF .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toMazsZ1HF .card-img {
    height: auto;
  }
}
.cid-toMazsZ1HF .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toMbtvkqlv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #e43f3f;
}
.cid-toMbtvkqlv .container {
  max-width: 1600px;
}
.cid-toMbtvkqlv .row {
  justify-content: center;
}
.cid-toMbtvkqlv .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .text-container {
    margin-bottom: 50px;
  }
}
.cid-toMbtvkqlv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-toMbtvkqlv .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-toMbtvkqlv .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-toMbtvkqlv .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-toMbtvkqlv .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-toMbtvkqlv .card:hover {
  transform: scale(0.96);
}
.cid-toMbtvkqlv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .card-wrapper {
    padding: 16px;
  }
}
.cid-toMbtvkqlv .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .card-box {
    margin-bottom: 20px;
  }
}
.cid-toMbtvkqlv .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-toMbtvkqlv .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .card-text {
    margin-top: 8px;
  }
}
.cid-toMbtvkqlv .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-toMbtvkqlv .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-toMbtvkqlv .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-toMbtvkqlv .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-toMbtvkqlv .card-img {
    height: auto;
  }
}
.cid-toMbtvkqlv .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sd1iSvKgPi {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
  background-position: right;
}
.cid-sd1iSvKgPi .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-sd1iSvKgPi .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sd1iSvKgPi .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sd1iSvKgPi img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sd1iSvKgPi .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sd1iUoBkmu {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1iUoBkmu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1iUoBkmu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sd1iUoBkmu .icon-focus {
  display: none;
}
.cid-sd1iUoBkmu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sd1iUoBkmu ul {
  font-size: 0;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sd1iUoBkmu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sd1iUoBkmu .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sd1iUoBkmu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sd1iUoBkmu .btn:hover {
  background: transparent !important;
}
.cid-sd1iUoBkmu .btn:hover:before {
  background: transparent !important;
}
.cid-sd1iUoBkmu .btn:before {
  background-color: transparent !important;
}
.cid-sd1iUoBkmu .btn:focus {
  box-shadow: none;
}
.cid-sd1iUoBkmu .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVoJ7WOeQ {
  display: flex;
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gmbr-ad-watermark-2000x1333.jpg");
}
.cid-sjVoJ7WOeQ .mbr-overlay {
  background: #353535;
  background: linear-gradient(90deg, #353535, #adcde9);
}
.cid-sjVoJ7WOeQ .mbr-section-title {
  margin: 0;
}
.cid-sjVoJ7WOeQ .mbr-text {
  color: #efefef;
}
.cid-sjVoJ7WOeQ .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sjVoJ7WOeQ .card-img {
  text-align: left;
}
.cid-sjVoJ7WOeQ .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-sjVoJ7WOeQ .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjVoJ7WOeQ .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjVoJ7WOeQ .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sjVoJ7WOeQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sjVoJ7WOeQ .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjUd7ros7x {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sjUd7ros7x .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sjUd7ros7x .mbr-section-title {
  color: #232323;
}
.cid-sjUd7ros7x .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjUd7ros7x .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sjUdi9VaYC {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjUdi9VaYC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjUdi9VaYC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjUdi9VaYC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjUdi9VaYC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjUdi9VaYC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjUdi9VaYC .icon-focus {
  display: none;
}
.cid-sjUdi9VaYC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjUdi9VaYC ul {
  font-size: 0;
}
.cid-sjUdi9VaYC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjUdi9VaYC .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjUdi9VaYC .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjUdi9VaYC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjUdi9VaYC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjUdi9VaYC .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjUdi9VaYC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjUdi9VaYC .btn:hover {
  background: transparent !important;
}
.cid-sjUdi9VaYC .btn:hover:before {
  background: transparent !important;
}
.cid-sjUdi9VaYC .btn:before {
  background-color: transparent !important;
}
.cid-sjUdi9VaYC .btn:focus {
  box-shadow: none;
}
.cid-sjUdi9VaYC .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjUJfCNGIh {
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-sjUJfCNGIh .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-sjUJfCNGIh .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-sjUJfCNGIh .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-sjUJfCNGIh .mbr-text,
.cid-sjUJfCNGIh .mbr-section-btn,
.cid-sjUJfCNGIh .social-row {
  text-align: right;
  color: #fafafa;
}
.cid-sjUJfCNGIh .mbr-section-title {
  color: #ffffff;
}
.cid-sjULUsRNqb {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjULUsRNqb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjULUsRNqb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjULUsRNqb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjULUsRNqb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjULUsRNqb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjULUsRNqb .icon-focus {
  display: none;
}
.cid-sjULUsRNqb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjULUsRNqb ul {
  font-size: 0;
}
.cid-sjULUsRNqb .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjULUsRNqb .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjULUsRNqb .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjULUsRNqb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjULUsRNqb .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjULUsRNqb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjULUsRNqb .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjULUsRNqb .btn:hover {
  background: transparent !important;
}
.cid-sjULUsRNqb .btn:hover:before {
  background: transparent !important;
}
.cid-sjULUsRNqb .btn:before {
  background-color: transparent !important;
}
.cid-sjULUsRNqb .btn:focus {
  box-shadow: none;
}
.cid-sjULUsRNqb .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjUMt3IviK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-sjUMt3IviK .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sjUMt3IviK .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sjUMt3IviK .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjUMt3IviK .first-table {
  margin: 0;
}
.cid-sjUMt3IviK .first-table.two-items {
  margin-right: 15px;
}
.cid-sjUMt3IviK .first-table .table-head-wrapper {
  background: #efefef;
}
.cid-sjUMt3IviK .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sjUMt3IviK .second-table .table-head-wrapper {
  background: #232323;
}
.cid-sjUMt3IviK .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sjUMt3IviK .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sjUMt3IviK .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sjUMt3IviK .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sjUMt3IviK .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sjUMt3IviK .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sjUMt3IviK .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-sjUMt3IviK .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sjUMt3IviK .first-table,
  .cid-sjUMt3IviK .second-table {
    margin: 0 15px;
  }
  .cid-sjUMt3IviK .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sjUMt3IviK .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sjUMt3IviK .first-table,
  .cid-sjUMt3IviK .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sjUMt3IviK .main-head {
    padding-bottom: 2rem;
  }
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjVBey7LKA {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sjVBey7LKA .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-sjVBey7LKA .text-block {
  position: relative;
  z-index: 0;
}
.cid-sjVBey7LKA .box {
  width: 25%;
  height: 40%;
  background: #ffda00;
  position: absolute;
  top: 4%;
}
.cid-sjVBey7LKA .box {
  left: 20%;
}
.cid-sjVBey7LKA .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-sjVBey7LKA .mbr-section-text,
.cid-sjVBey7LKA .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-sjVBey7LKA .text-box {
    display: none;
  }
  .cid-sjVBey7LKA .mbr-section-title,
  .cid-sjVBey7LKA .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sjVBey7LKA .box {
    display: none;
  }
  .cid-sjVBey7LKA .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sjVBey7LKA .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjVBey7LKA .text-box {
    writing-mode: bt-rl;
  }
}
.cid-sjVBey7LKA .mbr-section-text {
  color: #767676;
}
.cid-sjVBisrN1m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sjVBisrN1m .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sjVBisrN1m .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sjVBisrN1m .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sjVBisrN1m .card-wrapper {
    margin: 0rem;
  }
}
.cid-sjVBisrN1m .card {
  height: fit-content;
}
.cid-sjVBisrN1m .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sjVBisrN1m .text-wrap {
  max-width: 400px;
}
.cid-sjVBisrN1m .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #232323;
}
.cid-sjVBisrN1m .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sjVBisrN1m .card-box {
  background-color: #232323;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sjVBisrN1m img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sjVBisrN1m .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sjVBisrN1m .container {
  max-width: 1500px;
}
.cid-sjVBisrN1m .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sjVBisrN1m .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-sjVBisrN1m P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sjVBisrN1m .img-wrap {
    max-height: 230px;
  }
  .cid-sjVBisrN1m .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sjVBisrN1m .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sjVBisrN1m .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sjVBisrN1m .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sjVBisrN1m .number {
    margin: auto;
  }
}
.cid-sjVBisrN1m .mbr-text {
  color: #cccccc;
}
.cid-sjXiwWoP22 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-sjXiwWoP22 .mbr-text,
.cid-sjXiwWoP22 .mbr-section-btn {
  color: #232323;
}
.cid-sjXiwWoP22 .card-title,
.cid-sjXiwWoP22 .card-box {
  color: #ffffff;
}
.cid-sjXiwWoP22 .mbr-text,
.cid-sjXiwWoP22 .link-wrap {
  color: #ffffff;
}
.cid-sjXhoNSM1s {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXhoNSM1s .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sjXhoNSM1s .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sjXhoNSM1s .btn {
  margin: 0px !important;
}
.cid-sjXhoNSM1s .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXhoNSM1s .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXhoNSM1s .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjXhoNSM1s .carousel-item .wrap-img {
  text-align: center;
}
.cid-sjXhoNSM1s .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sjXhoNSM1s .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sjXhoNSM1s .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sjXhoNSM1s .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sjXhoNSM1s .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sjXhoNSM1s .second-col {
    padding-top: 2rem;
  }
}
.cid-sjXjvqcile {
  background-image: url("../../../assets/images/mbr-1920x1443.jpg");
}
.cid-sjXjvqcile .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sjXjvqcile .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjXjvqcile .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sjXjvqcile .container-full-width {
  position: relative;
}
.cid-sjXjvqcile .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sjXjvqcile .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sjXjvqcile .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sjXjvqcile .text-content {
    width: 540px;
  }
  .cid-sjXjvqcile .column-content {
    width: 100%;
  }
  .cid-sjXjvqcile .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sjXjvqcile .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sjXjvqcile .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sjXjvqcile .column-content {
    width: 50%;
  }
  .cid-sjXjvqcile .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sjXjvqcile .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjXjvqcile .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sjXjvqcile .column-content {
    height: 33rem;
  }
}
.cid-sjXjvqcile .mbr-text,
.cid-sjXjvqcile .mbr-section-btn {
  color: #767676;
}
.cid-sjXmcixNyI {
  padding-top: 15px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXmcixNyI .mbr-section-subtitle {
  color: #767676;
}
.cid-sjXmcixNyI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXmcixNyI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXmcixNyI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXmcixNyI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXmcixNyI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sjXmcixNyI .icon-focus,
.cid-sjXmcixNyI .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sjXmcixNyI .icon-focus:before,
.cid-sjXmcixNyI .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXmcixNyI .icon-video {
  font-size: 1.5rem !important;
}
.cid-sjXmcixNyI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXmcixNyI ul {
  font-size: 0;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sjXmcixNyI .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sjXmcixNyI .mbr-gallery-filter ul li:first-child,
.cid-sjXmcixNyI .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sjXmcixNyI .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sjXmcixNyI .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sjXnG1y1Eg {
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-sjXnG1y1Eg .column-content {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sjXnG1y1Eg .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjXnG1y1Eg .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sjXnG1y1Eg .container-full-width {
  position: relative;
}
.cid-sjXnG1y1Eg .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sjXnG1y1Eg .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sjXnG1y1Eg .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sjXnG1y1Eg .text-content {
    width: 540px;
  }
  .cid-sjXnG1y1Eg .column-content {
    width: 100%;
  }
  .cid-sjXnG1y1Eg .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sjXnG1y1Eg .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sjXnG1y1Eg .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sjXnG1y1Eg .column-content {
    width: 50%;
  }
  .cid-sjXnG1y1Eg .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sjXnG1y1Eg .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjXnG1y1Eg .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sjXnG1y1Eg .column-content {
    height: 33rem;
  }
}
.cid-sjXnG1y1Eg .mbr-text,
.cid-sjXnG1y1Eg .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sjXnG1y1Eg H1 {
  text-align: left;
}
.cid-sjXnGQ3D0d {
  padding-top: 15px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXnGQ3D0d .mbr-section-subtitle {
  color: #767676;
}
.cid-sjXnGQ3D0d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXnGQ3D0d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXnGQ3D0d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXnGQ3D0d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXnGQ3D0d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sjXnGQ3D0d .icon-focus,
.cid-sjXnGQ3D0d .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sjXnGQ3D0d .icon-focus:before,
.cid-sjXnGQ3D0d .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXnGQ3D0d .icon-video {
  font-size: 1.5rem !important;
}
.cid-sjXnGQ3D0d .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXnGQ3D0d ul {
  font-size: 0;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li:first-child,
.cid-sjXnGQ3D0d .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sjXnGQ3D0d .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sjXnGQ3D0d .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sjXqgqFwNJ {
  background-image: url("../../../assets/images/mbr-11-1920x1280.jpg");
}
.cid-sjXqgqFwNJ .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sjXqgqFwNJ .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjXqgqFwNJ .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sjXqgqFwNJ .container-full-width {
  position: relative;
}
.cid-sjXqgqFwNJ .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sjXqgqFwNJ .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sjXqgqFwNJ .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sjXqgqFwNJ .text-content {
    width: 540px;
  }
  .cid-sjXqgqFwNJ .column-content {
    width: 100%;
  }
  .cid-sjXqgqFwNJ .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sjXqgqFwNJ .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sjXqgqFwNJ .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sjXqgqFwNJ .column-content {
    width: 50%;
  }
  .cid-sjXqgqFwNJ .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sjXqgqFwNJ .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjXqgqFwNJ .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sjXqgqFwNJ .column-content {
    height: 33rem;
  }
}
.cid-sjXqgqFwNJ .mbr-text,
.cid-sjXqgqFwNJ .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sjXqgqFwNJ H1 {
  text-align: left;
}
.cid-sjXqhvf3fo {
  padding-top: 15px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXqhvf3fo .mbr-section-subtitle {
  color: #767676;
}
.cid-sjXqhvf3fo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXqhvf3fo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXqhvf3fo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXqhvf3fo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXqhvf3fo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sjXqhvf3fo .icon-focus,
.cid-sjXqhvf3fo .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sjXqhvf3fo .icon-focus:before,
.cid-sjXqhvf3fo .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXqhvf3fo .icon-video {
  font-size: 1.5rem !important;
}
.cid-sjXqhvf3fo .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXqhvf3fo ul {
  font-size: 0;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sjXqhvf3fo .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sjXqhvf3fo .mbr-gallery-filter ul li:first-child,
.cid-sjXqhvf3fo .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sjXqhvf3fo .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sjXqhvf3fo .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sjXuj0aFtA {
  background-image: url("../../../assets/images/img-0462-copy-1600x960.jpg");
}
.cid-sjXuj0aFtA .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sjXuj0aFtA .text-content .btn-bgr {
  z-index: 0;
}
.cid-sjXuj0aFtA .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sjXuj0aFtA .container-full-width {
  position: relative;
}
.cid-sjXuj0aFtA .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sjXuj0aFtA .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sjXuj0aFtA .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-sjXuj0aFtA .text-content {
    width: 540px;
  }
  .cid-sjXuj0aFtA .column-content {
    width: 100%;
  }
  .cid-sjXuj0aFtA .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sjXuj0aFtA .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sjXuj0aFtA .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sjXuj0aFtA .column-content {
    width: 50%;
  }
  .cid-sjXuj0aFtA .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sjXuj0aFtA .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjXuj0aFtA .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sjXuj0aFtA .column-content {
    height: 33rem;
  }
}
.cid-sjXuj0aFtA .mbr-text,
.cid-sjXuj0aFtA .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-sjXuj0aFtA H1 {
  text-align: left;
}
.cid-sjXujKGCgm {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXujKGCgm .mbr-section-subtitle {
  color: #767676;
}
.cid-sjXujKGCgm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXujKGCgm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXujKGCgm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXujKGCgm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXujKGCgm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sjXujKGCgm .icon-focus,
.cid-sjXujKGCgm .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sjXujKGCgm .icon-focus:before,
.cid-sjXujKGCgm .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXujKGCgm .icon-video {
  font-size: 1.5rem !important;
}
.cid-sjXujKGCgm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXujKGCgm ul {
  font-size: 0;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sjXujKGCgm .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sjXujKGCgm .mbr-gallery-filter ul li:first-child,
.cid-sjXujKGCgm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sjXujKGCgm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sjXujKGCgm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sjXBmPj4LN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/gmbr-ad-watermarke-1200x800.jpg");
}
.cid-sjXBmPj4LN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjXBmPj4LN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjXBmPj4LN .card-img span {
  font-size: 100px;
}
.cid-sjXBmPj4LN .mbr-text,
.cid-sjXBmPj4LN .mbr-section-btn {
  color: #efefef;
}
.cid-sjY7lKXS9o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sjY7lKXS9o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #212566;
  margin-left: 1rem;
}
.cid-sjY7lKXS9o .panel-group {
  border: none;
}
.cid-sjY7lKXS9o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sjY7lKXS9o .panel-body,
.cid-sjY7lKXS9o .card-header {
  padding: 1rem 0;
}
.cid-sjY7lKXS9o .panel-title-edit {
  color: #000000;
}
.cid-sjY7lKXS9o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sjY7mG8diA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sjY7mG8diA .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #212566;
  margin-left: 1rem;
}
.cid-sjY7mG8diA .panel-group {
  border: none;
}
.cid-sjY7mG8diA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sjY7mG8diA .panel-body,
.cid-sjY7mG8diA .card-header {
  padding: 1rem 0;
}
.cid-sjY7mG8diA .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-sjY7mG8diA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sjY7nEr1Dn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjY7nEr1Dn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sjY7nEr1Dn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sjY7nEr1Dn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sjY7nEr1Dn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sjY7nEr1Dn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sjY7nEr1Dn .wrapper {
  margin-top: -10rem;
  background: #ffe161;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sjY7nEr1Dn .form-container {
  padding: 3rem;
}
.cid-sjY7nEr1Dn .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sjY7nEr1Dn .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #4284df, #1dc9cb);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sjY7nEr1Dn .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sjY7nEr1Dn .form-group,
  .cid-sjY7nEr1Dn .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sjY7nEr1Dn .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sjY7nEr1Dn .form-control:focus,
.cid-sjY7nEr1Dn .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sjY7nEr1Dn textarea.form-control {
  min-height: 170px;
}
.cid-sjY7nEr1Dn .form-group {
  margin-bottom: 1rem;
}
.cid-sjY7nEr1Dn input::-webkit-input-placeholder,
.cid-sjY7nEr1Dn textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sjY7nEr1Dn input:-moz-placeholder,
.cid-sjY7nEr1Dn textarea:-moz-placeholder {
  color: #565656;
}
.cid-sjY7nEr1Dn .jq-selectbox li,
.cid-sjY7nEr1Dn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sjY7nEr1Dn .jq-selectbox li:hover,
.cid-sjY7nEr1Dn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sjY7nEr1Dn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sjY7nEr1Dn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjY7nEr1Dn .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sjY7nEr1Dn .text-block {
    margin-bottom: 2rem;
  }
  .cid-sjY7nEr1Dn .wrapper {
    margin-top: 0;
  }
}
.cid-sjY7nEr1Dn .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sjY7nEr1Dn .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sjY7nEr1Dn .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sjY7nEr1Dn .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sjY7nEr1Dn .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjY7nEr1Dn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjY7nEr1Dn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t2oW6S9Zgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1800.jpg");
}
.cid-t2oW6S9Zgf .quote-column {
  padding-left: 3rem;
}
.cid-t2oW6S9Zgf .card-wrapper {
  background-color: #eec39c;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-t2oW6S9Zgf .card-wrapper {
    padding: 1rem;
  }
}
.cid-t2oW6S9Zgf .text-wrapper {
  max-width: 32rem;
  margin: auto;
}
.cid-t2oW6S9Zgf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-t2oW6S9Zgf .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2oW6S9Zgf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2oW6S9Zgf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2oW6S9Zgf .content-wrapper {
    padding: 2.5rem;
  }
  .cid-t2oW6S9Zgf .content-wrapper .text-wrapper {
    padding: 2.5rem 1.5rem;
  }
}
.cid-t2oW6S9Zgf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t2oW6S9Zgf .card-img {
  margin-bottom: 1.25rem;
  text-align: left;
}
.cid-t2oW6S9Zgf .card-img span {
  font-size: 40px;
}
.cid-t2oW6S9Zgf .media-container-row {
  margin-top: 2rem;
}
.cid-t2oW6S9Zgf .text-post {
  color: #c1bebe;
  text-align: left;
}
.cid-t2oW6S9Zgf .card-title,
.cid-t2oW6S9Zgf .mbr-section-btn {
  text-align: left;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjVVmGKGm1 {
  background-image: url("../../../assets/images/mbr-1920x1499.jpg");
}
.cid-sjVVmGKGm1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjVVmGKGm1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjVVmGKGm1 .card-img span {
  font-size: 100px;
}
.cid-sjVVmGKGm1 .mbr-text,
.cid-sjVVmGKGm1 .mbr-section-btn {
  color: #efefef;
}
.cid-ucURb7d7SN {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucURb7d7SN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucURb7d7SN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucURb7d7SN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucURb7d7SN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucURb7d7SN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucURb7d7SN .icon-focus {
  display: none;
}
.cid-ucURb7d7SN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucURb7d7SN ul {
  font-size: 0;
}
.cid-ucURb7d7SN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucURb7d7SN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucURb7d7SN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucURb7d7SN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucURb7d7SN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucURb7d7SN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucURb7d7SN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucURb7d7SN .btn:hover {
  background: transparent !important;
}
.cid-ucURb7d7SN .btn:hover:before {
  background: transparent !important;
}
.cid-ucURb7d7SN .btn:before {
  background-color: transparent !important;
}
.cid-ucURb7d7SN .btn:focus {
  box-shadow: none;
}
.cid-ucURb7d7SN .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucURddY4Oa {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucURddY4Oa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucURddY4Oa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucURddY4Oa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucURddY4Oa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucURddY4Oa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucURddY4Oa .icon-focus {
  display: none;
}
.cid-ucURddY4Oa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucURddY4Oa ul {
  font-size: 0;
}
.cid-ucURddY4Oa .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucURddY4Oa .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucURddY4Oa .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucURddY4Oa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucURddY4Oa .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucURddY4Oa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucURddY4Oa .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucURddY4Oa .btn:hover {
  background: transparent !important;
}
.cid-ucURddY4Oa .btn:hover:before {
  background: transparent !important;
}
.cid-ucURddY4Oa .btn:before {
  background-color: transparent !important;
}
.cid-ucURddY4Oa .btn:focus {
  box-shadow: none;
}
.cid-ucURddY4Oa .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucURcqhvwt {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucURcqhvwt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucURcqhvwt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucURcqhvwt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucURcqhvwt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucURcqhvwt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucURcqhvwt .icon-focus {
  display: none;
}
.cid-ucURcqhvwt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucURcqhvwt ul {
  font-size: 0;
}
.cid-ucURcqhvwt .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucURcqhvwt .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucURcqhvwt .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucURcqhvwt .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucURcqhvwt .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucURcqhvwt .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucURcqhvwt .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucURcqhvwt .btn:hover {
  background: transparent !important;
}
.cid-ucURcqhvwt .btn:hover:before {
  background: transparent !important;
}
.cid-ucURcqhvwt .btn:before {
  background-color: transparent !important;
}
.cid-ucURcqhvwt .btn:focus {
  box-shadow: none;
}
.cid-ucURcqhvwt .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucUQu6cLz6 {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUQu6cLz6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUQu6cLz6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUQu6cLz6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUQu6cLz6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUQu6cLz6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUQu6cLz6 .icon-focus {
  display: none;
}
.cid-ucUQu6cLz6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUQu6cLz6 ul {
  font-size: 0;
}
.cid-ucUQu6cLz6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUQu6cLz6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUQu6cLz6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUQu6cLz6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUQu6cLz6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUQu6cLz6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUQu6cLz6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUQu6cLz6 .btn:hover {
  background: transparent !important;
}
.cid-ucUQu6cLz6 .btn:hover:before {
  background: transparent !important;
}
.cid-ucUQu6cLz6 .btn:before {
  background-color: transparent !important;
}
.cid-ucUQu6cLz6 .btn:focus {
  box-shadow: none;
}
.cid-ucUQu6cLz6 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucUPxugf9n {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUPxugf9n .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUPxugf9n .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUPxugf9n .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUPxugf9n .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUPxugf9n .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUPxugf9n .icon-focus {
  display: none;
}
.cid-ucUPxugf9n .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUPxugf9n ul {
  font-size: 0;
}
.cid-ucUPxugf9n .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUPxugf9n .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUPxugf9n .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUPxugf9n .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUPxugf9n .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUPxugf9n .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUPxugf9n .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUPxugf9n .btn:hover {
  background: transparent !important;
}
.cid-ucUPxugf9n .btn:hover:before {
  background: transparent !important;
}
.cid-ucUPxugf9n .btn:before {
  background-color: transparent !important;
}
.cid-ucUPxugf9n .btn:focus {
  box-shadow: none;
}
.cid-ucUPxugf9n .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW7j1F4O47 {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW7j1F4O47 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW7j1F4O47 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW7j1F4O47 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW7j1F4O47 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW7j1F4O47 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW7j1F4O47 .icon-focus {
  display: none;
}
.cid-tW7j1F4O47 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW7j1F4O47 ul {
  font-size: 0;
}
.cid-tW7j1F4O47 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW7j1F4O47 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW7j1F4O47 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW7j1F4O47 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW7j1F4O47 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW7j1F4O47 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW7j1F4O47 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW7j1F4O47 .btn:hover {
  background: transparent !important;
}
.cid-tW7j1F4O47 .btn:hover:before {
  background: transparent !important;
}
.cid-tW7j1F4O47 .btn:before {
  background-color: transparent !important;
}
.cid-tW7j1F4O47 .btn:focus {
  box-shadow: none;
}
.cid-tW7j1F4O47 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW7j2APLw1 {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW7j2APLw1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW7j2APLw1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW7j2APLw1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW7j2APLw1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW7j2APLw1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW7j2APLw1 .icon-focus {
  display: none;
}
.cid-tW7j2APLw1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW7j2APLw1 ul {
  font-size: 0;
}
.cid-tW7j2APLw1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW7j2APLw1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW7j2APLw1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW7j2APLw1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW7j2APLw1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW7j2APLw1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW7j2APLw1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW7j2APLw1 .btn:hover {
  background: transparent !important;
}
.cid-tW7j2APLw1 .btn:hover:before {
  background: transparent !important;
}
.cid-tW7j2APLw1 .btn:before {
  background-color: transparent !important;
}
.cid-tW7j2APLw1 .btn:focus {
  box-shadow: none;
}
.cid-tW7j2APLw1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW7j3ruxPM {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW7j3ruxPM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW7j3ruxPM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW7j3ruxPM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW7j3ruxPM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW7j3ruxPM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW7j3ruxPM .icon-focus {
  display: none;
}
.cid-tW7j3ruxPM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW7j3ruxPM ul {
  font-size: 0;
}
.cid-tW7j3ruxPM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW7j3ruxPM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW7j3ruxPM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW7j3ruxPM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW7j3ruxPM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW7j3ruxPM .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW7j3ruxPM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW7j3ruxPM .btn:hover {
  background: transparent !important;
}
.cid-tW7j3ruxPM .btn:hover:before {
  background: transparent !important;
}
.cid-tW7j3ruxPM .btn:before {
  background-color: transparent !important;
}
.cid-tW7j3ruxPM .btn:focus {
  box-shadow: none;
}
.cid-tW7j3ruxPM .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW7j4Kb7PW {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW7j4Kb7PW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW7j4Kb7PW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW7j4Kb7PW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW7j4Kb7PW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW7j4Kb7PW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW7j4Kb7PW .icon-focus {
  display: none;
}
.cid-tW7j4Kb7PW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW7j4Kb7PW ul {
  font-size: 0;
}
.cid-tW7j4Kb7PW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW7j4Kb7PW .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW7j4Kb7PW .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW7j4Kb7PW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW7j4Kb7PW .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW7j4Kb7PW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW7j4Kb7PW .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW7j4Kb7PW .btn:hover {
  background: transparent !important;
}
.cid-tW7j4Kb7PW .btn:hover:before {
  background: transparent !important;
}
.cid-tW7j4Kb7PW .btn:before {
  background-color: transparent !important;
}
.cid-tW7j4Kb7PW .btn:focus {
  box-shadow: none;
}
.cid-tW7j4Kb7PW .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hIV4nHZE {
  padding-top: 75px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hIV4nHZE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hIV4nHZE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hIV4nHZE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hIV4nHZE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hIV4nHZE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hIV4nHZE .icon-focus {
  display: none;
}
.cid-t2hIV4nHZE .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hIV4nHZE ul {
  font-size: 0;
}
.cid-t2hIV4nHZE .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hIV4nHZE .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hIV4nHZE .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hIV4nHZE .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hIV4nHZE .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hIV4nHZE .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hIV4nHZE .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hIV4nHZE .btn:hover {
  background: transparent !important;
}
.cid-t2hIV4nHZE .btn:hover:before {
  background: transparent !important;
}
.cid-t2hIV4nHZE .btn:before {
  background-color: transparent !important;
}
.cid-t2hIV4nHZE .btn:focus {
  box-shadow: none;
}
.cid-t2hIV4nHZE .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVMXGQHx0 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVMXGQHx0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVMXGQHx0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVMXGQHx0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVMXGQHx0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVMXGQHx0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVMXGQHx0 .icon-focus {
  display: none;
}
.cid-sjVMXGQHx0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVMXGQHx0 ul {
  font-size: 0;
}
.cid-sjVMXGQHx0 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVMXGQHx0 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVMXGQHx0 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVMXGQHx0 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVMXGQHx0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVMXGQHx0 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVMXGQHx0 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVMXGQHx0 .btn:hover {
  background: transparent !important;
}
.cid-sjVMXGQHx0 .btn:hover:before {
  background: transparent !important;
}
.cid-sjVMXGQHx0 .btn:before {
  background-color: transparent !important;
}
.cid-sjVMXGQHx0 .btn:focus {
  box-shadow: none;
}
.cid-sjVMXGQHx0 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVNWQhpgg {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVNWQhpgg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVNWQhpgg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVNWQhpgg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVNWQhpgg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVNWQhpgg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVNWQhpgg .icon-focus {
  display: none;
}
.cid-sjVNWQhpgg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVNWQhpgg ul {
  font-size: 0;
}
.cid-sjVNWQhpgg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVNWQhpgg .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVNWQhpgg .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVNWQhpgg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVNWQhpgg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVNWQhpgg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVNWQhpgg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVNWQhpgg .btn:hover {
  background: transparent !important;
}
.cid-sjVNWQhpgg .btn:hover:before {
  background: transparent !important;
}
.cid-sjVNWQhpgg .btn:before {
  background-color: transparent !important;
}
.cid-sjVNWQhpgg .btn:focus {
  box-shadow: none;
}
.cid-sjVNWQhpgg .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVNXYvfVd {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVNXYvfVd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVNXYvfVd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVNXYvfVd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVNXYvfVd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVNXYvfVd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVNXYvfVd .icon-focus {
  display: none;
}
.cid-sjVNXYvfVd .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVNXYvfVd ul {
  font-size: 0;
}
.cid-sjVNXYvfVd .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVNXYvfVd .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVNXYvfVd .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVNXYvfVd .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVNXYvfVd .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVNXYvfVd .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVNXYvfVd .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVNXYvfVd .btn:hover {
  background: transparent !important;
}
.cid-sjVNXYvfVd .btn:hover:before {
  background: transparent !important;
}
.cid-sjVNXYvfVd .btn:before {
  background-color: transparent !important;
}
.cid-sjVNXYvfVd .btn:focus {
  box-shadow: none;
}
.cid-sjVNXYvfVd .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVOReGgWe {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVOReGgWe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVOReGgWe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVOReGgWe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVOReGgWe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVOReGgWe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVOReGgWe .icon-focus {
  display: none;
}
.cid-sjVOReGgWe .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVOReGgWe ul {
  font-size: 0;
}
.cid-sjVOReGgWe .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVOReGgWe .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVOReGgWe .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVOReGgWe .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVOReGgWe .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVOReGgWe .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVOReGgWe .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVOReGgWe .btn:hover {
  background: transparent !important;
}
.cid-sjVOReGgWe .btn:hover:before {
  background: transparent !important;
}
.cid-sjVOReGgWe .btn:before {
  background-color: transparent !important;
}
.cid-sjVOReGgWe .btn:focus {
  box-shadow: none;
}
.cid-sjVOReGgWe .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVOROASF8 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVOROASF8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVOROASF8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVOROASF8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVOROASF8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVOROASF8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVOROASF8 .icon-focus {
  display: none;
}
.cid-sjVOROASF8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVOROASF8 ul {
  font-size: 0;
}
.cid-sjVOROASF8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVOROASF8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVOROASF8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVOROASF8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVOROASF8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVOROASF8 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVOROASF8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVOROASF8 .btn:hover {
  background: transparent !important;
}
.cid-sjVOROASF8 .btn:hover:before {
  background: transparent !important;
}
.cid-sjVOROASF8 .btn:before {
  background-color: transparent !important;
}
.cid-sjVOROASF8 .btn:focus {
  box-shadow: none;
}
.cid-sjVOROASF8 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVOSoKwxu {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVOSoKwxu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVOSoKwxu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVOSoKwxu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVOSoKwxu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVOSoKwxu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVOSoKwxu .icon-focus {
  display: none;
}
.cid-sjVOSoKwxu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVOSoKwxu ul {
  font-size: 0;
}
.cid-sjVOSoKwxu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVOSoKwxu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVOSoKwxu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVOSoKwxu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVOSoKwxu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVOSoKwxu .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVOSoKwxu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVOSoKwxu .btn:hover {
  background: transparent !important;
}
.cid-sjVOSoKwxu .btn:hover:before {
  background: transparent !important;
}
.cid-sjVOSoKwxu .btn:before {
  background-color: transparent !important;
}
.cid-sjVOSoKwxu .btn:focus {
  box-shadow: none;
}
.cid-sjVOSoKwxu .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVOTBFRb9 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVOTBFRb9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVOTBFRb9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVOTBFRb9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVOTBFRb9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVOTBFRb9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVOTBFRb9 .icon-focus {
  display: none;
}
.cid-sjVOTBFRb9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVOTBFRb9 ul {
  font-size: 0;
}
.cid-sjVOTBFRb9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVOTBFRb9 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVOTBFRb9 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVOTBFRb9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVOTBFRb9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVOTBFRb9 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVOTBFRb9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVOTBFRb9 .btn:hover {
  background: transparent !important;
}
.cid-sjVOTBFRb9 .btn:hover:before {
  background: transparent !important;
}
.cid-sjVOTBFRb9 .btn:before {
  background-color: transparent !important;
}
.cid-sjVOTBFRb9 .btn:focus {
  box-shadow: none;
}
.cid-sjVOTBFRb9 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVOU9VOeQ {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVOU9VOeQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVOU9VOeQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVOU9VOeQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVOU9VOeQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVOU9VOeQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVOU9VOeQ .icon-focus {
  display: none;
}
.cid-sjVOU9VOeQ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVOU9VOeQ ul {
  font-size: 0;
}
.cid-sjVOU9VOeQ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVOU9VOeQ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVOU9VOeQ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVOU9VOeQ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVOU9VOeQ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVOU9VOeQ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVOU9VOeQ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVOU9VOeQ .btn:hover {
  background: transparent !important;
}
.cid-sjVOU9VOeQ .btn:hover:before {
  background: transparent !important;
}
.cid-sjVOU9VOeQ .btn:before {
  background-color: transparent !important;
}
.cid-sjVOU9VOeQ .btn:focus {
  box-shadow: none;
}
.cid-sjVOU9VOeQ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVPX5svin {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVPX5svin .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVPX5svin .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVPX5svin .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVPX5svin .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVPX5svin .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVPX5svin .icon-focus {
  display: none;
}
.cid-sjVPX5svin .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVPX5svin ul {
  font-size: 0;
}
.cid-sjVPX5svin .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVPX5svin .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVPX5svin .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVPX5svin .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVPX5svin .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVPX5svin .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVPX5svin .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVPX5svin .btn:hover {
  background: transparent !important;
}
.cid-sjVPX5svin .btn:hover:before {
  background: transparent !important;
}
.cid-sjVPX5svin .btn:before {
  background-color: transparent !important;
}
.cid-sjVPX5svin .btn:focus {
  box-shadow: none;
}
.cid-sjVPX5svin .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVPXBUt4k {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVPXBUt4k .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVPXBUt4k .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVPXBUt4k .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVPXBUt4k .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVPXBUt4k .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVPXBUt4k .icon-focus {
  display: none;
}
.cid-sjVPXBUt4k .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVPXBUt4k ul {
  font-size: 0;
}
.cid-sjVPXBUt4k .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVPXBUt4k .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVPXBUt4k .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVPXBUt4k .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVPXBUt4k .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVPXBUt4k .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVPXBUt4k .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVPXBUt4k .btn:hover {
  background: transparent !important;
}
.cid-sjVPXBUt4k .btn:hover:before {
  background: transparent !important;
}
.cid-sjVPXBUt4k .btn:before {
  background-color: transparent !important;
}
.cid-sjVPXBUt4k .btn:focus {
  box-shadow: none;
}
.cid-sjVPXBUt4k .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVPYhnVjX {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVPYhnVjX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVPYhnVjX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVPYhnVjX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVPYhnVjX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVPYhnVjX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVPYhnVjX .icon-focus {
  display: none;
}
.cid-sjVPYhnVjX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVPYhnVjX ul {
  font-size: 0;
}
.cid-sjVPYhnVjX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVPYhnVjX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVPYhnVjX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVPYhnVjX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVPYhnVjX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVPYhnVjX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVPYhnVjX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVPYhnVjX .btn:hover {
  background: transparent !important;
}
.cid-sjVPYhnVjX .btn:hover:before {
  background: transparent !important;
}
.cid-sjVPYhnVjX .btn:before {
  background-color: transparent !important;
}
.cid-sjVPYhnVjX .btn:focus {
  box-shadow: none;
}
.cid-sjVPYhnVjX .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVPYQMcCM {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVPYQMcCM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVPYQMcCM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVPYQMcCM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVPYQMcCM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVPYQMcCM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVPYQMcCM .icon-focus {
  display: none;
}
.cid-sjVPYQMcCM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVPYQMcCM ul {
  font-size: 0;
}
.cid-sjVPYQMcCM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVPYQMcCM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVPYQMcCM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVPYQMcCM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVPYQMcCM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVPYQMcCM .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVPYQMcCM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVPYQMcCM .btn:hover {
  background: transparent !important;
}
.cid-sjVPYQMcCM .btn:hover:before {
  background: transparent !important;
}
.cid-sjVPYQMcCM .btn:before {
  background-color: transparent !important;
}
.cid-sjVPYQMcCM .btn:focus {
  box-shadow: none;
}
.cid-sjVPYQMcCM .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjVUdauScR {
  background-image: url("../../../assets/images/mbr-1920x1499.jpg");
}
.cid-sjVUdauScR .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjVUdauScR .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjVUdauScR .card-img span {
  font-size: 100px;
}
.cid-sjVUdauScR .mbr-text,
.cid-sjVUdauScR .mbr-section-btn {
  color: #efefef;
}
.cid-t2hKhXjC2l {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hKhXjC2l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hKhXjC2l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hKhXjC2l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hKhXjC2l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hKhXjC2l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hKhXjC2l .icon-focus {
  display: none;
}
.cid-t2hKhXjC2l .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hKhXjC2l ul {
  font-size: 0;
}
.cid-t2hKhXjC2l .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hKhXjC2l .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hKhXjC2l .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hKhXjC2l .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hKhXjC2l .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hKhXjC2l .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hKhXjC2l .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hKhXjC2l .btn:hover {
  background: transparent !important;
}
.cid-t2hKhXjC2l .btn:hover:before {
  background: transparent !important;
}
.cid-t2hKhXjC2l .btn:before {
  background-color: transparent !important;
}
.cid-t2hKhXjC2l .btn:focus {
  box-shadow: none;
}
.cid-t2hKhXjC2l .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVRpT5ZHv {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVRpT5ZHv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVRpT5ZHv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVRpT5ZHv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVRpT5ZHv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVRpT5ZHv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVRpT5ZHv .icon-focus {
  display: none;
}
.cid-sjVRpT5ZHv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVRpT5ZHv ul {
  font-size: 0;
}
.cid-sjVRpT5ZHv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVRpT5ZHv .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVRpT5ZHv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVRpT5ZHv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVRpT5ZHv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVRpT5ZHv .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVRpT5ZHv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVRpT5ZHv .btn:hover {
  background: transparent !important;
}
.cid-sjVRpT5ZHv .btn:hover:before {
  background: transparent !important;
}
.cid-sjVRpT5ZHv .btn:before {
  background-color: transparent !important;
}
.cid-sjVRpT5ZHv .btn:focus {
  box-shadow: none;
}
.cid-sjVRpT5ZHv .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVS6wh4PK {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVS6wh4PK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVS6wh4PK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVS6wh4PK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVS6wh4PK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVS6wh4PK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVS6wh4PK .icon-focus {
  display: none;
}
.cid-sjVS6wh4PK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVS6wh4PK ul {
  font-size: 0;
}
.cid-sjVS6wh4PK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVS6wh4PK .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVS6wh4PK .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVS6wh4PK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVS6wh4PK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVS6wh4PK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVS6wh4PK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVS6wh4PK .btn:hover {
  background: transparent !important;
}
.cid-sjVS6wh4PK .btn:hover:before {
  background: transparent !important;
}
.cid-sjVS6wh4PK .btn:before {
  background-color: transparent !important;
}
.cid-sjVS6wh4PK .btn:focus {
  box-shadow: none;
}
.cid-sjVS6wh4PK .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjVVyNivJX {
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-sjVVyNivJX .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjVVyNivJX .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjVVyNivJX .card-img span {
  font-size: 100px;
}
.cid-sjVVyNivJX .mbr-text,
.cid-sjVVyNivJX .mbr-section-btn {
  color: #efefef;
}
.cid-ucUTdaL2ha {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUTdaL2ha .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUTdaL2ha .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUTdaL2ha .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUTdaL2ha .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUTdaL2ha .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUTdaL2ha .icon-focus {
  display: none;
}
.cid-ucUTdaL2ha .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUTdaL2ha ul {
  font-size: 0;
}
.cid-ucUTdaL2ha .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUTdaL2ha .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUTdaL2ha .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUTdaL2ha .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUTdaL2ha .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUTdaL2ha .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUTdaL2ha .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUTdaL2ha .btn:hover {
  background: transparent !important;
}
.cid-ucUTdaL2ha .btn:hover:before {
  background: transparent !important;
}
.cid-ucUTdaL2ha .btn:before {
  background-color: transparent !important;
}
.cid-ucUTdaL2ha .btn:focus {
  box-shadow: none;
}
.cid-ucUTdaL2ha .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucUTdYLmSg {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUTdYLmSg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUTdYLmSg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUTdYLmSg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUTdYLmSg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUTdYLmSg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUTdYLmSg .icon-focus {
  display: none;
}
.cid-ucUTdYLmSg .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUTdYLmSg ul {
  font-size: 0;
}
.cid-ucUTdYLmSg .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUTdYLmSg .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUTdYLmSg .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUTdYLmSg .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUTdYLmSg .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUTdYLmSg .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUTdYLmSg .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUTdYLmSg .btn:hover {
  background: transparent !important;
}
.cid-ucUTdYLmSg .btn:hover:before {
  background: transparent !important;
}
.cid-ucUTdYLmSg .btn:before {
  background-color: transparent !important;
}
.cid-ucUTdYLmSg .btn:focus {
  box-shadow: none;
}
.cid-ucUTdYLmSg .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucUTb5K9po {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUTb5K9po .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUTb5K9po .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUTb5K9po .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUTb5K9po .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUTb5K9po .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUTb5K9po .icon-focus {
  display: none;
}
.cid-ucUTb5K9po .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUTb5K9po ul {
  font-size: 0;
}
.cid-ucUTb5K9po .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUTb5K9po .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUTb5K9po .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUTb5K9po .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUTb5K9po .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUTb5K9po .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUTb5K9po .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUTb5K9po .btn:hover {
  background: transparent !important;
}
.cid-ucUTb5K9po .btn:hover:before {
  background: transparent !important;
}
.cid-ucUTb5K9po .btn:before {
  background-color: transparent !important;
}
.cid-ucUTb5K9po .btn:focus {
  box-shadow: none;
}
.cid-ucUTb5K9po .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74VF9hnm {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74VF9hnm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74VF9hnm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74VF9hnm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74VF9hnm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74VF9hnm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74VF9hnm .icon-focus {
  display: none;
}
.cid-tW74VF9hnm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74VF9hnm ul {
  font-size: 0;
}
.cid-tW74VF9hnm .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74VF9hnm .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74VF9hnm .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74VF9hnm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74VF9hnm .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74VF9hnm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74VF9hnm .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74VF9hnm .btn:hover {
  background: transparent !important;
}
.cid-tW74VF9hnm .btn:hover:before {
  background: transparent !important;
}
.cid-tW74VF9hnm .btn:before {
  background-color: transparent !important;
}
.cid-tW74VF9hnm .btn:focus {
  box-shadow: none;
}
.cid-tW74VF9hnm .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74WKULJ8 {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74WKULJ8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74WKULJ8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74WKULJ8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74WKULJ8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74WKULJ8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74WKULJ8 .icon-focus {
  display: none;
}
.cid-tW74WKULJ8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74WKULJ8 ul {
  font-size: 0;
}
.cid-tW74WKULJ8 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74WKULJ8 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74WKULJ8 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74WKULJ8 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74WKULJ8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74WKULJ8 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74WKULJ8 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74WKULJ8 .btn:hover {
  background: transparent !important;
}
.cid-tW74WKULJ8 .btn:hover:before {
  background: transparent !important;
}
.cid-tW74WKULJ8 .btn:before {
  background-color: transparent !important;
}
.cid-tW74WKULJ8 .btn:focus {
  box-shadow: none;
}
.cid-tW74WKULJ8 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74XA9Xkr {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74XA9Xkr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74XA9Xkr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74XA9Xkr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74XA9Xkr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74XA9Xkr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74XA9Xkr .icon-focus {
  display: none;
}
.cid-tW74XA9Xkr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74XA9Xkr ul {
  font-size: 0;
}
.cid-tW74XA9Xkr .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74XA9Xkr .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74XA9Xkr .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74XA9Xkr .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74XA9Xkr .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74XA9Xkr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74XA9Xkr .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74XA9Xkr .btn:hover {
  background: transparent !important;
}
.cid-tW74XA9Xkr .btn:hover:before {
  background: transparent !important;
}
.cid-tW74XA9Xkr .btn:before {
  background-color: transparent !important;
}
.cid-tW74XA9Xkr .btn:focus {
  box-shadow: none;
}
.cid-tW74XA9Xkr .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74Ymu5Lz {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74Ymu5Lz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74Ymu5Lz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74Ymu5Lz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74Ymu5Lz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74Ymu5Lz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74Ymu5Lz .icon-focus {
  display: none;
}
.cid-tW74Ymu5Lz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74Ymu5Lz ul {
  font-size: 0;
}
.cid-tW74Ymu5Lz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74Ymu5Lz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74Ymu5Lz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74Ymu5Lz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74Ymu5Lz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74Ymu5Lz .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74Ymu5Lz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74Ymu5Lz .btn:hover {
  background: transparent !important;
}
.cid-tW74Ymu5Lz .btn:hover:before {
  background: transparent !important;
}
.cid-tW74Ymu5Lz .btn:before {
  background-color: transparent !important;
}
.cid-tW74Ymu5Lz .btn:focus {
  box-shadow: none;
}
.cid-tW74Ymu5Lz .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74Zt6sYb {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74Zt6sYb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74Zt6sYb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74Zt6sYb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74Zt6sYb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74Zt6sYb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74Zt6sYb .icon-focus {
  display: none;
}
.cid-tW74Zt6sYb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74Zt6sYb ul {
  font-size: 0;
}
.cid-tW74Zt6sYb .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74Zt6sYb .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74Zt6sYb .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74Zt6sYb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74Zt6sYb .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74Zt6sYb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74Zt6sYb .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74Zt6sYb .btn:hover {
  background: transparent !important;
}
.cid-tW74Zt6sYb .btn:hover:before {
  background: transparent !important;
}
.cid-tW74Zt6sYb .btn:before {
  background-color: transparent !important;
}
.cid-tW74Zt6sYb .btn:focus {
  box-shadow: none;
}
.cid-tW74Zt6sYb .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW751A9kyY {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW751A9kyY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW751A9kyY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW751A9kyY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW751A9kyY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW751A9kyY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW751A9kyY .icon-focus {
  display: none;
}
.cid-tW751A9kyY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW751A9kyY ul {
  font-size: 0;
}
.cid-tW751A9kyY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW751A9kyY .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW751A9kyY .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW751A9kyY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW751A9kyY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW751A9kyY .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW751A9kyY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW751A9kyY .btn:hover {
  background: transparent !important;
}
.cid-tW751A9kyY .btn:hover:before {
  background: transparent !important;
}
.cid-tW751A9kyY .btn:before {
  background-color: transparent !important;
}
.cid-tW751A9kyY .btn:focus {
  box-shadow: none;
}
.cid-tW751A9kyY .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW750uXm9I {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW750uXm9I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW750uXm9I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW750uXm9I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW750uXm9I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW750uXm9I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW750uXm9I .icon-focus {
  display: none;
}
.cid-tW750uXm9I .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW750uXm9I ul {
  font-size: 0;
}
.cid-tW750uXm9I .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW750uXm9I .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW750uXm9I .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW750uXm9I .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW750uXm9I .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW750uXm9I .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW750uXm9I .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW750uXm9I .btn:hover {
  background: transparent !important;
}
.cid-tW750uXm9I .btn:hover:before {
  background: transparent !important;
}
.cid-tW750uXm9I .btn:before {
  background-color: transparent !important;
}
.cid-tW750uXm9I .btn:focus {
  box-shadow: none;
}
.cid-tW750uXm9I .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW754qL1KB {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW754qL1KB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW754qL1KB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW754qL1KB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW754qL1KB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW754qL1KB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW754qL1KB .icon-focus {
  display: none;
}
.cid-tW754qL1KB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW754qL1KB ul {
  font-size: 0;
}
.cid-tW754qL1KB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW754qL1KB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW754qL1KB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW754qL1KB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW754qL1KB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW754qL1KB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW754qL1KB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW754qL1KB .btn:hover {
  background: transparent !important;
}
.cid-tW754qL1KB .btn:hover:before {
  background: transparent !important;
}
.cid-tW754qL1KB .btn:before {
  background-color: transparent !important;
}
.cid-tW754qL1KB .btn:focus {
  box-shadow: none;
}
.cid-tW754qL1KB .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW755nkBPw {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW755nkBPw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW755nkBPw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW755nkBPw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW755nkBPw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW755nkBPw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW755nkBPw .icon-focus {
  display: none;
}
.cid-tW755nkBPw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW755nkBPw ul {
  font-size: 0;
}
.cid-tW755nkBPw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW755nkBPw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW755nkBPw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW755nkBPw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW755nkBPw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW755nkBPw .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW755nkBPw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW755nkBPw .btn:hover {
  background: transparent !important;
}
.cid-tW755nkBPw .btn:hover:before {
  background: transparent !important;
}
.cid-tW755nkBPw .btn:before {
  background-color: transparent !important;
}
.cid-tW755nkBPw .btn:focus {
  box-shadow: none;
}
.cid-tW755nkBPw .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW756ejnci {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW756ejnci .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW756ejnci .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW756ejnci .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW756ejnci .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW756ejnci .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW756ejnci .icon-focus {
  display: none;
}
.cid-tW756ejnci .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW756ejnci ul {
  font-size: 0;
}
.cid-tW756ejnci .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW756ejnci .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW756ejnci .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW756ejnci .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW756ejnci .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW756ejnci .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW756ejnci .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW756ejnci .btn:hover {
  background: transparent !important;
}
.cid-tW756ejnci .btn:hover:before {
  background: transparent !important;
}
.cid-tW756ejnci .btn:before {
  background-color: transparent !important;
}
.cid-tW756ejnci .btn:focus {
  box-shadow: none;
}
.cid-tW756ejnci .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW74UZ4dId {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW74UZ4dId .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW74UZ4dId .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW74UZ4dId .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW74UZ4dId .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW74UZ4dId .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW74UZ4dId .icon-focus {
  display: none;
}
.cid-tW74UZ4dId .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW74UZ4dId ul {
  font-size: 0;
}
.cid-tW74UZ4dId .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW74UZ4dId .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW74UZ4dId .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW74UZ4dId .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW74UZ4dId .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW74UZ4dId .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW74UZ4dId .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW74UZ4dId .btn:hover {
  background: transparent !important;
}
.cid-tW74UZ4dId .btn:hover:before {
  background: transparent !important;
}
.cid-tW74UZ4dId .btn:before {
  background-color: transparent !important;
}
.cid-tW74UZ4dId .btn:focus {
  box-shadow: none;
}
.cid-tW74UZ4dId .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hLjeVSK0 {
  padding-top: 60px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hLjeVSK0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hLjeVSK0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hLjeVSK0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hLjeVSK0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hLjeVSK0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hLjeVSK0 .icon-focus {
  display: none;
}
.cid-t2hLjeVSK0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hLjeVSK0 ul {
  font-size: 0;
}
.cid-t2hLjeVSK0 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hLjeVSK0 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hLjeVSK0 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hLjeVSK0 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hLjeVSK0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hLjeVSK0 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hLjeVSK0 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hLjeVSK0 .btn:hover {
  background: transparent !important;
}
.cid-t2hLjeVSK0 .btn:hover:before {
  background: transparent !important;
}
.cid-t2hLjeVSK0 .btn:before {
  background-color: transparent !important;
}
.cid-t2hLjeVSK0 .btn:focus {
  box-shadow: none;
}
.cid-t2hLjeVSK0 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hLOu4jfz {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hLOu4jfz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hLOu4jfz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hLOu4jfz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hLOu4jfz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hLOu4jfz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hLOu4jfz .icon-focus {
  display: none;
}
.cid-t2hLOu4jfz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hLOu4jfz ul {
  font-size: 0;
}
.cid-t2hLOu4jfz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hLOu4jfz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hLOu4jfz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hLOu4jfz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hLOu4jfz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hLOu4jfz .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hLOu4jfz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hLOu4jfz .btn:hover {
  background: transparent !important;
}
.cid-t2hLOu4jfz .btn:hover:before {
  background: transparent !important;
}
.cid-t2hLOu4jfz .btn:before {
  background-color: transparent !important;
}
.cid-t2hLOu4jfz .btn:focus {
  box-shadow: none;
}
.cid-t2hLOu4jfz .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVBrnpVV {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVBrnpVV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVBrnpVV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVBrnpVV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVBrnpVV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVBrnpVV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVBrnpVV .icon-focus {
  display: none;
}
.cid-sjVVBrnpVV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVBrnpVV ul {
  font-size: 0;
}
.cid-sjVVBrnpVV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVBrnpVV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVBrnpVV .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVBrnpVV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVBrnpVV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVBrnpVV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVBrnpVV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVBrnpVV .btn:hover {
  background: transparent !important;
}
.cid-sjVVBrnpVV .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVBrnpVV .btn:before {
  background-color: transparent !important;
}
.cid-sjVVBrnpVV .btn:focus {
  box-shadow: none;
}
.cid-sjVVBrnpVV .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVCE0UMl {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVCE0UMl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVCE0UMl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVCE0UMl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVCE0UMl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVCE0UMl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVCE0UMl .icon-focus {
  display: none;
}
.cid-sjVVCE0UMl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVCE0UMl ul {
  font-size: 0;
}
.cid-sjVVCE0UMl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVCE0UMl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVCE0UMl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVCE0UMl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVCE0UMl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVCE0UMl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVCE0UMl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVCE0UMl .btn:hover {
  background: transparent !important;
}
.cid-sjVVCE0UMl .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVCE0UMl .btn:before {
  background-color: transparent !important;
}
.cid-sjVVCE0UMl .btn:focus {
  box-shadow: none;
}
.cid-sjVVCE0UMl .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVMhzM9d {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVMhzM9d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVMhzM9d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVMhzM9d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVMhzM9d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVMhzM9d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVMhzM9d .icon-focus {
  display: none;
}
.cid-sjVVMhzM9d .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVMhzM9d ul {
  font-size: 0;
}
.cid-sjVVMhzM9d .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVMhzM9d .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVMhzM9d .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVMhzM9d .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVMhzM9d .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVMhzM9d .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVMhzM9d .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVMhzM9d .btn:hover {
  background: transparent !important;
}
.cid-sjVVMhzM9d .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVMhzM9d .btn:before {
  background-color: transparent !important;
}
.cid-sjVVMhzM9d .btn:focus {
  box-shadow: none;
}
.cid-sjVVMhzM9d .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVNoYkrx {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVNoYkrx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVNoYkrx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVNoYkrx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVNoYkrx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVNoYkrx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVNoYkrx .icon-focus {
  display: none;
}
.cid-sjVVNoYkrx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVNoYkrx ul {
  font-size: 0;
}
.cid-sjVVNoYkrx .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVNoYkrx .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVNoYkrx .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVNoYkrx .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVNoYkrx .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVNoYkrx .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVNoYkrx .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVNoYkrx .btn:hover {
  background: transparent !important;
}
.cid-sjVVNoYkrx .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVNoYkrx .btn:before {
  background-color: transparent !important;
}
.cid-sjVVNoYkrx .btn:focus {
  box-shadow: none;
}
.cid-sjVVNoYkrx .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVNTnxKm {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVNTnxKm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVNTnxKm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVNTnxKm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVNTnxKm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVNTnxKm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVNTnxKm .icon-focus {
  display: none;
}
.cid-sjVVNTnxKm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVNTnxKm ul {
  font-size: 0;
}
.cid-sjVVNTnxKm .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVNTnxKm .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVNTnxKm .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVNTnxKm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVNTnxKm .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVNTnxKm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVNTnxKm .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVNTnxKm .btn:hover {
  background: transparent !important;
}
.cid-sjVVNTnxKm .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVNTnxKm .btn:before {
  background-color: transparent !important;
}
.cid-sjVVNTnxKm .btn:focus {
  box-shadow: none;
}
.cid-sjVVNTnxKm .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVOVTMYy {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVOVTMYy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVOVTMYy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVOVTMYy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVOVTMYy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVOVTMYy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVOVTMYy .icon-focus {
  display: none;
}
.cid-sjVVOVTMYy .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVOVTMYy ul {
  font-size: 0;
}
.cid-sjVVOVTMYy .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVOVTMYy .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVOVTMYy .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVOVTMYy .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVOVTMYy .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVOVTMYy .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVOVTMYy .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVOVTMYy .btn:hover {
  background: transparent !important;
}
.cid-sjVVOVTMYy .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVOVTMYy .btn:before {
  background-color: transparent !important;
}
.cid-sjVVOVTMYy .btn:focus {
  box-shadow: none;
}
.cid-sjVVOVTMYy .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVPsNs6j {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVPsNs6j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVPsNs6j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVPsNs6j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVPsNs6j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVPsNs6j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVPsNs6j .icon-focus {
  display: none;
}
.cid-sjVVPsNs6j .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVPsNs6j ul {
  font-size: 0;
}
.cid-sjVVPsNs6j .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVPsNs6j .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVPsNs6j .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVPsNs6j .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVPsNs6j .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVPsNs6j .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVPsNs6j .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVPsNs6j .btn:hover {
  background: transparent !important;
}
.cid-sjVVPsNs6j .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVPsNs6j .btn:before {
  background-color: transparent !important;
}
.cid-sjVVPsNs6j .btn:focus {
  box-shadow: none;
}
.cid-sjVVPsNs6j .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjVVTuDsSU {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjVVTuDsSU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjVVTuDsSU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjVVTuDsSU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjVVTuDsSU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjVVTuDsSU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjVVTuDsSU .icon-focus {
  display: none;
}
.cid-sjVVTuDsSU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjVVTuDsSU ul {
  font-size: 0;
}
.cid-sjVVTuDsSU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjVVTuDsSU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjVVTuDsSU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjVVTuDsSU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjVVTuDsSU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjVVTuDsSU .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjVVTuDsSU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjVVTuDsSU .btn:hover {
  background: transparent !important;
}
.cid-sjVVTuDsSU .btn:hover:before {
  background: transparent !important;
}
.cid-sjVVTuDsSU .btn:before {
  background-color: transparent !important;
}
.cid-sjVVTuDsSU .btn:focus {
  box-shadow: none;
}
.cid-sjVVTuDsSU .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjW3dPjJJ3 {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sjW3dPjJJ3 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjW3dPjJJ3 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjW3dPjJJ3 .card-img span {
  font-size: 100px;
}
.cid-sjW3dPjJJ3 .mbr-text,
.cid-sjW3dPjJJ3 .mbr-section-btn {
  color: #efefef;
}
.cid-ucUZht6REA {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUZht6REA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUZht6REA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUZht6REA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUZht6REA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUZht6REA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUZht6REA .icon-focus {
  display: none;
}
.cid-ucUZht6REA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUZht6REA ul {
  font-size: 0;
}
.cid-ucUZht6REA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUZht6REA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUZht6REA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUZht6REA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUZht6REA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUZht6REA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUZht6REA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUZht6REA .btn:hover {
  background: transparent !important;
}
.cid-ucUZht6REA .btn:hover:before {
  background: transparent !important;
}
.cid-ucUZht6REA .btn:before {
  background-color: transparent !important;
}
.cid-ucUZht6REA .btn:focus {
  box-shadow: none;
}
.cid-ucUZht6REA .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucUZiOPXVW {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucUZiOPXVW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucUZiOPXVW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucUZiOPXVW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucUZiOPXVW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucUZiOPXVW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucUZiOPXVW .icon-focus {
  display: none;
}
.cid-ucUZiOPXVW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucUZiOPXVW ul {
  font-size: 0;
}
.cid-ucUZiOPXVW .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucUZiOPXVW .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucUZiOPXVW .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucUZiOPXVW .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucUZiOPXVW .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucUZiOPXVW .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucUZiOPXVW .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucUZiOPXVW .btn:hover {
  background: transparent !important;
}
.cid-ucUZiOPXVW .btn:hover:before {
  background: transparent !important;
}
.cid-ucUZiOPXVW .btn:before {
  background-color: transparent !important;
}
.cid-ucUZiOPXVW .btn:focus {
  box-shadow: none;
}
.cid-ucUZiOPXVW .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toMsRaRutv {
  padding-top: 45px;
  padding-bottom: 75px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-toMsRaRutv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toMsRaRutv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toMsRaRutv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toMsRaRutv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toMsRaRutv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-toMsRaRutv .icon-focus {
  display: none;
}
.cid-toMsRaRutv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-toMsRaRutv ul {
  font-size: 0;
}
.cid-toMsRaRutv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-toMsRaRutv .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-toMsRaRutv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-toMsRaRutv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-toMsRaRutv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-toMsRaRutv .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-toMsRaRutv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-toMsRaRutv .btn:hover {
  background: transparent !important;
}
.cid-toMsRaRutv .btn:hover:before {
  background: transparent !important;
}
.cid-toMsRaRutv .btn:before {
  background-color: transparent !important;
}
.cid-toMsRaRutv .btn:focus {
  box-shadow: none;
}
.cid-toMsRaRutv .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toMhxHliNG {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-toMhxHliNG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toMhxHliNG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toMhxHliNG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toMhxHliNG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toMhxHliNG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-toMhxHliNG .icon-focus {
  display: none;
}
.cid-toMhxHliNG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-toMhxHliNG ul {
  font-size: 0;
}
.cid-toMhxHliNG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-toMhxHliNG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-toMhxHliNG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-toMhxHliNG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-toMhxHliNG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-toMhxHliNG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-toMhxHliNG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-toMhxHliNG .btn:hover {
  background: transparent !important;
}
.cid-toMhxHliNG .btn:hover:before {
  background: transparent !important;
}
.cid-toMhxHliNG .btn:before {
  background-color: transparent !important;
}
.cid-toMhxHliNG .btn:focus {
  box-shadow: none;
}
.cid-toMhxHliNG .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hObVixEY {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hObVixEY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hObVixEY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hObVixEY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hObVixEY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hObVixEY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hObVixEY .icon-focus {
  display: none;
}
.cid-t2hObVixEY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hObVixEY ul {
  font-size: 0;
}
.cid-t2hObVixEY .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hObVixEY .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hObVixEY .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hObVixEY .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hObVixEY .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hObVixEY .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hObVixEY .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hObVixEY .btn:hover {
  background: transparent !important;
}
.cid-t2hObVixEY .btn:hover:before {
  background: transparent !important;
}
.cid-t2hObVixEY .btn:before {
  background-color: transparent !important;
}
.cid-t2hObVixEY .btn:focus {
  box-shadow: none;
}
.cid-t2hObVixEY .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hP6S2hJL {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hP6S2hJL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hP6S2hJL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hP6S2hJL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hP6S2hJL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hP6S2hJL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hP6S2hJL .icon-focus {
  display: none;
}
.cid-t2hP6S2hJL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hP6S2hJL ul {
  font-size: 0;
}
.cid-t2hP6S2hJL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hP6S2hJL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hP6S2hJL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hP6S2hJL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hP6S2hJL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hP6S2hJL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hP6S2hJL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hP6S2hJL .btn:hover {
  background: transparent !important;
}
.cid-t2hP6S2hJL .btn:hover:before {
  background: transparent !important;
}
.cid-t2hP6S2hJL .btn:before {
  background-color: transparent !important;
}
.cid-t2hP6S2hJL .btn:focus {
  box-shadow: none;
}
.cid-t2hP6S2hJL .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2hQBC7o51 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2hQBC7o51 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2hQBC7o51 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2hQBC7o51 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2hQBC7o51 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2hQBC7o51 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2hQBC7o51 .icon-focus {
  display: none;
}
.cid-t2hQBC7o51 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2hQBC7o51 ul {
  font-size: 0;
}
.cid-t2hQBC7o51 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2hQBC7o51 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2hQBC7o51 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2hQBC7o51 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2hQBC7o51 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2hQBC7o51 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2hQBC7o51 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2hQBC7o51 .btn:hover {
  background: transparent !important;
}
.cid-t2hQBC7o51 .btn:hover:before {
  background: transparent !important;
}
.cid-t2hQBC7o51 .btn:before {
  background-color: transparent !important;
}
.cid-t2hQBC7o51 .btn:focus {
  box-shadow: none;
}
.cid-t2hQBC7o51 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2ifiBvwTT {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2ifiBvwTT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2ifiBvwTT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ifiBvwTT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2ifiBvwTT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2ifiBvwTT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2ifiBvwTT .icon-focus {
  display: none;
}
.cid-t2ifiBvwTT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2ifiBvwTT ul {
  font-size: 0;
}
.cid-t2ifiBvwTT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2ifiBvwTT .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2ifiBvwTT .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2ifiBvwTT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2ifiBvwTT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2ifiBvwTT .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2ifiBvwTT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2ifiBvwTT .btn:hover {
  background: transparent !important;
}
.cid-t2ifiBvwTT .btn:hover:before {
  background: transparent !important;
}
.cid-t2ifiBvwTT .btn:before {
  background-color: transparent !important;
}
.cid-t2ifiBvwTT .btn:focus {
  box-shadow: none;
}
.cid-t2ifiBvwTT .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3T7M1mA {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3T7M1mA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3T7M1mA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3T7M1mA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3T7M1mA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3T7M1mA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3T7M1mA .icon-focus {
  display: none;
}
.cid-sjX3T7M1mA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3T7M1mA ul {
  font-size: 0;
}
.cid-sjX3T7M1mA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3T7M1mA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3T7M1mA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3T7M1mA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3T7M1mA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3T7M1mA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3T7M1mA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3T7M1mA .btn:hover {
  background: transparent !important;
}
.cid-sjX3T7M1mA .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3T7M1mA .btn:before {
  background-color: transparent !important;
}
.cid-sjX3T7M1mA .btn:focus {
  box-shadow: none;
}
.cid-sjX3T7M1mA .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3TBPuBJ {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3TBPuBJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3TBPuBJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3TBPuBJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3TBPuBJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3TBPuBJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3TBPuBJ .icon-focus {
  display: none;
}
.cid-sjX3TBPuBJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3TBPuBJ ul {
  font-size: 0;
}
.cid-sjX3TBPuBJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3TBPuBJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3TBPuBJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3TBPuBJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3TBPuBJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3TBPuBJ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3TBPuBJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3TBPuBJ .btn:hover {
  background: transparent !important;
}
.cid-sjX3TBPuBJ .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3TBPuBJ .btn:before {
  background-color: transparent !important;
}
.cid-sjX3TBPuBJ .btn:focus {
  box-shadow: none;
}
.cid-sjX3TBPuBJ .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3UCghKS {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3UCghKS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3UCghKS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3UCghKS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3UCghKS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3UCghKS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3UCghKS .icon-focus {
  display: none;
}
.cid-sjX3UCghKS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3UCghKS ul {
  font-size: 0;
}
.cid-sjX3UCghKS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3UCghKS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3UCghKS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3UCghKS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3UCghKS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3UCghKS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3UCghKS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3UCghKS .btn:hover {
  background: transparent !important;
}
.cid-sjX3UCghKS .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3UCghKS .btn:before {
  background-color: transparent !important;
}
.cid-sjX3UCghKS .btn:focus {
  box-shadow: none;
}
.cid-sjX3UCghKS .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3V6mYms {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3V6mYms .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3V6mYms .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3V6mYms .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3V6mYms .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3V6mYms .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3V6mYms .icon-focus {
  display: none;
}
.cid-sjX3V6mYms .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3V6mYms ul {
  font-size: 0;
}
.cid-sjX3V6mYms .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3V6mYms .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3V6mYms .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3V6mYms .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3V6mYms .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3V6mYms .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3V6mYms .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3V6mYms .btn:hover {
  background: transparent !important;
}
.cid-sjX3V6mYms .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3V6mYms .btn:before {
  background-color: transparent !important;
}
.cid-sjX3V6mYms .btn:focus {
  box-shadow: none;
}
.cid-sjX3V6mYms .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3VCqn5E {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3VCqn5E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3VCqn5E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3VCqn5E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3VCqn5E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3VCqn5E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3VCqn5E .icon-focus {
  display: none;
}
.cid-sjX3VCqn5E .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3VCqn5E ul {
  font-size: 0;
}
.cid-sjX3VCqn5E .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3VCqn5E .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3VCqn5E .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3VCqn5E .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3VCqn5E .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3VCqn5E .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3VCqn5E .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3VCqn5E .btn:hover {
  background: transparent !important;
}
.cid-sjX3VCqn5E .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3VCqn5E .btn:before {
  background-color: transparent !important;
}
.cid-sjX3VCqn5E .btn:focus {
  box-shadow: none;
}
.cid-sjX3VCqn5E .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3WaJudw {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3WaJudw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3WaJudw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3WaJudw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3WaJudw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3WaJudw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3WaJudw .icon-focus {
  display: none;
}
.cid-sjX3WaJudw .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3WaJudw ul {
  font-size: 0;
}
.cid-sjX3WaJudw .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3WaJudw .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3WaJudw .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3WaJudw .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3WaJudw .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3WaJudw .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3WaJudw .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3WaJudw .btn:hover {
  background: transparent !important;
}
.cid-sjX3WaJudw .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3WaJudw .btn:before {
  background-color: transparent !important;
}
.cid-sjX3WaJudw .btn:focus {
  box-shadow: none;
}
.cid-sjX3WaJudw .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3XfonYm {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3XfonYm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3XfonYm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3XfonYm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3XfonYm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3XfonYm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3XfonYm .icon-focus {
  display: none;
}
.cid-sjX3XfonYm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3XfonYm ul {
  font-size: 0;
}
.cid-sjX3XfonYm .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3XfonYm .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3XfonYm .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3XfonYm .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3XfonYm .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3XfonYm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3XfonYm .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3XfonYm .btn:hover {
  background: transparent !important;
}
.cid-sjX3XfonYm .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3XfonYm .btn:before {
  background-color: transparent !important;
}
.cid-sjX3XfonYm .btn:focus {
  box-shadow: none;
}
.cid-sjX3XfonYm .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX3U5UGSz {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX3U5UGSz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX3U5UGSz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX3U5UGSz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX3U5UGSz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX3U5UGSz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX3U5UGSz .icon-focus {
  display: none;
}
.cid-sjX3U5UGSz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX3U5UGSz ul {
  font-size: 0;
}
.cid-sjX3U5UGSz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX3U5UGSz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX3U5UGSz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX3U5UGSz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX3U5UGSz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX3U5UGSz .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX3U5UGSz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX3U5UGSz .btn:hover {
  background: transparent !important;
}
.cid-sjX3U5UGSz .btn:hover:before {
  background: transparent !important;
}
.cid-sjX3U5UGSz .btn:before {
  background-color: transparent !important;
}
.cid-sjX3U5UGSz .btn:focus {
  box-shadow: none;
}
.cid-sjX3U5UGSz .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX6zMIKQ1 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX6zMIKQ1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX6zMIKQ1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX6zMIKQ1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX6zMIKQ1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX6zMIKQ1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX6zMIKQ1 .icon-focus {
  display: none;
}
.cid-sjX6zMIKQ1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX6zMIKQ1 ul {
  font-size: 0;
}
.cid-sjX6zMIKQ1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX6zMIKQ1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX6zMIKQ1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX6zMIKQ1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX6zMIKQ1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX6zMIKQ1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX6zMIKQ1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX6zMIKQ1 .btn:hover {
  background: transparent !important;
}
.cid-sjX6zMIKQ1 .btn:hover:before {
  background: transparent !important;
}
.cid-sjX6zMIKQ1 .btn:before {
  background-color: transparent !important;
}
.cid-sjX6zMIKQ1 .btn:focus {
  box-shadow: none;
}
.cid-sjX6zMIKQ1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX6At1QWa {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX6At1QWa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX6At1QWa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX6At1QWa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX6At1QWa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX6At1QWa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX6At1QWa .icon-focus {
  display: none;
}
.cid-sjX6At1QWa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX6At1QWa ul {
  font-size: 0;
}
.cid-sjX6At1QWa .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX6At1QWa .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX6At1QWa .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX6At1QWa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX6At1QWa .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX6At1QWa .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX6At1QWa .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX6At1QWa .btn:hover {
  background: transparent !important;
}
.cid-sjX6At1QWa .btn:hover:before {
  background: transparent !important;
}
.cid-sjX6At1QWa .btn:before {
  background-color: transparent !important;
}
.cid-sjX6At1QWa .btn:focus {
  box-shadow: none;
}
.cid-sjX6At1QWa .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX6Bz10HR {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX6Bz10HR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX6Bz10HR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX6Bz10HR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX6Bz10HR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX6Bz10HR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX6Bz10HR .icon-focus {
  display: none;
}
.cid-sjX6Bz10HR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX6Bz10HR ul {
  font-size: 0;
}
.cid-sjX6Bz10HR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX6Bz10HR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX6Bz10HR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX6Bz10HR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX6Bz10HR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX6Bz10HR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX6Bz10HR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX6Bz10HR .btn:hover {
  background: transparent !important;
}
.cid-sjX6Bz10HR .btn:hover:before {
  background: transparent !important;
}
.cid-sjX6Bz10HR .btn:before {
  background-color: transparent !important;
}
.cid-sjX6Bz10HR .btn:focus {
  box-shadow: none;
}
.cid-sjX6Bz10HR .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX6B2vRD5 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX6B2vRD5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX6B2vRD5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX6B2vRD5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX6B2vRD5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX6B2vRD5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX6B2vRD5 .icon-focus {
  display: none;
}
.cid-sjX6B2vRD5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX6B2vRD5 ul {
  font-size: 0;
}
.cid-sjX6B2vRD5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX6B2vRD5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX6B2vRD5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX6B2vRD5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX6B2vRD5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX6B2vRD5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX6B2vRD5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX6B2vRD5 .btn:hover {
  background: transparent !important;
}
.cid-sjX6B2vRD5 .btn:hover:before {
  background: transparent !important;
}
.cid-sjX6B2vRD5 .btn:before {
  background-color: transparent !important;
}
.cid-sjX6B2vRD5 .btn:focus {
  box-shadow: none;
}
.cid-sjX6B2vRD5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjX7QbJ855 {
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-sjX7QbJ855 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjX7QbJ855 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjX7QbJ855 .card-img span {
  font-size: 100px;
}
.cid-sjX7QbJ855 .mbr-text,
.cid-sjX7QbJ855 .mbr-section-btn {
  color: #efefef;
}
.cid-ucZQfGMTCd {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucZQfGMTCd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucZQfGMTCd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucZQfGMTCd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucZQfGMTCd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucZQfGMTCd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucZQfGMTCd .icon-focus {
  display: none;
}
.cid-ucZQfGMTCd .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucZQfGMTCd ul {
  font-size: 0;
}
.cid-ucZQfGMTCd .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucZQfGMTCd .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucZQfGMTCd .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucZQfGMTCd .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucZQfGMTCd .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucZQfGMTCd .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucZQfGMTCd .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucZQfGMTCd .btn:hover {
  background: transparent !important;
}
.cid-ucZQfGMTCd .btn:hover:before {
  background: transparent !important;
}
.cid-ucZQfGMTCd .btn:before {
  background-color: transparent !important;
}
.cid-ucZQfGMTCd .btn:focus {
  box-shadow: none;
}
.cid-ucZQfGMTCd .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW72CtvbbC {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW72CtvbbC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW72CtvbbC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW72CtvbbC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW72CtvbbC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW72CtvbbC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW72CtvbbC .icon-focus {
  display: none;
}
.cid-tW72CtvbbC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW72CtvbbC ul {
  font-size: 0;
}
.cid-tW72CtvbbC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW72CtvbbC .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW72CtvbbC .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW72CtvbbC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW72CtvbbC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW72CtvbbC .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW72CtvbbC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW72CtvbbC .btn:hover {
  background: transparent !important;
}
.cid-tW72CtvbbC .btn:hover:before {
  background: transparent !important;
}
.cid-tW72CtvbbC .btn:before {
  background-color: transparent !important;
}
.cid-tW72CtvbbC .btn:focus {
  box-shadow: none;
}
.cid-tW72CtvbbC .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW72DkpsVu {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW72DkpsVu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW72DkpsVu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW72DkpsVu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW72DkpsVu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW72DkpsVu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW72DkpsVu .icon-focus {
  display: none;
}
.cid-tW72DkpsVu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW72DkpsVu ul {
  font-size: 0;
}
.cid-tW72DkpsVu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW72DkpsVu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW72DkpsVu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW72DkpsVu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW72DkpsVu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW72DkpsVu .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW72DkpsVu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW72DkpsVu .btn:hover {
  background: transparent !important;
}
.cid-tW72DkpsVu .btn:hover:before {
  background: transparent !important;
}
.cid-tW72DkpsVu .btn:before {
  background-color: transparent !important;
}
.cid-tW72DkpsVu .btn:focus {
  box-shadow: none;
}
.cid-tW72DkpsVu .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW72E8FIwb {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW72E8FIwb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW72E8FIwb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW72E8FIwb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW72E8FIwb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW72E8FIwb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW72E8FIwb .icon-focus {
  display: none;
}
.cid-tW72E8FIwb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW72E8FIwb ul {
  font-size: 0;
}
.cid-tW72E8FIwb .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW72E8FIwb .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW72E8FIwb .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW72E8FIwb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW72E8FIwb .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW72E8FIwb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW72E8FIwb .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW72E8FIwb .btn:hover {
  background: transparent !important;
}
.cid-tW72E8FIwb .btn:hover:before {
  background: transparent !important;
}
.cid-tW72E8FIwb .btn:before {
  background-color: transparent !important;
}
.cid-tW72E8FIwb .btn:focus {
  box-shadow: none;
}
.cid-tW72E8FIwb .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-tW72BrqcZr {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tW72BrqcZr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tW72BrqcZr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tW72BrqcZr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tW72BrqcZr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tW72BrqcZr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-tW72BrqcZr .icon-focus {
  display: none;
}
.cid-tW72BrqcZr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tW72BrqcZr ul {
  font-size: 0;
}
.cid-tW72BrqcZr .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-tW72BrqcZr .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tW72BrqcZr .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-tW72BrqcZr .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tW72BrqcZr .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tW72BrqcZr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tW72BrqcZr .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tW72BrqcZr .btn:hover {
  background: transparent !important;
}
.cid-tW72BrqcZr .btn:hover:before {
  background: transparent !important;
}
.cid-tW72BrqcZr .btn:before {
  background-color: transparent !important;
}
.cid-tW72BrqcZr .btn:focus {
  box-shadow: none;
}
.cid-tW72BrqcZr .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t2ig5P17XN {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t2ig5P17XN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2ig5P17XN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2ig5P17XN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2ig5P17XN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2ig5P17XN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t2ig5P17XN .icon-focus {
  display: none;
}
.cid-t2ig5P17XN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t2ig5P17XN ul {
  font-size: 0;
}
.cid-t2ig5P17XN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t2ig5P17XN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t2ig5P17XN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-t2ig5P17XN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t2ig5P17XN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t2ig5P17XN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t2ig5P17XN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t2ig5P17XN .btn:hover {
  background: transparent !important;
}
.cid-t2ig5P17XN .btn:hover:before {
  background: transparent !important;
}
.cid-t2ig5P17XN .btn:before {
  background-color: transparent !important;
}
.cid-t2ig5P17XN .btn:focus {
  box-shadow: none;
}
.cid-t2ig5P17XN .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7SrOa8B {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7SrOa8B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7SrOa8B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7SrOa8B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7SrOa8B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7SrOa8B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7SrOa8B .icon-focus {
  display: none;
}
.cid-sjX7SrOa8B .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7SrOa8B ul {
  font-size: 0;
}
.cid-sjX7SrOa8B .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7SrOa8B .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7SrOa8B .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7SrOa8B .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7SrOa8B .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7SrOa8B .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7SrOa8B .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7SrOa8B .btn:hover {
  background: transparent !important;
}
.cid-sjX7SrOa8B .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7SrOa8B .btn:before {
  background-color: transparent !important;
}
.cid-sjX7SrOa8B .btn:focus {
  box-shadow: none;
}
.cid-sjX7SrOa8B .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7TCGr0p {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7TCGr0p .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7TCGr0p .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7TCGr0p .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7TCGr0p .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7TCGr0p .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7TCGr0p .icon-focus {
  display: none;
}
.cid-sjX7TCGr0p .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7TCGr0p ul {
  font-size: 0;
}
.cid-sjX7TCGr0p .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7TCGr0p .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7TCGr0p .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7TCGr0p .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7TCGr0p .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7TCGr0p .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7TCGr0p .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7TCGr0p .btn:hover {
  background: transparent !important;
}
.cid-sjX7TCGr0p .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7TCGr0p .btn:before {
  background-color: transparent !important;
}
.cid-sjX7TCGr0p .btn:focus {
  box-shadow: none;
}
.cid-sjX7TCGr0p .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7YumhNj {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7YumhNj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7YumhNj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7YumhNj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7YumhNj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7YumhNj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7YumhNj .icon-focus {
  display: none;
}
.cid-sjX7YumhNj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7YumhNj ul {
  font-size: 0;
}
.cid-sjX7YumhNj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7YumhNj .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7YumhNj .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7YumhNj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7YumhNj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7YumhNj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7YumhNj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7YumhNj .btn:hover {
  background: transparent !important;
}
.cid-sjX7YumhNj .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7YumhNj .btn:before {
  background-color: transparent !important;
}
.cid-sjX7YumhNj .btn:focus {
  box-shadow: none;
}
.cid-sjX7YumhNj .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7Z13sLT {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7Z13sLT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7Z13sLT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7Z13sLT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7Z13sLT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7Z13sLT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7Z13sLT .icon-focus {
  display: none;
}
.cid-sjX7Z13sLT .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7Z13sLT ul {
  font-size: 0;
}
.cid-sjX7Z13sLT .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7Z13sLT .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7Z13sLT .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7Z13sLT .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7Z13sLT .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7Z13sLT .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7Z13sLT .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7Z13sLT .btn:hover {
  background: transparent !important;
}
.cid-sjX7Z13sLT .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7Z13sLT .btn:before {
  background-color: transparent !important;
}
.cid-sjX7Z13sLT .btn:focus {
  box-shadow: none;
}
.cid-sjX7Z13sLT .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7ZDhonk {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7ZDhonk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7ZDhonk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7ZDhonk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7ZDhonk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7ZDhonk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7ZDhonk .icon-focus {
  display: none;
}
.cid-sjX7ZDhonk .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7ZDhonk ul {
  font-size: 0;
}
.cid-sjX7ZDhonk .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7ZDhonk .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7ZDhonk .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7ZDhonk .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7ZDhonk .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7ZDhonk .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7ZDhonk .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7ZDhonk .btn:hover {
  background: transparent !important;
}
.cid-sjX7ZDhonk .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7ZDhonk .btn:before {
  background-color: transparent !important;
}
.cid-sjX7ZDhonk .btn:focus {
  box-shadow: none;
}
.cid-sjX7ZDhonk .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7XYY5bo {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7XYY5bo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7XYY5bo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7XYY5bo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7XYY5bo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7XYY5bo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7XYY5bo .icon-focus {
  display: none;
}
.cid-sjX7XYY5bo .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7XYY5bo ul {
  font-size: 0;
}
.cid-sjX7XYY5bo .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7XYY5bo .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7XYY5bo .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7XYY5bo .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7XYY5bo .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7XYY5bo .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7XYY5bo .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7XYY5bo .btn:hover {
  background: transparent !important;
}
.cid-sjX7XYY5bo .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7XYY5bo .btn:before {
  background-color: transparent !important;
}
.cid-sjX7XYY5bo .btn:focus {
  box-shadow: none;
}
.cid-sjX7XYY5bo .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX81J8TXP {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX81J8TXP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX81J8TXP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX81J8TXP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX81J8TXP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX81J8TXP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX81J8TXP .icon-focus {
  display: none;
}
.cid-sjX81J8TXP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX81J8TXP ul {
  font-size: 0;
}
.cid-sjX81J8TXP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX81J8TXP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX81J8TXP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX81J8TXP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX81J8TXP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX81J8TXP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX81J8TXP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX81J8TXP .btn:hover {
  background: transparent !important;
}
.cid-sjX81J8TXP .btn:hover:before {
  background: transparent !important;
}
.cid-sjX81J8TXP .btn:before {
  background-color: transparent !important;
}
.cid-sjX81J8TXP .btn:focus {
  box-shadow: none;
}
.cid-sjX81J8TXP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX7XrvjqI {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX7XrvjqI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX7XrvjqI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX7XrvjqI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX7XrvjqI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX7XrvjqI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX7XrvjqI .icon-focus {
  display: none;
}
.cid-sjX7XrvjqI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX7XrvjqI ul {
  font-size: 0;
}
.cid-sjX7XrvjqI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX7XrvjqI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX7XrvjqI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX7XrvjqI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX7XrvjqI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX7XrvjqI .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX7XrvjqI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX7XrvjqI .btn:hover {
  background: transparent !important;
}
.cid-sjX7XrvjqI .btn:hover:before {
  background: transparent !important;
}
.cid-sjX7XrvjqI .btn:before {
  background-color: transparent !important;
}
.cid-sjX7XrvjqI .btn:focus {
  box-shadow: none;
}
.cid-sjX7XrvjqI .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjX9OVKyrY {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sjX9OVKyrY .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sjX9OVKyrY .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sjX9OVKyrY .card-img span {
  font-size: 100px;
}
.cid-sjX9OVKyrY .mbr-text,
.cid-sjX9OVKyrY .mbr-section-btn {
  color: #efefef;
}
.cid-ucZRpwSR4d {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucZRpwSR4d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucZRpwSR4d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucZRpwSR4d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucZRpwSR4d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucZRpwSR4d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucZRpwSR4d .icon-focus {
  display: none;
}
.cid-ucZRpwSR4d .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucZRpwSR4d ul {
  font-size: 0;
}
.cid-ucZRpwSR4d .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucZRpwSR4d .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucZRpwSR4d .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucZRpwSR4d .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucZRpwSR4d .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucZRpwSR4d .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucZRpwSR4d .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucZRpwSR4d .btn:hover {
  background: transparent !important;
}
.cid-ucZRpwSR4d .btn:hover:before {
  background: transparent !important;
}
.cid-ucZRpwSR4d .btn:before {
  background-color: transparent !important;
}
.cid-ucZRpwSR4d .btn:focus {
  box-shadow: none;
}
.cid-ucZRpwSR4d .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-ucZRqGFKhX {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-ucZRqGFKhX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ucZRqGFKhX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ucZRqGFKhX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ucZRqGFKhX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ucZRqGFKhX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-ucZRqGFKhX .icon-focus {
  display: none;
}
.cid-ucZRqGFKhX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-ucZRqGFKhX ul {
  font-size: 0;
}
.cid-ucZRqGFKhX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-ucZRqGFKhX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-ucZRqGFKhX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-ucZRqGFKhX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-ucZRqGFKhX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-ucZRqGFKhX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-ucZRqGFKhX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-ucZRqGFKhX .btn:hover {
  background: transparent !important;
}
.cid-ucZRqGFKhX .btn:hover:before {
  background: transparent !important;
}
.cid-ucZRqGFKhX .btn:before {
  background-color: transparent !important;
}
.cid-ucZRqGFKhX .btn:focus {
  box-shadow: none;
}
.cid-ucZRqGFKhX .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9Rsvh2Z {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9Rsvh2Z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9Rsvh2Z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9Rsvh2Z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9Rsvh2Z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9Rsvh2Z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9Rsvh2Z .icon-focus {
  display: none;
}
.cid-sjX9Rsvh2Z .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9Rsvh2Z ul {
  font-size: 0;
}
.cid-sjX9Rsvh2Z .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9Rsvh2Z .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9Rsvh2Z .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9Rsvh2Z .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9Rsvh2Z .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9Rsvh2Z .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9Rsvh2Z .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9Rsvh2Z .btn:hover {
  background: transparent !important;
}
.cid-sjX9Rsvh2Z .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9Rsvh2Z .btn:before {
  background-color: transparent !important;
}
.cid-sjX9Rsvh2Z .btn:focus {
  box-shadow: none;
}
.cid-sjX9Rsvh2Z .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9RVuWTN {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9RVuWTN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9RVuWTN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9RVuWTN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9RVuWTN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9RVuWTN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9RVuWTN .icon-focus {
  display: none;
}
.cid-sjX9RVuWTN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9RVuWTN ul {
  font-size: 0;
}
.cid-sjX9RVuWTN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9RVuWTN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9RVuWTN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9RVuWTN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9RVuWTN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9RVuWTN .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9RVuWTN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9RVuWTN .btn:hover {
  background: transparent !important;
}
.cid-sjX9RVuWTN .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9RVuWTN .btn:before {
  background-color: transparent !important;
}
.cid-sjX9RVuWTN .btn:focus {
  box-shadow: none;
}
.cid-sjX9RVuWTN .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9Suv30M {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9Suv30M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9Suv30M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9Suv30M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9Suv30M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9Suv30M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9Suv30M .icon-focus {
  display: none;
}
.cid-sjX9Suv30M .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9Suv30M ul {
  font-size: 0;
}
.cid-sjX9Suv30M .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9Suv30M .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9Suv30M .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9Suv30M .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9Suv30M .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9Suv30M .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9Suv30M .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9Suv30M .btn:hover {
  background: transparent !important;
}
.cid-sjX9Suv30M .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9Suv30M .btn:before {
  background-color: transparent !important;
}
.cid-sjX9Suv30M .btn:focus {
  box-shadow: none;
}
.cid-sjX9Suv30M .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9T6Oq2s {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9T6Oq2s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9T6Oq2s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9T6Oq2s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9T6Oq2s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9T6Oq2s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9T6Oq2s .icon-focus {
  display: none;
}
.cid-sjX9T6Oq2s .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9T6Oq2s ul {
  font-size: 0;
}
.cid-sjX9T6Oq2s .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9T6Oq2s .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9T6Oq2s .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9T6Oq2s .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9T6Oq2s .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9T6Oq2s .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9T6Oq2s .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9T6Oq2s .btn:hover {
  background: transparent !important;
}
.cid-sjX9T6Oq2s .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9T6Oq2s .btn:before {
  background-color: transparent !important;
}
.cid-sjX9T6Oq2s .btn:focus {
  box-shadow: none;
}
.cid-sjX9T6Oq2s .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9UaKmZb {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9UaKmZb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9UaKmZb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9UaKmZb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9UaKmZb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9UaKmZb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9UaKmZb .icon-focus {
  display: none;
}
.cid-sjX9UaKmZb .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9UaKmZb ul {
  font-size: 0;
}
.cid-sjX9UaKmZb .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9UaKmZb .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9UaKmZb .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9UaKmZb .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9UaKmZb .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9UaKmZb .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9UaKmZb .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9UaKmZb .btn:hover {
  background: transparent !important;
}
.cid-sjX9UaKmZb .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9UaKmZb .btn:before {
  background-color: transparent !important;
}
.cid-sjX9UaKmZb .btn:focus {
  box-shadow: none;
}
.cid-sjX9UaKmZb .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9UIuMmr {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9UIuMmr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9UIuMmr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9UIuMmr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9UIuMmr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9UIuMmr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9UIuMmr .icon-focus {
  display: none;
}
.cid-sjX9UIuMmr .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9UIuMmr ul {
  font-size: 0;
}
.cid-sjX9UIuMmr .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9UIuMmr .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9UIuMmr .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9UIuMmr .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9UIuMmr .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9UIuMmr .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9UIuMmr .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9UIuMmr .btn:hover {
  background: transparent !important;
}
.cid-sjX9UIuMmr .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9UIuMmr .btn:before {
  background-color: transparent !important;
}
.cid-sjX9UIuMmr .btn:focus {
  box-shadow: none;
}
.cid-sjX9UIuMmr .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjX9Vxs3H9 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjX9Vxs3H9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjX9Vxs3H9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjX9Vxs3H9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjX9Vxs3H9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjX9Vxs3H9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjX9Vxs3H9 .icon-focus {
  display: none;
}
.cid-sjX9Vxs3H9 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjX9Vxs3H9 ul {
  font-size: 0;
}
.cid-sjX9Vxs3H9 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjX9Vxs3H9 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjX9Vxs3H9 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjX9Vxs3H9 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjX9Vxs3H9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjX9Vxs3H9 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjX9Vxs3H9 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjX9Vxs3H9 .btn:hover {
  background: transparent !important;
}
.cid-sjX9Vxs3H9 .btn:hover:before {
  background: transparent !important;
}
.cid-sjX9Vxs3H9 .btn:before {
  background-color: transparent !important;
}
.cid-sjX9Vxs3H9 .btn:focus {
  box-shadow: none;
}
.cid-sjX9Vxs3H9 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
.cid-toMxHLLGZf .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-toMxHLLGZf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toMxHLLGZf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-toMxHLLGZf .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-toMxHLLGZf .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.show,
.cid-toMxHLLGZf .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-toMxHLLGZf .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toMxHLLGZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toMxHLLGZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-toMxHLLGZf .navbar {
    flex-wrap: nowrap;
  }
  .cid-toMxHLLGZf .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-toMxHLLGZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.show,
  .cid-toMxHLLGZf .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-toMxHLLGZf .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toMxHLLGZf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toMxHLLGZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toMxHLLGZf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-toMxHLLGZf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-toMxHLLGZf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toMxHLLGZf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toMxHLLGZf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toMxHLLGZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toMxHLLGZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toMxHLLGZf .dropdown-item.active,
.cid-toMxHLLGZf .dropdown-item:active {
  background-color: transparent;
}
.cid-toMxHLLGZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toMxHLLGZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-toMxHLLGZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toMxHLLGZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toMxHLLGZf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toMxHLLGZf .navbar-buttons {
  text-align: center;
}
.cid-toMxHLLGZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toMxHLLGZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toMxHLLGZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toMxHLLGZf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toMxHLLGZf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-toMxHLLGZf a.nav-link:focus {
  outline: none;
}
.cid-toMxHLLGZf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toMxHLLGZf .nav-link:hover,
.cid-toMxHLLGZf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-toMxHLLGZf .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sjXCvUviij {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXCvUviij .mbr-text {
  position: relative;
}
.cid-sjXCvUviij .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sjXCvUviij img {
  object-fit: contain;
}
.cid-sjXCvUviij .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sjXCvUviij .mbr-text:after,
  .cid-sjXCvUviij .mbr-text:before {
    display: none;
  }
}
.cid-sjXC6BsTP1 {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXC6BsTP1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXC6BsTP1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXC6BsTP1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXC6BsTP1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXC6BsTP1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjXC6BsTP1 .icon-focus {
  display: none;
}
.cid-sjXC6BsTP1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXC6BsTP1 ul {
  font-size: 0;
}
.cid-sjXC6BsTP1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjXC6BsTP1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjXC6BsTP1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjXC6BsTP1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjXC6BsTP1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjXC6BsTP1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjXC6BsTP1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjXC6BsTP1 .btn:hover {
  background: transparent !important;
}
.cid-sjXC6BsTP1 .btn:hover:before {
  background: transparent !important;
}
.cid-sjXC6BsTP1 .btn:before {
  background-color: transparent !important;
}
.cid-sjXC6BsTP1 .btn:focus {
  box-shadow: none;
}
.cid-sjXC6BsTP1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjXDlrNXdR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXDlrNXdR .mbr-text {
  position: relative;
}
.cid-sjXDlrNXdR .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sjXDlrNXdR img {
  object-fit: contain;
}
.cid-sjXDlrNXdR .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sjXDlrNXdR .mbr-text:after,
  .cid-sjXDlrNXdR .mbr-text:before {
    display: none;
  }
}
.cid-sjXDk4bkTY {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXDk4bkTY .mbr-section-subtitle {
  color: #767676;
}
.cid-sjXDk4bkTY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXDk4bkTY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXDk4bkTY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXDk4bkTY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXDk4bkTY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-sjXDk4bkTY .icon-focus,
.cid-sjXDk4bkTY .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sjXDk4bkTY .icon-focus:before,
.cid-sjXDk4bkTY .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sjXDk4bkTY .icon-video {
  font-size: 1.5rem !important;
}
.cid-sjXDk4bkTY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXDk4bkTY ul {
  font-size: 0;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sjXDk4bkTY .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sjXDk4bkTY .mbr-gallery-filter ul li:first-child,
.cid-sjXDk4bkTY .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sjXDk4bkTY .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sjXDk4bkTY .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sjXEmXX4sR {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXEmXX4sR .mbr-text {
  position: relative;
}
.cid-sjXEmXX4sR .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sjXEmXX4sR img {
  object-fit: contain;
}
.cid-sjXEmXX4sR .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sjXEmXX4sR .mbr-text:after,
  .cid-sjXEmXX4sR .mbr-text:before {
    display: none;
  }
}
.cid-sjXCeO4zu5 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXCeO4zu5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXCeO4zu5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXCeO4zu5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXCeO4zu5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXCeO4zu5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjXCeO4zu5 .icon-focus {
  display: none;
}
.cid-sjXCeO4zu5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXCeO4zu5 ul {
  font-size: 0;
}
.cid-sjXCeO4zu5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjXCeO4zu5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjXCeO4zu5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjXCeO4zu5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjXCeO4zu5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjXCeO4zu5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjXCeO4zu5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjXCeO4zu5 .btn:hover {
  background: transparent !important;
}
.cid-sjXCeO4zu5 .btn:hover:before {
  background: transparent !important;
}
.cid-sjXCeO4zu5 .btn:before {
  background-color: transparent !important;
}
.cid-sjXCeO4zu5 .btn:focus {
  box-shadow: none;
}
.cid-sjXCeO4zu5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjXEnPrduK {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXEnPrduK .mbr-text {
  position: relative;
}
.cid-sjXEnPrduK .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sjXEnPrduK img {
  object-fit: contain;
}
.cid-sjXEnPrduK .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sjXEnPrduK .mbr-text:after,
  .cid-sjXEnPrduK .mbr-text:before {
    display: none;
  }
}
.cid-sjXCfghJcG {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXCfghJcG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXCfghJcG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXCfghJcG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXCfghJcG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXCfghJcG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjXCfghJcG .icon-focus {
  display: none;
}
.cid-sjXCfghJcG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXCfghJcG ul {
  font-size: 0;
}
.cid-sjXCfghJcG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjXCfghJcG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjXCfghJcG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjXCfghJcG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjXCfghJcG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjXCfghJcG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjXCfghJcG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjXCfghJcG .btn:hover {
  background: transparent !important;
}
.cid-sjXCfghJcG .btn:hover:before {
  background: transparent !important;
}
.cid-sjXCfghJcG .btn:before {
  background-color: transparent !important;
}
.cid-sjXCfghJcG .btn:focus {
  box-shadow: none;
}
.cid-sjXCfghJcG .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjXEoDG5b1 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sjXEoDG5b1 .mbr-text {
  position: relative;
}
.cid-sjXEoDG5b1 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sjXEoDG5b1 img {
  object-fit: contain;
}
.cid-sjXEoDG5b1 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sjXEoDG5b1 .mbr-text:after,
  .cid-sjXEoDG5b1 .mbr-text:before {
    display: none;
  }
}
.cid-sjXCgqscD1 {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXCgqscD1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXCgqscD1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXCgqscD1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXCgqscD1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXCgqscD1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjXCgqscD1 .icon-focus {
  display: none;
}
.cid-sjXCgqscD1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXCgqscD1 ul {
  font-size: 0;
}
.cid-sjXCgqscD1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjXCgqscD1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjXCgqscD1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjXCgqscD1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjXCgqscD1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjXCgqscD1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjXCgqscD1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjXCgqscD1 .btn:hover {
  background: transparent !important;
}
.cid-sjXCgqscD1 .btn:hover:before {
  background: transparent !important;
}
.cid-sjXCgqscD1 .btn:before {
  background-color: transparent !important;
}
.cid-sjXCgqscD1 .btn:focus {
  box-shadow: none;
}
.cid-sjXCgqscD1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sjXCfPPltB {
  padding-top: 15px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sjXCfPPltB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sjXCfPPltB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sjXCfPPltB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sjXCfPPltB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sjXCfPPltB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sjXCfPPltB .icon-focus {
  display: none;
}
.cid-sjXCfPPltB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sjXCfPPltB ul {
  font-size: 0;
}
.cid-sjXCfPPltB .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sjXCfPPltB .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sjXCfPPltB .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #212566, #ff6666);
}
.cid-sjXCfPPltB .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sjXCfPPltB .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sjXCfPPltB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sjXCfPPltB .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sjXCfPPltB .btn:hover {
  background: transparent !important;
}
.cid-sjXCfPPltB .btn:hover:before {
  background: transparent !important;
}
.cid-sjXCfPPltB .btn:before {
  background-color: transparent !important;
}
.cid-sjXCfPPltB .btn:focus {
  box-shadow: none;
}
.cid-sjXCfPPltB .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-toLZJknccr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-toLZJknccr .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #767676;
  opacity: 0.5;
}
.cid-toLZJknccr .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-toLZJknccr .links-block ul li {
  margin: 0 1rem;
}
.cid-toLZJknccr .icons-block ul li {
  margin: 0 0.5rem;
}
.cid-toLZJknccr .links-block ul,
.cid-toLZJknccr .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-toLZJknccr img {
  width: auto;
  display: inherit;
}
