.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b593ff !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #f2f1f3 !important;
}
.bg-warning {
  background-color: #ff9067 !important;
}
.bg-danger {
  background-color: #f468ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b593ff !important;
  border-color: #b593ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b593ff !important;
  border-color: #b593ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d8c6ff !important;
  border-color: #d8c6ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  color: #5d6300 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d6300 !important;
  background-color: #f8ff96 !important;
  border-color: #f8ff96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  color: #726a7b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #726a7b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb59a !important;
  border-color: #ffb59a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f89bff !important;
  border-color: #f89bff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b593ff;
  color: #b593ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7a3cff !important;
  background-color: transparent !important;
  border-color: #7a3cff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b593ff !important;
  border-color: #b593ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5ff63;
  color: #f5ff63;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #efff0c !important;
  background-color: transparent !important;
  border-color: #efff0c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d6300 !important;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2f1f3;
  color: #f2f1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7c2cb !important;
  background-color: transparent !important;
  border-color: #c7c2cb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #726a7b !important;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9067;
  color: #ff9067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5110 !important;
  background-color: transparent !important;
  border-color: #ff5110 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f468ff;
  color: #f468ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ee11ff !important;
  background-color: transparent !important;
  border-color: #ee11ff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.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: #19171c !important;
  border-color: #19171c !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: #b593ff !important;
}
.text-secondary {
  color: #f5ff63 !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #f2f1f3 !important;
}
.text-warning {
  color: #ff9067 !important;
}
.text-danger {
  color: #f468ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6f2dff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ecfc00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bfbac4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ed02ff !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: #b593ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2f1f3;
}
.alert-warning {
  background-color: #ff9067;
}
.alert-danger {
  background-color: #f468ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b593ff;
  border-color: #b593ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b593ff;
}
.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: #ccf0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #b593ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #b593ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b593ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b593ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b593ff;
  border-bottom-color: #b593ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b593ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5ff63 !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='%23b593ff' %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;
}
.mbr-section-btn .btn {
  padding: 14px 50px;
  font-weight: 700;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.mbr-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.cid-uN9RbNtU2b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uN9RbNtU2b .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;
}
@media (max-width: 767px) {
  .cid-uN9RbNtU2b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uN9RbNtU2b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN9RbNtU2b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uN9RbNtU2b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN9RbNtU2b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN9RbNtU2b .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uN9RbNtU2b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uN9RbNtU2b .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uN9RbNtU2b .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uN9RbNtU2b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uN9RbNtU2b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uN9RbNtU2b .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uN9RbNtU2b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uN9RbNtU2b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uN9RbNtU2b .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uN9RbNtU2b .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uN9RbNtU2b .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uN9RbNtU2b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uN9RbNtU2b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uN9RbNtU2b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 5px 10px 40px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9RbNtU2b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uN9RbNtU2b .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN9RbNtU2b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uN9RbNtU2b .nav-item:focus,
.cid-uN9RbNtU2b .nav-link:focus {
  outline: none;
}
.cid-uN9RbNtU2b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN9RbNtU2b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9RbNtU2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN9RbNtU2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN9RbNtU2b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN9RbNtU2b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN9RbNtU2b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uN9RbNtU2b .navbar.opened {
  transition: all 0.3s;
}
.cid-uN9RbNtU2b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN9RbNtU2b .navbar .navbar-logo img {
  width: auto;
}
.cid-uN9RbNtU2b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uN9RbNtU2b .navbar.collapsed {
  justify-content: center;
}
.cid-uN9RbNtU2b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN9RbNtU2b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN9RbNtU2b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN9RbNtU2b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN9RbNtU2b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN9RbNtU2b .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-uN9RbNtU2b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN9RbNtU2b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN9RbNtU2b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uN9RbNtU2b .navbar {
    min-height: 72px;
  }
  .cid-uN9RbNtU2b .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uN9RbNtU2b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN9RbNtU2b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN9RbNtU2b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN9RbNtU2b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN9RbNtU2b .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-uN9RbNtU2b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN9RbNtU2b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uN9RbNtU2b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN9RbNtU2b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN9RbNtU2b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uN9RbNtU2b .dropdown-item.active,
.cid-uN9RbNtU2b .dropdown-item:active {
  background-color: transparent;
}
.cid-uN9RbNtU2b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN9RbNtU2b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN9RbNtU2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN9RbNtU2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uN9RbNtU2b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uN9RbNtU2b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uN9RbNtU2b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN9RbNtU2b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .navbar-buttons {
    text-align: left;
  }
}
.cid-uN9RbNtU2b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN9RbNtU2b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uN9RbNtU2b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN9RbNtU2b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN9RbNtU2b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN9RbNtU2b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN9RbNtU2b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN9RbNtU2b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN9RbNtU2b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN9RbNtU2b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN9RbNtU2b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uN9RbNtU2b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN9RbNtU2b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN9RbNtU2b .navbar {
    height: 70px;
  }
  .cid-uN9RbNtU2b .navbar.opened {
    height: auto;
  }
  .cid-uN9RbNtU2b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uN9RbNtU2b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uN9RbNtU2b .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uN9RbNtU2b .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uN9RbNtU2b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uN9RbNtU2b .navbar-brand {
    margin-right: auto;
  }
  .cid-uN9RbNtU2b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uN9RbNtU2b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uN9RbNtU2b .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uN9RbNtU2b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uN9RbNtU2b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uN9RbXor5B {
  background-image: url("../../../assets/images/screenshot-152-1332x742.jpg");
}
.cid-uN9RbXor5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RbXor5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RbXor5B .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uN9RbXor5B .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uN9RbXor5B .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uN9RbXor5B .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9RbXor5B .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uN9RbXor5B .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.cid-uN9RbXor5B .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uN9RbXor5B .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uN9RbXor5B .card-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-uN9RbXor5B .mbr-section-title {
  color: #19171c;
}
.cid-uN9RbXor5B .mbr-label,
.cid-uN9RbXor5B .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uN9RbXor5B .mbr-text,
.cid-uN9RbXor5B .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uN9RbXor5B .mbr-section-title,
.cid-uN9RbXor5B .mbr-section-btn {
  text-align: center;
}
.cid-uN9RcPzREn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN9RcPzREn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RcPzREn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RcPzREn .row {
  justify-content: space-between;
}
.cid-uN9RcPzREn .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uN9RcPzREn .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uN9RcPzREn .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uN9RcPzREn .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uN9RcPzREn .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uN9RcPzREn .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uN9RcPzREn .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uN9RcPzREn .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9RcPzREn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uN9RcPzREn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9RcPzREn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uN9RcPzREn .mbr-label {
  color: #19171c;
}
.cid-uN9RcPzREn .mbr-section-title {
  color: #19171c;
}
.cid-uN9RcPzREn .mbr-text,
.cid-uN9RcPzREn .text-wrapper {
  color: #19171c;
}
.cid-uN9Re9PkAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9Re9PkAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9Re9PkAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9Re9PkAO .card-wrapper {
  padding: 100px 120px;
  background-color: #f2f1f3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uN9Re9PkAO .card-wrapper {
    padding: 100px 80px;
  }
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uN9Re9PkAO .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uN9Re9PkAO .card-wrapper .content-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .content-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uN9Re9PkAO .card-wrapper .content-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 52px;
  color: #19171c;
}
.cid-uN9Re9PkAO .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uN9Re9PkAO .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uN9Re9PkAO .card-wrapper .image-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uN9Re9PkAO .card-wrapper .image-wrapper img {
  height: 300px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uN9Re9PkAO .card-wrapper .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uN9Re9PkAO .mbr-section-title {
  color: #19171c;
}
.cid-uN9Re9PkAO .mbr-text,
.cid-uN9Re9PkAO .text-wrapper {
  color: #19171c;
}
.cid-uN9RkT0zXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9RkT0zXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RkT0zXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RkT0zXG .card-wrapper {
  padding: 75px 64px;
  background-color: #9a6bff;
}
@media (max-width: 1440px) {
  .cid-uN9RkT0zXG .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap {
    display: block;
    padding: 0 14px;
    margin-bottom: 24px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap .title-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap .title-wrapper {
    width: 100%;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap .text-wrapper {
  width: 15%;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap .text-wrapper .mbr-text {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .content-wrap .mbr-section-btn {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .content-wrap .mbr-section-btn {
    width: 100%;
  }
}
.cid-uN9RkT0zXG .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1440px) {
  .cid-uN9RkT0zXG .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uN9RkT0zXG .card-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN9RkT0zXG .card-wrapper .items-wrapper .item .item-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uN9RkT0zXG .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uN9RkT0zXG .mbr-section-title {
  color: #2c2c26;
}
.cid-uN9RkT0zXG .mbr-text {
  color: #63635d;
}
.cid-uN9RkT0zXG .card-title {
  color: #2c2c26;
}
.cid-uN9RkT0zXG .card-text {
  color: #63635d;
}
.cid-uN9RkT0zXG .mbr-section-title,
.cid-uN9RkT0zXG .mbr-section-btn {
  color: #ffffff;
}
.cid-uN9Rm5twEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9Rm5twEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9Rm5twEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9Rm5twEy .title-wrapper {
  margin-bottom: 40px;
}
.cid-uN9Rm5twEy .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uN9Rm5twEy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN9Rm5twEy .mbr-section-btn .btn::after,
.cid-uN9Rm5twEy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uN9Rm5twEy .mbr-section-btn .btn:hover,
.cid-uN9Rm5twEy .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uN9Rm5twEy .mbr-section-btn .btn:hover::after,
.cid-uN9Rm5twEy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uN9Rm5twEy .items-wrapper {
  margin: 0 -20px;
}
.cid-uN9Rm5twEy .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uN9Rm5twEy .items-wrapper .item {
    margin-bottom: 20px;
    transform: none;
  }
  .cid-uN9Rm5twEy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uN9Rm5twEy .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uN9Rm5twEy .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uN9Rm5twEy .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uN9Rm5twEy .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uN9Rm5twEy .items-wrapper .item:hover .item-wrapper .item-img .image-wrap::before,
.cid-uN9Rm5twEy .items-wrapper .item:focus .item-wrapper .item-img .image-wrap::before {
  opacity: 1;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(transparent 40%, #000000);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card {
  position: absolute;
  left: 50px;
  bottom: -1rem;
  background-color: #121212;
  border-radius: 3rem 3rem 0 0 !important;
  z-index: 2;
  padding: 10px;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card:hover .mbr-iconfont,
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card:focus .mbr-iconfont {
  color: #e24c4a;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 {
  position: absolute;
  bottom: 15px;
  right: -27px;
  transform: rotate(-90deg);
  width: 28px;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card .svg1 path {
  fill: #121212;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 28px;
  bottom: 15px;
  left: -27px;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-img .icon-card .svg2 path {
  fill: #121212;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #2c2c2c;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uN9Rm5twEy .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uN9Rm5twEy .mbr-section-title {
  color: #ffffff;
}
.cid-uN9Rm5twEy .mbr-tag {
  color: #adadad;
}
.cid-uN9Rm5twEy .mbr-text {
  color: #ffffff;
}
.cid-uN9Rm5twEy .item-name {
  color: #ffffff;
}
.cid-uN9Rm5twEy .item-role {
  color: #c7c7c7;
}
.cid-uN9Rm5twEy .mbr-section-title,
.cid-uN9Rm5twEy .main-btn {
  color: #000000;
}
.cid-uN9RpnYK8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9RpnYK8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RpnYK8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RpnYK8F .row {
  justify-content: space-between;
}
.cid-uN9RpnYK8F .card {
  justify-content: center;
}
.cid-uN9RpnYK8F .title-wrapper {
  margin-bottom: 40px;
}
.cid-uN9RpnYK8F .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uN9RpnYK8F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uN9RpnYK8F .mbr-section-btn .btn::after,
.cid-uN9RpnYK8F .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uN9RpnYK8F .mbr-section-btn .btn:hover,
.cid-uN9RpnYK8F .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uN9RpnYK8F .mbr-section-btn .btn:hover::after,
.cid-uN9RpnYK8F .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uN9RpnYK8F .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uN9RpnYK8F .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uN9RpnYK8F .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN9RpnYK8F .image-wrapper img {
    height: 350px;
  }
}
.cid-uN9RpnYK8F .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uN9RpnYK8F .text-wrapper {
    padding-left: 0;
  }
}
.cid-uN9RpnYK8F .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uN9RpnYK8F .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uN9RpnYK8F .mbr-section-title {
  color: #ffffff;
}
.cid-uN9RpnYK8F .mbr-tag {
  color: #ffffff;
}
.cid-uN9RpnYK8F .mbr-text {
  color: #c7c7c7;
}
.cid-uN9RpnYK8F .mbr-section-title,
.cid-uN9RpnYK8F .main-btn {
  color: #000000;
}
.cid-uN9RpnYK8F .mbr-text,
.cid-uN9RpnYK8F .text-wrap,
.cid-uN9RpnYK8F .mbr-section-btn {
  color: #000000;
}
.cid-uN9RqumTEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9RqumTEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RqumTEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RqumTEf .row {
  margin: 0 -8px;
}
.cid-uN9RqumTEf .row .card {
  padding: 0 8px;
}
.cid-uN9RqumTEf .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px) {
  .cid-uN9RqumTEf .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uN9RqumTEf .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uN9RqumTEf .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN9RqumTEf .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uN9RqumTEf .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uN9RqumTEf .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uN9RqumTEf .image-wrapper {
  height: 100%;
}
.cid-uN9RqumTEf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uN9RqumTEf .image-wrapper img {
    height: 300px;
  }
}
.cid-uN9RqumTEf .mbr-section-title {
  color: #2c2c26;
}
.cid-uN9RqumTEf .mbr-text,
.cid-uN9RqumTEf .text-wrapper {
  color: #63635d;
}
.cid-uN9RrQeqpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uN9RrQeqpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RrQeqpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RrQeqpB .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN9RrQeqpB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uN9RrQeqpB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uN9RrQeqpB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uN9RrQeqpB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uN9RrQeqpB .item {
    margin-bottom: 16px;
  }
}
.cid-uN9RrQeqpB .item .item-wrapper {
  padding: 32px;
  background-color: #9a6bff;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uN9RrQeqpB .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uN9RrQeqpB .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uN9RrQeqpB .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uN9RrQeqpB .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uN9RrQeqpB .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uN9RrQeqpB .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uN9RrQeqpB .main-btn {
    margin-top: 16px;
  }
}
.cid-uN9RrQeqpB .btn-wrapper {
  margin-top: -5%;
}
.cid-uN9RrQeqpB .mbr-section-title {
  color: #000000;
}
.cid-uN9RrQeqpB .mbr-section-title,
.cid-uN9RrQeqpB .main-btn {
  text-align: center;
}
.cid-uN9RrQeqpB .item-title {
  color: #000c3f;
}
.cid-uN9RrQeqpB .item-text {
  color: #ffffff;
}
.cid-uN9RrQeqpB .item-number {
  color: #000c3f;
}
.cid-uN9RrQeqpB .item-name {
  color: #ffffff;
}
.cid-uN9Rudc94N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9Rudc94N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9Rudc94N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9Rudc94N .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uN9Rudc94N .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uN9Rudc94N .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uN9Rudc94N .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-uN9Rudc94N .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uN9Rudc94N .panel-group .card:first-child {
  border-top: 1px solid #e5e5e5;
}
.cid-uN9Rudc94N .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uN9Rudc94N .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uN9Rudc94N .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uN9Rudc94N .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #8e73fe;
}
.cid-uN9Rudc94N .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uN9Rudc94N .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uN9Rudc94N .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uN9Rudc94N .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uN9Rudc94N .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uN9Rudc94N .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN9Rudc94N .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uN9Rudc94N .mbr-section-title {
  color: #2c2c26;
}
.cid-uN9Rudc94N .panel-title-edit {
  color: #2c2c26;
}
.cid-uN9Rudc94N .panel-text {
  color: #2c2c26;
}
.cid-uN9Rwf9teu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN9Rwf9teu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9Rwf9teu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9Rwf9teu .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uN9Rwf9teu .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uN9Rwf9teu .card-wrapper {
    padding: 0;
  }
}
.cid-uN9Rwf9teu .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uN9Rwf9teu .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uN9Rwf9teu .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uN9Rwp4UAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN9Rwp4UAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9Rwp4UAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9Rwp4UAf .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uN9Rwp4UAf .items-wrapper .item {
  padding: 0 40px;
}
.cid-uN9Rwp4UAf .item {
  margin-bottom: 40px;
}
.cid-uN9Rwp4UAf .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uN9Rwp4UAf .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uN9Rwp4UAf .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN9Rwp4UAf .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uN9Rwp4UAf .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uN9Rwp4UAf .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uN9Rwp4UAf .item-title,
.cid-uN9Rwp4UAf .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uN9Rwp4UAf .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uN9Rwp4UAf .item-text,
.cid-uN9Rwp4UAf .mbr-section-btn {
  text-align: center;
}
.cid-uN9RwYrOLX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uN9RwYrOLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9RwYrOLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9RwYrOLX .row {
  justify-content: center;
}
.cid-uN9RwYrOLX .card {
  justify-content: center;
}
.cid-uN9RwYrOLX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN9RwYrOLX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uN9RwYrOLX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN9RwYrOLX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uN9RwYrOLX .nav-wrapper .list .item-wrap:hover,
.cid-uN9RwYrOLX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uN9RwYrOLX .list,
.cid-uN9RwYrOLX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uN9UPhihTN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uN9UPhihTN .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;
}
@media (max-width: 767px) {
  .cid-uN9UPhihTN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uN9UPhihTN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uN9UPhihTN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uN9UPhihTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uN9UPhihTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uN9UPhihTN .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uN9UPhihTN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uN9UPhihTN .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uN9UPhihTN .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uN9UPhihTN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uN9UPhihTN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uN9UPhihTN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uN9UPhihTN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uN9UPhihTN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uN9UPhihTN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uN9UPhihTN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uN9UPhihTN .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uN9UPhihTN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uN9UPhihTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uN9UPhihTN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 5px 10px 40px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uN9UPhihTN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uN9UPhihTN .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uN9UPhihTN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uN9UPhihTN .nav-item:focus,
.cid-uN9UPhihTN .nav-link:focus {
  outline: none;
}
.cid-uN9UPhihTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uN9UPhihTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uN9UPhihTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uN9UPhihTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uN9UPhihTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uN9UPhihTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uN9UPhihTN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uN9UPhihTN .navbar.opened {
  transition: all 0.3s;
}
.cid-uN9UPhihTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uN9UPhihTN .navbar .navbar-logo img {
  width: auto;
}
.cid-uN9UPhihTN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uN9UPhihTN .navbar.collapsed {
  justify-content: center;
}
.cid-uN9UPhihTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uN9UPhihTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uN9UPhihTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uN9UPhihTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uN9UPhihTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uN9UPhihTN .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-uN9UPhihTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uN9UPhihTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uN9UPhihTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uN9UPhihTN .navbar {
    min-height: 72px;
  }
  .cid-uN9UPhihTN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uN9UPhihTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uN9UPhihTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uN9UPhihTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uN9UPhihTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uN9UPhihTN .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-uN9UPhihTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uN9UPhihTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uN9UPhihTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uN9UPhihTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uN9UPhihTN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uN9UPhihTN .dropdown-item.active,
.cid-uN9UPhihTN .dropdown-item:active {
  background-color: transparent;
}
.cid-uN9UPhihTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uN9UPhihTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uN9UPhihTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uN9UPhihTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uN9UPhihTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uN9UPhihTN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uN9UPhihTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uN9UPhihTN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .navbar-buttons {
    text-align: left;
  }
}
.cid-uN9UPhihTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uN9UPhihTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uN9UPhihTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uN9UPhihTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN9UPhihTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uN9UPhihTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uN9UPhihTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN9UPhihTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uN9UPhihTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uN9UPhihTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uN9UPhihTN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uN9UPhihTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uN9UPhihTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uN9UPhihTN .navbar {
    height: 70px;
  }
  .cid-uN9UPhihTN .navbar.opened {
    height: auto;
  }
  .cid-uN9UPhihTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uN9UPhihTN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uN9UPhihTN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uN9UPhihTN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uN9UPhihTN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uN9UPhihTN .navbar-brand {
    margin-right: auto;
  }
  .cid-uN9UPhihTN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uN9UPhihTN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uN9UPhihTN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uN9UPhihTN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uN9UPhihTN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uN9UUZMCCS {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uN9UUZMCCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9UUZMCCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9UUZMCCS .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uN9UUZMCCS .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uN9UUZMCCS .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uN9UUZMCCS .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uN9UUZMCCS .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uN9UUZMCCS .mbr-desc,
.cid-uN9UUZMCCS .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uN9UUZMCCS .mbr-text,
.cid-uN9UUZMCCS .icon-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uN9UPlOnJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN9UPlOnJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9UPlOnJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9UPlOnJ4 .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uN9UPlOnJ4 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uN9UPlOnJ4 .card-wrapper {
    padding: 0;
  }
}
.cid-uN9UPlOnJ4 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uN9UPlOnJ4 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uN9UPlOnJ4 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uN9UPmfF6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uN9UPmfF6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9UPmfF6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9UPmfF6s .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uN9UPmfF6s .items-wrapper .item {
  padding: 0 40px;
}
.cid-uN9UPmfF6s .item {
  margin-bottom: 40px;
}
.cid-uN9UPmfF6s .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uN9UPmfF6s .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uN9UPmfF6s .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uN9UPmfF6s .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uN9UPmfF6s .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uN9UPmfF6s .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uN9UPmfF6s .item-title,
.cid-uN9UPmfF6s .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uN9UPmfF6s .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uN9UPmfF6s .item-text,
.cid-uN9UPmfF6s .mbr-section-btn {
  text-align: center;
}
.cid-uN9UPmEl09 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uN9UPmEl09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9UPmEl09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9UPmEl09 .row {
  justify-content: center;
}
.cid-uN9UPmEl09 .card {
  justify-content: center;
}
.cid-uN9UPmEl09 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uN9UPmEl09 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uN9UPmEl09 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uN9UPmEl09 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uN9UPmEl09 .nav-wrapper .list .item-wrap:hover,
.cid-uN9UPmEl09 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uN9UPmEl09 .list,
.cid-uN9UPmEl09 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
