.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;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #ffffff !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #000000;
}
.cid-sFzxmVl7J6 .mbr-section-title {
  color: #e43f3f;
}
.cid-uctw3vCAx5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-41.jpg");
}
.cid-uctw3vCAx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uctw3vCAx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uctw3vCAx5 .video-wrapper iframe {
  width: 100%;
}
.cid-uctw3vCAx5 .mbr-section-title,
.cid-uctw3vCAx5 .mbr-section-subtitle,
.cid-uctw3vCAx5 .mbr-text {
  text-align: center;
}
.cid-uctw3vCAx5 .mbr-text {
  color: #ffffff;
}
.cid-uctw3vCAx5 .mbr-section-title {
  color: #ffffff;
}
.cid-uyOhIElltM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-uyOhIElltM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyOhIElltM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyOhIElltM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyOhIElltM .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyDKOBRmyd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-49.jpg");
}
.cid-uyDKOBRmyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDKOBRmyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDKOBRmyd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyDKOBRmyd .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyDKOBRmyd .mbr-section-title {
  color: #ffffff;
}
.cid-ullne3Dy2a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9be898;
}
.cid-ullne3Dy2a img,
.cid-ullne3Dy2a .item-img {
  width: 100%;
}
.cid-ullne3Dy2a .item:focus,
.cid-ullne3Dy2a span:focus {
  outline: none;
}
.cid-ullne3Dy2a .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ullne3Dy2a .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ullne3Dy2a .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ullne3Dy2a .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ullne3Dy2a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ullne3Dy2a .mbr-section-title {
  color: #232323;
}
.cid-ullne3Dy2a .mbr-text,
.cid-ullne3Dy2a .mbr-section-btn {
  text-align: left;
}
.cid-ullne3Dy2a .item-title {
  text-align: left;
}
.cid-ullne3Dy2a .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tY1cfeYKud {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1.png");
}
.cid-tY1cfeYKud .mbr-text,
.cid-tY1cfeYKud .mbr-section-btn {
  color: #232323;
}
.cid-tY1cfeYKud .card-title,
.cid-tY1cfeYKud .card-box {
  color: #ff0000;
  text-align: center;
}
.cid-tY1cfeYKud .mbr-text,
.cid-tY1cfeYKud .link-wrap {
  color: #ffffff;
}
.cid-tY1cfeYKud .card-box .mbr-text,
.cid-tY1cfeYKud .mbr-section-btn {
  color: #000000;
}
.cid-uyDO4Qipqr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-uyDO4Qipqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDO4Qipqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDO4Qipqr .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyDO4Qipqr .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyDO4Qipqr .mbr-section-title {
  color: #000000;
}
.cid-uctyR8OB7z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-43.jpg");
}
.cid-uctyR8OB7z .mbr-overlay {
  background: #ecfbd7;
  opacity: 0.6;
}
.cid-uctyR8OB7z img,
.cid-uctyR8OB7z .item-img {
  width: 100%;
}
.cid-uctyR8OB7z .item:focus,
.cid-uctyR8OB7z span:focus {
  outline: none;
}
.cid-uctyR8OB7z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uctyR8OB7z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uctyR8OB7z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uctyR8OB7z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uctyR8OB7z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uctyR8OB7z .mbr-section-title {
  color: #232323;
}
.cid-uctyR8OB7z .mbr-text,
.cid-uctyR8OB7z .mbr-section-btn {
  text-align: left;
}
.cid-uctyR8OB7z .item-title {
  text-align: left;
}
.cid-uctyR8OB7z .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uctVc8MRJh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-42.jpg");
}
.cid-uctVc8MRJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uctVc8MRJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uctVc8MRJh .video-wrapper iframe {
  width: 100%;
}
.cid-uctVc8MRJh .mbr-section-title,
.cid-uctVc8MRJh .mbr-section-subtitle,
.cid-uctVc8MRJh .mbr-text {
  text-align: center;
}
.cid-uctVc8MRJh .mbr-section-title {
  color: #ffffff;
}
.cid-uctVc8MRJh .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uyDPPXfboJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-uyDPPXfboJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDPPXfboJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDPPXfboJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyDPPXfboJ .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tXHNo7v1SI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-tXHNo7v1SI .video-wrapper iframe {
  width: 100%;
}
.cid-tXHNo7v1SI .mbr-section-title,
.cid-tXHNo7v1SI .mbr-section-subtitle,
.cid-tXHNo7v1SI .mbr-text {
  text-align: center;
}
.cid-tXHNo7v1SI .mbr-section-title {
  color: #000000;
}
.cid-tXHNo7v1SI .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tXHUT1Pizk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-44.jpg");
}
.cid-tXHUT1Pizk .video-wrapper iframe {
  width: 100%;
}
.cid-tXHUT1Pizk .mbr-section-title,
.cid-tXHUT1Pizk .mbr-section-subtitle,
.cid-tXHUT1Pizk .mbr-text {
  text-align: center;
}
.cid-tYGy19bH6d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
@media (max-width: 991px) {
  .cid-tYGy19bH6d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYGy19bH6d .row {
  flex-direction: row-reverse;
}
.cid-tYGy19bH6d img {
  width: 100%;
}
.cid-tYGzGILHmu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-tYGzGILHmu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYGzGILHmu .row {
  flex-direction: row-reverse;
}
.cid-tYGzGILHmu img {
  width: 100%;
}
.cid-sFzErVWEaH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ecfbd7;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #c5e898;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFzErVWEaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-sFzErVWEaH .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-sFzErVWEaH .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-sFzErVWEaH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFzErVWEaH .mbr-section-title {
  color: #000000;
}
.cid-sFzErVWEaH .mbr-section-title1 {
  color: #000000;
}
.cid-sFzErVWEaH .card-text,
.cid-sFzErVWEaH .mbr-section-btn,
.cid-sFzErVWEaH .social-row {
  text-align: left;
}
.cid-sFzErVWEaH .mbr-role,
.cid-sFzErVWEaH .social-row {
  text-align: left;
}
.cid-sFzErVWEaH .card-title,
.cid-sFzErVWEaH .social-row {
  text-align: left;
}
.cid-uyDSmrcQM9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-uyDSmrcQM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyDSmrcQM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyDSmrcQM9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyDSmrcQM9 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tXJTeJzs8K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
@media (max-width: 991px) {
  .cid-tXJTeJzs8K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXJTeJzs8K .row {
  flex-direction: row-reverse;
}
.cid-tXJTeJzs8K img {
  width: 100%;
}
.cid-tXIJgBNR7R {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-tXIJgBNR7R .video-wrapper iframe {
  width: 100%;
}
.cid-tXIJgBNR7R .mbr-section-title,
.cid-tXIJgBNR7R .mbr-section-subtitle,
.cid-tXIJgBNR7R .mbr-text {
  text-align: center;
}
.cid-tXIJgBNR7R .mbr-section-title {
  color: #ffffff;
}
.cid-tXIJgBNR7R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXJVaHNciK {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-tXJVaHNciK .video-wrapper iframe {
  width: 100%;
}
.cid-tXJVaHNciK .mbr-section-title,
.cid-tXJVaHNciK .mbr-section-subtitle,
.cid-tXJVaHNciK .mbr-text {
  text-align: center;
}
.cid-tXJVaHNciK .mbr-section-title {
  color: #ffffff;
}
.cid-tXLn3PwrIl {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-tXLn3PwrIl .mbr-text,
.cid-tXLn3PwrIl .mbr-section-btn {
  color: #232323;
}
.cid-tXLn3PwrIl .card-title,
.cid-tXLn3PwrIl .card-box {
  color: #ffffff;
}
.cid-tXLn3PwrIl .mbr-text,
.cid-tXLn3PwrIl .link-wrap {
  color: #ffffff;
}
.cid-tXLnb1MKEB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-tXLnb1MKEB .video-wrapper iframe {
  width: 100%;
}
.cid-tXLnb1MKEB .mbr-section-title,
.cid-tXLnb1MKEB .mbr-section-subtitle,
.cid-tXLnb1MKEB .mbr-text {
  text-align: center;
}
.cid-tXJXn7MTJA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-tXJXn7MTJA .video-wrapper iframe {
  width: 100%;
}
.cid-tXJXn7MTJA .mbr-section-title,
.cid-tXJXn7MTJA .mbr-section-subtitle,
.cid-tXJXn7MTJA .mbr-text {
  text-align: center;
}
.cid-tXJXn7MTJA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXJXn7MTJA .mbr-section-title {
  color: #9be898;
}
.cid-tXLIrjcfAX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c5e898;
}
@media (max-width: 991px) {
  .cid-tXLIrjcfAX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXLIrjcfAX .row {
  flex-direction: row-reverse;
}
.cid-tXLIrjcfAX img {
  width: 100%;
}
.cid-tXLqWGZo1H {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-43.jpg");
}
.cid-tXLqWGZo1H .video-wrapper iframe {
  width: 100%;
}
.cid-tXLqWGZo1H .mbr-section-title,
.cid-tXLqWGZo1H .mbr-section-subtitle,
.cid-tXLqWGZo1H .mbr-text {
  text-align: center;
}
.cid-tXLqWGZo1H .mbr-section-title {
  color: #ffe885;
}
.cid-tXLqWGZo1H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tY12UFefWM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-tY12UFefWM .mbr-overlay {
  background: #ecfbd7;
  opacity: 0;
}
.cid-tY12UFefWM img,
.cid-tY12UFefWM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tY12UFefWM .item:focus,
.cid-tY12UFefWM span:focus {
  outline: none;
}
.cid-tY12UFefWM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tY12UFefWM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY12UFefWM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY12UFefWM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tY12UFefWM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY12UFefWM .mbr-section-title {
  color: #000000;
}
.cid-tY12UFefWM .mbr-text,
.cid-tY12UFefWM .mbr-section-btn {
  text-align: left;
}
.cid-tY12UFefWM .item-title {
  text-align: left;
}
.cid-tY12UFefWM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-tY12UFefWM .mbr-section-subtitle {
  color: #000000;
}
.cid-u9SEEVHhC3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-u9SEEVHhC3 .video-wrapper iframe {
  width: 100%;
}
.cid-u9SEEVHhC3 .mbr-section-title,
.cid-u9SEEVHhC3 .mbr-section-subtitle,
.cid-u9SEEVHhC3 .mbr-text {
  text-align: center;
}
.cid-tY1IkK8cAf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-36.jpg");
}
.cid-tY1IkK8cAf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tY1IkK8cAf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tY1IkK8cAf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tY1IkK8cAf .mbr-section-title {
  text-align: left;
  color: #fff0b0;
}
.cid-tY1IkK8cAf .mbr-text,
.cid-tY1IkK8cAf .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-ucu2hyb8DY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-ucu2hyb8DY .mbr-overlay {
  background: #4479d9;
  opacity: 0.7;
}
.cid-ucu2hyb8DY img,
.cid-ucu2hyb8DY .item-img {
  width: 100%;
}
.cid-ucu2hyb8DY .item:focus,
.cid-ucu2hyb8DY span:focus {
  outline: none;
}
.cid-ucu2hyb8DY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucu2hyb8DY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucu2hyb8DY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucu2hyb8DY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucu2hyb8DY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucu2hyb8DY .mbr-section-title {
  color: #232323;
}
.cid-ucu2hyb8DY .mbr-text,
.cid-ucu2hyb8DY .mbr-section-btn {
  text-align: left;
}
.cid-ucu2hyb8DY .item-title {
  text-align: left;
}
.cid-ucu2hyb8DY .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucu6rtzWT1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ucu6rtzWT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucu6rtzWT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucu6rtzWT1 .video-wrapper iframe {
  width: 100%;
}
.cid-ucu6rtzWT1 .mbr-section-title,
.cid-ucu6rtzWT1 .mbr-section-subtitle,
.cid-ucu6rtzWT1 .mbr-text {
  text-align: center;
}
.cid-ucu6rtzWT1 .mbr-section-title {
  color: #ffffff;
}
.cid-ucu6rtzWT1 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ucu6rtzWT1 .mbr-text {
  color: #ffffff;
}
.cid-sFzIA7KGYz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-sFAxp7Y5iM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFAxp7Y5iM .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFAxp7Y5iM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAxp7Y5iM .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-sFAxp7Y5iM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAxp7Y5iM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-ucrl21Z0om .navbar-dropdown {
  position: relative !important;
}
.cid-ucrl21Z0om .navbar-dropdown {
  position: absolute !important;
}
.cid-ucrl21Z0om .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-ucrl21Z0om .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucrl21Z0om .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucrl21Z0om .dropdown-item:hover,
.cid-ucrl21Z0om .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ucrl21Z0om .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucrl21Z0om .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucrl21Z0om .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucrl21Z0om .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucrl21Z0om .nav-link {
  position: relative;
}
.cid-ucrl21Z0om .container {
  display: flex;
  margin: auto;
}
.cid-ucrl21Z0om .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucrl21Z0om .dropdown-menu,
.cid-ucrl21Z0om .navbar.opened {
  background: #ffffff !important;
}
.cid-ucrl21Z0om .nav-item:focus,
.cid-ucrl21Z0om .nav-link:focus {
  outline: none;
}
.cid-ucrl21Z0om .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucrl21Z0om .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucrl21Z0om .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucrl21Z0om .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucrl21Z0om .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucrl21Z0om .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucrl21Z0om .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-ucrl21Z0om .navbar.opened {
  transition: all 0.3s;
}
.cid-ucrl21Z0om .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucrl21Z0om .navbar .navbar-logo img {
  width: auto;
}
.cid-ucrl21Z0om .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucrl21Z0om .navbar.collapsed {
  justify-content: center;
}
.cid-ucrl21Z0om .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucrl21Z0om .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucrl21Z0om .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ucrl21Z0om .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucrl21Z0om .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucrl21Z0om .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-ucrl21Z0om .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucrl21Z0om .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucrl21Z0om .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucrl21Z0om .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucrl21Z0om .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucrl21Z0om .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucrl21Z0om .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucrl21Z0om .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-ucrl21Z0om .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucrl21Z0om .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucrl21Z0om .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucrl21Z0om .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucrl21Z0om .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucrl21Z0om .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucrl21Z0om .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucrl21Z0om .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucrl21Z0om .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucrl21Z0om .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-ucrl21Z0om .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucrl21Z0om .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucrl21Z0om .dropdown-item.active,
.cid-ucrl21Z0om .dropdown-item:active {
  background-color: transparent;
}
.cid-ucrl21Z0om .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucrl21Z0om .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucrl21Z0om .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucrl21Z0om .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucrl21Z0om .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucrl21Z0om .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucrl21Z0om ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucrl21Z0om .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucrl21Z0om button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucrl21Z0om button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ucrl21Z0om button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucrl21Z0om button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucrl21Z0om button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucrl21Z0om button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucrl21Z0om nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucrl21Z0om nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucrl21Z0om nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucrl21Z0om nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucrl21Z0om .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ucrl21Z0om a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucrl21Z0om .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-ucrl21Z0om .navbar {
    height: 70px;
  }
  .cid-ucrl21Z0om .navbar.opened {
    height: auto;
  }
  .cid-ucrl21Z0om .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucrl22iueX {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-ucrl22iueX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucrl22iueX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl22iueX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucrl22iueX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucrl22iueX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl22iueX .mbr-text,
.cid-ucrl22iueX .mbr-section-btn {
  color: #000000;
}
.cid-ucrl22iueX .mbr-section-title {
  color: #e43f3f;
}
.cid-ucrl22y0Et {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1.png");
}
.cid-ucrl22y0Et .mbr-text,
.cid-ucrl22y0Et .mbr-section-btn {
  color: #232323;
}
.cid-ucrl22y0Et .card-title,
.cid-ucrl22y0Et .card-box {
  color: #ff0000;
  text-align: center;
}
.cid-ucrl22y0Et .mbr-text,
.cid-ucrl22y0Et .link-wrap {
  color: #ffffff;
}
.cid-ucrl22y0Et .card-box .mbr-text,
.cid-ucrl22y0Et .mbr-section-btn {
  color: #000000;
}
.cid-ucruPdTyfo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-40.jpg");
}
.cid-ucruPdTyfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucruPdTyfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucruPdTyfo .video-wrapper iframe {
  width: 100%;
}
.cid-ucruPdTyfo .mbr-section-title,
.cid-ucruPdTyfo .mbr-section-subtitle,
.cid-ucruPdTyfo .mbr-text {
  text-align: center;
}
.cid-ucruPdTyfo .mbr-text {
  color: #ffffff;
}
.cid-ucrl22LzKv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ucrl22LzKv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucrl22LzKv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucrl22LzKv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucrl22LzKv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-ucrl22LzKv .mbr-text,
.cid-ucrl22LzKv .mbr-section-btn {
  text-align: left;
}
.cid-ucrl22Ywy8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e6c63b;
}
@media (max-width: 991px) {
  .cid-ucrl22Ywy8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl22Ywy8 .row {
  flex-direction: row-reverse;
}
.cid-ucrl22Ywy8 img {
  width: 100%;
}
.cid-ucrl23b16h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
@media (max-width: 991px) {
  .cid-ucrl23b16h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl23b16h .row {
  flex-direction: row-reverse;
}
.cid-ucrl23b16h img {
  width: 100%;
}
.cid-ucrl23n8cG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c5e898;
}
@media (max-width: 991px) {
  .cid-ucrl23n8cG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl23n8cG .row {
  flex-direction: row-reverse;
}
.cid-ucrl23n8cG img {
  width: 100%;
}
.cid-ucrl23z8J2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ucrl23z8J2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl23z8J2 .row {
  flex-direction: row-reverse;
}
.cid-ucrl23z8J2 img {
  width: 100%;
}
.cid-ucrl23O9bT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ucrl23O9bT .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucrl23O9bT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl23O9bT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucrl23O9bT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucrl23O9bT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl241Ciw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
@media (max-width: 991px) {
  .cid-ucrl241Ciw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl241Ciw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucrl241Ciw .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucrl241Ciw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl24fQOl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb5b5;
}
@media (max-width: 991px) {
  .cid-ucrl24fQOl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl24fQOl .row {
  flex-direction: row-reverse;
}
.cid-ucrl24fQOl img {
  width: 100%;
}
.cid-ucrl24sWJc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
@media (max-width: 991px) {
  .cid-ucrl24sWJc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl24sWJc .row {
  flex-direction: row-reverse;
}
.cid-ucrl24sWJc img {
  width: 100%;
}
.cid-ucrl24EM7S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c5e898;
}
@media (max-width: 991px) {
  .cid-ucrl24EM7S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl24EM7S .row {
  flex-direction: row-reverse;
}
.cid-ucrl24EM7S img {
  width: 100%;
}
.cid-ucrl24YESv {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-ucrl24YESv .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl24YESv .mbr-section-title,
.cid-ucrl24YESv .mbr-section-subtitle,
.cid-ucrl24YESv .mbr-text {
  text-align: center;
}
.cid-ucrl24YESv .mbr-section-title {
  color: #000000;
}
.cid-ucrl24YESv .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-ucrl25pWtv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-ucrl25pWtv .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl25pWtv .mbr-section-title,
.cid-ucrl25pWtv .mbr-section-subtitle,
.cid-ucrl25pWtv .mbr-text {
  text-align: center;
}
.cid-ucrl25Cyrd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ucrl25Cyrd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucrl25Cyrd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucrl25Cyrd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucrl25Cyrd .mbr-section-title {
  text-align: left;
}
.cid-ucrl25Cyrd .mbr-text,
.cid-ucrl25Cyrd .mbr-section-btn {
  text-align: left;
}
.cid-ucrl25Q5NH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
@media (max-width: 991px) {
  .cid-ucrl25Q5NH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl25Q5NH .row {
  flex-direction: row-reverse;
}
.cid-ucrl25Q5NH img {
  width: 100%;
}
.cid-ucrl264Xod {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
@media (max-width: 991px) {
  .cid-ucrl264Xod .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl264Xod .row {
  flex-direction: row-reverse;
}
.cid-ucrl264Xod img {
  width: 100%;
}
.cid-ucrl26kXhg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9be898;
}
@media (max-width: 991px) {
  .cid-ucrl26kXhg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl26kXhg .row {
  flex-direction: row-reverse;
}
.cid-ucrl26kXhg img {
  width: 100%;
}
.cid-ucrl26w9Kw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
@media (max-width: 991px) {
  .cid-ucrl26w9Kw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl26w9Kw .row {
  flex-direction: row-reverse;
}
.cid-ucrl26w9Kw img {
  width: 100%;
}
.cid-ucrl26Jadn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-ucrl26Jadn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl26Jadn .row {
  flex-direction: row-reverse;
}
.cid-ucrl26Jadn img {
  width: 100%;
}
.cid-ucrl26WpZ8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c5e898;
}
@media (max-width: 991px) {
  .cid-ucrl26WpZ8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl26WpZ8 .row {
  flex-direction: row-reverse;
}
.cid-ucrl26WpZ8 img {
  width: 100%;
}
.cid-ucrl279scj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
@media (max-width: 991px) {
  .cid-ucrl279scj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl279scj .row {
  flex-direction: row-reverse;
}
.cid-ucrl279scj img {
  width: 100%;
}
.cid-ucrl27mOM6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ecfbd7;
}
.cid-ucrl27mOM6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ucrl27mOM6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ucrl27mOM6 .card-wrap {
  background: #c5e898;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ucrl27mOM6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ucrl27mOM6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ucrl27mOM6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucrl27mOM6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ucrl27mOM6 .social-row {
  text-align: center;
}
.cid-ucrl27mOM6 .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-ucrl27mOM6 .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-ucrl27mOM6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ucrl27mOM6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ucrl27mOM6 .mbr-section-title {
  color: #000000;
}
.cid-ucrl27mOM6 .mbr-section-title1 {
  color: #000000;
}
.cid-ucrl27mOM6 .card-text,
.cid-ucrl27mOM6 .mbr-section-btn,
.cid-ucrl27mOM6 .social-row {
  text-align: left;
}
.cid-ucrl27mOM6 .mbr-role,
.cid-ucrl27mOM6 .social-row {
  text-align: left;
}
.cid-ucrl27mOM6 .card-title,
.cid-ucrl27mOM6 .social-row {
  text-align: left;
}
.cid-ucrl27Sqtf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
@media (max-width: 991px) {
  .cid-ucrl27Sqtf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl27Sqtf .row {
  flex-direction: row-reverse;
}
.cid-ucrl27Sqtf img {
  width: 100%;
}
.cid-ucrl287Gsm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-ucrl287Gsm .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucrl287Gsm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl287Gsm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ucrl287Gsm .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-ucrl287Gsm .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ucrl28lHZG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-ucrl28lHZG .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl28lHZG .mbr-section-title,
.cid-ucrl28lHZG .mbr-section-subtitle,
.cid-ucrl28lHZG .mbr-text {
  text-align: center;
}
.cid-ucrl28lHZG .mbr-section-title {
  color: #ffffff;
}
.cid-ucrl28lHZG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucrl28BDoo {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-ucrl28BDoo .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl28BDoo .mbr-section-title,
.cid-ucrl28BDoo .mbr-section-subtitle,
.cid-ucrl28BDoo .mbr-text {
  text-align: center;
}
.cid-ucrl28BDoo .mbr-section-title {
  color: #ffffff;
}
.cid-ucrl28P1Qc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-ucrl28P1Qc .mbr-text,
.cid-ucrl28P1Qc .mbr-section-btn {
  color: #232323;
}
.cid-ucrl28P1Qc .card-title,
.cid-ucrl28P1Qc .card-box {
  color: #ffffff;
}
.cid-ucrl28P1Qc .mbr-text,
.cid-ucrl28P1Qc .link-wrap {
  color: #ffffff;
}
.cid-ucrl293SxX {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-ucrl293SxX .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl293SxX .mbr-section-title,
.cid-ucrl293SxX .mbr-section-subtitle,
.cid-ucrl293SxX .mbr-text {
  text-align: center;
}
.cid-ucrl29jDL0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-ucrl29jDL0 .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl29jDL0 .mbr-section-title,
.cid-ucrl29jDL0 .mbr-section-subtitle,
.cid-ucrl29jDL0 .mbr-text {
  text-align: center;
}
.cid-ucrl29jDL0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucrl29jDL0 .mbr-section-title {
  color: #9be898;
}
.cid-ucrl29yG9b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c5e898;
}
@media (max-width: 991px) {
  .cid-ucrl29yG9b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl29yG9b .row {
  flex-direction: row-reverse;
}
.cid-ucrl29yG9b img {
  width: 100%;
}
.cid-ucrl29M9pj {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-22.jpg");
}
.cid-ucrl29M9pj .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl29M9pj .mbr-section-title,
.cid-ucrl29M9pj .mbr-section-subtitle,
.cid-ucrl29M9pj .mbr-text {
  text-align: center;
}
.cid-ucrl29M9pj .mbr-section-title {
  color: #ecfbd7;
}
.cid-ucrl29M9pj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ucrl2a1stI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-ucrl2a1stI .mbr-text,
.cid-ucrl2a1stI .mbr-section-btn {
  color: #232323;
}
.cid-ucrl2a1stI .card-title,
.cid-ucrl2a1stI .card-box {
  color: #ffffff;
}
.cid-ucrl2a1stI .mbr-text,
.cid-ucrl2a1stI .link-wrap {
  color: #ffffff;
}
.cid-ucrl2ammrj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-18.jpg");
}
@media (max-width: 991px) {
  .cid-ucrl2ammrj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl2ammrj .row {
  flex-direction: row-reverse;
}
.cid-ucrl2ammrj img {
  width: 100%;
}
.cid-ucrl2aGW0F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucrl2aGW0F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl2aGW0F .row {
  flex-direction: row-reverse;
}
.cid-ucrl2aGW0F img {
  width: 100%;
}
.cid-ucrl2aUAMU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-17.jpg");
}
.cid-ucrl2aUAMU .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl2aUAMU .mbr-section-title,
.cid-ucrl2aUAMU .mbr-section-subtitle,
.cid-ucrl2aUAMU .mbr-text {
  text-align: center;
}
.cid-ucrl2ba7ja {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-ucrl2ba7ja .mbr-overlay {
  background: #ecfbd7;
  opacity: 0.7;
}
.cid-ucrl2ba7ja img,
.cid-ucrl2ba7ja .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucrl2ba7ja .item:focus,
.cid-ucrl2ba7ja span:focus {
  outline: none;
}
.cid-ucrl2ba7ja .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucrl2ba7ja .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucrl2ba7ja .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucrl2ba7ja .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ucrl2ba7ja .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucrl2ba7ja .mbr-section-title {
  color: #ff0000;
}
.cid-ucrl2ba7ja .mbr-text,
.cid-ucrl2ba7ja .mbr-section-btn {
  text-align: left;
}
.cid-ucrl2ba7ja .item-title {
  text-align: left;
}
.cid-ucrl2ba7ja .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-ucrl2brEKl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-ucrl2brEKl .video-wrapper iframe {
  width: 100%;
}
.cid-ucrl2brEKl .mbr-section-title,
.cid-ucrl2brEKl .mbr-section-subtitle,
.cid-ucrl2brEKl .mbr-text {
  text-align: center;
}
.cid-ucrl2bGWBE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-36.jpg");
}
.cid-ucrl2bGWBE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucrl2bGWBE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucrl2bGWBE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucrl2bGWBE .mbr-section-title {
  text-align: left;
  color: #fff0b0;
}
.cid-ucrl2bGWBE .mbr-text,
.cid-ucrl2bGWBE .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-ucrl2bXYif {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-ucrl2bXYif .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ucrl2bXYif .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucrl2bXYif .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucrl2bXYif .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ucrl2bXYif .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-ucrl2cgNCR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ucrl2cgNCR .google-map {
  height: 30rem;
  position: relative;
}
.cid-ucrl2cgNCR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ucrl2cgNCR .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-ucrl2cgNCR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucrl2cgNCR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucrl2cyHbi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ucrl2cyHbi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ucrl2cyHbi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ucrl2cyHbi .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ucrl2cyHbi .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ucrl2cyHbi .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ucrl2cyHbi .row .foot-menu li p {
  margin: 0;
}
.cid-ucrl2cyHbi .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ucrl2cyHbi .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ucrl2cyHbi .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ucrl2cyHbi .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ucrl2cyHbi .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ucrl2cyHbi .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ucrl2cyHbi .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ucrl2cyHbi .row .row-copirayt p {
  width: 100%;
}
.cid-ucrl2cTQZ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucrl2cTQZ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucrl2cTQZ3 .row {
  flex-direction: row-reverse;
}
.cid-ucrl2cTQZ3 img {
  width: 100%;
}
.cid-uyXnqaPyCA .navbar-dropdown {
  position: relative !important;
}
.cid-uyXnqaPyCA .navbar-dropdown {
  position: absolute !important;
}
.cid-uyXnqaPyCA .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-uyXnqaPyCA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uyXnqaPyCA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uyXnqaPyCA .dropdown-item:hover,
.cid-uyXnqaPyCA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uyXnqaPyCA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uyXnqaPyCA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uyXnqaPyCA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uyXnqaPyCA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uyXnqaPyCA .nav-link {
  position: relative;
}
.cid-uyXnqaPyCA .container {
  display: flex;
  margin: auto;
}
.cid-uyXnqaPyCA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uyXnqaPyCA .dropdown-menu,
.cid-uyXnqaPyCA .navbar.opened {
  background: #ffffff !important;
}
.cid-uyXnqaPyCA .nav-item:focus,
.cid-uyXnqaPyCA .nav-link:focus {
  outline: none;
}
.cid-uyXnqaPyCA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyXnqaPyCA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyXnqaPyCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyXnqaPyCA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyXnqaPyCA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyXnqaPyCA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyXnqaPyCA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uyXnqaPyCA .navbar.opened {
  transition: all 0.3s;
}
.cid-uyXnqaPyCA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uyXnqaPyCA .navbar .navbar-logo img {
  width: auto;
}
.cid-uyXnqaPyCA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uyXnqaPyCA .navbar.collapsed {
  justify-content: center;
}
.cid-uyXnqaPyCA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyXnqaPyCA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uyXnqaPyCA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uyXnqaPyCA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyXnqaPyCA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyXnqaPyCA .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-uyXnqaPyCA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyXnqaPyCA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uyXnqaPyCA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uyXnqaPyCA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyXnqaPyCA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyXnqaPyCA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyXnqaPyCA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uyXnqaPyCA .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-uyXnqaPyCA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyXnqaPyCA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uyXnqaPyCA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uyXnqaPyCA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uyXnqaPyCA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyXnqaPyCA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uyXnqaPyCA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyXnqaPyCA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyXnqaPyCA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyXnqaPyCA .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-uyXnqaPyCA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uyXnqaPyCA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyXnqaPyCA .dropdown-item.active,
.cid-uyXnqaPyCA .dropdown-item:active {
  background-color: transparent;
}
.cid-uyXnqaPyCA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uyXnqaPyCA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyXnqaPyCA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyXnqaPyCA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uyXnqaPyCA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyXnqaPyCA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyXnqaPyCA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uyXnqaPyCA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyXnqaPyCA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uyXnqaPyCA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uyXnqaPyCA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyXnqaPyCA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyXnqaPyCA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyXnqaPyCA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyXnqaPyCA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyXnqaPyCA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyXnqaPyCA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyXnqaPyCA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyXnqaPyCA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uyXnqaPyCA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyXnqaPyCA .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-uyXnqaPyCA .navbar {
    height: 70px;
  }
  .cid-uyXnqaPyCA .navbar.opened {
    height: auto;
  }
  .cid-uyXnqaPyCA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyXnqb6bqx {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uyXnqb6bqx .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uyXnqb6bqx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyXnqb6bqx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uyXnqb6bqx .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uyXnqb6bqx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyXnqb6bqx .mbr-text,
.cid-uyXnqb6bqx .mbr-section-btn {
  color: #000000;
}
.cid-uyXnqb6bqx .mbr-section-title {
  color: #e43f3f;
}
.cid-uyXnqblHzP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-41.jpg");
}
.cid-uyXnqblHzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqblHzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqblHzP .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqblHzP .mbr-section-title,
.cid-uyXnqblHzP .mbr-section-subtitle,
.cid-uyXnqblHzP .mbr-text {
  text-align: center;
}
.cid-uyXnqblHzP .mbr-text {
  color: #ffffff;
}
.cid-uyXnqblHzP .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqbyH2c {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-uyXnqbyH2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqbyH2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqbyH2c .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyXnqbyH2c .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyXnqbKbsG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-49.jpg");
}
.cid-uyXnqbKbsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqbKbsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqbKbsG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyXnqbKbsG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyXnqbKbsG .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqct5am {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1.png");
}
.cid-uyXnqct5am .mbr-text,
.cid-uyXnqct5am .mbr-section-btn {
  color: #232323;
}
.cid-uyXnqct5am .card-title,
.cid-uyXnqct5am .card-box {
  color: #ff0000;
  text-align: center;
}
.cid-uyXnqct5am .mbr-text,
.cid-uyXnqct5am .link-wrap {
  color: #ffffff;
}
.cid-uyXnqct5am .card-box .mbr-text,
.cid-uyXnqct5am .mbr-section-btn {
  color: #000000;
}
.cid-uyXnqeegeB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-42.jpg");
}
.cid-uyXnqeegeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqeegeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqeegeB .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqeegeB .mbr-section-title,
.cid-uyXnqeegeB .mbr-section-subtitle,
.cid-uyXnqeegeB .mbr-text {
  text-align: center;
}
.cid-uyXnqeegeB .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqeegeB .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uyXnqeOGCU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-4.jpg");
}
.cid-uyXnqeOGCU .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqeOGCU .mbr-section-title,
.cid-uyXnqeOGCU .mbr-section-subtitle,
.cid-uyXnqeOGCU .mbr-text {
  text-align: center;
}
.cid-uyXnqeOGCU .mbr-section-title {
  color: #000000;
}
.cid-uyXnqeOGCU .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uyXnqf3zrW {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-44.jpg");
}
.cid-uyXnqf3zrW .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqf3zrW .mbr-section-title,
.cid-uyXnqf3zrW .mbr-section-subtitle,
.cid-uyXnqf3zrW .mbr-text {
  text-align: center;
}
.cid-uyXnqgkpye {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-uyXnqgkpye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqgkpye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqgkpye .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyXnqgkpye .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uyXnqgAXN2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-13.jpg");
}
@media (max-width: 991px) {
  .cid-uyXnqgAXN2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyXnqgAXN2 .row {
  flex-direction: row-reverse;
}
.cid-uyXnqgAXN2 img {
  width: 100%;
}
.cid-uyXnqgQQC7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-9.jpg");
}
.cid-uyXnqgQQC7 .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqgQQC7 .mbr-section-title,
.cid-uyXnqgQQC7 .mbr-section-subtitle,
.cid-uyXnqgQQC7 .mbr-text {
  text-align: center;
}
.cid-uyXnqgQQC7 .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqgQQC7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyXnqhniit {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-15.jpg");
}
.cid-uyXnqhniit .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqhniit .mbr-section-title,
.cid-uyXnqhniit .mbr-section-subtitle,
.cid-uyXnqhniit .mbr-text {
  text-align: center;
}
.cid-uyXnqhniit .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqi70DH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-uyXnqi70DH .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqi70DH .mbr-section-title,
.cid-uyXnqi70DH .mbr-section-subtitle,
.cid-uyXnqi70DH .mbr-text {
  text-align: center;
}
.cid-uyXnqioK7e {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-uyXnqioK7e .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqioK7e .mbr-section-title,
.cid-uyXnqioK7e .mbr-section-subtitle,
.cid-uyXnqioK7e .mbr-text {
  text-align: center;
}
.cid-uyXnqioK7e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyXnqioK7e .mbr-section-title {
  color: #9be898;
}
.cid-uyXnqiVbpF {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-43.jpg");
}
.cid-uyXnqiVbpF .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqiVbpF .mbr-section-title,
.cid-uyXnqiVbpF .mbr-section-subtitle,
.cid-uyXnqiVbpF .mbr-text {
  text-align: center;
}
.cid-uyXnqiVbpF .mbr-section-title {
  color: #ffe885;
}
.cid-uyXnqiVbpF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyXnqje0p8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-50.jpg");
}
.cid-uyXnqje0p8 .mbr-overlay {
  background: #ecfbd7;
  opacity: 0;
}
.cid-uyXnqje0p8 img,
.cid-uyXnqje0p8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyXnqje0p8 .item:focus,
.cid-uyXnqje0p8 span:focus {
  outline: none;
}
.cid-uyXnqje0p8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uyXnqje0p8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyXnqje0p8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyXnqje0p8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uyXnqje0p8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyXnqje0p8 .mbr-section-title {
  color: #000000;
}
.cid-uyXnqje0p8 .mbr-text,
.cid-uyXnqje0p8 .mbr-section-btn {
  text-align: left;
}
.cid-uyXnqje0p8 .item-title {
  text-align: left;
}
.cid-uyXnqje0p8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uyXnqje0p8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uyXnqjvC1w {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-uyXnqjvC1w .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqjvC1w .mbr-section-title,
.cid-uyXnqjvC1w .mbr-section-subtitle,
.cid-uyXnqjvC1w .mbr-text {
  text-align: center;
}
.cid-uyXnqkBInw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uyXnqkBInw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXnqkBInw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXnqkBInw .video-wrapper iframe {
  width: 100%;
}
.cid-uyXnqkBInw .mbr-section-title,
.cid-uyXnqkBInw .mbr-section-subtitle,
.cid-uyXnqkBInw .mbr-text {
  text-align: center;
}
.cid-uyXnqkBInw .mbr-section-title {
  color: #ffffff;
}
.cid-uyXnqkBInw .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uyXnqkBInw .mbr-text {
  color: #ffffff;
}
.cid-uyXricsiIs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uyXricsiIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyXricsiIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyXricsiIs .video-wrapper iframe {
  width: 100%;
}
.cid-uyXricsiIs .mbr-section-title,
.cid-uyXricsiIs .mbr-section-subtitle,
.cid-uyXricsiIs .mbr-text {
  text-align: center;
}
.cid-uyXnqkUW90 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-uyXnqkUW90 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uyXnqkUW90 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uyXnqkUW90 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uyXnqkUW90 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uyXnqkUW90 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uyXnqlfalX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uyXnqlfalX .google-map {
  height: 30rem;
  position: relative;
}
.cid-uyXnqlfalX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uyXnqlfalX .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-uyXnqlfalX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uyXnqlfalX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uyXnqlBtDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uyXnqlBtDF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyXnqlBtDF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uyXnqlBtDF .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uyXnqlBtDF .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyXnqlBtDF .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyXnqlBtDF .row .foot-menu li p {
  margin: 0;
}
.cid-uyXnqlBtDF .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uyXnqlBtDF .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uyXnqlBtDF .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uyXnqlBtDF .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uyXnqlBtDF .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uyXnqlBtDF .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uyXnqlBtDF .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uyXnqlBtDF .row .row-copirayt p {
  width: 100%;
}
