.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #45d25f !important;
}
.bg-info {
  background-color: #ee2ef7 !important;
}
.bg-warning {
  background-color: #2d6dac !important;
}
.bg-danger {
  background-color: #ff6c23 !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: #af2828 !important;
  border-color: #af2828 !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: #681818 !important;
  border-color: #681818 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #681818 !important;
  border-color: #681818 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ee2ef7 !important;
  border-color: #ee2ef7 !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: #be08c7 !important;
  border-color: #be08c7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #be08c7 !important;
  border-color: #be08c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #45d25f !important;
  border-color: #45d25f !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: #259b3b !important;
  border-color: #259b3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #259b3b !important;
  border-color: #259b3b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2d6dac !important;
  border-color: #2d6dac !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #1b4167 !important;
  border-color: #1b4167 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1b4167 !important;
  border-color: #1b4167 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6c23 !important;
  border-color: #ff6c23 !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: #cb4300 !important;
  border-color: #cb4300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cb4300 !important;
  border-color: #cb4300 !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: #af2828;
  color: #af2828;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #681818 !important;
  background-color: transparent!important;
  border-color: #681818 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #af2828 !important;
  border-color: #af2828 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ee2ef7;
  color: #ee2ef7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #be08c7 !important;
  background-color: transparent!important;
  border-color: #be08c7 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ee2ef7 !important;
  border-color: #ee2ef7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #45d25f;
  color: #45d25f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #259b3b !important;
  background-color: transparent!important;
  border-color: #259b3b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #45d25f !important;
  border-color: #45d25f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2d6dac;
  color: #2d6dac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1b4167 !important;
  background-color: transparent!important;
  border-color: #1b4167 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2d6dac !important;
  border-color: #2d6dac !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6c23;
  color: #ff6c23;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cb4300 !important;
  background-color: transparent!important;
  border-color: #cb4300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6c23 !important;
  border-color: #ff6c23 !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: #af2828 !important;
}
.text-success {
  color: #45d25f !important;
}
.text-info {
  color: #ee2ef7 !important;
}
.text-warning {
  color: #2d6dac !important;
}
.text-danger {
  color: #ff6c23 !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: #5c1515 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #228f36 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b007b8 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #183a5b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bc3e00 !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: #ee2ef7;
}
.alert-warning {
  background-color: #2d6dac;
}
.alert-danger {
  background-color: #ff6c23;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #e9faec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef2ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7caddd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4ef;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', 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: 'Manrope', 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 */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #ffffff !important;
  background: #af2828 !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-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooOFUFdFn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooOFUFdFn .row {
  flex-direction: row-reverse;
}
.cid-uooOFUFdFn .mbr-section-title {
  text-align: right;
}
.cid-uooOFUFdFn .mbr-section-subtitle {
  text-align: right;
}
.cid-sFzxmVl7J6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-uoplV6qOoH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoplV6qOoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoplV6qOoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoplV6qOoH .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uoplV6qOoH .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uooMrlljr4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooMrlljr4 .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uooRqzE1Ab {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooRqzE1Ab .mbr-text {
  text-align: right;
}
.cid-uooSR4X4QO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooSR4X4QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooSR4X4QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooSR4X4QO .mbr-section-title,
.cid-uooSR4X4QO .mbr-text,
.cid-uooSR4X4QO .mbr-section-btn {
  text-align: center;
}
.cid-uooSR4X4QO .video-wrapper {
  margin: auto;
}
.cid-uooSR4X4QO .video-wrapper iframe {
  width: 100%;
}
.cid-uooSR4X4QO .mbr-section-title {
  color: #ffffff;
}
.cid-uooSR4X4QO .mbr-text,
.cid-uooSR4X4QO .mbr-section-btn {
  color: #ffffff;
}
.cid-sFzyUE9AaP {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #000000;
}
.cid-sFzz5E692j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFzz5E692j .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooMXcOuVx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooMXcOuVx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooMXcOuVx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooMXcOuVx .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooMXcOuVx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooMXcOuVx .mbr-text,
.cid-uooMXcOuVx .mbr-section-btn {
  text-align: right;
}
.cid-uooMXcOuVx .mbr-section-title {
  text-align: right;
}
.cid-uooMuaRcgc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooMuaRcgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooMuaRcgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooMuaRcgc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uooMuaRcgc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uooMuaRcgc .mbr-text,
.cid-uooMuaRcgc .mbr-section-btn {
  color: #ffffff;
}
.cid-uooMuaRcgc .mbr-section-title {
  color: #ffffff;
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-uooMCE8puM {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uooMCE8puM .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uooMCE8puM .icon-wrapper span {
  margin-left: 10px;
}
.cid-uooMCE8puM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uooMCE8puM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uooMCE8puM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uooMCE8puM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooMCE8puM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooMCE8puM H1 {
  color: #ffffff;
}
.cid-uooMCE8puM .mbr-text,
.cid-uooMCE8puM .mbr-media {
  color: #ffffff;
}
.cid-uooMCE8puM .icon-description {
  color: #ffffff;
}
.cid-sFAZRnJnnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFAZRnJnnI .row {
  flex-direction: row-reverse;
}
.cid-sFAZRnJnnI .mbr-section-title {
  text-align: right;
}
.cid-sFAZRnJnnI .mbr-section-subtitle {
  text-align: right;
}
.cid-sFzIdnt1ra {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFzDdjoEIw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-sFzDdjoEIw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sFzDdjoEIw .plan-body {
  padding-bottom: 2rem;
}
.cid-sFzDdjoEIw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFzDdjoEIw .price {
  color: #4479d9;
}
.cid-sFzDdjoEIw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sFzDdjoEIw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sFzDdjoEIw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sFzDdjoEIw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sFzDdjoEIw .plan {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #fafafa;
  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-sFAw7z51L3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-sFAw7z51L3 img {
  width: 120px;
  margin: auto;
}
.cid-sFAw7z51L3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFAw7z51L3 .card {
    max-width: 12.5%;
  }
}
.cid-sFAw7z51L3 .mbr-section-subtitle {
  color: #353535;
}
.cid-sFAyMcKwph {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sFAyMcKwph .media-container-row {
  justify-content: space-between;
}
.cid-sFAyMcKwph .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .text-content {
    max-width: none;
  }
}
.cid-sFAyMcKwph .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFAyMcKwph .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFAyMcKwph .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .icons {
    justify-content: center !important;
  }
  .cid-sFAyMcKwph .text-content * {
    text-align: center;
  }
}
.cid-sFAyMcKwph .mbr-section-title {
  color: #353535;
}
.cid-sFAyMcKwph P {
  color: #000000;
}
.cid-sFAyHxWQ1N {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-sFAyHxWQ1N .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sFAyHxWQ1N .item .icon-wrap {
  text-align: center;
}
.cid-sFAyHxWQ1N .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sFAyHxWQ1N .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-sFAyHxWQ1N .item.first:before {
  display: none;
}
.cid-sFAyHxWQ1N .item.five:before {
  display: none;
}
.cid-sFAyHxWQ1N .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sFAyHxWQ1N .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sFAyHxWQ1N .item:before {
    display: none;
  }
  .cid-sFAyHxWQ1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooMGBmfu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uooMGBmfu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooMGBmfu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooMGBmfu8 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uooMGBmfu8 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uooMGBmfu8 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooMGBmfu8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFzDs3t9EG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFzIA7KGYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@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-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooSWKzhcX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooSWKzhcX .mbr-text {
  text-align: right;
}
.cid-uooSWLqrxY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooSWLqrxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooSWLqrxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooSWLqrxY .mbr-section-title,
.cid-uooSWLqrxY .mbr-text,
.cid-uooSWLqrxY .mbr-section-btn {
  text-align: center;
}
.cid-uooSWLqrxY .video-wrapper {
  margin: auto;
}
.cid-uooSWLqrxY .video-wrapper iframe {
  width: 100%;
}
.cid-uooSWLqrxY .mbr-section-title {
  color: #ffffff;
}
.cid-uooSWLqrxY .mbr-text,
.cid-uooSWLqrxY .mbr-section-btn {
  color: #ffffff;
}
.cid-uooSWJHBKX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooSWJHBKX .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uooSWMmY0T {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uooSWMmY0T .container {
    max-width: 1400px;
  }
}
.cid-uooSWMmY0T .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uooSWMmY0T .card-wrapper {
  margin-top: 3rem;
}
.cid-uooSWMmY0T .row {
  justify-content: center;
}
.cid-uooSWMmY0T .card-title,
.cid-uooSWMmY0T .iconfont-wrapper {
  color: #000000;
}
.cid-uooSWMmY0T .card-text {
  color: #000000;
}
.cid-uooSWMmY0T .mbr-section-title {
  color: #000000;
}
.cid-uozJMjQvdS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uozJMjQvdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozJMjQvdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozJMjQvdS .mbr-section-title,
.cid-uozJMjQvdS .mbr-text,
.cid-uozJMjQvdS .mbr-section-btn {
  text-align: center;
}
.cid-uozJMjQvdS .video-wrapper {
  margin: auto;
}
.cid-uozJMjQvdS .video-wrapper iframe {
  width: 100%;
}
.cid-uozJMjQvdS .mbr-section-title {
  color: #ffffff;
}
.cid-uozJMjQvdS .mbr-text,
.cid-uozJMjQvdS .mbr-section-btn {
  color: #ffffff;
}
.cid-uooSWNkklp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooSWNkklp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uooSWNkklp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooSWNkklp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooSWNkklp .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooSWNkklp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooSWOdoPx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooSWOdoPx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooSWOdoPx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooSWOdoPx .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooSWOdoPx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooSWOdoPx .mbr-text,
.cid-uooSWOdoPx .mbr-section-btn {
  text-align: right;
}
.cid-uooSWOdoPx .mbr-section-title {
  text-align: right;
}
.cid-uozJSVhtNA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uozJSVhtNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozJSVhtNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozJSVhtNA .video-wrapper iframe {
  width: 100%;
}
.cid-uozJSVhtNA .mbr-section-title,
.cid-uozJSVhtNA .mbr-section-subtitle,
.cid-uozJSVhtNA .mbr-text {
  text-align: center;
}
.cid-uooSWP8kYU {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.cid-uooSWP8kYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooSWP8kYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uooSWP8kYU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uooSWP8kYU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uooSWP8kYU .mbr-text,
.cid-uooSWP8kYU .mbr-section-btn {
  color: #ffffff;
}
.cid-uooSWP8kYU .mbr-section-title {
  color: #ffffff;
}
.cid-uooSWQ21xm {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uooSWQ21xm img,
.cid-uooSWQ21xm .item-img {
  width: 100%;
}
.cid-uooSWQ21xm .item:focus,
.cid-uooSWQ21xm span:focus {
  outline: none;
}
.cid-uooSWQ21xm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooSWQ21xm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooSWQ21xm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooSWQ21xm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooSWQ21xm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooSWQ21xm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooSWQ21xm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooSWQ21xm .mbr-section-title {
  color: #000000;
}
.cid-uooSWQ21xm .mbr-text,
.cid-uooSWQ21xm .mbr-section-btn {
  text-align: left;
}
.cid-uooSWQ21xm .item-title {
  text-align: left;
}
.cid-uooSWQ21xm .item-subtitle {
  text-align: left;
}
.cid-uooSWR0mnB {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uooSWR0mnB .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uooSWR0mnB .icon-wrapper span {
  margin-left: 10px;
}
.cid-uooSWR0mnB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uooSWR0mnB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uooSWR0mnB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uooSWR0mnB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooSWR0mnB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooSWR0mnB H1 {
  color: #ffffff;
}
.cid-uooSWR0mnB .mbr-text,
.cid-uooSWR0mnB .mbr-media {
  color: #ffffff;
}
.cid-uooSWR0mnB .icon-description {
  color: #ffffff;
}
.cid-uooSWSbz9A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooSWSbz9A .row {
  flex-direction: row-reverse;
}
.cid-uooSWSbz9A .mbr-section-title {
  text-align: right;
}
.cid-uooSWSbz9A .mbr-section-subtitle {
  text-align: right;
}
.cid-uooSWT2pQz {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uooSWTV6xQ {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uooSWTV6xQ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uooSWTV6xQ .plan-body {
  padding-bottom: 2rem;
}
.cid-uooSWTV6xQ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooSWTV6xQ .price {
  color: #4479d9;
}
.cid-uooSWTV6xQ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uooSWTV6xQ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uooSWTV6xQ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uooSWTV6xQ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uooSWTV6xQ .plan {
    margin-bottom: 2rem;
  }
}
.cid-uooSWUWWE6 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uooSWUWWE6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uooSWUWWE6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uooSWUWWE6 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uooSWUWWE6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uooSWUWWE6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uooSWUWWE6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uooSWUWWE6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uooSWUWWE6 .social-row {
  text-align: center;
}
.cid-uooSWUWWE6 .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-uooSWUWWE6 .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-uooSWUWWE6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uooSWUWWE6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uooSWUWWE6 .mbr-section-title {
  color: #000000;
}
.cid-uooSWUWWE6 .mbr-section-title1 {
  color: #000000;
}
.cid-uooSWWbTC9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uooSWWbTC9 img {
  width: 120px;
  margin: auto;
}
.cid-uooSWWbTC9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uooSWWbTC9 .card {
    max-width: 12.5%;
  }
}
.cid-uooSWWbTC9 .mbr-section-subtitle {
  color: #353535;
}
.cid-uooSWXbJZ1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uooSWXbJZ1 .media-container-row {
  justify-content: space-between;
}
.cid-uooSWXbJZ1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uooSWXbJZ1 .text-content {
    max-width: none;
  }
}
.cid-uooSWXbJZ1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uooSWXbJZ1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uooSWXbJZ1 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uooSWXbJZ1 .icons {
    justify-content: center !important;
  }
  .cid-uooSWXbJZ1 .text-content * {
    text-align: center;
  }
}
.cid-uooSWXbJZ1 .mbr-section-title {
  color: #353535;
}
.cid-uooSWXbJZ1 P {
  color: #000000;
}
.cid-uooSWYbUyc {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uooSWYbUyc .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uooSWYbUyc .item .icon-wrap {
  text-align: center;
}
.cid-uooSWYbUyc .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uooSWYbUyc .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uooSWYbUyc .item.first:before {
  display: none;
}
.cid-uooSWYbUyc .item.five:before {
  display: none;
}
.cid-uooSWYbUyc .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uooSWYbUyc .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uooSWYbUyc .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uooSWYbUyc .item:before {
    display: none;
  }
  .cid-uooSWYbUyc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooSWZpHoS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uooSWZpHoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooSWZpHoS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooSWZpHoS .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uooSWZpHoS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uooSWZpHoS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooSWZpHoS .card-wrapper {
    padding: 4rem;
  }
}
.cid-uooSX0nDLz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uooSX0nDLz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uooSX0nDLz form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uooSX0nDLz form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uooSX0nDLz form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uooSX0nDLz .mbr-section-title {
  color: #000000;
}
.cid-uooSX0nDLz .mbr-section-subtitle {
  color: #000000;
}
.cid-uooSX1izjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uooSX1izjQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uooSX1izjQ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooSX1izjQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooSX1izjQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uooSX1izjQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uooSX2i441 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uooSX2i441 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uooSX2i441 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uooSX2i441 .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-uooSX2i441 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uooSX2i441 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uooSX3hCQx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uooSX3hCQx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uooSX3hCQx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uooSX3hCQx .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uooSX3hCQx .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uooSX3hCQx .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uooSX3hCQx .row .foot-menu li p {
  margin: 0;
}
.cid-uooSX3hCQx .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uooSX3hCQx .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uooSX3hCQx .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uooSX3hCQx .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uooSX3hCQx .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uooSX3hCQx .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uooSX3hCQx .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uooSX3hCQx .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooToTJJuL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooToTJJuL .mbr-text {
  text-align: right;
}
.cid-uooTGP1nTm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooTGP1nTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTGP1nTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooTGP1nTm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooTGP1nTm .row {
  flex-direction: row-reverse;
}
.cid-uooTGP1nTm img {
  width: 100%;
}
.cid-uooVSUPq2J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooVSUPq2J img,
.cid-uooVSUPq2J .item-img {
  width: 100%;
}
.cid-uooVSUPq2J .item:focus,
.cid-uooVSUPq2J span:focus {
  outline: none;
}
.cid-uooVSUPq2J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooVSUPq2J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVSUPq2J .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVSUPq2J .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVSUPq2J .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVSUPq2J .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVSUPq2J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVSUPq2J .mbr-section-title {
  color: #232323;
}
.cid-uooVSUPq2J .mbr-text,
.cid-uooVSUPq2J .mbr-section-btn {
  text-align: left;
}
.cid-uooVSUPq2J .item-title {
  text-align: left;
}
.cid-uooVSUPq2J .item-subtitle {
  text-align: center;
}
.cid-uooToUN2Gw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooToUN2Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooToUN2Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooToUN2Gw .mbr-section-title,
.cid-uooToUN2Gw .mbr-text,
.cid-uooToUN2Gw .mbr-section-btn {
  text-align: center;
}
.cid-uooToUN2Gw .video-wrapper {
  margin: auto;
}
.cid-uooToUN2Gw .video-wrapper iframe {
  width: 100%;
}
.cid-uooToUN2Gw .mbr-section-title {
  color: #ffffff;
}
.cid-uooToUN2Gw .mbr-text,
.cid-uooToUN2Gw .mbr-section-btn {
  color: #ffffff;
}
.cid-uooVTMzWZR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooVTMzWZR img,
.cid-uooVTMzWZR .item-img {
  width: 100%;
}
.cid-uooVTMzWZR .item:focus,
.cid-uooVTMzWZR span:focus {
  outline: none;
}
.cid-uooVTMzWZR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooVTMzWZR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uooVTMzWZR .item {
  padding: 0;
  margin: 0;
}
.cid-uooVTMzWZR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVTMzWZR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVTMzWZR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uooVTMzWZR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVTMzWZR .mbr-section-title {
  color: #232323;
}
.cid-uooTJI74y6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooTJI74y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTJI74y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTJI74y6 .video-wrapper iframe {
  width: 100%;
}
.cid-uooTJI74y6 .mbr-section-title,
.cid-uooTJI74y6 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooTJI74y6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooToVLJin {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooToVLJin .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uooVUrGKDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uooVUrGKDV img,
.cid-uooVUrGKDV .item-img {
  width: 100%;
}
.cid-uooVUrGKDV .item:focus,
.cid-uooVUrGKDV span:focus {
  outline: none;
}
.cid-uooVUrGKDV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooVUrGKDV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVUrGKDV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVUrGKDV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVUrGKDV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVUrGKDV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVUrGKDV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVUrGKDV .mbr-section-title {
  color: #ffffff;
}
.cid-uooVUrGKDV .mbr-text,
.cid-uooVUrGKDV .mbr-section-btn {
  text-align: center;
}
.cid-uooVUrGKDV .item-title {
  text-align: center;
}
.cid-uooVUrGKDV .item-subtitle {
  text-align: left;
}
.cid-uooTKoz02y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uooTKoz02y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTKoz02y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTKoz02y .row {
  flex-direction: row-reverse;
}
.cid-uooTKoz02y .video-wrapper iframe {
  width: 100%;
}
.cid-uooTKoz02y .mbr-section-title,
.cid-uooTKoz02y .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooTKoz02y .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooToWCYbF {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uooToWCYbF .container {
    max-width: 1400px;
  }
}
.cid-uooToWCYbF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uooToWCYbF .card-wrapper {
  margin-top: 3rem;
}
.cid-uooToWCYbF .row {
  justify-content: center;
}
.cid-uooToWCYbF .card-title,
.cid-uooToWCYbF .iconfont-wrapper {
  color: #000000;
}
.cid-uooToWCYbF .card-text {
  color: #000000;
}
.cid-uooToWCYbF .mbr-section-title {
  color: #000000;
}
.cid-uooTNaMpzP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooTNaMpzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTNaMpzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTNaMpzP .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooTNaMpzP .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uooTNaMpzP .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uooTNSzrfw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooTNSzrfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTNSzrfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTNSzrfw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooTNSzrfw .img-item {
  position: relative;
}
.cid-uooTNSzrfw .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uooTNSzrfw .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uooTNSzrfw .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uooTOyMk1D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooTOyMk1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTOyMk1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooTOyMk1D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooTOyMk1D .row {
  flex-direction: row-reverse;
}
.cid-uooTOyMk1D img {
  width: 100%;
}
.cid-uooToXFmjW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooToXFmjW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uooToXFmjW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooToXFmjW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooToXFmjW .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooToXFmjW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooToYBa7k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooToYBa7k .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooToYBa7k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooToYBa7k .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooToYBa7k .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooToYBa7k .mbr-text,
.cid-uooToYBa7k .mbr-section-btn {
  text-align: right;
}
.cid-uooToYBa7k .mbr-section-title {
  text-align: right;
}
.cid-uooToZuOri {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooToZuOri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooToZuOri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooToZuOri .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uooToZuOri .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uooToZuOri .mbr-text,
.cid-uooToZuOri .mbr-section-btn {
  color: #ffffff;
}
.cid-uooToZuOri .mbr-section-title {
  color: #ffffff;
}
.cid-uooTp0pVgo {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uooTp0pVgo img,
.cid-uooTp0pVgo .item-img {
  width: 100%;
}
.cid-uooTp0pVgo .item:focus,
.cid-uooTp0pVgo span:focus {
  outline: none;
}
.cid-uooTp0pVgo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooTp0pVgo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooTp0pVgo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooTp0pVgo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooTp0pVgo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooTp0pVgo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooTp0pVgo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooTp0pVgo .mbr-section-title {
  color: #000000;
}
.cid-uooTp0pVgo .mbr-text,
.cid-uooTp0pVgo .mbr-section-btn {
  text-align: left;
}
.cid-uooTp0pVgo .item-title {
  text-align: left;
}
.cid-uooTp0pVgo .item-subtitle {
  text-align: left;
}
.cid-uooTp1oH3Z {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uooTp1oH3Z .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uooTp1oH3Z .icon-wrapper span {
  margin-left: 10px;
}
.cid-uooTp1oH3Z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uooTp1oH3Z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uooTp1oH3Z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uooTp1oH3Z .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooTp1oH3Z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooTp1oH3Z H1 {
  color: #ffffff;
}
.cid-uooTp1oH3Z .mbr-text,
.cid-uooTp1oH3Z .mbr-media {
  color: #ffffff;
}
.cid-uooTp1oH3Z .icon-description {
  color: #ffffff;
}
.cid-uooTp2BTZH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooTp2BTZH .row {
  flex-direction: row-reverse;
}
.cid-uooTp2BTZH .mbr-section-title {
  text-align: right;
}
.cid-uooTp2BTZH .mbr-section-subtitle {
  text-align: right;
}
.cid-uooTp3tccM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uooTp4nJi3 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uooTp4nJi3 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uooTp4nJi3 .plan-body {
  padding-bottom: 2rem;
}
.cid-uooTp4nJi3 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooTp4nJi3 .price {
  color: #4479d9;
}
.cid-uooTp4nJi3 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uooTp4nJi3 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uooTp4nJi3 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uooTp4nJi3 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uooTp4nJi3 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uooTp5oAZ0 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uooTp5oAZ0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uooTp5oAZ0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uooTp5oAZ0 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uooTp5oAZ0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uooTp5oAZ0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uooTp5oAZ0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uooTp5oAZ0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uooTp5oAZ0 .social-row {
  text-align: center;
}
.cid-uooTp5oAZ0 .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-uooTp5oAZ0 .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-uooTp5oAZ0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uooTp5oAZ0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uooTp5oAZ0 .mbr-section-title {
  color: #000000;
}
.cid-uooTp5oAZ0 .mbr-section-title1 {
  color: #000000;
}
.cid-uooTp6FMIO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uooTp6FMIO img {
  width: 120px;
  margin: auto;
}
.cid-uooTp6FMIO .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uooTp6FMIO .card {
    max-width: 12.5%;
  }
}
.cid-uooTp6FMIO .mbr-section-subtitle {
  color: #353535;
}
.cid-uooTp7Csgb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uooTp7Csgb .media-container-row {
  justify-content: space-between;
}
.cid-uooTp7Csgb .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uooTp7Csgb .text-content {
    max-width: none;
  }
}
.cid-uooTp7Csgb .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uooTp7Csgb .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uooTp7Csgb .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uooTp7Csgb .icons {
    justify-content: center !important;
  }
  .cid-uooTp7Csgb .text-content * {
    text-align: center;
  }
}
.cid-uooTp7Csgb .mbr-section-title {
  color: #353535;
}
.cid-uooTp7Csgb P {
  color: #000000;
}
.cid-uooTp8EcNs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uooTp8EcNs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uooTp8EcNs .item .icon-wrap {
  text-align: center;
}
.cid-uooTp8EcNs .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uooTp8EcNs .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uooTp8EcNs .item.first:before {
  display: none;
}
.cid-uooTp8EcNs .item.five:before {
  display: none;
}
.cid-uooTp8EcNs .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uooTp8EcNs .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uooTp8EcNs .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uooTp8EcNs .item:before {
    display: none;
  }
  .cid-uooTp8EcNs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooTp9JTUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uooTp9JTUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooTp9JTUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooTp9JTUp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uooTp9JTUp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uooTp9JTUp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooTp9JTUp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uooTpaFTEn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uooTpaFTEn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uooTpaFTEn form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uooTpaFTEn form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uooTpaFTEn form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uooTpaFTEn .mbr-section-title {
  color: #000000;
}
.cid-uooTpaFTEn .mbr-section-subtitle {
  color: #000000;
}
.cid-uooTpbBk3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uooTpbBk3n .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uooTpbBk3n .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooTpbBk3n .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooTpbBk3n .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uooTpbBk3n .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uooTpcWHQa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uooTpcWHQa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uooTpcWHQa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uooTpcWHQa .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-uooTpcWHQa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uooTpcWHQa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uooTpea9mk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uooTpea9mk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uooTpea9mk .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uooTpea9mk .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uooTpea9mk .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uooTpea9mk .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uooTpea9mk .row .foot-menu li p {
  margin: 0;
}
.cid-uooTpea9mk .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uooTpea9mk .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uooTpea9mk .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uooTpea9mk .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uooTpea9mk .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uooTpea9mk .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uooTpea9mk .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uooTpea9mk .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooVX4nnEe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooVX4nnEe .mbr-text {
  text-align: right;
}
.cid-uooWL0Q4yh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooWL0Q4yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooWL0Q4yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooWL0Q4yh .item {
  padding-bottom: 2rem;
}
.cid-uooWL0Q4yh .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uooWL0Q4yh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uooWL0Q4yh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uooWL0Q4yh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uooWL0Q4yh .carousel-control,
.cid-uooWL0Q4yh .close {
  background: #1b1b1b;
}
.cid-uooWL0Q4yh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uooWL0Q4yh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uooWL0Q4yh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uooWL0Q4yh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uooWL0Q4yh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooWL0Q4yh .close::before {
  content: '\e91a';
}
.cid-uooWL0Q4yh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooWL0Q4yh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uooWL0Q4yh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooWL0Q4yh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uooWL0Q4yh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uooWL0Q4yh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uooWL0Q4yh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uooWL0Q4yh .carousel-indicators li.active,
.cid-uooWL0Q4yh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uooWL0Q4yh .carousel-indicators li::after,
.cid-uooWL0Q4yh .carousel-indicators li::before {
  content: none;
}
.cid-uooWL0Q4yh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uooWL0Q4yh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uooWL0Q4yh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uooWL0Q4yh .carousel-indicators {
    display: none;
  }
}
.cid-uooWL0Q4yh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uooWL0Q4yh .carousel-inner > .active {
  display: block;
}
.cid-uooWL0Q4yh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooWL0Q4yh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uooWL0Q4yh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uooWL0Q4yh .carousel-control,
  .cid-uooWL0Q4yh .carousel-indicators,
  .cid-uooWL0Q4yh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uooWL0Q4yh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uooWL0Q4yh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uooWL0Q4yh .carousel-indicators .active,
.cid-uooWL0Q4yh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uooWL0Q4yh .carousel-indicators .active {
  background: #fff;
}
.cid-uooWL0Q4yh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uooWL0Q4yh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uooWL0Q4yh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooWL0Q4yh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uooWL0Q4yh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uooWL0Q4yh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uooWL0Q4yh .carousel {
  width: 100%;
}
.cid-uooWL0Q4yh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uooWL0Q4yh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uooWL0Q4yh .modal.fade .modal-dialog,
.cid-uooWL0Q4yh .modal.in .modal-dialog {
  transform: none;
}
.cid-uooWL0Q4yh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uooWL0Q4yh H6 {
  text-align: center;
}
.cid-uooVX691PK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooVX691PK img,
.cid-uooVX691PK .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uooVX691PK .item:focus,
.cid-uooVX691PK span:focus {
  outline: none;
}
.cid-uooVX691PK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooVX691PK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVX691PK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVX691PK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVX691PK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVX691PK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVX691PK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVX691PK .mbr-section-title {
  color: #232323;
}
.cid-uooVX691PK .mbr-text,
.cid-uooVX691PK .mbr-section-btn {
  text-align: left;
}
.cid-uooVX691PK .item-title {
  text-align: left;
}
.cid-uooVX691PK .item-subtitle {
  text-align: center;
}
.cid-uooVX88vil {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooVX88vil img,
.cid-uooVX88vil .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uooVX88vil .item:focus,
.cid-uooVX88vil span:focus {
  outline: none;
}
.cid-uooVX88vil .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooVX88vil .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVX88vil .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVX88vil .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVX88vil .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVX88vil .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVX88vil .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVX88vil .mbr-section-title {
  color: #232323;
}
.cid-uooVX5eYYY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooVX5eYYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVX5eYYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooVX5eYYY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooVX5eYYY .row {
  flex-direction: row-reverse;
}
.cid-uooVX5eYYY img {
  width: 100%;
}
.cid-uooVX79eWz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooVX79eWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVX79eWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVX79eWz .mbr-section-title,
.cid-uooVX79eWz .mbr-text,
.cid-uooVX79eWz .mbr-section-btn {
  text-align: center;
}
.cid-uooVX79eWz .video-wrapper {
  margin: auto;
}
.cid-uooVX79eWz .video-wrapper iframe {
  width: 100%;
}
.cid-uooVX79eWz .mbr-section-title {
  color: #ffffff;
}
.cid-uooVX79eWz .mbr-text,
.cid-uooVX79eWz .mbr-section-btn {
  color: #ffffff;
}
.cid-uooXKvbl3a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooXKvbl3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooXKvbl3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooXKvbl3a .item {
  padding-bottom: 2rem;
}
.cid-uooXKvbl3a .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uooXKvbl3a .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uooXKvbl3a .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uooXKvbl3a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uooXKvbl3a .carousel-control,
.cid-uooXKvbl3a .close {
  background: #1b1b1b;
}
.cid-uooXKvbl3a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uooXKvbl3a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uooXKvbl3a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uooXKvbl3a .carousel-control-next span {
  margin-left: 5px;
}
.cid-uooXKvbl3a .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooXKvbl3a .close::before {
  content: '\e91a';
}
.cid-uooXKvbl3a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooXKvbl3a .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uooXKvbl3a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooXKvbl3a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uooXKvbl3a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uooXKvbl3a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uooXKvbl3a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uooXKvbl3a .carousel-indicators li.active,
.cid-uooXKvbl3a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uooXKvbl3a .carousel-indicators li::after,
.cid-uooXKvbl3a .carousel-indicators li::before {
  content: none;
}
.cid-uooXKvbl3a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uooXKvbl3a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uooXKvbl3a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uooXKvbl3a .carousel-indicators {
    display: none;
  }
}
.cid-uooXKvbl3a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uooXKvbl3a .carousel-inner > .active {
  display: block;
}
.cid-uooXKvbl3a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooXKvbl3a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uooXKvbl3a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uooXKvbl3a .carousel-control,
  .cid-uooXKvbl3a .carousel-indicators,
  .cid-uooXKvbl3a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uooXKvbl3a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uooXKvbl3a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uooXKvbl3a .carousel-indicators .active,
.cid-uooXKvbl3a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uooXKvbl3a .carousel-indicators .active {
  background: #fff;
}
.cid-uooXKvbl3a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uooXKvbl3a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uooXKvbl3a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooXKvbl3a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uooXKvbl3a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uooXKvbl3a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uooXKvbl3a .carousel {
  width: 100%;
}
.cid-uooXKvbl3a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uooXKvbl3a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uooXKvbl3a .modal.fade .modal-dialog,
.cid-uooXKvbl3a .modal.in .modal-dialog {
  transform: none;
}
.cid-uooXKvbl3a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uooXKvbl3a H6 {
  text-align: center;
}
.cid-uooWOWCuXX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooWOWCuXX img,
.cid-uooWOWCuXX .item-img {
  width: 100%;
}
.cid-uooWOWCuXX .item:focus,
.cid-uooWOWCuXX span:focus {
  outline: none;
}
.cid-uooWOWCuXX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooWOWCuXX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooWOWCuXX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooWOWCuXX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uooWOWCuXX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooWOWCuXX .mbr-section-title {
  color: #232323;
}
.cid-uooWOWCuXX .mbr-text,
.cid-uooWOWCuXX .mbr-section-btn {
  text-align: left;
}
.cid-uooWOWCuXX .item-title {
  text-align: left;
}
.cid-uooWOWCuXX .item-subtitle {
  text-align: center;
}
.cid-uooVX97Dv8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooVX97Dv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVX97Dv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVX97Dv8 .video-wrapper iframe {
  width: 100%;
}
.cid-uooVX97Dv8 .mbr-section-title,
.cid-uooVX97Dv8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooVX97Dv8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooWR8APGC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooWR8APGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooWR8APGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooWR8APGC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooWR8APGC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uooWR8APGC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uooVXa21gZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooVXa21gZ .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uooVXaVevl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uooVXaVevl img,
.cid-uooVXaVevl .item-img {
  width: 100%;
}
.cid-uooVXaVevl .item:focus,
.cid-uooVXaVevl span:focus {
  outline: none;
}
.cid-uooVXaVevl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooVXaVevl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVXaVevl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVXaVevl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVXaVevl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVXaVevl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVXaVevl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVXaVevl .mbr-section-title {
  color: #ffffff;
}
.cid-uooVXaVevl .mbr-text,
.cid-uooVXaVevl .mbr-section-btn {
  text-align: center;
}
.cid-uooVXaVevl .item-title {
  text-align: center;
}
.cid-uooVXaVevl .item-subtitle {
  text-align: left;
}
.cid-uooVXcieNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uooVXcieNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXcieNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVXcieNx .row {
  flex-direction: row-reverse;
}
.cid-uooVXcieNx .video-wrapper iframe {
  width: 100%;
}
.cid-uooVXcieNx .mbr-section-title,
.cid-uooVXcieNx .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooVXcieNx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooVXdcth1 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uooVXdcth1 .container {
    max-width: 1400px;
  }
}
.cid-uooVXdcth1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uooVXdcth1 .card-wrapper {
  margin-top: 3rem;
}
.cid-uooVXdcth1 .row {
  justify-content: center;
}
.cid-uooVXdcth1 .card-title,
.cid-uooVXdcth1 .iconfont-wrapper {
  color: #000000;
}
.cid-uooVXdcth1 .card-text {
  color: #000000;
}
.cid-uooVXdcth1 .mbr-section-title {
  color: #000000;
}
.cid-uooVXefPsi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooVXefPsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXefPsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVXefPsi .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooVXefPsi .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uooVXefPsi .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uooVXfatCd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooVXfatCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXfatCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVXfatCd .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooVXfatCd .img-item {
  position: relative;
}
.cid-uooVXfatCd .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uooVXfatCd .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uooVXfatCd .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uooVXg7mrf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooVXg7mrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXg7mrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooVXg7mrf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooVXg7mrf .row {
  flex-direction: row-reverse;
}
.cid-uooVXg7mrf img {
  width: 100%;
}
.cid-uooVXh2U0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooVXh2U0v .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uooVXh2U0v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooVXh2U0v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooVXh2U0v .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooVXh2U0v .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooVXhXhX1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooVXhXhX1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooVXhXhX1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooVXhXhX1 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooVXhXhX1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooVXhXhX1 .mbr-text,
.cid-uooVXhXhX1 .mbr-section-btn {
  text-align: right;
}
.cid-uooVXhXhX1 .mbr-section-title {
  text-align: right;
}
.cid-uooVXiUfPK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooVXiUfPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXiUfPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVXiUfPK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uooVXiUfPK .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uooVXiUfPK .mbr-text,
.cid-uooVXiUfPK .mbr-section-btn {
  color: #ffffff;
}
.cid-uooVXiUfPK .mbr-section-title {
  color: #ffffff;
}
.cid-uooVXjRWqy {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uooVXjRWqy img,
.cid-uooVXjRWqy .item-img {
  width: 100%;
}
.cid-uooVXjRWqy .item:focus,
.cid-uooVXjRWqy span:focus {
  outline: none;
}
.cid-uooVXjRWqy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooVXjRWqy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooVXjRWqy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooVXjRWqy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooVXjRWqy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooVXjRWqy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooVXjRWqy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooVXjRWqy .mbr-section-title {
  color: #000000;
}
.cid-uooVXjRWqy .mbr-text,
.cid-uooVXjRWqy .mbr-section-btn {
  text-align: left;
}
.cid-uooVXjRWqy .item-title {
  text-align: left;
}
.cid-uooVXjRWqy .item-subtitle {
  text-align: left;
}
.cid-uooVXkRMx6 {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uooVXkRMx6 .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uooVXkRMx6 .icon-wrapper span {
  margin-left: 10px;
}
.cid-uooVXkRMx6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uooVXkRMx6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uooVXkRMx6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uooVXkRMx6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooVXkRMx6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooVXkRMx6 H1 {
  color: #ffffff;
}
.cid-uooVXkRMx6 .mbr-text,
.cid-uooVXkRMx6 .mbr-media {
  color: #ffffff;
}
.cid-uooVXkRMx6 .icon-description {
  color: #ffffff;
}
.cid-uooVXmdz4l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooVXmdz4l .row {
  flex-direction: row-reverse;
}
.cid-uooVXmdz4l .mbr-section-title {
  text-align: right;
}
.cid-uooVXmdz4l .mbr-section-subtitle {
  text-align: right;
}
.cid-uooVXn7RIf {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uooVXo4DJj {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uooVXo4DJj .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uooVXo4DJj .plan-body {
  padding-bottom: 2rem;
}
.cid-uooVXo4DJj .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooVXo4DJj .price {
  color: #4479d9;
}
.cid-uooVXo4DJj .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uooVXo4DJj .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uooVXo4DJj .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uooVXo4DJj .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uooVXo4DJj .plan {
    margin-bottom: 2rem;
  }
}
.cid-uooVXp4iC7 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uooVXp4iC7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uooVXp4iC7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uooVXp4iC7 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uooVXp4iC7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uooVXp4iC7 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uooVXp4iC7 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uooVXp4iC7 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uooVXp4iC7 .social-row {
  text-align: center;
}
.cid-uooVXp4iC7 .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-uooVXp4iC7 .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-uooVXp4iC7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uooVXp4iC7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uooVXp4iC7 .mbr-section-title {
  color: #000000;
}
.cid-uooVXp4iC7 .mbr-section-title1 {
  color: #000000;
}
.cid-uooVXqm6pT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uooVXqm6pT img {
  width: 120px;
  margin: auto;
}
.cid-uooVXqm6pT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uooVXqm6pT .card {
    max-width: 12.5%;
  }
}
.cid-uooVXqm6pT .mbr-section-subtitle {
  color: #353535;
}
.cid-uooVXrmVVo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uooVXrmVVo .media-container-row {
  justify-content: space-between;
}
.cid-uooVXrmVVo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uooVXrmVVo .text-content {
    max-width: none;
  }
}
.cid-uooVXrmVVo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uooVXrmVVo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uooVXrmVVo .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uooVXrmVVo .icons {
    justify-content: center !important;
  }
  .cid-uooVXrmVVo .text-content * {
    text-align: center;
  }
}
.cid-uooVXrmVVo .mbr-section-title {
  color: #353535;
}
.cid-uooVXrmVVo P {
  color: #000000;
}
.cid-uooVXsrYiT {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uooVXsrYiT .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uooVXsrYiT .item .icon-wrap {
  text-align: center;
}
.cid-uooVXsrYiT .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uooVXsrYiT .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uooVXsrYiT .item.first:before {
  display: none;
}
.cid-uooVXsrYiT .item.five:before {
  display: none;
}
.cid-uooVXsrYiT .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uooVXsrYiT .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uooVXsrYiT .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uooVXsrYiT .item:before {
    display: none;
  }
  .cid-uooVXsrYiT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooVXtDJuY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uooVXtDJuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooVXtDJuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooVXtDJuY .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uooVXtDJuY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uooVXtDJuY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooVXtDJuY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uooVXuBPOB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uooVXuBPOB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uooVXuBPOB form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uooVXuBPOB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uooVXuBPOB form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uooVXuBPOB .mbr-section-title {
  color: #000000;
}
.cid-uooVXuBPOB .mbr-section-subtitle {
  color: #000000;
}
.cid-uooVXvB5dW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uooVXvB5dW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uooVXvB5dW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooVXvB5dW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooVXvB5dW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uooVXvB5dW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uooVXwETzb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uooVXwETzb .google-map {
  height: 30rem;
  position: relative;
}
.cid-uooVXwETzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uooVXwETzb .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-uooVXwETzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uooVXwETzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uooVXxF9f8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uooVXxF9f8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uooVXxF9f8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uooVXxF9f8 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uooVXxF9f8 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uooVXxF9f8 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uooVXxF9f8 .row .foot-menu li p {
  margin: 0;
}
.cid-uooVXxF9f8 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uooVXxF9f8 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uooVXxF9f8 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uooVXxF9f8 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uooVXxF9f8 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uooVXxF9f8 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uooVXxF9f8 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uooVXxF9f8 .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uooZ566qRH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooZ566qRH .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uooZ566qRH .mbr-section-title {
  color: #000000;
}
.cid-uop03vyHYh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uop03vyHYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop03vyHYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop03vyHYh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop03vyHYh .row {
  flex-direction: row-reverse;
}
.cid-uop03vyHYh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop03vyHYh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooZ5j2TJp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uooZ5j2TJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5j2TJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5j2TJp .row {
  flex-direction: row-reverse;
}
.cid-uooZ5j2TJp .video-wrapper iframe {
  width: 100%;
}
.cid-uooZ5j2TJp .mbr-section-title,
.cid-uooZ5j2TJp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooZ5j2TJp .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooZ57vI2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ57vI2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ57vI2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ57vI2K .item {
  padding-bottom: 2rem;
}
.cid-uooZ57vI2K .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uooZ57vI2K .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uooZ57vI2K .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uooZ57vI2K .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uooZ57vI2K .carousel-control,
.cid-uooZ57vI2K .close {
  background: #1b1b1b;
}
.cid-uooZ57vI2K .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uooZ57vI2K .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uooZ57vI2K .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uooZ57vI2K .carousel-control-next span {
  margin-left: 5px;
}
.cid-uooZ57vI2K .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooZ57vI2K .close::before {
  content: '\e91a';
}
.cid-uooZ57vI2K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooZ57vI2K .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uooZ57vI2K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooZ57vI2K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uooZ57vI2K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uooZ57vI2K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uooZ57vI2K .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uooZ57vI2K .carousel-indicators li.active,
.cid-uooZ57vI2K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uooZ57vI2K .carousel-indicators li::after,
.cid-uooZ57vI2K .carousel-indicators li::before {
  content: none;
}
.cid-uooZ57vI2K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uooZ57vI2K .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uooZ57vI2K .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uooZ57vI2K .carousel-indicators {
    display: none;
  }
}
.cid-uooZ57vI2K .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uooZ57vI2K .carousel-inner > .active {
  display: block;
}
.cid-uooZ57vI2K .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooZ57vI2K .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uooZ57vI2K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uooZ57vI2K .carousel-control,
  .cid-uooZ57vI2K .carousel-indicators,
  .cid-uooZ57vI2K .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uooZ57vI2K .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uooZ57vI2K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uooZ57vI2K .carousel-indicators .active,
.cid-uooZ57vI2K .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uooZ57vI2K .carousel-indicators .active {
  background: #fff;
}
.cid-uooZ57vI2K .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uooZ57vI2K .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uooZ57vI2K .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooZ57vI2K .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uooZ57vI2K .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uooZ57vI2K .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uooZ57vI2K .carousel {
  width: 100%;
}
.cid-uooZ57vI2K .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uooZ57vI2K .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uooZ57vI2K .modal.fade .modal-dialog,
.cid-uooZ57vI2K .modal.in .modal-dialog {
  transform: none;
}
.cid-uooZ57vI2K .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uooZ57vI2K H6 {
  text-align: center;
}
.cid-uop06ESeGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop06ESeGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop06ESeGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0fgdqkV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0fgdqkV .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uop0fgdqkV img,
.cid-uop0fgdqkV .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop0fgdqkV .item:focus,
.cid-uop0fgdqkV span:focus {
  outline: none;
}
.cid-uop0fgdqkV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0fgdqkV .item {
    margin-bottom: 1rem;
  }
}
.cid-uop0fgdqkV .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop0fgdqkV .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0fgdqkV .item-content .item-footer {
  margin-top: auto;
}
.cid-uop0fgdqkV .mbr-section-title {
  color: #000000;
}
.cid-uop0fgdqkV .mbr-text,
.cid-uop0fgdqkV .mbr-section-btn {
  color: #000000;
}
.cid-uop0fgdqkV .item-title {
  color: #000000;
}
.cid-uop0fgdqkV .content-head {
  max-width: 800px;
}
.cid-uop0un52y4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0un52y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0un52y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0un52y4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0un52y4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop0un52y4 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop0un52y4 .content-head {
  max-width: 800px;
}
.cid-uooZ58NDQs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ58NDQs img,
.cid-uooZ58NDQs .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uooZ58NDQs .item:focus,
.cid-uooZ58NDQs span:focus {
  outline: none;
}
.cid-uooZ58NDQs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooZ58NDQs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooZ58NDQs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooZ58NDQs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooZ58NDQs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooZ58NDQs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooZ58NDQs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooZ58NDQs .mbr-section-title {
  color: #232323;
}
.cid-uooZ58NDQs .mbr-text,
.cid-uooZ58NDQs .mbr-section-btn {
  text-align: left;
}
.cid-uooZ58NDQs .item-title {
  text-align: left;
}
.cid-uooZ58NDQs .item-subtitle {
  text-align: center;
}
.cid-uop0oiYvjD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0oiYvjD h6 {
  line-height: 1.2;
}
.cid-uop0oiYvjD img,
.cid-uop0oiYvjD .item-img {
  width: 100%;
}
.cid-uop0oiYvjD .item:focus,
.cid-uop0oiYvjD span:focus {
  outline: none;
}
.cid-uop0oiYvjD .item {
  cursor: pointer;
}
.cid-uop0oiYvjD .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop0oiYvjD .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop0oiYvjD .mbr-section-title {
  color: #000000;
}
.cid-uop0oiYvjD .mbr-text,
.cid-uop0oiYvjD .mbr-section-btn {
  color: #000000;
}
.cid-uop0oiYvjD .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop0oiYvjD .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop0oiYvjD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop0oiYvjD .content-head {
  max-width: 800px;
}
.cid-uop0hWZAqr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uop0hWZAqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0hWZAqr .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0hWZAqr .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop0hWZAqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0hWZAqr .content-head {
  max-width: 800px;
}
.cid-uop0hWZAqr .card1 {
  background: #a0e2e1;
}
.cid-uop0hWZAqr .card2 {
  background: #260a30;
}
.cid-uop0hWZAqr .card3 {
  background: #3a341c;
}
.cid-uop0hWZAqr .card4 {
  background: #ffd7ef;
}
.cid-uop0hWZAqr .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop0hWZAqr .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop0hWZAqr .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0hWZAqr .card {
    margin-bottom: 1rem;
  }
}
.cid-uop0hWZAqr .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop0hWZAqr .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop0hWZAqr .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop0hWZAqr .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop0hWZAqr .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop0hWZAqr .title-row {
    padding: 1.5rem;
  }
}
.cid-uop0hWZAqr .card-title2,
.cid-uop0hWZAqr .social-row {
  color: #ffc091;
}
.cid-uop0hWZAqr .card-title1,
.cid-uop0hWZAqr .social-row {
  color: #260a30;
}
.cid-uop0hWZAqr .card-title3,
.cid-uop0hWZAqr .social-row {
  color: #ffeb69;
}
.cid-uop0hWZAqr .card-text3,
.cid-uop0hWZAqr .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0hWZAqr .card-text1,
.cid-uop0hWZAqr .mbr-section-btn {
  color: #260a30;
}
.cid-uop0hWZAqr .card-text2,
.cid-uop0hWZAqr .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0hWZAqr .card-title4,
.cid-uop0hWZAqr .social-row {
  color: #320707;
}
.cid-uop0hWZAqr .card-text4,
.cid-uop0hWZAqr .mbr-section-btn {
  color: #320707;
}
.cid-uop0hWZAqr .mbr-role2 {
  color: #ffffff;
}
.cid-uop0hWZAqr .mbr-role4 {
  color: #320707;
}
.cid-uop0hWZAqr .mbr-role3 {
  color: #ffffff;
}
.cid-uooZ59Tfrl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooZ59Tfrl img,
.cid-uooZ59Tfrl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uooZ59Tfrl .item:focus,
.cid-uooZ59Tfrl span:focus {
  outline: none;
}
.cid-uooZ59Tfrl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooZ59Tfrl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooZ59Tfrl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooZ59Tfrl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooZ59Tfrl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooZ59Tfrl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooZ59Tfrl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooZ59Tfrl .mbr-section-title {
  color: #232323;
}
.cid-uooZ5b2qjc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooZ5b2qjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5b2qjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooZ5b2qjc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooZ5b2qjc .row {
  flex-direction: row-reverse;
}
.cid-uooZ5b2qjc img {
  width: 100%;
}
.cid-uooZ5bY0Sx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooZ5bY0Sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5bY0Sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5bY0Sx .mbr-section-title,
.cid-uooZ5bY0Sx .mbr-text,
.cid-uooZ5bY0Sx .mbr-section-btn {
  text-align: center;
}
.cid-uooZ5bY0Sx .video-wrapper {
  margin: auto;
}
.cid-uooZ5bY0Sx .video-wrapper iframe {
  width: 100%;
}
.cid-uooZ5bY0Sx .mbr-section-title {
  color: #ffffff;
}
.cid-uooZ5bY0Sx .mbr-text,
.cid-uooZ5bY0Sx .mbr-section-btn {
  color: #ffffff;
}
.cid-uooZ5cVPZC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ5cVPZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5cVPZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5cVPZC .item {
  padding-bottom: 2rem;
}
.cid-uooZ5cVPZC .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uooZ5cVPZC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uooZ5cVPZC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uooZ5cVPZC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uooZ5cVPZC .carousel-control,
.cid-uooZ5cVPZC .close {
  background: #1b1b1b;
}
.cid-uooZ5cVPZC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uooZ5cVPZC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uooZ5cVPZC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uooZ5cVPZC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uooZ5cVPZC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooZ5cVPZC .close::before {
  content: '\e91a';
}
.cid-uooZ5cVPZC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooZ5cVPZC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uooZ5cVPZC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooZ5cVPZC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uooZ5cVPZC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uooZ5cVPZC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uooZ5cVPZC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uooZ5cVPZC .carousel-indicators li.active,
.cid-uooZ5cVPZC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uooZ5cVPZC .carousel-indicators li::after,
.cid-uooZ5cVPZC .carousel-indicators li::before {
  content: none;
}
.cid-uooZ5cVPZC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uooZ5cVPZC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uooZ5cVPZC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uooZ5cVPZC .carousel-indicators {
    display: none;
  }
}
.cid-uooZ5cVPZC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uooZ5cVPZC .carousel-inner > .active {
  display: block;
}
.cid-uooZ5cVPZC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uooZ5cVPZC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uooZ5cVPZC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uooZ5cVPZC .carousel-control,
  .cid-uooZ5cVPZC .carousel-indicators,
  .cid-uooZ5cVPZC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uooZ5cVPZC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uooZ5cVPZC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uooZ5cVPZC .carousel-indicators .active,
.cid-uooZ5cVPZC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uooZ5cVPZC .carousel-indicators .active {
  background: #fff;
}
.cid-uooZ5cVPZC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uooZ5cVPZC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uooZ5cVPZC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooZ5cVPZC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uooZ5cVPZC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uooZ5cVPZC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uooZ5cVPZC .carousel {
  width: 100%;
}
.cid-uooZ5cVPZC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uooZ5cVPZC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uooZ5cVPZC .modal.fade .modal-dialog,
.cid-uooZ5cVPZC .modal.in .modal-dialog {
  transform: none;
}
.cid-uooZ5cVPZC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uooZ5cVPZC H6 {
  text-align: center;
}
.cid-uooZ5e4wz8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ5e4wz8 img,
.cid-uooZ5e4wz8 .item-img {
  width: 100%;
}
.cid-uooZ5e4wz8 .item:focus,
.cid-uooZ5e4wz8 span:focus {
  outline: none;
}
.cid-uooZ5e4wz8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooZ5e4wz8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooZ5e4wz8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooZ5e4wz8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uooZ5e4wz8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooZ5e4wz8 .mbr-section-title {
  color: #232323;
}
.cid-uooZ5e4wz8 .mbr-text,
.cid-uooZ5e4wz8 .mbr-section-btn {
  text-align: left;
}
.cid-uooZ5e4wz8 .item-title {
  text-align: left;
}
.cid-uooZ5e4wz8 .item-subtitle {
  text-align: center;
}
.cid-uop091blbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop091blbY blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop0qJhdKj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0qJhdKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0qJhdKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0qJhdKj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0qJhdKj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop0qJhdKj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop0qJhdKj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop0qJhdKj .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop0qJhdKj .mbr-section-title {
  color: #d70081;
}
.cid-uop0qJhdKj .mbr-section-subtitle {
  color: #232323;
}
.cid-uop0qJhdKj .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0qJhdKj .card-box .item-footer {
  margin-top: auto;
}
.cid-uop0qJhdKj .content-head {
  max-width: 800px;
}
.cid-uooZ5fcFRb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ5fcFRb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5fcFRb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5fcFRb .video-wrapper iframe {
  width: 100%;
}
.cid-uooZ5fcFRb .mbr-section-title,
.cid-uooZ5fcFRb .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uooZ5fcFRb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uooZ5g8brW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooZ5g8brW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5g8brW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5g8brW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooZ5g8brW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uooZ5g8brW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop0bkg8dL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0bkg8dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0bkg8dL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop0bkg8dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0bkg8dL .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop0bkg8dL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop0bkg8dL .card-title,
.cid-uop0bkg8dL .iconfont-wrapper {
  color: #000000;
}
.cid-uop0bkg8dL .card-text {
  color: #000000;
}
.cid-uop0bkg8dL .content-head {
  max-width: 800px;
}
.cid-uop0bkg8dL .mbr-section-title {
  color: #000000;
}
.cid-uooZ5h4DWq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uooZ5h4DWq .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uooZ5i0HzV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uooZ5i0HzV img,
.cid-uooZ5i0HzV .item-img {
  width: 100%;
}
.cid-uooZ5i0HzV .item:focus,
.cid-uooZ5i0HzV span:focus {
  outline: none;
}
.cid-uooZ5i0HzV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uooZ5i0HzV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooZ5i0HzV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooZ5i0HzV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooZ5i0HzV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooZ5i0HzV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooZ5i0HzV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooZ5i0HzV .mbr-section-title {
  color: #ffffff;
}
.cid-uooZ5i0HzV .mbr-text,
.cid-uooZ5i0HzV .mbr-section-btn {
  text-align: center;
}
.cid-uooZ5i0HzV .item-title {
  text-align: center;
}
.cid-uooZ5i0HzV .item-subtitle {
  text-align: left;
}
.cid-uooZ5jXxD2 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uooZ5jXxD2 .container {
    max-width: 1400px;
  }
}
.cid-uooZ5jXxD2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uooZ5jXxD2 .card-wrapper {
  margin-top: 3rem;
}
.cid-uooZ5jXxD2 .row {
  justify-content: center;
}
.cid-uooZ5jXxD2 .card-title,
.cid-uooZ5jXxD2 .iconfont-wrapper {
  color: #000000;
}
.cid-uooZ5jXxD2 .card-text {
  color: #000000;
}
.cid-uooZ5jXxD2 .mbr-section-title {
  color: #000000;
}
.cid-uooZ5l6Gy6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooZ5l6Gy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5l6Gy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5l6Gy6 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooZ5l6Gy6 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uooZ5l6Gy6 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uooZ5m2g4s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uooZ5m2g4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5m2g4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5m2g4s .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uooZ5m2g4s .img-item {
  position: relative;
}
.cid-uooZ5m2g4s .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uooZ5m2g4s .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uooZ5m2g4s .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uooZ5mZZK7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uooZ5mZZK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5mZZK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uooZ5mZZK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uooZ5mZZK7 .row {
  flex-direction: row-reverse;
}
.cid-uooZ5mZZK7 img {
  width: 100%;
}
.cid-uooZ5nYzwf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooZ5nYzwf .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uooZ5nYzwf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5nYzwf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooZ5nYzwf .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooZ5nYzwf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5oYdX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooZ5oYdX4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5oYdX4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uooZ5oYdX4 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uooZ5oYdX4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5oYdX4 .mbr-text,
.cid-uooZ5oYdX4 .mbr-section-btn {
  text-align: right;
}
.cid-uooZ5oYdX4 .mbr-section-title {
  text-align: right;
}
.cid-uooZ5pUUF0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uooZ5pUUF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5pUUF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5pUUF0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uooZ5pUUF0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uooZ5pUUF0 .mbr-text,
.cid-uooZ5pUUF0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uooZ5pUUF0 .mbr-section-title {
  color: #ffffff;
}
.cid-uooZ5qUQxK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uooZ5qUQxK img,
.cid-uooZ5qUQxK .item-img {
  width: 100%;
}
.cid-uooZ5qUQxK .item:focus,
.cid-uooZ5qUQxK span:focus {
  outline: none;
}
.cid-uooZ5qUQxK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uooZ5qUQxK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uooZ5qUQxK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uooZ5qUQxK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uooZ5qUQxK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uooZ5qUQxK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uooZ5qUQxK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uooZ5qUQxK .mbr-section-title {
  color: #000000;
}
.cid-uooZ5qUQxK .mbr-text,
.cid-uooZ5qUQxK .mbr-section-btn {
  text-align: left;
}
.cid-uooZ5qUQxK .item-title {
  text-align: left;
}
.cid-uooZ5qUQxK .item-subtitle {
  text-align: left;
}
.cid-uooZ5rWeyb {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uooZ5rWeyb .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uooZ5rWeyb .icon-wrapper span {
  margin-left: 10px;
}
.cid-uooZ5rWeyb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uooZ5rWeyb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uooZ5rWeyb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uooZ5rWeyb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uooZ5rWeyb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uooZ5rWeyb H1 {
  color: #ffffff;
}
.cid-uooZ5rWeyb .mbr-text,
.cid-uooZ5rWeyb .mbr-media {
  color: #ffffff;
}
.cid-uooZ5rWeyb .icon-description {
  color: #ffffff;
}
.cid-uooZ5tjpgO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uooZ5tjpgO .row {
  flex-direction: row-reverse;
}
.cid-uooZ5tjpgO .mbr-section-title {
  text-align: right;
}
.cid-uooZ5tjpgO .mbr-section-subtitle {
  text-align: right;
}
.cid-uooZ5ufOmK {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uooZ5vdE94 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uooZ5vdE94 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uooZ5vdE94 .plan-body {
  padding-bottom: 2rem;
}
.cid-uooZ5vdE94 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uooZ5vdE94 .price {
  color: #4479d9;
}
.cid-uooZ5vdE94 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uooZ5vdE94 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uooZ5vdE94 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uooZ5vdE94 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uooZ5vdE94 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5wfzyP {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uooZ5wfzyP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uooZ5wfzyP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uooZ5wfzyP .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uooZ5wfzyP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5wfzyP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uooZ5wfzyP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uooZ5wfzyP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uooZ5wfzyP .social-row {
  text-align: center;
}
.cid-uooZ5wfzyP .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-uooZ5wfzyP .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-uooZ5wfzyP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uooZ5wfzyP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uooZ5wfzyP .mbr-section-title {
  color: #000000;
}
.cid-uooZ5wfzyP .mbr-section-title1 {
  color: #000000;
}
.cid-uooZ5xE9fP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uooZ5xE9fP img {
  width: 120px;
  margin: auto;
}
.cid-uooZ5xE9fP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uooZ5xE9fP .card {
    max-width: 12.5%;
  }
}
.cid-uooZ5xE9fP .mbr-section-subtitle {
  color: #353535;
}
.cid-uooZ5yHBC5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uooZ5yHBC5 .media-container-row {
  justify-content: space-between;
}
.cid-uooZ5yHBC5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uooZ5yHBC5 .text-content {
    max-width: none;
  }
}
.cid-uooZ5yHBC5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uooZ5yHBC5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uooZ5yHBC5 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uooZ5yHBC5 .icons {
    justify-content: center !important;
  }
  .cid-uooZ5yHBC5 .text-content * {
    text-align: center;
  }
}
.cid-uooZ5yHBC5 .mbr-section-title {
  color: #353535;
}
.cid-uooZ5yHBC5 P {
  color: #000000;
}
.cid-uooZ5zNfFE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uooZ5zNfFE .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uooZ5zNfFE .item .icon-wrap {
  text-align: center;
}
.cid-uooZ5zNfFE .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uooZ5zNfFE .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uooZ5zNfFE .item.first:before {
  display: none;
}
.cid-uooZ5zNfFE .item.five:before {
  display: none;
}
.cid-uooZ5zNfFE .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uooZ5zNfFE .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uooZ5zNfFE .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uooZ5zNfFE .item:before {
    display: none;
  }
  .cid-uooZ5zNfFE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uooZ5AY2Ug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uooZ5AY2Ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uooZ5AY2Ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uooZ5AY2Ug .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uooZ5AY2Ug .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uooZ5AY2Ug .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooZ5AY2Ug .card-wrapper {
    padding: 4rem;
  }
}
.cid-uooZ5BYYBF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uooZ5BYYBF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uooZ5BYYBF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uooZ5BYYBF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uooZ5BYYBF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uooZ5BYYBF .mbr-section-title {
  color: #000000;
}
.cid-uooZ5BYYBF .mbr-section-subtitle {
  color: #000000;
}
.cid-uooZ5CY9xP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uooZ5CY9xP .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uooZ5CY9xP .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uooZ5CY9xP .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uooZ5CY9xP .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uooZ5CY9xP .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uooZ5E5XO3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uooZ5E5XO3 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uooZ5E5XO3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uooZ5E5XO3 .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-uooZ5E5XO3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uooZ5E5XO3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uooZ5F7jZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uooZ5F7jZY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uooZ5F7jZY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uooZ5F7jZY .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uooZ5F7jZY .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uooZ5F7jZY .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uooZ5F7jZY .row .foot-menu li p {
  margin: 0;
}
.cid-uooZ5F7jZY .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uooZ5F7jZY .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uooZ5F7jZY .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uooZ5F7jZY .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uooZ5F7jZY .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uooZ5F7jZY .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uooZ5F7jZY .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uooZ5F7jZY .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop1cGGQlJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop1cGGQlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1cGGQlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1cGGQlJ .row {
  flex-direction: row-reverse;
}
.cid-uop1cGGQlJ .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uop1cGGQlJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop1cGGQlJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uop1cGGQlJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop1cGGQlJ .mbr-text {
  text-align: left;
}
.cid-uop0Z4w2hW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uop0Z4w2hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0Z4w2hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop0Z4w2hW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop0Z4w2hW .row {
  flex-direction: row-reverse;
}
.cid-uop0Z4w2hW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop0Z4w2hW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop1qcWNFF {
  background-color: #fafafa;
}
.cid-uop1qcWNFF .mbr-text,
.cid-uop1qcWNFF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop1qcWNFF .mbr-text,
  .cid-uop1qcWNFF .mbr-section-title {
    text-align: center;
  }
}
.cid-uop1qcWNFF a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop1qcWNFF .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uop1qcWNFF .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop1qcWNFF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uop1qcWNFF .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uop1qcWNFF .justify-content-center {
  align-items: center;
}
.cid-uop0Z5BcNd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop0Z5BcNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0Z5BcNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0Z5BcNd .row {
  flex-direction: row-reverse;
}
.cid-uop0Z5BcNd .video-wrapper iframe {
  width: 100%;
}
.cid-uop0Z5BcNd .mbr-section-title,
.cid-uop0Z5BcNd .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop0Z5BcNd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop1eg8zg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop1eg8zg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1eg8zg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1eg8zg2 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uop1eg8zg2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uop0Z3wa4z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop0Z3wa4z .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uop0Z3wa4z .mbr-section-title {
  color: #000000;
}
.cid-uop1iRg7d4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop1iRg7d4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1iRg7d4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1iRg7d4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uop1iRg7d4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uop1iRg7d4 .embla__button--next,
.cid-uop1iRg7d4 .embla__button--prev {
  display: flex;
}
.cid-uop1iRg7d4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uop1iRg7d4 .embla__button {
    display: none;
  }
}
.cid-uop1iRg7d4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uop1iRg7d4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uop1iRg7d4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop1iRg7d4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uop1iRg7d4 .embla__button {
    top: auto;
  }
}
.cid-uop1iRg7d4 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uop1iRg7d4 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uop1iRg7d4 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uop1iRg7d4 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uop1iRg7d4 .embla {
  position: relative;
  width: 100%;
}
.cid-uop1iRg7d4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uop1iRg7d4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uop1iRg7d4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uop1iRg7d4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uop1f2dCcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop1f2dCcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1f2dCcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1f2dCcF .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uop1f2dCcF img {
  margin: auto;
  width: 140px;
}
.cid-uop1f2dCcF .row {
  align-items: flex-start;
}
.cid-uop1f2dCcF .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uop1f2dCcF .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uop1f2dCcF .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop1f2dCcF .item-wrapper {
    padding: 1rem;
  }
}
.cid-uop1m9qss4 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uop1m9qss4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1m9qss4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1m9qss4 .mbr-text,
.cid-uop1m9qss4 .mbr-section-btn {
  color: #232323;
}
.cid-uop1m9qss4 .btn {
  width: 100%;
}
.cid-uop1m9qss4 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop1fLQ0YD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop1fLQ0YD img {
  width: 120px;
  margin: auto;
}
.cid-uop1fLQ0YD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop1fLQ0YD .card {
    max-width: 12.5%;
  }
}
.cid-uop1mYkX9U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop1mYkX9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop1mYkX9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1mYkX9U .mbr-text,
.cid-uop1mYkX9U .mbr-section-btn {
  color: #232323;
}
.cid-uop1mYkX9U .btn {
  width: 100%;
}
.cid-uop1mYkX9U .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop1mYkX9U H1 {
  text-align: center;
}
.cid-uop0Z6OSyi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0Z6OSyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0Z6OSyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0Z6OSyi .item {
  padding-bottom: 2rem;
}
.cid-uop0Z6OSyi .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop0Z6OSyi .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop0Z6OSyi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop0Z6OSyi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop0Z6OSyi .carousel-control,
.cid-uop0Z6OSyi .close {
  background: #1b1b1b;
}
.cid-uop0Z6OSyi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop0Z6OSyi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop0Z6OSyi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop0Z6OSyi .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop0Z6OSyi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop0Z6OSyi .close::before {
  content: '\e91a';
}
.cid-uop0Z6OSyi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop0Z6OSyi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop0Z6OSyi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop0Z6OSyi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop0Z6OSyi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop0Z6OSyi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop0Z6OSyi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop0Z6OSyi .carousel-indicators li.active,
.cid-uop0Z6OSyi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop0Z6OSyi .carousel-indicators li::after,
.cid-uop0Z6OSyi .carousel-indicators li::before {
  content: none;
}
.cid-uop0Z6OSyi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop0Z6OSyi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop0Z6OSyi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop0Z6OSyi .carousel-indicators {
    display: none;
  }
}
.cid-uop0Z6OSyi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop0Z6OSyi .carousel-inner > .active {
  display: block;
}
.cid-uop0Z6OSyi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop0Z6OSyi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop0Z6OSyi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop0Z6OSyi .carousel-control,
  .cid-uop0Z6OSyi .carousel-indicators,
  .cid-uop0Z6OSyi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop0Z6OSyi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop0Z6OSyi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop0Z6OSyi .carousel-indicators .active,
.cid-uop0Z6OSyi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop0Z6OSyi .carousel-indicators .active {
  background: #fff;
}
.cid-uop0Z6OSyi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop0Z6OSyi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop0Z6OSyi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop0Z6OSyi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop0Z6OSyi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop0Z6OSyi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop0Z6OSyi .carousel {
  width: 100%;
}
.cid-uop0Z6OSyi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop0Z6OSyi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop0Z6OSyi .modal.fade .modal-dialog,
.cid-uop0Z6OSyi .modal.in .modal-dialog {
  transform: none;
}
.cid-uop0Z6OSyi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop0Z6OSyi H6 {
  text-align: center;
}
.cid-uop0Z8g444 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop0Z8g444 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0Z8g444 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop1nFXao0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-uop1nFXao0 .container-fluid {
    padding-left: 0;
  }
}
.cid-uop1nFXao0 .mbr-text,
.cid-uop1nFXao0 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop1nFXao0 .mbr-text,
  .cid-uop1nFXao0 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uop1nFXao0 .mbr-text,
  .cid-uop1nFXao0 .mbr-section-title {
    text-align: center;
  }
}
.cid-uop1nFXao0 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop1nFXao0 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uop1nFXao0 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop1nFXao0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop1nFXao0 .justify-content-center {
  align-items: center;
}
.cid-uop0Z9AW0B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0Z9AW0B .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uop0Z9AW0B img,
.cid-uop0Z9AW0B .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop0Z9AW0B .item:focus,
.cid-uop0Z9AW0B span:focus {
  outline: none;
}
.cid-uop0Z9AW0B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0Z9AW0B .item {
    margin-bottom: 1rem;
  }
}
.cid-uop0Z9AW0B .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop0Z9AW0B .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0Z9AW0B .item-content .item-footer {
  margin-top: auto;
}
.cid-uop0Z9AW0B .mbr-section-title {
  color: #000000;
}
.cid-uop0Z9AW0B .mbr-text,
.cid-uop0Z9AW0B .mbr-section-btn {
  color: #000000;
}
.cid-uop0Z9AW0B .item-title {
  color: #000000;
}
.cid-uop0Z9AW0B .content-head {
  max-width: 800px;
}
.cid-uop0ZaxIBB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0ZaxIBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZaxIBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZaxIBB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0ZaxIBB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop0ZaxIBB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop0ZaxIBB .content-head {
  max-width: 800px;
}
.cid-uop0ZbAURY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZbAURY img,
.cid-uop0ZbAURY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop0ZbAURY .item:focus,
.cid-uop0ZbAURY span:focus {
  outline: none;
}
.cid-uop0ZbAURY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop0ZbAURY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop0ZbAURY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop0ZbAURY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZbAURY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop0ZbAURY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop0ZbAURY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop0ZbAURY .mbr-section-title {
  color: #232323;
}
.cid-uop0ZbAURY .mbr-text,
.cid-uop0ZbAURY .mbr-section-btn {
  text-align: left;
}
.cid-uop0ZbAURY .item-title {
  text-align: left;
}
.cid-uop0ZbAURY .item-subtitle {
  text-align: center;
}
.cid-uop0ZcBzOJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZcBzOJ h6 {
  line-height: 1.2;
}
.cid-uop0ZcBzOJ img,
.cid-uop0ZcBzOJ .item-img {
  width: 100%;
}
.cid-uop0ZcBzOJ .item:focus,
.cid-uop0ZcBzOJ span:focus {
  outline: none;
}
.cid-uop0ZcBzOJ .item {
  cursor: pointer;
}
.cid-uop0ZcBzOJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop0ZcBzOJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop0ZcBzOJ .mbr-section-title {
  color: #000000;
}
.cid-uop0ZcBzOJ .mbr-text,
.cid-uop0ZcBzOJ .mbr-section-btn {
  color: #000000;
}
.cid-uop0ZcBzOJ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop0ZcBzOJ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop0ZcBzOJ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop0ZcBzOJ .content-head {
  max-width: 800px;
}
.cid-uop0ZdJCgT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uop0ZdJCgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZdJCgT .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0ZdJCgT .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop0ZdJCgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZdJCgT .content-head {
  max-width: 800px;
}
.cid-uop0ZdJCgT .card1 {
  background: #a0e2e1;
}
.cid-uop0ZdJCgT .card2 {
  background: #260a30;
}
.cid-uop0ZdJCgT .card3 {
  background: #3a341c;
}
.cid-uop0ZdJCgT .card4 {
  background: #ffd7ef;
}
.cid-uop0ZdJCgT .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop0ZdJCgT .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop0ZdJCgT .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0ZdJCgT .card {
    margin-bottom: 1rem;
  }
}
.cid-uop0ZdJCgT .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop0ZdJCgT .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop0ZdJCgT .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop0ZdJCgT .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop0ZdJCgT .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop0ZdJCgT .title-row {
    padding: 1.5rem;
  }
}
.cid-uop0ZdJCgT .card-title2,
.cid-uop0ZdJCgT .social-row {
  color: #ffc091;
}
.cid-uop0ZdJCgT .card-title1,
.cid-uop0ZdJCgT .social-row {
  color: #260a30;
}
.cid-uop0ZdJCgT .card-title3,
.cid-uop0ZdJCgT .social-row {
  color: #ffeb69;
}
.cid-uop0ZdJCgT .card-text3,
.cid-uop0ZdJCgT .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0ZdJCgT .card-text1,
.cid-uop0ZdJCgT .mbr-section-btn {
  color: #260a30;
}
.cid-uop0ZdJCgT .card-text2,
.cid-uop0ZdJCgT .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0ZdJCgT .card-title4,
.cid-uop0ZdJCgT .social-row {
  color: #320707;
}
.cid-uop0ZdJCgT .card-text4,
.cid-uop0ZdJCgT .mbr-section-btn {
  color: #320707;
}
.cid-uop0ZdJCgT .mbr-role2 {
  color: #ffffff;
}
.cid-uop0ZdJCgT .mbr-role4 {
  color: #320707;
}
.cid-uop0ZdJCgT .mbr-role3 {
  color: #ffffff;
}
.cid-uop0ZeLx3U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop0ZeLx3U img,
.cid-uop0ZeLx3U .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop0ZeLx3U .item:focus,
.cid-uop0ZeLx3U span:focus {
  outline: none;
}
.cid-uop0ZeLx3U .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop0ZeLx3U .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop0ZeLx3U .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop0ZeLx3U .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZeLx3U .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop0ZeLx3U .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop0ZeLx3U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop0ZeLx3U .mbr-section-title {
  color: #232323;
}
.cid-uop0ZfUkyW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop0ZfUkyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZfUkyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop0ZfUkyW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop0ZfUkyW .row {
  flex-direction: row-reverse;
}
.cid-uop0ZfUkyW img {
  width: 100%;
}
.cid-uop0ZgQz4D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop0ZgQz4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZgQz4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZgQz4D .mbr-section-title,
.cid-uop0ZgQz4D .mbr-text,
.cid-uop0ZgQz4D .mbr-section-btn {
  text-align: center;
}
.cid-uop0ZgQz4D .video-wrapper {
  margin: auto;
}
.cid-uop0ZgQz4D .video-wrapper iframe {
  width: 100%;
}
.cid-uop0ZgQz4D .mbr-section-title {
  color: #ffffff;
}
.cid-uop0ZgQz4D .mbr-text,
.cid-uop0ZgQz4D .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0ZhNnpu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZhNnpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZhNnpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZhNnpu .item {
  padding-bottom: 2rem;
}
.cid-uop0ZhNnpu .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop0ZhNnpu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop0ZhNnpu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop0ZhNnpu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop0ZhNnpu .carousel-control,
.cid-uop0ZhNnpu .close {
  background: #1b1b1b;
}
.cid-uop0ZhNnpu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop0ZhNnpu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop0ZhNnpu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop0ZhNnpu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop0ZhNnpu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop0ZhNnpu .close::before {
  content: '\e91a';
}
.cid-uop0ZhNnpu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop0ZhNnpu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop0ZhNnpu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop0ZhNnpu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop0ZhNnpu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop0ZhNnpu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop0ZhNnpu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop0ZhNnpu .carousel-indicators li.active,
.cid-uop0ZhNnpu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop0ZhNnpu .carousel-indicators li::after,
.cid-uop0ZhNnpu .carousel-indicators li::before {
  content: none;
}
.cid-uop0ZhNnpu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop0ZhNnpu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZhNnpu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop0ZhNnpu .carousel-indicators {
    display: none;
  }
}
.cid-uop0ZhNnpu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop0ZhNnpu .carousel-inner > .active {
  display: block;
}
.cid-uop0ZhNnpu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop0ZhNnpu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop0ZhNnpu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop0ZhNnpu .carousel-control,
  .cid-uop0ZhNnpu .carousel-indicators,
  .cid-uop0ZhNnpu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop0ZhNnpu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop0ZhNnpu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop0ZhNnpu .carousel-indicators .active,
.cid-uop0ZhNnpu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop0ZhNnpu .carousel-indicators .active {
  background: #fff;
}
.cid-uop0ZhNnpu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop0ZhNnpu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop0ZhNnpu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop0ZhNnpu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop0ZhNnpu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop0ZhNnpu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop0ZhNnpu .carousel {
  width: 100%;
}
.cid-uop0ZhNnpu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop0ZhNnpu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop0ZhNnpu .modal.fade .modal-dialog,
.cid-uop0ZhNnpu .modal.in .modal-dialog {
  transform: none;
}
.cid-uop0ZhNnpu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop0ZhNnpu H6 {
  text-align: center;
}
.cid-uop0ZiVaTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZiVaTR img,
.cid-uop0ZiVaTR .item-img {
  width: 100%;
}
.cid-uop0ZiVaTR .item:focus,
.cid-uop0ZiVaTR span:focus {
  outline: none;
}
.cid-uop0ZiVaTR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop0ZiVaTR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop0ZiVaTR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZiVaTR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uop0ZiVaTR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop0ZiVaTR .mbr-section-title {
  color: #232323;
}
.cid-uop0ZiVaTR .mbr-text,
.cid-uop0ZiVaTR .mbr-section-btn {
  text-align: left;
}
.cid-uop0ZiVaTR .item-title {
  text-align: left;
}
.cid-uop0ZiVaTR .item-subtitle {
  text-align: center;
}
.cid-uop0Zk4dOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop0Zk4dOb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop0ZkYKcF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop0ZkYKcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZkYKcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZkYKcF .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop0ZkYKcF .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop0ZkYKcF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop0ZkYKcF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop0ZkYKcF .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop0ZkYKcF .mbr-section-title {
  color: #d70081;
}
.cid-uop0ZkYKcF .mbr-section-subtitle {
  color: #232323;
}
.cid-uop0ZkYKcF .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop0ZkYKcF .card-box .item-footer {
  margin-top: auto;
}
.cid-uop0ZkYKcF .content-head {
  max-width: 800px;
}
.cid-uop0ZmCTKD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZmCTKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZmCTKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZmCTKD .video-wrapper iframe {
  width: 100%;
}
.cid-uop0ZmCTKD .mbr-section-title,
.cid-uop0ZmCTKD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop0ZmCTKD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop0ZnDBso {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop0ZnDBso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZnDBso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZnDBso .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop0ZnDBso .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop0ZnDBso .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop0ZoAbFy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZoAbFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZoAbFy .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop0ZoAbFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZoAbFy .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop0ZoAbFy .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop0ZoAbFy .card-title,
.cid-uop0ZoAbFy .iconfont-wrapper {
  color: #000000;
}
.cid-uop0ZoAbFy .card-text {
  color: #000000;
}
.cid-uop0ZoAbFy .content-head {
  max-width: 800px;
}
.cid-uop0ZoAbFy .mbr-section-title {
  color: #000000;
}
.cid-uop0ZpKsei {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop0ZpKsei .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uop0ZqFZzE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uop0ZqFZzE img,
.cid-uop0ZqFZzE .item-img {
  width: 100%;
}
.cid-uop0ZqFZzE .item:focus,
.cid-uop0ZqFZzE span:focus {
  outline: none;
}
.cid-uop0ZqFZzE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop0ZqFZzE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop0ZqFZzE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop0ZqFZzE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZqFZzE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop0ZqFZzE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop0ZqFZzE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop0ZqFZzE .mbr-section-title {
  color: #ffffff;
}
.cid-uop0ZqFZzE .mbr-text,
.cid-uop0ZqFZzE .mbr-section-btn {
  text-align: center;
}
.cid-uop0ZqFZzE .item-title {
  text-align: center;
}
.cid-uop0ZqFZzE .item-subtitle {
  text-align: left;
}
.cid-uop0ZrHHNy {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uop0ZrHHNy .container {
    max-width: 1400px;
  }
}
.cid-uop0ZrHHNy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uop0ZrHHNy .card-wrapper {
  margin-top: 3rem;
}
.cid-uop0ZrHHNy .row {
  justify-content: center;
}
.cid-uop0ZrHHNy .card-title,
.cid-uop0ZrHHNy .iconfont-wrapper {
  color: #000000;
}
.cid-uop0ZrHHNy .card-text {
  color: #000000;
}
.cid-uop0ZrHHNy .mbr-section-title {
  color: #000000;
}
.cid-uop0ZsQk2v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop0ZsQk2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZsQk2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZsQk2v .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop0ZsQk2v .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop0ZsQk2v .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop0ZtRc9S {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop0ZtRc9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZtRc9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZtRc9S .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop0ZtRc9S .img-item {
  position: relative;
}
.cid-uop0ZtRc9S .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uop0ZtRc9S .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uop0ZtRc9S .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uop0ZuRhOL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop0ZuRhOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZuRhOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop0ZuRhOL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop0ZuRhOL .row {
  flex-direction: row-reverse;
}
.cid-uop0ZuRhOL img {
  width: 100%;
}
.cid-uop0ZvT6XO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop0ZvT6XO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uop0ZvT6XO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZvT6XO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop0ZvT6XO .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop0ZvT6XO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZwUDrk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop0ZwUDrk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZwUDrk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop0ZwUDrk .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop0ZwUDrk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZwUDrk .mbr-text,
.cid-uop0ZwUDrk .mbr-section-btn {
  text-align: right;
}
.cid-uop0ZwUDrk .mbr-section-title {
  text-align: right;
}
.cid-uop0ZxTuiq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop0ZxTuiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZxTuiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZxTuiq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop0ZxTuiq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uop0ZxTuiq .mbr-text,
.cid-uop0ZxTuiq .mbr-section-btn {
  color: #ffffff;
}
.cid-uop0ZxTuiq .mbr-section-title {
  color: #ffffff;
}
.cid-uop0ZyTlao {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uop0ZyTlao img,
.cid-uop0ZyTlao .item-img {
  width: 100%;
}
.cid-uop0ZyTlao .item:focus,
.cid-uop0ZyTlao span:focus {
  outline: none;
}
.cid-uop0ZyTlao .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop0ZyTlao .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop0ZyTlao .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop0ZyTlao .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop0ZyTlao .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop0ZyTlao .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop0ZyTlao .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop0ZyTlao .mbr-section-title {
  color: #000000;
}
.cid-uop0ZyTlao .mbr-text,
.cid-uop0ZyTlao .mbr-section-btn {
  text-align: left;
}
.cid-uop0ZyTlao .item-title {
  text-align: left;
}
.cid-uop0ZyTlao .item-subtitle {
  text-align: left;
}
.cid-uop0ZzXIN5 {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uop0ZzXIN5 .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uop0ZzXIN5 .icon-wrapper span {
  margin-left: 10px;
}
.cid-uop0ZzXIN5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uop0ZzXIN5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uop0ZzXIN5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uop0ZzXIN5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop0ZzXIN5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop0ZzXIN5 H1 {
  color: #ffffff;
}
.cid-uop0ZzXIN5 .mbr-text,
.cid-uop0ZzXIN5 .mbr-media {
  color: #ffffff;
}
.cid-uop0ZzXIN5 .icon-description {
  color: #ffffff;
}
.cid-uop0ZBtrMk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop0ZBtrMk .row {
  flex-direction: row-reverse;
}
.cid-uop0ZBtrMk .mbr-section-title {
  text-align: right;
}
.cid-uop0ZBtrMk .mbr-section-subtitle {
  text-align: right;
}
.cid-uop0ZCsADv {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uop0ZDrxHF {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uop0ZDrxHF .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop0ZDrxHF .plan-body {
  padding-bottom: 2rem;
}
.cid-uop0ZDrxHF .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop0ZDrxHF .price {
  color: #4479d9;
}
.cid-uop0ZDrxHF .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop0ZDrxHF .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop0ZDrxHF .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop0ZDrxHF .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop0ZDrxHF .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZECJrk {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uop0ZECJrk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uop0ZECJrk .team-card:hover {
  transform: translateY(-10px);
}
.cid-uop0ZECJrk .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uop0ZECJrk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZECJrk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uop0ZECJrk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop0ZECJrk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uop0ZECJrk .social-row {
  text-align: center;
}
.cid-uop0ZECJrk .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-uop0ZECJrk .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-uop0ZECJrk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uop0ZECJrk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uop0ZECJrk .mbr-section-title {
  color: #000000;
}
.cid-uop0ZECJrk .mbr-section-title1 {
  color: #000000;
}
.cid-uop0ZFWEvh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uop0ZFWEvh img {
  width: 120px;
  margin: auto;
}
.cid-uop0ZFWEvh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop0ZFWEvh .card {
    max-width: 12.5%;
  }
}
.cid-uop0ZFWEvh .mbr-section-subtitle {
  color: #353535;
}
.cid-uop0ZH5ZQo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uop0ZH5ZQo .media-container-row {
  justify-content: space-between;
}
.cid-uop0ZH5ZQo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uop0ZH5ZQo .text-content {
    max-width: none;
  }
}
.cid-uop0ZH5ZQo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uop0ZH5ZQo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uop0ZH5ZQo .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uop0ZH5ZQo .icons {
    justify-content: center !important;
  }
  .cid-uop0ZH5ZQo .text-content * {
    text-align: center;
  }
}
.cid-uop0ZH5ZQo .mbr-section-title {
  color: #353535;
}
.cid-uop0ZH5ZQo P {
  color: #000000;
}
.cid-uop0ZIdIhs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uop0ZIdIhs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop0ZIdIhs .item .icon-wrap {
  text-align: center;
}
.cid-uop0ZIdIhs .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop0ZIdIhs .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uop0ZIdIhs .item.first:before {
  display: none;
}
.cid-uop0ZIdIhs .item.five:before {
  display: none;
}
.cid-uop0ZIdIhs .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop0ZIdIhs .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop0ZIdIhs .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop0ZIdIhs .item:before {
    display: none;
  }
  .cid-uop0ZIdIhs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop0ZJr3ds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uop0ZJr3ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop0ZJr3ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop0ZJr3ds .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uop0ZJr3ds .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uop0ZJr3ds .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop0ZJr3ds .card-wrapper {
    padding: 4rem;
  }
}
.cid-uop0ZKulKJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uop0ZKulKJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uop0ZKulKJ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uop0ZKulKJ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uop0ZKulKJ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uop0ZKulKJ .mbr-section-title {
  color: #000000;
}
.cid-uop0ZKulKJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uop0ZLxh3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uop0ZLxh3j .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uop0ZLxh3j .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop0ZLxh3j .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop0ZLxh3j .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uop0ZLxh3j .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uop0ZMFnus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uop0ZMFnus .google-map {
  height: 30rem;
  position: relative;
}
.cid-uop0ZMFnus .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uop0ZMFnus .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-uop0ZMFnus .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uop0ZMFnus .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uop0ZNKNsn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uop0ZNKNsn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uop0ZNKNsn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uop0ZNKNsn .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uop0ZNKNsn .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uop0ZNKNsn .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uop0ZNKNsn .row .foot-menu li p {
  margin: 0;
}
.cid-uop0ZNKNsn .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uop0ZNKNsn .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uop0ZNKNsn .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uop0ZNKNsn .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uop0ZNKNsn .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uop0ZNKNsn .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uop0ZNKNsn .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uop0ZNKNsn .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop2dOdNV3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uop2dOdNV3 .mbr-text,
.cid-uop2dOdNV3 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop2dOdNV3 .mbr-text,
  .cid-uop2dOdNV3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uop2dOdNV3 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop2dOdNV3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-uop2dOdNV3 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop2dOdNV3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uop2dOdNV3 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uop2dOdNV3 .justify-content-center {
  align-items: center;
}
.cid-uop2dLPBBu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop2dLPBBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dLPBBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dLPBBu .row {
  flex-direction: row-reverse;
}
.cid-uop2dLPBBu .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uop2dLPBBu .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop2dLPBBu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uop2dLPBBu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2dLPBBu .mbr-text {
  text-align: left;
}
.cid-uop2dNcIZN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uop2dNcIZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dNcIZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop2dNcIZN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop2dNcIZN .row {
  flex-direction: row-reverse;
}
.cid-uop2dNcIZN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop2dNcIZN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop2dP8afy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2dP8afy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dP8afy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dP8afy .row {
  flex-direction: row-reverse;
}
.cid-uop2dP8afy .video-wrapper iframe {
  width: 100%;
}
.cid-uop2dP8afy .mbr-section-title,
.cid-uop2dP8afy .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop2dP8afy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop2dQ8Nqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2dQ8Nqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dQ8Nqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dQ8Nqk .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uop2dQ8Nqk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uop2dR5ZQf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop2dR5ZQf .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uop2dR5ZQf .mbr-section-title {
  color: #000000;
}
.cid-uop2dS85VZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2dS85VZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dS85VZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dS85VZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uop2dS85VZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uop2dS85VZ .embla__button--next,
.cid-uop2dS85VZ .embla__button--prev {
  display: flex;
}
.cid-uop2dS85VZ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uop2dS85VZ .embla__button {
    display: none;
  }
}
.cid-uop2dS85VZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uop2dS85VZ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uop2dS85VZ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop2dS85VZ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uop2dS85VZ .embla__button {
    top: auto;
  }
}
.cid-uop2dS85VZ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uop2dS85VZ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uop2dS85VZ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uop2dS85VZ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uop2dS85VZ .embla {
  position: relative;
  width: 100%;
}
.cid-uop2dS85VZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uop2dS85VZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uop2dS85VZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uop2dS85VZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uop2dTtTwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2dTtTwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dTtTwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dTtTwS .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uop2dTtTwS img {
  margin: auto;
  width: 140px;
}
.cid-uop2dTtTwS .row {
  align-items: flex-start;
}
.cid-uop2dTtTwS .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uop2dTtTwS .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uop2dTtTwS .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop2dTtTwS .item-wrapper {
    padding: 1rem;
  }
}
.cid-uop2dUsOOM {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uop2dUsOOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dUsOOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dUsOOM .mbr-text,
.cid-uop2dUsOOM .mbr-section-btn {
  color: #232323;
}
.cid-uop2dUsOOM .btn {
  width: 100%;
}
.cid-uop2dUsOOM .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop2dVtAo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2dVtAo6 img {
  width: 120px;
  margin: auto;
}
.cid-uop2dVtAo6 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop2dVtAo6 .card {
    max-width: 12.5%;
  }
}
.cid-uop2dWAyFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2dWAyFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dWAyFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dWAyFR .mbr-text,
.cid-uop2dWAyFR .mbr-section-btn {
  color: #232323;
}
.cid-uop2dWAyFR .btn {
  width: 100%;
}
.cid-uop2dWAyFR .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop2dWAyFR H1 {
  text-align: center;
}
.cid-uop2dXCLsz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2dXCLsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dXCLsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dXCLsz .item {
  padding-bottom: 2rem;
}
.cid-uop2dXCLsz .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop2dXCLsz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop2dXCLsz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop2dXCLsz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop2dXCLsz .carousel-control,
.cid-uop2dXCLsz .close {
  background: #1b1b1b;
}
.cid-uop2dXCLsz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop2dXCLsz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop2dXCLsz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop2dXCLsz .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop2dXCLsz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop2dXCLsz .close::before {
  content: '\e91a';
}
.cid-uop2dXCLsz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop2dXCLsz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop2dXCLsz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop2dXCLsz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop2dXCLsz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop2dXCLsz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop2dXCLsz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop2dXCLsz .carousel-indicators li.active,
.cid-uop2dXCLsz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop2dXCLsz .carousel-indicators li::after,
.cid-uop2dXCLsz .carousel-indicators li::before {
  content: none;
}
.cid-uop2dXCLsz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop2dXCLsz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop2dXCLsz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop2dXCLsz .carousel-indicators {
    display: none;
  }
}
.cid-uop2dXCLsz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop2dXCLsz .carousel-inner > .active {
  display: block;
}
.cid-uop2dXCLsz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop2dXCLsz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop2dXCLsz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop2dXCLsz .carousel-control,
  .cid-uop2dXCLsz .carousel-indicators,
  .cid-uop2dXCLsz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop2dXCLsz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop2dXCLsz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop2dXCLsz .carousel-indicators .active,
.cid-uop2dXCLsz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop2dXCLsz .carousel-indicators .active {
  background: #fff;
}
.cid-uop2dXCLsz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop2dXCLsz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop2dXCLsz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop2dXCLsz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop2dXCLsz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop2dXCLsz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop2dXCLsz .carousel {
  width: 100%;
}
.cid-uop2dXCLsz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop2dXCLsz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop2dXCLsz .modal.fade .modal-dialog,
.cid-uop2dXCLsz .modal.in .modal-dialog {
  transform: none;
}
.cid-uop2dXCLsz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop2dXCLsz H6 {
  text-align: center;
}
.cid-uop2dYTUuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2dYTUuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2dYTUuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2dZQA2a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-uop2dZQA2a .container-fluid {
    padding-left: 0;
  }
}
.cid-uop2dZQA2a .mbr-text,
.cid-uop2dZQA2a .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop2dZQA2a .mbr-text,
  .cid-uop2dZQA2a .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uop2dZQA2a .mbr-text,
  .cid-uop2dZQA2a .mbr-section-title {
    text-align: center;
  }
}
.cid-uop2dZQA2a a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop2dZQA2a .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uop2dZQA2a .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop2dZQA2a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2dZQA2a .justify-content-center {
  align-items: center;
}
.cid-uop2e0MR0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop2e0MR0u .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uop2e0MR0u img,
.cid-uop2e0MR0u .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop2e0MR0u .item:focus,
.cid-uop2e0MR0u span:focus {
  outline: none;
}
.cid-uop2e0MR0u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop2e0MR0u .item {
    margin-bottom: 1rem;
  }
}
.cid-uop2e0MR0u .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop2e0MR0u .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop2e0MR0u .item-content .item-footer {
  margin-top: auto;
}
.cid-uop2e0MR0u .mbr-section-title {
  color: #000000;
}
.cid-uop2e0MR0u .mbr-text,
.cid-uop2e0MR0u .mbr-section-btn {
  color: #000000;
}
.cid-uop2e0MR0u .item-title {
  color: #000000;
}
.cid-uop2e0MR0u .content-head {
  max-width: 800px;
}
.cid-uop2e1LF9v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop2e1LF9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2e1LF9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2e1LF9v .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop2e1LF9v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop2e1LF9v .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop2e1LF9v .content-head {
  max-width: 800px;
}
.cid-uop2e2N0Vn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2e2N0Vn img,
.cid-uop2e2N0Vn .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop2e2N0Vn .item:focus,
.cid-uop2e2N0Vn span:focus {
  outline: none;
}
.cid-uop2e2N0Vn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop2e2N0Vn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop2e2N0Vn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop2e2N0Vn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2e2N0Vn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop2e2N0Vn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop2e2N0Vn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop2e2N0Vn .mbr-section-title {
  color: #232323;
}
.cid-uop2e2N0Vn .mbr-text,
.cid-uop2e2N0Vn .mbr-section-btn {
  text-align: left;
}
.cid-uop2e2N0Vn .item-title {
  text-align: left;
}
.cid-uop2e2N0Vn .item-subtitle {
  text-align: center;
}
.cid-uop2e3QX9Z {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2e3QX9Z h6 {
  line-height: 1.2;
}
.cid-uop2e3QX9Z img,
.cid-uop2e3QX9Z .item-img {
  width: 100%;
}
.cid-uop2e3QX9Z .item:focus,
.cid-uop2e3QX9Z span:focus {
  outline: none;
}
.cid-uop2e3QX9Z .item {
  cursor: pointer;
}
.cid-uop2e3QX9Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop2e3QX9Z .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop2e3QX9Z .mbr-section-title {
  color: #000000;
}
.cid-uop2e3QX9Z .mbr-text,
.cid-uop2e3QX9Z .mbr-section-btn {
  color: #000000;
}
.cid-uop2e3QX9Z .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop2e3QX9Z .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop2e3QX9Z .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop2e3QX9Z .content-head {
  max-width: 800px;
}
.cid-uop2e4Yel8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uop2e4Yel8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2e4Yel8 .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop2e4Yel8 .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop2e4Yel8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2e4Yel8 .content-head {
  max-width: 800px;
}
.cid-uop2e4Yel8 .card1 {
  background: #a0e2e1;
}
.cid-uop2e4Yel8 .card2 {
  background: #260a30;
}
.cid-uop2e4Yel8 .card3 {
  background: #3a341c;
}
.cid-uop2e4Yel8 .card4 {
  background: #ffd7ef;
}
.cid-uop2e4Yel8 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop2e4Yel8 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop2e4Yel8 .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop2e4Yel8 .card {
    margin-bottom: 1rem;
  }
}
.cid-uop2e4Yel8 .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop2e4Yel8 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop2e4Yel8 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop2e4Yel8 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop2e4Yel8 .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop2e4Yel8 .title-row {
    padding: 1.5rem;
  }
}
.cid-uop2e4Yel8 .card-title2,
.cid-uop2e4Yel8 .social-row {
  color: #ffc091;
}
.cid-uop2e4Yel8 .card-title1,
.cid-uop2e4Yel8 .social-row {
  color: #260a30;
}
.cid-uop2e4Yel8 .card-title3,
.cid-uop2e4Yel8 .social-row {
  color: #ffeb69;
}
.cid-uop2e4Yel8 .card-text3,
.cid-uop2e4Yel8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2e4Yel8 .card-text1,
.cid-uop2e4Yel8 .mbr-section-btn {
  color: #260a30;
}
.cid-uop2e4Yel8 .card-text2,
.cid-uop2e4Yel8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2e4Yel8 .card-title4,
.cid-uop2e4Yel8 .social-row {
  color: #320707;
}
.cid-uop2e4Yel8 .card-text4,
.cid-uop2e4Yel8 .mbr-section-btn {
  color: #320707;
}
.cid-uop2e4Yel8 .mbr-role2 {
  color: #ffffff;
}
.cid-uop2e4Yel8 .mbr-role4 {
  color: #320707;
}
.cid-uop2e4Yel8 .mbr-role3 {
  color: #ffffff;
}
.cid-uop2e61vwj {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop2e61vwj img,
.cid-uop2e61vwj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop2e61vwj .item:focus,
.cid-uop2e61vwj span:focus {
  outline: none;
}
.cid-uop2e61vwj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop2e61vwj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop2e61vwj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop2e61vwj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2e61vwj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop2e61vwj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop2e61vwj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop2e61vwj .mbr-section-title {
  color: #232323;
}
.cid-uop2e728WJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop2e728WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2e728WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop2e728WJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop2e728WJ .row {
  flex-direction: row-reverse;
}
.cid-uop2e728WJ img {
  width: 100%;
}
.cid-uop2e8b0MD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop2e8b0MD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2e8b0MD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2e8b0MD .mbr-section-title,
.cid-uop2e8b0MD .mbr-text,
.cid-uop2e8b0MD .mbr-section-btn {
  text-align: center;
}
.cid-uop2e8b0MD .video-wrapper {
  margin: auto;
}
.cid-uop2e8b0MD .video-wrapper iframe {
  width: 100%;
}
.cid-uop2e8b0MD .mbr-section-title {
  color: #ffffff;
}
.cid-uop2e8b0MD .mbr-text,
.cid-uop2e8b0MD .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2e9FhY9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2e9FhY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2e9FhY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2e9FhY9 .item {
  padding-bottom: 2rem;
}
.cid-uop2e9FhY9 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop2e9FhY9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop2e9FhY9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop2e9FhY9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop2e9FhY9 .carousel-control,
.cid-uop2e9FhY9 .close {
  background: #1b1b1b;
}
.cid-uop2e9FhY9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop2e9FhY9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop2e9FhY9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop2e9FhY9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop2e9FhY9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop2e9FhY9 .close::before {
  content: '\e91a';
}
.cid-uop2e9FhY9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop2e9FhY9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop2e9FhY9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop2e9FhY9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop2e9FhY9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop2e9FhY9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop2e9FhY9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop2e9FhY9 .carousel-indicators li.active,
.cid-uop2e9FhY9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop2e9FhY9 .carousel-indicators li::after,
.cid-uop2e9FhY9 .carousel-indicators li::before {
  content: none;
}
.cid-uop2e9FhY9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop2e9FhY9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop2e9FhY9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop2e9FhY9 .carousel-indicators {
    display: none;
  }
}
.cid-uop2e9FhY9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop2e9FhY9 .carousel-inner > .active {
  display: block;
}
.cid-uop2e9FhY9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop2e9FhY9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop2e9FhY9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop2e9FhY9 .carousel-control,
  .cid-uop2e9FhY9 .carousel-indicators,
  .cid-uop2e9FhY9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop2e9FhY9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop2e9FhY9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop2e9FhY9 .carousel-indicators .active,
.cid-uop2e9FhY9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop2e9FhY9 .carousel-indicators .active {
  background: #fff;
}
.cid-uop2e9FhY9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop2e9FhY9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop2e9FhY9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop2e9FhY9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop2e9FhY9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop2e9FhY9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop2e9FhY9 .carousel {
  width: 100%;
}
.cid-uop2e9FhY9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop2e9FhY9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop2e9FhY9 .modal.fade .modal-dialog,
.cid-uop2e9FhY9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uop2e9FhY9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop2e9FhY9 H6 {
  text-align: center;
}
.cid-uop2eaReBP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2eaReBP img,
.cid-uop2eaReBP .item-img {
  width: 100%;
}
.cid-uop2eaReBP .item:focus,
.cid-uop2eaReBP span:focus {
  outline: none;
}
.cid-uop2eaReBP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop2eaReBP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop2eaReBP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2eaReBP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uop2eaReBP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop2eaReBP .mbr-section-title {
  color: #232323;
}
.cid-uop2eaReBP .mbr-text,
.cid-uop2eaReBP .mbr-section-btn {
  text-align: left;
}
.cid-uop2eaReBP .item-title {
  text-align: left;
}
.cid-uop2eaReBP .item-subtitle {
  text-align: center;
}
.cid-uop2ebWRGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop2ebWRGR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop2ecTVFo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop2ecTVFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2ecTVFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2ecTVFo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop2ecTVFo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop2ecTVFo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop2ecTVFo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop2ecTVFo .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop2ecTVFo .mbr-section-title {
  color: #d70081;
}
.cid-uop2ecTVFo .mbr-section-subtitle {
  color: #232323;
}
.cid-uop2ecTVFo .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop2ecTVFo .card-box .item-footer {
  margin-top: auto;
}
.cid-uop2ecTVFo .content-head {
  max-width: 800px;
}
.cid-uop2eexUWG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2eexUWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2eexUWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2eexUWG .video-wrapper iframe {
  width: 100%;
}
.cid-uop2eexUWG .mbr-section-title,
.cid-uop2eexUWG .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop2eexUWG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop2efBbs7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop2efBbs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2efBbs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2efBbs7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop2efBbs7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop2efBbs7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop2egIFwT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2egIFwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2egIFwT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop2egIFwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2egIFwT .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop2egIFwT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop2egIFwT .card-title,
.cid-uop2egIFwT .iconfont-wrapper {
  color: #000000;
}
.cid-uop2egIFwT .card-text {
  color: #000000;
}
.cid-uop2egIFwT .content-head {
  max-width: 800px;
}
.cid-uop2egIFwT .mbr-section-title {
  color: #000000;
}
.cid-uop2ehSgxB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop2ehSgxB .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uop2eiTLng {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uop2eiTLng img,
.cid-uop2eiTLng .item-img {
  width: 100%;
}
.cid-uop2eiTLng .item:focus,
.cid-uop2eiTLng span:focus {
  outline: none;
}
.cid-uop2eiTLng .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop2eiTLng .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop2eiTLng .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop2eiTLng .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2eiTLng .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop2eiTLng .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop2eiTLng .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop2eiTLng .mbr-section-title {
  color: #ffffff;
}
.cid-uop2eiTLng .mbr-text,
.cid-uop2eiTLng .mbr-section-btn {
  text-align: center;
}
.cid-uop2eiTLng .item-title {
  text-align: center;
}
.cid-uop2eiTLng .item-subtitle {
  text-align: left;
}
.cid-uop2ek3L7t {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uop2ek3L7t .container {
    max-width: 1400px;
  }
}
.cid-uop2ek3L7t .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uop2ek3L7t .card-wrapper {
  margin-top: 3rem;
}
.cid-uop2ek3L7t .row {
  justify-content: center;
}
.cid-uop2ek3L7t .card-title,
.cid-uop2ek3L7t .iconfont-wrapper {
  color: #000000;
}
.cid-uop2ek3L7t .card-text {
  color: #000000;
}
.cid-uop2ek3L7t .mbr-section-title {
  color: #000000;
}
.cid-uop2eldrUF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop2eldrUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2eldrUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2eldrUF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop2eldrUF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop2eldrUF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop2eml1s9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop2eml1s9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2eml1s9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2eml1s9 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop2eml1s9 .img-item {
  position: relative;
}
.cid-uop2eml1s9 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uop2eml1s9 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uop2eml1s9 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uop2entg6C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop2entg6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2entg6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop2entg6C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop2entg6C .row {
  flex-direction: row-reverse;
}
.cid-uop2entg6C img {
  width: 100%;
}
.cid-uop2eoCTBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop2eoCTBK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uop2eoCTBK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2eoCTBK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop2eoCTBK .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop2eoCTBK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2epLcdc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop2epLcdc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2epLcdc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop2epLcdc .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop2epLcdc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2epLcdc .mbr-text,
.cid-uop2epLcdc .mbr-section-btn {
  text-align: right;
}
.cid-uop2epLcdc .mbr-section-title {
  text-align: right;
}
.cid-uop2eqTXdY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop2eqTXdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2eqTXdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2eqTXdY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop2eqTXdY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uop2eqTXdY .mbr-text,
.cid-uop2eqTXdY .mbr-section-btn {
  color: #ffffff;
}
.cid-uop2eqTXdY .mbr-section-title {
  color: #ffffff;
}
.cid-uop2es1RyF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uop2es1RyF img,
.cid-uop2es1RyF .item-img {
  width: 100%;
}
.cid-uop2es1RyF .item:focus,
.cid-uop2es1RyF span:focus {
  outline: none;
}
.cid-uop2es1RyF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop2es1RyF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop2es1RyF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop2es1RyF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop2es1RyF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop2es1RyF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop2es1RyF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop2es1RyF .mbr-section-title {
  color: #000000;
}
.cid-uop2es1RyF .mbr-text,
.cid-uop2es1RyF .mbr-section-btn {
  text-align: left;
}
.cid-uop2es1RyF .item-title {
  text-align: left;
}
.cid-uop2es1RyF .item-subtitle {
  text-align: left;
}
.cid-uop2etaUlA {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uop2etaUlA .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uop2etaUlA .icon-wrapper span {
  margin-left: 10px;
}
.cid-uop2etaUlA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uop2etaUlA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uop2etaUlA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uop2etaUlA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop2etaUlA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop2etaUlA H1 {
  color: #ffffff;
}
.cid-uop2etaUlA .mbr-text,
.cid-uop2etaUlA .mbr-media {
  color: #ffffff;
}
.cid-uop2etaUlA .icon-description {
  color: #ffffff;
}
.cid-uop2euQKXl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop2euQKXl .row {
  flex-direction: row-reverse;
}
.cid-uop2euQKXl .mbr-section-title {
  text-align: right;
}
.cid-uop2euQKXl .mbr-section-subtitle {
  text-align: right;
}
.cid-uop2evTNyz {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uop2ewVfYz {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uop2ewVfYz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop2ewVfYz .plan-body {
  padding-bottom: 2rem;
}
.cid-uop2ewVfYz .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop2ewVfYz .price {
  color: #4479d9;
}
.cid-uop2ewVfYz .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop2ewVfYz .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop2ewVfYz .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop2ewVfYz .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop2ewVfYz .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop2ey5j2g {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uop2ey5j2g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uop2ey5j2g .team-card:hover {
  transform: translateY(-10px);
}
.cid-uop2ey5j2g .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uop2ey5j2g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uop2ey5j2g .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uop2ey5j2g .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop2ey5j2g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uop2ey5j2g .social-row {
  text-align: center;
}
.cid-uop2ey5j2g .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-uop2ey5j2g .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-uop2ey5j2g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uop2ey5j2g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uop2ey5j2g .mbr-section-title {
  color: #000000;
}
.cid-uop2ey5j2g .mbr-section-title1 {
  color: #000000;
}
.cid-uop2ezq8Lr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uop2ezq8Lr img {
  width: 120px;
  margin: auto;
}
.cid-uop2ezq8Lr .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop2ezq8Lr .card {
    max-width: 12.5%;
  }
}
.cid-uop2ezq8Lr .mbr-section-subtitle {
  color: #353535;
}
.cid-uop2eAyyKo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uop2eAyyKo .media-container-row {
  justify-content: space-between;
}
.cid-uop2eAyyKo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uop2eAyyKo .text-content {
    max-width: none;
  }
}
.cid-uop2eAyyKo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uop2eAyyKo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uop2eAyyKo .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uop2eAyyKo .icons {
    justify-content: center !important;
  }
  .cid-uop2eAyyKo .text-content * {
    text-align: center;
  }
}
.cid-uop2eAyyKo .mbr-section-title {
  color: #353535;
}
.cid-uop2eAyyKo P {
  color: #000000;
}
.cid-uop2eBI3Jr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uop2eBI3Jr .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop2eBI3Jr .item .icon-wrap {
  text-align: center;
}
.cid-uop2eBI3Jr .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop2eBI3Jr .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uop2eBI3Jr .item.first:before {
  display: none;
}
.cid-uop2eBI3Jr .item.five:before {
  display: none;
}
.cid-uop2eBI3Jr .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop2eBI3Jr .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop2eBI3Jr .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop2eBI3Jr .item:before {
    display: none;
  }
  .cid-uop2eBI3Jr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop2eD1t4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uop2eD1t4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop2eD1t4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop2eD1t4t .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uop2eD1t4t .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uop2eD1t4t .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop2eD1t4t .card-wrapper {
    padding: 4rem;
  }
}
.cid-uop2eE71Sj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uop2eE71Sj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uop2eE71Sj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uop2eE71Sj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uop2eE71Sj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uop2eE71Sj .mbr-section-title {
  color: #000000;
}
.cid-uop2eE71Sj .mbr-section-subtitle {
  color: #000000;
}
.cid-uop2eFgowz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uop2eFgowz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uop2eFgowz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop2eFgowz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop2eFgowz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uop2eFgowz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uop2eGrLIL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uop2eGrLIL .google-map {
  height: 30rem;
  position: relative;
}
.cid-uop2eGrLIL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uop2eGrLIL .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-uop2eGrLIL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uop2eGrLIL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uop2eHBmkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uop2eHBmkf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uop2eHBmkf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uop2eHBmkf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uop2eHBmkf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uop2eHBmkf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uop2eHBmkf .row .foot-menu li p {
  margin: 0;
}
.cid-uop2eHBmkf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uop2eHBmkf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uop2eHBmkf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uop2eHBmkf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uop2eHBmkf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uop2eHBmkf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uop2eHBmkf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uop2eHBmkf .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop3O7dbyG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop3O7dbyG .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uop3O7dbyG .mbr-section-title {
  color: #000000;
}
.cid-uop3OgHwm2 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OgHwm2 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uop3OgHwm2 img,
.cid-uop3OgHwm2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop3OgHwm2 .item:focus,
.cid-uop3OgHwm2 span:focus {
  outline: none;
}
.cid-uop3OgHwm2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop3OgHwm2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uop3OgHwm2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop3OgHwm2 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop3OgHwm2 .item-content .item-footer {
  margin-top: auto;
}
.cid-uop3OgHwm2 .mbr-section-title {
  color: #000000;
}
.cid-uop3OgHwm2 .mbr-text,
.cid-uop3OgHwm2 .mbr-section-btn {
  color: #000000;
}
.cid-uop3OgHwm2 .item-title {
  color: #000000;
}
.cid-uop3OgHwm2 .content-head {
  max-width: 800px;
}
.cid-uop6wCDmN0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop6wCDmN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop6wCDmN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop6wCDmN0 .timeline-element {
  position: relative;
}
.cid-uop6wCDmN0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uop6wCDmN0 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uop6wCDmN0 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uop6wCDmN0 .iconBackground {
    left: 50%;
  }
}
.cid-uop6wCDmN0 .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uop6wCDmN0 .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uop6wCDmN0 .row:after {
    left: 50%;
  }
}
.cid-uop6wCDmN0 .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uop6wCDmN0 .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uop6wCDmN0 .timeline-date-wrapper,
  .cid-uop6wCDmN0 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uop6wCDmN0 .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uop6wCDmN0 .timeline-date-wrapper,
  .cid-uop6wCDmN0 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uop6wCDmN0 .timeline-date-wrapper,
  .cid-uop6wCDmN0 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uop3O5gHUX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop3O5gHUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3O5gHUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3O5gHUX .row {
  flex-direction: row-reverse;
}
.cid-uop3O5gHUX .video-wrapper iframe {
  width: 100%;
}
.cid-uop3O5gHUX .mbr-section-title,
.cid-uop3O5gHUX .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop3O5gHUX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop3O6ddjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop3O6ddjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3O6ddjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3O6ddjw .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uop3O6ddjw .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uop3O9vOlX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop3O9vOlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3O9vOlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3O9vOlX .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uop3O9vOlX img {
  margin: auto;
  width: 140px;
}
.cid-uop3O9vOlX .row {
  align-items: flex-start;
}
.cid-uop3O9vOlX .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uop3O9vOlX .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uop3O9vOlX .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop3O9vOlX .item-wrapper {
    padding: 1rem;
  }
}
.cid-uop3OawjG6 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uop3OawjG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OawjG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OawjG6 .mbr-text,
.cid-uop3OawjG6 .mbr-section-btn {
  color: #232323;
}
.cid-uop3OawjG6 .btn {
  width: 100%;
}
.cid-uop3OawjG6 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop3ObvvEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3ObvvEw img {
  width: 120px;
  margin: auto;
}
.cid-uop3ObvvEw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop3ObvvEw .card {
    max-width: 12.5%;
  }
}
.cid-uop3OcyX8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trump-bitcoin.gif");
}
.cid-uop3OcyX8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OcyX8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OcyX8C .mbr-text,
.cid-uop3OcyX8C .mbr-section-btn {
  color: #232323;
}
.cid-uop3OcyX8C .btn {
  width: 100%;
}
.cid-uop3OcyX8C .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop3OcyX8C H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uop3OcyX8C P {
  color: #ffffff;
}
.cid-uop3Odx8rg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3Odx8rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3Odx8rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3Odx8rg .item {
  padding-bottom: 2rem;
}
.cid-uop3Odx8rg .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop3Odx8rg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop3Odx8rg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop3Odx8rg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop3Odx8rg .carousel-control,
.cid-uop3Odx8rg .close {
  background: #1b1b1b;
}
.cid-uop3Odx8rg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop3Odx8rg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop3Odx8rg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop3Odx8rg .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop3Odx8rg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop3Odx8rg .close::before {
  content: '\e91a';
}
.cid-uop3Odx8rg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop3Odx8rg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop3Odx8rg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop3Odx8rg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop3Odx8rg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop3Odx8rg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop3Odx8rg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop3Odx8rg .carousel-indicators li.active,
.cid-uop3Odx8rg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop3Odx8rg .carousel-indicators li::after,
.cid-uop3Odx8rg .carousel-indicators li::before {
  content: none;
}
.cid-uop3Odx8rg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop3Odx8rg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop3Odx8rg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop3Odx8rg .carousel-indicators {
    display: none;
  }
}
.cid-uop3Odx8rg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop3Odx8rg .carousel-inner > .active {
  display: block;
}
.cid-uop3Odx8rg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop3Odx8rg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop3Odx8rg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop3Odx8rg .carousel-control,
  .cid-uop3Odx8rg .carousel-indicators,
  .cid-uop3Odx8rg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop3Odx8rg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop3Odx8rg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop3Odx8rg .carousel-indicators .active,
.cid-uop3Odx8rg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop3Odx8rg .carousel-indicators .active {
  background: #fff;
}
.cid-uop3Odx8rg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop3Odx8rg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop3Odx8rg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop3Odx8rg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop3Odx8rg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop3Odx8rg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop3Odx8rg .carousel {
  width: 100%;
}
.cid-uop3Odx8rg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop3Odx8rg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop3Odx8rg .modal.fade .modal-dialog,
.cid-uop3Odx8rg .modal.in .modal-dialog {
  transform: none;
}
.cid-uop3Odx8rg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop3Odx8rg H6 {
  text-align: center;
}
.cid-uop3OeJb8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop3OeJb8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OeJb8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OfKL6I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-uop3OfKL6I .container-fluid {
    padding-left: 0;
  }
}
.cid-uop3OfKL6I .mbr-text,
.cid-uop3OfKL6I .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop3OfKL6I .mbr-text,
  .cid-uop3OfKL6I .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uop3OfKL6I .mbr-text,
  .cid-uop3OfKL6I .mbr-section-title {
    text-align: center;
  }
}
.cid-uop3OfKL6I a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop3OfKL6I .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uop3OfKL6I .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop3OfKL6I .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OfKL6I .justify-content-center {
  align-items: center;
}
.cid-uop3OhKgRf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop3OhKgRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OhKgRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OhKgRf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop3OhKgRf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop3OhKgRf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop3OhKgRf .content-head {
  max-width: 800px;
}
.cid-uop3OiO6dY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OiO6dY img,
.cid-uop3OiO6dY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop3OiO6dY .item:focus,
.cid-uop3OiO6dY span:focus {
  outline: none;
}
.cid-uop3OiO6dY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop3OiO6dY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop3OiO6dY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop3OiO6dY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop3OiO6dY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop3OiO6dY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop3OiO6dY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop3OiO6dY .mbr-section-title {
  color: #232323;
}
.cid-uop3OiO6dY .mbr-text,
.cid-uop3OiO6dY .mbr-section-btn {
  text-align: left;
}
.cid-uop3OiO6dY .item-title {
  text-align: left;
}
.cid-uop3OiO6dY .item-subtitle {
  text-align: center;
}
.cid-uop3OjTyUo {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OjTyUo h6 {
  line-height: 1.2;
}
.cid-uop3OjTyUo img,
.cid-uop3OjTyUo .item-img {
  width: 100%;
}
.cid-uop3OjTyUo .item:focus,
.cid-uop3OjTyUo span:focus {
  outline: none;
}
.cid-uop3OjTyUo .item {
  cursor: pointer;
}
.cid-uop3OjTyUo .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop3OjTyUo .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop3OjTyUo .mbr-section-title {
  color: #000000;
}
.cid-uop3OjTyUo .mbr-text,
.cid-uop3OjTyUo .mbr-section-btn {
  color: #000000;
}
.cid-uop3OjTyUo .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop3OjTyUo .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop3OjTyUo .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop3OjTyUo .content-head {
  max-width: 800px;
}
.cid-uop3Ol4mzo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uop3Ol4mzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3Ol4mzo .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop3Ol4mzo .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop3Ol4mzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3Ol4mzo .content-head {
  max-width: 800px;
}
.cid-uop3Ol4mzo .card1 {
  background: #a0e2e1;
}
.cid-uop3Ol4mzo .card2 {
  background: #260a30;
}
.cid-uop3Ol4mzo .card3 {
  background: #3a341c;
}
.cid-uop3Ol4mzo .card4 {
  background: #ffd7ef;
}
.cid-uop3Ol4mzo .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop3Ol4mzo .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop3Ol4mzo .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop3Ol4mzo .card {
    margin-bottom: 1rem;
  }
}
.cid-uop3Ol4mzo .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop3Ol4mzo .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop3Ol4mzo .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop3Ol4mzo .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop3Ol4mzo .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop3Ol4mzo .title-row {
    padding: 1.5rem;
  }
}
.cid-uop3Ol4mzo .card-title2,
.cid-uop3Ol4mzo .social-row {
  color: #ffc091;
}
.cid-uop3Ol4mzo .card-title1,
.cid-uop3Ol4mzo .social-row {
  color: #260a30;
}
.cid-uop3Ol4mzo .card-title3,
.cid-uop3Ol4mzo .social-row {
  color: #ffeb69;
}
.cid-uop3Ol4mzo .card-text3,
.cid-uop3Ol4mzo .mbr-section-btn {
  color: #ffffff;
}
.cid-uop3Ol4mzo .card-text1,
.cid-uop3Ol4mzo .mbr-section-btn {
  color: #260a30;
}
.cid-uop3Ol4mzo .card-text2,
.cid-uop3Ol4mzo .mbr-section-btn {
  color: #ffffff;
}
.cid-uop3Ol4mzo .card-title4,
.cid-uop3Ol4mzo .social-row {
  color: #320707;
}
.cid-uop3Ol4mzo .card-text4,
.cid-uop3Ol4mzo .mbr-section-btn {
  color: #320707;
}
.cid-uop3Ol4mzo .mbr-role2 {
  color: #ffffff;
}
.cid-uop3Ol4mzo .mbr-role4 {
  color: #320707;
}
.cid-uop3Ol4mzo .mbr-role3 {
  color: #ffffff;
}
.cid-uop3OmfXDl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop3OmfXDl img,
.cid-uop3OmfXDl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop3OmfXDl .item:focus,
.cid-uop3OmfXDl span:focus {
  outline: none;
}
.cid-uop3OmfXDl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop3OmfXDl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop3OmfXDl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop3OmfXDl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop3OmfXDl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop3OmfXDl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop3OmfXDl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop3OmfXDl .mbr-section-title {
  color: #232323;
}
.cid-uop3Onl8Jh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop3Onl8Jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3Onl8Jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop3Onl8Jh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop3Onl8Jh .row {
  flex-direction: row-reverse;
}
.cid-uop3Onl8Jh img {
  width: 100%;
}
.cid-uop3OopvgY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop3OopvgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OopvgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OopvgY .mbr-section-title,
.cid-uop3OopvgY .mbr-text,
.cid-uop3OopvgY .mbr-section-btn {
  text-align: center;
}
.cid-uop3OopvgY .video-wrapper {
  margin: auto;
}
.cid-uop3OopvgY .video-wrapper iframe {
  width: 100%;
}
.cid-uop3OopvgY .mbr-section-title {
  color: #ffffff;
}
.cid-uop3OopvgY .mbr-text,
.cid-uop3OopvgY .mbr-section-btn {
  color: #ffffff;
}
.cid-uop3OpzFMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OpzFMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OpzFMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OpzFMc .item {
  padding-bottom: 2rem;
}
.cid-uop3OpzFMc .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop3OpzFMc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop3OpzFMc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop3OpzFMc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop3OpzFMc .carousel-control,
.cid-uop3OpzFMc .close {
  background: #1b1b1b;
}
.cid-uop3OpzFMc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop3OpzFMc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop3OpzFMc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop3OpzFMc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop3OpzFMc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop3OpzFMc .close::before {
  content: '\e91a';
}
.cid-uop3OpzFMc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop3OpzFMc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop3OpzFMc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop3OpzFMc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop3OpzFMc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop3OpzFMc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop3OpzFMc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop3OpzFMc .carousel-indicators li.active,
.cid-uop3OpzFMc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop3OpzFMc .carousel-indicators li::after,
.cid-uop3OpzFMc .carousel-indicators li::before {
  content: none;
}
.cid-uop3OpzFMc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop3OpzFMc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop3OpzFMc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop3OpzFMc .carousel-indicators {
    display: none;
  }
}
.cid-uop3OpzFMc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop3OpzFMc .carousel-inner > .active {
  display: block;
}
.cid-uop3OpzFMc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop3OpzFMc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop3OpzFMc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop3OpzFMc .carousel-control,
  .cid-uop3OpzFMc .carousel-indicators,
  .cid-uop3OpzFMc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop3OpzFMc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop3OpzFMc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop3OpzFMc .carousel-indicators .active,
.cid-uop3OpzFMc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop3OpzFMc .carousel-indicators .active {
  background: #fff;
}
.cid-uop3OpzFMc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop3OpzFMc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop3OpzFMc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop3OpzFMc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop3OpzFMc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop3OpzFMc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop3OpzFMc .carousel {
  width: 100%;
}
.cid-uop3OpzFMc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop3OpzFMc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop3OpzFMc .modal.fade .modal-dialog,
.cid-uop3OpzFMc .modal.in .modal-dialog {
  transform: none;
}
.cid-uop3OpzFMc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop3OpzFMc H6 {
  text-align: center;
}
.cid-uop3OqJhU8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OqJhU8 img,
.cid-uop3OqJhU8 .item-img {
  width: 100%;
}
.cid-uop3OqJhU8 .item:focus,
.cid-uop3OqJhU8 span:focus {
  outline: none;
}
.cid-uop3OqJhU8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop3OqJhU8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop3OqJhU8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop3OqJhU8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uop3OqJhU8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop3OqJhU8 .mbr-section-title {
  color: #232323;
}
.cid-uop3OqJhU8 .mbr-text,
.cid-uop3OqJhU8 .mbr-section-btn {
  text-align: left;
}
.cid-uop3OqJhU8 .item-title {
  text-align: left;
}
.cid-uop3OqJhU8 .item-subtitle {
  text-align: center;
}
.cid-uop3OrTVHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop3OrTVHX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop3OsTM6i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop3OsTM6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OsTM6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OsTM6i .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop3OsTM6i .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop3OsTM6i .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop3OsTM6i .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop3OsTM6i .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop3OsTM6i .mbr-section-title {
  color: #d70081;
}
.cid-uop3OsTM6i .mbr-section-subtitle {
  color: #232323;
}
.cid-uop3OsTM6i .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop3OsTM6i .card-box .item-footer {
  margin-top: auto;
}
.cid-uop3OsTM6i .content-head {
  max-width: 800px;
}
.cid-uop3OuGA8c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OuGA8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OuGA8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OuGA8c .video-wrapper iframe {
  width: 100%;
}
.cid-uop3OuGA8c .mbr-section-title,
.cid-uop3OuGA8c .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop3OuGA8c .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop3OvKyOX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop3OvKyOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OvKyOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OvKyOX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop3OvKyOX .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop3OvKyOX .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop3OwVvEx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3OwVvEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OwVvEx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop3OwVvEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OwVvEx .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop3OwVvEx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop3OwVvEx .card-title,
.cid-uop3OwVvEx .iconfont-wrapper {
  color: #000000;
}
.cid-uop3OwVvEx .card-text {
  color: #000000;
}
.cid-uop3OwVvEx .content-head {
  max-width: 800px;
}
.cid-uop3OwVvEx .mbr-section-title {
  color: #000000;
}
.cid-uop3Oy3o3J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop3Oy3o3J .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uop3Oz4kLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uop3Oz4kLp img,
.cid-uop3Oz4kLp .item-img {
  width: 100%;
}
.cid-uop3Oz4kLp .item:focus,
.cid-uop3Oz4kLp span:focus {
  outline: none;
}
.cid-uop3Oz4kLp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop3Oz4kLp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop3Oz4kLp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop3Oz4kLp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop3Oz4kLp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop3Oz4kLp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop3Oz4kLp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop3Oz4kLp .mbr-section-title {
  color: #ffffff;
}
.cid-uop3Oz4kLp .mbr-text,
.cid-uop3Oz4kLp .mbr-section-btn {
  text-align: center;
}
.cid-uop3Oz4kLp .item-title {
  text-align: center;
}
.cid-uop3Oz4kLp .item-subtitle {
  text-align: left;
}
.cid-uop3OAflBZ {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uop3OAflBZ .container {
    max-width: 1400px;
  }
}
.cid-uop3OAflBZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uop3OAflBZ .card-wrapper {
  margin-top: 3rem;
}
.cid-uop3OAflBZ .row {
  justify-content: center;
}
.cid-uop3OAflBZ .card-title,
.cid-uop3OAflBZ .iconfont-wrapper {
  color: #000000;
}
.cid-uop3OAflBZ .card-text {
  color: #000000;
}
.cid-uop3OAflBZ .mbr-section-title {
  color: #000000;
}
.cid-uop3OBvA7u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop3OBvA7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OBvA7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OBvA7u .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop3OBvA7u .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop3OBvA7u .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop3OCGd5N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop3OCGd5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OCGd5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OCGd5N .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop3OCGd5N .img-item {
  position: relative;
}
.cid-uop3OCGd5N .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uop3OCGd5N .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uop3OCGd5N .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uop3ODTBtR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop3ODTBtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3ODTBtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop3ODTBtR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop3ODTBtR .row {
  flex-direction: row-reverse;
}
.cid-uop3ODTBtR img {
  width: 100%;
}
.cid-uop3OF3Zwd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop3OF3Zwd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uop3OF3Zwd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OF3Zwd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop3OF3Zwd .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop3OF3Zwd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OGeIyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop3OGeIyD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OGeIyD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop3OGeIyD .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop3OGeIyD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OGeIyD .mbr-text,
.cid-uop3OGeIyD .mbr-section-btn {
  text-align: right;
}
.cid-uop3OGeIyD .mbr-section-title {
  text-align: right;
}
.cid-uop3OHqyjT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop3OHqyjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OHqyjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OHqyjT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop3OHqyjT .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uop3OHqyjT .mbr-text,
.cid-uop3OHqyjT .mbr-section-btn {
  color: #ffffff;
}
.cid-uop3OHqyjT .mbr-section-title {
  color: #ffffff;
}
.cid-uop3OIA8bh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uop3OIA8bh img,
.cid-uop3OIA8bh .item-img {
  width: 100%;
}
.cid-uop3OIA8bh .item:focus,
.cid-uop3OIA8bh span:focus {
  outline: none;
}
.cid-uop3OIA8bh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop3OIA8bh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop3OIA8bh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop3OIA8bh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop3OIA8bh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop3OIA8bh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop3OIA8bh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop3OIA8bh .mbr-section-title {
  color: #000000;
}
.cid-uop3OIA8bh .mbr-text,
.cid-uop3OIA8bh .mbr-section-btn {
  text-align: left;
}
.cid-uop3OIA8bh .item-title {
  text-align: left;
}
.cid-uop3OIA8bh .item-subtitle {
  text-align: left;
}
.cid-uop3OJJE4q {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uop3OJJE4q .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uop3OJJE4q .icon-wrapper span {
  margin-left: 10px;
}
.cid-uop3OJJE4q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uop3OJJE4q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uop3OJJE4q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uop3OJJE4q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop3OJJE4q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop3OJJE4q H1 {
  color: #ffffff;
}
.cid-uop3OJJE4q .mbr-text,
.cid-uop3OJJE4q .mbr-media {
  color: #ffffff;
}
.cid-uop3OJJE4q .icon-description {
  color: #ffffff;
}
.cid-uop3OLAs0x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop3OLAs0x .row {
  flex-direction: row-reverse;
}
.cid-uop3OLAs0x .mbr-section-title {
  text-align: right;
}
.cid-uop3OLAs0x .mbr-section-subtitle {
  text-align: right;
}
.cid-uop3OMMtnh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uop3OO09VX {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uop3OO09VX .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop3OO09VX .plan-body {
  padding-bottom: 2rem;
}
.cid-uop3OO09VX .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop3OO09VX .price {
  color: #4479d9;
}
.cid-uop3OO09VX .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop3OO09VX .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop3OO09VX .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop3OO09VX .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop3OO09VX .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop3OPhElv {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uop3OPhElv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uop3OPhElv .team-card:hover {
  transform: translateY(-10px);
}
.cid-uop3OPhElv .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uop3OPhElv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uop3OPhElv .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uop3OPhElv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop3OPhElv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uop3OPhElv .social-row {
  text-align: center;
}
.cid-uop3OPhElv .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-uop3OPhElv .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-uop3OPhElv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uop3OPhElv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uop3OPhElv .mbr-section-title {
  color: #000000;
}
.cid-uop3OPhElv .mbr-section-title1 {
  color: #000000;
}
.cid-uop3OQILSM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uop3OQILSM img {
  width: 120px;
  margin: auto;
}
.cid-uop3OQILSM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop3OQILSM .card {
    max-width: 12.5%;
  }
}
.cid-uop3OQILSM .mbr-section-subtitle {
  color: #353535;
}
.cid-uop3ORQ6pr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uop3ORQ6pr .media-container-row {
  justify-content: space-between;
}
.cid-uop3ORQ6pr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uop3ORQ6pr .text-content {
    max-width: none;
  }
}
.cid-uop3ORQ6pr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uop3ORQ6pr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uop3ORQ6pr .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uop3ORQ6pr .icons {
    justify-content: center !important;
  }
  .cid-uop3ORQ6pr .text-content * {
    text-align: center;
  }
}
.cid-uop3ORQ6pr .mbr-section-title {
  color: #353535;
}
.cid-uop3ORQ6pr P {
  color: #000000;
}
.cid-uop3OT1gdS {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uop3OT1gdS .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop3OT1gdS .item .icon-wrap {
  text-align: center;
}
.cid-uop3OT1gdS .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop3OT1gdS .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uop3OT1gdS .item.first:before {
  display: none;
}
.cid-uop3OT1gdS .item.five:before {
  display: none;
}
.cid-uop3OT1gdS .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop3OT1gdS .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop3OT1gdS .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop3OT1gdS .item:before {
    display: none;
  }
  .cid-uop3OT1gdS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop3OUrVGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uop3OUrVGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop3OUrVGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop3OUrVGL .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uop3OUrVGL .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uop3OUrVGL .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop3OUrVGL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uop3OVxLsL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uop3OVxLsL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uop3OVxLsL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uop3OVxLsL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uop3OVxLsL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uop3OVxLsL .mbr-section-title {
  color: #000000;
}
.cid-uop3OVxLsL .mbr-section-subtitle {
  color: #000000;
}
.cid-uop3OWIsKM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uop3OWIsKM .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uop3OWIsKM .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop3OWIsKM .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop3OWIsKM .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uop3OWIsKM .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uop3OXWapA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uop3OXWapA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uop3OXWapA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uop3OXWapA .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-uop3OXWapA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uop3OXWapA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uop3OZ7iBl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uop3OZ7iBl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uop3OZ7iBl .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uop3OZ7iBl .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uop3OZ7iBl .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uop3OZ7iBl .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uop3OZ7iBl .row .foot-menu li p {
  margin: 0;
}
.cid-uop3OZ7iBl .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uop3OZ7iBl .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uop3OZ7iBl .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uop3OZ7iBl .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uop3OZ7iBl .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uop3OZ7iBl .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uop3OZ7iBl .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uop3OZ7iBl .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop4bHi67H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uop4bHi67H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bHi67H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop4bHi67H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop4bHi67H .row {
  flex-direction: row-reverse;
}
.cid-uop4bHi67H img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop4bHi67H .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop4bHi67H .mbr-text {
  color: #ffffff;
}
.cid-uop4bHi67H .mbr-section-title {
  color: #ffffff;
}
.cid-uop4bP5dHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4bP5dHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bP5dHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bP5dHa .mbr-text,
.cid-uop4bP5dHa .mbr-section-btn {
  color: #232323;
}
.cid-uop4bP5dHa .btn {
  width: 100%;
}
.cid-uop4bP5dHa .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop4bP5dHa H1 {
  text-align: center;
}
.cid-uop4bIeLru {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4bIeLru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bIeLru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bIeLru .row {
  flex-direction: row-reverse;
}
.cid-uop4bIeLru .video-wrapper iframe {
  width: 100%;
}
.cid-uop4bIeLru .mbr-section-title,
.cid-uop4bIeLru .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop4bIeLru .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop4bJ6aeU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4bJ6aeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bJ6aeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bJ6aeU .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uop4bJ6aeU .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uop4bK3NQV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop4bK3NQV .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uop4bK3NQV .mbr-section-title {
  color: #000000;
}
.cid-uop4bKTq70 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4bKTq70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bKTq70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bKTq70 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uop4bKTq70 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uop4bKTq70 .embla__button--next,
.cid-uop4bKTq70 .embla__button--prev {
  display: flex;
}
.cid-uop4bKTq70 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uop4bKTq70 .embla__button {
    display: none;
  }
}
.cid-uop4bKTq70 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uop4bKTq70 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uop4bKTq70 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop4bKTq70 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uop4bKTq70 .embla__button {
    top: auto;
  }
}
.cid-uop4bKTq70 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uop4bKTq70 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uop4bKTq70 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uop4bKTq70 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uop4bKTq70 .embla {
  position: relative;
  width: 100%;
}
.cid-uop4bKTq70 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uop4bKTq70 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uop4bKTq70 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uop4bKTq70 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uop4bMckTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4bMckTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bMckTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bMckTT .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uop4bMckTT img {
  margin: auto;
  width: 140px;
}
.cid-uop4bMckTT .row {
  align-items: flex-start;
}
.cid-uop4bMckTT .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uop4bMckTT .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uop4bMckTT .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop4bMckTT .item-wrapper {
    padding: 1rem;
  }
}
.cid-uop4bN8u18 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uop4bN8u18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bN8u18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bN8u18 .mbr-text,
.cid-uop4bN8u18 .mbr-section-btn {
  color: #232323;
}
.cid-uop4bN8u18 .btn {
  width: 100%;
}
.cid-uop4bN8u18 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop4bO04nW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4bO04nW img {
  width: 120px;
  margin: auto;
}
.cid-uop4bO04nW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop4bO04nW .card {
    max-width: 12.5%;
  }
}
.cid-uop4bPY624 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4bPY624 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bPY624 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bPY624 .item {
  padding-bottom: 2rem;
}
.cid-uop4bPY624 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop4bPY624 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop4bPY624 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop4bPY624 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop4bPY624 .carousel-control,
.cid-uop4bPY624 .close {
  background: #1b1b1b;
}
.cid-uop4bPY624 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop4bPY624 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop4bPY624 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop4bPY624 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop4bPY624 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop4bPY624 .close::before {
  content: '\e91a';
}
.cid-uop4bPY624 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop4bPY624 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop4bPY624 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop4bPY624 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop4bPY624 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop4bPY624 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop4bPY624 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop4bPY624 .carousel-indicators li.active,
.cid-uop4bPY624 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop4bPY624 .carousel-indicators li::after,
.cid-uop4bPY624 .carousel-indicators li::before {
  content: none;
}
.cid-uop4bPY624 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop4bPY624 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop4bPY624 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop4bPY624 .carousel-indicators {
    display: none;
  }
}
.cid-uop4bPY624 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop4bPY624 .carousel-inner > .active {
  display: block;
}
.cid-uop4bPY624 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop4bPY624 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop4bPY624 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop4bPY624 .carousel-control,
  .cid-uop4bPY624 .carousel-indicators,
  .cid-uop4bPY624 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop4bPY624 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop4bPY624 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop4bPY624 .carousel-indicators .active,
.cid-uop4bPY624 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop4bPY624 .carousel-indicators .active {
  background: #fff;
}
.cid-uop4bPY624 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop4bPY624 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop4bPY624 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop4bPY624 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop4bPY624 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop4bPY624 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop4bPY624 .carousel {
  width: 100%;
}
.cid-uop4bPY624 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop4bPY624 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop4bPY624 .modal.fade .modal-dialog,
.cid-uop4bPY624 .modal.in .modal-dialog {
  transform: none;
}
.cid-uop4bPY624 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop4bPY624 H6 {
  text-align: center;
}
.cid-uop4bR6xvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4bR6xvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bR6xvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bS14XV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-uop4bS14XV .container-fluid {
    padding-left: 0;
  }
}
.cid-uop4bS14XV .mbr-text,
.cid-uop4bS14XV .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop4bS14XV .mbr-text,
  .cid-uop4bS14XV .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uop4bS14XV .mbr-text,
  .cid-uop4bS14XV .mbr-section-title {
    text-align: center;
  }
}
.cid-uop4bS14XV a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop4bS14XV .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uop4bS14XV .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop4bS14XV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4bS14XV .justify-content-center {
  align-items: center;
}
.cid-uop4bSTL94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop4bSTL94 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uop4bSTL94 img,
.cid-uop4bSTL94 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop4bSTL94 .item:focus,
.cid-uop4bSTL94 span:focus {
  outline: none;
}
.cid-uop4bSTL94 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop4bSTL94 .item {
    margin-bottom: 1rem;
  }
}
.cid-uop4bSTL94 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop4bSTL94 .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop4bSTL94 .item-content .item-footer {
  margin-top: auto;
}
.cid-uop4bSTL94 .mbr-section-title {
  color: #000000;
}
.cid-uop4bSTL94 .mbr-text,
.cid-uop4bSTL94 .mbr-section-btn {
  color: #000000;
}
.cid-uop4bSTL94 .item-title {
  color: #000000;
}
.cid-uop4bSTL94 .content-head {
  max-width: 800px;
}
.cid-uop4bTPQr2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop4bTPQr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bTPQr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bTPQr2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop4bTPQr2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop4bTPQr2 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop4bTPQr2 .content-head {
  max-width: 800px;
}
.cid-uop4bUX7pU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4bUX7pU img,
.cid-uop4bUX7pU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop4bUX7pU .item:focus,
.cid-uop4bUX7pU span:focus {
  outline: none;
}
.cid-uop4bUX7pU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop4bUX7pU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop4bUX7pU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop4bUX7pU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop4bUX7pU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop4bUX7pU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop4bUX7pU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop4bUX7pU .mbr-section-title {
  color: #232323;
}
.cid-uop4bUX7pU .mbr-text,
.cid-uop4bUX7pU .mbr-section-btn {
  text-align: left;
}
.cid-uop4bUX7pU .item-title {
  text-align: left;
}
.cid-uop4bUX7pU .item-subtitle {
  text-align: center;
}
.cid-uop4bVYJIV {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4bVYJIV h6 {
  line-height: 1.2;
}
.cid-uop4bVYJIV img,
.cid-uop4bVYJIV .item-img {
  width: 100%;
}
.cid-uop4bVYJIV .item:focus,
.cid-uop4bVYJIV span:focus {
  outline: none;
}
.cid-uop4bVYJIV .item {
  cursor: pointer;
}
.cid-uop4bVYJIV .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop4bVYJIV .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop4bVYJIV .mbr-section-title {
  color: #000000;
}
.cid-uop4bVYJIV .mbr-text,
.cid-uop4bVYJIV .mbr-section-btn {
  color: #000000;
}
.cid-uop4bVYJIV .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop4bVYJIV .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop4bVYJIV .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop4bVYJIV .content-head {
  max-width: 800px;
}
.cid-uop4bX031O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uop4bX031O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bX031O .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop4bX031O .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop4bX031O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bX031O .content-head {
  max-width: 800px;
}
.cid-uop4bX031O .card1 {
  background: #a0e2e1;
}
.cid-uop4bX031O .card2 {
  background: #260a30;
}
.cid-uop4bX031O .card3 {
  background: #3a341c;
}
.cid-uop4bX031O .card4 {
  background: #ffd7ef;
}
.cid-uop4bX031O .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop4bX031O .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop4bX031O .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop4bX031O .card {
    margin-bottom: 1rem;
  }
}
.cid-uop4bX031O .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop4bX031O .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop4bX031O .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop4bX031O .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop4bX031O .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop4bX031O .title-row {
    padding: 1.5rem;
  }
}
.cid-uop4bX031O .card-title2,
.cid-uop4bX031O .social-row {
  color: #ffc091;
}
.cid-uop4bX031O .card-title1,
.cid-uop4bX031O .social-row {
  color: #260a30;
}
.cid-uop4bX031O .card-title3,
.cid-uop4bX031O .social-row {
  color: #ffeb69;
}
.cid-uop4bX031O .card-text3,
.cid-uop4bX031O .mbr-section-btn {
  color: #ffffff;
}
.cid-uop4bX031O .card-text1,
.cid-uop4bX031O .mbr-section-btn {
  color: #260a30;
}
.cid-uop4bX031O .card-text2,
.cid-uop4bX031O .mbr-section-btn {
  color: #ffffff;
}
.cid-uop4bX031O .card-title4,
.cid-uop4bX031O .social-row {
  color: #320707;
}
.cid-uop4bX031O .card-text4,
.cid-uop4bX031O .mbr-section-btn {
  color: #320707;
}
.cid-uop4bX031O .mbr-role2 {
  color: #ffffff;
}
.cid-uop4bX031O .mbr-role4 {
  color: #320707;
}
.cid-uop4bX031O .mbr-role3 {
  color: #ffffff;
}
.cid-uop4bY4jgB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop4bY4jgB img,
.cid-uop4bY4jgB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop4bY4jgB .item:focus,
.cid-uop4bY4jgB span:focus {
  outline: none;
}
.cid-uop4bY4jgB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop4bY4jgB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop4bY4jgB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop4bY4jgB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop4bY4jgB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop4bY4jgB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop4bY4jgB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop4bY4jgB .mbr-section-title {
  color: #232323;
}
.cid-uop4bZ3XrE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop4bZ3XrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bZ3XrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop4bZ3XrE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop4bZ3XrE .row {
  flex-direction: row-reverse;
}
.cid-uop4bZ3XrE img {
  width: 100%;
}
.cid-uop4bZY0QK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop4bZY0QK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4bZY0QK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4bZY0QK .mbr-section-title,
.cid-uop4bZY0QK .mbr-text,
.cid-uop4bZY0QK .mbr-section-btn {
  text-align: center;
}
.cid-uop4bZY0QK .video-wrapper {
  margin: auto;
}
.cid-uop4bZY0QK .video-wrapper iframe {
  width: 100%;
}
.cid-uop4bZY0QK .mbr-section-title {
  color: #ffffff;
}
.cid-uop4bZY0QK .mbr-text,
.cid-uop4bZY0QK .mbr-section-btn {
  color: #ffffff;
}
.cid-uop4c0YSPl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4c0YSPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4c0YSPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4c0YSPl .item {
  padding-bottom: 2rem;
}
.cid-uop4c0YSPl .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop4c0YSPl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop4c0YSPl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop4c0YSPl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop4c0YSPl .carousel-control,
.cid-uop4c0YSPl .close {
  background: #1b1b1b;
}
.cid-uop4c0YSPl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop4c0YSPl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop4c0YSPl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop4c0YSPl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop4c0YSPl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop4c0YSPl .close::before {
  content: '\e91a';
}
.cid-uop4c0YSPl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop4c0YSPl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop4c0YSPl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop4c0YSPl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop4c0YSPl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop4c0YSPl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop4c0YSPl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop4c0YSPl .carousel-indicators li.active,
.cid-uop4c0YSPl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop4c0YSPl .carousel-indicators li::after,
.cid-uop4c0YSPl .carousel-indicators li::before {
  content: none;
}
.cid-uop4c0YSPl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop4c0YSPl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop4c0YSPl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop4c0YSPl .carousel-indicators {
    display: none;
  }
}
.cid-uop4c0YSPl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop4c0YSPl .carousel-inner > .active {
  display: block;
}
.cid-uop4c0YSPl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop4c0YSPl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop4c0YSPl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop4c0YSPl .carousel-control,
  .cid-uop4c0YSPl .carousel-indicators,
  .cid-uop4c0YSPl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop4c0YSPl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop4c0YSPl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop4c0YSPl .carousel-indicators .active,
.cid-uop4c0YSPl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop4c0YSPl .carousel-indicators .active {
  background: #fff;
}
.cid-uop4c0YSPl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop4c0YSPl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop4c0YSPl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop4c0YSPl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop4c0YSPl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop4c0YSPl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop4c0YSPl .carousel {
  width: 100%;
}
.cid-uop4c0YSPl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop4c0YSPl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop4c0YSPl .modal.fade .modal-dialog,
.cid-uop4c0YSPl .modal.in .modal-dialog {
  transform: none;
}
.cid-uop4c0YSPl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop4c0YSPl H6 {
  text-align: center;
}
.cid-uop4c24wVC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4c24wVC img,
.cid-uop4c24wVC .item-img {
  width: 100%;
}
.cid-uop4c24wVC .item:focus,
.cid-uop4c24wVC span:focus {
  outline: none;
}
.cid-uop4c24wVC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop4c24wVC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop4c24wVC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop4c24wVC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uop4c24wVC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop4c24wVC .mbr-section-title {
  color: #232323;
}
.cid-uop4c24wVC .mbr-text,
.cid-uop4c24wVC .mbr-section-btn {
  text-align: left;
}
.cid-uop4c24wVC .item-title {
  text-align: left;
}
.cid-uop4c24wVC .item-subtitle {
  text-align: center;
}
.cid-uop4c38cxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop4c38cxl blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop4c4266B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop4c4266B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4c4266B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4c4266B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop4c4266B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop4c4266B .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop4c4266B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop4c4266B .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop4c4266B .mbr-section-title {
  color: #d70081;
}
.cid-uop4c4266B .mbr-section-subtitle {
  color: #232323;
}
.cid-uop4c4266B .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop4c4266B .card-box .item-footer {
  margin-top: auto;
}
.cid-uop4c4266B .content-head {
  max-width: 800px;
}
.cid-uop4c5GVb4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4c5GVb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4c5GVb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4c5GVb4 .video-wrapper iframe {
  width: 100%;
}
.cid-uop4c5GVb4 .mbr-section-title,
.cid-uop4c5GVb4 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop4c5GVb4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop4c6GVoL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop4c6GVoL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4c6GVoL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4c6GVoL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop4c6GVoL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop4c6GVoL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop4c7DLOg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4c7DLOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4c7DLOg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop4c7DLOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4c7DLOg .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop4c7DLOg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop4c7DLOg .card-title,
.cid-uop4c7DLOg .iconfont-wrapper {
  color: #000000;
}
.cid-uop4c7DLOg .card-text {
  color: #000000;
}
.cid-uop4c7DLOg .content-head {
  max-width: 800px;
}
.cid-uop4c7DLOg .mbr-section-title {
  color: #000000;
}
.cid-uop4c8KTLz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop4c8KTLz .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uop4c9I6nX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uop4c9I6nX img,
.cid-uop4c9I6nX .item-img {
  width: 100%;
}
.cid-uop4c9I6nX .item:focus,
.cid-uop4c9I6nX span:focus {
  outline: none;
}
.cid-uop4c9I6nX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop4c9I6nX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop4c9I6nX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop4c9I6nX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop4c9I6nX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop4c9I6nX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop4c9I6nX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop4c9I6nX .mbr-section-title {
  color: #ffffff;
}
.cid-uop4c9I6nX .mbr-text,
.cid-uop4c9I6nX .mbr-section-btn {
  text-align: center;
}
.cid-uop4c9I6nX .item-title {
  text-align: center;
}
.cid-uop4c9I6nX .item-subtitle {
  text-align: left;
}
.cid-uop4caRSRB {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uop4caRSRB .container {
    max-width: 1400px;
  }
}
.cid-uop4caRSRB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uop4caRSRB .card-wrapper {
  margin-top: 3rem;
}
.cid-uop4caRSRB .row {
  justify-content: center;
}
.cid-uop4caRSRB .card-title,
.cid-uop4caRSRB .iconfont-wrapper {
  color: #000000;
}
.cid-uop4caRSRB .card-text {
  color: #000000;
}
.cid-uop4caRSRB .mbr-section-title {
  color: #000000;
}
.cid-uop4cbSfCD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop4cbSfCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4cbSfCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4cbSfCD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop4cbSfCD .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop4cbSfCD .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop4ccTmrB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop4ccTmrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4ccTmrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4ccTmrB .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop4ccTmrB .img-item {
  position: relative;
}
.cid-uop4ccTmrB .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uop4ccTmrB .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uop4ccTmrB .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uop4cdSefR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop4cdSefR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4cdSefR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop4cdSefR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop4cdSefR .row {
  flex-direction: row-reverse;
}
.cid-uop4cdSefR img {
  width: 100%;
}
.cid-uop4ceXiGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop4ceXiGX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uop4ceXiGX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4ceXiGX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop4ceXiGX .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop4ceXiGX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4cfYEuz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop4cfYEuz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4cfYEuz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop4cfYEuz .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop4cfYEuz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4cfYEuz .mbr-text,
.cid-uop4cfYEuz .mbr-section-btn {
  text-align: right;
}
.cid-uop4cfYEuz .mbr-section-title {
  text-align: right;
}
.cid-uop4ch3hvY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop4ch3hvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4ch3hvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4ch3hvY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop4ch3hvY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uop4ch3hvY .mbr-text,
.cid-uop4ch3hvY .mbr-section-btn {
  color: #ffffff;
}
.cid-uop4ch3hvY .mbr-section-title {
  color: #ffffff;
}
.cid-uop4ci156x {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uop4ci156x img,
.cid-uop4ci156x .item-img {
  width: 100%;
}
.cid-uop4ci156x .item:focus,
.cid-uop4ci156x span:focus {
  outline: none;
}
.cid-uop4ci156x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop4ci156x .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop4ci156x .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop4ci156x .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop4ci156x .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop4ci156x .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop4ci156x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop4ci156x .mbr-section-title {
  color: #000000;
}
.cid-uop4ci156x .mbr-text,
.cid-uop4ci156x .mbr-section-btn {
  text-align: left;
}
.cid-uop4ci156x .item-title {
  text-align: left;
}
.cid-uop4ci156x .item-subtitle {
  text-align: left;
}
.cid-uop4cj724S {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uop4cj724S .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uop4cj724S .icon-wrapper span {
  margin-left: 10px;
}
.cid-uop4cj724S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uop4cj724S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uop4cj724S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uop4cj724S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop4cj724S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop4cj724S H1 {
  color: #ffffff;
}
.cid-uop4cj724S .mbr-text,
.cid-uop4cj724S .mbr-media {
  color: #ffffff;
}
.cid-uop4cj724S .icon-description {
  color: #ffffff;
}
.cid-uop4ckQ6ga {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop4ckQ6ga .row {
  flex-direction: row-reverse;
}
.cid-uop4ckQ6ga .mbr-section-title {
  text-align: right;
}
.cid-uop4ckQ6ga .mbr-section-subtitle {
  text-align: right;
}
.cid-uop4clNQp0 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uop4cmMlCJ {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uop4cmMlCJ .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop4cmMlCJ .plan-body {
  padding-bottom: 2rem;
}
.cid-uop4cmMlCJ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop4cmMlCJ .price {
  color: #4479d9;
}
.cid-uop4cmMlCJ .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop4cmMlCJ .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop4cmMlCJ .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop4cmMlCJ .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop4cmMlCJ .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop4cnTmLc {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uop4cnTmLc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uop4cnTmLc .team-card:hover {
  transform: translateY(-10px);
}
.cid-uop4cnTmLc .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uop4cnTmLc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uop4cnTmLc .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uop4cnTmLc .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop4cnTmLc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uop4cnTmLc .social-row {
  text-align: center;
}
.cid-uop4cnTmLc .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-uop4cnTmLc .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-uop4cnTmLc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uop4cnTmLc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uop4cnTmLc .mbr-section-title {
  color: #000000;
}
.cid-uop4cnTmLc .mbr-section-title1 {
  color: #000000;
}
.cid-uop4cpdnDj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uop4cpdnDj img {
  width: 120px;
  margin: auto;
}
.cid-uop4cpdnDj .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop4cpdnDj .card {
    max-width: 12.5%;
  }
}
.cid-uop4cpdnDj .mbr-section-subtitle {
  color: #353535;
}
.cid-uop4cqkT0D {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uop4cqkT0D .media-container-row {
  justify-content: space-between;
}
.cid-uop4cqkT0D .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uop4cqkT0D .text-content {
    max-width: none;
  }
}
.cid-uop4cqkT0D .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uop4cqkT0D .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uop4cqkT0D .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uop4cqkT0D .icons {
    justify-content: center !important;
  }
  .cid-uop4cqkT0D .text-content * {
    text-align: center;
  }
}
.cid-uop4cqkT0D .mbr-section-title {
  color: #353535;
}
.cid-uop4cqkT0D P {
  color: #000000;
}
.cid-uop4crqTZm {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uop4crqTZm .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop4crqTZm .item .icon-wrap {
  text-align: center;
}
.cid-uop4crqTZm .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop4crqTZm .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uop4crqTZm .item.first:before {
  display: none;
}
.cid-uop4crqTZm .item.five:before {
  display: none;
}
.cid-uop4crqTZm .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop4crqTZm .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop4crqTZm .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop4crqTZm .item:before {
    display: none;
  }
  .cid-uop4crqTZm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop4csC6zt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uop4csC6zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop4csC6zt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop4csC6zt .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uop4csC6zt .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uop4csC6zt .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop4csC6zt .card-wrapper {
    padding: 4rem;
  }
}
.cid-uop4ctJQnM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uop4ctJQnM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uop4ctJQnM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uop4ctJQnM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uop4ctJQnM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uop4ctJQnM .mbr-section-title {
  color: #000000;
}
.cid-uop4ctJQnM .mbr-section-subtitle {
  color: #000000;
}
.cid-uop4cuRwsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uop4cuRwsk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uop4cuRwsk .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop4cuRwsk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop4cuRwsk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uop4cuRwsk .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uop4cvXxIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uop4cvXxIr .google-map {
  height: 30rem;
  position: relative;
}
.cid-uop4cvXxIr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uop4cvXxIr .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-uop4cvXxIr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uop4cvXxIr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uop4cx1vXt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uop4cx1vXt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uop4cx1vXt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uop4cx1vXt .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uop4cx1vXt .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uop4cx1vXt .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uop4cx1vXt .row .foot-menu li p {
  margin: 0;
}
.cid-uop4cx1vXt .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uop4cx1vXt .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uop4cx1vXt .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uop4cx1vXt .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uop4cx1vXt .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uop4cx1vXt .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uop4cx1vXt .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uop4cx1vXt .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uop7y4N201 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop7y4N201 .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uop7y4N201 .mbr-section-title {
  color: #000000;
}
.cid-uop7y5D16B {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7y5D16B .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uop7y5D16B img,
.cid-uop7y5D16B .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uop7y5D16B .item:focus,
.cid-uop7y5D16B span:focus {
  outline: none;
}
.cid-uop7y5D16B .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop7y5D16B .item {
    margin-bottom: 1rem;
  }
}
.cid-uop7y5D16B .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop7y5D16B .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop7y5D16B .item-content .item-footer {
  margin-top: auto;
}
.cid-uop7y5D16B .mbr-section-title {
  color: #000000;
}
.cid-uop7y5D16B .mbr-text,
.cid-uop7y5D16B .mbr-section-btn {
  color: #000000;
}
.cid-uop7y5D16B .item-title {
  color: #000000;
}
.cid-uop7y5D16B .content-head {
  max-width: 800px;
}
.cid-uopbbpekSb {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopbbpekSb .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopbbpekSb .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopbbpekSb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopbbpekSb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopbbpekSb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopbbpekSb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopbbpekSb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopbbpekSb H1 {
  color: #ffffff;
}
.cid-uopbbpekSb .mbr-text,
.cid-uopbbpekSb .mbr-media {
  color: #ffffff;
}
.cid-uopbbpekSb .icon-description {
  color: #ffffff;
}
.cid-uop7IkveX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7IkveX0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uop7IkveX0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uop7IkveX0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uop7IkveX0 .mbr-section-title {
  text-align: center;
}
.cid-uop7LF6oWs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7LF6oWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7LF6oWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7LF6oWs .mbr-text {
  color: #767676;
}
.cid-uop7LF6oWs .mbr-section-subtitle {
  color: #767676;
}
.cid-uop7LF6oWs .title .num {
  width: 100%;
  display: block;
}
.cid-uop7LF6oWs .title .card-title {
  z-index: 1;
}
.cid-uop7LF6oWs .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uop7LF6oWs * {
    text-align: center !important;
  }
  .cid-uop7LF6oWs .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uop7Mn8vvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7Mn8vvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7Mn8vvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7Mn8vvD .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop7Mn8vvD .item .icon-wrap {
  text-align: center;
}
.cid-uop7Mn8vvD .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop7Mn8vvD .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-uop7Mn8vvD .item.first:before {
  display: none;
}
.cid-uop7Mn8vvD .item.five:before {
  display: none;
}
.cid-uop7Mn8vvD .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop7Mn8vvD .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop7Mn8vvD .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop7Mn8vvD .item:before {
    display: none;
  }
  .cid-uop7Mn8vvD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7Ngd0xW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7Ngd0xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7Ngd0xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7Ngd0xW .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uop7Ngd0xW .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uop7Ngd0xW .text-box {
  text-align: center;
}
.cid-uop7Ngd0xW span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uop7Ngd0xW .card {
    margin-bottom: 2rem;
  }
  .cid-uop7Ngd0xW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uop7Ngd0xW span {
    font-size: 21vw;
  }
}
.cid-uop7PyIBNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uop7PyIBNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7PyIBNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7PyIBNo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop7PyIBNo .plan-body {
  padding-bottom: 2rem;
}
.cid-uop7PyIBNo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop7PyIBNo .price {
  color: #6592e6;
}
.cid-uop7PyIBNo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop7PyIBNo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop7PyIBNo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop7PyIBNo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop7PyIBNo .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop7QVINDC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2d6dac;
}
.cid-uop7QVINDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7QVINDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7QVINDC .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uop7QVINDC .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uop7QVINDC .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uop7QVINDC .card-wrapper {
    padding: 1rem;
  }
}
.cid-uop7QVINDC ul {
  list-style: none;
}
.cid-uop7QVINDC li {
  position: relative;
}
.cid-uop7QVINDC li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #6592e6;
  font-size: 0.8rem;
}
.cid-uop7QVINDC .mbr-section-btn {
  width: 100%;
}
.cid-uop7QVINDC .btn {
  width: 100%;
}
.cid-uop7WmA1hA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffd838;
}
.cid-uop7WmA1hA img,
.cid-uop7WmA1hA .item-img {
  width: 100%;
}
.cid-uop7WmA1hA .item:focus,
.cid-uop7WmA1hA span:focus {
  outline: none;
}
.cid-uop7WmA1hA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop7WmA1hA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7WmA1hA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop7WmA1hA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7WmA1hA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop7WmA1hA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop7WmA1hA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7WmA1hA .mbr-section-title {
  color: #232323;
}
.cid-uop7WmA1hA .mbr-text,
.cid-uop7WmA1hA .mbr-section-btn {
  text-align: left;
}
.cid-uop7WmA1hA .item-title {
  text-align: left;
}
.cid-uop7WmA1hA .item-subtitle {
  text-align: left;
}
.cid-uop81KI6SQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #45d25f;
}
.cid-uop81KI6SQ .row {
  flex-direction: row-reverse;
}
.cid-uop81KI6SQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uop81KI6SQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uop81KI6SQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uop81KI6SQ .mbr-section-title {
  color: #ffffff;
}
.cid-uop81KI6SQ .mbr-text,
.cid-uop81KI6SQ .mbr-section-btn {
  color: #000000;
}
.cid-uop7y6Btmb {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7y6Btmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7y6Btmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7y6Btmb .timeline-element {
  position: relative;
}
.cid-uop7y6Btmb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uop7y6Btmb .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uop7y6Btmb .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uop7y6Btmb .iconBackground {
    left: 50%;
  }
}
.cid-uop7y6Btmb .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uop7y6Btmb .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uop7y6Btmb .row:after {
    left: 50%;
  }
}
.cid-uop7y6Btmb .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uop7y6Btmb .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uop7y6Btmb .timeline-date-wrapper,
  .cid-uop7y6Btmb .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uop7y6Btmb .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uop7y6Btmb .timeline-date-wrapper,
  .cid-uop7y6Btmb .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uop7y6Btmb .timeline-date-wrapper,
  .cid-uop7y6Btmb .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uop7y7NXsh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7y7NXsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7y7NXsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7y7NXsh .row {
  flex-direction: row-reverse;
}
.cid-uop7y7NXsh .video-wrapper iframe {
  width: 100%;
}
.cid-uop7y7NXsh .mbr-section-title,
.cid-uop7y7NXsh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop7y7NXsh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop7y8Hr6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7y8Hr6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7y8Hr6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7y8Hr6l .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uop7y8Hr6l .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uop7y9FONV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7y9FONV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7y9FONV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7y9FONV .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uop7y9FONV img {
  margin: auto;
  width: 140px;
}
.cid-uop7y9FONV .row {
  align-items: flex-start;
}
.cid-uop7y9FONV .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uop7y9FONV .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uop7y9FONV .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop7y9FONV .item-wrapper {
    padding: 1rem;
  }
}
.cid-uop7yaCB0Y {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uop7yaCB0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yaCB0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yaCB0Y .mbr-text,
.cid-uop7yaCB0Y .mbr-section-btn {
  color: #232323;
}
.cid-uop7yaCB0Y .btn {
  width: 100%;
}
.cid-uop7yaCB0Y .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop7ybwezD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7ybwezD img {
  width: 120px;
  margin: auto;
}
.cid-uop7ybwezD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop7ybwezD .card {
    max-width: 12.5%;
  }
}
.cid-uop7ycwNvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trump-bitcoin.gif");
}
.cid-uop7ycwNvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ycwNvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7ycwNvz .mbr-text,
.cid-uop7ycwNvz .mbr-section-btn {
  color: #232323;
}
.cid-uop7ycwNvz .btn {
  width: 100%;
}
.cid-uop7ycwNvz .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uop7ycwNvz H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uop7ycwNvz P {
  color: #ffffff;
}
.cid-uop7ydq1W5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7ydq1W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ydq1W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7ydq1W5 .item {
  padding-bottom: 2rem;
}
.cid-uop7ydq1W5 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop7ydq1W5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop7ydq1W5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop7ydq1W5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop7ydq1W5 .carousel-control,
.cid-uop7ydq1W5 .close {
  background: #1b1b1b;
}
.cid-uop7ydq1W5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop7ydq1W5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop7ydq1W5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop7ydq1W5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop7ydq1W5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop7ydq1W5 .close::before {
  content: '\e91a';
}
.cid-uop7ydq1W5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop7ydq1W5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop7ydq1W5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop7ydq1W5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop7ydq1W5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop7ydq1W5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop7ydq1W5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop7ydq1W5 .carousel-indicators li.active,
.cid-uop7ydq1W5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop7ydq1W5 .carousel-indicators li::after,
.cid-uop7ydq1W5 .carousel-indicators li::before {
  content: none;
}
.cid-uop7ydq1W5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop7ydq1W5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop7ydq1W5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop7ydq1W5 .carousel-indicators {
    display: none;
  }
}
.cid-uop7ydq1W5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop7ydq1W5 .carousel-inner > .active {
  display: block;
}
.cid-uop7ydq1W5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop7ydq1W5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop7ydq1W5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop7ydq1W5 .carousel-control,
  .cid-uop7ydq1W5 .carousel-indicators,
  .cid-uop7ydq1W5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop7ydq1W5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop7ydq1W5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop7ydq1W5 .carousel-indicators .active,
.cid-uop7ydq1W5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop7ydq1W5 .carousel-indicators .active {
  background: #fff;
}
.cid-uop7ydq1W5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop7ydq1W5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop7ydq1W5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop7ydq1W5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop7ydq1W5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop7ydq1W5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop7ydq1W5 .carousel {
  width: 100%;
}
.cid-uop7ydq1W5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop7ydq1W5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop7ydq1W5 .modal.fade .modal-dialog,
.cid-uop7ydq1W5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uop7ydq1W5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop7ydq1W5 H6 {
  text-align: center;
}
.cid-uop7yevNKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7yevNKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yevNKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yfrLWo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-uop7yfrLWo .container-fluid {
    padding-left: 0;
  }
}
.cid-uop7yfrLWo .mbr-text,
.cid-uop7yfrLWo .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uop7yfrLWo .mbr-text,
  .cid-uop7yfrLWo .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uop7yfrLWo .mbr-text,
  .cid-uop7yfrLWo .mbr-section-title {
    text-align: center;
  }
}
.cid-uop7yfrLWo a.btn {
  height: 100%;
  margin: 0;
}
.cid-uop7yfrLWo .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uop7yfrLWo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uop7yfrLWo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yfrLWo .justify-content-center {
  align-items: center;
}
.cid-uop7ygltEz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop7ygltEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ygltEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7ygltEz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop7ygltEz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop7ygltEz .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uop7ygltEz .content-head {
  max-width: 800px;
}
.cid-uop7yhkAdd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yhkAdd img,
.cid-uop7yhkAdd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop7yhkAdd .item:focus,
.cid-uop7yhkAdd span:focus {
  outline: none;
}
.cid-uop7yhkAdd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop7yhkAdd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7yhkAdd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop7yhkAdd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7yhkAdd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop7yhkAdd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop7yhkAdd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7yhkAdd .mbr-section-title {
  color: #232323;
}
.cid-uop7yhkAdd .mbr-text,
.cid-uop7yhkAdd .mbr-section-btn {
  text-align: left;
}
.cid-uop7yhkAdd .item-title {
  text-align: left;
}
.cid-uop7yhkAdd .item-subtitle {
  text-align: center;
}
.cid-uop7yiA7Dm {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yiA7Dm h6 {
  line-height: 1.2;
}
.cid-uop7yiA7Dm img,
.cid-uop7yiA7Dm .item-img {
  width: 100%;
}
.cid-uop7yiA7Dm .item:focus,
.cid-uop7yiA7Dm span:focus {
  outline: none;
}
.cid-uop7yiA7Dm .item {
  cursor: pointer;
}
.cid-uop7yiA7Dm .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uop7yiA7Dm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uop7yiA7Dm .mbr-section-title {
  color: #000000;
}
.cid-uop7yiA7Dm .mbr-text,
.cid-uop7yiA7Dm .mbr-section-btn {
  color: #000000;
}
.cid-uop7yiA7Dm .item-title {
  color: #000000;
  text-align: center;
}
.cid-uop7yiA7Dm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uop7yiA7Dm .item-text {
  color: #000000;
  text-align: center;
}
.cid-uop7yiA7Dm .content-head {
  max-width: 800px;
}
.cid-uop7yjBWZQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uop7yjBWZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yjBWZQ .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop7yjBWZQ .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uop7yjBWZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yjBWZQ .content-head {
  max-width: 800px;
}
.cid-uop7yjBWZQ .card1 {
  background: #0bf3ef;
}
.cid-uop7yjBWZQ .card2 {
  background: #45d25f;
}
.cid-uop7yjBWZQ .card3 {
  background: #2d6dac;
}
.cid-uop7yjBWZQ .card4 {
  background: #ffeb6e;
}
.cid-uop7yjBWZQ .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uop7yjBWZQ .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uop7yjBWZQ .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop7yjBWZQ .card {
    margin-bottom: 1rem;
  }
}
.cid-uop7yjBWZQ .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uop7yjBWZQ .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uop7yjBWZQ .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uop7yjBWZQ .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uop7yjBWZQ .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uop7yjBWZQ .title-row {
    padding: 1.5rem;
  }
}
.cid-uop7yjBWZQ .card-title2,
.cid-uop7yjBWZQ .social-row {
  color: #ffffff;
}
.cid-uop7yjBWZQ .card-title1,
.cid-uop7yjBWZQ .social-row {
  color: #260a30;
}
.cid-uop7yjBWZQ .card-title3,
.cid-uop7yjBWZQ .social-row {
  color: #ffeb69;
}
.cid-uop7yjBWZQ .card-text3,
.cid-uop7yjBWZQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uop7yjBWZQ .card-text1,
.cid-uop7yjBWZQ .mbr-section-btn {
  color: #260a30;
}
.cid-uop7yjBWZQ .card-text2,
.cid-uop7yjBWZQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uop7yjBWZQ .card-title4,
.cid-uop7yjBWZQ .social-row {
  color: #6680ff;
}
.cid-uop7yjBWZQ .card-text4,
.cid-uop7yjBWZQ .mbr-section-btn {
  color: #320707;
}
.cid-uop7yjBWZQ .mbr-role2 {
  color: #ffffff;
}
.cid-uop7yjBWZQ .mbr-role4 {
  color: #320707;
}
.cid-uop7yjBWZQ .mbr-role3 {
  color: #ffffff;
}
.cid-uop7ykCmdl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop7ykCmdl img,
.cid-uop7ykCmdl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uop7ykCmdl .item:focus,
.cid-uop7ykCmdl span:focus {
  outline: none;
}
.cid-uop7ykCmdl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop7ykCmdl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7ykCmdl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop7ykCmdl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7ykCmdl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop7ykCmdl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop7ykCmdl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7ykCmdl .mbr-section-title {
  color: #232323;
}
.cid-uop7ylDqy2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop7ylDqy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ylDqy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop7ylDqy2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop7ylDqy2 .row {
  flex-direction: row-reverse;
}
.cid-uop7ylDqy2 img {
  width: 100%;
}
.cid-uop7ynvj0m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7ynvj0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ynvj0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7ynvj0m .item {
  padding-bottom: 2rem;
}
.cid-uop7ynvj0m .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uop7ynvj0m .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uop7ynvj0m .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uop7ynvj0m .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uop7ynvj0m .carousel-control,
.cid-uop7ynvj0m .close {
  background: #1b1b1b;
}
.cid-uop7ynvj0m .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uop7ynvj0m .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uop7ynvj0m .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uop7ynvj0m .carousel-control-next span {
  margin-left: 5px;
}
.cid-uop7ynvj0m .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop7ynvj0m .close::before {
  content: '\e91a';
}
.cid-uop7ynvj0m .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop7ynvj0m .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uop7ynvj0m .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop7ynvj0m .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uop7ynvj0m .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uop7ynvj0m .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uop7ynvj0m .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uop7ynvj0m .carousel-indicators li.active,
.cid-uop7ynvj0m .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uop7ynvj0m .carousel-indicators li::after,
.cid-uop7ynvj0m .carousel-indicators li::before {
  content: none;
}
.cid-uop7ynvj0m .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uop7ynvj0m .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uop7ynvj0m .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uop7ynvj0m .carousel-indicators {
    display: none;
  }
}
.cid-uop7ynvj0m .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uop7ynvj0m .carousel-inner > .active {
  display: block;
}
.cid-uop7ynvj0m .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uop7ynvj0m .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uop7ynvj0m .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uop7ynvj0m .carousel-control,
  .cid-uop7ynvj0m .carousel-indicators,
  .cid-uop7ynvj0m .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uop7ynvj0m .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uop7ynvj0m .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uop7ynvj0m .carousel-indicators .active,
.cid-uop7ynvj0m .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uop7ynvj0m .carousel-indicators .active {
  background: #fff;
}
.cid-uop7ynvj0m .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uop7ynvj0m .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uop7ynvj0m .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop7ynvj0m .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uop7ynvj0m .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uop7ynvj0m .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uop7ynvj0m .carousel {
  width: 100%;
}
.cid-uop7ynvj0m .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uop7ynvj0m .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uop7ynvj0m .modal.fade .modal-dialog,
.cid-uop7ynvj0m .modal.in .modal-dialog {
  transform: none;
}
.cid-uop7ynvj0m .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uop7ynvj0m H6 {
  text-align: center;
}
.cid-uop7yoEH19 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yoEH19 img,
.cid-uop7yoEH19 .item-img {
  width: 100%;
}
.cid-uop7yoEH19 .item:focus,
.cid-uop7yoEH19 span:focus {
  outline: none;
}
.cid-uop7yoEH19 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop7yoEH19 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7yoEH19 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7yoEH19 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uop7yoEH19 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7yoEH19 .mbr-section-title {
  color: #232323;
}
.cid-uop7yoEH19 .mbr-text,
.cid-uop7yoEH19 .mbr-section-btn {
  text-align: left;
}
.cid-uop7yoEH19 .item-title {
  text-align: left;
}
.cid-uop7yoEH19 .item-subtitle {
  text-align: center;
}
.cid-uop7ypP91K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uop7ypP91K blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uop7yqJwWv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uop7yqJwWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yqJwWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yqJwWv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uop7yqJwWv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uop7yqJwWv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop7yqJwWv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop7yqJwWv .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uop7yqJwWv .mbr-section-title {
  color: #d70081;
}
.cid-uop7yqJwWv .mbr-section-subtitle {
  color: #232323;
}
.cid-uop7yqJwWv .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uop7yqJwWv .card-box .item-footer {
  margin-top: auto;
}
.cid-uop7yqJwWv .content-head {
  max-width: 800px;
}
.cid-uop7yspIz1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yspIz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yspIz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yspIz1 .video-wrapper iframe {
  width: 100%;
}
.cid-uop7yspIz1 .mbr-section-title,
.cid-uop7yspIz1 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uop7yspIz1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uop7ytoMuh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop7ytoMuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7ytoMuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7ytoMuh .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop7ytoMuh .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop7ytoMuh .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop7yukX1a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yukX1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yukX1a .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uop7yukX1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yukX1a .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uop7yukX1a .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uop7yukX1a .card-title,
.cid-uop7yukX1a .iconfont-wrapper {
  color: #000000;
}
.cid-uop7yukX1a .card-text {
  color: #000000;
}
.cid-uop7yukX1a .content-head {
  max-width: 800px;
}
.cid-uop7yukX1a .mbr-section-title {
  color: #000000;
}
.cid-uop7yvpJFr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uop7yvpJFr .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uop7ywpFJW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uop7ywpFJW .mbr-overlay {
  background: #ee2ef7;
  opacity: 0.6;
}
.cid-uop7ywpFJW img,
.cid-uop7ywpFJW .item-img {
  width: 100%;
}
.cid-uop7ywpFJW .item:focus,
.cid-uop7ywpFJW span:focus {
  outline: none;
}
.cid-uop7ywpFJW .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uop7ywpFJW .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7ywpFJW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop7ywpFJW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7ywpFJW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop7ywpFJW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop7ywpFJW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7ywpFJW .mbr-section-title {
  color: #ffffff;
}
.cid-uop7ywpFJW .mbr-text,
.cid-uop7ywpFJW .mbr-section-btn {
  text-align: center;
}
.cid-uop7ywpFJW .item-title {
  text-align: center;
}
.cid-uop7ywpFJW .item-subtitle {
  text-align: left;
}
.cid-uop7ywpFJW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uop7yxwYL5 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uop7yxwYL5 .container {
    max-width: 1400px;
  }
}
.cid-uop7yxwYL5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uop7yxwYL5 .card-wrapper {
  margin-top: 3rem;
}
.cid-uop7yxwYL5 .row {
  justify-content: center;
}
.cid-uop7yxwYL5 .card-title,
.cid-uop7yxwYL5 .iconfont-wrapper {
  color: #000000;
}
.cid-uop7yxwYL5 .card-text {
  color: #000000;
}
.cid-uop7yxwYL5 .mbr-section-title {
  color: #000000;
}
.cid-uop7yyEgdJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop7yyEgdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yyEgdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yyEgdJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop7yyEgdJ .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uop7yyEgdJ .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uop7yzGiij {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uop7yzGiij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yzGiij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yzGiij .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uop7yzGiij .img-item {
  position: relative;
}
.cid-uop7yzGiij .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uop7yzGiij .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uop7yzGiij .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uop7yAEVDN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uop7yAEVDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yAEVDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uop7yAEVDN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uop7yAEVDN .row {
  flex-direction: row-reverse;
}
.cid-uop7yAEVDN img {
  width: 100%;
}
.cid-uop7yBLBKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop7yBLBKo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uop7yBLBKo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yBLBKo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop7yBLBKo .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop7yBLBKo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yCPnoT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop7yCPnoT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yCPnoT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uop7yCPnoT .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uop7yCPnoT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yCPnoT .mbr-text,
.cid-uop7yCPnoT .mbr-section-btn {
  text-align: right;
}
.cid-uop7yCPnoT .mbr-section-title {
  text-align: right;
}
.cid-uop7yDSfAw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uop7yDSfAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yDSfAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yDSfAw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uop7yDSfAw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uop7yDSfAw .mbr-text,
.cid-uop7yDSfAw .mbr-section-btn {
  color: #ffffff;
}
.cid-uop7yDSfAw .mbr-section-title {
  color: #ffffff;
}
.cid-uop7yES6v4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uop7yES6v4 img,
.cid-uop7yES6v4 .item-img {
  width: 100%;
}
.cid-uop7yES6v4 .item:focus,
.cid-uop7yES6v4 span:focus {
  outline: none;
}
.cid-uop7yES6v4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uop7yES6v4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uop7yES6v4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uop7yES6v4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uop7yES6v4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uop7yES6v4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uop7yES6v4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uop7yES6v4 .mbr-section-title {
  color: #000000;
}
.cid-uop7yES6v4 .mbr-text,
.cid-uop7yES6v4 .mbr-section-btn {
  text-align: left;
}
.cid-uop7yES6v4 .item-title {
  text-align: left;
}
.cid-uop7yES6v4 .item-subtitle {
  text-align: left;
}
.cid-uop7yFWAfY {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uop7yFWAfY .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uop7yFWAfY .icon-wrapper span {
  margin-left: 10px;
}
.cid-uop7yFWAfY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uop7yFWAfY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uop7yFWAfY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uop7yFWAfY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uop7yFWAfY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uop7yFWAfY H1 {
  color: #ffffff;
}
.cid-uop7yFWAfY .mbr-text,
.cid-uop7yFWAfY .mbr-media {
  color: #ffffff;
}
.cid-uop7yFWAfY .icon-description {
  color: #ffffff;
}
.cid-uop7yHwTOu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uop7yHwTOu .row {
  flex-direction: row-reverse;
}
.cid-uop7yHwTOu .mbr-section-title {
  text-align: right;
}
.cid-uop7yHwTOu .mbr-section-subtitle {
  text-align: right;
}
.cid-uop7yIvwLL {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uop7yJBLGf {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uop7yJBLGf .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uop7yJBLGf .plan-body {
  padding-bottom: 2rem;
}
.cid-uop7yJBLGf .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uop7yJBLGf .price {
  color: #4479d9;
}
.cid-uop7yJBLGf .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uop7yJBLGf .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uop7yJBLGf .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uop7yJBLGf .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uop7yJBLGf .plan {
    margin-bottom: 2rem;
  }
}
.cid-uop7yKJo60 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uop7yKJo60 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uop7yKJo60 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uop7yKJo60 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uop7yKJo60 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uop7yKJo60 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uop7yKJo60 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uop7yKJo60 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uop7yKJo60 .social-row {
  text-align: center;
}
.cid-uop7yKJo60 .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-uop7yKJo60 .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-uop7yKJo60 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uop7yKJo60 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uop7yKJo60 .mbr-section-title {
  color: #000000;
}
.cid-uop7yKJo60 .mbr-section-title1 {
  color: #000000;
}
.cid-uop7yM00qk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uop7yM00qk img {
  width: 120px;
  margin: auto;
}
.cid-uop7yM00qk .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uop7yM00qk .card {
    max-width: 12.5%;
  }
}
.cid-uop7yM00qk .mbr-section-subtitle {
  color: #353535;
}
.cid-uop7yN9alE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uop7yN9alE .media-container-row {
  justify-content: space-between;
}
.cid-uop7yN9alE .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uop7yN9alE .text-content {
    max-width: none;
  }
}
.cid-uop7yN9alE .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uop7yN9alE .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uop7yN9alE .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uop7yN9alE .icons {
    justify-content: center !important;
  }
  .cid-uop7yN9alE .text-content * {
    text-align: center;
  }
}
.cid-uop7yN9alE .mbr-section-title {
  color: #353535;
}
.cid-uop7yN9alE P {
  color: #000000;
}
.cid-uop7yOf1qb {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uop7yOf1qb .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uop7yOf1qb .item .icon-wrap {
  text-align: center;
}
.cid-uop7yOf1qb .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uop7yOf1qb .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uop7yOf1qb .item.first:before {
  display: none;
}
.cid-uop7yOf1qb .item.five:before {
  display: none;
}
.cid-uop7yOf1qb .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uop7yOf1qb .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uop7yOf1qb .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uop7yOf1qb .item:before {
    display: none;
  }
  .cid-uop7yOf1qb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uop7yPu8rm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uop7yPu8rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uop7yPu8rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uop7yPu8rm .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uop7yPu8rm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uop7yPu8rm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop7yPu8rm .card-wrapper {
    padding: 4rem;
  }
}
.cid-uop7yQuJKy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uop7yQuJKy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uop7yQuJKy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uop7yQuJKy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uop7yQuJKy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uop7yQuJKy .mbr-section-title {
  color: #000000;
}
.cid-uop7yQuJKy .mbr-section-subtitle {
  color: #000000;
}
.cid-uop7yRyygT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uop7yRyygT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uop7yRyygT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uop7yRyygT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uop7yRyygT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uop7yRyygT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uop7ySFSfC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uop7ySFSfC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uop7ySFSfC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uop7ySFSfC .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-uop7ySFSfC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uop7ySFSfC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uop7yTVfov {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uop7yTVfov .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uop7yTVfov .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uop7yTVfov .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uop7yTVfov .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uop7yTVfov .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uop7yTVfov .row .foot-menu li p {
  margin: 0;
}
.cid-uop7yTVfov .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uop7yTVfov .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uop7yTVfov .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uop7yTVfov .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uop7yTVfov .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uop7yTVfov .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uop7yTVfov .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uop7yTVfov .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopehQRgSN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopehQRgSN .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopehQRgSN .mbr-section-title {
  color: #000000;
}
.cid-uopfdlvt0A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopfdlvt0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopfdlvt0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopfdlvt0A .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopfdlvt0A .img-item {
  position: relative;
}
.cid-uopfdlvt0A .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopfdlvt0A .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopfdlvt0A .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopf2a9Sph {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopf2a9Sph .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopf2a9Sph form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopf2a9Sph form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopf2a9Sph form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopf2a9Sph form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopf2a9Sph form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopehO3bL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopehO3bL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehO3bL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehO3bL5 .mbr-text,
.cid-uopehO3bL5 .mbr-section-btn {
  color: #232323;
}
.cid-uopehO3bL5 .btn {
  width: 100%;
}
.cid-uopehO3bL5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopehO3bL5 H1 {
  text-align: center;
}
.cid-uopehOYQKO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopehOYQKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehOYQKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehOYQKO .row {
  flex-direction: row-reverse;
}
.cid-uopehOYQKO .video-wrapper iframe {
  width: 100%;
}
.cid-uopehOYQKO .mbr-section-title,
.cid-uopehOYQKO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopehOYQKO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopehPV45B {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopehPV45B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehPV45B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehPV45B .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopehPV45B .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopehSZnIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopehSZnIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehSZnIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehSZnIc .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopehSZnIc img {
  margin: auto;
  width: 140px;
}
.cid-uopehSZnIc .row {
  align-items: flex-start;
}
.cid-uopehSZnIc .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopehSZnIc .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopehSZnIc .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopehSZnIc .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopehTVvo9 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopehTVvo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehTVvo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehTVvo9 .mbr-text,
.cid-uopehTVvo9 .mbr-section-btn {
  color: #232323;
}
.cid-uopehTVvo9 .btn {
  width: 100%;
}
.cid-uopehTVvo9 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopehUSNsD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopehUSNsD img {
  width: 120px;
  margin: auto;
}
.cid-uopehUSNsD .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopehUSNsD .card {
    max-width: 12.5%;
  }
}
.cid-uopehVPV23 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopehVPV23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehVPV23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehVPV23 .item {
  padding-bottom: 2rem;
}
.cid-uopehVPV23 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopehVPV23 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopehVPV23 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopehVPV23 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopehVPV23 .carousel-control,
.cid-uopehVPV23 .close {
  background: #1b1b1b;
}
.cid-uopehVPV23 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopehVPV23 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopehVPV23 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopehVPV23 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopehVPV23 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopehVPV23 .close::before {
  content: '\e91a';
}
.cid-uopehVPV23 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopehVPV23 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopehVPV23 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopehVPV23 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopehVPV23 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopehVPV23 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopehVPV23 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopehVPV23 .carousel-indicators li.active,
.cid-uopehVPV23 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopehVPV23 .carousel-indicators li::after,
.cid-uopehVPV23 .carousel-indicators li::before {
  content: none;
}
.cid-uopehVPV23 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopehVPV23 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopehVPV23 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopehVPV23 .carousel-indicators {
    display: none;
  }
}
.cid-uopehVPV23 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopehVPV23 .carousel-inner > .active {
  display: block;
}
.cid-uopehVPV23 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopehVPV23 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopehVPV23 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopehVPV23 .carousel-control,
  .cid-uopehVPV23 .carousel-indicators,
  .cid-uopehVPV23 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopehVPV23 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopehVPV23 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopehVPV23 .carousel-indicators .active,
.cid-uopehVPV23 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopehVPV23 .carousel-indicators .active {
  background: #fff;
}
.cid-uopehVPV23 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopehVPV23 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopehVPV23 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopehVPV23 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopehVPV23 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopehVPV23 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopehVPV23 .carousel {
  width: 100%;
}
.cid-uopehVPV23 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopehVPV23 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopehVPV23 .modal.fade .modal-dialog,
.cid-uopehVPV23 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopehVPV23 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopehVPV23 H6 {
  text-align: center;
}
.cid-uopehWUN0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopehWUN0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehWUN0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehXPyb8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d861ff;
}
@media (min-width: 991px) {
  .cid-uopehXPyb8 .container-fluid {
    padding-left: 0;
  }
}
.cid-uopehXPyb8 .mbr-text,
.cid-uopehXPyb8 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uopehXPyb8 .mbr-text,
  .cid-uopehXPyb8 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uopehXPyb8 .mbr-text,
  .cid-uopehXPyb8 .mbr-section-title {
    text-align: center;
  }
}
.cid-uopehXPyb8 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uopehXPyb8 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uopehXPyb8 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uopehXPyb8 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopehXPyb8 .justify-content-center {
  align-items: center;
}
.cid-uopehYL5GX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopehYL5GX .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uopehYL5GX img,
.cid-uopehYL5GX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uopehYL5GX .item:focus,
.cid-uopehYL5GX span:focus {
  outline: none;
}
.cid-uopehYL5GX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopehYL5GX .item {
    margin-bottom: 1rem;
  }
}
.cid-uopehYL5GX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uopehYL5GX .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopehYL5GX .item-content .item-footer {
  margin-top: auto;
}
.cid-uopehYL5GX .mbr-section-title {
  color: #000000;
}
.cid-uopehYL5GX .mbr-text,
.cid-uopehYL5GX .mbr-section-btn {
  color: #000000;
}
.cid-uopehYL5GX .item-title {
  color: #000000;
}
.cid-uopehYL5GX .content-head {
  max-width: 800px;
}
.cid-uopehZQ6bi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopehZQ6bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopehZQ6bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopehZQ6bi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopehZQ6bi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopehZQ6bi .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopehZQ6bi .content-head {
  max-width: 800px;
}
.cid-uopei0Xdbp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopei0Xdbp img,
.cid-uopei0Xdbp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopei0Xdbp .item:focus,
.cid-uopei0Xdbp span:focus {
  outline: none;
}
.cid-uopei0Xdbp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopei0Xdbp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopei0Xdbp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopei0Xdbp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopei0Xdbp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopei0Xdbp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopei0Xdbp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopei0Xdbp .mbr-section-title {
  color: #232323;
}
.cid-uopei0Xdbp .mbr-text,
.cid-uopei0Xdbp .mbr-section-btn {
  text-align: left;
}
.cid-uopei0Xdbp .item-title {
  text-align: left;
}
.cid-uopei0Xdbp .item-subtitle {
  text-align: center;
}
.cid-uopei2bdHg {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopei2bdHg h6 {
  line-height: 1.2;
}
.cid-uopei2bdHg img,
.cid-uopei2bdHg .item-img {
  width: 100%;
}
.cid-uopei2bdHg .item:focus,
.cid-uopei2bdHg span:focus {
  outline: none;
}
.cid-uopei2bdHg .item {
  cursor: pointer;
}
.cid-uopei2bdHg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uopei2bdHg .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uopei2bdHg .mbr-section-title {
  color: #000000;
}
.cid-uopei2bdHg .mbr-text,
.cid-uopei2bdHg .mbr-section-btn {
  color: #000000;
}
.cid-uopei2bdHg .item-title {
  color: #000000;
  text-align: center;
}
.cid-uopei2bdHg .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uopei2bdHg .item-text {
  color: #000000;
  text-align: center;
}
.cid-uopei2bdHg .content-head {
  max-width: 800px;
}
.cid-uopei3jL3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopei3jL3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopei3jL3L .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopei3jL3L .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopei3jL3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopei3jL3L .content-head {
  max-width: 800px;
}
.cid-uopei3jL3L .card1 {
  background: #a0e2e1;
}
.cid-uopei3jL3L .card2 {
  background: #260a30;
}
.cid-uopei3jL3L .card3 {
  background: #3a341c;
}
.cid-uopei3jL3L .card4 {
  background: #ffd7ef;
}
.cid-uopei3jL3L .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopei3jL3L .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopei3jL3L .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopei3jL3L .card {
    margin-bottom: 1rem;
  }
}
.cid-uopei3jL3L .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopei3jL3L .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopei3jL3L .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopei3jL3L .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopei3jL3L .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopei3jL3L .title-row {
    padding: 1.5rem;
  }
}
.cid-uopei3jL3L .card-title2,
.cid-uopei3jL3L .social-row {
  color: #ffc091;
}
.cid-uopei3jL3L .card-title1,
.cid-uopei3jL3L .social-row {
  color: #260a30;
}
.cid-uopei3jL3L .card-title3,
.cid-uopei3jL3L .social-row {
  color: #ffeb69;
}
.cid-uopei3jL3L .card-text3,
.cid-uopei3jL3L .mbr-section-btn {
  color: #ffffff;
}
.cid-uopei3jL3L .card-text1,
.cid-uopei3jL3L .mbr-section-btn {
  color: #260a30;
}
.cid-uopei3jL3L .card-text2,
.cid-uopei3jL3L .mbr-section-btn {
  color: #ffffff;
}
.cid-uopei3jL3L .card-title4,
.cid-uopei3jL3L .social-row {
  color: #320707;
}
.cid-uopei3jL3L .card-text4,
.cid-uopei3jL3L .mbr-section-btn {
  color: #320707;
}
.cid-uopei3jL3L .mbr-role2 {
  color: #ffffff;
}
.cid-uopei3jL3L .mbr-role4 {
  color: #320707;
}
.cid-uopei3jL3L .mbr-role3 {
  color: #ffffff;
}
.cid-uopei4yj9A {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopei4yj9A img,
.cid-uopei4yj9A .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopei4yj9A .item:focus,
.cid-uopei4yj9A span:focus {
  outline: none;
}
.cid-uopei4yj9A .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopei4yj9A .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopei4yj9A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopei4yj9A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopei4yj9A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopei4yj9A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopei4yj9A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopei4yj9A .mbr-section-title {
  color: #232323;
}
.cid-uopei5C4I9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopei5C4I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopei5C4I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopei5C4I9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopei5C4I9 .row {
  flex-direction: row-reverse;
}
.cid-uopei5C4I9 img {
  width: 100%;
}
.cid-uopei6znXh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopei6znXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopei6znXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopei6znXh .mbr-section-title,
.cid-uopei6znXh .mbr-text,
.cid-uopei6znXh .mbr-section-btn {
  text-align: center;
}
.cid-uopei6znXh .video-wrapper {
  margin: auto;
}
.cid-uopei6znXh .video-wrapper iframe {
  width: 100%;
}
.cid-uopei6znXh .mbr-section-title {
  color: #ffffff;
}
.cid-uopei6znXh .mbr-text,
.cid-uopei6znXh .mbr-section-btn {
  color: #ffffff;
}
.cid-uopei7whOq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopei7whOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopei7whOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopei7whOq .item {
  padding-bottom: 2rem;
}
.cid-uopei7whOq .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopei7whOq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopei7whOq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopei7whOq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopei7whOq .carousel-control,
.cid-uopei7whOq .close {
  background: #1b1b1b;
}
.cid-uopei7whOq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopei7whOq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopei7whOq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopei7whOq .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopei7whOq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopei7whOq .close::before {
  content: '\e91a';
}
.cid-uopei7whOq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopei7whOq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopei7whOq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopei7whOq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopei7whOq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopei7whOq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopei7whOq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopei7whOq .carousel-indicators li.active,
.cid-uopei7whOq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopei7whOq .carousel-indicators li::after,
.cid-uopei7whOq .carousel-indicators li::before {
  content: none;
}
.cid-uopei7whOq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopei7whOq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopei7whOq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopei7whOq .carousel-indicators {
    display: none;
  }
}
.cid-uopei7whOq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopei7whOq .carousel-inner > .active {
  display: block;
}
.cid-uopei7whOq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopei7whOq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopei7whOq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopei7whOq .carousel-control,
  .cid-uopei7whOq .carousel-indicators,
  .cid-uopei7whOq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopei7whOq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopei7whOq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopei7whOq .carousel-indicators .active,
.cid-uopei7whOq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopei7whOq .carousel-indicators .active {
  background: #fff;
}
.cid-uopei7whOq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopei7whOq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopei7whOq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopei7whOq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopei7whOq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopei7whOq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopei7whOq .carousel {
  width: 100%;
}
.cid-uopei7whOq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopei7whOq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopei7whOq .modal.fade .modal-dialog,
.cid-uopei7whOq .modal.in .modal-dialog {
  transform: none;
}
.cid-uopei7whOq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopei7whOq H6 {
  text-align: center;
}
.cid-uopei8Ew8E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopei8Ew8E img,
.cid-uopei8Ew8E .item-img {
  width: 100%;
}
.cid-uopei8Ew8E .item:focus,
.cid-uopei8Ew8E span:focus {
  outline: none;
}
.cid-uopei8Ew8E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopei8Ew8E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopei8Ew8E .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopei8Ew8E .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopei8Ew8E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopei8Ew8E .mbr-section-title {
  color: #232323;
}
.cid-uopei8Ew8E .mbr-text,
.cid-uopei8Ew8E .mbr-section-btn {
  text-align: left;
}
.cid-uopei8Ew8E .item-title {
  text-align: left;
}
.cid-uopei8Ew8E .item-subtitle {
  text-align: center;
}
.cid-uopei9M0Aa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopei9M0Aa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopeiaTEE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopeiaTEE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeiaTEE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeiaTEE6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopeiaTEE6 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopeiaTEE6 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopeiaTEE6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopeiaTEE6 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopeiaTEE6 .mbr-section-title {
  color: #d70081;
}
.cid-uopeiaTEE6 .mbr-section-subtitle {
  color: #232323;
}
.cid-uopeiaTEE6 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopeiaTEE6 .card-box .item-footer {
  margin-top: auto;
}
.cid-uopeiaTEE6 .content-head {
  max-width: 800px;
}
.cid-uopeicvlGe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopeicvlGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeicvlGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeicvlGe .video-wrapper iframe {
  width: 100%;
}
.cid-uopeicvlGe .mbr-section-title,
.cid-uopeicvlGe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopeicvlGe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopeidvovR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopeidvovR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeidvovR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeidvovR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopeidvovR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopeidvovR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopeieDyEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopeieDyEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeieDyEw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopeieDyEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeieDyEw .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopeieDyEw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopeieDyEw .card-title,
.cid-uopeieDyEw .iconfont-wrapper {
  color: #000000;
}
.cid-uopeieDyEw .card-text {
  color: #000000;
}
.cid-uopeieDyEw .content-head {
  max-width: 800px;
}
.cid-uopeieDyEw .mbr-section-title {
  color: #000000;
}
.cid-uopeifHrlo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopeifHrlo .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopeigFXLr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uopeigFXLr img,
.cid-uopeigFXLr .item-img {
  width: 100%;
}
.cid-uopeigFXLr .item:focus,
.cid-uopeigFXLr span:focus {
  outline: none;
}
.cid-uopeigFXLr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopeigFXLr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopeigFXLr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopeigFXLr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopeigFXLr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopeigFXLr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopeigFXLr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopeigFXLr .mbr-section-title {
  color: #ffffff;
}
.cid-uopeigFXLr .mbr-text,
.cid-uopeigFXLr .mbr-section-btn {
  text-align: center;
}
.cid-uopeigFXLr .item-title {
  text-align: center;
}
.cid-uopeigFXLr .item-subtitle {
  text-align: left;
}
.cid-uopeihKUmz {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopeihKUmz .container {
    max-width: 1400px;
  }
}
.cid-uopeihKUmz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopeihKUmz .card-wrapper {
  margin-top: 3rem;
}
.cid-uopeihKUmz .row {
  justify-content: center;
}
.cid-uopeihKUmz .card-title,
.cid-uopeihKUmz .iconfont-wrapper {
  color: #000000;
}
.cid-uopeihKUmz .card-text {
  color: #000000;
}
.cid-uopeihKUmz .mbr-section-title {
  color: #000000;
}
.cid-uopeiiNRCL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopeiiNRCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeiiNRCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeiiNRCL .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopeiiNRCL .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopeiiNRCL .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopeijUN5M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopeijUN5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeijUN5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeijUN5M .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopeijUN5M .img-item {
  position: relative;
}
.cid-uopeijUN5M .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopeijUN5M .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopeijUN5M .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopeikTs3P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopeikTs3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeikTs3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopeikTs3P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopeikTs3P .row {
  flex-direction: row-reverse;
}
.cid-uopeikTs3P img {
  width: 100%;
}
.cid-uopeilYDyI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopeilYDyI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopeilYDyI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopeilYDyI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopeilYDyI .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopeilYDyI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopein3fy5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopein3fy5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopein3fy5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopein3fy5 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopein3fy5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopein3fy5 .mbr-text,
.cid-uopein3fy5 .mbr-section-btn {
  text-align: right;
}
.cid-uopein3fy5 .mbr-section-title {
  text-align: right;
}
.cid-uopeio20OL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopeio20OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeio20OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeio20OL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopeio20OL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopeio20OL .mbr-text,
.cid-uopeio20OL .mbr-section-btn {
  color: #ffffff;
}
.cid-uopeio20OL .mbr-section-title {
  color: #ffffff;
}
.cid-uopeip87dU {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopeip87dU img,
.cid-uopeip87dU .item-img {
  width: 100%;
}
.cid-uopeip87dU .item:focus,
.cid-uopeip87dU span:focus {
  outline: none;
}
.cid-uopeip87dU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopeip87dU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopeip87dU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopeip87dU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopeip87dU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopeip87dU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopeip87dU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopeip87dU .mbr-section-title {
  color: #000000;
}
.cid-uopeip87dU .mbr-text,
.cid-uopeip87dU .mbr-section-btn {
  text-align: left;
}
.cid-uopeip87dU .item-title {
  text-align: left;
}
.cid-uopeip87dU .item-subtitle {
  text-align: left;
}
.cid-uopeiqfIMV {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopeiqfIMV .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopeiqfIMV .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopeiqfIMV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopeiqfIMV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopeiqfIMV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopeiqfIMV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopeiqfIMV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopeiqfIMV H1 {
  color: #ffffff;
}
.cid-uopeiqfIMV .mbr-text,
.cid-uopeiqfIMV .mbr-media {
  color: #ffffff;
}
.cid-uopeiqfIMV .icon-description {
  color: #ffffff;
}
.cid-uopeisgywr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopeisgywr .row {
  flex-direction: row-reverse;
}
.cid-uopeisgywr .mbr-section-title {
  text-align: right;
}
.cid-uopeisgywr .mbr-section-subtitle {
  text-align: right;
}
.cid-uopeitoRbB {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopeiuw4yo {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopeiuw4yo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopeiuw4yo .plan-body {
  padding-bottom: 2rem;
}
.cid-uopeiuw4yo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopeiuw4yo .price {
  color: #4479d9;
}
.cid-uopeiuw4yo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopeiuw4yo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopeiuw4yo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopeiuw4yo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopeiuw4yo .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopeivAw86 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopeivAw86 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopeivAw86 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopeivAw86 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopeivAw86 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopeivAw86 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopeivAw86 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopeivAw86 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopeivAw86 .social-row {
  text-align: center;
}
.cid-uopeivAw86 .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-uopeivAw86 .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-uopeivAw86 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopeivAw86 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopeivAw86 .mbr-section-title {
  color: #000000;
}
.cid-uopeivAw86 .mbr-section-title1 {
  color: #000000;
}
.cid-uopeix29iT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopeix29iT img {
  width: 120px;
  margin: auto;
}
.cid-uopeix29iT .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopeix29iT .card {
    max-width: 12.5%;
  }
}
.cid-uopeix29iT .mbr-section-subtitle {
  color: #353535;
}
.cid-uopeiy8ZE0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopeiy8ZE0 .media-container-row {
  justify-content: space-between;
}
.cid-uopeiy8ZE0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopeiy8ZE0 .text-content {
    max-width: none;
  }
}
.cid-uopeiy8ZE0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopeiy8ZE0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopeiy8ZE0 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopeiy8ZE0 .icons {
    justify-content: center !important;
  }
  .cid-uopeiy8ZE0 .text-content * {
    text-align: center;
  }
}
.cid-uopeiy8ZE0 .mbr-section-title {
  color: #353535;
}
.cid-uopeiy8ZE0 P {
  color: #000000;
}
.cid-uopeizmDg8 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopeizmDg8 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopeizmDg8 .item .icon-wrap {
  text-align: center;
}
.cid-uopeizmDg8 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopeizmDg8 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopeizmDg8 .item.first:before {
  display: none;
}
.cid-uopeizmDg8 .item.five:before {
  display: none;
}
.cid-uopeizmDg8 .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopeizmDg8 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopeizmDg8 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopeizmDg8 .item:before {
    display: none;
  }
  .cid-uopeizmDg8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopeiABDYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopeiABDYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopeiABDYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopeiABDYq .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopeiABDYq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopeiABDYq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopeiABDYq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopeiBFDll {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopeiBFDll .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopeiBFDll form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopeiBFDll form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopeiBFDll form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopeiBFDll .mbr-section-title {
  color: #000000;
}
.cid-uopeiBFDll .mbr-section-subtitle {
  color: #000000;
}
.cid-uopeiCQ0bX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopeiCQ0bX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopeiCQ0bX .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopeiCQ0bX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopeiCQ0bX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopeiCQ0bX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopeiE7lPC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopeiE7lPC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopeiE7lPC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopeiE7lPC .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-uopeiE7lPC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopeiE7lPC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopeiFiskL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopeiFiskL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopeiFiskL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopeiFiskL .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopeiFiskL .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopeiFiskL .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopeiFiskL .row .foot-menu li p {
  margin: 0;
}
.cid-uopeiFiskL .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopeiFiskL .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopeiFiskL .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopeiFiskL .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopeiFiskL .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopeiFiskL .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopeiFiskL .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopeiFiskL .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uophnSj82w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uophnSj82w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnSj82w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjbtBC7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopjbtBC7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjbtBC7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjbtBC7H .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopjbtBC7H .item .icon-wrap {
  text-align: center;
}
.cid-uopjbtBC7H .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopjbtBC7H .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopjbtBC7H .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopjbtBC7H .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopjbtBC7H .item:before {
    display: none;
  }
  .cid-uopjbtBC7H .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopi9SNHj2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopi9SNHj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopi9SNHj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopi9SNHj2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopi9SNHj2 .row {
  flex-direction: row-reverse;
}
.cid-uopi9SNHj2 img {
  width: 100%;
}
.cid-uopjykFrDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopjykFrDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopjykFrDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopjykFrDa .mbr-text {
  color: #767676;
}
.cid-uopjykFrDa .mbr-section-subtitle {
  color: #767676;
}
.cid-uopjykFrDa .title .num {
  width: 100%;
  display: block;
}
.cid-uopjykFrDa .title .card-title {
  z-index: 1;
}
.cid-uopjykFrDa .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopjykFrDa * {
    text-align: center !important;
  }
  .cid-uopjykFrDa .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopi0zCo6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopi0zCo6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopi0zCo6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopi0zCo6U .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopi0zCo6U .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopi0zCo6U .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopi0zCo6U .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopi0zCo6U .mbr-text,
.cid-uopi0zCo6U .mbr-section-btn {
  color: #ffffff;
}
.cid-uopi0zCo6U .card-title,
.cid-uopi0zCo6U .card-box {
  text-align: center;
}
.cid-uopi0zCo6U .mbr-text,
.cid-uopi0zCo6U .mbr-section-btn P {
  text-align: center;
}
.cid-uophnIWMKU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uophnIWMKU .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uophnIWMKU .mbr-section-title {
  color: #000000;
}
.cid-uophnJM0zu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uophnJM0zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnJM0zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnJM0zu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uophnJM0zu .img-item {
  position: relative;
}
.cid-uophnJM0zu .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uophnJM0zu .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uophnJM0zu .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uophnKGhf2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uophnKGhf2 .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uophnKGhf2 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uophnKGhf2 form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uophnKGhf2 form.mbr-form {
    padding: 1rem;
  }
}
.cid-uophnKGhf2 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uophnKGhf2 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uophnLy9nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uophnLy9nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnLy9nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnLy9nf .mbr-text,
.cid-uophnLy9nf .mbr-section-btn {
  color: #232323;
}
.cid-uophnLy9nf .btn {
  width: 100%;
}
.cid-uophnLy9nf .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uophnLy9nf H1 {
  text-align: center;
}
.cid-uophnMrg0P {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uophnMrg0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnMrg0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnMrg0P .row {
  flex-direction: row-reverse;
}
.cid-uophnMrg0P .video-wrapper iframe {
  width: 100%;
}
.cid-uophnMrg0P .mbr-section-title,
.cid-uophnMrg0P .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uophnMrg0P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uophnNraQA {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uophnNraQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnNraQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnNraQA .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uophnNraQA .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uophnOmYVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uophnOmYVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnOmYVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnOmYVG .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uophnOmYVG img {
  margin: auto;
  width: 140px;
}
.cid-uophnOmYVG .row {
  align-items: flex-start;
}
.cid-uophnOmYVG .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uophnOmYVG .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uophnOmYVG .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uophnOmYVG .item-wrapper {
    padding: 1rem;
  }
}
.cid-uophnPhGRg {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uophnPhGRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnPhGRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnPhGRg .mbr-text,
.cid-uophnPhGRg .mbr-section-btn {
  color: #232323;
}
.cid-uophnPhGRg .btn {
  width: 100%;
}
.cid-uophnPhGRg .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uophnQeP2l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uophnQeP2l img {
  width: 120px;
  margin: auto;
}
.cid-uophnQeP2l .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uophnQeP2l .card {
    max-width: 12.5%;
  }
}
.cid-uophnRbGP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uophnRbGP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnRbGP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnRbGP5 .item {
  padding-bottom: 2rem;
}
.cid-uophnRbGP5 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uophnRbGP5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uophnRbGP5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uophnRbGP5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uophnRbGP5 .carousel-control,
.cid-uophnRbGP5 .close {
  background: #1b1b1b;
}
.cid-uophnRbGP5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uophnRbGP5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uophnRbGP5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uophnRbGP5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uophnRbGP5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uophnRbGP5 .close::before {
  content: '\e91a';
}
.cid-uophnRbGP5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uophnRbGP5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uophnRbGP5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uophnRbGP5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uophnRbGP5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uophnRbGP5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uophnRbGP5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uophnRbGP5 .carousel-indicators li.active,
.cid-uophnRbGP5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uophnRbGP5 .carousel-indicators li::after,
.cid-uophnRbGP5 .carousel-indicators li::before {
  content: none;
}
.cid-uophnRbGP5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uophnRbGP5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uophnRbGP5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uophnRbGP5 .carousel-indicators {
    display: none;
  }
}
.cid-uophnRbGP5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uophnRbGP5 .carousel-inner > .active {
  display: block;
}
.cid-uophnRbGP5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uophnRbGP5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uophnRbGP5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uophnRbGP5 .carousel-control,
  .cid-uophnRbGP5 .carousel-indicators,
  .cid-uophnRbGP5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uophnRbGP5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uophnRbGP5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uophnRbGP5 .carousel-indicators .active,
.cid-uophnRbGP5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uophnRbGP5 .carousel-indicators .active {
  background: #fff;
}
.cid-uophnRbGP5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uophnRbGP5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uophnRbGP5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uophnRbGP5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uophnRbGP5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uophnRbGP5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uophnRbGP5 .carousel {
  width: 100%;
}
.cid-uophnRbGP5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uophnRbGP5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uophnRbGP5 .modal.fade .modal-dialog,
.cid-uophnRbGP5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uophnRbGP5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uophnRbGP5 H6 {
  text-align: center;
}
.cid-uophy52R2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uophy52R2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophy52R2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uophy52R2l .row {
    flex-direction: column-reverse;
  }
  .cid-uophy52R2l .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophy52R2l .google-map {
  height: 100%;
  position: relative;
}
.cid-uophy52R2l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uophy52R2l .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-uophy52R2l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uophy52R2l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uophy52R2l .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uophy52R2l .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uophy52R2l .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uophy52R2l .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uophy52R2l .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uophy52R2l .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uophnTgbdN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d861ff;
}
@media (min-width: 991px) {
  .cid-uophnTgbdN .container-fluid {
    padding-left: 0;
  }
}
.cid-uophnTgbdN .mbr-text,
.cid-uophnTgbdN .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uophnTgbdN .mbr-text,
  .cid-uophnTgbdN .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uophnTgbdN .mbr-text,
  .cid-uophnTgbdN .mbr-section-title {
    text-align: center;
  }
}
.cid-uophnTgbdN a.btn {
  height: 100%;
  margin: 0;
}
.cid-uophnTgbdN .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uophnTgbdN .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uophnTgbdN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophnTgbdN .justify-content-center {
  align-items: center;
}
.cid-uophnUjRDs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uophnUjRDs .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uophnUjRDs img,
.cid-uophnUjRDs .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uophnUjRDs .item:focus,
.cid-uophnUjRDs span:focus {
  outline: none;
}
.cid-uophnUjRDs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uophnUjRDs .item {
    margin-bottom: 1rem;
  }
}
.cid-uophnUjRDs .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uophnUjRDs .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uophnUjRDs .item-content .item-footer {
  margin-top: auto;
}
.cid-uophnUjRDs .mbr-section-title {
  color: #000000;
}
.cid-uophnUjRDs .mbr-text,
.cid-uophnUjRDs .mbr-section-btn {
  color: #000000;
}
.cid-uophnUjRDs .item-title {
  color: #000000;
}
.cid-uophnUjRDs .content-head {
  max-width: 800px;
}
.cid-uophnVfo92 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uophnVfo92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnVfo92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnVfo92 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uophnVfo92 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uophnVfo92 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uophnVfo92 .content-head {
  max-width: 800px;
}
.cid-uophnWm9rc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uophnWm9rc img,
.cid-uophnWm9rc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uophnWm9rc .item:focus,
.cid-uophnWm9rc span:focus {
  outline: none;
}
.cid-uophnWm9rc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uophnWm9rc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uophnWm9rc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uophnWm9rc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uophnWm9rc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uophnWm9rc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uophnWm9rc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uophnWm9rc .mbr-section-title {
  color: #232323;
}
.cid-uophnWm9rc .mbr-text,
.cid-uophnWm9rc .mbr-section-btn {
  text-align: left;
}
.cid-uophnWm9rc .item-title {
  text-align: left;
}
.cid-uophnWm9rc .item-subtitle {
  text-align: center;
}
.cid-uophnXntWe {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uophnXntWe h6 {
  line-height: 1.2;
}
.cid-uophnXntWe img,
.cid-uophnXntWe .item-img {
  width: 100%;
}
.cid-uophnXntWe .item:focus,
.cid-uophnXntWe span:focus {
  outline: none;
}
.cid-uophnXntWe .item {
  cursor: pointer;
}
.cid-uophnXntWe .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uophnXntWe .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uophnXntWe .mbr-section-title {
  color: #000000;
}
.cid-uophnXntWe .mbr-text,
.cid-uophnXntWe .mbr-section-btn {
  color: #000000;
}
.cid-uophnXntWe .item-title {
  color: #000000;
  text-align: center;
}
.cid-uophnXntWe .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uophnXntWe .item-text {
  color: #000000;
  text-align: center;
}
.cid-uophnXntWe .content-head {
  max-width: 800px;
}
.cid-uophnYruSW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uophnYruSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophnYruSW .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uophnYruSW .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uophnYruSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophnYruSW .content-head {
  max-width: 800px;
}
.cid-uophnYruSW .card1 {
  background: #a0e2e1;
}
.cid-uophnYruSW .card2 {
  background: #260a30;
}
.cid-uophnYruSW .card3 {
  background: #3a341c;
}
.cid-uophnYruSW .card4 {
  background: #ffd7ef;
}
.cid-uophnYruSW .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uophnYruSW .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uophnYruSW .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uophnYruSW .card {
    margin-bottom: 1rem;
  }
}
.cid-uophnYruSW .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uophnYruSW .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uophnYruSW .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uophnYruSW .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uophnYruSW .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uophnYruSW .title-row {
    padding: 1.5rem;
  }
}
.cid-uophnYruSW .card-title2,
.cid-uophnYruSW .social-row {
  color: #ffc091;
}
.cid-uophnYruSW .card-title1,
.cid-uophnYruSW .social-row {
  color: #260a30;
}
.cid-uophnYruSW .card-title3,
.cid-uophnYruSW .social-row {
  color: #ffeb69;
}
.cid-uophnYruSW .card-text3,
.cid-uophnYruSW .mbr-section-btn {
  color: #ffffff;
}
.cid-uophnYruSW .card-text1,
.cid-uophnYruSW .mbr-section-btn {
  color: #260a30;
}
.cid-uophnYruSW .card-text2,
.cid-uophnYruSW .mbr-section-btn {
  color: #ffffff;
}
.cid-uophnYruSW .card-title4,
.cid-uophnYruSW .social-row {
  color: #320707;
}
.cid-uophnYruSW .card-text4,
.cid-uophnYruSW .mbr-section-btn {
  color: #320707;
}
.cid-uophnYruSW .mbr-role2 {
  color: #ffffff;
}
.cid-uophnYruSW .mbr-role4 {
  color: #320707;
}
.cid-uophnYruSW .mbr-role3 {
  color: #ffffff;
}
.cid-uophnZwVMR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uophnZwVMR img,
.cid-uophnZwVMR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uophnZwVMR .item:focus,
.cid-uophnZwVMR span:focus {
  outline: none;
}
.cid-uophnZwVMR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uophnZwVMR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uophnZwVMR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uophnZwVMR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uophnZwVMR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uophnZwVMR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uophnZwVMR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uophnZwVMR .mbr-section-title {
  color: #232323;
}
.cid-uopho0FYgM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopho0FYgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho0FYgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopho0FYgM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopho0FYgM .row {
  flex-direction: row-reverse;
}
.cid-uopho0FYgM img {
  width: 100%;
}
.cid-uopho1AOJg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopho1AOJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho1AOJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho1AOJg .mbr-section-title,
.cid-uopho1AOJg .mbr-text,
.cid-uopho1AOJg .mbr-section-btn {
  text-align: center;
}
.cid-uopho1AOJg .video-wrapper {
  margin: auto;
}
.cid-uopho1AOJg .video-wrapper iframe {
  width: 100%;
}
.cid-uopho1AOJg .mbr-section-title {
  color: #ffffff;
}
.cid-uopho1AOJg .mbr-text,
.cid-uopho1AOJg .mbr-section-btn {
  color: #ffffff;
}
.cid-uopho2Hhl1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopho2Hhl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho2Hhl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho2Hhl1 .item {
  padding-bottom: 2rem;
}
.cid-uopho2Hhl1 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopho2Hhl1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopho2Hhl1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopho2Hhl1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopho2Hhl1 .carousel-control,
.cid-uopho2Hhl1 .close {
  background: #1b1b1b;
}
.cid-uopho2Hhl1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopho2Hhl1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopho2Hhl1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopho2Hhl1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopho2Hhl1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopho2Hhl1 .close::before {
  content: '\e91a';
}
.cid-uopho2Hhl1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopho2Hhl1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopho2Hhl1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopho2Hhl1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopho2Hhl1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopho2Hhl1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopho2Hhl1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopho2Hhl1 .carousel-indicators li.active,
.cid-uopho2Hhl1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopho2Hhl1 .carousel-indicators li::after,
.cid-uopho2Hhl1 .carousel-indicators li::before {
  content: none;
}
.cid-uopho2Hhl1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopho2Hhl1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopho2Hhl1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopho2Hhl1 .carousel-indicators {
    display: none;
  }
}
.cid-uopho2Hhl1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopho2Hhl1 .carousel-inner > .active {
  display: block;
}
.cid-uopho2Hhl1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopho2Hhl1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopho2Hhl1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopho2Hhl1 .carousel-control,
  .cid-uopho2Hhl1 .carousel-indicators,
  .cid-uopho2Hhl1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopho2Hhl1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopho2Hhl1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopho2Hhl1 .carousel-indicators .active,
.cid-uopho2Hhl1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopho2Hhl1 .carousel-indicators .active {
  background: #fff;
}
.cid-uopho2Hhl1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopho2Hhl1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopho2Hhl1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopho2Hhl1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopho2Hhl1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopho2Hhl1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopho2Hhl1 .carousel {
  width: 100%;
}
.cid-uopho2Hhl1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopho2Hhl1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopho2Hhl1 .modal.fade .modal-dialog,
.cid-uopho2Hhl1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopho2Hhl1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopho2Hhl1 H6 {
  text-align: center;
}
.cid-uopho3P6l0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopho3P6l0 img,
.cid-uopho3P6l0 .item-img {
  width: 100%;
}
.cid-uopho3P6l0 .item:focus,
.cid-uopho3P6l0 span:focus {
  outline: none;
}
.cid-uopho3P6l0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopho3P6l0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopho3P6l0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopho3P6l0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopho3P6l0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopho3P6l0 .mbr-section-title {
  color: #232323;
}
.cid-uopho3P6l0 .mbr-text,
.cid-uopho3P6l0 .mbr-section-btn {
  text-align: left;
}
.cid-uopho3P6l0 .item-title {
  text-align: left;
}
.cid-uopho3P6l0 .item-subtitle {
  text-align: center;
}
.cid-uopho4WS1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopho4WS1t blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopho5TG8W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopho5TG8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho5TG8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho5TG8W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopho5TG8W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopho5TG8W .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopho5TG8W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopho5TG8W .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopho5TG8W .mbr-section-title {
  color: #d70081;
}
.cid-uopho5TG8W .mbr-section-subtitle {
  color: #232323;
}
.cid-uopho5TG8W .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopho5TG8W .card-box .item-footer {
  margin-top: auto;
}
.cid-uopho5TG8W .content-head {
  max-width: 800px;
}
.cid-uopho7vKt0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopho7vKt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho7vKt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho7vKt0 .video-wrapper iframe {
  width: 100%;
}
.cid-uopho7vKt0 .mbr-section-title,
.cid-uopho7vKt0 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopho7vKt0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopho8BomC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopho8BomC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho8BomC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho8BomC .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopho8BomC .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopho8BomC .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopho9G00l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopho9G00l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopho9G00l .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopho9G00l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopho9G00l .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopho9G00l .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopho9G00l .card-title,
.cid-uopho9G00l .iconfont-wrapper {
  color: #000000;
}
.cid-uopho9G00l .card-text {
  color: #000000;
}
.cid-uopho9G00l .content-head {
  max-width: 800px;
}
.cid-uopho9G00l .mbr-section-title {
  color: #000000;
}
.cid-uophoaI7G7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uophoaI7G7 .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uophobF8Dc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uophobF8Dc img,
.cid-uophobF8Dc .item-img {
  width: 100%;
}
.cid-uophobF8Dc .item:focus,
.cid-uophobF8Dc span:focus {
  outline: none;
}
.cid-uophobF8Dc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uophobF8Dc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uophobF8Dc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uophobF8Dc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uophobF8Dc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uophobF8Dc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uophobF8Dc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uophobF8Dc .mbr-section-title {
  color: #ffffff;
}
.cid-uophobF8Dc .mbr-text,
.cid-uophobF8Dc .mbr-section-btn {
  text-align: center;
}
.cid-uophobF8Dc .item-title {
  text-align: center;
}
.cid-uophobF8Dc .item-subtitle {
  text-align: left;
}
.cid-uophocKhQ0 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uophocKhQ0 .container {
    max-width: 1400px;
  }
}
.cid-uophocKhQ0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uophocKhQ0 .card-wrapper {
  margin-top: 3rem;
}
.cid-uophocKhQ0 .row {
  justify-content: center;
}
.cid-uophocKhQ0 .card-title,
.cid-uophocKhQ0 .iconfont-wrapper {
  color: #000000;
}
.cid-uophocKhQ0 .card-text {
  color: #000000;
}
.cid-uophocKhQ0 .mbr-section-title {
  color: #000000;
}
.cid-uophodREFV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uophodREFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophodREFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophodREFV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uophodREFV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uophodREFV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uophofdoTY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uophofdoTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophofdoTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophofdoTY .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uophofdoTY .img-item {
  position: relative;
}
.cid-uophofdoTY .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uophofdoTY .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uophofdoTY .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uophoglWEO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uophoglWEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophoglWEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uophoglWEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uophoglWEO .row {
  flex-direction: row-reverse;
}
.cid-uophoglWEO img {
  width: 100%;
}
.cid-uophohqfWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uophohqfWc .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uophohqfWc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophohqfWc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uophohqfWc .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uophohqfWc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophoipUhY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uophoipUhY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophoipUhY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uophoipUhY .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uophoipUhY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophoipUhY .mbr-text,
.cid-uophoipUhY .mbr-section-btn {
  text-align: right;
}
.cid-uophoipUhY .mbr-section-title {
  text-align: right;
}
.cid-uophojpL8f {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uophojpL8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophojpL8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophojpL8f .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uophojpL8f .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uophojpL8f .mbr-text,
.cid-uophojpL8f .mbr-section-btn {
  color: #ffffff;
}
.cid-uophojpL8f .mbr-section-title {
  color: #ffffff;
}
.cid-uophokqysj {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uophokqysj img,
.cid-uophokqysj .item-img {
  width: 100%;
}
.cid-uophokqysj .item:focus,
.cid-uophokqysj span:focus {
  outline: none;
}
.cid-uophokqysj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uophokqysj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uophokqysj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uophokqysj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uophokqysj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uophokqysj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uophokqysj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uophokqysj .mbr-section-title {
  color: #000000;
}
.cid-uophokqysj .mbr-text,
.cid-uophokqysj .mbr-section-btn {
  text-align: left;
}
.cid-uophokqysj .item-title {
  text-align: left;
}
.cid-uophokqysj .item-subtitle {
  text-align: left;
}
.cid-uopholwi4l {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopholwi4l .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopholwi4l .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopholwi4l .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopholwi4l .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopholwi4l .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopholwi4l .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopholwi4l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopholwi4l H1 {
  color: #ffffff;
}
.cid-uopholwi4l .mbr-text,
.cid-uopholwi4l .mbr-media {
  color: #ffffff;
}
.cid-uopholwi4l .icon-description {
  color: #ffffff;
}
.cid-uophonb54D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uophonb54D .row {
  flex-direction: row-reverse;
}
.cid-uophonb54D .mbr-section-title {
  text-align: right;
}
.cid-uophonb54D .mbr-section-subtitle {
  text-align: right;
}
.cid-uophoojeIJ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uophopjlD7 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uophopjlD7 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uophopjlD7 .plan-body {
  padding-bottom: 2rem;
}
.cid-uophopjlD7 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uophopjlD7 .price {
  color: #4479d9;
}
.cid-uophopjlD7 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uophopjlD7 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uophopjlD7 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uophopjlD7 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uophopjlD7 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uophoqFrLW {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uophoqFrLW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uophoqFrLW .team-card:hover {
  transform: translateY(-10px);
}
.cid-uophoqFrLW .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uophoqFrLW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uophoqFrLW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uophoqFrLW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uophoqFrLW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uophoqFrLW .social-row {
  text-align: center;
}
.cid-uophoqFrLW .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-uophoqFrLW .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-uophoqFrLW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uophoqFrLW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uophoqFrLW .mbr-section-title {
  color: #000000;
}
.cid-uophoqFrLW .mbr-section-title1 {
  color: #000000;
}
.cid-uophos8VQw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uophos8VQw img {
  width: 120px;
  margin: auto;
}
.cid-uophos8VQw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uophos8VQw .card {
    max-width: 12.5%;
  }
}
.cid-uophos8VQw .mbr-section-subtitle {
  color: #353535;
}
.cid-uophotgJh5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uophotgJh5 .media-container-row {
  justify-content: space-between;
}
.cid-uophotgJh5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uophotgJh5 .text-content {
    max-width: none;
  }
}
.cid-uophotgJh5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uophotgJh5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uophotgJh5 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uophotgJh5 .icons {
    justify-content: center !important;
  }
  .cid-uophotgJh5 .text-content * {
    text-align: center;
  }
}
.cid-uophotgJh5 .mbr-section-title {
  color: #353535;
}
.cid-uophotgJh5 P {
  color: #000000;
}
.cid-uophoumDtL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uophoumDtL .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uophoumDtL .item .icon-wrap {
  text-align: center;
}
.cid-uophoumDtL .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uophoumDtL .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uophoumDtL .item.first:before {
  display: none;
}
.cid-uophoumDtL .item.five:before {
  display: none;
}
.cid-uophoumDtL .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uophoumDtL .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uophoumDtL .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uophoumDtL .item:before {
    display: none;
  }
  .cid-uophoumDtL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uophovyOaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uophovyOaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uophovyOaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uophovyOaJ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uophovyOaJ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uophovyOaJ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uophovyOaJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uophowFmia {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uophowFmia .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uophowFmia form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uophowFmia form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uophowFmia form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uophowFmia .mbr-section-title {
  color: #000000;
}
.cid-uophowFmia .mbr-section-subtitle {
  color: #000000;
}
.cid-uophoxJTME {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uophoxJTME .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uophoxJTME .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uophoxJTME .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uophoxJTME .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uophoxJTME .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uophoyQOvD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uophoyQOvD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uophoyQOvD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uophoyQOvD .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-uophoyQOvD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uophoyQOvD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uophoA1lSN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uophoA1lSN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uophoA1lSN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uophoA1lSN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uophoA1lSN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uophoA1lSN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uophoA1lSN .row .foot-menu li p {
  margin: 0;
}
.cid-uophoA1lSN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uophoA1lSN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uophoA1lSN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uophoA1lSN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uophoA1lSN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uophoA1lSN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uophoA1lSN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uophoA1lSN .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopkM2ed7H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopkM2ed7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkM2ed7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkM3eqII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkM3eqII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkM3eqII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkM3eqII .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopkM3eqII .item .icon-wrap {
  text-align: center;
}
.cid-uopkM3eqII .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopkM3eqII .icon-box {
  background: #0fcb37;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopkM3eqII .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopkM3eqII .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopkM3eqII .item:before {
    display: none;
  }
  .cid-uopkM3eqII .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkM4shBz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkM4shBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkM4shBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopkM4shBz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopkM4shBz .row {
  flex-direction: row-reverse;
}
.cid-uopkM4shBz img {
  width: 100%;
}
.cid-uopkMbZ3HW {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopkMbZ3HW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMbZ3HW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMbZ3HW .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopkMbZ3HW .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopkM5msQR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkM5msQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkM5msQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkM5msQR .mbr-text {
  color: #767676;
}
.cid-uopkM5msQR .mbr-section-subtitle {
  color: #767676;
}
.cid-uopkM5msQR .title .num {
  width: 100%;
  display: block;
}
.cid-uopkM5msQR .title .card-title {
  z-index: 1;
}
.cid-uopkM5msQR .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopkM5msQR * {
    text-align: center !important;
  }
  .cid-uopkM5msQR .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopkM7mefE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkM7mefE .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopkM7mefE .mbr-section-title {
  color: #000000;
}
.cid-uopkM8h4i7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopkM8h4i7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkM8h4i7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkM8h4i7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopkM8h4i7 .img-item {
  position: relative;
}
.cid-uopkM8h4i7 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopkM8h4i7 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopkM8h4i7 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopkM9gUCj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopkM9gUCj .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopkM9gUCj form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopkM9gUCj form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopkM9gUCj form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopkM9gUCj form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopkM9gUCj form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopkMaaI9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopkMaaI9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMaaI9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMaaI9S .mbr-text,
.cid-uopkMaaI9S .mbr-section-btn {
  color: #232323;
}
.cid-uopkMaaI9S .btn {
  width: 100%;
}
.cid-uopkMaaI9S .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopkMaaI9S H1 {
  text-align: center;
}
.cid-uopkMb4rP8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopkMb4rP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMb4rP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMb4rP8 .row {
  flex-direction: row-reverse;
}
.cid-uopkMb4rP8 .video-wrapper iframe {
  width: 100%;
}
.cid-uopkMb4rP8 .mbr-section-title,
.cid-uopkMb4rP8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopkMb4rP8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopkMd6GCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopkMd6GCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMd6GCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMd6GCp .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopkMd6GCp img {
  margin: auto;
  width: 140px;
}
.cid-uopkMd6GCp .row {
  align-items: flex-start;
}
.cid-uopkMd6GCp .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopkMd6GCp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopkMd6GCp .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopkMd6GCp .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopkMe9OTb {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopkMe9OTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMe9OTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMe9OTb .mbr-text,
.cid-uopkMe9OTb .mbr-section-btn {
  color: #232323;
}
.cid-uopkMe9OTb .btn {
  width: 100%;
}
.cid-uopkMe9OTb .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopkMf4uCP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMf4uCP img {
  width: 120px;
  margin: auto;
}
.cid-uopkMf4uCP .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopkMf4uCP .card {
    max-width: 12.5%;
  }
}
.cid-uopkMgaZPh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMgaZPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMgaZPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMgaZPh .item {
  padding-bottom: 2rem;
}
.cid-uopkMgaZPh .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopkMgaZPh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopkMgaZPh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopkMgaZPh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopkMgaZPh .carousel-control,
.cid-uopkMgaZPh .close {
  background: #1b1b1b;
}
.cid-uopkMgaZPh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopkMgaZPh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopkMgaZPh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopkMgaZPh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopkMgaZPh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopkMgaZPh .close::before {
  content: '\e91a';
}
.cid-uopkMgaZPh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopkMgaZPh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopkMgaZPh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopkMgaZPh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopkMgaZPh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopkMgaZPh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopkMgaZPh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopkMgaZPh .carousel-indicators li.active,
.cid-uopkMgaZPh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopkMgaZPh .carousel-indicators li::after,
.cid-uopkMgaZPh .carousel-indicators li::before {
  content: none;
}
.cid-uopkMgaZPh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopkMgaZPh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopkMgaZPh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopkMgaZPh .carousel-indicators {
    display: none;
  }
}
.cid-uopkMgaZPh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopkMgaZPh .carousel-inner > .active {
  display: block;
}
.cid-uopkMgaZPh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopkMgaZPh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopkMgaZPh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopkMgaZPh .carousel-control,
  .cid-uopkMgaZPh .carousel-indicators,
  .cid-uopkMgaZPh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopkMgaZPh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopkMgaZPh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopkMgaZPh .carousel-indicators .active,
.cid-uopkMgaZPh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopkMgaZPh .carousel-indicators .active {
  background: #fff;
}
.cid-uopkMgaZPh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopkMgaZPh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopkMgaZPh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopkMgaZPh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopkMgaZPh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopkMgaZPh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopkMgaZPh .carousel {
  width: 100%;
}
.cid-uopkMgaZPh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopkMgaZPh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopkMgaZPh .modal.fade .modal-dialog,
.cid-uopkMgaZPh .modal.in .modal-dialog {
  transform: none;
}
.cid-uopkMgaZPh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopkMgaZPh H6 {
  text-align: center;
}
.cid-uopkMhh3eG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopkMhh3eG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMhh3eG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopkMhh3eG .row {
    flex-direction: column-reverse;
  }
  .cid-uopkMhh3eG .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMhh3eG .google-map {
  height: 100%;
  position: relative;
}
.cid-uopkMhh3eG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopkMhh3eG .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-uopkMhh3eG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopkMhh3eG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopkMhh3eG .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopkMhh3eG .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopkMhh3eG .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopkMhh3eG .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopkMhh3eG .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopkMhh3eG .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopkMijf7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d861ff;
}
@media (min-width: 991px) {
  .cid-uopkMijf7T .container-fluid {
    padding-left: 0;
  }
}
.cid-uopkMijf7T .mbr-text,
.cid-uopkMijf7T .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uopkMijf7T .mbr-text,
  .cid-uopkMijf7T .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uopkMijf7T .mbr-text,
  .cid-uopkMijf7T .mbr-section-title {
    text-align: center;
  }
}
.cid-uopkMijf7T a.btn {
  height: 100%;
  margin: 0;
}
.cid-uopkMijf7T .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uopkMijf7T .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uopkMijf7T .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMijf7T .justify-content-center {
  align-items: center;
}
.cid-uopkMjo4lb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMjo4lb .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uopkMjo4lb img,
.cid-uopkMjo4lb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uopkMjo4lb .item:focus,
.cid-uopkMjo4lb span:focus {
  outline: none;
}
.cid-uopkMjo4lb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopkMjo4lb .item {
    margin-bottom: 1rem;
  }
}
.cid-uopkMjo4lb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uopkMjo4lb .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopkMjo4lb .item-content .item-footer {
  margin-top: auto;
}
.cid-uopkMjo4lb .mbr-section-title {
  color: #000000;
}
.cid-uopkMjo4lb .mbr-text,
.cid-uopkMjo4lb .mbr-section-btn {
  color: #000000;
}
.cid-uopkMjo4lb .item-title {
  color: #000000;
}
.cid-uopkMjo4lb .content-head {
  max-width: 800px;
}
.cid-uopkMkq1rx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopkMkq1rx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMkq1rx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMkq1rx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopkMkq1rx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopkMkq1rx .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopkMkq1rx .content-head {
  max-width: 800px;
}
.cid-uopkMkq1rx .card-title {
  color: #ffffff;
}
.cid-uopkMkq1rx .card-text {
  color: #ffffff;
}
.cid-uopkMlp5Dh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMlp5Dh img,
.cid-uopkMlp5Dh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopkMlp5Dh .item:focus,
.cid-uopkMlp5Dh span:focus {
  outline: none;
}
.cid-uopkMlp5Dh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopkMlp5Dh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopkMlp5Dh .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopkMlp5Dh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopkMlp5Dh .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopkMlp5Dh .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopkMlp5Dh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopkMlp5Dh .mbr-section-title {
  color: #232323;
}
.cid-uopkMlp5Dh .mbr-text,
.cid-uopkMlp5Dh .mbr-section-btn {
  text-align: left;
}
.cid-uopkMlp5Dh .item-title {
  text-align: left;
}
.cid-uopkMlp5Dh .item-subtitle {
  text-align: center;
}
.cid-uopkMmv5Vt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMmv5Vt h6 {
  line-height: 1.2;
}
.cid-uopkMmv5Vt img,
.cid-uopkMmv5Vt .item-img {
  width: 100%;
}
.cid-uopkMmv5Vt .item:focus,
.cid-uopkMmv5Vt span:focus {
  outline: none;
}
.cid-uopkMmv5Vt .item {
  cursor: pointer;
}
.cid-uopkMmv5Vt .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uopkMmv5Vt .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uopkMmv5Vt .mbr-section-title {
  color: #000000;
}
.cid-uopkMmv5Vt .mbr-text,
.cid-uopkMmv5Vt .mbr-section-btn {
  color: #000000;
}
.cid-uopkMmv5Vt .item-title {
  color: #000000;
  text-align: center;
}
.cid-uopkMmv5Vt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uopkMmv5Vt .item-text {
  color: #000000;
  text-align: center;
}
.cid-uopkMmv5Vt .content-head {
  max-width: 800px;
}
.cid-uopkMnATk4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopkMnATk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMnATk4 .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopkMnATk4 .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopkMnATk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMnATk4 .content-head {
  max-width: 800px;
}
.cid-uopkMnATk4 .card1 {
  background: #a0e2e1;
}
.cid-uopkMnATk4 .card2 {
  background: #260a30;
}
.cid-uopkMnATk4 .card3 {
  background: #3a341c;
}
.cid-uopkMnATk4 .card4 {
  background: #ffd7ef;
}
.cid-uopkMnATk4 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopkMnATk4 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopkMnATk4 .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopkMnATk4 .card {
    margin-bottom: 1rem;
  }
}
.cid-uopkMnATk4 .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopkMnATk4 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopkMnATk4 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopkMnATk4 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopkMnATk4 .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopkMnATk4 .title-row {
    padding: 1.5rem;
  }
}
.cid-uopkMnATk4 .card-title2,
.cid-uopkMnATk4 .social-row {
  color: #ffc091;
}
.cid-uopkMnATk4 .card-title1,
.cid-uopkMnATk4 .social-row {
  color: #260a30;
}
.cid-uopkMnATk4 .card-title3,
.cid-uopkMnATk4 .social-row {
  color: #ffeb69;
}
.cid-uopkMnATk4 .card-text3,
.cid-uopkMnATk4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopkMnATk4 .card-text1,
.cid-uopkMnATk4 .mbr-section-btn {
  color: #260a30;
}
.cid-uopkMnATk4 .card-text2,
.cid-uopkMnATk4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopkMnATk4 .card-title4,
.cid-uopkMnATk4 .social-row {
  color: #320707;
}
.cid-uopkMnATk4 .card-text4,
.cid-uopkMnATk4 .mbr-section-btn {
  color: #320707;
}
.cid-uopkMnATk4 .mbr-role2 {
  color: #ffffff;
}
.cid-uopkMnATk4 .mbr-role4 {
  color: #320707;
}
.cid-uopkMnATk4 .mbr-role3 {
  color: #ffffff;
}
.cid-uopkMoLKMV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopkMoLKMV img,
.cid-uopkMoLKMV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopkMoLKMV .item:focus,
.cid-uopkMoLKMV span:focus {
  outline: none;
}
.cid-uopkMoLKMV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopkMoLKMV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopkMoLKMV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopkMoLKMV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopkMoLKMV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopkMoLKMV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopkMoLKMV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopkMoLKMV .mbr-section-title {
  color: #232323;
}
.cid-uopkMpND2t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkMpND2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMpND2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopkMpND2t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopkMpND2t .row {
  flex-direction: row-reverse;
}
.cid-uopkMpND2t img {
  width: 100%;
}
.cid-uopkMqSVrH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopkMqSVrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMqSVrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMqSVrH .mbr-section-title,
.cid-uopkMqSVrH .mbr-text,
.cid-uopkMqSVrH .mbr-section-btn {
  text-align: center;
}
.cid-uopkMqSVrH .video-wrapper {
  margin: auto;
}
.cid-uopkMqSVrH .video-wrapper iframe {
  width: 100%;
}
.cid-uopkMqSVrH .mbr-section-title {
  color: #ffffff;
}
.cid-uopkMqSVrH .mbr-text,
.cid-uopkMqSVrH .mbr-section-btn {
  color: #ffffff;
}
.cid-uopkMrTCDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMrTCDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMrTCDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMrTCDj .item {
  padding-bottom: 2rem;
}
.cid-uopkMrTCDj .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopkMrTCDj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopkMrTCDj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopkMrTCDj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopkMrTCDj .carousel-control,
.cid-uopkMrTCDj .close {
  background: #1b1b1b;
}
.cid-uopkMrTCDj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopkMrTCDj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopkMrTCDj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopkMrTCDj .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopkMrTCDj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopkMrTCDj .close::before {
  content: '\e91a';
}
.cid-uopkMrTCDj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopkMrTCDj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopkMrTCDj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopkMrTCDj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopkMrTCDj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopkMrTCDj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopkMrTCDj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopkMrTCDj .carousel-indicators li.active,
.cid-uopkMrTCDj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopkMrTCDj .carousel-indicators li::after,
.cid-uopkMrTCDj .carousel-indicators li::before {
  content: none;
}
.cid-uopkMrTCDj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopkMrTCDj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopkMrTCDj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopkMrTCDj .carousel-indicators {
    display: none;
  }
}
.cid-uopkMrTCDj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopkMrTCDj .carousel-inner > .active {
  display: block;
}
.cid-uopkMrTCDj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopkMrTCDj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopkMrTCDj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopkMrTCDj .carousel-control,
  .cid-uopkMrTCDj .carousel-indicators,
  .cid-uopkMrTCDj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopkMrTCDj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopkMrTCDj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopkMrTCDj .carousel-indicators .active,
.cid-uopkMrTCDj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopkMrTCDj .carousel-indicators .active {
  background: #fff;
}
.cid-uopkMrTCDj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopkMrTCDj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopkMrTCDj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopkMrTCDj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopkMrTCDj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopkMrTCDj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopkMrTCDj .carousel {
  width: 100%;
}
.cid-uopkMrTCDj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopkMrTCDj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopkMrTCDj .modal.fade .modal-dialog,
.cid-uopkMrTCDj .modal.in .modal-dialog {
  transform: none;
}
.cid-uopkMrTCDj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopkMrTCDj H6 {
  text-align: center;
}
.cid-uopkMt0wYh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMt0wYh img,
.cid-uopkMt0wYh .item-img {
  width: 100%;
}
.cid-uopkMt0wYh .item:focus,
.cid-uopkMt0wYh span:focus {
  outline: none;
}
.cid-uopkMt0wYh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopkMt0wYh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopkMt0wYh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopkMt0wYh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopkMt0wYh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopkMt0wYh .mbr-section-title {
  color: #232323;
}
.cid-uopkMt0wYh .mbr-text,
.cid-uopkMt0wYh .mbr-section-btn {
  text-align: left;
}
.cid-uopkMt0wYh .item-title {
  text-align: left;
}
.cid-uopkMt0wYh .item-subtitle {
  text-align: center;
}
.cid-uopkMu64ZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopkMu64ZV blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopkMv3uIo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopkMv3uIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMv3uIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMv3uIo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopkMv3uIo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopkMv3uIo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopkMv3uIo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopkMv3uIo .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopkMv3uIo .mbr-section-title {
  color: #d70081;
}
.cid-uopkMv3uIo .mbr-section-subtitle {
  color: #232323;
}
.cid-uopkMv3uIo .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopkMv3uIo .card-box .item-footer {
  margin-top: auto;
}
.cid-uopkMv3uIo .content-head {
  max-width: 800px;
}
.cid-uopkMwOhqf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMwOhqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMwOhqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMwOhqf .video-wrapper iframe {
  width: 100%;
}
.cid-uopkMwOhqf .mbr-section-title,
.cid-uopkMwOhqf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopkMwOhqf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopkMxMK0x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopkMxMK0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMxMK0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMxMK0x .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopkMxMK0x .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopkMxMK0x .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopkMyMPxc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMyMPxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMyMPxc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopkMyMPxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMyMPxc .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopkMyMPxc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopkMyMPxc .card-title,
.cid-uopkMyMPxc .iconfont-wrapper {
  color: #000000;
}
.cid-uopkMyMPxc .card-text {
  color: #000000;
}
.cid-uopkMyMPxc .content-head {
  max-width: 800px;
}
.cid-uopkMyMPxc .mbr-section-title {
  color: #000000;
}
.cid-uopkMzSJnI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopkMzSJnI .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopkMAZUWj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uopkMAZUWj img,
.cid-uopkMAZUWj .item-img {
  width: 100%;
}
.cid-uopkMAZUWj .item:focus,
.cid-uopkMAZUWj span:focus {
  outline: none;
}
.cid-uopkMAZUWj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopkMAZUWj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopkMAZUWj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopkMAZUWj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopkMAZUWj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopkMAZUWj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopkMAZUWj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopkMAZUWj .mbr-section-title {
  color: #ffffff;
}
.cid-uopkMAZUWj .mbr-text,
.cid-uopkMAZUWj .mbr-section-btn {
  text-align: center;
}
.cid-uopkMAZUWj .item-title {
  text-align: center;
}
.cid-uopkMAZUWj .item-subtitle {
  text-align: left;
}
.cid-uopkMC6SSB {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopkMC6SSB .container {
    max-width: 1400px;
  }
}
.cid-uopkMC6SSB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopkMC6SSB .card-wrapper {
  margin-top: 3rem;
}
.cid-uopkMC6SSB .row {
  justify-content: center;
}
.cid-uopkMC6SSB .card-title,
.cid-uopkMC6SSB .iconfont-wrapper {
  color: #000000;
}
.cid-uopkMC6SSB .card-text {
  color: #000000;
}
.cid-uopkMC6SSB .mbr-section-title {
  color: #000000;
}
.cid-uopkMDcFYW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopkMDcFYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMDcFYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMDcFYW .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopkMDcFYW .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopkMDcFYW .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopkMEhaYX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopkMEhaYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMEhaYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMEhaYX .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopkMEhaYX .img-item {
  position: relative;
}
.cid-uopkMEhaYX .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopkMEhaYX .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopkMEhaYX .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopkMFoHit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopkMFoHit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMFoHit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopkMFoHit .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopkMFoHit .row {
  flex-direction: row-reverse;
}
.cid-uopkMFoHit img {
  width: 100%;
}
.cid-uopkMGvdWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkMGvdWW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopkMGvdWW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMGvdWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopkMGvdWW .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopkMGvdWW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMHzJRH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopkMHzJRH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMHzJRH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopkMHzJRH .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopkMHzJRH .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMHzJRH .mbr-text,
.cid-uopkMHzJRH .mbr-section-btn {
  text-align: right;
}
.cid-uopkMHzJRH .mbr-section-title {
  text-align: right;
}
.cid-uopkMIEbGX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopkMIEbGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMIEbGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMIEbGX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopkMIEbGX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopkMIEbGX .mbr-text,
.cid-uopkMIEbGX .mbr-section-btn {
  color: #ffffff;
}
.cid-uopkMIEbGX .mbr-section-title {
  color: #ffffff;
}
.cid-uopkMJKVG8 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopkMJKVG8 img,
.cid-uopkMJKVG8 .item-img {
  width: 100%;
}
.cid-uopkMJKVG8 .item:focus,
.cid-uopkMJKVG8 span:focus {
  outline: none;
}
.cid-uopkMJKVG8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopkMJKVG8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopkMJKVG8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopkMJKVG8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopkMJKVG8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopkMJKVG8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopkMJKVG8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopkMJKVG8 .mbr-section-title {
  color: #000000;
}
.cid-uopkMJKVG8 .mbr-text,
.cid-uopkMJKVG8 .mbr-section-btn {
  text-align: left;
}
.cid-uopkMJKVG8 .item-title {
  text-align: left;
}
.cid-uopkMJKVG8 .item-subtitle {
  text-align: left;
}
.cid-uopkMKSxRj {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopkMKSxRj .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopkMKSxRj .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopkMKSxRj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopkMKSxRj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopkMKSxRj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopkMKSxRj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopkMKSxRj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopkMKSxRj H1 {
  color: #ffffff;
}
.cid-uopkMKSxRj .mbr-text,
.cid-uopkMKSxRj .mbr-media {
  color: #ffffff;
}
.cid-uopkMKSxRj .icon-description {
  color: #ffffff;
}
.cid-uopkMMBVUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopkMMBVUp .row {
  flex-direction: row-reverse;
}
.cid-uopkMMBVUp .mbr-section-title {
  text-align: right;
}
.cid-uopkMMBVUp .mbr-section-subtitle {
  text-align: right;
}
.cid-uopkMNBm7b {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopkMOIN06 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopkMOIN06 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopkMOIN06 .plan-body {
  padding-bottom: 2rem;
}
.cid-uopkMOIN06 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopkMOIN06 .price {
  color: #4479d9;
}
.cid-uopkMOIN06 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopkMOIN06 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopkMOIN06 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopkMOIN06 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopkMOIN06 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopkMPPWEt {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopkMPPWEt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopkMPPWEt .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopkMPPWEt .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopkMPPWEt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopkMPPWEt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopkMPPWEt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopkMPPWEt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopkMPPWEt .social-row {
  text-align: center;
}
.cid-uopkMPPWEt .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-uopkMPPWEt .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-uopkMPPWEt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopkMPPWEt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopkMPPWEt .mbr-section-title {
  color: #000000;
}
.cid-uopkMPPWEt .mbr-section-title1 {
  color: #000000;
}
.cid-uopkMRbmDB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopkMRbmDB img {
  width: 120px;
  margin: auto;
}
.cid-uopkMRbmDB .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopkMRbmDB .card {
    max-width: 12.5%;
  }
}
.cid-uopkMRbmDB .mbr-section-subtitle {
  color: #353535;
}
.cid-uopkMSgcVT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopkMSgcVT .media-container-row {
  justify-content: space-between;
}
.cid-uopkMSgcVT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopkMSgcVT .text-content {
    max-width: none;
  }
}
.cid-uopkMSgcVT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopkMSgcVT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopkMSgcVT .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopkMSgcVT .icons {
    justify-content: center !important;
  }
  .cid-uopkMSgcVT .text-content * {
    text-align: center;
  }
}
.cid-uopkMSgcVT .mbr-section-title {
  color: #353535;
}
.cid-uopkMSgcVT P {
  color: #000000;
}
.cid-uopkMTq6Hs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopkMTq6Hs .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopkMTq6Hs .item .icon-wrap {
  text-align: center;
}
.cid-uopkMTq6Hs .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopkMTq6Hs .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopkMTq6Hs .item.first:before {
  display: none;
}
.cid-uopkMTq6Hs .item.five:before {
  display: none;
}
.cid-uopkMTq6Hs .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopkMTq6Hs .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopkMTq6Hs .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopkMTq6Hs .item:before {
    display: none;
  }
  .cid-uopkMTq6Hs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopkMUDbmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopkMUDbmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopkMUDbmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopkMUDbmT .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopkMUDbmT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopkMUDbmT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopkMUDbmT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopkMVHeKK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopkMVHeKK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopkMVHeKK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopkMVHeKK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopkMVHeKK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopkMVHeKK .mbr-section-title {
  color: #000000;
}
.cid-uopkMVHeKK .mbr-section-subtitle {
  color: #000000;
}
.cid-uopkMWL7NU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopkMWL7NU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopkMWL7NU .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopkMWL7NU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopkMWL7NU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopkMWL7NU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopkMXUBDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopkMXUBDa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopkMXUBDa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopkMXUBDa .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-uopkMXUBDa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopkMXUBDa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopkMZ6Gcz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopkMZ6Gcz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopkMZ6Gcz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopkMZ6Gcz .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopkMZ6Gcz .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopkMZ6Gcz .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopkMZ6Gcz .row .foot-menu li p {
  margin: 0;
}
.cid-uopkMZ6Gcz .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopkMZ6Gcz .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopkMZ6Gcz .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopkMZ6Gcz .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopkMZ6Gcz .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopkMZ6Gcz .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopkMZ6Gcz .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopkMZ6Gcz .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopneNV5ss {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #45d25f;
}
.cid-uopneNV5ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopneNV5ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopneNV5ss .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopneNV5ss .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopneNV5ss .mbr-text,
.cid-uopneNV5ss .mbr-section-btn {
  color: #ffffff;
}
.cid-uopneNV5ss .mbr-section-title {
  color: #ffffff;
}
.cid-uopmKFCb77 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmKFCb77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKFCb77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKFCb77 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopmKFCb77 .item .icon-wrap {
  text-align: center;
}
.cid-uopmKFCb77 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopmKFCb77 .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopmKFCb77 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopmKFCb77 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopmKFCb77 .item:before {
    display: none;
  }
  .cid-uopmKFCb77 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmKEIFYA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopmKEIFYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKEIFYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKGHV42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmKGHV42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKGHV42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopmKGHV42 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopmKGHV42 .row {
  flex-direction: row-reverse;
}
.cid-uopmKGHV42 img {
  width: 100%;
}
.cid-uopmKHBKtB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopmKHBKtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKHBKtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKHBKtB .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopmKHBKtB .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopmKIx8Ow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmKIx8Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKIx8Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKIx8Ow .mbr-text {
  color: #767676;
}
.cid-uopmKIx8Ow .mbr-section-subtitle {
  color: #767676;
}
.cid-uopmKIx8Ow .title .num {
  width: 100%;
  display: block;
}
.cid-uopmKIx8Ow .title .card-title {
  z-index: 1;
}
.cid-uopmKIx8Ow .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopmKIx8Ow * {
    text-align: center !important;
  }
  .cid-uopmKIx8Ow .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopmKJFd2a {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmKJFd2a .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopmKJFd2a .mbr-section-title {
  color: #000000;
}
.cid-uopmKKzCNJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopmKKzCNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKKzCNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKKzCNJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopmKKzCNJ .img-item {
  position: relative;
}
.cid-uopmKKzCNJ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopmKKzCNJ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopmKKzCNJ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopmKLwP6U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopmKLwP6U .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopmKLwP6U form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopmKLwP6U form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopmKLwP6U form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopmKLwP6U form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopmKLwP6U form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopmKMsndz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopmKMsndz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKMsndz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKMsndz .mbr-text,
.cid-uopmKMsndz .mbr-section-btn {
  color: #232323;
}
.cid-uopmKMsndz .btn {
  width: 100%;
}
.cid-uopmKMsndz .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopmKMsndz H1 {
  text-align: center;
}
.cid-uopmKNmW4T {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopmKNmW4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKNmW4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKNmW4T .row {
  flex-direction: row-reverse;
}
.cid-uopmKNmW4T .video-wrapper iframe {
  width: 100%;
}
.cid-uopmKNmW4T .mbr-section-title,
.cid-uopmKNmW4T .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopmKNmW4T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopmKOloDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopmKOloDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKOloDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKOloDR .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopmKOloDR img {
  margin: auto;
  width: 140px;
}
.cid-uopmKOloDR .row {
  align-items: flex-start;
}
.cid-uopmKOloDR .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopmKOloDR .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopmKOloDR .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopmKOloDR .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopmKPqVWk {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopmKPqVWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKPqVWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKPqVWk .mbr-text,
.cid-uopmKPqVWk .mbr-section-btn {
  color: #232323;
}
.cid-uopmKPqVWk .btn {
  width: 100%;
}
.cid-uopmKPqVWk .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopmKQmhqo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmKQmhqo img {
  width: 120px;
  margin: auto;
}
.cid-uopmKQmhqo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopmKQmhqo .card {
    max-width: 12.5%;
  }
}
.cid-uopmKRti8o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmKRti8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKRti8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKRti8o .item {
  padding-bottom: 2rem;
}
.cid-uopmKRti8o .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopmKRti8o .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopmKRti8o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopmKRti8o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopmKRti8o .carousel-control,
.cid-uopmKRti8o .close {
  background: #1b1b1b;
}
.cid-uopmKRti8o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopmKRti8o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopmKRti8o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopmKRti8o .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopmKRti8o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopmKRti8o .close::before {
  content: '\e91a';
}
.cid-uopmKRti8o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopmKRti8o .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopmKRti8o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopmKRti8o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopmKRti8o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopmKRti8o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopmKRti8o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopmKRti8o .carousel-indicators li.active,
.cid-uopmKRti8o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopmKRti8o .carousel-indicators li::after,
.cid-uopmKRti8o .carousel-indicators li::before {
  content: none;
}
.cid-uopmKRti8o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopmKRti8o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopmKRti8o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopmKRti8o .carousel-indicators {
    display: none;
  }
}
.cid-uopmKRti8o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopmKRti8o .carousel-inner > .active {
  display: block;
}
.cid-uopmKRti8o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopmKRti8o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopmKRti8o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopmKRti8o .carousel-control,
  .cid-uopmKRti8o .carousel-indicators,
  .cid-uopmKRti8o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopmKRti8o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopmKRti8o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopmKRti8o .carousel-indicators .active,
.cid-uopmKRti8o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopmKRti8o .carousel-indicators .active {
  background: #fff;
}
.cid-uopmKRti8o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopmKRti8o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopmKRti8o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopmKRti8o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopmKRti8o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopmKRti8o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopmKRti8o .carousel {
  width: 100%;
}
.cid-uopmKRti8o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopmKRti8o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopmKRti8o .modal.fade .modal-dialog,
.cid-uopmKRti8o .modal.in .modal-dialog {
  transform: none;
}
.cid-uopmKRti8o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopmKRti8o H6 {
  text-align: center;
}
.cid-uopmKT01gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopmKT01gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKT01gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopmKT01gx .row {
    flex-direction: column-reverse;
  }
  .cid-uopmKT01gx .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmKT01gx .google-map {
  height: 100%;
  position: relative;
}
.cid-uopmKT01gx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopmKT01gx .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-uopmKT01gx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopmKT01gx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopmKT01gx .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopmKT01gx .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopmKT01gx .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopmKT01gx .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopmKT01gx .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopmKT01gx .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopmKW1pT1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopmKW1pT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKW1pT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKW1pT1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopmKW1pT1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopmKW1pT1 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopmKW1pT1 .content-head {
  max-width: 800px;
}
.cid-uopmKW1pT1 .card-title {
  color: #ffffff;
}
.cid-uopmKW1pT1 .card-text {
  color: #ffffff;
}
.cid-uopmKZjQiz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopmKZjQiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmKZjQiz .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopmKZjQiz .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopmKZjQiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmKZjQiz .content-head {
  max-width: 800px;
}
.cid-uopmKZjQiz .card1 {
  background: #a0e2e1;
}
.cid-uopmKZjQiz .card2 {
  background: #260a30;
}
.cid-uopmKZjQiz .card3 {
  background: #3a341c;
}
.cid-uopmKZjQiz .card4 {
  background: #ffd7ef;
}
.cid-uopmKZjQiz .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopmKZjQiz .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopmKZjQiz .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopmKZjQiz .card {
    margin-bottom: 1rem;
  }
}
.cid-uopmKZjQiz .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopmKZjQiz .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopmKZjQiz .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopmKZjQiz .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopmKZjQiz .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopmKZjQiz .title-row {
    padding: 1.5rem;
  }
}
.cid-uopmKZjQiz .card-title2,
.cid-uopmKZjQiz .social-row {
  color: #ffc091;
}
.cid-uopmKZjQiz .card-title1,
.cid-uopmKZjQiz .social-row {
  color: #260a30;
}
.cid-uopmKZjQiz .card-title3,
.cid-uopmKZjQiz .social-row {
  color: #ffeb69;
}
.cid-uopmKZjQiz .card-text3,
.cid-uopmKZjQiz .mbr-section-btn {
  color: #ffffff;
}
.cid-uopmKZjQiz .card-text1,
.cid-uopmKZjQiz .mbr-section-btn {
  color: #260a30;
}
.cid-uopmKZjQiz .card-text2,
.cid-uopmKZjQiz .mbr-section-btn {
  color: #ffffff;
}
.cid-uopmKZjQiz .card-title4,
.cid-uopmKZjQiz .social-row {
  color: #320707;
}
.cid-uopmKZjQiz .card-text4,
.cid-uopmKZjQiz .mbr-section-btn {
  color: #320707;
}
.cid-uopmKZjQiz .mbr-role2 {
  color: #ffffff;
}
.cid-uopmKZjQiz .mbr-role4 {
  color: #320707;
}
.cid-uopmKZjQiz .mbr-role3 {
  color: #ffffff;
}
.cid-uopmL0s8os {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopmL0s8os img,
.cid-uopmL0s8os .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopmL0s8os .item:focus,
.cid-uopmL0s8os span:focus {
  outline: none;
}
.cid-uopmL0s8os .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopmL0s8os .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopmL0s8os .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopmL0s8os .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopmL0s8os .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopmL0s8os .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopmL0s8os .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopmL0s8os .mbr-section-title {
  color: #232323;
}
.cid-uopmL1xXK2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmL1xXK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL1xXK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopmL1xXK2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopmL1xXK2 .row {
  flex-direction: row-reverse;
}
.cid-uopmL1xXK2 img {
  width: 100%;
}
.cid-uopmL2tt7N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopmL2tt7N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL2tt7N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmL2tt7N .mbr-section-title,
.cid-uopmL2tt7N .mbr-text,
.cid-uopmL2tt7N .mbr-section-btn {
  text-align: center;
}
.cid-uopmL2tt7N .video-wrapper {
  margin: auto;
}
.cid-uopmL2tt7N .video-wrapper iframe {
  width: 100%;
}
.cid-uopmL2tt7N .mbr-section-title {
  color: #ffffff;
}
.cid-uopmL2tt7N .mbr-text,
.cid-uopmL2tt7N .mbr-section-btn {
  color: #ffffff;
}
.cid-uopmL3uqgl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmL3uqgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL3uqgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmL3uqgl .item {
  padding-bottom: 2rem;
}
.cid-uopmL3uqgl .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopmL3uqgl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopmL3uqgl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopmL3uqgl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopmL3uqgl .carousel-control,
.cid-uopmL3uqgl .close {
  background: #1b1b1b;
}
.cid-uopmL3uqgl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopmL3uqgl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopmL3uqgl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopmL3uqgl .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopmL3uqgl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopmL3uqgl .close::before {
  content: '\e91a';
}
.cid-uopmL3uqgl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopmL3uqgl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopmL3uqgl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopmL3uqgl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopmL3uqgl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopmL3uqgl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopmL3uqgl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopmL3uqgl .carousel-indicators li.active,
.cid-uopmL3uqgl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopmL3uqgl .carousel-indicators li::after,
.cid-uopmL3uqgl .carousel-indicators li::before {
  content: none;
}
.cid-uopmL3uqgl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopmL3uqgl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopmL3uqgl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopmL3uqgl .carousel-indicators {
    display: none;
  }
}
.cid-uopmL3uqgl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopmL3uqgl .carousel-inner > .active {
  display: block;
}
.cid-uopmL3uqgl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopmL3uqgl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopmL3uqgl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopmL3uqgl .carousel-control,
  .cid-uopmL3uqgl .carousel-indicators,
  .cid-uopmL3uqgl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopmL3uqgl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopmL3uqgl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopmL3uqgl .carousel-indicators .active,
.cid-uopmL3uqgl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopmL3uqgl .carousel-indicators .active {
  background: #fff;
}
.cid-uopmL3uqgl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopmL3uqgl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopmL3uqgl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopmL3uqgl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopmL3uqgl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopmL3uqgl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopmL3uqgl .carousel {
  width: 100%;
}
.cid-uopmL3uqgl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopmL3uqgl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopmL3uqgl .modal.fade .modal-dialog,
.cid-uopmL3uqgl .modal.in .modal-dialog {
  transform: none;
}
.cid-uopmL3uqgl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopmL3uqgl H6 {
  text-align: center;
}
.cid-uopmL4GEDV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmL4GEDV img,
.cid-uopmL4GEDV .item-img {
  width: 100%;
}
.cid-uopmL4GEDV .item:focus,
.cid-uopmL4GEDV span:focus {
  outline: none;
}
.cid-uopmL4GEDV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopmL4GEDV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopmL4GEDV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopmL4GEDV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopmL4GEDV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopmL4GEDV .mbr-section-title {
  color: #232323;
}
.cid-uopmL4GEDV .mbr-text,
.cid-uopmL4GEDV .mbr-section-btn {
  text-align: left;
}
.cid-uopmL4GEDV .item-title {
  text-align: left;
}
.cid-uopmL4GEDV .item-subtitle {
  text-align: center;
}
.cid-uopmL5Q1xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopmL5Q1xa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopmL6MMT2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopmL6MMT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL6MMT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmL6MMT2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopmL6MMT2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopmL6MMT2 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopmL6MMT2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopmL6MMT2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopmL6MMT2 .mbr-section-title {
  color: #d70081;
}
.cid-uopmL6MMT2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uopmL6MMT2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopmL6MMT2 .card-box .item-footer {
  margin-top: auto;
}
.cid-uopmL6MMT2 .content-head {
  max-width: 800px;
}
.cid-uopmL8uhx5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmL8uhx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL8uhx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmL8uhx5 .video-wrapper iframe {
  width: 100%;
}
.cid-uopmL8uhx5 .mbr-section-title,
.cid-uopmL8uhx5 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopmL8uhx5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopmL9yp6o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopmL9yp6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmL9yp6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmL9yp6o .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopmL9yp6o .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopmL9yp6o .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopmLaCueO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmLaCueO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLaCueO .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopmLaCueO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmLaCueO .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopmLaCueO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopmLaCueO .card-title,
.cid-uopmLaCueO .iconfont-wrapper {
  color: #000000;
}
.cid-uopmLaCueO .card-text {
  color: #000000;
}
.cid-uopmLaCueO .content-head {
  max-width: 800px;
}
.cid-uopmLaCueO .mbr-section-title {
  color: #000000;
}
.cid-uopmLbIgDf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopmLbIgDf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopmLbIgDf .mbr-text {
  color: #ffffff;
}
.cid-uopmLdL1Zm {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopmLdL1Zm .container {
    max-width: 1400px;
  }
}
.cid-uopmLdL1Zm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopmLdL1Zm .card-wrapper {
  margin-top: 3rem;
}
.cid-uopmLdL1Zm .row {
  justify-content: center;
}
.cid-uopmLdL1Zm .card-title,
.cid-uopmLdL1Zm .iconfont-wrapper {
  color: #000000;
}
.cid-uopmLdL1Zm .card-text {
  color: #000000;
}
.cid-uopmLdL1Zm .mbr-section-title {
  color: #000000;
}
.cid-uopmLeRfZO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopmLeRfZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLeRfZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmLeRfZO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopmLeRfZO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopmLeRfZO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopmLfTHeD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopmLfTHeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLfTHeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmLfTHeD .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopmLfTHeD .img-item {
  position: relative;
}
.cid-uopmLfTHeD .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopmLfTHeD .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopmLfTHeD .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopmLh0eGa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopmLh0eGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLh0eGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopmLh0eGa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopmLh0eGa .row {
  flex-direction: row-reverse;
}
.cid-uopmLh0eGa img {
  width: 100%;
}
.cid-uopmLi11Mh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmLi11Mh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopmLi11Mh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmLi11Mh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopmLi11Mh .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopmLi11Mh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmLj870l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopmLj870l .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmLj870l .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopmLj870l .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopmLj870l .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmLj870l .mbr-text,
.cid-uopmLj870l .mbr-section-btn {
  text-align: right;
}
.cid-uopmLj870l .mbr-section-title {
  text-align: right;
}
.cid-uopmLkaChI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopmLkaChI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLkaChI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmLkaChI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopmLkaChI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopmLkaChI .mbr-text,
.cid-uopmLkaChI .mbr-section-btn {
  color: #ffffff;
}
.cid-uopmLkaChI .mbr-section-title {
  color: #ffffff;
}
.cid-uopmLlil09 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopmLlil09 img,
.cid-uopmLlil09 .item-img {
  width: 100%;
}
.cid-uopmLlil09 .item:focus,
.cid-uopmLlil09 span:focus {
  outline: none;
}
.cid-uopmLlil09 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopmLlil09 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopmLlil09 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopmLlil09 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopmLlil09 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopmLlil09 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopmLlil09 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopmLlil09 .mbr-section-title {
  color: #000000;
}
.cid-uopmLlil09 .mbr-text,
.cid-uopmLlil09 .mbr-section-btn {
  text-align: left;
}
.cid-uopmLlil09 .item-title {
  text-align: left;
}
.cid-uopmLlil09 .item-subtitle {
  text-align: left;
}
.cid-uopmLmq145 {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopmLmq145 .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopmLmq145 .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopmLmq145 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopmLmq145 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopmLmq145 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopmLmq145 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopmLmq145 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopmLmq145 H1 {
  color: #ffffff;
}
.cid-uopmLmq145 .mbr-text,
.cid-uopmLmq145 .mbr-media {
  color: #ffffff;
}
.cid-uopmLmq145 .icon-description {
  color: #ffffff;
}
.cid-uopmLoeRzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopmLoeRzF .row {
  flex-direction: row-reverse;
}
.cid-uopmLoeRzF .mbr-section-title {
  text-align: right;
}
.cid-uopmLoeRzF .mbr-section-subtitle {
  text-align: right;
}
.cid-uopmLpjnQy {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopmLqtoHp {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopmLqtoHp .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopmLqtoHp .plan-body {
  padding-bottom: 2rem;
}
.cid-uopmLqtoHp .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopmLqtoHp .price {
  color: #4479d9;
}
.cid-uopmLqtoHp .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopmLqtoHp .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopmLqtoHp .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopmLqtoHp .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopmLqtoHp .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopmLrArY0 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopmLrArY0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopmLrArY0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopmLrArY0 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopmLrArY0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopmLrArY0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopmLrArY0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopmLrArY0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopmLrArY0 .social-row {
  text-align: center;
}
.cid-uopmLrArY0 .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-uopmLrArY0 .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-uopmLrArY0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopmLrArY0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopmLrArY0 .mbr-section-title {
  color: #000000;
}
.cid-uopmLrArY0 .mbr-section-title1 {
  color: #000000;
}
.cid-uopmLsZll5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopmLsZll5 img {
  width: 120px;
  margin: auto;
}
.cid-uopmLsZll5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopmLsZll5 .card {
    max-width: 12.5%;
  }
}
.cid-uopmLsZll5 .mbr-section-subtitle {
  color: #353535;
}
.cid-uopmLu4Mni {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopmLu4Mni .media-container-row {
  justify-content: space-between;
}
.cid-uopmLu4Mni .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopmLu4Mni .text-content {
    max-width: none;
  }
}
.cid-uopmLu4Mni .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopmLu4Mni .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopmLu4Mni .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopmLu4Mni .icons {
    justify-content: center !important;
  }
  .cid-uopmLu4Mni .text-content * {
    text-align: center;
  }
}
.cid-uopmLu4Mni .mbr-section-title {
  color: #353535;
}
.cid-uopmLu4Mni P {
  color: #000000;
}
.cid-uopmLvkaPY {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopmLvkaPY .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopmLvkaPY .item .icon-wrap {
  text-align: center;
}
.cid-uopmLvkaPY .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopmLvkaPY .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopmLvkaPY .item.first:before {
  display: none;
}
.cid-uopmLvkaPY .item.five:before {
  display: none;
}
.cid-uopmLvkaPY .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopmLvkaPY .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopmLvkaPY .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopmLvkaPY .item:before {
    display: none;
  }
  .cid-uopmLvkaPY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopmLwypti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopmLwypti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopmLwypti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopmLwypti .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopmLwypti .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopmLwypti .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopmLwypti .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopmLxD33u {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopmLxD33u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopmLxD33u form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopmLxD33u form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopmLxD33u form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopmLxD33u .mbr-section-title {
  color: #000000;
}
.cid-uopmLxD33u .mbr-section-subtitle {
  color: #000000;
}
.cid-uopmLyHXaY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopmLyHXaY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopmLyHXaY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopmLyHXaY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopmLyHXaY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopmLyHXaY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopmLzUedD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopmLzUedD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopmLzUedD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopmLzUedD .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-uopmLzUedD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopmLzUedD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopmLB3xaN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopmLB3xaN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopmLB3xaN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopmLB3xaN .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopmLB3xaN .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopmLB3xaN .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopmLB3xaN .row .foot-menu li p {
  margin: 0;
}
.cid-uopmLB3xaN .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopmLB3xaN .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopmLB3xaN .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopmLB3xaN .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopmLB3xaN .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopmLB3xaN .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopmLB3xaN .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopmLB3xaN .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopoRBmkCg {
  padding-top: 4rem;
  padding-bottom: 26rem;
  background-image: url("../../../assets/images/petz-graphics-site-4-1500x750.png");
}
.cid-uopoRBmkCg .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopoRBmkCg .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uopoRBmkCg .mbr-section-title {
  color: #ffffff;
}
.cid-uopoRBmkCg .mbr-text,
.cid-uopoRBmkCg .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJqFxn6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJqFxn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJqFxn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJqFxn6 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopoJqFxn6 .item .icon-wrap {
  text-align: center;
}
.cid-uopoJqFxn6 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopoJqFxn6 .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopoJqFxn6 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopoJqFxn6 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopoJqFxn6 .item:before {
    display: none;
  }
  .cid-uopoJqFxn6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJpLJhM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #45d25f;
}
.cid-uopoJpLJhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJpLJhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJpLJhM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopoJpLJhM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopoJpLJhM .mbr-text,
.cid-uopoJpLJhM .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJpLJhM .mbr-section-title {
  color: #ffffff;
}
.cid-uopoJrMpwW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopoJrMpwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJrMpwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJsG8mn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJsG8mn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJsG8mn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopoJsG8mn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopoJsG8mn .row {
  flex-direction: row-reverse;
}
.cid-uopoJsG8mn img {
  width: 100%;
}
.cid-uopoJtx70i {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopoJtx70i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJtx70i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJtx70i .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopoJtx70i .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopoJuu2Xg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJuu2Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJuu2Xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJuu2Xg .mbr-text {
  color: #767676;
}
.cid-uopoJuu2Xg .mbr-section-subtitle {
  color: #767676;
}
.cid-uopoJuu2Xg .title .num {
  width: 100%;
  display: block;
}
.cid-uopoJuu2Xg .title .card-title {
  z-index: 1;
}
.cid-uopoJuu2Xg .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopoJuu2Xg * {
    text-align: center !important;
  }
  .cid-uopoJuu2Xg .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopoJvAVIR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJvAVIR .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopoJvAVIR .mbr-section-title {
  color: #000000;
}
.cid-uopoJwrscs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopoJwrscs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJwrscs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJwrscs .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopoJwrscs .img-item {
  position: relative;
}
.cid-uopoJwrscs .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopoJwrscs .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopoJwrscs .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopoJxkTek {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopoJxkTek .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopoJxkTek form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopoJxkTek form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopoJxkTek form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopoJxkTek form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopoJxkTek form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopoJyeeXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopoJyeeXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJyeeXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJyeeXv .mbr-text,
.cid-uopoJyeeXv .mbr-section-btn {
  color: #232323;
}
.cid-uopoJyeeXv .btn {
  width: 100%;
}
.cid-uopoJyeeXv .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopoJyeeXv H1 {
  text-align: center;
}
.cid-uopoJza7uw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopoJza7uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJza7uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJza7uw .row {
  flex-direction: row-reverse;
}
.cid-uopoJza7uw .video-wrapper iframe {
  width: 100%;
}
.cid-uopoJza7uw .mbr-section-title,
.cid-uopoJza7uw .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopoJza7uw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopoJA5cvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopoJA5cvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJA5cvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJA5cvM .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopoJA5cvM img {
  margin: auto;
  width: 140px;
}
.cid-uopoJA5cvM .row {
  align-items: flex-start;
}
.cid-uopoJA5cvM .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopoJA5cvM .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopoJA5cvM .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopoJA5cvM .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopoJBaaY5 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopoJBaaY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJBaaY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJBaaY5 .mbr-text,
.cid-uopoJBaaY5 .mbr-section-btn {
  color: #232323;
}
.cid-uopoJBaaY5 .btn {
  width: 100%;
}
.cid-uopoJBaaY5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopoJC8XFL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJC8XFL img {
  width: 120px;
  margin: auto;
}
.cid-uopoJC8XFL .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopoJC8XFL .card {
    max-width: 12.5%;
  }
}
.cid-uopoJD7aT9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJD7aT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJD7aT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJD7aT9 .item {
  padding-bottom: 2rem;
}
.cid-uopoJD7aT9 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopoJD7aT9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopoJD7aT9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopoJD7aT9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopoJD7aT9 .carousel-control,
.cid-uopoJD7aT9 .close {
  background: #1b1b1b;
}
.cid-uopoJD7aT9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopoJD7aT9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopoJD7aT9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopoJD7aT9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopoJD7aT9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopoJD7aT9 .close::before {
  content: '\e91a';
}
.cid-uopoJD7aT9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopoJD7aT9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopoJD7aT9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopoJD7aT9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopoJD7aT9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopoJD7aT9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopoJD7aT9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopoJD7aT9 .carousel-indicators li.active,
.cid-uopoJD7aT9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopoJD7aT9 .carousel-indicators li::after,
.cid-uopoJD7aT9 .carousel-indicators li::before {
  content: none;
}
.cid-uopoJD7aT9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopoJD7aT9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopoJD7aT9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopoJD7aT9 .carousel-indicators {
    display: none;
  }
}
.cid-uopoJD7aT9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopoJD7aT9 .carousel-inner > .active {
  display: block;
}
.cid-uopoJD7aT9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopoJD7aT9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopoJD7aT9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopoJD7aT9 .carousel-control,
  .cid-uopoJD7aT9 .carousel-indicators,
  .cid-uopoJD7aT9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopoJD7aT9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopoJD7aT9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopoJD7aT9 .carousel-indicators .active,
.cid-uopoJD7aT9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopoJD7aT9 .carousel-indicators .active {
  background: #fff;
}
.cid-uopoJD7aT9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopoJD7aT9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopoJD7aT9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopoJD7aT9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopoJD7aT9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopoJD7aT9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopoJD7aT9 .carousel {
  width: 100%;
}
.cid-uopoJD7aT9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopoJD7aT9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopoJD7aT9 .modal.fade .modal-dialog,
.cid-uopoJD7aT9 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopoJD7aT9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopoJD7aT9 H6 {
  text-align: center;
}
.cid-uopoJEbquD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopoJEbquD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJEbquD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopoJEbquD .row {
    flex-direction: column-reverse;
  }
  .cid-uopoJEbquD .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJEbquD .google-map {
  height: 100%;
  position: relative;
}
.cid-uopoJEbquD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopoJEbquD .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-uopoJEbquD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopoJEbquD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopoJEbquD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopoJEbquD .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopoJEbquD .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopoJEbquD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopoJEbquD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopoJEbquD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopoJFgAfE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopoJFgAfE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJFgAfE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJFgAfE .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopoJFgAfE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopoJFgAfE .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopoJFgAfE .content-head {
  max-width: 800px;
}
.cid-uopoJFgAfE .card-title {
  color: #ffffff;
}
.cid-uopoJFgAfE .card-text {
  color: #ffffff;
}
.cid-uopoJGg6GM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopoJGg6GM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJGg6GM .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopoJGg6GM .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopoJGg6GM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJGg6GM .content-head {
  max-width: 800px;
}
.cid-uopoJGg6GM .card1 {
  background: #a0e2e1;
}
.cid-uopoJGg6GM .card2 {
  background: #260a30;
}
.cid-uopoJGg6GM .card3 {
  background: #3a341c;
}
.cid-uopoJGg6GM .card4 {
  background: #ffd7ef;
}
.cid-uopoJGg6GM .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopoJGg6GM .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopoJGg6GM .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopoJGg6GM .card {
    margin-bottom: 1rem;
  }
}
.cid-uopoJGg6GM .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopoJGg6GM .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopoJGg6GM .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopoJGg6GM .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopoJGg6GM .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopoJGg6GM .title-row {
    padding: 1.5rem;
  }
}
.cid-uopoJGg6GM .card-title2,
.cid-uopoJGg6GM .social-row {
  color: #ffc091;
}
.cid-uopoJGg6GM .card-title1,
.cid-uopoJGg6GM .social-row {
  color: #260a30;
}
.cid-uopoJGg6GM .card-title3,
.cid-uopoJGg6GM .social-row {
  color: #ffeb69;
}
.cid-uopoJGg6GM .card-text3,
.cid-uopoJGg6GM .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJGg6GM .card-text1,
.cid-uopoJGg6GM .mbr-section-btn {
  color: #260a30;
}
.cid-uopoJGg6GM .card-text2,
.cid-uopoJGg6GM .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJGg6GM .card-title4,
.cid-uopoJGg6GM .social-row {
  color: #320707;
}
.cid-uopoJGg6GM .card-text4,
.cid-uopoJGg6GM .mbr-section-btn {
  color: #320707;
}
.cid-uopoJGg6GM .mbr-role2 {
  color: #ffffff;
}
.cid-uopoJGg6GM .mbr-role4 {
  color: #320707;
}
.cid-uopoJGg6GM .mbr-role3 {
  color: #ffffff;
}
.cid-uopoJHkB8q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopoJHkB8q img,
.cid-uopoJHkB8q .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopoJHkB8q .item:focus,
.cid-uopoJHkB8q span:focus {
  outline: none;
}
.cid-uopoJHkB8q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopoJHkB8q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopoJHkB8q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopoJHkB8q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopoJHkB8q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopoJHkB8q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopoJHkB8q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopoJHkB8q .mbr-section-title {
  color: #232323;
}
.cid-uopoJIqGGy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJIqGGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJIqGGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopoJIqGGy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopoJIqGGy .row {
  flex-direction: row-reverse;
}
.cid-uopoJIqGGy img {
  width: 100%;
}
.cid-uopoJJnkwe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopoJJnkwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJJnkwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJJnkwe .mbr-section-title,
.cid-uopoJJnkwe .mbr-text,
.cid-uopoJJnkwe .mbr-section-btn {
  text-align: center;
}
.cid-uopoJJnkwe .video-wrapper {
  margin: auto;
}
.cid-uopoJJnkwe .video-wrapper iframe {
  width: 100%;
}
.cid-uopoJJnkwe .mbr-section-title {
  color: #ffffff;
}
.cid-uopoJJnkwe .mbr-text,
.cid-uopoJJnkwe .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJKp8dY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJKp8dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJKp8dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJKp8dY .item {
  padding-bottom: 2rem;
}
.cid-uopoJKp8dY .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopoJKp8dY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopoJKp8dY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopoJKp8dY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopoJKp8dY .carousel-control,
.cid-uopoJKp8dY .close {
  background: #1b1b1b;
}
.cid-uopoJKp8dY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopoJKp8dY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopoJKp8dY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopoJKp8dY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopoJKp8dY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopoJKp8dY .close::before {
  content: '\e91a';
}
.cid-uopoJKp8dY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopoJKp8dY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopoJKp8dY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopoJKp8dY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopoJKp8dY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopoJKp8dY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopoJKp8dY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopoJKp8dY .carousel-indicators li.active,
.cid-uopoJKp8dY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopoJKp8dY .carousel-indicators li::after,
.cid-uopoJKp8dY .carousel-indicators li::before {
  content: none;
}
.cid-uopoJKp8dY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopoJKp8dY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopoJKp8dY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopoJKp8dY .carousel-indicators {
    display: none;
  }
}
.cid-uopoJKp8dY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopoJKp8dY .carousel-inner > .active {
  display: block;
}
.cid-uopoJKp8dY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopoJKp8dY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopoJKp8dY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopoJKp8dY .carousel-control,
  .cid-uopoJKp8dY .carousel-indicators,
  .cid-uopoJKp8dY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopoJKp8dY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopoJKp8dY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopoJKp8dY .carousel-indicators .active,
.cid-uopoJKp8dY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopoJKp8dY .carousel-indicators .active {
  background: #fff;
}
.cid-uopoJKp8dY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopoJKp8dY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopoJKp8dY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopoJKp8dY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopoJKp8dY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopoJKp8dY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopoJKp8dY .carousel {
  width: 100%;
}
.cid-uopoJKp8dY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopoJKp8dY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopoJKp8dY .modal.fade .modal-dialog,
.cid-uopoJKp8dY .modal.in .modal-dialog {
  transform: none;
}
.cid-uopoJKp8dY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopoJKp8dY H6 {
  text-align: center;
}
.cid-uopoJLz1xV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJLz1xV img,
.cid-uopoJLz1xV .item-img {
  width: 100%;
}
.cid-uopoJLz1xV .item:focus,
.cid-uopoJLz1xV span:focus {
  outline: none;
}
.cid-uopoJLz1xV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopoJLz1xV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopoJLz1xV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopoJLz1xV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopoJLz1xV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopoJLz1xV .mbr-section-title {
  color: #232323;
}
.cid-uopoJLz1xV .mbr-text,
.cid-uopoJLz1xV .mbr-section-btn {
  text-align: left;
}
.cid-uopoJLz1xV .item-title {
  text-align: left;
}
.cid-uopoJLz1xV .item-subtitle {
  text-align: center;
}
.cid-uopoJMEPn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopoJMEPn8 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopoJNEyge {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopoJNEyge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJNEyge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJNEyge .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopoJNEyge .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopoJNEyge .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopoJNEyge .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopoJNEyge .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopoJNEyge .mbr-section-title {
  color: #d70081;
}
.cid-uopoJNEyge .mbr-section-subtitle {
  color: #232323;
}
.cid-uopoJNEyge .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopoJNEyge .card-box .item-footer {
  margin-top: auto;
}
.cid-uopoJNEyge .content-head {
  max-width: 800px;
}
.cid-uopoJPicLR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJPicLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJPicLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJPicLR .video-wrapper iframe {
  width: 100%;
}
.cid-uopoJPicLR .mbr-section-title,
.cid-uopoJPicLR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopoJPicLR .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopoJQhh9P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopoJQhh9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJQhh9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJQhh9P .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopoJQhh9P .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopoJQhh9P .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopoJRmzLK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJRmzLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJRmzLK .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopoJRmzLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJRmzLK .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopoJRmzLK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopoJRmzLK .card-title,
.cid-uopoJRmzLK .iconfont-wrapper {
  color: #000000;
}
.cid-uopoJRmzLK .card-text {
  color: #000000;
}
.cid-uopoJRmzLK .content-head {
  max-width: 800px;
}
.cid-uopoJRmzLK .mbr-section-title {
  color: #000000;
}
.cid-uopoJSpdat {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopoJSpdat .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopoJSpdat .mbr-text {
  color: #ffffff;
}
.cid-uopoJTmczb {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopoJTmczb .container {
    max-width: 1400px;
  }
}
.cid-uopoJTmczb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopoJTmczb .card-wrapper {
  margin-top: 3rem;
}
.cid-uopoJTmczb .row {
  justify-content: center;
}
.cid-uopoJTmczb .card-title,
.cid-uopoJTmczb .iconfont-wrapper {
  color: #000000;
}
.cid-uopoJTmczb .card-text {
  color: #000000;
}
.cid-uopoJTmczb .mbr-section-title {
  color: #000000;
}
.cid-uopoJUpgD7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopoJUpgD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJUpgD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJUpgD7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopoJUpgD7 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopoJUpgD7 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopoJVv7Oa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopoJVv7Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJVv7Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJVv7Oa .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopoJVv7Oa .img-item {
  position: relative;
}
.cid-uopoJVv7Oa .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopoJVv7Oa .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopoJVv7Oa .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopoJWD9Bf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopoJWD9Bf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJWD9Bf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopoJWD9Bf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopoJWD9Bf .row {
  flex-direction: row-reverse;
}
.cid-uopoJWD9Bf img {
  width: 100%;
}
.cid-uopoJXDk8U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoJXDk8U .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopoJXDk8U .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJXDk8U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopoJXDk8U .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopoJXDk8U .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJYFaWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopoJYFaWZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJYFaWZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopoJYFaWZ .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopoJYFaWZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoJYFaWZ .mbr-text,
.cid-uopoJYFaWZ .mbr-section-btn {
  text-align: right;
}
.cid-uopoJYFaWZ .mbr-section-title {
  text-align: right;
}
.cid-uopoJZGS7q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopoJZGS7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoJZGS7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoJZGS7q .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopoJZGS7q .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopoJZGS7q .mbr-text,
.cid-uopoJZGS7q .mbr-section-btn {
  color: #ffffff;
}
.cid-uopoJZGS7q .mbr-section-title {
  color: #ffffff;
}
.cid-uopoK0GG9C {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopoK0GG9C img,
.cid-uopoK0GG9C .item-img {
  width: 100%;
}
.cid-uopoK0GG9C .item:focus,
.cid-uopoK0GG9C span:focus {
  outline: none;
}
.cid-uopoK0GG9C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopoK0GG9C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopoK0GG9C .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopoK0GG9C .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopoK0GG9C .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopoK0GG9C .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopoK0GG9C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopoK0GG9C .mbr-section-title {
  color: #000000;
}
.cid-uopoK0GG9C .mbr-text,
.cid-uopoK0GG9C .mbr-section-btn {
  text-align: left;
}
.cid-uopoK0GG9C .item-title {
  text-align: left;
}
.cid-uopoK0GG9C .item-subtitle {
  text-align: left;
}
.cid-uopoK1LyR4 {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopoK1LyR4 .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopoK1LyR4 .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopoK1LyR4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopoK1LyR4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopoK1LyR4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopoK1LyR4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopoK1LyR4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopoK1LyR4 H1 {
  color: #ffffff;
}
.cid-uopoK1LyR4 .mbr-text,
.cid-uopoK1LyR4 .mbr-media {
  color: #ffffff;
}
.cid-uopoK1LyR4 .icon-description {
  color: #ffffff;
}
.cid-uopoK3psGx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopoK3psGx .row {
  flex-direction: row-reverse;
}
.cid-uopoK3psGx .mbr-section-title {
  text-align: right;
}
.cid-uopoK3psGx .mbr-section-subtitle {
  text-align: right;
}
.cid-uopoK4noMU {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopoK5wNZW {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopoK5wNZW .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopoK5wNZW .plan-body {
  padding-bottom: 2rem;
}
.cid-uopoK5wNZW .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopoK5wNZW .price {
  color: #4479d9;
}
.cid-uopoK5wNZW .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopoK5wNZW .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopoK5wNZW .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopoK5wNZW .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopoK5wNZW .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopoK6NulB {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopoK6NulB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopoK6NulB .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopoK6NulB .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopoK6NulB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopoK6NulB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopoK6NulB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopoK6NulB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopoK6NulB .social-row {
  text-align: center;
}
.cid-uopoK6NulB .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-uopoK6NulB .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-uopoK6NulB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopoK6NulB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopoK6NulB .mbr-section-title {
  color: #000000;
}
.cid-uopoK6NulB .mbr-section-title1 {
  color: #000000;
}
.cid-uopoK8fSyb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopoK8fSyb img {
  width: 120px;
  margin: auto;
}
.cid-uopoK8fSyb .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopoK8fSyb .card {
    max-width: 12.5%;
  }
}
.cid-uopoK8fSyb .mbr-section-subtitle {
  color: #353535;
}
.cid-uopoK9pdJv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopoK9pdJv .media-container-row {
  justify-content: space-between;
}
.cid-uopoK9pdJv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopoK9pdJv .text-content {
    max-width: none;
  }
}
.cid-uopoK9pdJv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopoK9pdJv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopoK9pdJv .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopoK9pdJv .icons {
    justify-content: center !important;
  }
  .cid-uopoK9pdJv .text-content * {
    text-align: center;
  }
}
.cid-uopoK9pdJv .mbr-section-title {
  color: #353535;
}
.cid-uopoK9pdJv P {
  color: #000000;
}
.cid-uopoKaAVd4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopoKaAVd4 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopoKaAVd4 .item .icon-wrap {
  text-align: center;
}
.cid-uopoKaAVd4 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopoKaAVd4 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopoKaAVd4 .item.first:before {
  display: none;
}
.cid-uopoKaAVd4 .item.five:before {
  display: none;
}
.cid-uopoKaAVd4 .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopoKaAVd4 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopoKaAVd4 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopoKaAVd4 .item:before {
    display: none;
  }
  .cid-uopoKaAVd4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopoKbPDTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopoKbPDTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopoKbPDTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopoKbPDTa .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopoKbPDTa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopoKbPDTa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopoKbPDTa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopoKcQUbu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopoKcQUbu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopoKcQUbu form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopoKcQUbu form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopoKcQUbu form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopoKcQUbu .mbr-section-title {
  color: #000000;
}
.cid-uopoKcQUbu .mbr-section-subtitle {
  color: #000000;
}
.cid-uopoKdYPvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopoKdYPvc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopoKdYPvc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopoKdYPvc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopoKdYPvc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopoKdYPvc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopoKf3WGa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopoKf3WGa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopoKf3WGa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopoKf3WGa .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-uopoKf3WGa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopoKf3WGa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopoKgeA5H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopoKgeA5H .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopoKgeA5H .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopoKgeA5H .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopoKgeA5H .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopoKgeA5H .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopoKgeA5H .row .foot-menu li p {
  margin: 0;
}
.cid-uopoKgeA5H .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopoKgeA5H .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopoKgeA5H .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopoKgeA5H .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopoKgeA5H .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopoKgeA5H .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopoKgeA5H .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopoKgeA5H .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopqBODqjt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqBODqjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqBODqjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqBODqjt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uopqBODqjt .card {
    margin-bottom: 2rem!important;
  }
  .cid-uopqBODqjt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqBODqjt .link-wrap {
    align-items: center;
  }
}
.cid-uopqBODqjt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqEVLTyV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uopqEVLTyV .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uopqEVLTyV img,
.cid-uopqEVLTyV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopqEVLTyV .item:focus,
.cid-uopqEVLTyV span:focus {
  outline: none;
}
.cid-uopqEVLTyV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqEVLTyV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqEVLTyV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqEVLTyV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqEVLTyV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqEVLTyV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqEVLTyV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqEVLTyV .mbr-section-title {
  color: #232323;
}
.cid-uopqEVLTyV .mbr-text,
.cid-uopqEVLTyV .mbr-section-btn {
  text-align: left;
}
.cid-uopqEVLTyV .item-title {
  text-align: left;
}
.cid-uopqEVLTyV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uopqbOI3R8 {
  padding-top: 4rem;
  padding-bottom: 26rem;
  background-image: url("../../../assets/images/petz-graphics-site-4-1500x750.png");
}
.cid-uopqbOI3R8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopqbOI3R8 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uopqbOI3R8 .mbr-section-title {
  color: #ffffff;
}
.cid-uopqbOI3R8 .mbr-text,
.cid-uopqbOI3R8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqmYgW7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopqmYgW7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqmYgW7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqmYgW7Q .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopqmYgW7Q .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #edeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uopqtGIaGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqtGIaGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqtGIaGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopqtGIaGN .container {
    max-width: 1400px;
  }
}
.cid-uopqtGIaGN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopqtGIaGN .row {
  justify-content: center;
}
.cid-uopqwvDnCl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqwvDnCl img,
.cid-uopqwvDnCl .item-img {
  width: 100%;
}
.cid-uopqwvDnCl .item:focus,
.cid-uopqwvDnCl span:focus {
  outline: none;
}
.cid-uopqwvDnCl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqwvDnCl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqwvDnCl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqwvDnCl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqwvDnCl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqwvDnCl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqwvDnCl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqwvDnCl .mbr-section-title {
  color: #232323;
}
.cid-uopqwvDnCl .mbr-text,
.cid-uopqwvDnCl .mbr-section-btn {
  text-align: left;
}
.cid-uopqwvDnCl .item-title {
  text-align: left;
}
.cid-uopqwvDnCl .item-subtitle {
  text-align: left;
}
.cid-uopqbPD70A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqbPD70A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbPD70A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbPD70A .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopqbPD70A .item .icon-wrap {
  text-align: center;
}
.cid-uopqbPD70A .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopqbPD70A .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopqbPD70A .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopqbPD70A .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopqbPD70A .item:before {
    display: none;
  }
  .cid-uopqbPD70A .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqbQKEFy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #45d25f;
}
.cid-uopqbQKEFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbQKEFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbQKEFy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopqbQKEFy .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopqbQKEFy .mbr-text,
.cid-uopqbQKEFy .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqbQKEFy .mbr-section-title {
  color: #ffffff;
}
.cid-uopqbRF0Zp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopqbRF0Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbRF0Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbSx1sI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqbSx1sI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbSx1sI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqbSx1sI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqbSx1sI .row {
  flex-direction: row-reverse;
}
.cid-uopqbSx1sI img {
  width: 100%;
}
.cid-uopqbTq8El {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopqbTq8El .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbTq8El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbTq8El .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopqbTq8El .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopqbUmFtl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqbUmFtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbUmFtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbUmFtl .mbr-text {
  color: #767676;
}
.cid-uopqbUmFtl .mbr-section-subtitle {
  color: #767676;
}
.cid-uopqbUmFtl .title .num {
  width: 100%;
  display: block;
}
.cid-uopqbUmFtl .title .card-title {
  z-index: 1;
}
.cid-uopqbUmFtl .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopqbUmFtl * {
    text-align: center !important;
  }
  .cid-uopqbUmFtl .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopqbVBatZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqbVBatZ .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopqbVBatZ .mbr-section-title {
  color: #000000;
}
.cid-uopqbWyz6W {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopqbWyz6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbWyz6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbWyz6W .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqbWyz6W .img-item {
  position: relative;
}
.cid-uopqbWyz6W .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqbWyz6W .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopqbWyz6W .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopqbXrZew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopqbXrZew .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopqbXrZew form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopqbXrZew form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopqbXrZew form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopqbXrZew form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopqbXrZew form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopqbYmok8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqbYmok8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbYmok8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbYmok8 .mbr-text,
.cid-uopqbYmok8 .mbr-section-btn {
  color: #232323;
}
.cid-uopqbYmok8 .btn {
  width: 100%;
}
.cid-uopqbYmok8 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopqbYmok8 H1 {
  text-align: center;
}
.cid-uopqbZh2hw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqbZh2hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqbZh2hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqbZh2hw .row {
  flex-direction: row-reverse;
}
.cid-uopqbZh2hw .video-wrapper iframe {
  width: 100%;
}
.cid-uopqbZh2hw .mbr-section-title,
.cid-uopqbZh2hw .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopqbZh2hw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopqc0bnFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqc0bnFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc0bnFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc0bnFp .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopqc0bnFp img {
  margin: auto;
  width: 140px;
}
.cid-uopqc0bnFp .row {
  align-items: flex-start;
}
.cid-uopqc0bnFp .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopqc0bnFp .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopqc0bnFp .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqc0bnFp .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopqc1bAol {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopqc1bAol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc1bAol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc1bAol .mbr-text,
.cid-uopqc1bAol .mbr-section-btn {
  color: #232323;
}
.cid-uopqc1bAol .btn {
  width: 100%;
}
.cid-uopqc1bAol .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopqc26sU5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqc26sU5 img {
  width: 120px;
  margin: auto;
}
.cid-uopqc26sU5 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopqc26sU5 .card {
    max-width: 12.5%;
  }
}
.cid-uopqc3j0rc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqc3j0rc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc3j0rc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc3j0rc .item {
  padding-bottom: 2rem;
}
.cid-uopqc3j0rc .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopqc3j0rc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopqc3j0rc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopqc3j0rc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopqc3j0rc .carousel-control,
.cid-uopqc3j0rc .close {
  background: #1b1b1b;
}
.cid-uopqc3j0rc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopqc3j0rc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopqc3j0rc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopqc3j0rc .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopqc3j0rc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqc3j0rc .close::before {
  content: '\e91a';
}
.cid-uopqc3j0rc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqc3j0rc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopqc3j0rc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqc3j0rc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopqc3j0rc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopqc3j0rc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopqc3j0rc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopqc3j0rc .carousel-indicators li.active,
.cid-uopqc3j0rc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopqc3j0rc .carousel-indicators li::after,
.cid-uopqc3j0rc .carousel-indicators li::before {
  content: none;
}
.cid-uopqc3j0rc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopqc3j0rc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopqc3j0rc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqc3j0rc .carousel-indicators {
    display: none;
  }
}
.cid-uopqc3j0rc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopqc3j0rc .carousel-inner > .active {
  display: block;
}
.cid-uopqc3j0rc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqc3j0rc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopqc3j0rc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopqc3j0rc .carousel-control,
  .cid-uopqc3j0rc .carousel-indicators,
  .cid-uopqc3j0rc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopqc3j0rc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopqc3j0rc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopqc3j0rc .carousel-indicators .active,
.cid-uopqc3j0rc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopqc3j0rc .carousel-indicators .active {
  background: #fff;
}
.cid-uopqc3j0rc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopqc3j0rc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopqc3j0rc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqc3j0rc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopqc3j0rc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopqc3j0rc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopqc3j0rc .carousel {
  width: 100%;
}
.cid-uopqc3j0rc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopqc3j0rc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopqc3j0rc .modal.fade .modal-dialog,
.cid-uopqc3j0rc .modal.in .modal-dialog {
  transform: none;
}
.cid-uopqc3j0rc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopqc3j0rc H6 {
  text-align: center;
}
.cid-uopqc4wAFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopqc4wAFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc4wAFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopqc4wAFX .row {
    flex-direction: column-reverse;
  }
  .cid-uopqc4wAFX .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqc4wAFX .google-map {
  height: 100%;
  position: relative;
}
.cid-uopqc4wAFX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopqc4wAFX .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-uopqc4wAFX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopqc4wAFX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopqc4wAFX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopqc4wAFX .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopqc4wAFX .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopqc4wAFX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqc4wAFX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopqc4wAFX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopqc5BKqS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopqc5BKqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc5BKqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc5BKqS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqc5BKqS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqc5BKqS .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopqc5BKqS .content-head {
  max-width: 800px;
}
.cid-uopqc5BKqS .card-title {
  color: #ffffff;
}
.cid-uopqc5BKqS .card-text {
  color: #ffffff;
}
.cid-uopqc6B1Q7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopqc6B1Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc6B1Q7 .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopqc6B1Q7 .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopqc6B1Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc6B1Q7 .content-head {
  max-width: 800px;
}
.cid-uopqc6B1Q7 .card1 {
  background: #a0e2e1;
}
.cid-uopqc6B1Q7 .card2 {
  background: #260a30;
}
.cid-uopqc6B1Q7 .card3 {
  background: #3a341c;
}
.cid-uopqc6B1Q7 .card4 {
  background: #ffd7ef;
}
.cid-uopqc6B1Q7 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopqc6B1Q7 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopqc6B1Q7 .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqc6B1Q7 .card {
    margin-bottom: 1rem;
  }
}
.cid-uopqc6B1Q7 .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopqc6B1Q7 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopqc6B1Q7 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqc6B1Q7 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopqc6B1Q7 .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopqc6B1Q7 .title-row {
    padding: 1.5rem;
  }
}
.cid-uopqc6B1Q7 .card-title2,
.cid-uopqc6B1Q7 .social-row {
  color: #ffc091;
}
.cid-uopqc6B1Q7 .card-title1,
.cid-uopqc6B1Q7 .social-row {
  color: #260a30;
}
.cid-uopqc6B1Q7 .card-title3,
.cid-uopqc6B1Q7 .social-row {
  color: #ffeb69;
}
.cid-uopqc6B1Q7 .card-text3,
.cid-uopqc6B1Q7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqc6B1Q7 .card-text1,
.cid-uopqc6B1Q7 .mbr-section-btn {
  color: #260a30;
}
.cid-uopqc6B1Q7 .card-text2,
.cid-uopqc6B1Q7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqc6B1Q7 .card-title4,
.cid-uopqc6B1Q7 .social-row {
  color: #320707;
}
.cid-uopqc6B1Q7 .card-text4,
.cid-uopqc6B1Q7 .mbr-section-btn {
  color: #320707;
}
.cid-uopqc6B1Q7 .mbr-role2 {
  color: #ffffff;
}
.cid-uopqc6B1Q7 .mbr-role4 {
  color: #320707;
}
.cid-uopqc6B1Q7 .mbr-role3 {
  color: #ffffff;
}
.cid-uopqc7Ip8p {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopqc7Ip8p img,
.cid-uopqc7Ip8p .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopqc7Ip8p .item:focus,
.cid-uopqc7Ip8p span:focus {
  outline: none;
}
.cid-uopqc7Ip8p .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopqc7Ip8p .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqc7Ip8p .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqc7Ip8p .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqc7Ip8p .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqc7Ip8p .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqc7Ip8p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqc7Ip8p .mbr-section-title {
  color: #232323;
}
.cid-uopqc8J3uX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqc8J3uX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc8J3uX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqc8J3uX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqc8J3uX .row {
  flex-direction: row-reverse;
}
.cid-uopqc8J3uX img {
  width: 100%;
}
.cid-uopqc9Fhjk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopqc9Fhjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqc9Fhjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqc9Fhjk .mbr-section-title,
.cid-uopqc9Fhjk .mbr-text,
.cid-uopqc9Fhjk .mbr-section-btn {
  text-align: center;
}
.cid-uopqc9Fhjk .video-wrapper {
  margin: auto;
}
.cid-uopqc9Fhjk .video-wrapper iframe {
  width: 100%;
}
.cid-uopqc9Fhjk .mbr-section-title {
  color: #ffffff;
}
.cid-uopqc9Fhjk .mbr-text,
.cid-uopqc9Fhjk .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqcaMNA0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqcaMNA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcaMNA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcaMNA0 .item {
  padding-bottom: 2rem;
}
.cid-uopqcaMNA0 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopqcaMNA0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopqcaMNA0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopqcaMNA0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopqcaMNA0 .carousel-control,
.cid-uopqcaMNA0 .close {
  background: #1b1b1b;
}
.cid-uopqcaMNA0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopqcaMNA0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopqcaMNA0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopqcaMNA0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopqcaMNA0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqcaMNA0 .close::before {
  content: '\e91a';
}
.cid-uopqcaMNA0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqcaMNA0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopqcaMNA0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqcaMNA0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopqcaMNA0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopqcaMNA0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopqcaMNA0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopqcaMNA0 .carousel-indicators li.active,
.cid-uopqcaMNA0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopqcaMNA0 .carousel-indicators li::after,
.cid-uopqcaMNA0 .carousel-indicators li::before {
  content: none;
}
.cid-uopqcaMNA0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopqcaMNA0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopqcaMNA0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqcaMNA0 .carousel-indicators {
    display: none;
  }
}
.cid-uopqcaMNA0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopqcaMNA0 .carousel-inner > .active {
  display: block;
}
.cid-uopqcaMNA0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqcaMNA0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopqcaMNA0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopqcaMNA0 .carousel-control,
  .cid-uopqcaMNA0 .carousel-indicators,
  .cid-uopqcaMNA0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopqcaMNA0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopqcaMNA0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopqcaMNA0 .carousel-indicators .active,
.cid-uopqcaMNA0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopqcaMNA0 .carousel-indicators .active {
  background: #fff;
}
.cid-uopqcaMNA0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopqcaMNA0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopqcaMNA0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqcaMNA0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopqcaMNA0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopqcaMNA0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopqcaMNA0 .carousel {
  width: 100%;
}
.cid-uopqcaMNA0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopqcaMNA0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopqcaMNA0 .modal.fade .modal-dialog,
.cid-uopqcaMNA0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopqcaMNA0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopqcaMNA0 H6 {
  text-align: center;
}
.cid-uopqcbTF5n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqcbTF5n img,
.cid-uopqcbTF5n .item-img {
  width: 100%;
}
.cid-uopqcbTF5n .item:focus,
.cid-uopqcbTF5n span:focus {
  outline: none;
}
.cid-uopqcbTF5n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqcbTF5n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqcbTF5n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqcbTF5n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopqcbTF5n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqcbTF5n .mbr-section-title {
  color: #232323;
}
.cid-uopqcbTF5n .mbr-text,
.cid-uopqcbTF5n .mbr-section-btn {
  text-align: left;
}
.cid-uopqcbTF5n .item-title {
  text-align: left;
}
.cid-uopqcbTF5n .item-subtitle {
  text-align: center;
}
.cid-uopqcd0MQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqcd0MQN blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopqcdYCxv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uopqcdYCxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcdYCxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcdYCxv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqcdYCxv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopqcdYCxv .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopqcdYCxv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopqcdYCxv .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uopqcdYCxv .mbr-section-title {
  color: #d70081;
}
.cid-uopqcdYCxv .mbr-section-subtitle {
  color: #232323;
}
.cid-uopqcdYCxv .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopqcdYCxv .card-box .item-footer {
  margin-top: auto;
}
.cid-uopqcdYCxv .content-head {
  max-width: 800px;
}
.cid-uopqcfFNtT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqcfFNtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcfFNtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcfFNtT .video-wrapper iframe {
  width: 100%;
}
.cid-uopqcfFNtT .mbr-section-title,
.cid-uopqcfFNtT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopqcfFNtT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopqcgKcAV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqcgKcAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcgKcAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcgKcAV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqcgKcAV .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopqcgKcAV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopqchPYih {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqchPYih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqchPYih .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopqchPYih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqchPYih .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopqchPYih .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopqchPYih .card-title,
.cid-uopqchPYih .iconfont-wrapper {
  color: #000000;
}
.cid-uopqchPYih .card-text {
  color: #000000;
}
.cid-uopqchPYih .content-head {
  max-width: 800px;
}
.cid-uopqchPYih .mbr-section-title {
  color: #000000;
}
.cid-uopqciU7yb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopqciU7yb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopqciU7yb .mbr-text {
  color: #ffffff;
}
.cid-uopqcjQ4k6 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopqcjQ4k6 .container {
    max-width: 1400px;
  }
}
.cid-uopqcjQ4k6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopqcjQ4k6 .card-wrapper {
  margin-top: 3rem;
}
.cid-uopqcjQ4k6 .row {
  justify-content: center;
}
.cid-uopqcjQ4k6 .card-title,
.cid-uopqcjQ4k6 .iconfont-wrapper {
  color: #000000;
}
.cid-uopqcjQ4k6 .card-text {
  color: #000000;
}
.cid-uopqcjQ4k6 .mbr-section-title {
  color: #000000;
}
.cid-uopqckUYI4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqckUYI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqckUYI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqckUYI4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqckUYI4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopqckUYI4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopqclWLtk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqclWLtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqclWLtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqclWLtk .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqclWLtk .img-item {
  position: relative;
}
.cid-uopqclWLtk .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqclWLtk .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopqclWLtk .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopqcmX00F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqcmX00F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcmX00F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqcmX00F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqcmX00F .row {
  flex-direction: row-reverse;
}
.cid-uopqcmX00F img {
  width: 100%;
}
.cid-uopqco485x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqco485x .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopqco485x .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqco485x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopqco485x .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopqco485x .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqcp9zXs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopqcp9zXs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqcp9zXs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopqcp9zXs .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopqcp9zXs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqcp9zXs .mbr-text,
.cid-uopqcp9zXs .mbr-section-btn {
  text-align: right;
}
.cid-uopqcp9zXs .mbr-section-title {
  text-align: right;
}
.cid-uopqcq97yt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopqcq97yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcq97yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcq97yt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopqcq97yt .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopqcq97yt .mbr-text,
.cid-uopqcq97yt .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqcq97yt .mbr-section-title {
  color: #ffffff;
}
.cid-uopqcr9pZA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopqcr9pZA img,
.cid-uopqcr9pZA .item-img {
  width: 100%;
}
.cid-uopqcr9pZA .item:focus,
.cid-uopqcr9pZA span:focus {
  outline: none;
}
.cid-uopqcr9pZA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqcr9pZA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqcr9pZA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqcr9pZA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqcr9pZA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqcr9pZA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqcr9pZA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqcr9pZA .mbr-section-title {
  color: #000000;
}
.cid-uopqcr9pZA .mbr-text,
.cid-uopqcr9pZA .mbr-section-btn {
  text-align: left;
}
.cid-uopqcr9pZA .item-title {
  text-align: left;
}
.cid-uopqcr9pZA .item-subtitle {
  text-align: left;
}
.cid-uopqcsgOhw {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopqcsgOhw .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopqcsgOhw .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopqcsgOhw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopqcsgOhw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopqcsgOhw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopqcsgOhw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqcsgOhw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqcsgOhw H1 {
  color: #ffffff;
}
.cid-uopqcsgOhw .mbr-text,
.cid-uopqcsgOhw .mbr-media {
  color: #ffffff;
}
.cid-uopqcsgOhw .icon-description {
  color: #ffffff;
}
.cid-uopqctRLFD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqctRLFD .row {
  flex-direction: row-reverse;
}
.cid-uopqctRLFD .mbr-section-title {
  text-align: right;
}
.cid-uopqctRLFD .mbr-section-subtitle {
  text-align: right;
}
.cid-uopqcuPT4l {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopqcwkGUu {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopqcwkGUu .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopqcwkGUu .plan-body {
  padding-bottom: 2rem;
}
.cid-uopqcwkGUu .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqcwkGUu .price {
  color: #4479d9;
}
.cid-uopqcwkGUu .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopqcwkGUu .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopqcwkGUu .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopqcwkGUu .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopqcwkGUu .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopqcxqCwH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopqcxqCwH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopqcxqCwH .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopqcxqCwH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopqcxqCwH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopqcxqCwH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopqcxqCwH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqcxqCwH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopqcxqCwH .social-row {
  text-align: center;
}
.cid-uopqcxqCwH .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-uopqcxqCwH .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-uopqcxqCwH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopqcxqCwH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopqcxqCwH .mbr-section-title {
  color: #000000;
}
.cid-uopqcxqCwH .mbr-section-title1 {
  color: #000000;
}
.cid-uopqcyLZQq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopqcyLZQq img {
  width: 120px;
  margin: auto;
}
.cid-uopqcyLZQq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopqcyLZQq .card {
    max-width: 12.5%;
  }
}
.cid-uopqcyLZQq .mbr-section-subtitle {
  color: #353535;
}
.cid-uopqczOxmC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopqczOxmC .media-container-row {
  justify-content: space-between;
}
.cid-uopqczOxmC .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopqczOxmC .text-content {
    max-width: none;
  }
}
.cid-uopqczOxmC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopqczOxmC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopqczOxmC .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopqczOxmC .icons {
    justify-content: center !important;
  }
  .cid-uopqczOxmC .text-content * {
    text-align: center;
  }
}
.cid-uopqczOxmC .mbr-section-title {
  color: #353535;
}
.cid-uopqczOxmC P {
  color: #000000;
}
.cid-uopqcAWxzk {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopqcAWxzk .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopqcAWxzk .item .icon-wrap {
  text-align: center;
}
.cid-uopqcAWxzk .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopqcAWxzk .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopqcAWxzk .item.first:before {
  display: none;
}
.cid-uopqcAWxzk .item.five:before {
  display: none;
}
.cid-uopqcAWxzk .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopqcAWxzk .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopqcAWxzk .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopqcAWxzk .item:before {
    display: none;
  }
  .cid-uopqcAWxzk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqcC8pLr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopqcC8pLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqcC8pLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqcC8pLr .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopqcC8pLr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopqcC8pLr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqcC8pLr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopqcDgh5a {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopqcDgh5a .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopqcDgh5a form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopqcDgh5a form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopqcDgh5a form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopqcDgh5a .mbr-section-title {
  color: #000000;
}
.cid-uopqcDgh5a .mbr-section-subtitle {
  color: #000000;
}
.cid-uopqcEnhf4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopqcEnhf4 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopqcEnhf4 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopqcEnhf4 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqcEnhf4 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopqcEnhf4 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopqcFt9sy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopqcFt9sy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopqcFt9sy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopqcFt9sy .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-uopqcFt9sy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopqcFt9sy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopqcGEgSW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopqcGEgSW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopqcGEgSW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopqcGEgSW .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopqcGEgSW .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopqcGEgSW .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopqcGEgSW .row .foot-menu li p {
  margin: 0;
}
.cid-uopqcGEgSW .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopqcGEgSW .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopqcGEgSW .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopqcGEgSW .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopqcGEgSW .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopqcGEgSW .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopqcGEgSW .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopqcGEgSW .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopqTUw0h4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqTUw0h4 .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopqTUw0h4 .mbr-section-title {
  color: #000000;
}
.cid-uopqUdszE2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopqUdszE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUdszE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUdszE2 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqUdszE2 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopqUdszE2 .item-wrapper {
  background: #d2ffda;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopqUdszE2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopqUdszE2 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c751f;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #98faaa;
  height: 80px;
  border-radius: 50%;
}
.cid-uopqUdszE2 .mbr-section-title {
  color: #000000;
}
.cid-uopqUdszE2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uopqUdszE2 .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopqUdszE2 .card-box .item-footer {
  margin-top: auto;
}
.cid-uopqUdszE2 .content-head {
  max-width: 800px;
}
.cid-uopqTOCOVp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqTOCOVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTOCOVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTOCOVp .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopqTOCOVp .item .icon-wrap {
  text-align: center;
}
.cid-uopqTOCOVp .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopqTOCOVp .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopqTOCOVp .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopqTOCOVp .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopqTOCOVp .item:before {
    display: none;
  }
  .cid-uopqTOCOVp .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoptqA8kZz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0c751f;
}
@media (min-width: 1500px) {
  .cid-uoptqA8kZz .container {
    max-width: 1400px;
  }
}
.cid-uoptqA8kZz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uoptqA8kZz .card-wrapper {
  margin-top: 3rem;
}
.cid-uoptqA8kZz .row {
  justify-content: center;
}
.cid-uoptqA8kZz .card-title,
.cid-uoptqA8kZz .iconfont-wrapper {
  color: #ffffff;
}
.cid-uoptqA8kZz .card-text {
  color: #ffffff;
}
.cid-uoptqA8kZz .mbr-section-title {
  color: #000000;
}
.cid-uopqTSs2u9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopqTSs2u9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTSs2u9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTSs2u9 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopqTSs2u9 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopqTITIz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqTITIz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTITIz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTITIz8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uopqTITIz8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uopqTITIz8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqTITIz8 .link-wrap {
    align-items: center;
  }
}
.cid-uopqTITIz8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqTMG2Ec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqTMG2Ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTMG2Ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopqTMG2Ec .container {
    max-width: 1400px;
  }
}
.cid-uopqTMG2Ec .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopqTMG2Ec .row {
  justify-content: center;
}
.cid-uopwQQtRuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f4f4;
}
.cid-uopwQQtRuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopwQQtRuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopwQQtRuM .container {
    max-width: 1400px;
  }
}
.cid-uopwQQtRuM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopwQQtRuM .row {
  justify-content: center;
}
.cid-uopqTNDuU2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqTNDuU2 img,
.cid-uopqTNDuU2 .item-img {
  width: 100%;
}
.cid-uopqTNDuU2 .item:focus,
.cid-uopqTNDuU2 span:focus {
  outline: none;
}
.cid-uopqTNDuU2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqTNDuU2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqTNDuU2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqTNDuU2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqTNDuU2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqTNDuU2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqTNDuU2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqTNDuU2 .mbr-section-title {
  color: #232323;
}
.cid-uopqTNDuU2 .mbr-text,
.cid-uopqTNDuU2 .mbr-section-btn {
  text-align: left;
}
.cid-uopqTNDuU2 .item-title {
  text-align: left;
}
.cid-uopqTNDuU2 .item-subtitle {
  text-align: left;
}
.cid-uopqTPKktX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #45d25f;
}
.cid-uopqTPKktX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTPKktX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTPKktX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopqTPKktX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopqTPKktX .mbr-text,
.cid-uopqTPKktX .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqTPKktX .mbr-section-title {
  color: #ffffff;
}
.cid-uopqTQD2VO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopqTQD2VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTQD2VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTRwFBH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqTRwFBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTRwFBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqTRwFBH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqTRwFBH .row {
  flex-direction: row-reverse;
}
.cid-uopqTRwFBH img {
  width: 100%;
}
.cid-uopqTTphkt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopqTTphkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTTphkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTTphkt .mbr-text {
  color: #767676;
}
.cid-uopqTTphkt .mbr-section-subtitle {
  color: #767676;
}
.cid-uopqTTphkt .title .num {
  width: 100%;
  display: block;
}
.cid-uopqTTphkt .title .card-title {
  z-index: 1;
}
.cid-uopqTTphkt .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopqTTphkt * {
    text-align: center !important;
  }
  .cid-uopqTTphkt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopqTTphkt .mbr-text,
.cid-uopqTTphkt .mbr-section-btn {
  text-align: center;
}
.cid-uopqTTphkt .mbr-section-title,
.cid-uopqTTphkt .card-box {
  text-align: center;
}
.cid-uopqTVriQ2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopqTVriQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTVriQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTVriQ2 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqTVriQ2 .img-item {
  position: relative;
}
.cid-uopqTVriQ2 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqTVriQ2 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopqTVriQ2 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopqTWnS8W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopqTWnS8W .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopqTWnS8W form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopqTWnS8W form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopqTWnS8W form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopqTWnS8W form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopqTWnS8W form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopqTXiXOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqTXiXOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTXiXOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTXiXOe .mbr-text,
.cid-uopqTXiXOe .mbr-section-btn {
  color: #232323;
}
.cid-uopqTXiXOe .btn {
  width: 100%;
}
.cid-uopqTXiXOe .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopqTXiXOe H1 {
  text-align: center;
}
.cid-uopqTYgeeT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqTYgeeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTYgeeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTYgeeT .row {
  flex-direction: row-reverse;
}
.cid-uopqTYgeeT .video-wrapper iframe {
  width: 100%;
}
.cid-uopqTYgeeT .mbr-section-title,
.cid-uopqTYgeeT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopqTYgeeT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopqTZd5P9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqTZd5P9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqTZd5P9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqTZd5P9 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopqTZd5P9 img {
  margin: auto;
  width: 140px;
}
.cid-uopqTZd5P9 .row {
  align-items: flex-start;
}
.cid-uopqTZd5P9 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopqTZd5P9 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopqTZd5P9 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqTZd5P9 .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopqU0bVuN {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopqU0bVuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU0bVuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqU0bVuN .mbr-text,
.cid-uopqU0bVuN .mbr-section-btn {
  color: #232323;
}
.cid-uopqU0bVuN .btn {
  width: 100%;
}
.cid-uopqU0bVuN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopqU1dJQw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqU1dJQw img {
  width: 120px;
  margin: auto;
}
.cid-uopqU1dJQw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopqU1dJQw .card {
    max-width: 12.5%;
  }
}
.cid-uopqU2iX02 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqU2iX02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU2iX02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqU2iX02 .item {
  padding-bottom: 2rem;
}
.cid-uopqU2iX02 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopqU2iX02 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopqU2iX02 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopqU2iX02 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopqU2iX02 .carousel-control,
.cid-uopqU2iX02 .close {
  background: #1b1b1b;
}
.cid-uopqU2iX02 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopqU2iX02 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopqU2iX02 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopqU2iX02 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopqU2iX02 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqU2iX02 .close::before {
  content: '\e91a';
}
.cid-uopqU2iX02 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqU2iX02 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopqU2iX02 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqU2iX02 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopqU2iX02 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopqU2iX02 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopqU2iX02 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopqU2iX02 .carousel-indicators li.active,
.cid-uopqU2iX02 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopqU2iX02 .carousel-indicators li::after,
.cid-uopqU2iX02 .carousel-indicators li::before {
  content: none;
}
.cid-uopqU2iX02 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopqU2iX02 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopqU2iX02 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqU2iX02 .carousel-indicators {
    display: none;
  }
}
.cid-uopqU2iX02 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopqU2iX02 .carousel-inner > .active {
  display: block;
}
.cid-uopqU2iX02 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqU2iX02 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopqU2iX02 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopqU2iX02 .carousel-control,
  .cid-uopqU2iX02 .carousel-indicators,
  .cid-uopqU2iX02 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopqU2iX02 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopqU2iX02 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopqU2iX02 .carousel-indicators .active,
.cid-uopqU2iX02 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopqU2iX02 .carousel-indicators .active {
  background: #fff;
}
.cid-uopqU2iX02 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopqU2iX02 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopqU2iX02 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqU2iX02 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopqU2iX02 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopqU2iX02 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopqU2iX02 .carousel {
  width: 100%;
}
.cid-uopqU2iX02 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopqU2iX02 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopqU2iX02 .modal.fade .modal-dialog,
.cid-uopqU2iX02 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopqU2iX02 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopqU2iX02 H6 {
  text-align: center;
}
.cid-uopqU3qr2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopqU3qr2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU3qr2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopqU3qr2D .row {
    flex-direction: column-reverse;
  }
  .cid-uopqU3qr2D .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqU3qr2D .google-map {
  height: 100%;
  position: relative;
}
.cid-uopqU3qr2D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopqU3qr2D .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-uopqU3qr2D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopqU3qr2D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopqU3qr2D .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopqU3qr2D .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopqU3qr2D .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopqU3qr2D .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqU3qr2D .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopqU3qr2D .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopqU4zPpx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopqU4zPpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU4zPpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqU4zPpx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqU4zPpx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqU4zPpx .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopqU4zPpx .content-head {
  max-width: 800px;
}
.cid-uopqU4zPpx .card-title {
  color: #ffffff;
}
.cid-uopqU4zPpx .card-text {
  color: #ffffff;
}
.cid-uopqU5Y9ja {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopqU5Y9ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU5Y9ja .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopqU5Y9ja .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopqU5Y9ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqU5Y9ja .content-head {
  max-width: 800px;
}
.cid-uopqU5Y9ja .card1 {
  background: #a0e2e1;
}
.cid-uopqU5Y9ja .card2 {
  background: #260a30;
}
.cid-uopqU5Y9ja .card3 {
  background: #3a341c;
}
.cid-uopqU5Y9ja .card4 {
  background: #ffd7ef;
}
.cid-uopqU5Y9ja .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopqU5Y9ja .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopqU5Y9ja .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopqU5Y9ja .card {
    margin-bottom: 1rem;
  }
}
.cid-uopqU5Y9ja .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopqU5Y9ja .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopqU5Y9ja .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqU5Y9ja .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopqU5Y9ja .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopqU5Y9ja .title-row {
    padding: 1.5rem;
  }
}
.cid-uopqU5Y9ja .card-title2,
.cid-uopqU5Y9ja .social-row {
  color: #ffc091;
}
.cid-uopqU5Y9ja .card-title1,
.cid-uopqU5Y9ja .social-row {
  color: #260a30;
}
.cid-uopqU5Y9ja .card-title3,
.cid-uopqU5Y9ja .social-row {
  color: #ffeb69;
}
.cid-uopqU5Y9ja .card-text3,
.cid-uopqU5Y9ja .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqU5Y9ja .card-text1,
.cid-uopqU5Y9ja .mbr-section-btn {
  color: #260a30;
}
.cid-uopqU5Y9ja .card-text2,
.cid-uopqU5Y9ja .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqU5Y9ja .card-title4,
.cid-uopqU5Y9ja .social-row {
  color: #320707;
}
.cid-uopqU5Y9ja .card-text4,
.cid-uopqU5Y9ja .mbr-section-btn {
  color: #320707;
}
.cid-uopqU5Y9ja .mbr-role2 {
  color: #ffffff;
}
.cid-uopqU5Y9ja .mbr-role4 {
  color: #320707;
}
.cid-uopqU5Y9ja .mbr-role3 {
  color: #ffffff;
}
.cid-uopqU73iKb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopqU73iKb img,
.cid-uopqU73iKb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopqU73iKb .item:focus,
.cid-uopqU73iKb span:focus {
  outline: none;
}
.cid-uopqU73iKb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopqU73iKb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqU73iKb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqU73iKb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqU73iKb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqU73iKb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqU73iKb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqU73iKb .mbr-section-title {
  color: #232323;
}
.cid-uopqU85HCD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqU85HCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU85HCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqU85HCD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqU85HCD .row {
  flex-direction: row-reverse;
}
.cid-uopqU85HCD img {
  width: 100%;
}
.cid-uopqU95Nm3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopqU95Nm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqU95Nm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqU95Nm3 .mbr-section-title,
.cid-uopqU95Nm3 .mbr-text,
.cid-uopqU95Nm3 .mbr-section-btn {
  text-align: center;
}
.cid-uopqU95Nm3 .video-wrapper {
  margin: auto;
}
.cid-uopqU95Nm3 .video-wrapper iframe {
  width: 100%;
}
.cid-uopqU95Nm3 .mbr-section-title {
  color: #ffffff;
}
.cid-uopqU95Nm3 .mbr-text,
.cid-uopqU95Nm3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqUabgVI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqUabgVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUabgVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUabgVI .item {
  padding-bottom: 2rem;
}
.cid-uopqUabgVI .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopqUabgVI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopqUabgVI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopqUabgVI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopqUabgVI .carousel-control,
.cid-uopqUabgVI .close {
  background: #1b1b1b;
}
.cid-uopqUabgVI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopqUabgVI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopqUabgVI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopqUabgVI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopqUabgVI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqUabgVI .close::before {
  content: '\e91a';
}
.cid-uopqUabgVI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqUabgVI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopqUabgVI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqUabgVI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopqUabgVI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopqUabgVI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopqUabgVI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopqUabgVI .carousel-indicators li.active,
.cid-uopqUabgVI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopqUabgVI .carousel-indicators li::after,
.cid-uopqUabgVI .carousel-indicators li::before {
  content: none;
}
.cid-uopqUabgVI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopqUabgVI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopqUabgVI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqUabgVI .carousel-indicators {
    display: none;
  }
}
.cid-uopqUabgVI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopqUabgVI .carousel-inner > .active {
  display: block;
}
.cid-uopqUabgVI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopqUabgVI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopqUabgVI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopqUabgVI .carousel-control,
  .cid-uopqUabgVI .carousel-indicators,
  .cid-uopqUabgVI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopqUabgVI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopqUabgVI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopqUabgVI .carousel-indicators .active,
.cid-uopqUabgVI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopqUabgVI .carousel-indicators .active {
  background: #fff;
}
.cid-uopqUabgVI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopqUabgVI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopqUabgVI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqUabgVI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopqUabgVI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopqUabgVI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopqUabgVI .carousel {
  width: 100%;
}
.cid-uopqUabgVI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopqUabgVI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopqUabgVI .modal.fade .modal-dialog,
.cid-uopqUabgVI .modal.in .modal-dialog {
  transform: none;
}
.cid-uopqUabgVI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopqUabgVI H6 {
  text-align: center;
}
.cid-uopqUbj5E6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqUbj5E6 img,
.cid-uopqUbj5E6 .item-img {
  width: 100%;
}
.cid-uopqUbj5E6 .item:focus,
.cid-uopqUbj5E6 span:focus {
  outline: none;
}
.cid-uopqUbj5E6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqUbj5E6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqUbj5E6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqUbj5E6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopqUbj5E6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqUbj5E6 .mbr-section-title {
  color: #232323;
}
.cid-uopqUbj5E6 .mbr-text,
.cid-uopqUbj5E6 .mbr-section-btn {
  text-align: left;
}
.cid-uopqUbj5E6 .item-title {
  text-align: left;
}
.cid-uopqUbj5E6 .item-subtitle {
  text-align: center;
}
.cid-uopqUcuetS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopqUcuetS blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopqUfdRxI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqUfdRxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUfdRxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUfdRxI .video-wrapper iframe {
  width: 100%;
}
.cid-uopqUfdRxI .mbr-section-title,
.cid-uopqUfdRxI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopqUfdRxI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopqUgeyPx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqUgeyPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUgeyPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUgeyPx .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqUgeyPx .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopqUgeyPx .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopqUhpOXc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqUhpOXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUhpOXc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopqUhpOXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUhpOXc .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopqUhpOXc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopqUhpOXc .card-title,
.cid-uopqUhpOXc .iconfont-wrapper {
  color: #000000;
}
.cid-uopqUhpOXc .card-text {
  color: #000000;
}
.cid-uopqUhpOXc .content-head {
  max-width: 800px;
}
.cid-uopqUhpOXc .mbr-section-title {
  color: #000000;
}
.cid-uopqUixsiP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopqUixsiP .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopqUixsiP .mbr-text {
  color: #ffffff;
}
.cid-uopqUjvcyY {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopqUjvcyY .container {
    max-width: 1400px;
  }
}
.cid-uopqUjvcyY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopqUjvcyY .card-wrapper {
  margin-top: 3rem;
}
.cid-uopqUjvcyY .row {
  justify-content: center;
}
.cid-uopqUjvcyY .card-title,
.cid-uopqUjvcyY .iconfont-wrapper {
  color: #000000;
}
.cid-uopqUjvcyY .card-text {
  color: #000000;
}
.cid-uopqUjvcyY .mbr-section-title {
  color: #000000;
}
.cid-uopqUkA5yn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqUkA5yn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUkA5yn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUkA5yn .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqUkA5yn .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopqUkA5yn .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopqUlGBRT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopqUlGBRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUlGBRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUlGBRT .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopqUlGBRT .img-item {
  position: relative;
}
.cid-uopqUlGBRT .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopqUlGBRT .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopqUlGBRT .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopqUmJqzz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopqUmJqzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUmJqzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopqUmJqzz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopqUmJqzz .row {
  flex-direction: row-reverse;
}
.cid-uopqUmJqzz img {
  width: 100%;
}
.cid-uopqUnPuat {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqUnPuat .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopqUnPuat .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqUnPuat .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopqUnPuat .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopqUnPuat .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqUoUbbg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopqUoUbbg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqUoUbbg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopqUoUbbg .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopqUoUbbg .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqUoUbbg .mbr-text,
.cid-uopqUoUbbg .mbr-section-btn {
  text-align: right;
}
.cid-uopqUoUbbg .mbr-section-title {
  text-align: right;
}
.cid-uopqUq0gWL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopqUq0gWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUq0gWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUq0gWL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopqUq0gWL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopqUq0gWL .mbr-text,
.cid-uopqUq0gWL .mbr-section-btn {
  color: #ffffff;
}
.cid-uopqUq0gWL .mbr-section-title {
  color: #ffffff;
}
.cid-uopqUr33q2 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopqUr33q2 img,
.cid-uopqUr33q2 .item-img {
  width: 100%;
}
.cid-uopqUr33q2 .item:focus,
.cid-uopqUr33q2 span:focus {
  outline: none;
}
.cid-uopqUr33q2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopqUr33q2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopqUr33q2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopqUr33q2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopqUr33q2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopqUr33q2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopqUr33q2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopqUr33q2 .mbr-section-title {
  color: #000000;
}
.cid-uopqUr33q2 .mbr-text,
.cid-uopqUr33q2 .mbr-section-btn {
  text-align: left;
}
.cid-uopqUr33q2 .item-title {
  text-align: left;
}
.cid-uopqUr33q2 .item-subtitle {
  text-align: left;
}
.cid-uopqUs8TiJ {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopqUs8TiJ .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopqUs8TiJ .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopqUs8TiJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopqUs8TiJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopqUs8TiJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopqUs8TiJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopqUs8TiJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopqUs8TiJ H1 {
  color: #ffffff;
}
.cid-uopqUs8TiJ .mbr-text,
.cid-uopqUs8TiJ .mbr-media {
  color: #ffffff;
}
.cid-uopqUs8TiJ .icon-description {
  color: #ffffff;
}
.cid-uopqUtYLLW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopqUtYLLW .row {
  flex-direction: row-reverse;
}
.cid-uopqUtYLLW .mbr-section-title {
  text-align: right;
}
.cid-uopqUtYLLW .mbr-section-subtitle {
  text-align: right;
}
.cid-uopqUv1xSh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopqUw7ToS {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopqUw7ToS .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopqUw7ToS .plan-body {
  padding-bottom: 2rem;
}
.cid-uopqUw7ToS .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopqUw7ToS .price {
  color: #4479d9;
}
.cid-uopqUw7ToS .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopqUw7ToS .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopqUw7ToS .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopqUw7ToS .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopqUw7ToS .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopqUxfeUI {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopqUxfeUI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopqUxfeUI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopqUxfeUI .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopqUxfeUI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopqUxfeUI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopqUxfeUI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopqUxfeUI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopqUxfeUI .social-row {
  text-align: center;
}
.cid-uopqUxfeUI .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-uopqUxfeUI .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-uopqUxfeUI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopqUxfeUI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopqUxfeUI .mbr-section-title {
  color: #000000;
}
.cid-uopqUxfeUI .mbr-section-title1 {
  color: #000000;
}
.cid-uopqUyZ8bt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopqUyZ8bt img {
  width: 120px;
  margin: auto;
}
.cid-uopqUyZ8bt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopqUyZ8bt .card {
    max-width: 12.5%;
  }
}
.cid-uopqUyZ8bt .mbr-section-subtitle {
  color: #353535;
}
.cid-uopqUAf1hJ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopqUAf1hJ .media-container-row {
  justify-content: space-between;
}
.cid-uopqUAf1hJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopqUAf1hJ .text-content {
    max-width: none;
  }
}
.cid-uopqUAf1hJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopqUAf1hJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopqUAf1hJ .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopqUAf1hJ .icons {
    justify-content: center !important;
  }
  .cid-uopqUAf1hJ .text-content * {
    text-align: center;
  }
}
.cid-uopqUAf1hJ .mbr-section-title {
  color: #353535;
}
.cid-uopqUAf1hJ P {
  color: #000000;
}
.cid-uopqUBsgz9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopqUBsgz9 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopqUBsgz9 .item .icon-wrap {
  text-align: center;
}
.cid-uopqUBsgz9 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopqUBsgz9 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopqUBsgz9 .item.first:before {
  display: none;
}
.cid-uopqUBsgz9 .item.five:before {
  display: none;
}
.cid-uopqUBsgz9 .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopqUBsgz9 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopqUBsgz9 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopqUBsgz9 .item:before {
    display: none;
  }
  .cid-uopqUBsgz9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopqUCK3vz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopqUCK3vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopqUCK3vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopqUCK3vz .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopqUCK3vz .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopqUCK3vz .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqUCK3vz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopqUDPtW7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopqUDPtW7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopqUDPtW7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopqUDPtW7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopqUDPtW7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopqUDPtW7 .mbr-section-title {
  color: #000000;
}
.cid-uopqUDPtW7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uopqUEXDsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopqUEXDsz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopqUEXDsz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopqUEXDsz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopqUEXDsz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopqUEXDsz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopqUG4kcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopqUG4kcO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopqUG4kcO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopqUG4kcO .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-uopqUG4kcO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopqUG4kcO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopqUHhV3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopqUHhV3c .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopqUHhV3c .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopqUHhV3c .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopqUHhV3c .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopqUHhV3c .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopqUHhV3c .row .foot-menu li p {
  margin: 0;
}
.cid-uopqUHhV3c .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopqUHhV3c .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopqUHhV3c .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopqUHhV3c .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopqUHhV3c .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopqUHhV3c .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopqUHhV3c .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopqUHhV3c .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopy5SPMFd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopy5SPMFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy5SPMFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy5SPMFd .mbr-text {
  color: #767676;
}
.cid-uopy5SPMFd .mbr-section-subtitle {
  color: #767676;
}
.cid-uopy5SPMFd .title .num {
  width: 100%;
  display: block;
}
.cid-uopy5SPMFd .title .card-title {
  z-index: 1;
}
.cid-uopy5SPMFd .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopy5SPMFd * {
    text-align: center !important;
  }
  .cid-uopy5SPMFd .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopy5SPMFd .mbr-text,
.cid-uopy5SPMFd .mbr-section-btn {
  text-align: center;
}
.cid-uopy5SPMFd .mbr-section-title,
.cid-uopy5SPMFd .card-box {
  text-align: center;
}
.cid-uopy2O1jo2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopy2O1jo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2O1jo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2O1jo2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopy2O1jo2 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopy2O1jo2 .mbr-text,
.cid-uopy2O1jo2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopy2O1jo2 .mbr-section-title {
  color: #ffffff;
}
.cid-uopz2NDhTD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uopz2NDhTD .line {
  background-color: #0c46ae;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopz9IrmJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopz9IrmJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopz9IrmJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopz9IrmJh .row {
  flex-direction: row-reverse;
}
.cid-uopz9IrmJh .video-wrapper iframe {
  width: 100%;
}
.cid-uopz9IrmJh .mbr-section-title,
.cid-uopz9IrmJh .mbr-description {
  text-align: center;
}
.cid-uopz9IrmJh .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uopz9IrmJh .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-uopzcEgfMC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopzcEgfMC .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uopzcEgfMC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzcEgfMC .mbr-iconfont {
  font-size: 4rem;
  color: #45d25f;
  padding-right: 1.5rem;
}
.cid-uopzcEgfMC .card-title {
  text-align: center;
}
.cid-uopzcEgfMC .card-text {
  text-align: center;
}
.cid-uopy2DF02i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy2DF02i .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopy2DF02i .mbr-section-title {
  color: #000000;
}
.cid-uopzgOpAaE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopzgOpAaE .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopy2ETUNe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopy2ETUNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2ETUNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2ETUNe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopy2ETUNe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopy2ETUNe .item-wrapper {
  background: #d2ffda;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopy2ETUNe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopy2ETUNe .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c751f;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #98faaa;
  height: 80px;
  border-radius: 50%;
}
.cid-uopy2ETUNe .mbr-section-title {
  color: #000000;
}
.cid-uopy2ETUNe .mbr-section-subtitle {
  color: #232323;
}
.cid-uopy2ETUNe .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopy2ETUNe .card-box .item-footer {
  margin-top: auto;
}
.cid-uopy2ETUNe .content-head {
  max-width: 800px;
}
.cid-uopy2Gn3TK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy2Gn3TK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2Gn3TK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2Gn3TK .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopy2Gn3TK .item .icon-wrap {
  text-align: center;
}
.cid-uopy2Gn3TK .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopy2Gn3TK .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopy2Gn3TK .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopy2Gn3TK .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopy2Gn3TK .item:before {
    display: none;
  }
  .cid-uopy2Gn3TK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy2Hy22F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0c751f;
}
@media (min-width: 1500px) {
  .cid-uopy2Hy22F .container {
    max-width: 1400px;
  }
}
.cid-uopy2Hy22F .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopy2Hy22F .card-wrapper {
  margin-top: 3rem;
}
.cid-uopy2Hy22F .row {
  justify-content: center;
}
.cid-uopy2Hy22F .card-title,
.cid-uopy2Hy22F .iconfont-wrapper {
  color: #ffffff;
}
.cid-uopy2Hy22F .card-text {
  color: #ffffff;
}
.cid-uopy2Hy22F .mbr-section-title {
  color: #000000;
}
.cid-uopy2IAHQp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopy2IAHQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2IAHQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2IAHQp .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopy2IAHQp .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopy2JHGfa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy2JHGfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2JHGfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2JHGfa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uopy2JHGfa .card {
    margin-bottom: 2rem!important;
  }
  .cid-uopy2JHGfa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy2JHGfa .link-wrap {
    align-items: center;
  }
}
.cid-uopy2JHGfa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uopy2KGKSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopy2KGKSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2KGKSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopy2KGKSM .container {
    max-width: 1400px;
  }
}
.cid-uopy2KGKSM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopy2KGKSM .row {
  justify-content: center;
}
.cid-uopy2LN0yL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f4f4;
}
.cid-uopy2LN0yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2LN0yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopy2LN0yL .container {
    max-width: 1400px;
  }
}
.cid-uopy2LN0yL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopy2LN0yL .row {
  justify-content: center;
}
.cid-uopy2MSkq7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy2MSkq7 img,
.cid-uopy2MSkq7 .item-img {
  width: 100%;
}
.cid-uopy2MSkq7 .item:focus,
.cid-uopy2MSkq7 span:focus {
  outline: none;
}
.cid-uopy2MSkq7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopy2MSkq7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopy2MSkq7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopy2MSkq7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopy2MSkq7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopy2MSkq7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopy2MSkq7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopy2MSkq7 .mbr-section-title {
  color: #232323;
}
.cid-uopy2MSkq7 .mbr-text,
.cid-uopy2MSkq7 .mbr-section-btn {
  text-align: left;
}
.cid-uopy2MSkq7 .item-title {
  text-align: left;
}
.cid-uopy2MSkq7 .item-subtitle {
  text-align: left;
}
.cid-uopy2P2Quz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopy2P2Quz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2P2Quz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2PZD9R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy2PZD9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2PZD9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopy2PZD9R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopy2PZD9R .row {
  flex-direction: row-reverse;
}
.cid-uopy2PZD9R img {
  width: 100%;
}
.cid-uopy2QYDL7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopy2QYDL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2QYDL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2QYDL7 .mbr-text {
  color: #767676;
}
.cid-uopy2QYDL7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uopy2QYDL7 .title .num {
  width: 100%;
  display: block;
}
.cid-uopy2QYDL7 .title .card-title {
  z-index: 1;
}
.cid-uopy2QYDL7 .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopy2QYDL7 * {
    text-align: center !important;
  }
  .cid-uopy2QYDL7 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopy2QYDL7 .mbr-text,
.cid-uopy2QYDL7 .mbr-section-btn {
  text-align: center;
}
.cid-uopy2QYDL7 .mbr-section-title,
.cid-uopy2QYDL7 .card-box {
  text-align: center;
}
.cid-uopy2ShlDR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopy2ShlDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2ShlDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2ShlDR .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopy2ShlDR .img-item {
  position: relative;
}
.cid-uopy2ShlDR .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopy2ShlDR .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopy2ShlDR .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopy2TjnoB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopy2TjnoB .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopy2TjnoB form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopy2TjnoB form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopy2TjnoB form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopy2TjnoB form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopy2TjnoB form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopy2VKenW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopy2VKenW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2VKenW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2VKenW .mbr-text,
.cid-uopy2VKenW .mbr-section-btn {
  color: #232323;
}
.cid-uopy2VKenW .btn {
  width: 100%;
}
.cid-uopy2VKenW .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopy2VKenW H1 {
  text-align: center;
}
.cid-uopy2XusdS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopy2XusdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2XusdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2XusdS .row {
  flex-direction: row-reverse;
}
.cid-uopy2XusdS .video-wrapper iframe {
  width: 100%;
}
.cid-uopy2XusdS .mbr-section-title,
.cid-uopy2XusdS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopy2XusdS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopy2YN7Ut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopy2YN7Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy2YN7Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy2YN7Ut .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopy2YN7Ut img {
  margin: auto;
  width: 140px;
}
.cid-uopy2YN7Ut .row {
  align-items: flex-start;
}
.cid-uopy2YN7Ut .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopy2YN7Ut .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopy2YN7Ut .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy2YN7Ut .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopy306GYq {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopy306GYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy306GYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy306GYq .mbr-text,
.cid-uopy306GYq .mbr-section-btn {
  color: #232323;
}
.cid-uopy306GYq .btn {
  width: 100%;
}
.cid-uopy306GYq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopy31e8al {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy31e8al img {
  width: 120px;
  margin: auto;
}
.cid-uopy31e8al .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopy31e8al .card {
    max-width: 12.5%;
  }
}
.cid-uopy32tOm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy32tOm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy32tOm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy32tOm7 .item {
  padding-bottom: 2rem;
}
.cid-uopy32tOm7 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopy32tOm7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopy32tOm7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopy32tOm7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopy32tOm7 .carousel-control,
.cid-uopy32tOm7 .close {
  background: #1b1b1b;
}
.cid-uopy32tOm7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopy32tOm7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopy32tOm7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopy32tOm7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopy32tOm7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopy32tOm7 .close::before {
  content: '\e91a';
}
.cid-uopy32tOm7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopy32tOm7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopy32tOm7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopy32tOm7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopy32tOm7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopy32tOm7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopy32tOm7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopy32tOm7 .carousel-indicators li.active,
.cid-uopy32tOm7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopy32tOm7 .carousel-indicators li::after,
.cid-uopy32tOm7 .carousel-indicators li::before {
  content: none;
}
.cid-uopy32tOm7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopy32tOm7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopy32tOm7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy32tOm7 .carousel-indicators {
    display: none;
  }
}
.cid-uopy32tOm7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopy32tOm7 .carousel-inner > .active {
  display: block;
}
.cid-uopy32tOm7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopy32tOm7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopy32tOm7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopy32tOm7 .carousel-control,
  .cid-uopy32tOm7 .carousel-indicators,
  .cid-uopy32tOm7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopy32tOm7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopy32tOm7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopy32tOm7 .carousel-indicators .active,
.cid-uopy32tOm7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopy32tOm7 .carousel-indicators .active {
  background: #fff;
}
.cid-uopy32tOm7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopy32tOm7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopy32tOm7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopy32tOm7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopy32tOm7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopy32tOm7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopy32tOm7 .carousel {
  width: 100%;
}
.cid-uopy32tOm7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopy32tOm7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopy32tOm7 .modal.fade .modal-dialog,
.cid-uopy32tOm7 .modal.in .modal-dialog {
  transform: none;
}
.cid-uopy32tOm7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopy32tOm7 H6 {
  text-align: center;
}
.cid-uopy33YJ19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopy33YJ19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy33YJ19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopy33YJ19 .row {
    flex-direction: column-reverse;
  }
  .cid-uopy33YJ19 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy33YJ19 .google-map {
  height: 100%;
  position: relative;
}
.cid-uopy33YJ19 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopy33YJ19 .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-uopy33YJ19 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopy33YJ19 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopy33YJ19 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopy33YJ19 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopy33YJ19 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopy33YJ19 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopy33YJ19 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopy33YJ19 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopy35kn2b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopy35kn2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy35kn2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy35kn2b .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopy35kn2b .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopy35kn2b .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopy35kn2b .content-head {
  max-width: 800px;
}
.cid-uopy35kn2b .card-title {
  color: #ffffff;
}
.cid-uopy35kn2b .card-text {
  color: #ffffff;
}
.cid-uopy36Fmy7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopy36Fmy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy36Fmy7 .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopy36Fmy7 .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopy36Fmy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy36Fmy7 .content-head {
  max-width: 800px;
}
.cid-uopy36Fmy7 .card1 {
  background: #a0e2e1;
}
.cid-uopy36Fmy7 .card2 {
  background: #260a30;
}
.cid-uopy36Fmy7 .card3 {
  background: #3a341c;
}
.cid-uopy36Fmy7 .card4 {
  background: #ffd7ef;
}
.cid-uopy36Fmy7 .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopy36Fmy7 .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopy36Fmy7 .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopy36Fmy7 .card {
    margin-bottom: 1rem;
  }
}
.cid-uopy36Fmy7 .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopy36Fmy7 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopy36Fmy7 .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy36Fmy7 .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopy36Fmy7 .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopy36Fmy7 .title-row {
    padding: 1.5rem;
  }
}
.cid-uopy36Fmy7 .card-title2,
.cid-uopy36Fmy7 .social-row {
  color: #ffc091;
}
.cid-uopy36Fmy7 .card-title1,
.cid-uopy36Fmy7 .social-row {
  color: #260a30;
}
.cid-uopy36Fmy7 .card-title3,
.cid-uopy36Fmy7 .social-row {
  color: #ffeb69;
}
.cid-uopy36Fmy7 .card-text3,
.cid-uopy36Fmy7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopy36Fmy7 .card-text1,
.cid-uopy36Fmy7 .mbr-section-btn {
  color: #260a30;
}
.cid-uopy36Fmy7 .card-text2,
.cid-uopy36Fmy7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uopy36Fmy7 .card-title4,
.cid-uopy36Fmy7 .social-row {
  color: #320707;
}
.cid-uopy36Fmy7 .card-text4,
.cid-uopy36Fmy7 .mbr-section-btn {
  color: #320707;
}
.cid-uopy36Fmy7 .mbr-role2 {
  color: #ffffff;
}
.cid-uopy36Fmy7 .mbr-role4 {
  color: #320707;
}
.cid-uopy36Fmy7 .mbr-role3 {
  color: #ffffff;
}
.cid-uopy380NHT {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopy380NHT img,
.cid-uopy380NHT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopy380NHT .item:focus,
.cid-uopy380NHT span:focus {
  outline: none;
}
.cid-uopy380NHT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopy380NHT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopy380NHT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopy380NHT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopy380NHT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopy380NHT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopy380NHT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopy380NHT .mbr-section-title {
  color: #232323;
}
.cid-uopy39lyDK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy39lyDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy39lyDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopy39lyDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopy39lyDK .row {
  flex-direction: row-reverse;
}
.cid-uopy39lyDK img {
  width: 100%;
}
.cid-uopy3av8hE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopy3av8hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3av8hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3av8hE .mbr-section-title,
.cid-uopy3av8hE .mbr-text,
.cid-uopy3av8hE .mbr-section-btn {
  text-align: center;
}
.cid-uopy3av8hE .video-wrapper {
  margin: auto;
}
.cid-uopy3av8hE .video-wrapper iframe {
  width: 100%;
}
.cid-uopy3av8hE .mbr-section-title {
  color: #ffffff;
}
.cid-uopy3av8hE .mbr-text,
.cid-uopy3av8hE .mbr-section-btn {
  color: #ffffff;
}
.cid-uopy3bKcEZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy3bKcEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3bKcEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3bKcEZ .item {
  padding-bottom: 2rem;
}
.cid-uopy3bKcEZ .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopy3bKcEZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopy3bKcEZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopy3bKcEZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopy3bKcEZ .carousel-control,
.cid-uopy3bKcEZ .close {
  background: #1b1b1b;
}
.cid-uopy3bKcEZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopy3bKcEZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopy3bKcEZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopy3bKcEZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopy3bKcEZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopy3bKcEZ .close::before {
  content: '\e91a';
}
.cid-uopy3bKcEZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopy3bKcEZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopy3bKcEZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopy3bKcEZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopy3bKcEZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopy3bKcEZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopy3bKcEZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopy3bKcEZ .carousel-indicators li.active,
.cid-uopy3bKcEZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopy3bKcEZ .carousel-indicators li::after,
.cid-uopy3bKcEZ .carousel-indicators li::before {
  content: none;
}
.cid-uopy3bKcEZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopy3bKcEZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopy3bKcEZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy3bKcEZ .carousel-indicators {
    display: none;
  }
}
.cid-uopy3bKcEZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopy3bKcEZ .carousel-inner > .active {
  display: block;
}
.cid-uopy3bKcEZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopy3bKcEZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopy3bKcEZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopy3bKcEZ .carousel-control,
  .cid-uopy3bKcEZ .carousel-indicators,
  .cid-uopy3bKcEZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopy3bKcEZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopy3bKcEZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopy3bKcEZ .carousel-indicators .active,
.cid-uopy3bKcEZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopy3bKcEZ .carousel-indicators .active {
  background: #fff;
}
.cid-uopy3bKcEZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopy3bKcEZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopy3bKcEZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopy3bKcEZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopy3bKcEZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopy3bKcEZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopy3bKcEZ .carousel {
  width: 100%;
}
.cid-uopy3bKcEZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopy3bKcEZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopy3bKcEZ .modal.fade .modal-dialog,
.cid-uopy3bKcEZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uopy3bKcEZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopy3bKcEZ H6 {
  text-align: center;
}
.cid-uopy3dlohm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy3dlohm img,
.cid-uopy3dlohm .item-img {
  width: 100%;
}
.cid-uopy3dlohm .item:focus,
.cid-uopy3dlohm span:focus {
  outline: none;
}
.cid-uopy3dlohm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopy3dlohm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopy3dlohm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopy3dlohm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopy3dlohm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopy3dlohm .mbr-section-title {
  color: #232323;
}
.cid-uopy3dlohm .mbr-text,
.cid-uopy3dlohm .mbr-section-btn {
  text-align: left;
}
.cid-uopy3dlohm .item-title {
  text-align: left;
}
.cid-uopy3dlohm .item-subtitle {
  text-align: center;
}
.cid-uopy3eQceW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopy3eQceW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopy3fYkVc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy3fYkVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3fYkVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3fYkVc .video-wrapper iframe {
  width: 100%;
}
.cid-uopy3fYkVc .mbr-section-title,
.cid-uopy3fYkVc .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopy3fYkVc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopy3hafxU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopy3hafxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3hafxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3hafxU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopy3hafxU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopy3hafxU .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopy3jkPrL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy3jkPrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3jkPrL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopy3jkPrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3jkPrL .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopy3jkPrL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopy3jkPrL .card-title,
.cid-uopy3jkPrL .iconfont-wrapper {
  color: #000000;
}
.cid-uopy3jkPrL .card-text {
  color: #000000;
}
.cid-uopy3jkPrL .content-head {
  max-width: 800px;
}
.cid-uopy3jkPrL .mbr-section-title {
  color: #000000;
}
.cid-uopy3kxqsi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopy3kxqsi .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopy3kxqsi .mbr-text {
  color: #ffffff;
}
.cid-uopy3lxaXO {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopy3lxaXO .container {
    max-width: 1400px;
  }
}
.cid-uopy3lxaXO .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopy3lxaXO .card-wrapper {
  margin-top: 3rem;
}
.cid-uopy3lxaXO .row {
  justify-content: center;
}
.cid-uopy3lxaXO .card-title,
.cid-uopy3lxaXO .iconfont-wrapper {
  color: #000000;
}
.cid-uopy3lxaXO .card-text {
  color: #000000;
}
.cid-uopy3lxaXO .mbr-section-title {
  color: #000000;
}
.cid-uopy3mFbZ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopy3mFbZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3mFbZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3mFbZ4 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopy3mFbZ4 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopy3mFbZ4 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopy3nJRlJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopy3nJRlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3nJRlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3nJRlJ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopy3nJRlJ .img-item {
  position: relative;
}
.cid-uopy3nJRlJ .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopy3nJRlJ .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopy3nJRlJ .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopy3oOdTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopy3oOdTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3oOdTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopy3oOdTq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopy3oOdTq .row {
  flex-direction: row-reverse;
}
.cid-uopy3oOdTq img {
  width: 100%;
}
.cid-uopy3pREnN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy3pREnN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopy3pREnN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy3pREnN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopy3pREnN .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopy3pREnN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy3r5e7Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopy3r5e7Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy3r5e7Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopy3r5e7Q .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopy3r5e7Q .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy3r5e7Q .mbr-text,
.cid-uopy3r5e7Q .mbr-section-btn {
  text-align: right;
}
.cid-uopy3r5e7Q .mbr-section-title {
  text-align: right;
}
.cid-uopy3sayGJ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopy3sayGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3sayGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3sayGJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopy3sayGJ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopy3sayGJ .mbr-text,
.cid-uopy3sayGJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uopy3sayGJ .mbr-section-title {
  color: #ffffff;
}
.cid-uopy3tbsS4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopy3tbsS4 img,
.cid-uopy3tbsS4 .item-img {
  width: 100%;
}
.cid-uopy3tbsS4 .item:focus,
.cid-uopy3tbsS4 span:focus {
  outline: none;
}
.cid-uopy3tbsS4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopy3tbsS4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopy3tbsS4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopy3tbsS4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopy3tbsS4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopy3tbsS4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopy3tbsS4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopy3tbsS4 .mbr-section-title {
  color: #000000;
}
.cid-uopy3tbsS4 .mbr-text,
.cid-uopy3tbsS4 .mbr-section-btn {
  text-align: left;
}
.cid-uopy3tbsS4 .item-title {
  text-align: left;
}
.cid-uopy3tbsS4 .item-subtitle {
  text-align: left;
}
.cid-uopy3uhRUO {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopy3uhRUO .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopy3uhRUO .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopy3uhRUO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopy3uhRUO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopy3uhRUO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopy3uhRUO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopy3uhRUO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopy3uhRUO H1 {
  color: #ffffff;
}
.cid-uopy3uhRUO .mbr-text,
.cid-uopy3uhRUO .mbr-media {
  color: #ffffff;
}
.cid-uopy3uhRUO .icon-description {
  color: #ffffff;
}
.cid-uopy3w7Xy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopy3w7Xy3 .row {
  flex-direction: row-reverse;
}
.cid-uopy3w7Xy3 .mbr-section-title {
  text-align: right;
}
.cid-uopy3w7Xy3 .mbr-section-subtitle {
  text-align: right;
}
.cid-uopy3xb0t6 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopy3ygGbY {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopy3ygGbY .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopy3ygGbY .plan-body {
  padding-bottom: 2rem;
}
.cid-uopy3ygGbY .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopy3ygGbY .price {
  color: #4479d9;
}
.cid-uopy3ygGbY .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopy3ygGbY .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopy3ygGbY .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopy3ygGbY .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopy3ygGbY .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopy3zrk3h {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopy3zrk3h .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopy3zrk3h .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopy3zrk3h .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopy3zrk3h .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopy3zrk3h .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopy3zrk3h .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopy3zrk3h .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopy3zrk3h .social-row {
  text-align: center;
}
.cid-uopy3zrk3h .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-uopy3zrk3h .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-uopy3zrk3h .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopy3zrk3h .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopy3zrk3h .mbr-section-title {
  color: #000000;
}
.cid-uopy3zrk3h .mbr-section-title1 {
  color: #000000;
}
.cid-uopy3APm1V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopy3APm1V img {
  width: 120px;
  margin: auto;
}
.cid-uopy3APm1V .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopy3APm1V .card {
    max-width: 12.5%;
  }
}
.cid-uopy3APm1V .mbr-section-subtitle {
  color: #353535;
}
.cid-uopy3BX8vI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopy3BX8vI .media-container-row {
  justify-content: space-between;
}
.cid-uopy3BX8vI .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopy3BX8vI .text-content {
    max-width: none;
  }
}
.cid-uopy3BX8vI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopy3BX8vI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopy3BX8vI .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopy3BX8vI .icons {
    justify-content: center !important;
  }
  .cid-uopy3BX8vI .text-content * {
    text-align: center;
  }
}
.cid-uopy3BX8vI .mbr-section-title {
  color: #353535;
}
.cid-uopy3BX8vI P {
  color: #000000;
}
.cid-uopy3D5idi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopy3D5idi .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopy3D5idi .item .icon-wrap {
  text-align: center;
}
.cid-uopy3D5idi .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopy3D5idi .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopy3D5idi .item.first:before {
  display: none;
}
.cid-uopy3D5idi .item.five:before {
  display: none;
}
.cid-uopy3D5idi .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopy3D5idi .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopy3D5idi .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopy3D5idi .item:before {
    display: none;
  }
  .cid-uopy3D5idi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopy3EmYuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopy3EmYuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopy3EmYuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopy3EmYuH .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopy3EmYuH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopy3EmYuH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopy3EmYuH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopy3FseHp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopy3FseHp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopy3FseHp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopy3FseHp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopy3FseHp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopy3FseHp .mbr-section-title {
  color: #000000;
}
.cid-uopy3FseHp .mbr-section-subtitle {
  color: #000000;
}
.cid-uopy3Gw6GC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopy3Gw6GC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopy3Gw6GC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopy3Gw6GC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopy3Gw6GC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopy3Gw6GC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopy3HFyXu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopy3HFyXu .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopy3HFyXu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopy3HFyXu .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-uopy3HFyXu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopy3HFyXu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopy3ISKvg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopy3ISKvg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopy3ISKvg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopy3ISKvg .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopy3ISKvg .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopy3ISKvg .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopy3ISKvg .row .foot-menu li p {
  margin: 0;
}
.cid-uopy3ISKvg .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopy3ISKvg .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopy3ISKvg .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopy3ISKvg .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopy3ISKvg .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopy3ISKvg .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopy3ISKvg .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopy3ISKvg .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uopzQnP5sn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQnP5sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQnP5sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQnP5sn .row {
  flex-direction: row-reverse;
}
.cid-uopzQnP5sn .video-wrapper iframe {
  width: 100%;
}
.cid-uopzQnP5sn .mbr-section-title,
.cid-uopzQnP5sn .mbr-description {
  text-align: center;
}
.cid-uopzQnP5sn .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uopzQnP5sn .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-uopzQARvmi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopzQARvmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQARvmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQkKct0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopzQkKct0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQkKct0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQkKct0 .mbr-text {
  color: #767676;
}
.cid-uopzQkKct0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uopzQkKct0 .title .num {
  width: 100%;
  display: block;
}
.cid-uopzQkKct0 .title .card-title {
  z-index: 1;
}
.cid-uopzQkKct0 .num {
  color: #09b528;
}
@media (max-width: 767px) {
  .cid-uopzQkKct0 * {
    text-align: center !important;
  }
  .cid-uopzQkKct0 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopzQkKct0 .mbr-text,
.cid-uopzQkKct0 .mbr-section-btn {
  text-align: center;
}
.cid-uopzQkKct0 .mbr-section-title,
.cid-uopzQkKct0 .card-box {
  text-align: center;
}
.cid-uopzQqH4nj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopzQqH4nj .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopzQrCtFn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopzQrCtFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQrCtFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQrCtFn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopzQrCtFn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uopzQrCtFn .item-wrapper {
  background: #d2ffda;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopzQrCtFn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopzQrCtFn .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c751f;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #98faaa;
  height: 80px;
  border-radius: 50%;
}
.cid-uopzQrCtFn .mbr-section-title {
  color: #000000;
}
.cid-uopzQrCtFn .mbr-section-subtitle {
  color: #232323;
}
.cid-uopzQrCtFn .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopzQrCtFn .card-box .item-footer {
  margin-top: auto;
}
.cid-uopzQrCtFn .content-head {
  max-width: 800px;
}
.cid-uopzQulDHV {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0c751f;
}
@media (min-width: 1500px) {
  .cid-uopzQulDHV .container {
    max-width: 1400px;
  }
}
.cid-uopzQulDHV .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopzQulDHV .card-wrapper {
  margin-top: 3rem;
}
.cid-uopzQulDHV .row {
  justify-content: center;
}
.cid-uopzQulDHV .card-title,
.cid-uopzQulDHV .iconfont-wrapper {
  color: #ffffff;
}
.cid-uopzQulDHV .card-text {
  color: #ffffff;
}
.cid-uopzQulDHV .mbr-section-title {
  color: #000000;
}
.cid-uopzQlYwUc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopzQlYwUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQlYwUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQlYwUc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopzQlYwUc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopzQlYwUc .mbr-text,
.cid-uopzQlYwUc .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQlYwUc .mbr-section-title {
  color: #ffffff;
}
.cid-uopzQmXqnR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uopzQmXqnR .line {
  background-color: #0c46ae;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopzQoMv2m {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopzQoMv2m .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uopzQoMv2m .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzQoMv2m .mbr-iconfont {
  font-size: 4rem;
  color: #45d25f;
  padding-right: 1.5rem;
}
.cid-uopzQoMv2m .card-title {
  text-align: center;
}
.cid-uopzQoMv2m .card-text {
  text-align: center;
}
.cid-uopzQpNbfT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzQpNbfT .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uopzQpNbfT .mbr-section-title {
  color: #000000;
}
.cid-uopzQt8bHK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzQt8bHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQt8bHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQt8bHK .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopzQt8bHK .item .icon-wrap {
  text-align: center;
}
.cid-uopzQt8bHK .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopzQt8bHK .icon-box {
  background: #45d25f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopzQt8bHK .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopzQt8bHK .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopzQt8bHK .item:before {
    display: none;
  }
  .cid-uopzQt8bHK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzQvugO9 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopzQvugO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQvugO9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQvugO9 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uopzQvugO9 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uopzQwAhgr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzQwAhgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQwAhgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQwAhgr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uopzQwAhgr .card {
    margin-bottom: 2rem!important;
  }
  .cid-uopzQwAhgr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzQwAhgr .link-wrap {
    align-items: center;
  }
}
.cid-uopzQwAhgr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uopzQxy6ZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQxy6ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQxy6ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopzQxy6ZF .container {
    max-width: 1400px;
  }
}
.cid-uopzQxy6ZF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopzQxy6ZF .row {
  justify-content: center;
}
.cid-uopzQyEz10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f4f4;
}
.cid-uopzQyEz10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQyEz10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uopzQyEz10 .container {
    max-width: 1400px;
  }
}
.cid-uopzQyEz10 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uopzQyEz10 .row {
  justify-content: center;
}
.cid-uopzQzKYAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzQzKYAf img,
.cid-uopzQzKYAf .item-img {
  width: 100%;
}
.cid-uopzQzKYAf .item:focus,
.cid-uopzQzKYAf span:focus {
  outline: none;
}
.cid-uopzQzKYAf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopzQzKYAf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopzQzKYAf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopzQzKYAf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopzQzKYAf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopzQzKYAf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopzQzKYAf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopzQzKYAf .mbr-section-title {
  color: #232323;
}
.cid-uopzQzKYAf .mbr-text,
.cid-uopzQzKYAf .mbr-section-btn {
  text-align: left;
}
.cid-uopzQzKYAf .item-title {
  text-align: left;
}
.cid-uopzQzKYAf .item-subtitle {
  text-align: left;
}
.cid-uopzQBZ1gh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzQBZ1gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQBZ1gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopzQBZ1gh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopzQBZ1gh .row {
  flex-direction: row-reverse;
}
.cid-uopzQBZ1gh img {
  width: 100%;
}
.cid-uopzQD3EQX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uopzQD3EQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQD3EQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQD3EQX .mbr-text {
  color: #767676;
}
.cid-uopzQD3EQX .mbr-section-subtitle {
  color: #767676;
}
.cid-uopzQD3EQX .title .num {
  width: 100%;
  display: block;
}
.cid-uopzQD3EQX .title .card-title {
  z-index: 1;
}
.cid-uopzQD3EQX .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uopzQD3EQX * {
    text-align: center !important;
  }
  .cid-uopzQD3EQX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uopzQD3EQX .mbr-text,
.cid-uopzQD3EQX .mbr-section-btn {
  text-align: center;
}
.cid-uopzQD3EQX .mbr-section-title,
.cid-uopzQD3EQX .card-box {
  text-align: center;
}
.cid-uopzQEf5W8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uopzQEf5W8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQEf5W8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQEf5W8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopzQEf5W8 .img-item {
  position: relative;
}
.cid-uopzQEf5W8 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopzQEf5W8 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopzQEf5W8 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopzQFmVQL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/top-content11.png");
}
.cid-uopzQFmVQL .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.8;
}
.cid-uopzQFmVQL form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uopzQFmVQL form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uopzQFmVQL form.mbr-form {
    padding: 1rem;
  }
}
.cid-uopzQFmVQL form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopzQFmVQL form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uopzQGo2L7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQGo2L7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQGo2L7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQGo2L7 .mbr-text,
.cid-uopzQGo2L7 .mbr-section-btn {
  color: #232323;
}
.cid-uopzQGo2L7 .btn {
  width: 100%;
}
.cid-uopzQGo2L7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopzQGo2L7 H1 {
  text-align: center;
}
.cid-uopzQHxSrj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQHxSrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQHxSrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQHxSrj .row {
  flex-direction: row-reverse;
}
.cid-uopzQHxSrj .video-wrapper iframe {
  width: 100%;
}
.cid-uopzQHxSrj .mbr-section-title,
.cid-uopzQHxSrj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopzQHxSrj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopzQID1qQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQID1qQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQID1qQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQID1qQ .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uopzQID1qQ img {
  margin: auto;
  width: 140px;
}
.cid-uopzQID1qQ .row {
  align-items: flex-start;
}
.cid-uopzQID1qQ .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uopzQID1qQ .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uopzQID1qQ .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzQID1qQ .item-wrapper {
    padding: 1rem;
  }
}
.cid-uopzQJTLMq {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uopzQJTLMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQJTLMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQJTLMq .mbr-text,
.cid-uopzQJTLMq .mbr-section-btn {
  color: #232323;
}
.cid-uopzQJTLMq .btn {
  width: 100%;
}
.cid-uopzQJTLMq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uopzQL2yD9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzQL2yD9 img {
  width: 120px;
  margin: auto;
}
.cid-uopzQL2yD9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopzQL2yD9 .card {
    max-width: 12.5%;
  }
}
.cid-uopzQMgVMJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzQMgVMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQMgVMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQMgVMJ .item {
  padding-bottom: 2rem;
}
.cid-uopzQMgVMJ .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopzQMgVMJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopzQMgVMJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopzQMgVMJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopzQMgVMJ .carousel-control,
.cid-uopzQMgVMJ .close {
  background: #1b1b1b;
}
.cid-uopzQMgVMJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopzQMgVMJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopzQMgVMJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopzQMgVMJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopzQMgVMJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopzQMgVMJ .close::before {
  content: '\e91a';
}
.cid-uopzQMgVMJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopzQMgVMJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopzQMgVMJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopzQMgVMJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopzQMgVMJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopzQMgVMJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopzQMgVMJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopzQMgVMJ .carousel-indicators li.active,
.cid-uopzQMgVMJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopzQMgVMJ .carousel-indicators li::after,
.cid-uopzQMgVMJ .carousel-indicators li::before {
  content: none;
}
.cid-uopzQMgVMJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopzQMgVMJ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopzQMgVMJ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzQMgVMJ .carousel-indicators {
    display: none;
  }
}
.cid-uopzQMgVMJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopzQMgVMJ .carousel-inner > .active {
  display: block;
}
.cid-uopzQMgVMJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopzQMgVMJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopzQMgVMJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopzQMgVMJ .carousel-control,
  .cid-uopzQMgVMJ .carousel-indicators,
  .cid-uopzQMgVMJ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopzQMgVMJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopzQMgVMJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopzQMgVMJ .carousel-indicators .active,
.cid-uopzQMgVMJ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopzQMgVMJ .carousel-indicators .active {
  background: #fff;
}
.cid-uopzQMgVMJ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopzQMgVMJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopzQMgVMJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopzQMgVMJ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopzQMgVMJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopzQMgVMJ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopzQMgVMJ .carousel {
  width: 100%;
}
.cid-uopzQMgVMJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopzQMgVMJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopzQMgVMJ .modal.fade .modal-dialog,
.cid-uopzQMgVMJ .modal.in .modal-dialog {
  transform: none;
}
.cid-uopzQMgVMJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopzQMgVMJ H6 {
  text-align: center;
}
.cid-uopzQNvxsz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uopzQNvxsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQNvxsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uopzQNvxsz .row {
    flex-direction: column-reverse;
  }
  .cid-uopzQNvxsz .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzQNvxsz .google-map {
  height: 100%;
  position: relative;
}
.cid-uopzQNvxsz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopzQNvxsz .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-uopzQNvxsz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopzQNvxsz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopzQNvxsz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopzQNvxsz .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uopzQNvxsz .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uopzQNvxsz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopzQNvxsz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopzQNvxsz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopzQOFKOS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uopzQOFKOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQOFKOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQOFKOS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopzQOFKOS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopzQOFKOS .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uopzQOFKOS .content-head {
  max-width: 800px;
}
.cid-uopzQOFKOS .card-title {
  color: #ffffff;
}
.cid-uopzQOFKOS .card-text {
  color: #ffffff;
}
.cid-uopzQPPa4u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uopzQPPa4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQPPa4u .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uopzQPPa4u .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uopzQPPa4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQPPa4u .content-head {
  max-width: 800px;
}
.cid-uopzQPPa4u .card1 {
  background: #45d25f;
}
.cid-uopzQPPa4u .card2 {
  background: #4479d9;
}
.cid-uopzQPPa4u .card3 {
  background: #0c751f;
}
.cid-uopzQPPa4u .card4 {
  background: #086cbc;
}
.cid-uopzQPPa4u .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uopzQPPa4u .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uopzQPPa4u .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uopzQPPa4u .card {
    margin-bottom: 1rem;
  }
}
.cid-uopzQPPa4u .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uopzQPPa4u .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uopzQPPa4u .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzQPPa4u .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uopzQPPa4u .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uopzQPPa4u .title-row {
    padding: 1.5rem;
  }
}
.cid-uopzQPPa4u .card-title2,
.cid-uopzQPPa4u .social-row {
  color: #ffffff;
}
.cid-uopzQPPa4u .card-title1,
.cid-uopzQPPa4u .social-row {
  color: #260a30;
}
.cid-uopzQPPa4u .card-title3,
.cid-uopzQPPa4u .social-row {
  color: #ffffff;
}
.cid-uopzQPPa4u .card-text3,
.cid-uopzQPPa4u .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQPPa4u .card-text1,
.cid-uopzQPPa4u .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQPPa4u .card-text2,
.cid-uopzQPPa4u .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQPPa4u .card-title4,
.cid-uopzQPPa4u .social-row {
  color: #320707;
  text-align: right;
}
.cid-uopzQPPa4u .card-text4,
.cid-uopzQPPa4u .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQPPa4u .mbr-role2 {
  color: #ffffff;
}
.cid-uopzQPPa4u .mbr-role4 {
  color: #320707;
}
.cid-uopzQPPa4u .mbr-role3 {
  color: #ffffff;
}
.cid-uopzQQZ1Iz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uopzQQZ1Iz img,
.cid-uopzQQZ1Iz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uopzQQZ1Iz .item:focus,
.cid-uopzQQZ1Iz span:focus {
  outline: none;
}
.cid-uopzQQZ1Iz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uopzQQZ1Iz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopzQQZ1Iz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopzQQZ1Iz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopzQQZ1Iz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopzQQZ1Iz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopzQQZ1Iz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopzQQZ1Iz .mbr-section-title {
  color: #232323;
}
.cid-uopzQS8gry {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzQS8gry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQS8gry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopzQS8gry .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopzQS8gry .row {
  flex-direction: row-reverse;
}
.cid-uopzQS8gry img {
  width: 100%;
}
.cid-uopzQTaGxp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopzQTaGxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQTaGxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQTaGxp .mbr-section-title,
.cid-uopzQTaGxp .mbr-text,
.cid-uopzQTaGxp .mbr-section-btn {
  text-align: center;
}
.cid-uopzQTaGxp .video-wrapper {
  margin: auto;
}
.cid-uopzQTaGxp .video-wrapper iframe {
  width: 100%;
}
.cid-uopzQTaGxp .mbr-section-title {
  color: #ffffff;
}
.cid-uopzQTaGxp .mbr-text,
.cid-uopzQTaGxp .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzQVgtte {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzQVgtte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzQVgtte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzQVgtte .item {
  padding-bottom: 2rem;
}
.cid-uopzQVgtte .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uopzQVgtte .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uopzQVgtte .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uopzQVgtte .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uopzQVgtte .carousel-control,
.cid-uopzQVgtte .close {
  background: #1b1b1b;
}
.cid-uopzQVgtte .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uopzQVgtte .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uopzQVgtte .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uopzQVgtte .carousel-control-next span {
  margin-left: 5px;
}
.cid-uopzQVgtte .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopzQVgtte .close::before {
  content: '\e91a';
}
.cid-uopzQVgtte .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopzQVgtte .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uopzQVgtte .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopzQVgtte .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uopzQVgtte .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uopzQVgtte .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uopzQVgtte .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uopzQVgtte .carousel-indicators li.active,
.cid-uopzQVgtte .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uopzQVgtte .carousel-indicators li::after,
.cid-uopzQVgtte .carousel-indicators li::before {
  content: none;
}
.cid-uopzQVgtte .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uopzQVgtte .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uopzQVgtte .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzQVgtte .carousel-indicators {
    display: none;
  }
}
.cid-uopzQVgtte .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uopzQVgtte .carousel-inner > .active {
  display: block;
}
.cid-uopzQVgtte .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uopzQVgtte .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uopzQVgtte .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uopzQVgtte .carousel-control,
  .cid-uopzQVgtte .carousel-indicators,
  .cid-uopzQVgtte .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uopzQVgtte .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uopzQVgtte .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uopzQVgtte .carousel-indicators .active,
.cid-uopzQVgtte .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uopzQVgtte .carousel-indicators .active {
  background: #fff;
}
.cid-uopzQVgtte .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uopzQVgtte .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uopzQVgtte .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopzQVgtte .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uopzQVgtte .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uopzQVgtte .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uopzQVgtte .carousel {
  width: 100%;
}
.cid-uopzQVgtte .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uopzQVgtte .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uopzQVgtte .modal.fade .modal-dialog,
.cid-uopzQVgtte .modal.in .modal-dialog {
  transform: none;
}
.cid-uopzQVgtte .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uopzQVgtte H6 {
  text-align: center;
}
.cid-uopzQXH3wz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzQXH3wz img,
.cid-uopzQXH3wz .item-img {
  width: 100%;
}
.cid-uopzQXH3wz .item:focus,
.cid-uopzQXH3wz span:focus {
  outline: none;
}
.cid-uopzQXH3wz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopzQXH3wz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopzQXH3wz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopzQXH3wz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uopzQXH3wz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopzQXH3wz .mbr-section-title {
  color: #232323;
}
.cid-uopzQXH3wz .mbr-text,
.cid-uopzQXH3wz .mbr-section-btn {
  text-align: left;
}
.cid-uopzQXH3wz .item-title {
  text-align: left;
}
.cid-uopzQXH3wz .item-subtitle {
  text-align: center;
}
.cid-uopzQZ9LrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uopzQZ9LrD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uopzR0mcZT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzR0mcZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR0mcZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzR0mcZT .video-wrapper iframe {
  width: 100%;
}
.cid-uopzR0mcZT .mbr-section-title,
.cid-uopzR0mcZT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uopzR0mcZT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uopzR1GBzS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopzR1GBzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR1GBzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzR1GBzS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopzR1GBzS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopzR1GBzS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopzR2U0gI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzR2U0gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR2U0gI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uopzR2U0gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzR2U0gI .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uopzR2U0gI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uopzR2U0gI .card-title,
.cid-uopzR2U0gI .iconfont-wrapper {
  color: #000000;
}
.cid-uopzR2U0gI .card-text {
  color: #000000;
}
.cid-uopzR2U0gI .content-head {
  max-width: 800px;
}
.cid-uopzR2U0gI .mbr-section-title {
  color: #000000;
}
.cid-uopzR4eUUv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4479d9;
}
.cid-uopzR4eUUv .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uopzR4eUUv .mbr-text {
  color: #ffffff;
}
.cid-uopzR5ngw8 {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uopzR5ngw8 .container {
    max-width: 1400px;
  }
}
.cid-uopzR5ngw8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uopzR5ngw8 .card-wrapper {
  margin-top: 3rem;
}
.cid-uopzR5ngw8 .row {
  justify-content: center;
}
.cid-uopzR5ngw8 .card-title,
.cid-uopzR5ngw8 .iconfont-wrapper {
  color: #000000;
}
.cid-uopzR5ngw8 .card-text {
  color: #000000;
}
.cid-uopzR5ngw8 .mbr-section-title {
  color: #000000;
}
.cid-uopzR6SNRO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopzR6SNRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR6SNRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzR6SNRO .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopzR6SNRO .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uopzR6SNRO .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uopzR8dLg7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uopzR8dLg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR8dLg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzR8dLg7 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uopzR8dLg7 .img-item {
  position: relative;
}
.cid-uopzR8dLg7 .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uopzR8dLg7 .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uopzR8dLg7 .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uopzR9v8if {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uopzR9v8if .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzR9v8if .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uopzR9v8if .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uopzR9v8if .row {
  flex-direction: row-reverse;
}
.cid-uopzR9v8if img {
  width: 100%;
}
.cid-uopzRaHkv1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzRaHkv1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uopzRaHkv1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzRaHkv1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopzRaHkv1 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopzRaHkv1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzRbXUmz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopzRbXUmz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzRbXUmz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uopzRbXUmz .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uopzRbXUmz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzRbXUmz .mbr-text,
.cid-uopzRbXUmz .mbr-section-btn {
  text-align: right;
}
.cid-uopzRbXUmz .mbr-section-title {
  text-align: right;
}
.cid-uopzRdeflM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uopzRdeflM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzRdeflM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzRdeflM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uopzRdeflM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uopzRdeflM .mbr-text,
.cid-uopzRdeflM .mbr-section-btn {
  color: #ffffff;
}
.cid-uopzRdeflM .mbr-section-title {
  color: #ffffff;
}
.cid-uopzRexWxL {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uopzRexWxL img,
.cid-uopzRexWxL .item-img {
  width: 100%;
}
.cid-uopzRexWxL .item:focus,
.cid-uopzRexWxL span:focus {
  outline: none;
}
.cid-uopzRexWxL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uopzRexWxL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uopzRexWxL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uopzRexWxL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uopzRexWxL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uopzRexWxL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uopzRexWxL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uopzRexWxL .mbr-section-title {
  color: #000000;
}
.cid-uopzRexWxL .mbr-text,
.cid-uopzRexWxL .mbr-section-btn {
  text-align: left;
}
.cid-uopzRexWxL .item-title {
  text-align: left;
}
.cid-uopzRexWxL .item-subtitle {
  text-align: left;
}
.cid-uopzRg0D63 {
  background-image: url("../../../assets/images/elmo-burning.gif");
}
.cid-uopzRg0D63 .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uopzRg0D63 .icon-wrapper span {
  margin-left: 10px;
}
.cid-uopzRg0D63 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uopzRg0D63 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uopzRg0D63 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uopzRg0D63 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uopzRg0D63 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uopzRg0D63 H1 {
  color: #ffffff;
}
.cid-uopzRg0D63 .mbr-text,
.cid-uopzRg0D63 .mbr-media {
  color: #ffffff;
}
.cid-uopzRg0D63 .icon-description {
  color: #ffffff;
}
.cid-uopzRiol0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uopzRiol0J .row {
  flex-direction: row-reverse;
}
.cid-uopzRiol0J .mbr-section-title {
  text-align: right;
}
.cid-uopzRiol0J .mbr-section-subtitle {
  text-align: right;
}
.cid-uopzRkIrPv {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uopzRlUiZv {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uopzRlUiZv .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uopzRlUiZv .plan-body {
  padding-bottom: 2rem;
}
.cid-uopzRlUiZv .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uopzRlUiZv .price {
  color: #4479d9;
}
.cid-uopzRlUiZv .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uopzRlUiZv .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uopzRlUiZv .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uopzRlUiZv .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uopzRlUiZv .plan {
    margin-bottom: 2rem;
  }
}
.cid-uopzRn8Mrs {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uopzRn8Mrs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uopzRn8Mrs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uopzRn8Mrs .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uopzRn8Mrs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uopzRn8Mrs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uopzRn8Mrs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uopzRn8Mrs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uopzRn8Mrs .social-row {
  text-align: center;
}
.cid-uopzRn8Mrs .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-uopzRn8Mrs .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-uopzRn8Mrs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uopzRn8Mrs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uopzRn8Mrs .mbr-section-title {
  color: #000000;
}
.cid-uopzRn8Mrs .mbr-section-title1 {
  color: #000000;
}
.cid-uopzRouFXz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uopzRouFXz img {
  width: 120px;
  margin: auto;
}
.cid-uopzRouFXz .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uopzRouFXz .card {
    max-width: 12.5%;
  }
}
.cid-uopzRouFXz .mbr-section-subtitle {
  color: #353535;
}
.cid-uopzRpDIjg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uopzRpDIjg .media-container-row {
  justify-content: space-between;
}
.cid-uopzRpDIjg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uopzRpDIjg .text-content {
    max-width: none;
  }
}
.cid-uopzRpDIjg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uopzRpDIjg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uopzRpDIjg .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uopzRpDIjg .icons {
    justify-content: center !important;
  }
  .cid-uopzRpDIjg .text-content * {
    text-align: center;
  }
}
.cid-uopzRpDIjg .mbr-section-title {
  color: #353535;
}
.cid-uopzRpDIjg P {
  color: #000000;
}
.cid-uopzRqMhng {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uopzRqMhng .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uopzRqMhng .item .icon-wrap {
  text-align: center;
}
.cid-uopzRqMhng .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uopzRqMhng .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uopzRqMhng .item.first:before {
  display: none;
}
.cid-uopzRqMhng .item.five:before {
  display: none;
}
.cid-uopzRqMhng .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uopzRqMhng .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uopzRqMhng .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uopzRqMhng .item:before {
    display: none;
  }
  .cid-uopzRqMhng .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uopzRs2wW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uopzRs2wW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uopzRs2wW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uopzRs2wW1 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uopzRs2wW1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uopzRs2wW1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopzRs2wW1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uopzRt6pD4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uopzRt6pD4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uopzRt6pD4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uopzRt6pD4 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uopzRt6pD4 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uopzRt6pD4 .mbr-section-title {
  color: #000000;
}
.cid-uopzRt6pD4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uopzRueWG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uopzRueWG8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uopzRueWG8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uopzRueWG8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uopzRueWG8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uopzRueWG8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uopzRvmA8W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uopzRvmA8W .google-map {
  height: 30rem;
  position: relative;
}
.cid-uopzRvmA8W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uopzRvmA8W .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-uopzRvmA8W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uopzRvmA8W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uopzRwBXv1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uopzRwBXv1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uopzRwBXv1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uopzRwBXv1 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uopzRwBXv1 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uopzRwBXv1 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uopzRwBXv1 .row .foot-menu li p {
  margin: 0;
}
.cid-uopzRwBXv1 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uopzRwBXv1 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uopzRwBXv1 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uopzRwBXv1 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uopzRwBXv1 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uopzRwBXv1 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uopzRwBXv1 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uopzRwBXv1 .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoziSKynNO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoziSKynNO .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uoziSKynNO .mbr-section-title {
  color: #000000;
}
.cid-uoA5tNNvcn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uoA5tNNvcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5tNNvcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5tNNvcn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoA5tNNvcn .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoA5tNNvcn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5tNNvcn .link-wrap {
    align-items: center;
  }
}
.cid-uoA5tNNvcn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoziSRw48p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoziSRw48p .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoziSRw48p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uoziSRw48p .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uoziSRw48p .mbr-section-title {
  text-align: center;
}
.cid-uozOIXs7TC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uozOIXs7TC img,
.cid-uozOIXs7TC .item-img {
  width: 100%;
}
.cid-uozOIXs7TC .item:focus,
.cid-uozOIXs7TC span:focus {
  outline: none;
}
.cid-uozOIXs7TC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uozOIXs7TC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uozOIXs7TC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uozOIXs7TC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uozOIXs7TC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uozOIXs7TC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uozOIXs7TC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uozOIXs7TC .mbr-section-title {
  color: #232323;
}
.cid-uozOIXs7TC .mbr-text,
.cid-uozOIXs7TC .mbr-section-btn {
  text-align: center;
}
.cid-uozOIXs7TC .item-title {
  text-align: center;
}
.cid-uozOIXs7TC .item-subtitle {
  text-align: center;
}
.cid-uozzAlhZ1b {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uozzAlhZ1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozzAlhZ1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozOugdFzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uozOugdFzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozOugdFzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uozOugdFzi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozOugdFzi .row {
  flex-direction: row-reverse;
}
.cid-uozOugdFzi img {
  width: 100%;
}
.cid-uoziSSIiQN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziSSIiQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziSSIiQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziSSIiQN .mbr-text {
  color: #767676;
}
.cid-uoziSSIiQN .mbr-section-subtitle {
  color: #767676;
}
.cid-uoziSSIiQN .title .num {
  width: 100%;
  display: block;
}
.cid-uoziSSIiQN .title .card-title {
  z-index: 1;
}
.cid-uoziSSIiQN .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uoziSSIiQN * {
    text-align: center !important;
  }
  .cid-uoziSSIiQN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uozjGEfOqT {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uozjGEfOqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozjGEfOqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uozjGEfOqT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uozjGEfOqT .card {
    margin-bottom: 2rem!important;
  }
  .cid-uozjGEfOqT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uozjGEfOqT .link-wrap {
    align-items: center;
  }
}
.cid-uozjGEfOqT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoziSTViG3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziSTViG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziSTViG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziSTViG3 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uoziSTViG3 .item .icon-wrap {
  text-align: center;
}
.cid-uoziSTViG3 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uoziSTViG3 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-uoziSTViG3 .item.first:before {
  display: none;
}
.cid-uoziSTViG3 .item.five:before {
  display: none;
}
.cid-uoziSTViG3 .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uoziSTViG3 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uoziSTViG3 .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uoziSTViG3 .item:before {
    display: none;
  }
  .cid-uoziSTViG3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uozPz11neu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uozPz11neu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozPz11neu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozPz11neu .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uozPz11neu img {
  margin: auto;
  width: 140px;
}
.cid-uozPz11neu .row {
  align-items: flex-start;
}
.cid-uozPz11neu .item-wrapper {
  border-radius: 4px;
  background: #9fdbf8;
}
@media (max-width: 992px) {
  .cid-uozPz11neu .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uozPz11neu .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uozPz11neu .item-wrapper {
    padding: 1rem;
  }
}
.cid-uoziSV7Zu8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziSV7Zu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziSV7Zu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziSV7Zu8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uoziSV7Zu8 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uoziSV7Zu8 .text-box {
  text-align: center;
}
.cid-uoziSV7Zu8 span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uoziSV7Zu8 .card {
    margin-bottom: 2rem;
  }
  .cid-uoziSV7Zu8 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uoziSV7Zu8 span {
    font-size: 21vw;
  }
}
.cid-uoziSWhZvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fafafa;
}
.cid-uoziSWhZvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziSWhZvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziSWhZvH .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uoziSWhZvH .plan-body {
  padding-bottom: 2rem;
}
.cid-uoziSWhZvH .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoziSWhZvH .price {
  color: #6592e6;
}
.cid-uoziSWhZvH .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uoziSWhZvH .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uoziSWhZvH .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uoziSWhZvH .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoziSWhZvH .plan {
    margin-bottom: 2rem;
  }
}
.cid-uoziSXleSe {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-uoziSXleSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziSXleSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-2000x1102.png");
}
.cid-uoziSXleSe .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uoziSXleSe .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uoziSXleSe .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uoziSXleSe .card-wrapper {
    padding: 1rem;
  }
}
.cid-uoziSXleSe ul {
  list-style: none;
}
.cid-uoziSXleSe li {
  position: relative;
}
.cid-uoziSXleSe li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #6592e6;
  font-size: 0.8rem;
}
.cid-uoziSXleSe .mbr-section-btn {
  width: 100%;
}
.cid-uoziSXleSe .btn {
  width: 100%;
}
.cid-uoziT1IS3G {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoziT1IS3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT1IS3G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT1IS3G .row {
  flex-direction: row-reverse;
}
.cid-uoziT1IS3G .video-wrapper iframe {
  width: 100%;
}
.cid-uoziT1IS3G .mbr-section-title,
.cid-uoziT1IS3G .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoziT1IS3G .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoziT2Lkct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoziT2Lkct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT2Lkct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT2Lkct .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uoziT2Lkct .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uozuroskzd {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uozuroskzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozuroskzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/konvertrix-the-wave.gif");
}
.cid-uozuroskzd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uozuroskzd .card {
    margin-bottom: 2rem!important;
  }
  .cid-uozuroskzd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uozuroskzd .link-wrap {
    align-items: center;
  }
}
.cid-uozuroskzd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoziT3LpoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoziT3LpoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT3LpoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT3LpoD .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uoziT3LpoD img {
  margin: auto;
  width: 140px;
}
.cid-uoziT3LpoD .row {
  align-items: flex-start;
}
.cid-uoziT3LpoD .item-wrapper {
  border-radius: 4px;
  background: #9fdbf8;
}
@media (max-width: 992px) {
  .cid-uoziT3LpoD .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uoziT3LpoD .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoziT3LpoD .item-wrapper {
    padding: 1rem;
  }
}
.cid-uoziT7Jxu5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziT7Jxu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT7Jxu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT7Jxu5 .item {
  padding-bottom: 2rem;
}
.cid-uoziT7Jxu5 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uoziT7Jxu5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uoziT7Jxu5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uoziT7Jxu5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uoziT7Jxu5 .carousel-control,
.cid-uoziT7Jxu5 .close {
  background: #1b1b1b;
}
.cid-uoziT7Jxu5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoziT7Jxu5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoziT7Jxu5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoziT7Jxu5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoziT7Jxu5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoziT7Jxu5 .close::before {
  content: '\e91a';
}
.cid-uoziT7Jxu5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoziT7Jxu5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoziT7Jxu5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoziT7Jxu5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoziT7Jxu5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoziT7Jxu5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoziT7Jxu5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uoziT7Jxu5 .carousel-indicators li.active,
.cid-uoziT7Jxu5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoziT7Jxu5 .carousel-indicators li::after,
.cid-uoziT7Jxu5 .carousel-indicators li::before {
  content: none;
}
.cid-uoziT7Jxu5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoziT7Jxu5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoziT7Jxu5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoziT7Jxu5 .carousel-indicators {
    display: none;
  }
}
.cid-uoziT7Jxu5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoziT7Jxu5 .carousel-inner > .active {
  display: block;
}
.cid-uoziT7Jxu5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoziT7Jxu5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoziT7Jxu5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoziT7Jxu5 .carousel-control,
  .cid-uoziT7Jxu5 .carousel-indicators,
  .cid-uoziT7Jxu5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoziT7Jxu5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoziT7Jxu5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoziT7Jxu5 .carousel-indicators .active,
.cid-uoziT7Jxu5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoziT7Jxu5 .carousel-indicators .active {
  background: #fff;
}
.cid-uoziT7Jxu5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoziT7Jxu5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoziT7Jxu5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoziT7Jxu5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoziT7Jxu5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoziT7Jxu5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoziT7Jxu5 .carousel {
  width: 100%;
}
.cid-uoziT7Jxu5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoziT7Jxu5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoziT7Jxu5 .modal.fade .modal-dialog,
.cid-uoziT7Jxu5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uoziT7Jxu5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoziT7Jxu5 H6 {
  text-align: center;
}
.cid-uoziT6MtzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trump-bitcoin.gif");
}
.cid-uoziT6MtzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT6MtzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT6MtzP .mbr-text,
.cid-uoziT6MtzP .mbr-section-btn {
  color: #232323;
}
.cid-uoziT6MtzP .btn {
  width: 100%;
}
.cid-uoziT6MtzP .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uoziT6MtzP H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uoziT6MtzP P {
  color: #ffffff;
}
.cid-uoziT8QDiQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoziT8QDiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziT8QDiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziT9LJk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
@media (min-width: 991px) {
  .cid-uoziT9LJk4 .container-fluid {
    padding-left: 0;
  }
}
.cid-uoziT9LJk4 .mbr-text,
.cid-uoziT9LJk4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uoziT9LJk4 .mbr-text,
  .cid-uoziT9LJk4 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uoziT9LJk4 .mbr-text,
  .cid-uoziT9LJk4 .mbr-section-title {
    text-align: center;
  }
}
.cid-uoziT9LJk4 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uoziT9LJk4 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uoziT9LJk4 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uoziT9LJk4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziT9LJk4 .justify-content-center {
  align-items: center;
}
.cid-uozzg5cRdA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uozzg5cRdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozzg5cRdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozEuB6Edv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uozEuB6Edv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uozEuB6Edv form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uozEuB6Edv form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uozEuB6Edv form.mbr-form {
    padding: 1rem;
  }
}
.cid-uozEuB6Edv form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uozEuB6Edv form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoziTaJonU {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.cid-uoziTaJonU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTaJonU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uoziTaJonU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoziTaJonU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoziTaJonU .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uoziTaJonU .content-head {
  max-width: 800px;
}
.cid-uoziTe9ROw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uoziTe9ROw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTe9ROw .content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uoziTe9ROw .content-wrap .mbr-section-btn {
  justify-self: flex-end;
  margin-top: auto;
}
.cid-uoziTe9ROw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTe9ROw .content-head {
  max-width: 800px;
}
.cid-uoziTe9ROw .card1 {
  background: #0bf3ef;
}
.cid-uoziTe9ROw .card2 {
  background: #45d25f;
}
.cid-uoziTe9ROw .card3 {
  background: #2d6dac;
}
.cid-uoziTe9ROw .card4 {
  background: #ffeb6e;
}
.cid-uoziTe9ROw .image-wrap {
  padding-bottom: 0rem;
  position: relative;
}
.cid-uoziTe9ROw .image-wrap .social-row {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.cid-uoziTe9ROw .card {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoziTe9ROw .card {
    margin-bottom: 1rem;
  }
}
.cid-uoziTe9ROw .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uoziTe9ROw .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uoziTe9ROw .card-wrap .content-wrap {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uoziTe9ROw .card-wrap .content-wrap {
    padding: 1.5rem;
  }
}
.cid-uoziTe9ROw .title-row {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uoziTe9ROw .title-row {
    padding: 1.5rem;
  }
}
.cid-uoziTe9ROw .card-title2,
.cid-uoziTe9ROw .social-row {
  color: #ffffff;
}
.cid-uoziTe9ROw .card-title1,
.cid-uoziTe9ROw .social-row {
  color: #260a30;
}
.cid-uoziTe9ROw .card-title3,
.cid-uoziTe9ROw .social-row {
  color: #ffeb69;
}
.cid-uoziTe9ROw .card-text3,
.cid-uoziTe9ROw .mbr-section-btn {
  color: #ffffff;
}
.cid-uoziTe9ROw .card-text1,
.cid-uoziTe9ROw .mbr-section-btn {
  color: #260a30;
}
.cid-uoziTe9ROw .card-text2,
.cid-uoziTe9ROw .mbr-section-btn {
  color: #ffffff;
}
.cid-uoziTe9ROw .card-title4,
.cid-uoziTe9ROw .social-row {
  color: #6680ff;
}
.cid-uoziTe9ROw .card-text4,
.cid-uoziTe9ROw .mbr-section-btn {
  color: #320707;
}
.cid-uoziTe9ROw .mbr-role2 {
  color: #ffffff;
}
.cid-uoziTe9ROw .mbr-role4 {
  color: #320707;
}
.cid-uoziTe9ROw .mbr-role3 {
  color: #ffffff;
}
.cid-uoziTjKXQf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoziTjKXQf blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uoziTkMWTG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uoziTkMWTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTkMWTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTkMWTG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoziTkMWTG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uoziTkMWTG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uoziTkMWTG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uoziTkMWTG .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uoziTkMWTG .mbr-section-title {
  color: #d70081;
}
.cid-uoziTkMWTG .mbr-section-subtitle {
  color: #232323;
}
.cid-uoziTkMWTG .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uoziTkMWTG .card-box .item-footer {
  margin-top: auto;
}
.cid-uoziTkMWTG .content-head {
  max-width: 800px;
}
.cid-uoziTmSCXe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziTmSCXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTmSCXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTmSCXe .video-wrapper iframe {
  width: 100%;
}
.cid-uoziTmSCXe .mbr-section-title,
.cid-uoziTmSCXe .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoziTmSCXe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoziTp6TzL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoziTp6TzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTp6TzL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uoziTp6TzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTp6TzL .item-wrapper {
  background: #bed3f9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uoziTp6TzL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uoziTp6TzL .card-title,
.cid-uoziTp6TzL .iconfont-wrapper {
  color: #000000;
}
.cid-uoziTp6TzL .card-text {
  color: #000000;
}
.cid-uoziTp6TzL .content-head {
  max-width: 800px;
}
.cid-uoziTp6TzL .mbr-section-title {
  color: #000000;
}
.cid-uoziTqhwKl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoziTqhwKl .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoziTrffyT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uoziTrffyT .mbr-overlay {
  background: #ee2ef7;
  opacity: 0.6;
}
.cid-uoziTrffyT img,
.cid-uoziTrffyT .item-img {
  width: 100%;
}
.cid-uoziTrffyT .item:focus,
.cid-uoziTrffyT span:focus {
  outline: none;
}
.cid-uoziTrffyT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uoziTrffyT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoziTrffyT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoziTrffyT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoziTrffyT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoziTrffyT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoziTrffyT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoziTrffyT .mbr-section-title {
  color: #ffffff;
}
.cid-uoziTrffyT .mbr-text,
.cid-uoziTrffyT .mbr-section-btn {
  text-align: center;
}
.cid-uoziTrffyT .item-title {
  text-align: center;
}
.cid-uoziTrffyT .item-subtitle {
  text-align: left;
}
.cid-uoziTrffyT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uoziTstNzw {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uoziTstNzw .container {
    max-width: 1400px;
  }
}
.cid-uoziTstNzw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uoziTstNzw .card-wrapper {
  margin-top: 3rem;
}
.cid-uoziTstNzw .row {
  justify-content: center;
}
.cid-uoziTstNzw .card-title,
.cid-uoziTstNzw .iconfont-wrapper {
  color: #000000;
}
.cid-uoziTstNzw .card-text {
  color: #000000;
}
.cid-uoziTstNzw .mbr-section-title {
  color: #000000;
}
.cid-uozQYldaid {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.cid-uozQYldaid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozQYldaid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uozQYldaid .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uozQYldaid .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uozQYldaid .mbr-text,
.cid-uozQYldaid .mbr-section-btn {
  color: #ffffff;
}
.cid-uozQYldaid .mbr-section-title {
  color: #ffffff;
}
.cid-uoziTwFbMh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoziTwFbMh .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoziTwFbMh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziTwFbMh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uoziTwFbMh .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uoziTwFbMh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziTxOkFW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoziTxOkFW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziTxOkFW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uoziTxOkFW .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uoziTxOkFW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziTxOkFW .mbr-text,
.cid-uoziTxOkFW .mbr-section-btn {
  text-align: right;
}
.cid-uoziTxOkFW .mbr-section-title {
  text-align: right;
}
.cid-uoziTyPuhN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uoziTyPuhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTyPuhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTyPuhN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoziTyPuhN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uoziTyPuhN .mbr-text,
.cid-uoziTyPuhN .mbr-section-btn {
  color: #ffffff;
}
.cid-uoziTyPuhN .mbr-section-title {
  color: #ffffff;
}
.cid-uoziTzTF18 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uoziTzTF18 img,
.cid-uoziTzTF18 .item-img {
  width: 100%;
}
.cid-uoziTzTF18 .item:focus,
.cid-uoziTzTF18 span:focus {
  outline: none;
}
.cid-uoziTzTF18 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoziTzTF18 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoziTzTF18 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoziTzTF18 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoziTzTF18 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoziTzTF18 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoziTzTF18 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoziTzTF18 .mbr-section-title {
  color: #000000;
}
.cid-uoziTzTF18 .mbr-text,
.cid-uoziTzTF18 .mbr-section-btn {
  text-align: left;
}
.cid-uoziTzTF18 .item-title {
  text-align: left;
}
.cid-uoziTzTF18 .item-subtitle {
  text-align: left;
}
.cid-uoziTB5CZz .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uoziTB5CZz .icon-wrapper span {
  margin-left: 10px;
}
.cid-uoziTB5CZz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uoziTB5CZz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoziTB5CZz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uoziTB5CZz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoziTB5CZz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoziTB5CZz H1 {
  color: #ffffff;
}
.cid-uoziTB5CZz .mbr-text,
.cid-uoziTB5CZz .mbr-media {
  color: #ffffff;
}
.cid-uoziTB5CZz .icon-description {
  color: #ffffff;
}
.cid-uoziTCSCZ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoziTCSCZ8 .row {
  flex-direction: row-reverse;
}
.cid-uoziTCSCZ8 .mbr-section-title {
  text-align: right;
}
.cid-uoziTCSCZ8 .mbr-section-subtitle {
  text-align: right;
}
.cid-uoziTDWSiR {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoziTF0xli {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-uoziTF0xli .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uoziTF0xli .plan-body {
  padding-bottom: 2rem;
}
.cid-uoziTF0xli .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoziTF0xli .price {
  color: #4479d9;
}
.cid-uoziTF0xli .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uoziTF0xli .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uoziTF0xli .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uoziTF0xli .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoziTF0xli .plan {
    margin-bottom: 2rem;
  }
}
.cid-uoziTGekWf {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uoziTGekWf .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uoziTGekWf .team-card:hover {
  transform: translateY(-10px);
}
.cid-uoziTGekWf .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uoziTGekWf .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uoziTGekWf .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uoziTGekWf .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoziTGekWf .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uoziTGekWf .social-row {
  text-align: center;
}
.cid-uoziTGekWf .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-uoziTGekWf .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-uoziTGekWf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uoziTGekWf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uoziTGekWf .mbr-section-title {
  color: #000000;
}
.cid-uoziTGekWf .mbr-section-title1 {
  color: #000000;
}
.cid-uozyeiKn0e .icon-wrapper {
  margin: auto;
  background-color: #3e7ef5;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uozyeiKn0e .icon-wrapper span {
  margin-left: 10px;
}
.cid-uozyeiKn0e .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uozyeiKn0e .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uozyeiKn0e .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uozyeiKn0e .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uozyeiKn0e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uozyeiKn0e H1 {
  color: #ffffff;
}
.cid-uozyeiKn0e .mbr-text,
.cid-uozyeiKn0e .mbr-media {
  color: #ffffff;
}
.cid-uozyeiKn0e .icon-description {
  color: #ffffff;
}
.cid-uoziTHBioS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uoziTHBioS img {
  width: 120px;
  margin: auto;
}
.cid-uoziTHBioS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoziTHBioS .card {
    max-width: 12.5%;
  }
}
.cid-uoziTHBioS .mbr-section-subtitle {
  color: #353535;
}
.cid-uoziTJV5BL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uoziTJV5BL .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uoziTJV5BL .item .icon-wrap {
  text-align: center;
}
.cid-uoziTJV5BL .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uoziTJV5BL .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uoziTJV5BL .item.first:before {
  display: none;
}
.cid-uoziTJV5BL .item.five:before {
  display: none;
}
.cid-uoziTJV5BL .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uoziTJV5BL .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uoziTJV5BL .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uoziTJV5BL .item:before {
    display: none;
  }
  .cid-uoziTJV5BL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoziTLaWwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uoziTLaWwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoziTLaWwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoziTLaWwm .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoziTLaWwm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoziTLaWwm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoziTLaWwm .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoziTMmbfe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uoziTMmbfe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uoziTMmbfe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uoziTMmbfe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uoziTMmbfe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uoziTMmbfe .mbr-section-title {
  color: #000000;
}
.cid-uoziTMmbfe .mbr-section-subtitle {
  color: #000000;
}
.cid-uoziTNt0QQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uoziTNt0QQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uoziTNt0QQ .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoziTNt0QQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoziTNt0QQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uoziTNt0QQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uoziTOFNJq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uoziTOFNJq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uoziTOFNJq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uoziTOFNJq .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-uoziTOFNJq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uoziTOFNJq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uoziTQ7iXR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #092b69;
}
.cid-uoziTQ7iXR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uoziTQ7iXR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uoziTQ7iXR .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uoziTQ7iXR .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uoziTQ7iXR .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uoziTQ7iXR .row .foot-menu li p {
  margin: 0;
}
.cid-uoziTQ7iXR .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uoziTQ7iXR .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uoziTQ7iXR .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uoziTQ7iXR .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uoziTQ7iXR .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoziTQ7iXR .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoziTQ7iXR .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uoziTQ7iXR .row .row-copirayt p {
  width: 100%;
}
.cid-uoAe181PgP .navbar-dropdown {
  position: relative !important;
}
.cid-uoAe181PgP .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-uoAe181PgP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoAe181PgP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoAe181PgP .dropdown-item:hover,
.cid-uoAe181PgP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uoAe181PgP .dropdown-item:hover span {
  color: white;
}
.cid-uoAe181PgP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoAe181PgP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoAe181PgP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoAe181PgP .nav-link {
  position: relative;
}
.cid-uoAe181PgP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uoAe181PgP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoAe181PgP .dropdown-menu,
.cid-uoAe181PgP .navbar.opened {
  background: #ffffff !important;
}
.cid-uoAe181PgP .nav-item:focus,
.cid-uoAe181PgP .nav-link:focus {
  outline: none;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoAe181PgP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoAe181PgP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoAe181PgP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoAe181PgP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.opened {
  transition: all 0.3s;
}
.cid-uoAe181PgP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoAe181PgP .navbar .navbar-logo img {
  width: auto;
}
.cid-uoAe181PgP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoAe181PgP .navbar.collapsed {
  justify-content: center;
}
.cid-uoAe181PgP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoAe181PgP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoAe181PgP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoAe181PgP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoAe181PgP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoAe181PgP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoAe181PgP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoAe181PgP .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-uoAe181PgP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoAe181PgP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoAe181PgP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoAe181PgP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoAe181PgP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoAe181PgP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoAe181PgP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoAe181PgP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoAe181PgP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoAe181PgP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoAe181PgP .dropdown-item.active,
.cid-uoAe181PgP .dropdown-item:active {
  background-color: transparent;
}
.cid-uoAe181PgP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoAe181PgP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uoAe181PgP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoAe181PgP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoAe181PgP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoAe181PgP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoAe181PgP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoAe181PgP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoAe181PgP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoAe181PgP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uoAe181PgP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoAe181PgP .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-uoAe181PgP .navbar {
    height: 70px;
  }
  .cid-uoAe181PgP .navbar.opened {
    height: auto;
  }
  .cid-uoAe181PgP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoA5L3DhBp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gradient-whitee3-1920x1080.jpg");
}
.cid-uoA5L3DhBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5L3DhBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5L3DhBp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoA5L3DhBp .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoA5L3DhBp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5L3DhBp .link-wrap {
    align-items: center;
  }
}
.cid-uoA5L3DhBp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoA5LcHXfg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5LcHXfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LcHXfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LcHXfg .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uoA5LcHXfg .item .icon-wrap {
  text-align: center;
}
.cid-uoA5LcHXfg .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uoA5LcHXfg .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-uoA5LcHXfg .item.first:before {
  display: none;
}
.cid-uoA5LcHXfg .item.five:before {
  display: none;
}
.cid-uoA5LcHXfg .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uoA5LcHXfg .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uoA5LcHXfg .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uoA5LcHXfg .item:before {
    display: none;
  }
  .cid-uoA5LcHXfg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5L5dUn1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoA5L5dUn1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uoA5L5dUn1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uoA5L5dUn1 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "+";
}

.cid-uoA5L5dUn1 .mbr-section-title {
  text-align: center;
}
.cid-uoAgeFhOFB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gradient-123ss-1920x1080.jpg");
}
.cid-uoAgeFhOFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAgeFhOFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAgeFhOFB .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoAgeFhOFB .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoAgeFhOFB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoAgeFhOFB .link-wrap {
    align-items: center;
  }
}
.cid-uoAgeFhOFB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoA5L681AJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5L681AJ img,
.cid-uoA5L681AJ .item-img {
  width: 100%;
}
.cid-uoA5L681AJ .item:focus,
.cid-uoA5L681AJ span:focus {
  outline: none;
}
.cid-uoA5L681AJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoA5L681AJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoA5L681AJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoA5L681AJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoA5L681AJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoA5L681AJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoA5L681AJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoA5L681AJ .mbr-section-title {
  color: #232323;
}
.cid-uoA5L681AJ .mbr-text,
.cid-uoA5L681AJ .mbr-section-btn {
  text-align: center;
}
.cid-uoA5L681AJ .item-title {
  text-align: center;
}
.cid-uoA5L681AJ .item-subtitle {
  text-align: center;
}
.cid-uoA5LkZ8qD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoA5LkZ8qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LkZ8qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LkZ8qD .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uoA5LkZ8qD .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uoA5LjEn9d {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoA5LjEn9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LjEn9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LjEn9d .row {
  flex-direction: row-reverse;
}
.cid-uoA5LjEn9d .video-wrapper iframe {
  width: 100%;
}
.cid-uoA5LjEn9d .mbr-section-title,
.cid-uoA5LjEn9d .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoA5LjEn9d .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoA5L7MdXA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoA5L7MdXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5L7MdXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5L2i0JW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoA5L2i0JW .mbr-text {
  text-align: right;
  color: #000000;
}
.cid-uoA5L2i0JW .mbr-section-title {
  color: #000000;
}
.cid-uoA7O6UlR5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uoA7O6UlR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA7O6UlR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA7O6UlR5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoA7O6UlR5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoA7O6UlR5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA7O6UlR5 .link-wrap {
    align-items: center;
  }
}
.cid-uoA7O6UlR5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoA5L9BmkY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5L9BmkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5L9BmkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5L9BmkY .mbr-text {
  color: #767676;
}
.cid-uoA5L9BmkY .mbr-section-subtitle {
  color: #767676;
}
.cid-uoA5L9BmkY .title .num {
  width: 100%;
  display: block;
}
.cid-uoA5L9BmkY .title .card-title {
  z-index: 1;
}
.cid-uoA5L9BmkY .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uoA5L9BmkY * {
    text-align: center !important;
  }
  .cid-uoA5L9BmkY .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uoA5L9BmkY .mbr-section-title,
.cid-uoA5L9BmkY .card-box {
  text-align: center;
}
.cid-uoA5LbHKn3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uoA5LbHKn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LbHKn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uoA5LbHKn3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoA5LbHKn3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoA5LbHKn3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5LbHKn3 .link-wrap {
    align-items: center;
  }
}
.cid-uoA5LbHKn3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoA5LersGt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoA5LersGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LersGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LersGt .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uoA5LersGt img {
  margin: auto;
  width: 140px;
}
.cid-uoA5LersGt .row {
  align-items: flex-start;
}
.cid-uoA5LersGt .item-wrapper {
  border-radius: 4px;
  background: #9fdbf8;
}
@media (max-width: 992px) {
  .cid-uoA5LersGt .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uoA5LersGt .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5LersGt .item-wrapper {
    padding: 1rem;
  }
}
.cid-uoA5Lgb2sZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5Lgb2sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5Lgb2sZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5Lgb2sZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-uoA5Lgb2sZ .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uoA5Lgb2sZ .text-box {
  text-align: center;
}
.cid-uoA5Lgb2sZ span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-uoA5Lgb2sZ .card {
    margin-bottom: 2rem;
  }
  .cid-uoA5Lgb2sZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uoA5Lgb2sZ span {
    font-size: 21vw;
  }
}
.cid-uoA5Ligo2x {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-uoA5Ligo2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5Ligo2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-2000x1102.png");
}
.cid-uoA5Ligo2x .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uoA5Ligo2x .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uoA5Ligo2x .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uoA5Ligo2x .card-wrapper {
    padding: 1rem;
  }
}
.cid-uoA5Ligo2x ul {
  list-style: none;
}
.cid-uoA5Ligo2x li {
  position: relative;
}
.cid-uoA5Ligo2x li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #6592e6;
  font-size: 0.8rem;
}
.cid-uoA5Ligo2x .mbr-section-btn {
  width: 100%;
}
.cid-uoA5Ligo2x .btn {
  width: 100%;
}
.cid-uoAcZLKesI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoAcZLKesI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAcZLKesI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAcZLKesI .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uoAcZLKesI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoAcZLKesI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uoAcZLKesI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5Lmwp3A {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-uoA5Lmwp3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5Lmwp3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/konvertrix-the-wave.gif");
}
.cid-uoA5Lmwp3A .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uoA5Lmwp3A .card {
    margin-bottom: 2rem!important;
  }
  .cid-uoA5Lmwp3A .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5Lmwp3A .link-wrap {
    align-items: center;
  }
}
.cid-uoA5Lmwp3A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uoA5LnVelP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoA5LnVelP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LnVelP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LnVelP .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uoA5LnVelP img {
  margin: auto;
  width: 140px;
}
.cid-uoA5LnVelP .row {
  align-items: flex-start;
}
.cid-uoA5LnVelP .item-wrapper {
  border-radius: 4px;
  background: #9fdbf8;
}
@media (max-width: 992px) {
  .cid-uoA5LnVelP .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uoA5LnVelP .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5LnVelP .item-wrapper {
    padding: 1rem;
  }
}
.cid-uoA5LqbjFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/trump-bitcoin.gif");
}
.cid-uoA5LqbjFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LqbjFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LqbjFo .mbr-text,
.cid-uoA5LqbjFo .mbr-section-btn {
  color: #232323;
}
.cid-uoA5LqbjFo .btn {
  width: 100%;
}
.cid-uoA5LqbjFo .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uoA5LqbjFo H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uoA5LqbjFo P {
  color: #ffffff;
}
.cid-uoA5Lrnuam {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoA5Lrnuam .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5Lrnuam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5Lt7u2J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
@media (min-width: 991px) {
  .cid-uoA5Lt7u2J .container-fluid {
    padding-left: 0;
  }
}
.cid-uoA5Lt7u2J .mbr-text,
.cid-uoA5Lt7u2J .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uoA5Lt7u2J .mbr-text,
  .cid-uoA5Lt7u2J .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uoA5Lt7u2J .mbr-text,
  .cid-uoA5Lt7u2J .mbr-section-title {
    text-align: center;
  }
}
.cid-uoA5Lt7u2J a.btn {
  height: 100%;
  margin: 0;
}
.cid-uoA5Lt7u2J .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-uoA5Lt7u2J .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uoA5Lt7u2J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5Lt7u2J .justify-content-center {
  align-items: center;
}
.cid-uoA5LuStcD {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoA5LuStcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LuStcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LweFtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uoA5LweFtL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uoA5LweFtL form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uoA5LweFtL form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uoA5LweFtL form.mbr-form {
    padding: 1rem;
  }
}
.cid-uoA5LweFtL form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uoA5LweFtL form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uoA5LxMB6S {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.cid-uoA5LxMB6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LxMB6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uoA5LxMB6S .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoA5LxMB6S .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoA5LxMB6S .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uoA5LxMB6S .content-head {
  max-width: 800px;
}
.cid-uoA5LAGKwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uoA5LAGKwl blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uoA5LEtVAS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5LEtVAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LEtVAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LEtVAS .video-wrapper iframe {
  width: 100%;
}
.cid-uoA5LEtVAS .mbr-section-title,
.cid-uoA5LEtVAS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoA5LEtVAS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uoA5LFuTdc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoA5LFuTdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LFuTdc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uoA5LFuTdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LFuTdc .item-wrapper {
  background: #bed3f9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uoA5LFuTdc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uoA5LFuTdc .card-title,
.cid-uoA5LFuTdc .iconfont-wrapper {
  color: #000000;
}
.cid-uoA5LFuTdc .card-text {
  color: #000000;
}
.cid-uoA5LFuTdc .content-head {
  max-width: 800px;
}
.cid-uoA5LFuTdc .mbr-section-title {
  color: #000000;
}
.cid-uoA5LHaAq7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoA5LHaAq7 .line {
  background-color: #00ff08;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoA5LJpYdX {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uoA5LJpYdX .container {
    max-width: 1400px;
  }
}
.cid-uoA5LJpYdX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uoA5LJpYdX .card-wrapper {
  margin-top: 3rem;
}
.cid-uoA5LJpYdX .row {
  justify-content: center;
}
.cid-uoA5LJpYdX .card-title,
.cid-uoA5LJpYdX .iconfont-wrapper {
  color: #000000;
}
.cid-uoA5LJpYdX .card-text {
  color: #000000;
}
.cid-uoA5LJpYdX .mbr-section-title {
  color: #000000;
}
.cid-uoA5LL71bw {
  padding-top: 4rem;
  padding-bottom: 0rem;
}
.cid-uoA5LL71bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LL71bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uoA5LL71bw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoA5LL71bw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uoA5LL71bw .mbr-text,
.cid-uoA5LL71bw .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA5LL71bw .mbr-section-title {
  color: #ffffff;
}
.cid-uoA5LM6Z9v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoA5LM6Z9v .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoA5LM6Z9v .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5LM6Z9v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uoA5LM6Z9v .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uoA5LM6Z9v .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5LN3tzB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoA5LN3tzB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5LN3tzB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uoA5LN3tzB .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uoA5LN3tzB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5LN3tzB .mbr-text,
.cid-uoA5LN3tzB .mbr-section-btn {
  text-align: right;
}
.cid-uoA5LN3tzB .mbr-section-title {
  text-align: right;
}
.cid-uoA5LO6nUe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f3464;
}
.cid-uoA5LO6nUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5LO6nUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5LO6nUe .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoA5LO6nUe .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uoA5LO6nUe .mbr-text,
.cid-uoA5LO6nUe .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA5LO6nUe .mbr-section-title {
  color: #ffffff;
}
.cid-uoA5LPBnpp {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uoA5LPBnpp img,
.cid-uoA5LPBnpp .item-img {
  width: 100%;
}
.cid-uoA5LPBnpp .item:focus,
.cid-uoA5LPBnpp span:focus {
  outline: none;
}
.cid-uoA5LPBnpp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoA5LPBnpp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoA5LPBnpp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uoA5LPBnpp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoA5LPBnpp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uoA5LPBnpp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uoA5LPBnpp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoA5LPBnpp .mbr-section-title {
  color: #000000;
}
.cid-uoA5LPBnpp .mbr-text,
.cid-uoA5LPBnpp .mbr-section-btn {
  text-align: left;
}
.cid-uoA5LPBnpp .item-title {
  text-align: left;
}
.cid-uoA5LPBnpp .item-subtitle {
  text-align: left;
}
.cid-uoA5LQSUOk .icon-wrapper {
  margin: auto;
  background-color: #7bff4d;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uoA5LQSUOk .icon-wrapper span {
  margin-left: 10px;
}
.cid-uoA5LQSUOk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uoA5LQSUOk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoA5LQSUOk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uoA5LQSUOk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoA5LQSUOk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoA5LQSUOk H1 {
  color: #ffffff;
}
.cid-uoA5LQSUOk .mbr-text,
.cid-uoA5LQSUOk .mbr-media {
  color: #ffffff;
}
.cid-uoA5LQSUOk .icon-description {
  color: #ffffff;
}
.cid-uoA5LSKNSz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoA5LSKNSz .row {
  flex-direction: row-reverse;
}
.cid-uoA5LSKNSz .mbr-section-title {
  text-align: right;
}
.cid-uoA5LSKNSz .mbr-section-subtitle {
  text-align: right;
}
.cid-uoA5LTLyqv {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uoA5LWebvv {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-uoA5LWebvv .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uoA5LWebvv .plan-body {
  padding-bottom: 2rem;
}
.cid-uoA5LWebvv .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoA5LWebvv .price {
  color: #4479d9;
}
.cid-uoA5LWebvv .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uoA5LWebvv .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uoA5LWebvv .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uoA5LWebvv .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoA5LWebvv .plan {
    margin-bottom: 2rem;
  }
}
.cid-uoAc5bjV1K {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gradient-placeholder-123-blue-2000x1138.png");
}
.cid-uoAc5bjV1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoAc5bjV1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoAc5bjV1K .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uoAc5bjV1K .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uoAc5bjV1K .mbr-text,
.cid-uoAc5bjV1K .mbr-section-btn {
  color: #ffffff;
}
.cid-uoAc5bjV1K .mbr-section-title {
  color: #ffffff;
}
.cid-uoA5LXBCvX {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uoA5LXBCvX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uoA5LXBCvX .team-card:hover {
  transform: translateY(-10px);
}
.cid-uoA5LXBCvX .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uoA5LXBCvX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uoA5LXBCvX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uoA5LXBCvX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uoA5LXBCvX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uoA5LXBCvX .social-row {
  text-align: center;
}
.cid-uoA5LXBCvX .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-uoA5LXBCvX .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-uoA5LXBCvX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uoA5LXBCvX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uoA5LXBCvX .mbr-section-title {
  color: #000000;
}
.cid-uoA5LXBCvX .mbr-section-title1 {
  color: #000000;
}
.cid-uoA5LZ5tSy .icon-wrapper {
  margin: auto;
  background-color: #3e7ef5;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uoA5LZ5tSy .icon-wrapper span {
  margin-left: 10px;
}
.cid-uoA5LZ5tSy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uoA5LZ5tSy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoA5LZ5tSy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uoA5LZ5tSy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoA5LZ5tSy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoA5LZ5tSy H1 {
  color: #ffffff;
}
.cid-uoA5LZ5tSy .mbr-text,
.cid-uoA5LZ5tSy .mbr-media {
  color: #ffffff;
}
.cid-uoA5LZ5tSy .icon-description {
  color: #ffffff;
}
.cid-uoA5M1aAU4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uoA5M1aAU4 img {
  width: 120px;
  margin: auto;
}
.cid-uoA5M1aAU4 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uoA5M1aAU4 .card {
    max-width: 12.5%;
  }
}
.cid-uoA5M1aAU4 .mbr-section-subtitle {
  color: #353535;
}
.cid-uoA5M2aBPn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uoA5M2aBPn .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uoA5M2aBPn .item .icon-wrap {
  text-align: center;
}
.cid-uoA5M2aBPn .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uoA5M2aBPn .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uoA5M2aBPn .item.first:before {
  display: none;
}
.cid-uoA5M2aBPn .item.five:before {
  display: none;
}
.cid-uoA5M2aBPn .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uoA5M2aBPn .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uoA5M2aBPn .mbr-iconfont {
  color: #6592e6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uoA5M2aBPn .item:before {
    display: none;
  }
  .cid-uoA5M2aBPn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoA5M44VgZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moneyup22.jpg");
}
.cid-uoA5M44VgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA5M44VgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA5M44VgZ .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoA5M44VgZ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoA5M44VgZ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoA5M44VgZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoA5M5eaom {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uoA5M5eaom .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uoA5M5eaom form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uoA5M5eaom form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uoA5M5eaom form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uoA5M5eaom .mbr-section-title {
  color: #000000;
}
.cid-uoA5M5eaom .mbr-section-subtitle {
  color: #000000;
}
.cid-uoA5M6n8Bg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uoA5M6n8Bg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uoA5M6n8Bg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uoA5M6n8Bg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoA5M6n8Bg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uoA5M6n8Bg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uoA5M7wC2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uoA5M7wC2c .google-map {
  height: 30rem;
  position: relative;
}
.cid-uoA5M7wC2c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uoA5M7wC2c .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-uoA5M7wC2c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uoA5M7wC2c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uoA5M8BsDm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #092b69;
}
.cid-uoA5M8BsDm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uoA5M8BsDm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uoA5M8BsDm .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uoA5M8BsDm .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uoA5M8BsDm .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uoA5M8BsDm .row .foot-menu li p {
  margin: 0;
}
.cid-uoA5M8BsDm .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uoA5M8BsDm .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uoA5M8BsDm .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uoA5M8BsDm .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uoA5M8BsDm .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uoA5M8BsDm .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uoA5M8BsDm .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uoA5M8BsDm .row .row-copirayt p {
  width: 100%;
}
