.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  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: #ff0f0f !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: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !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: #205ac5 !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: #6592e6;
}
.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-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-veA9ttTaLR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veA9ttTaLR nav.navbar {
  position: fixed;
}
.cid-veA9ttTaLR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veA9ttTaLR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veA9ttTaLR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veA9ttTaLR .dropdown-item:hover,
.cid-veA9ttTaLR .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-veA9ttTaLR .dropdown-item:hover span {
  color: white;
}
.cid-veA9ttTaLR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veA9ttTaLR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veA9ttTaLR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veA9ttTaLR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veA9ttTaLR .nav-link {
  position: relative;
}
.cid-veA9ttTaLR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veA9ttTaLR .container {
    flex-wrap: wrap;
  }
}
.cid-veA9ttTaLR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veA9ttTaLR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-veA9ttTaLR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veA9ttTaLR .dropdown-menu,
.cid-veA9ttTaLR .navbar.opened {
  background: #ffffff !important;
}
.cid-veA9ttTaLR .nav-item:focus,
.cid-veA9ttTaLR .nav-link:focus {
  outline: none;
}
.cid-veA9ttTaLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veA9ttTaLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veA9ttTaLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veA9ttTaLR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veA9ttTaLR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veA9ttTaLR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veA9ttTaLR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veA9ttTaLR .navbar.opened {
  transition: all 0.3s;
}
.cid-veA9ttTaLR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veA9ttTaLR .navbar .navbar-logo img {
  width: auto;
}
.cid-veA9ttTaLR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veA9ttTaLR .navbar.collapsed {
  justify-content: center;
}
.cid-veA9ttTaLR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veA9ttTaLR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veA9ttTaLR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veA9ttTaLR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veA9ttTaLR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veA9ttTaLR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veA9ttTaLR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veA9ttTaLR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veA9ttTaLR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veA9ttTaLR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veA9ttTaLR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veA9ttTaLR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veA9ttTaLR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veA9ttTaLR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veA9ttTaLR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veA9ttTaLR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veA9ttTaLR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veA9ttTaLR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veA9ttTaLR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veA9ttTaLR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veA9ttTaLR .navbar.navbar-short {
  min-height: 60px;
}
.cid-veA9ttTaLR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veA9ttTaLR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veA9ttTaLR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veA9ttTaLR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veA9ttTaLR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veA9ttTaLR .dropdown-item.active,
.cid-veA9ttTaLR .dropdown-item:active {
  background-color: transparent;
}
.cid-veA9ttTaLR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veA9ttTaLR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veA9ttTaLR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veA9ttTaLR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veA9ttTaLR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veA9ttTaLR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veA9ttTaLR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veA9ttTaLR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veA9ttTaLR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veA9ttTaLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veA9ttTaLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veA9ttTaLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA9ttTaLR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA9ttTaLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veA9ttTaLR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA9ttTaLR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veA9ttTaLR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veA9ttTaLR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA9ttTaLR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veA9ttTaLR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veA9ttTaLR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veA9ttTaLR .navbar {
    height: 70px;
  }
  .cid-veA9ttTaLR .navbar.opened {
    height: auto;
  }
  .cid-veA9ttTaLR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vet7uMKndn {
  display: flex;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-vet7uMKndn .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-vet7uMKndn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vet7uMKndn {
    align-items: flex-end;
  }
  .cid-vet7uMKndn .row {
    justify-content: flex-start;
  }
  .cid-vet7uMKndn .content-wrap {
    width: 66%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vet7uMKndn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vet7uMKndn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vet7uMKndn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vet7uMKndn .content-wrap {
    width: 100%;
  }
}
.cid-vet7uP0Pf6 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7uP0Pf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7uP0Pf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7uP0Pf6 .mbr-section-title {
  color: #ffffff;
}
.cid-vet7uQA6u7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-vet7uQA6u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7uQA6u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7uQA6u7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vet7uQA6u7 .mbr-section-title {
  color: #ffffff;
}
.cid-vet7uRODjK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vet7uRODjK img,
.cid-vet7uRODjK .item-img {
  width: 100%;
}
.cid-vet7uRODjK .item:focus,
.cid-vet7uRODjK span:focus {
  outline: none;
}
.cid-vet7uRODjK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7uRODjK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7uRODjK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7uRODjK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7uRODjK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7uRODjK .mbr-section-title {
  color: #232323;
}
.cid-vet7uRODjK .mbr-text,
.cid-vet7uRODjK .mbr-section-btn {
  text-align: left;
}
.cid-vet7uRODjK .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7uRODjK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7uTaXFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vet7uTaXFe img,
.cid-vet7uTaXFe .item-img {
  width: 100%;
}
.cid-vet7uTaXFe .item:focus,
.cid-vet7uTaXFe span:focus {
  outline: none;
}
.cid-vet7uTaXFe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7uTaXFe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7uTaXFe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7uTaXFe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7uTaXFe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7uTaXFe .mbr-section-title {
  color: #232323;
}
.cid-vet7uTaXFe .mbr-text,
.cid-vet7uTaXFe .mbr-section-btn {
  text-align: left;
}
.cid-vet7uTaXFe .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7uTaXFe .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7uUNLsL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vet7uUNLsL img,
.cid-vet7uUNLsL .item-img {
  width: 100%;
}
.cid-vet7uUNLsL .item:focus,
.cid-vet7uUNLsL span:focus {
  outline: none;
}
.cid-vet7uUNLsL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7uUNLsL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7uUNLsL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7uUNLsL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7uUNLsL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7uUNLsL .mbr-section-title {
  color: #232323;
}
.cid-vet7uUNLsL .mbr-text,
.cid-vet7uUNLsL .mbr-section-btn {
  text-align: left;
}
.cid-vet7uUNLsL .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7uUNLsL .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7uXO0eR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vet7uXO0eR img,
.cid-vet7uXO0eR .item-img {
  width: 100%;
}
.cid-vet7uXO0eR .item:focus,
.cid-vet7uXO0eR span:focus {
  outline: none;
}
.cid-vet7uXO0eR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7uXO0eR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7uXO0eR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7uXO0eR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7uXO0eR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7uXO0eR .mbr-section-title {
  color: #232323;
}
.cid-vet7uXO0eR .mbr-text,
.cid-vet7uXO0eR .mbr-section-btn {
  text-align: left;
}
.cid-vet7uXO0eR .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7uXO0eR .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7uZmiFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vet7uZmiFI img,
.cid-vet7uZmiFI .item-img {
  width: 100%;
}
.cid-vet7uZmiFI .item:focus,
.cid-vet7uZmiFI span:focus {
  outline: none;
}
.cid-vet7uZmiFI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7uZmiFI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7uZmiFI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7uZmiFI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7uZmiFI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7uZmiFI .mbr-section-title {
  color: #232323;
}
.cid-vet7uZmiFI .mbr-text,
.cid-vet7uZmiFI .mbr-section-btn {
  text-align: left;
}
.cid-vet7uZmiFI .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7uZmiFI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7v0sUQI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vet7v0sUQI img,
.cid-vet7v0sUQI .item-img {
  width: 100%;
}
.cid-vet7v0sUQI .item:focus,
.cid-vet7v0sUQI span:focus {
  outline: none;
}
.cid-vet7v0sUQI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7v0sUQI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7v0sUQI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7v0sUQI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7v0sUQI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7v0sUQI .mbr-section-title {
  color: #232323;
}
.cid-vet7v0sUQI .mbr-text,
.cid-vet7v0sUQI .mbr-section-btn {
  text-align: left;
}
.cid-vet7v0sUQI .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-vet7v0sUQI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-vet7v1lTe2 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (min-width: 1500px) {
  .cid-vet7v1lTe2 .container {
    max-width: 1400px;
  }
}
.cid-vet7v1lTe2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-vet7v1lTe2 .card-wrapper {
  margin-top: 3rem;
}
.cid-vet7v1lTe2 .row {
  justify-content: center;
}
.cid-vet7v1lTe2 .card-title,
.cid-vet7v1lTe2 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vet7v1lTe2 .card-text {
  color: #000000;
}
.cid-vet7v1lTe2 .mbr-section-title {
  color: #ffffff;
}
.cid-vet7v1lTe2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vet7v2wWye {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vet7v2wWye .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-vet7v2wWye img,
.cid-vet7v2wWye .item-img {
  width: 100%;
}
.cid-vet7v2wWye .item:focus,
.cid-vet7v2wWye span:focus {
  outline: none;
}
.cid-vet7v2wWye .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7v2wWye .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7v2wWye .item {
  padding: 0;
  margin: 0;
}
.cid-vet7v2wWye .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7v2wWye .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7v2wWye .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7v2wWye .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7v2wWye .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-vet7v2wWye .mbr-text,
.cid-vet7v2wWye .mbr-section-btn {
  text-align: right;
}
.cid-vet7v2wWye .item-title {
  text-align: left;
}
.cid-vet7v2wWye .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vet7v2wWye .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vet7v2wWye .mbr-section-subtitle {
  text-align: justify;
}
.cid-vet7v3sRJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vet7v3sRJ6 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-vet7v3sRJ6 img,
.cid-vet7v3sRJ6 .item-img {
  width: 100%;
}
.cid-vet7v3sRJ6 .item:focus,
.cid-vet7v3sRJ6 span:focus {
  outline: none;
}
.cid-vet7v3sRJ6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7v3sRJ6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7v3sRJ6 .item {
  padding: 0;
  margin: 0;
}
.cid-vet7v3sRJ6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7v3sRJ6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7v3sRJ6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7v3sRJ6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7v3sRJ6 .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-vet7v3sRJ6 .mbr-text,
.cid-vet7v3sRJ6 .mbr-section-btn {
  text-align: right;
}
.cid-vet7v3sRJ6 .item-title {
  text-align: left;
}
.cid-vet7v3sRJ6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vet7v3sRJ6 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vet7v3sRJ6 .mbr-section-subtitle {
  text-align: justify;
}
.cid-vet7v4xCk8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vet7v4xCk8 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-vet7v4xCk8 img,
.cid-vet7v4xCk8 .item-img {
  width: 100%;
}
.cid-vet7v4xCk8 .item:focus,
.cid-vet7v4xCk8 span:focus {
  outline: none;
}
.cid-vet7v4xCk8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7v4xCk8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7v4xCk8 .item {
  padding: 0;
  margin: 0;
}
.cid-vet7v4xCk8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7v4xCk8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7v4xCk8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7v4xCk8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7v4xCk8 .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-vet7v4xCk8 .mbr-text,
.cid-vet7v4xCk8 .mbr-section-btn {
  text-align: right;
}
.cid-vet7v4xCk8 .item-title {
  text-align: left;
}
.cid-vet7v4xCk8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-vet7v4xCk8 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-vet7v5qTkw {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7v5qTkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7v5qTkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7v5qTkw .mbr-section-title {
  color: #ffffff;
}
.cid-vet7v5qTkw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vet7v6sjNd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vet7v6sjNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7v6sjNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7v6sjNd .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vet7v6sjNd .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vet7v6sjNd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vet7v6sjNd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7v6sjNd .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vet7v6sjNd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7v6sjNd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vet7v6sjNd .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vet7v6sjNd .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vet7v6sjNd .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vet7v7Pald {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7v7Pald .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7v7Pald .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7v7Pald .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7v7Pald .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7v7Pald .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7v7Pald .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7v7Pald .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7v7Pald .social-row {
  text-align: center;
}
.cid-vet7v7Pald .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7v7Pald .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7v7Pald .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7v7Pald .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7v7Pald .mbr-section-title {
  color: #000000;
}
.cid-vet7v7Pald .mbr-section-title1 {
  color: #000000;
}
.cid-vet7v9Ihk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7v9Ihk3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7v9Ihk3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7v9Ihk3 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7v9Ihk3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7v9Ihk3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7v9Ihk3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7v9Ihk3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7v9Ihk3 .social-row {
  text-align: center;
}
.cid-vet7v9Ihk3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7v9Ihk3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7v9Ihk3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7v9Ihk3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7v9Ihk3 .mbr-section-title {
  color: #000000;
}
.cid-vet7v9Ihk3 .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vbr1q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7vbr1q8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7vbr1q8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7vbr1q8 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7vbr1q8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7vbr1q8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7vbr1q8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7vbr1q8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7vbr1q8 .social-row {
  text-align: center;
}
.cid-vet7vbr1q8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7vbr1q8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7vbr1q8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7vbr1q8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7vbr1q8 .mbr-section-title {
  color: #000000;
}
.cid-vet7vbr1q8 .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vd7DlA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7vd7DlA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7vd7DlA .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7vd7DlA .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7vd7DlA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7vd7DlA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7vd7DlA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7vd7DlA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7vd7DlA .social-row {
  text-align: center;
}
.cid-vet7vd7DlA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7vd7DlA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7vd7DlA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7vd7DlA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7vd7DlA .mbr-section-title {
  color: #000000;
}
.cid-vet7vd7DlA .mbr-section-title1 {
  color: #000000;
}
.cid-veu1Tx0RCU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veu22sOh2P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veu2798oza {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7veKfGl {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7veKfGl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7veKfGl .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7veKfGl .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7veKfGl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7veKfGl .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7veKfGl .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7veKfGl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7veKfGl .social-row {
  text-align: center;
}
.cid-vet7veKfGl .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7veKfGl .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7veKfGl .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7veKfGl .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7veKfGl .mbr-section-title {
  color: #000000;
}
.cid-vet7veKfGl .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vgtS8w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7vgtS8w .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7vgtS8w .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7vgtS8w .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7vgtS8w .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7vgtS8w .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7vgtS8w .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7vgtS8w .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7vgtS8w .social-row {
  text-align: center;
}
.cid-vet7vgtS8w .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7vgtS8w .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7vgtS8w .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7vgtS8w .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7vgtS8w .mbr-section-title {
  color: #000000;
}
.cid-vet7vgtS8w .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vi7eNs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7vi7eNs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7vi7eNs .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7vi7eNs .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7vi7eNs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7vi7eNs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7vi7eNs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7vi7eNs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7vi7eNs .social-row {
  text-align: center;
}
.cid-vet7vi7eNs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7vi7eNs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7vi7eNs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7vi7eNs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7vi7eNs .mbr-section-title {
  color: #000000;
}
.cid-vet7vi7eNs .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vjOQUk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vet7vjOQUk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vet7vjOQUk .team-card:hover {
  transform: translateY(-10px);
}
.cid-vet7vjOQUk .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vet7vjOQUk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vet7vjOQUk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vet7vjOQUk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vet7vjOQUk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vet7vjOQUk .social-row {
  text-align: center;
}
.cid-vet7vjOQUk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vet7vjOQUk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vet7vjOQUk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vet7vjOQUk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vet7vjOQUk .mbr-section-title {
  color: #000000;
}
.cid-vet7vjOQUk .mbr-section-title1 {
  color: #000000;
}
.cid-vet7vlncKk {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7vlncKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vlncKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vlncKk .mbr-section-title {
  color: #ffffff;
}
.cid-vet7vlncKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vet7vmsc2S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-vet7vmsc2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vmsc2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vetQ9xWj4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-vetQ9xWj4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vetQ9xWj4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vs0EsX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7vs0EsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vs0EsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vCVIHb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7vCVIHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vCVIHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vDXPqP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vDXPqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vDXPqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vDXPqP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vDXPqP .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vDXPqP .mbr-text,
.cid-vet7vDXPqP .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vGcdwU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vGcdwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vGcdwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vGcdwU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vGcdwU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vGcdwU .mbr-text,
.cid-vet7vGcdwU .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vHhXfo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vHhXfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vHhXfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vHhXfo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vHhXfo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vHhXfo .mbr-text,
.cid-vet7vHhXfo .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vIgVsg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vIgVsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vIgVsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vIgVsg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vIgVsg .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vIgVsg .mbr-text,
.cid-vet7vIgVsg .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vJpfyy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7vJpfyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vJpfyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vKpEue {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vKpEue .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vKpEue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vKpEue .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vKpEue .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vKpEue .mbr-text,
.cid-vet7vKpEue .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vLvVaO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vLvVaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vLvVaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vLvVaO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vLvVaO .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vLvVaO .mbr-text,
.cid-vet7vLvVaO .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vMuoEg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vMuoEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vMuoEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vMuoEg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vMuoEg .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vMuoEg .mbr-text,
.cid-vet7vMuoEg .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vNCQxL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vNCQxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vNCQxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vNCQxL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vNCQxL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vNCQxL .mbr-text,
.cid-vet7vNCQxL .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vOEeJC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vOEeJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vOEeJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vOEeJC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vOEeJC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vOEeJC .mbr-text,
.cid-vet7vOEeJC .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vPFRDy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7vPFRDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vPFRDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vQRE22 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vQRE22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vQRE22 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vQRE22 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vQRE22 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vQRE22 .mbr-text,
.cid-vet7vQRE22 .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vRU1VI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vRU1VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vRU1VI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vRU1VI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vRU1VI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vRU1VI .mbr-text,
.cid-vet7vRU1VI .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vT1AIR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vT1AIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vT1AIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vT1AIR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vT1AIR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vT1AIR .mbr-text,
.cid-vet7vT1AIR .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vU1HNk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vU1HNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vU1HNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vU1HNk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vU1HNk .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vU1HNk .mbr-text,
.cid-vet7vU1HNk .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vVjtI4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vVjtI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vVjtI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vVjtI4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vVjtI4 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vVjtI4 .mbr-text,
.cid-vet7vVjtI4 .mbr-section-btn {
  text-align: justify;
}
.cid-vet7vWkmOR {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7vWkmOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7vWkmOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7vWkmOR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7vWkmOR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7vWkmOR .mbr-text,
.cid-vet7vWkmOR .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w0PIal {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w0PIal .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w0PIal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w0PIal .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w0PIal .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w0PIal .mbr-text,
.cid-vet7w0PIal .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w1V7yG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7w1V7yG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w1V7yG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w32LF6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w32LF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w32LF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w32LF6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w32LF6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w32LF6 .mbr-text,
.cid-vet7w32LF6 .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w46qvx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w46qvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w46qvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w46qvx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w46qvx .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w46qvx .mbr-text,
.cid-vet7w46qvx .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w5dbLS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w5dbLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w5dbLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w5dbLS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w5dbLS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w5dbLS .mbr-text,
.cid-vet7w5dbLS .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w6lSc3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7w6lSc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w6lSc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w7qupv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w7qupv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w7qupv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w7qupv .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w7qupv .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w7qupv .mbr-text,
.cid-vet7w7qupv .mbr-section-btn {
  text-align: justify;
}
.cid-vet7w8wunX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7w8wunX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w8wunX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w9EzEC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7w9EzEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7w9EzEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7w9EzEC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7w9EzEC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7w9EzEC .mbr-text,
.cid-vet7w9EzEC .mbr-section-btn {
  text-align: justify;
}
.cid-vet7waHCjq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7waHCjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7waHCjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wbLEyj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wbLEyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wbLEyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wbLEyj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7wbLEyj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7wbLEyj .mbr-text,
.cid-vet7wbLEyj .mbr-section-btn {
  text-align: justify;
}
.cid-vet7wcOAu0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vet7wcOAu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wcOAu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wdYk9J {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wdYk9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wdYk9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wdYk9J .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7wdYk9J .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7wdYk9J .mbr-text,
.cid-vet7wdYk9J .mbr-section-btn {
  text-align: justify;
}
.cid-vet7weZ30W {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7weZ30W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7weZ30W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7weZ30W .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7weZ30W .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7weZ30W .mbr-text,
.cid-vet7weZ30W .mbr-section-btn {
  color: #ffffff;
}
.cid-vet7weZ30W .mbr-section-title {
  color: #ffffff;
}
.cid-vet7wg8MZs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wg8MZs img,
.cid-vet7wg8MZs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7wg8MZs .item:focus,
.cid-vet7wg8MZs span:focus {
  outline: none;
}
.cid-vet7wg8MZs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7wg8MZs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7wg8MZs .item {
  padding: 0;
  margin: 0;
}
.cid-vet7wg8MZs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7wg8MZs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7wg8MZs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7wg8MZs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7wg8MZs .mbr-section-title {
  color: #232323;
}
.cid-vet7wg8MZs .mbr-text,
.cid-vet7wg8MZs .mbr-section-btn {
  text-align: left;
}
.cid-vet7wg8MZs .item-title {
  text-align: left;
}
.cid-vet7wg8MZs .item-subtitle {
  text-align: center;
}
.cid-vet7whADlo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7whADlo img,
.cid-vet7whADlo .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7whADlo .item:focus,
.cid-vet7whADlo span:focus {
  outline: none;
}
.cid-vet7whADlo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7whADlo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7whADlo .item {
  padding: 0;
  margin: 0;
}
.cid-vet7whADlo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7whADlo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7whADlo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7whADlo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7whADlo .mbr-section-title {
  color: #232323;
}
.cid-vet7whADlo .mbr-text,
.cid-vet7whADlo .mbr-section-btn {
  text-align: left;
}
.cid-vet7whADlo .item-title {
  text-align: justify;
}
.cid-vet7whADlo .item-subtitle {
  text-align: center;
}
.cid-vet7wjbI8v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wjbI8v img,
.cid-vet7wjbI8v .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7wjbI8v .item:focus,
.cid-vet7wjbI8v span:focus {
  outline: none;
}
.cid-vet7wjbI8v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7wjbI8v .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7wjbI8v .item {
  padding: 0;
  margin: 0;
}
.cid-vet7wjbI8v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7wjbI8v .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7wjbI8v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7wjbI8v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7wjbI8v .mbr-section-title {
  color: #232323;
}
.cid-vet7wjbI8v .mbr-text,
.cid-vet7wjbI8v .mbr-section-btn {
  text-align: left;
}
.cid-vet7wjbI8v .item-title {
  text-align: justify;
}
.cid-vet7wjbI8v .item-subtitle {
  text-align: center;
}
.cid-vet7wkAd83 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wkAd83 img,
.cid-vet7wkAd83 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7wkAd83 .item:focus,
.cid-vet7wkAd83 span:focus {
  outline: none;
}
.cid-vet7wkAd83 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7wkAd83 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7wkAd83 .item {
  padding: 0;
  margin: 0;
}
.cid-vet7wkAd83 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7wkAd83 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7wkAd83 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7wkAd83 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7wkAd83 .mbr-section-title {
  color: #232323;
}
.cid-vet7wkAd83 .mbr-text,
.cid-vet7wkAd83 .mbr-section-btn {
  text-align: left;
}
.cid-vet7wkAd83 .item-title {
  text-align: justify;
}
.cid-vet7wkAd83 .item-subtitle {
  text-align: center;
}
.cid-vet7wlYRvj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wlYRvj img,
.cid-vet7wlYRvj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7wlYRvj .item:focus,
.cid-vet7wlYRvj span:focus {
  outline: none;
}
.cid-vet7wlYRvj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7wlYRvj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7wlYRvj .item {
  padding: 0;
  margin: 0;
}
.cid-vet7wlYRvj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7wlYRvj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7wlYRvj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7wlYRvj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7wlYRvj .mbr-section-title {
  color: #232323;
}
.cid-vet7wlYRvj .mbr-text,
.cid-vet7wlYRvj .mbr-section-btn {
  text-align: left;
}
.cid-vet7wlYRvj .item-title {
  text-align: justify;
}
.cid-vet7wlYRvj .item-subtitle {
  text-align: center;
}
.cid-vet7wnhAJb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vet7wnhAJb img,
.cid-vet7wnhAJb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vet7wnhAJb .item:focus,
.cid-vet7wnhAJb span:focus {
  outline: none;
}
.cid-vet7wnhAJb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vet7wnhAJb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vet7wnhAJb .item {
  padding: 0;
  margin: 0;
}
.cid-vet7wnhAJb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vet7wnhAJb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vet7wnhAJb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vet7wnhAJb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vet7wnhAJb .mbr-section-title {
  color: #232323;
}
.cid-vet7wnhAJb .mbr-text,
.cid-vet7wnhAJb .mbr-section-btn {
  text-align: left;
}
.cid-vet7wnhAJb .item-title {
  text-align: justify;
}
.cid-vet7wnhAJb .item-subtitle {
  text-align: center;
}
.cid-vet7woKVAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7woKVAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7woKVAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7woKVAE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vet7woKVAE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vet7woKVAE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vet7wpZzRD {
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-vet7wpZzRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wpZzRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wr8cRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wr8cRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wr8cRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wr8cRQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vet7wr8cRQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vet7wr8cRQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vet7wsgqtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wsgqtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wsgqtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wsgqtE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vet7wsgqtE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vet7wsgqtE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vet7wtrfq8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wtrfq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wtrfq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wtrfq8 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vet7wtrfq8 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vet7wtrfq8 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-vet7wuElrU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7wuElrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wuElrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wuElrU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vet7wuElrU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vet7wuElrU .mbr-text,
.cid-vet7wuElrU .mbr-section-btn {
  color: #ffffff;
}
.cid-vet7wuElrU .mbr-section-title {
  color: #ffffff;
}
.cid-vet7wvNi9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wx0mfk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-vet7wx0mfk .google-map {
  height: 30rem;
  position: relative;
}
.cid-vet7wx0mfk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vet7wx0mfk .google-map [data-state-details] {
  color: #6b6763;
  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-vet7wx0mfk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vet7wx0mfk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vet7wztDEN {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vet7wztDEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wztDEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wztDEN .mbr-section-title {
  color: #ffffff;
}
.cid-vet7wztDEN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vet7wB7shB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wB7shB blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vet7wCtmSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wCtmSa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vet7wDEexk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wDEexk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vet7wDEexk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vet7wDEexk .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vet7wDEexk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vet7wDEexk .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vet7wDEexk .card-wrapper {
    padding: 4rem;
  }
}
.cid-vet7wDEexk .mbr-text,
.cid-vet7wDEexk .mbr-section-btn {
  color: #ffffff;
}
.cid-vet7wDEexk .card-title,
.cid-vet7wDEexk .card-box {
  text-align: left;
}
.cid-vet7wEXB05 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vet7wEXB05 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vetIT7V5S2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vetIT7V5S2 nav.navbar {
  position: fixed;
}
.cid-vetIT7V5S2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vetIT7V5S2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vetIT7V5S2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vetIT7V5S2 .dropdown-item:hover,
.cid-vetIT7V5S2 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vetIT7V5S2 .dropdown-item:hover span {
  color: white;
}
.cid-vetIT7V5S2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vetIT7V5S2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vetIT7V5S2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vetIT7V5S2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vetIT7V5S2 .nav-link {
  position: relative;
}
.cid-vetIT7V5S2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vetIT7V5S2 .container {
    flex-wrap: nowrap;
  }
}
.cid-vetIT7V5S2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vetIT7V5S2 .dropdown-menu,
.cid-vetIT7V5S2 .navbar.opened {
  background: #ffffff !important;
}
.cid-vetIT7V5S2 .nav-item:focus,
.cid-vetIT7V5S2 .nav-link:focus {
  outline: none;
}
.cid-vetIT7V5S2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vetIT7V5S2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vetIT7V5S2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vetIT7V5S2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vetIT7V5S2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vetIT7V5S2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vetIT7V5S2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vetIT7V5S2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vetIT7V5S2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vetIT7V5S2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vetIT7V5S2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vetIT7V5S2 .navbar.collapsed {
  justify-content: center;
}
.cid-vetIT7V5S2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vetIT7V5S2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vetIT7V5S2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vetIT7V5S2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vetIT7V5S2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vetIT7V5S2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vetIT7V5S2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vetIT7V5S2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vetIT7V5S2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vetIT7V5S2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vetIT7V5S2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vetIT7V5S2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vetIT7V5S2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vetIT7V5S2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vetIT7V5S2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vetIT7V5S2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vetIT7V5S2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vetIT7V5S2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vetIT7V5S2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vetIT7V5S2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vetIT7V5S2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vetIT7V5S2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vetIT7V5S2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vetIT7V5S2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vetIT7V5S2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vetIT7V5S2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vetIT7V5S2 .dropdown-item.active,
.cid-vetIT7V5S2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vetIT7V5S2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vetIT7V5S2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vetIT7V5S2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vetIT7V5S2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vetIT7V5S2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vetIT7V5S2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vetIT7V5S2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vetIT7V5S2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vetIT7V5S2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vetIT7V5S2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vetIT7V5S2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vetIT7V5S2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetIT7V5S2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vetIT7V5S2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vetIT7V5S2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetIT7V5S2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vetIT7V5S2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vetIT7V5S2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vetIT7V5S2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vetIT7V5S2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vetIT7V5S2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vetIT7V5S2 .navbar {
    height: 70px;
  }
  .cid-vetIT7V5S2 .navbar.opened {
    height: auto;
  }
  .cid-vetIT7V5S2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veA67RgSRT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-veA67RgSRT nav.navbar {
  position: fixed;
}
.cid-veA67RgSRT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veA67RgSRT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veA67RgSRT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veA67RgSRT .dropdown-item:hover,
.cid-veA67RgSRT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-veA67RgSRT .dropdown-item:hover span {
  color: white;
}
.cid-veA67RgSRT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veA67RgSRT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veA67RgSRT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veA67RgSRT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veA67RgSRT .nav-link {
  position: relative;
}
.cid-veA67RgSRT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veA67RgSRT .container {
    flex-wrap: nowrap;
  }
}
.cid-veA67RgSRT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-veA67RgSRT .dropdown-menu,
.cid-veA67RgSRT .navbar.opened {
  background: #ffffff !important;
}
.cid-veA67RgSRT .nav-item:focus,
.cid-veA67RgSRT .nav-link:focus {
  outline: none;
}
.cid-veA67RgSRT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veA67RgSRT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veA67RgSRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veA67RgSRT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veA67RgSRT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veA67RgSRT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veA67RgSRT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-veA67RgSRT .navbar.opened {
  transition: all 0.3s;
}
.cid-veA67RgSRT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veA67RgSRT .navbar .navbar-logo img {
  width: auto;
}
.cid-veA67RgSRT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veA67RgSRT .navbar.collapsed {
  justify-content: center;
}
.cid-veA67RgSRT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veA67RgSRT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veA67RgSRT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veA67RgSRT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veA67RgSRT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veA67RgSRT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veA67RgSRT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veA67RgSRT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veA67RgSRT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veA67RgSRT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veA67RgSRT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veA67RgSRT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veA67RgSRT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veA67RgSRT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veA67RgSRT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veA67RgSRT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veA67RgSRT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veA67RgSRT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veA67RgSRT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-veA67RgSRT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-veA67RgSRT .navbar.navbar-short {
  min-height: 60px;
}
.cid-veA67RgSRT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veA67RgSRT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veA67RgSRT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veA67RgSRT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veA67RgSRT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veA67RgSRT .dropdown-item.active,
.cid-veA67RgSRT .dropdown-item:active {
  background-color: transparent;
}
.cid-veA67RgSRT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veA67RgSRT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veA67RgSRT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veA67RgSRT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-veA67RgSRT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veA67RgSRT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veA67RgSRT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veA67RgSRT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veA67RgSRT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veA67RgSRT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veA67RgSRT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veA67RgSRT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA67RgSRT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veA67RgSRT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veA67RgSRT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA67RgSRT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veA67RgSRT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veA67RgSRT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veA67RgSRT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veA67RgSRT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veA67RgSRT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veA67RgSRT .navbar {
    height: 70px;
  }
  .cid-veA67RgSRT .navbar.opened {
    height: auto;
  }
  .cid-veA67RgSRT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veubXnnBwj {
  display: flex;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-veubXnnBwj .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-veubXnnBwj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-veubXnnBwj {
    align-items: flex-end;
  }
  .cid-veubXnnBwj .row {
    justify-content: flex-start;
  }
  .cid-veubXnnBwj .content-wrap {
    width: 75%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-veubXnnBwj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-veubXnnBwj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-veubXnnBwj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-veubXnnBwj .content-wrap {
    width: 100%;
  }
}
.cid-veubXnYU8h {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubXnYU8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXnYU8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXnYU8h .mbr-section-title {
  color: #ffffff;
}
.cid-veubXoJZc1 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #47b5ed;
}
.cid-veubXoJZc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXoJZc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXoJZc1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veubXoJZc1 .mbr-section-title {
  color: #ffffff;
}
.cid-veubXpiaXD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veubXpiaXD img,
.cid-veubXpiaXD .item-img {
  width: 100%;
}
.cid-veubXpiaXD .item:focus,
.cid-veubXpiaXD span:focus {
  outline: none;
}
.cid-veubXpiaXD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXpiaXD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXpiaXD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXpiaXD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXpiaXD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXpiaXD .mbr-section-title {
  color: #232323;
}
.cid-veubXpiaXD .mbr-text,
.cid-veubXpiaXD .mbr-section-btn {
  text-align: left;
}
.cid-veubXpiaXD .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXpiaXD .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXq34pm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veubXq34pm img,
.cid-veubXq34pm .item-img {
  width: 100%;
}
.cid-veubXq34pm .item:focus,
.cid-veubXq34pm span:focus {
  outline: none;
}
.cid-veubXq34pm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXq34pm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXq34pm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXq34pm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXq34pm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXq34pm .mbr-section-title {
  color: #232323;
}
.cid-veubXq34pm .mbr-text,
.cid-veubXq34pm .mbr-section-btn {
  text-align: left;
}
.cid-veubXq34pm .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXq34pm .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXqOXIj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veubXqOXIj img,
.cid-veubXqOXIj .item-img {
  width: 100%;
}
.cid-veubXqOXIj .item:focus,
.cid-veubXqOXIj span:focus {
  outline: none;
}
.cid-veubXqOXIj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXqOXIj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXqOXIj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXqOXIj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXqOXIj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXqOXIj .mbr-section-title {
  color: #232323;
}
.cid-veubXqOXIj .mbr-text,
.cid-veubXqOXIj .mbr-section-btn {
  text-align: left;
}
.cid-veubXqOXIj .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXqOXIj .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXrEsh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veubXrEsh3 img,
.cid-veubXrEsh3 .item-img {
  width: 100%;
}
.cid-veubXrEsh3 .item:focus,
.cid-veubXrEsh3 span:focus {
  outline: none;
}
.cid-veubXrEsh3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXrEsh3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXrEsh3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXrEsh3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXrEsh3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXrEsh3 .mbr-section-title {
  color: #232323;
}
.cid-veubXrEsh3 .mbr-text,
.cid-veubXrEsh3 .mbr-section-btn {
  text-align: left;
}
.cid-veubXrEsh3 .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXrEsh3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXsly6E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veubXsly6E img,
.cid-veubXsly6E .item-img {
  width: 100%;
}
.cid-veubXsly6E .item:focus,
.cid-veubXsly6E span:focus {
  outline: none;
}
.cid-veubXsly6E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXsly6E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXsly6E .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXsly6E .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXsly6E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXsly6E .mbr-section-title {
  color: #232323;
}
.cid-veubXsly6E .mbr-text,
.cid-veubXsly6E .mbr-section-btn {
  text-align: left;
}
.cid-veubXsly6E .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXsly6E .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXt7qOp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-veubXt7qOp img,
.cid-veubXt7qOp .item-img {
  width: 100%;
}
.cid-veubXt7qOp .item:focus,
.cid-veubXt7qOp span:focus {
  outline: none;
}
.cid-veubXt7qOp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXt7qOp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXt7qOp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXt7qOp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXt7qOp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXt7qOp .mbr-section-title {
  color: #232323;
}
.cid-veubXt7qOp .mbr-text,
.cid-veubXt7qOp .mbr-section-btn {
  text-align: left;
}
.cid-veubXt7qOp .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-veubXt7qOp .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-veubXtKln1 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (min-width: 1500px) {
  .cid-veubXtKln1 .container {
    max-width: 1400px;
  }
}
.cid-veubXtKln1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-veubXtKln1 .card-wrapper {
  margin-top: 3rem;
}
.cid-veubXtKln1 .row {
  justify-content: center;
}
.cid-veubXtKln1 .card-title,
.cid-veubXtKln1 .iconfont-wrapper {
  color: #ffffff;
}
.cid-veubXtKln1 .card-text {
  color: #000000;
}
.cid-veubXtKln1 .mbr-section-title {
  color: #ffffff;
}
.cid-veubXtKln1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veubXuqyS7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-veubXuqyS7 .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-veubXuqyS7 img,
.cid-veubXuqyS7 .item-img {
  width: 100%;
}
.cid-veubXuqyS7 .item:focus,
.cid-veubXuqyS7 span:focus {
  outline: none;
}
.cid-veubXuqyS7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXuqyS7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubXuqyS7 .item {
  padding: 0;
  margin: 0;
}
.cid-veubXuqyS7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXuqyS7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXuqyS7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXuqyS7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXuqyS7 .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-veubXuqyS7 .mbr-text,
.cid-veubXuqyS7 .mbr-section-btn {
  text-align: right;
}
.cid-veubXuqyS7 .item-title {
  text-align: left;
}
.cid-veubXuqyS7 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-veubXuqyS7 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veubXuqyS7 .mbr-section-subtitle {
  text-align: justify;
}
.cid-veubXuZm8F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-veubXuZm8F .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-veubXuZm8F img,
.cid-veubXuZm8F .item-img {
  width: 100%;
}
.cid-veubXuZm8F .item:focus,
.cid-veubXuZm8F span:focus {
  outline: none;
}
.cid-veubXuZm8F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXuZm8F .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubXuZm8F .item {
  padding: 0;
  margin: 0;
}
.cid-veubXuZm8F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXuZm8F .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXuZm8F .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXuZm8F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXuZm8F .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-veubXuZm8F .mbr-text,
.cid-veubXuZm8F .mbr-section-btn {
  text-align: right;
}
.cid-veubXuZm8F .item-title {
  text-align: left;
}
.cid-veubXuZm8F .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-veubXuZm8F .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veubXuZm8F .mbr-section-subtitle {
  text-align: justify;
}
.cid-veubXvyR9m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-veubXvyR9m .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-veubXvyR9m img,
.cid-veubXvyR9m .item-img {
  width: 100%;
}
.cid-veubXvyR9m .item:focus,
.cid-veubXvyR9m span:focus {
  outline: none;
}
.cid-veubXvyR9m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubXvyR9m .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubXvyR9m .item {
  padding: 0;
  margin: 0;
}
.cid-veubXvyR9m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubXvyR9m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubXvyR9m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubXvyR9m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubXvyR9m .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-veubXvyR9m .mbr-text,
.cid-veubXvyR9m .mbr-section-btn {
  text-align: right;
}
.cid-veubXvyR9m .item-title {
  text-align: left;
}
.cid-veubXvyR9m .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-veubXvyR9m .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-veubXvyR9m .mbr-section-subtitle {
  text-align: justify;
}
.cid-veubXwerh9 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubXwerh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXwerh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXwerh9 .mbr-section-title {
  color: #ffffff;
}
.cid-veubXwerh9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veubXwK63c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-veubXwK63c .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXwK63c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXwK63c .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-veubXwK63c .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-veubXwK63c .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-veubXwK63c .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXwK63c .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-veubXwK63c .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXwK63c .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veubXwK63c .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-veubXwK63c .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veubXwK63c .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-veubXxt6jg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXxt6jg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXxt6jg .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXxt6jg .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXxt6jg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXxt6jg .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXxt6jg .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXxt6jg .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXxt6jg .social-row {
  text-align: center;
}
.cid-veubXxt6jg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXxt6jg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXxt6jg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXxt6jg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXxt6jg .mbr-section-title {
  color: #000000;
}
.cid-veubXxt6jg .mbr-section-title1 {
  color: #000000;
}
.cid-veubXxt6jg .mbr-section-title1 DIV {
  text-align: center;
}
.cid-veubXyFDfN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXyFDfN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXyFDfN .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXyFDfN .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXyFDfN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXyFDfN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXyFDfN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXyFDfN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXyFDfN .social-row {
  text-align: center;
}
.cid-veubXyFDfN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXyFDfN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXyFDfN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXyFDfN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXyFDfN .mbr-section-title {
  color: #000000;
}
.cid-veubXyFDfN .mbr-section-title1 {
  color: #000000;
}
.cid-veubXzOZP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXzOZP3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXzOZP3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXzOZP3 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXzOZP3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXzOZP3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXzOZP3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXzOZP3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXzOZP3 .social-row {
  text-align: center;
}
.cid-veubXzOZP3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXzOZP3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXzOZP3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXzOZP3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXzOZP3 .mbr-section-title {
  color: #000000;
}
.cid-veubXzOZP3 .mbr-section-title1 {
  color: #000000;
}
.cid-veubXB2Ny1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXB2Ny1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXB2Ny1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXB2Ny1 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXB2Ny1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXB2Ny1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXB2Ny1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXB2Ny1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXB2Ny1 .social-row {
  text-align: center;
}
.cid-veubXB2Ny1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXB2Ny1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXB2Ny1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXB2Ny1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXB2Ny1 .mbr-section-title {
  color: #000000;
}
.cid-veubXB2Ny1 .mbr-section-title1 {
  color: #000000;
}
.cid-veubXE2xGG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXE2xGG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXE2xGG .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXE2xGG .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXE2xGG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXE2xGG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXE2xGG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXE2xGG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXE2xGG .social-row {
  text-align: center;
}
.cid-veubXE2xGG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXE2xGG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXE2xGG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXE2xGG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXE2xGG .mbr-section-title {
  color: #000000;
}
.cid-veubXE2xGG .mbr-section-title1 {
  color: #000000;
}
.cid-veubXFqgdz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXFqgdz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXFqgdz .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXFqgdz .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXFqgdz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXFqgdz .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXFqgdz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXFqgdz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXFqgdz .social-row {
  text-align: center;
}
.cid-veubXFqgdz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXFqgdz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXFqgdz .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXFqgdz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXFqgdz .mbr-section-title {
  color: #000000;
}
.cid-veubXFqgdz .mbr-section-title1 {
  color: #000000;
}
.cid-veubXGHw6Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubXGHw6Q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXGHw6Q .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXGHw6Q .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXGHw6Q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXGHw6Q .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXGHw6Q .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXGHw6Q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXGHw6Q .social-row {
  text-align: center;
}
.cid-veubXGHw6Q .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXGHw6Q .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXGHw6Q .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXGHw6Q .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXGHw6Q .mbr-section-title {
  color: #000000;
}
.cid-veubXGHw6Q .mbr-section-title1 {
  color: #000000;
}
.cid-veubXI6BOA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-veubXI6BOA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-veubXI6BOA .team-card:hover {
  transform: translateY(-10px);
}
.cid-veubXI6BOA .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-veubXI6BOA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-veubXI6BOA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-veubXI6BOA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-veubXI6BOA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-veubXI6BOA .social-row {
  text-align: center;
}
.cid-veubXI6BOA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-veubXI6BOA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-veubXI6BOA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-veubXI6BOA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veubXI6BOA .mbr-section-title {
  color: #000000;
}
.cid-veubXI6BOA .mbr-section-title1 {
  color: #000000;
}
.cid-veubXJtN0q {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubXJtN0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXJtN0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXJtN0q .mbr-section-title {
  color: #ffffff;
}
.cid-veubXJtN0q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veubXKeQHY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-veubXKeQHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXKeQHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXL0hVH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-veubXL0hVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXL0hVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXLJUbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubXLJUbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXLJUbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXMqSFu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubXMqSFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXMqSFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXNehCO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXNehCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXNehCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXNehCO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXNehCO .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXNehCO .mbr-text,
.cid-veubXNehCO .mbr-section-btn {
  text-align: justify;
}
.cid-veubXO8STG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXO8STG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXO8STG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXO8STG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXO8STG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXO8STG .mbr-text,
.cid-veubXO8STG .mbr-section-btn {
  text-align: justify;
}
.cid-veubXOSX7Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXOSX7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXOSX7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXOSX7Q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXOSX7Q .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXOSX7Q .mbr-text,
.cid-veubXOSX7Q .mbr-section-btn {
  text-align: justify;
}
.cid-veubXPG8i2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXPG8i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXPG8i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXPG8i2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXPG8i2 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXPG8i2 .mbr-text,
.cid-veubXPG8i2 .mbr-section-btn {
  text-align: justify;
}
.cid-veubXQrQYp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubXQrQYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXQrQYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXRa8xo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXRa8xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXRa8xo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXRa8xo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXRa8xo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXRa8xo .mbr-text,
.cid-veubXRa8xo .mbr-section-btn {
  text-align: justify;
}
.cid-veubXRY29V {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXRY29V .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXRY29V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXRY29V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXRY29V .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXRY29V .mbr-text,
.cid-veubXRY29V .mbr-section-btn {
  text-align: justify;
}
.cid-veubXSJY35 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXSJY35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXSJY35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXSJY35 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXSJY35 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXSJY35 .mbr-text,
.cid-veubXSJY35 .mbr-section-btn {
  text-align: justify;
}
.cid-veubXTtM0r {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXTtM0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXTtM0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXTtM0r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXTtM0r .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXTtM0r .mbr-text,
.cid-veubXTtM0r .mbr-section-btn {
  text-align: justify;
}
.cid-veubXUjw45 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXUjw45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXUjw45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXUjw45 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXUjw45 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXUjw45 .mbr-text,
.cid-veubXUjw45 .mbr-section-btn {
  text-align: justify;
}
.cid-veubXV5iqW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubXV5iqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXV5iqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXVUFYs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXVUFYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXVUFYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXVUFYs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXVUFYs .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXVUFYs .mbr-text,
.cid-veubXVUFYs .mbr-section-btn {
  text-align: justify;
}
.cid-veubXWFjB3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXWFjB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXWFjB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXWFjB3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXWFjB3 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXWFjB3 .mbr-text,
.cid-veubXWFjB3 .mbr-section-btn {
  text-align: justify;
}
.cid-veubXXwbru {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXXwbru .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXXwbru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXXwbru .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXXwbru .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXXwbru .mbr-text,
.cid-veubXXwbru .mbr-section-btn {
  text-align: justify;
}
.cid-veubXYmztr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXYmztr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXYmztr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXYmztr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXYmztr .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXYmztr .mbr-text,
.cid-veubXYmztr .mbr-section-btn {
  text-align: justify;
}
.cid-veubXZ90eB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXZ90eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXZ90eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXZ90eB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXZ90eB .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXZ90eB .mbr-text,
.cid-veubXZ90eB .mbr-section-btn {
  text-align: justify;
}
.cid-veubXZYBkU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubXZYBkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubXZYBkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubXZYBkU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubXZYBkU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubXZYBkU .mbr-text,
.cid-veubXZYBkU .mbr-section-btn {
  text-align: justify;
}
.cid-veubY0O2Pi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY0O2Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY0O2Pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY0O2Pi .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY0O2Pi .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY0O2Pi .mbr-text,
.cid-veubY0O2Pi .mbr-section-btn {
  text-align: justify;
}
.cid-veubY1CIuw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubY1CIuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY1CIuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY2uaIz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY2uaIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY2uaIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY2uaIz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY2uaIz .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY2uaIz .mbr-text,
.cid-veubY2uaIz .mbr-section-btn {
  text-align: justify;
}
.cid-veubY3hMAb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY3hMAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY3hMAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY3hMAb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY3hMAb .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY3hMAb .mbr-text,
.cid-veubY3hMAb .mbr-section-btn {
  text-align: justify;
}
.cid-veubY46cy2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY46cy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY46cy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY46cy2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY46cy2 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY46cy2 .mbr-text,
.cid-veubY46cy2 .mbr-section-btn {
  text-align: justify;
}
.cid-veubY4ZJpZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubY4ZJpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY4ZJpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY5LFoy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY5LFoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY5LFoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY5LFoy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY5LFoy .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY5LFoy .mbr-text,
.cid-veubY5LFoy .mbr-section-btn {
  text-align: justify;
}
.cid-veubY6CuKx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubY6CuKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY6CuKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY7piVA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY7piVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY7piVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY7piVA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY7piVA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY7piVA .mbr-text,
.cid-veubY7piVA .mbr-section-btn {
  text-align: justify;
}
.cid-veubY8crtO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubY8crtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY8crtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY93x8J {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubY93x8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY93x8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubY93x8J .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubY93x8J .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubY93x8J .mbr-text,
.cid-veubY93x8J .mbr-section-btn {
  text-align: justify;
}
.cid-veubY9Rrcc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-veubY9Rrcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubY9Rrcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYaNGfc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYaNGfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYaNGfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYaNGfc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubYaNGfc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubYaNGfc .mbr-text,
.cid-veubYaNGfc .mbr-section-btn {
  text-align: justify;
}
.cid-veubYbBy6q {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubYbBy6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYbBy6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYbBy6q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubYbBy6q .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubYbBy6q .mbr-text,
.cid-veubYbBy6q .mbr-section-btn {
  color: #ffffff;
}
.cid-veubYbBy6q .mbr-section-title {
  color: #ffffff;
}
.cid-veubYcpFaZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYcpFaZ img,
.cid-veubYcpFaZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYcpFaZ .item:focus,
.cid-veubYcpFaZ span:focus {
  outline: none;
}
.cid-veubYcpFaZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYcpFaZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYcpFaZ .item {
  padding: 0;
  margin: 0;
}
.cid-veubYcpFaZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYcpFaZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYcpFaZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYcpFaZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYcpFaZ .mbr-section-title {
  color: #232323;
}
.cid-veubYcpFaZ .mbr-text,
.cid-veubYcpFaZ .mbr-section-btn {
  text-align: left;
}
.cid-veubYcpFaZ .item-title {
  text-align: left;
}
.cid-veubYcpFaZ .item-subtitle {
  text-align: center;
}
.cid-veubYdCi9t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYdCi9t img,
.cid-veubYdCi9t .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYdCi9t .item:focus,
.cid-veubYdCi9t span:focus {
  outline: none;
}
.cid-veubYdCi9t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYdCi9t .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYdCi9t .item {
  padding: 0;
  margin: 0;
}
.cid-veubYdCi9t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYdCi9t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYdCi9t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYdCi9t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYdCi9t .mbr-section-title {
  color: #232323;
}
.cid-veubYdCi9t .mbr-text,
.cid-veubYdCi9t .mbr-section-btn {
  text-align: left;
}
.cid-veubYdCi9t .item-title {
  text-align: justify;
}
.cid-veubYdCi9t .item-subtitle {
  text-align: center;
}
.cid-veubYeKZoJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYeKZoJ img,
.cid-veubYeKZoJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYeKZoJ .item:focus,
.cid-veubYeKZoJ span:focus {
  outline: none;
}
.cid-veubYeKZoJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYeKZoJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYeKZoJ .item {
  padding: 0;
  margin: 0;
}
.cid-veubYeKZoJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYeKZoJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYeKZoJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYeKZoJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYeKZoJ .mbr-section-title {
  color: #232323;
}
.cid-veubYeKZoJ .mbr-text,
.cid-veubYeKZoJ .mbr-section-btn {
  text-align: left;
}
.cid-veubYeKZoJ .item-title {
  text-align: justify;
}
.cid-veubYeKZoJ .item-subtitle {
  text-align: center;
}
.cid-veubYfYYtU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYfYYtU img,
.cid-veubYfYYtU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYfYYtU .item:focus,
.cid-veubYfYYtU span:focus {
  outline: none;
}
.cid-veubYfYYtU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYfYYtU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYfYYtU .item {
  padding: 0;
  margin: 0;
}
.cid-veubYfYYtU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYfYYtU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYfYYtU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYfYYtU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYfYYtU .mbr-section-title {
  color: #232323;
}
.cid-veubYfYYtU .mbr-text,
.cid-veubYfYYtU .mbr-section-btn {
  text-align: left;
}
.cid-veubYfYYtU .item-title {
  text-align: justify;
}
.cid-veubYfYYtU .item-subtitle {
  text-align: center;
}
.cid-veubYhc87m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYhc87m img,
.cid-veubYhc87m .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYhc87m .item:focus,
.cid-veubYhc87m span:focus {
  outline: none;
}
.cid-veubYhc87m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYhc87m .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYhc87m .item {
  padding: 0;
  margin: 0;
}
.cid-veubYhc87m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYhc87m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYhc87m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYhc87m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYhc87m .mbr-section-title {
  color: #232323;
}
.cid-veubYhc87m .mbr-text,
.cid-veubYhc87m .mbr-section-btn {
  text-align: left;
}
.cid-veubYhc87m .item-title {
  text-align: justify;
}
.cid-veubYhc87m .item-subtitle {
  text-align: center;
}
.cid-veubYir82g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-veubYir82g img,
.cid-veubYir82g .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-veubYir82g .item:focus,
.cid-veubYir82g span:focus {
  outline: none;
}
.cid-veubYir82g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-veubYir82g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veubYir82g .item {
  padding: 0;
  margin: 0;
}
.cid-veubYir82g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veubYir82g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veubYir82g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veubYir82g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veubYir82g .mbr-section-title {
  color: #232323;
}
.cid-veubYir82g .mbr-text,
.cid-veubYir82g .mbr-section-btn {
  text-align: left;
}
.cid-veubYir82g .item-title {
  text-align: justify;
}
.cid-veubYir82g .item-subtitle {
  text-align: center;
}
.cid-veubYjCzrG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veubYjCzrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYjCzrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYjCzrG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-veubYjCzrG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-veubYjCzrG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-veubYkERps {
  background-image: url("../../../assets/images/background9.jpg");
}
.cid-veubYkERps .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYkERps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYlCcK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veubYlCcK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYlCcK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYlCcK3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-veubYlCcK3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-veubYlCcK3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-veubYopTNG {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubYopTNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYopTNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYopTNG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-veubYopTNG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-veubYopTNG .mbr-text,
.cid-veubYopTNG .mbr-section-btn {
  color: #ffffff;
}
.cid-veubYopTNG .mbr-section-title {
  color: #ffffff;
}
.cid-veubYpjCDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veubYqcGUC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-veubYqcGUC .google-map {
  height: 30rem;
  position: relative;
}
.cid-veubYqcGUC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veubYqcGUC .google-map [data-state-details] {
  color: #6b6763;
  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-veubYqcGUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veubYqcGUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-veubYrq5KJ {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-veubYrq5KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veubYrq5KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veubYrq5KJ .mbr-section-title {
  color: #ffffff;
}
.cid-veubYrq5KJ .mbr-section-subtitle {
  color: #ffffff;
}
