.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.8rem;
    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-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc(
      1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc(
      1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.5 * (1.0875rem + (1.25 - 1.0875) * ((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: 2.8rem;
    font-size: calc(1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(
      1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)))
    );
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc(1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc(1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc(
      1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))
    );
    line-height: calc(
      1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)))
    );
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc(
      1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))
    );
    line-height: calc(
      1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)))
    );
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #61b797 !important;
}
.bg-success {
  background-color: #236686 !important;
}
.bg-info {
  background-color: #208f65 !important;
}
.bg-warning {
  background-color: #d37530 !important;
}
.bg-danger {
  background-color: #d33430 !important;
}
.btn-primary {
  box-shadow: #387a62 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #61b797 !important;
  border-color: #61b797 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #84c7ae !important;
  border-color: #84c7ae !important;
  box-shadow: #285746 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #84c7ae !important;
  border-color: #84c7ae !important;
}
.btn-secondary {
  box-shadow: #0c0a26 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #251e78 !important;
  border-color: #251e78 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
}
.btn-info {
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success {
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning {
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger {
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #61b797;
  color: #61b797;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3d856a !important;
  background-color: transparent !important;
  border-color: #3d856a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #61b797 !important;
  border-color: #61b797 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #251e78;
  color: #251e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #100d33 !important;
  background-color: transparent !important;
  border-color: #100d33 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #251e78 !important;
  border-color: #251e78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #208f65;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #104833 !important;
  background-color: transparent !important;
  border-color: #104833 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #236686;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #113241 !important;
  background-color: transparent !important;
  border-color: #113241 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d37530;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: #8e4e1e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d33430;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e211e !important;
  background-color: transparent !important;
  border-color: #8e211e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #61b797 !important;
}
.text-secondary {
  color: #251e78 !important;
}
.text-success {
  color: #236686 !important;
}
.text-info {
  color: #208f65 !important;
}
.text-warning {
  color: #d37530 !important;
}
.text-danger {
  color: #d33430 !important;
}
.text-white {
  color: #f5f5f5 !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #387a62 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0c0a26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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: #61b797;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #208f65;
}
.alert-warning {
  background-color: #d37530;
}
.alert-danger {
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
.mbr-gallery-filter li a {
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #61b797;
  border-color: #61b797;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 10px !important;
}
a,
a:hover {
  color: #61b797;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9dfd1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d9d8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 10px;
}
.form-control {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #61b797 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #61b797;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 10px !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: 10px !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: #61b797;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #61b797;
}
.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: #61b797;
  border-bottom-color: #61b797;
}
.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: #61b797 !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: #251e78 !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='%2361b797' %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: 12px 24px;
  font-weight: 500;
  padding: 24px 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
}
.mbr-section-btn .btn-black {
  box-shadow:
    #000000 0 0.602187px 1.08394px -1.25px,
    #333333 0px 2.28853px 4.11936px -2.5px,
    #4d4d4d 0px 10px 18px -3.75px,
    #666666 0px 0.706592px 0.706592px -0.583333px,
    #999999 0px 1.80656px 1.80656px -1.16667px,
    #b3b3b3 0px 3.62176px 3.62176px -1.75px,
    #cccccc 0px 6.8656px 6.8656px -2.33333px,
    #e6e6e6 0px 8.6468px 8.6468px -2.91667px,
    #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow:
    #000000 0 0.602187px 1.08394px -1.25px,
    #1a1a1a 0px 2.28853px 4.11936px -2.5px,
    #333333 0px 10px 18px -3.75px,
    #4d4d4d 0px 0.706592px 0.706592px -0.583333px,
    #808080 0px 1.80656px 1.80656px -1.16667px,
    #999999 0px 3.62176px 3.62176px -1.75px,
    #b3b3b3 0px 6.8656px 6.8656px -2.33333px,
    #cccccc 0px 8.6468px 8.6468px -2.91667px,
    #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
  box-shadow:
    #808080 0px 0.706592px 0.706592px -0.583333px,
    #999999 0px 1.80656px 1.80656px -1.16667px,
    #b3b3b3 0px 3.62176px 3.62176px -1.75px,
    #bfbfbf 0px 6.8656px 6.8656px -2.33333px,
    #cccccc 0px 8.6468px 8.6468px -2.91667px,
    #e6e6e6 0px 10px 10px -3.5px,
    #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow:
    #737373 0px 0.706592px 0.706592px -0.583333px,
    #8c8c8c 0px 1.80656px 1.80656px -1.16667px,
    #a6a6a6 0px 3.62176px 3.62176px -1.75px,
    #b3b3b3 0px 6.8656px 6.8656px -2.33333px,
    #bfbfbf 0px 8.6468px 8.6468px -2.91667px,
    #d9d9d9 0px 10px 10px -3.5px,
    #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.label-wrap {
  border-radius: 60px !important;
}
.little-radius,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUAwjiK7Ug {
  z-index: 1000;
  width: 100%;
}
.cid-uUAwjiK7Ug nav.navbar {
  position: fixed;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUAwjiK7Ug .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .dropdown-item:hover,
.cid-uUAwjiK7Ug .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .dropdown-item:hover span {
  color: white;
}
.cid-uUAwjiK7Ug .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUAwjiK7Ug .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUAwjiK7Ug .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUAwjiK7Ug .nav-link {
  position: relative;
}
.cid-uUAwjiK7Ug .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .container {
    flex-wrap: nowrap;
  }
}
.cid-uUAwjiK7Ug .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUAwjiK7Ug .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUAwjiK7Ug .dropdown-menu,
.cid-uUAwjiK7Ug .navbar.opened {
  background: #ffffff !important;
}
.cid-uUAwjiK7Ug .nav-item:focus,
.cid-uUAwjiK7Ug .nav-link:focus {
  outline: none;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUAwjiK7Ug .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUAwjiK7Ug .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUAwjiK7Ug .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUAwjiK7Ug .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uUAwjiK7Ug .navbar.opened {
  transition: all 0.3s;
}
.cid-uUAwjiK7Ug .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uUAwjiK7Ug .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUAwjiK7Ug .navbar.collapsed {
  justify-content: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUAwjiK7Ug .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUAwjiK7Ug
  .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-uUAwjiK7Ug .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUAwjiK7Ug .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUAwjiK7Ug .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUAwjiK7Ug .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUAwjiK7Ug
    .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-uUAwjiK7Ug .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUAwjiK7Ug .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uUAwjiK7Ug .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUAwjiK7Ug .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUAwjiK7Ug .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUAwjiK7Ug .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUAwjiK7Ug .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUAwjiK7Ug .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uUAwjiK7Ug .dropdown-item.active,
.cid-uUAwjiK7Ug .dropdown-item:active {
  background-color: transparent;
}
.cid-uUAwjiK7Ug .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUAwjiK7Ug .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUAwjiK7Ug .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUAwjiK7Ug
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUAwjiK7Ug .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUAwjiK7Ug ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uUAwjiK7Ug .navbar-buttons {
    text-align: left;
  }
}
.cid-uUAwjiK7Ug .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uUAwjiK7Ug .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUAwjiK7Ug button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUAwjiK7Ug button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUAwjiK7Ug nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUAwjiK7Ug .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUAwjiK7Ug a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUAwjiK7Ug .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-uUAwjiK7Ug .navbar {
    height: 70px;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    height: auto;
  }
  .cid-uUAwjiK7Ug .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUAwjiK7Ug .navbar-nav {
  margin: 0 auto;
}
.cid-uUAwjiK7Ug .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUAwjiK7Ug .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUAwjiK7Ug .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uUAwjiK7Ug .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uUAwjiK7Ug .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUAwjiK7Ug .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUAwjiK7Ug .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUAwjiK7Ug .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUAwjiK7Ug .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUAwjiK7Ug .content-wrap {
  min-height: 110px;
}
.cid-uUAwjVRRtT {
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uUAwjVRRtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAwjVRRtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uUAwjVRRtT
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uUAwjVRRtT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uUAwjVRRtT .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUAwjVRRtT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAwjVRRtT .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUAwjVRRtT .mbr-label,
.cid-uUAwjVRRtT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title {
  color: #000000;
}
.cid-uUAwjVRRtT .mbr-text,
.cid-uUAwjVRRtT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAwjVRRtT .mbr-section-title,
.cid-uUAwjVRRtT .title-wrapper,
.cid-uUAwjVRRtT .mbr-section-btn,
.cid-uUAwjVRRtT .logo-wrapper {
  text-align: center;
}
.cid-uWcxjt3U6Y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWcxjt3U6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcxjt3U6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcxjt3U6Y .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWcxjt3U6Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcxjt3U6Y .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWcxjt3U6Y .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWcxjt3U6Y
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWcxjt3U6Y .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWcxjt3U6Y .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcxjt3U6Y .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcxjt3U6Y .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWcxjt3U6Y .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWcxjt3U6Y .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWcxjt3U6Y .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcxjt3U6Y .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWcxjt3U6Y .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWcxjt3U6Y .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWcxjt3U6Y .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWcxjt3U6Y .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWcxjt3U6Y .mbr-label,
.cid-uWcxjt3U6Y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcxjt3U6Y .mbr-section-title,
.cid-uWcxjt3U6Y .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcxjt3U6Y .mbr-text {
  color: #515151;
}
.cid-uWg4UOszyb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWg4UOszyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWg4UOszyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWg4UOszyb .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWg4UOszyb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWg4UOszyb .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWg4UOszyb .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #c1fcff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWg4UOszyb
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWg4UOszyb .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWg4UOszyb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWg4UOszyb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWg4UOszyb .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWg4UOszyb .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWg4UOszyb .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWg4UOszyb .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWg4UOszyb .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWg4UOszyb .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWg4UOszyb .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWg4UOszyb .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWg4UOszyb .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWg4UOszyb .mbr-label,
.cid-uWg4UOszyb .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWg4UOszyb .mbr-section-title,
.cid-uWg4UOszyb .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWg4UOszyb .mbr-text {
  color: #515151;
}
.cid-uWdp6T40iW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWdp6T40iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdp6T40iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdp6T40iW .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWdp6T40iW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWdp6T40iW .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWdp6T40iW .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWdp6T40iW
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWdp6T40iW .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWdp6T40iW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWdp6T40iW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWdp6T40iW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdp6T40iW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWdp6T40iW .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWdp6T40iW .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWdp6T40iW .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWdp6T40iW .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWdp6T40iW .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWdp6T40iW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWdp6T40iW
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWdp6T40iW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWdp6T40iW .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-uWdp6T40iW
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .item-text:hover,
.cid-uWdp6T40iW
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWdp6T40iW .mbr-label,
.cid-uWdp6T40iW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdp6T40iW .mbr-section-title,
.cid-uWdp6T40iW .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdp6T40iW .mbr-text,
.cid-uWdp6T40iW .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWdp6T40iW .item-title {
  color: #515151;
}
.cid-uWdp6T40iW .item-text {
  color: #000000;
}
.cid-uWdqFhXOPS {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWdqFhXOPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdqFhXOPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdqFhXOPS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWdqFhXOPS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWdqFhXOPS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWdqFhXOPS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWdqFhXOPS
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWdqFhXOPS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWdqFhXOPS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWdqFhXOPS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWdqFhXOPS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdqFhXOPS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWdqFhXOPS .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWdqFhXOPS .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWdqFhXOPS .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWdqFhXOPS .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWdqFhXOPS .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWdqFhXOPS .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWdqFhXOPS
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWdqFhXOPS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWdqFhXOPS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  cursor: pointer;
  transition: color 0.3s;
}
.cid-uWdqFhXOPS
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .item-text:hover,
.cid-uWdqFhXOPS
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .item-text:focus {
  text-decoration-color: transparent;
}
.cid-uWdqFhXOPS .mbr-label,
.cid-uWdqFhXOPS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdqFhXOPS .mbr-section-title,
.cid-uWdqFhXOPS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdqFhXOPS .mbr-text,
.cid-uWdqFhXOPS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWdqFhXOPS .item-title {
  color: #515151;
}
.cid-uWdqFhXOPS .item-text {
  color: #000000;
}
.cid-uWdwgbF6vR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWdwgbF6vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdwgbF6vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdwgbF6vR .card-wrapper {
  padding: 60px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWdwgbF6vR .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWdwgbF6vR .card-wrapper {
    padding: 24px;
  }
}
.cid-uWdwgbF6vR .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWdwgbF6vR .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWdwgbF6vR
  .card-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWdwgbF6vR .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWdwgbF6vR .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWdwgbF6vR .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWdwgbF6vR .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdwgbF6vR .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWdwgbF6vR .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWdwgbF6vR .mbr-label,
.cid-uWdwgbF6vR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdwgbF6vR .mbr-section-title {
  color: #000000;
}
.cid-uWdwgbF6vR .mbr-text,
.cid-uWdwgbF6vR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdwgbF6vR .mbr-section-title,
.cid-uWdwgbF6vR .title-wrapper,
.cid-uWdwgbF6vR .mbr-section-btn {
  text-align: center;
}
.cid-uWb4XcT62K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWb4XcT62K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWb4XcT62K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWb4XcT62K .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWb4XcT62K .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWb4XcT62K .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWb4XcT62K
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWb4XcT62K .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWb4XcT62K .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWb4XcT62K .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWb4XcT62K .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWb4XcT62K .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWb4XcT62K .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWb4XcT62K .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWb4XcT62K
    .items-wrapper
    .item
    .item-wrapper
    .item-content
    .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWb4XcT62K
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #eef3f6;
}
.cid-uWb4XcT62K
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .icon-wrap
  .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #eef3f6;
}
.cid-uWb4XcT62K .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWb4XcT62K .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWb4XcT62K
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWb4XcT62K
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  margin-bottom: 0;
}
.cid-uWb4XcT62K .mbr-label,
.cid-uWb4XcT62K .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWb4XcT62K .mbr-section-title,
.cid-uWb4XcT62K .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWb4XcT62K .mbr-text,
.cid-uWb4XcT62K .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWb4XcT62K .item-title {
  color: #000000;
}
.cid-uWb4XcT62K .item-text {
  color: #515151;
}
.cid-uWcv6vGYcf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWcv6vGYcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcv6vGYcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcv6vGYcf .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcv6vGYcf .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWcv6vGYcf .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWcv6vGYcf
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWcv6vGYcf .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWcv6vGYcf .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcv6vGYcf .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWcv6vGYcf .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.cid-uWcv6vGYcf .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-content {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-content {
    padding-top: 0;
  }
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWcv6vGYcf
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 27px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWcv6vGYcf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWcv6vGYcf
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWcv6vGYcf
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  margin-bottom: 0;
}
.cid-uWcv6vGYcf .items-wrapper .features-image .item-wrapper {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .items-wrapper .features-image .item-wrapper {
    display: block;
  }
}
.cid-uWcv6vGYcf .card_1 {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .card_1 {
    width: 100%;
  }
}
.cid-uWcv6vGYcf .card_2 {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWcv6vGYcf .card_2 {
    width: 100%;
  }
}
.cid-uWcv6vGYcf .main-btn {
  margin-top: 12px;
}
.cid-uWcv6vGYcf .mbr-label,
.cid-uWcv6vGYcf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcv6vGYcf .mbr-section-title,
.cid-uWcv6vGYcf .title-wrapper {
  color: #000000;
}
.cid-uWcv6vGYcf .mbr-text,
.cid-uWcv6vGYcf .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWcv6vGYcf .item-title {
  color: #000000;
}
.cid-uWcv6vGYcf .item-text {
  color: #515151;
}
.cid-uWcv6vGYcf .mbr-section-title,
.cid-uWcv6vGYcf .title-wrapper,
.cid-uWcv6vGYcf .main-btn {
  text-align: center;
}
.cid-uWcShaamq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWcShaamq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcShaamq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcShaamq0 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWcShaamq0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcShaamq0 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWcShaamq0 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWcShaamq0
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWcShaamq0 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWcShaamq0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcShaamq0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcShaamq0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWcShaamq0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWcShaamq0 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWcShaamq0 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWcShaamq0 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWcShaamq0 .items-wrapper .item .item-wrapper {
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWcShaamq0 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWcShaamq0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-uWcShaamq0 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-uWcShaamq0
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWcShaamq0 .mbr-label,
.cid-uWcShaamq0 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcShaamq0 .mbr-section-title,
.cid-uWcShaamq0 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcShaamq0 .mbr-text,
.cid-uWcShaamq0 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWcShaamq0 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWcShaamq0 .list {
  color: #515151;
}
.cid-uWdmATL8AQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWdmATL8AQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdmATL8AQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdmATL8AQ .card-wrapper {
  padding: 60px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWdmATL8AQ .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWdmATL8AQ .card-wrapper {
    padding: 24px;
  }
}
.cid-uWdmATL8AQ .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWdmATL8AQ .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWdmATL8AQ
  .card-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWdmATL8AQ .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWdmATL8AQ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWdmATL8AQ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWdmATL8AQ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdmATL8AQ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWdmATL8AQ .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWdmATL8AQ .mbr-label,
.cid-uWdmATL8AQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdmATL8AQ .mbr-section-title {
  color: #000000;
}
.cid-uWdmATL8AQ .mbr-text,
.cid-uWdmATL8AQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWdmATL8AQ .mbr-section-title,
.cid-uWdmATL8AQ .title-wrapper,
.cid-uWdmATL8AQ .mbr-section-btn {
  text-align: center;
}
.cid-uWcuAVcga4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWcuAVcga4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcuAVcga4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcuAVcga4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcuAVcga4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWcuAVcga4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWcuAVcga4
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWcuAVcga4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWcuAVcga4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcuAVcga4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWcuAVcga4 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWcuAVcga4 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWcuAVcga4
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWcuAVcga4
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .middle-border {
  width: 100%;
  border-top: 2px dashed #9c9c9c;
  margin-top: 24px;
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWcuAVcga4
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWcuAVcga4
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  margin-bottom: 0;
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
.cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 1440px) {
  .cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uWcuAVcga4 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWcuAVcga4 .mbr-label,
.cid-uWcuAVcga4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcuAVcga4 .mbr-section-title,
.cid-uWcuAVcga4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcuAVcga4 .mbr-text,
.cid-uWcuAVcga4 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWcuAVcga4 .item-title {
  color: #000000;
}
.cid-uWcuAVcga4 .item-text {
  color: #515151;
}
.cid-uWcuAVcga4 .item-number {
  color: #000000;
}
.cid-uWcQofOCbr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWcQofOCbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcQofOCbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcQofOCbr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWcQofOCbr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWcQofOCbr .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWcQofOCbr
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWcQofOCbr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWcQofOCbr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWcQofOCbr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWcQofOCbr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 425px;
  max-width: 425px;
}
@media (max-width: 768px) {
  .cid-uWcQofOCbr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWcQofOCbr .embla__slide .slide-content {
  width: 100%;
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a {
  display: block;
}
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a:hover
  .mbr-iconfont,
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a:hover
  .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uWcQofOCbr
  .embla__slide
  .slide-content
  .item-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uWcQofOCbr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWcQofOCbr .embla__button--next,
.cid-uWcQofOCbr .embla__button--prev {
  display: flex;
}
.cid-uWcQofOCbr .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .embla__button {
    top: 0;
  }
}
.cid-uWcQofOCbr .embla__button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uWcQofOCbr .embla__button:disabled {
  background-color: #000000 !important;
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.cid-uWcQofOCbr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWcQofOCbr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uWcQofOCbr .embla__button.embla__button--next {
  right: 0;
}
.cid-uWcQofOCbr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uWcQofOCbr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWcQofOCbr .embla {
    padding-top: 4rem;
  }
}
.cid-uWcQofOCbr .embla::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(-90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uWcQofOCbr .embla::before {
    display: none;
  }
}
.cid-uWcQofOCbr .embla::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 45%, #f5f5f5 110%);
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uWcQofOCbr .embla::after {
    display: none;
  }
}
.cid-uWcQofOCbr .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-uWcQofOCbr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWcQofOCbr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWcQofOCbr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWcQofOCbr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWcQofOCbr .mbr-label,
.cid-uWcQofOCbr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcQofOCbr .mbr-section-title,
.cid-uWcQofOCbr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWcQofOCbr .mbr-text,
.cid-uWcQofOCbr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWcQofOCbr .item-name {
  color: #000000;
}
.cid-uWcQofOCbr .item-role {
  color: #515151;
}
.cid-uWcVFIQOuE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWcVFIQOuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWcVFIQOuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWcVFIQOuE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uWcVFIQOuE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uWcVFIQOuE .embla__slide .slide-content {
  width: 100%;
}
.cid-uWcVFIQOuE .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .text-wrapper
  .item-text {
  display: inline-block;
  width: 75%;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWcVFIQOuE
    .embla__slide
    .slide-content
    .item-wrapper
    .text-wrapper
    .item-text {
    width: 100%;
    background-image: linear-gradient(-165deg, #9c9c9c, #000000 50%);
  }
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .item-img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  padding: 4px;
  border-radius: 100% !important;
  background-image: linear-gradient(#a8a8a8 40%, #f5f5f5);
  box-shadow: 0 8px 20px -8px #9c9c9c;
  margin-right: 16px;
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .item-img
  img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .name-wrap
  .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWcVFIQOuE
  .embla__slide
  .slide-content
  .item-wrapper
  .person-wrapper
  .person-wrap
  .name-wrap
  .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uWcVFIQOuE .embla__button--next,
.cid-uWcVFIQOuE .embla__button--prev {
  display: flex;
}
.cid-uWcVFIQOuE .embla__button {
  top: 45%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border: none;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uWcVFIQOuE .embla__button {
    top: 0;
  }
}
.cid-uWcVFIQOuE .embla__button:hover {
  background-color: #000000 !important;
  color: #f5f5f5 !important;
  border-top: none !important;
}
.cid-uWcVFIQOuE .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uWcVFIQOuE .embla__button.embla__button--prev {
  left: 0;
}
.cid-uWcVFIQOuE .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uWcVFIQOuE .embla__button.embla__button--next {
  right: 0;
}
.cid-uWcVFIQOuE .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uWcVFIQOuE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uWcVFIQOuE .embla {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uWcVFIQOuE .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
}
.cid-uWcVFIQOuE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWcVFIQOuE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWcVFIQOuE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWcVFIQOuE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWcVFIQOuE .item-text,
.cid-uWcVFIQOuE .text-wrapper {
  color: #000000;
}
.cid-uWcVFIQOuE .item-text,
.cid-uWcVFIQOuE .text-wrapper,
.cid-uWcVFIQOuE .person-wrapper {
  text-align: center;
}
.cid-uWcVFIQOuE .item-name {
  color: #000000;
  text-align: left;
}
.cid-uWcVFIQOuE .item-role {
  color: #000000;
  text-align: left;
}
.cid-uWcQaM69Y5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWcQaM69Y5 .item:focus,
.cid-uWcQaM69Y5 span:focus {
  outline: none;
}
.cid-uWcQaM69Y5 .item {
  cursor: pointer;
}
.cid-uWcQaM69Y5 .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 767px) {
  .cid-uWcQaM69Y5 .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-uWcQaM69Y5 .grid-container-1,
.cid-uWcQaM69Y5 .grid-container-2 {
  gap: 0 24px;
}
@media (max-width: 767px) {
  .cid-uWcQaM69Y5 .grid-container-1,
  .cid-uWcQaM69Y5 .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-uWcQaM69Y5 .mbr-section-title {
  margin-bottom: 44px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWcQaM69Y5 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWcQaM69Y5 .content-head {
  max-width: 800px;
}
.cid-uWcQaM69Y5 .container,
.cid-uWcQaM69Y5 .container-fluid {
  overflow: hidden;
}
.cid-uWcQaM69Y5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWcQaM69Y5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWcQaM69Y5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 1200px) {
  .cid-uWcQaM69Y5 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uWcQaM69Y5 .grid-item img {
    min-width: 35vw;
  }
}
@media (max-width: 425px) {
  .cid-uWcQaM69Y5 .grid-item img {
    height: 140px;
  }
}
.cid-uWcQaM69Y5 .grid-container-1,
.cid-uWcQaM69Y5 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWcQaM69Y5 .grid-container-1 {
  align-items: flex-end;
}
.cid-uWcQaM69Y5 .grid-container-2 {
  align-items: flex-start;
  padding-bottom: 20px;
}
.cid-uUAx0avc9S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uUAx0avc9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUAx0avc9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uUAx0avc9S
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uUAx0avc9S
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uUAx0avc9S
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uUAx0avc9S
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uUAx0avc9S .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uUAx0avc9S
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uUAx0avc9S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uUAx0avc9S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUAx0avc9S .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uUAx0avc9S .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uUAx0avc9S .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uUAx0avc9S .mbr-section-title {
  color: #000000;
}
.cid-uUAx0avc9S .mbr-text,
.cid-uUAx0avc9S .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAx0avc9S .list,
.cid-uUAx0avc9S .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uUAx0avc9S .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uUAx0avc9S .mbr-section-title,
.cid-uUAx0avc9S .title-wrapper,
.cid-uUAx0avc9S .mbr-section-btn,
.cid-uUAx0avc9S .social-wrapper {
  text-align: center;
}
.cid-uUAx0avc9S .list,
.cid-uUAx0avc9S .item-wrap,
.cid-uUAx0avc9S .nav-wrapper {
  text-align: center;
}
.cid-uWbeOWVpif {
  z-index: 1000;
  width: 100%;
}
.cid-uWbeOWVpif nav.navbar {
  position: fixed;
}
.cid-uWbeOWVpif .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-uWbeOWVpif .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWbeOWVpif .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWbeOWVpif .dropdown-item:hover,
.cid-uWbeOWVpif .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWbeOWVpif .dropdown-item:hover span {
  color: white;
}
.cid-uWbeOWVpif .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWbeOWVpif .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWbeOWVpif .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWbeOWVpif .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWbeOWVpif .nav-link {
  position: relative;
}
.cid-uWbeOWVpif .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWbeOWVpif .container {
    flex-wrap: nowrap;
  }
}
.cid-uWbeOWVpif .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWbeOWVpif .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWbeOWVpif .dropdown-menu,
.cid-uWbeOWVpif .navbar.opened {
  background: #ffffff !important;
}
.cid-uWbeOWVpif .nav-item:focus,
.cid-uWbeOWVpif .nav-link:focus {
  outline: none;
}
.cid-uWbeOWVpif .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWbeOWVpif .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWbeOWVpif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWbeOWVpif .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWbeOWVpif .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWbeOWVpif .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWbeOWVpif .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWbeOWVpif .navbar.opened {
  transition: all 0.3s;
}
.cid-uWbeOWVpif .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWbeOWVpif .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uWbeOWVpif .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWbeOWVpif .navbar.collapsed {
  justify-content: center;
}
.cid-uWbeOWVpif .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWbeOWVpif .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWbeOWVpif .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWbeOWVpif .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWbeOWVpif .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWbeOWVpif
  .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-uWbeOWVpif .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWbeOWVpif .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWbeOWVpif .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWbeOWVpif .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWbeOWVpif .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWbeOWVpif .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWbeOWVpif .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWbeOWVpif
    .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-uWbeOWVpif .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWbeOWVpif .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWbeOWVpif .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWbeOWVpif .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWbeOWVpif .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWbeOWVpif .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWbeOWVpif .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWbeOWVpif .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWbeOWVpif .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWbeOWVpif .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWbeOWVpif .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWbeOWVpif .navbar-brand .navbar-caption:hover,
.cid-uWbeOWVpif .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWbeOWVpif .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWbeOWVpif .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWbeOWVpif .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWbeOWVpif .dropdown-item.active,
.cid-uWbeOWVpif .dropdown-item:active {
  background-color: transparent;
}
.cid-uWbeOWVpif .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWbeOWVpif .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWbeOWVpif .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWbeOWVpif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWbeOWVpif .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWbeOWVpif
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWbeOWVpif .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWbeOWVpif ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWbeOWVpif ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWbeOWVpif .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWbeOWVpif .navbar-buttons {
    text-align: left;
  }
}
.cid-uWbeOWVpif .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWbeOWVpif .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWbeOWVpif button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWbeOWVpif button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWbeOWVpif button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWbeOWVpif button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWbeOWVpif button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWbeOWVpif button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWbeOWVpif nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWbeOWVpif nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWbeOWVpif nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWbeOWVpif nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWbeOWVpif .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWbeOWVpif a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWbeOWVpif .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-uWbeOWVpif .navbar {
    height: 70px;
  }
  .cid-uWbeOWVpif .navbar.opened {
    height: auto;
  }
  .cid-uWbeOWVpif .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWbeOWVpif .navbar-nav {
  margin: 0 auto;
}
.cid-uWbeOWVpif .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWbeOWVpif .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWbeOWVpif .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWbeOWVpif .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWbeOWVpif .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWbeOWVpif .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWbeOWVpif .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWbeOWVpif .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWbeOWVpif .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWbeOWVpif .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWbeOWVpif .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWbeOWVpif .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWbeOWVpif .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWbeOWVpif .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWbeOWVpif .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWbeOWVpif .content-wrap {
  min-height: 110px;
}
.cid-uWbgK7DyVE {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uWbgK7DyVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWbgK7DyVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWbgK7DyVE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWbgK7DyVE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWbgK7DyVE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWbgK7DyVE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWbgK7DyVE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWbgK7DyVE .mbr-section-title {
  color: #000000;
}
.cid-uWbgK7DyVE .mbr-text,
.cid-uWbgK7DyVE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWbgK7DyVE .mbr-section-title,
.cid-uWbgK7DyVE .title-wrapper,
.cid-uWbgK7DyVE .mbr-section-btn {
  text-align: center;
}
#custom-html-w {
  /* Type valid CSS here */
}
#custom-html-w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-w p {
  font-size: 60px;
  color: #777;
}
.cid-uWbeOY8LRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uWbeOY8LRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWbeOY8LRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWbeOY8LRa .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWbeOY8LRa .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWbeOY8LRa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWbeOY8LRa .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uWbeOY8LRa
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uWbeOY8LRa
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWbeOY8LRa
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uWbeOY8LRa
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uWbeOY8LRa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uWbeOY8LRa
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uWbeOY8LRa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWbeOY8LRa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWbeOY8LRa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWbeOY8LRa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWbeOY8LRa .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uWbeOY8LRa .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWbeOY8LRa .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uWbeOY8LRa .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWbeOY8LRa .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uWbeOY8LRa .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uWbeOY8LRa .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWbeOY8LRa .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uWbeOY8LRa .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uWbeOY8LRa .mbr-section-title {
  color: #000000;
}
.cid-uWbeOY8LRa .mbr-text,
.cid-uWbeOY8LRa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWbeOY8LRa .list,
.cid-uWbeOY8LRa .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWbeOY8LRa .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uWbeOY8LRa .mbr-section-title,
.cid-uWbeOY8LRa .title-wrapper,
.cid-uWbeOY8LRa .mbr-section-btn,
.cid-uWbeOY8LRa .social-wrapper {
  text-align: center;
}
.cid-uWbeOY8LRa .list,
.cid-uWbeOY8LRa .item-wrap,
.cid-uWbeOY8LRa .nav-wrapper {
  text-align: center;
}
.cid-uWedE35VWe {
  z-index: 1000;
  width: 100%;
}
.cid-uWedE35VWe nav.navbar {
  position: fixed;
}
.cid-uWedE35VWe .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-uWedE35VWe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWedE35VWe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWedE35VWe .dropdown-item:hover,
.cid-uWedE35VWe .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWedE35VWe .dropdown-item:hover span {
  color: white;
}
.cid-uWedE35VWe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWedE35VWe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWedE35VWe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWedE35VWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWedE35VWe .nav-link {
  position: relative;
}
.cid-uWedE35VWe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWedE35VWe .container {
    flex-wrap: nowrap;
  }
}
.cid-uWedE35VWe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWedE35VWe .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWedE35VWe .dropdown-menu,
.cid-uWedE35VWe .navbar.opened {
  background: #ffffff !important;
}
.cid-uWedE35VWe .nav-item:focus,
.cid-uWedE35VWe .nav-link:focus {
  outline: none;
}
.cid-uWedE35VWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWedE35VWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWedE35VWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWedE35VWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWedE35VWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWedE35VWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWedE35VWe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWedE35VWe .navbar.opened {
  transition: all 0.3s;
}
.cid-uWedE35VWe .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWedE35VWe .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uWedE35VWe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWedE35VWe .navbar.collapsed {
  justify-content: center;
}
.cid-uWedE35VWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWedE35VWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWedE35VWe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWedE35VWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWedE35VWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWedE35VWe
  .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-uWedE35VWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWedE35VWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWedE35VWe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWedE35VWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWedE35VWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWedE35VWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWedE35VWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWedE35VWe
    .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-uWedE35VWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWedE35VWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWedE35VWe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWedE35VWe .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWedE35VWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWedE35VWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWedE35VWe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWedE35VWe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWedE35VWe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWedE35VWe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWedE35VWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWedE35VWe .navbar-brand .navbar-caption:hover,
.cid-uWedE35VWe .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWedE35VWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWedE35VWe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWedE35VWe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWedE35VWe .dropdown-item.active,
.cid-uWedE35VWe .dropdown-item:active {
  background-color: transparent;
}
.cid-uWedE35VWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWedE35VWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWedE35VWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWedE35VWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWedE35VWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWedE35VWe
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWedE35VWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWedE35VWe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWedE35VWe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWedE35VWe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWedE35VWe .navbar-buttons {
    text-align: left;
  }
}
.cid-uWedE35VWe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWedE35VWe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWedE35VWe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWedE35VWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWedE35VWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWedE35VWe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWedE35VWe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWedE35VWe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWedE35VWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWedE35VWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWedE35VWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWedE35VWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWedE35VWe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWedE35VWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWedE35VWe .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-uWedE35VWe .navbar {
    height: 70px;
  }
  .cid-uWedE35VWe .navbar.opened {
    height: auto;
  }
  .cid-uWedE35VWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWedE35VWe .navbar-nav {
  margin: 0 auto;
}
.cid-uWedE35VWe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWedE35VWe .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWedE35VWe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWedE35VWe .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWedE35VWe .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWedE35VWe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWedE35VWe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWedE35VWe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWedE35VWe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWedE35VWe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWedE35VWe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWedE35VWe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWedE35VWe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWedE35VWe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWedE35VWe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWedE35VWe .content-wrap {
  min-height: 110px;
}
.cid-uWedE45oD5 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uWedE45oD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWedE45oD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWedE45oD5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWedE45oD5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWedE45oD5
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWedE45oD5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWedE45oD5 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWedE45oD5 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uWedE45oD5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWedE45oD5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWedE45oD5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWedE45oD5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWedE45oD5 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWedE45oD5 .mbr-label,
.cid-uWedE45oD5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE45oD5 .mbr-section-title {
  color: #000000;
}
.cid-uWedE45oD5 .mbr-text,
.cid-uWedE45oD5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE45oD5 .mbr-section-title,
.cid-uWedE45oD5 .title-wrapper,
.cid-uWedE45oD5 .mbr-section-btn,
.cid-uWedE45oD5 .logo-wrapper {
  text-align: center;
}
.cid-uWedE4EAw7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWedE4EAw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWedE4EAw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWedE4EAw7 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWedE4EAw7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWedE4EAw7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWedE4EAw7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWedE4EAw7
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWedE4EAw7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWedE4EAw7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWedE4EAw7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWedE4EAw7 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWedE4EAw7 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWedE4EAw7 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWedE4EAw7 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWedE4EAw7 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWedE4EAw7 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWedE4EAw7 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWedE4EAw7 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWedE4EAw7 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWedE4EAw7 .mbr-label,
.cid-uWedE4EAw7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE4EAw7 .mbr-section-title,
.cid-uWedE4EAw7 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE4EAw7 .mbr-text {
  color: #515151;
}
.cid-uWedE9E86h {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWedE9E86h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWedE9E86h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWedE9E86h .card-wrapper {
  padding: 60px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWedE9E86h .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWedE9E86h .card-wrapper {
    padding: 24px;
  }
}
.cid-uWedE9E86h .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWedE9E86h .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWedE9E86h
  .card-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWedE9E86h .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWedE9E86h .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWedE9E86h .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWedE9E86h .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWedE9E86h .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWedE9E86h .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWedE9E86h .mbr-label,
.cid-uWedE9E86h .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE9E86h .mbr-section-title {
  color: #000000;
}
.cid-uWedE9E86h .mbr-text,
.cid-uWedE9E86h .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedE9E86h .mbr-section-title,
.cid-uWedE9E86h .title-wrapper,
.cid-uWedE9E86h .mbr-section-btn {
  text-align: center;
}
.cid-uWedEd1MH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWedEd1MH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWedEd1MH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWedEd1MH9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWedEd1MH9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWedEd1MH9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWedEd1MH9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWedEd1MH9
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWedEd1MH9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWedEd1MH9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWedEd1MH9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWedEd1MH9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWedEd1MH9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWedEd1MH9 .card-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWedEd1MH9 .card-wrapper {
    padding: 24px;
  }
}
.cid-uWedEd1MH9 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uWedEd1MH9 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uWedEd1MH9 .mbr-label,
.cid-uWedEd1MH9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedEd1MH9 .mbr-section-title,
.cid-uWedEd1MH9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedEd1MH9 .mbr-text,
.cid-uWedEd1MH9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWedEdCjXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uWedEdCjXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWedEdCjXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWedEdCjXp .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWedEdCjXp .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWedEdCjXp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWedEdCjXp .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uWedEdCjXp
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uWedEdCjXp
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWedEdCjXp
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uWedEdCjXp
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uWedEdCjXp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uWedEdCjXp
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uWedEdCjXp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWedEdCjXp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWedEdCjXp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWedEdCjXp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWedEdCjXp .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uWedEdCjXp .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWedEdCjXp .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uWedEdCjXp .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWedEdCjXp .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uWedEdCjXp .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uWedEdCjXp .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWedEdCjXp .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uWedEdCjXp .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uWedEdCjXp .mbr-section-title {
  color: #000000;
}
.cid-uWedEdCjXp .mbr-text,
.cid-uWedEdCjXp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedEdCjXp .list,
.cid-uWedEdCjXp .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWedEdCjXp .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uWedEdCjXp .mbr-section-title,
.cid-uWedEdCjXp .title-wrapper,
.cid-uWedEdCjXp .mbr-section-btn,
.cid-uWedEdCjXp .social-wrapper {
  text-align: center;
}
.cid-uWedEdCjXp .list,
.cid-uWedEdCjXp .item-wrap,
.cid-uWedEdCjXp .nav-wrapper {
  text-align: center;
}
.cid-uWeiIQoQR6 {
  z-index: 1000;
  width: 100%;
}
.cid-uWeiIQoQR6 nav.navbar {
  position: fixed;
}
.cid-uWeiIQoQR6 .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-uWeiIQoQR6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWeiIQoQR6 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWeiIQoQR6 .dropdown-item:hover,
.cid-uWeiIQoQR6 .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWeiIQoQR6 .dropdown-item:hover span {
  color: white;
}
.cid-uWeiIQoQR6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWeiIQoQR6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWeiIQoQR6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWeiIQoQR6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWeiIQoQR6 .nav-link {
  position: relative;
}
.cid-uWeiIQoQR6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWeiIQoQR6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWeiIQoQR6 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWeiIQoQR6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWeiIQoQR6 .dropdown-menu,
.cid-uWeiIQoQR6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uWeiIQoQR6 .nav-item:focus,
.cid-uWeiIQoQR6 .nav-link:focus {
  outline: none;
}
.cid-uWeiIQoQR6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWeiIQoQR6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWeiIQoQR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWeiIQoQR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWeiIQoQR6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWeiIQoQR6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWeiIQoQR6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWeiIQoQR6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWeiIQoQR6 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWeiIQoQR6 .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uWeiIQoQR6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWeiIQoQR6 .navbar.collapsed {
  justify-content: center;
}
.cid-uWeiIQoQR6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWeiIQoQR6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWeiIQoQR6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWeiIQoQR6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWeiIQoQR6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWeiIQoQR6
  .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-uWeiIQoQR6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWeiIQoQR6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWeiIQoQR6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWeiIQoQR6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWeiIQoQR6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWeiIQoQR6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWeiIQoQR6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWeiIQoQR6
    .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-uWeiIQoQR6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWeiIQoQR6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWeiIQoQR6 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWeiIQoQR6 .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWeiIQoQR6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWeiIQoQR6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWeiIQoQR6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWeiIQoQR6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWeiIQoQR6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWeiIQoQR6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWeiIQoQR6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWeiIQoQR6 .navbar-brand .navbar-caption:hover,
.cid-uWeiIQoQR6 .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWeiIQoQR6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWeiIQoQR6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWeiIQoQR6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWeiIQoQR6 .dropdown-item.active,
.cid-uWeiIQoQR6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWeiIQoQR6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWeiIQoQR6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWeiIQoQR6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWeiIQoQR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWeiIQoQR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWeiIQoQR6
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWeiIQoQR6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWeiIQoQR6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWeiIQoQR6 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWeiIQoQR6 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWeiIQoQR6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWeiIQoQR6 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWeiIQoQR6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWeiIQoQR6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWeiIQoQR6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWeiIQoQR6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWeiIQoQR6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWeiIQoQR6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWeiIQoQR6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWeiIQoQR6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWeiIQoQR6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWeiIQoQR6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWeiIQoQR6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWeiIQoQR6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWeiIQoQR6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWeiIQoQR6 .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-uWeiIQoQR6 .navbar {
    height: 70px;
  }
  .cid-uWeiIQoQR6 .navbar.opened {
    height: auto;
  }
  .cid-uWeiIQoQR6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWeiIQoQR6 .navbar-nav {
  margin: 0 auto;
}
.cid-uWeiIQoQR6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWeiIQoQR6 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWeiIQoQR6 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWeiIQoQR6 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWeiIQoQR6 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWeiIQoQR6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWeiIQoQR6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWeiIQoQR6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWeiIQoQR6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWeiIQoQR6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWeiIQoQR6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWeiIQoQR6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWeiIQoQR6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWeiIQoQR6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWeiIQoQR6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWeiIQoQR6 .content-wrap {
  min-height: 110px;
}
.cid-uWeiIRem9E {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uWeiIRem9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeiIRem9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeiIRem9E .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWeiIRem9E .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWeiIRem9E
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWeiIRem9E .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWeiIRem9E .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWeiIRem9E .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uWeiIRem9E .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeiIRem9E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWeiIRem9E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWeiIRem9E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeiIRem9E .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWeiIRem9E .mbr-label,
.cid-uWeiIRem9E .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIRem9E .mbr-section-title {
  color: #000000;
}
.cid-uWeiIRem9E .mbr-text,
.cid-uWeiIRem9E .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIRem9E .mbr-section-title,
.cid-uWeiIRem9E .title-wrapper,
.cid-uWeiIRem9E .mbr-section-btn,
.cid-uWeiIRem9E .logo-wrapper {
  text-align: center;
}
.cid-uWeiIRFQQM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWeiIRFQQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeiIRFQQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeiIRFQQM .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWeiIRFQQM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWeiIRFQQM .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWeiIRFQQM .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWeiIRFQQM
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWeiIRFQQM .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWeiIRFQQM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeiIRFQQM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWeiIRFQQM .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWeiIRFQQM .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWeiIRFQQM .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWeiIRFQQM .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWeiIRFQQM .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWeiIRFQQM .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWeiIRFQQM .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWeiIRFQQM .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWeiIRFQQM .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWeiIRFQQM .mbr-label,
.cid-uWeiIRFQQM .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIRFQQM .mbr-section-title,
.cid-uWeiIRFQQM .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIRFQQM .mbr-text {
  color: #515151;
}
.cid-uWeiIS9dG9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWeiIS9dG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeiIS9dG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeiIS9dG9 .card-wrapper {
  padding: 60px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWeiIS9dG9 .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWeiIS9dG9 .card-wrapper {
    padding: 24px;
  }
}
.cid-uWeiIS9dG9 .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWeiIS9dG9 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWeiIS9dG9
  .card-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWeiIS9dG9 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWeiIS9dG9 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeiIS9dG9 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWeiIS9dG9 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWeiIS9dG9 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeiIS9dG9 .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWeiIS9dG9 .mbr-label,
.cid-uWeiIS9dG9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIS9dG9 .mbr-section-title {
  color: #000000;
}
.cid-uWeiIS9dG9 .mbr-text,
.cid-uWeiIS9dG9 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiIS9dG9 .mbr-section-title,
.cid-uWeiIS9dG9 .title-wrapper,
.cid-uWeiIS9dG9 .mbr-section-btn {
  text-align: center;
}
.cid-uWemMuMUad {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWemMuMUad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWemMuMUad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWemMuMUad .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWemMuMUad .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWemMuMUad .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWemMuMUad .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWemMuMUad
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWemMuMUad .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWemMuMUad .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWemMuMUad .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWemMuMUad .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uWemMuMUad .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uWemMuMUad .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWemMuMUad .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWemMuMUad .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWemMuMUad .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uWemMuMUad .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWemMuMUad .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWemMuMUad .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWemMuMUad .mbr-label,
.cid-uWemMuMUad .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWemMuMUad .mbr-section-title,
.cid-uWemMuMUad .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWemMuMUad .mbr-text {
  color: #515151;
}
.cid-uWeiITdI1u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uWeiITdI1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeiITdI1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeiITdI1u .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWeiITdI1u .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWeiITdI1u .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWeiITdI1u .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uWeiITdI1u
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uWeiITdI1u
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWeiITdI1u
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uWeiITdI1u
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uWeiITdI1u .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uWeiITdI1u
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uWeiITdI1u .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeiITdI1u .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWeiITdI1u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWeiITdI1u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeiITdI1u .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uWeiITdI1u .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWeiITdI1u .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uWeiITdI1u .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWeiITdI1u .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uWeiITdI1u .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uWeiITdI1u .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWeiITdI1u .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uWeiITdI1u .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uWeiITdI1u .mbr-section-title {
  color: #000000;
}
.cid-uWeiITdI1u .mbr-text,
.cid-uWeiITdI1u .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiITdI1u .list,
.cid-uWeiITdI1u .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeiITdI1u .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uWeiITdI1u .mbr-section-title,
.cid-uWeiITdI1u .title-wrapper,
.cid-uWeiITdI1u .mbr-section-btn,
.cid-uWeiITdI1u .social-wrapper {
  text-align: center;
}
.cid-uWeiITdI1u .list,
.cid-uWeiITdI1u .item-wrap,
.cid-uWeiITdI1u .nav-wrapper {
  text-align: center;
}
.cid-uWer4hyKEe {
  z-index: 1000;
  width: 100%;
}
.cid-uWer4hyKEe nav.navbar {
  position: fixed;
}
.cid-uWer4hyKEe .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-uWer4hyKEe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWer4hyKEe .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWer4hyKEe .dropdown-item:hover,
.cid-uWer4hyKEe .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWer4hyKEe .dropdown-item:hover span {
  color: white;
}
.cid-uWer4hyKEe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWer4hyKEe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWer4hyKEe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWer4hyKEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWer4hyKEe .nav-link {
  position: relative;
}
.cid-uWer4hyKEe .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWer4hyKEe .container {
    flex-wrap: nowrap;
  }
}
.cid-uWer4hyKEe .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWer4hyKEe .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWer4hyKEe .dropdown-menu,
.cid-uWer4hyKEe .navbar.opened {
  background: #ffffff !important;
}
.cid-uWer4hyKEe .nav-item:focus,
.cid-uWer4hyKEe .nav-link:focus {
  outline: none;
}
.cid-uWer4hyKEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWer4hyKEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWer4hyKEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWer4hyKEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWer4hyKEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWer4hyKEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWer4hyKEe .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWer4hyKEe .navbar.opened {
  transition: all 0.3s;
}
.cid-uWer4hyKEe .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWer4hyKEe .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uWer4hyKEe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWer4hyKEe .navbar.collapsed {
  justify-content: center;
}
.cid-uWer4hyKEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWer4hyKEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWer4hyKEe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWer4hyKEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWer4hyKEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWer4hyKEe
  .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-uWer4hyKEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWer4hyKEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWer4hyKEe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWer4hyKEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWer4hyKEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWer4hyKEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWer4hyKEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWer4hyKEe
    .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-uWer4hyKEe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWer4hyKEe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWer4hyKEe .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWer4hyKEe .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWer4hyKEe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWer4hyKEe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWer4hyKEe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWer4hyKEe .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWer4hyKEe .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWer4hyKEe .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWer4hyKEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWer4hyKEe .navbar-brand .navbar-caption:hover,
.cid-uWer4hyKEe .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWer4hyKEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWer4hyKEe .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWer4hyKEe .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWer4hyKEe .dropdown-item.active,
.cid-uWer4hyKEe .dropdown-item:active {
  background-color: transparent;
}
.cid-uWer4hyKEe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWer4hyKEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWer4hyKEe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWer4hyKEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWer4hyKEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWer4hyKEe
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWer4hyKEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWer4hyKEe ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWer4hyKEe ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWer4hyKEe .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWer4hyKEe .navbar-buttons {
    text-align: left;
  }
}
.cid-uWer4hyKEe .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWer4hyKEe .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWer4hyKEe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWer4hyKEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWer4hyKEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWer4hyKEe button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWer4hyKEe button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWer4hyKEe button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWer4hyKEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWer4hyKEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWer4hyKEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWer4hyKEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWer4hyKEe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWer4hyKEe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWer4hyKEe .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-uWer4hyKEe .navbar {
    height: 70px;
  }
  .cid-uWer4hyKEe .navbar.opened {
    height: auto;
  }
  .cid-uWer4hyKEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWer4hyKEe .navbar-nav {
  margin: 0 auto;
}
.cid-uWer4hyKEe .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWer4hyKEe .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWer4hyKEe .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWer4hyKEe .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWer4hyKEe .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWer4hyKEe .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWer4hyKEe .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWer4hyKEe .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWer4hyKEe .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWer4hyKEe .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWer4hyKEe .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWer4hyKEe .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWer4hyKEe .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWer4hyKEe .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWer4hyKEe .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWer4hyKEe .content-wrap {
  min-height: 110px;
}
.cid-uWer4icIRN {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uWer4icIRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWer4icIRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWer4icIRN .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWer4icIRN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWer4icIRN
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWer4icIRN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWer4icIRN .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWer4icIRN .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uWer4icIRN .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWer4icIRN .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWer4icIRN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWer4icIRN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWer4icIRN .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWer4icIRN .mbr-label,
.cid-uWer4icIRN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4icIRN .mbr-section-title {
  color: #000000;
}
.cid-uWer4icIRN .mbr-text,
.cid-uWer4icIRN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4icIRN .mbr-section-title,
.cid-uWer4icIRN .title-wrapper,
.cid-uWer4icIRN .mbr-section-btn,
.cid-uWer4icIRN .logo-wrapper {
  text-align: center;
}
.cid-uWero7Jfd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWero7Jfd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWero7Jfd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWero7Jfd2 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWero7Jfd2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWero7Jfd2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWero7Jfd2 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWero7Jfd2
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWero7Jfd2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWero7Jfd2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWero7Jfd2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWero7Jfd2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWero7Jfd2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWero7Jfd2 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWero7Jfd2 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWero7Jfd2 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWero7Jfd2 .items-wrapper .item .item-wrapper {
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWero7Jfd2 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWero7Jfd2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uWero7Jfd2 .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-uWero7Jfd2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  width: 100%;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-uWero7Jfd2 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWero7Jfd2
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uWero7Jfd2 .mbr-label,
.cid-uWero7Jfd2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWero7Jfd2 .mbr-section-title,
.cid-uWero7Jfd2 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWero7Jfd2 .mbr-text,
.cid-uWero7Jfd2 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWero7Jfd2 .item-title {
  color: #000000;
}
.cid-uWero7Jfd2 .item-price {
  color: #000000;
}
.cid-uWero7Jfd2 .item-text {
  color: #515151;
}
.cid-uWero7Jfd2 .list {
  color: #515151;
}
.cid-uWeuOMA0Wu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWeuOMA0Wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeuOMA0Wu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeuOMA0Wu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWeuOMA0Wu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWeuOMA0Wu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWeuOMA0Wu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWeuOMA0Wu
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWeuOMA0Wu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWeuOMA0Wu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeuOMA0Wu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWeuOMA0Wu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWeuOMA0Wu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeuOMA0Wu .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWeuOMA0Wu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWeuOMA0Wu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWeuOMA0Wu .items-wrapper .item .item-wrapper {
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWeuOMA0Wu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWeuOMA0Wu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-uWeuOMA0Wu .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .list
  .item-wrap::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-uWeuOMA0Wu
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uWeuOMA0Wu .mbr-label,
.cid-uWeuOMA0Wu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeuOMA0Wu .mbr-section-title,
.cid-uWeuOMA0Wu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeuOMA0Wu .mbr-text,
.cid-uWeuOMA0Wu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWeuOMA0Wu .item-title {
  color: #000000;
  text-align: center;
}
.cid-uWeuOMA0Wu .list {
  color: #515151;
}
.cid-uWewZNhUWJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWewZNhUWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWewZNhUWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWewZNhUWJ .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWewZNhUWJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWewZNhUWJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWewZNhUWJ
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWewZNhUWJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWewZNhUWJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWewZNhUWJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWewZNhUWJ .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWewZNhUWJ .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-uWewZNhUWJ .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWewZNhUWJ .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWewZNhUWJ .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-uWewZNhUWJ .mbr-label,
.cid-uWewZNhUWJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWewZNhUWJ .mbr-section-title,
.cid-uWewZNhUWJ .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWewZNhUWJ .mbr-text,
.cid-uWewZNhUWJ .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWewZNhUWJ .item-text {
  color: #000000;
}
.cid-uWewZNhUWJ .item-text,
.cid-uWewZNhUWJ .mbr-section-btn {
  text-align: left;
}
.cid-uWexZfJcKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWexZfJcKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWexZfJcKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWexZfJcKE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWexZfJcKE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWexZfJcKE .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWexZfJcKE
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWexZfJcKE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWexZfJcKE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWexZfJcKE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWexZfJcKE .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWexZfJcKE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uWexZfJcKE
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .icon-wrapper
  .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 64px;
  font-size: 34px;
  background-image: linear-gradient(#000000 30%, #f5f5f5 130%);
  box-shadow: 0 8px 24px -5px #515151;
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWexZfJcKE
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWexZfJcKE
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn {
  margin-bottom: 0;
}
.cid-uWexZfJcKE
  .items-wrapper
  .item
  .item-wrapper
  .item-content
  .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 24px;
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-img {
  margin-top: 24px;
}
.cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uWexZfJcKE .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uWexZfJcKE .mbr-label,
.cid-uWexZfJcKE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWexZfJcKE .mbr-section-title,
.cid-uWexZfJcKE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWexZfJcKE .mbr-text,
.cid-uWexZfJcKE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWexZfJcKE .item-title {
  color: #000000;
}
.cid-uWexZfJcKE .item-text {
  color: #515151;
}
.cid-uWexZfJcKE .item-number {
  color: #000000;
}
.cid-uWer4j7ea8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWer4j7ea8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWer4j7ea8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWer4j7ea8 .card-wrapper {
  padding: 60px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uWer4j7ea8 .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWer4j7ea8 .card-wrapper {
    padding: 24px;
  }
}
.cid-uWer4j7ea8 .card-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWer4j7ea8 .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWer4j7ea8
  .card-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWer4j7ea8 .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWer4j7ea8 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWer4j7ea8 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWer4j7ea8 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWer4j7ea8 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWer4j7ea8 .card-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWer4j7ea8 .mbr-label,
.cid-uWer4j7ea8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4j7ea8 .mbr-section-title {
  color: #000000;
}
.cid-uWer4j7ea8 .mbr-text,
.cid-uWer4j7ea8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4j7ea8 .mbr-section-title,
.cid-uWer4j7ea8 .title-wrapper,
.cid-uWer4j7ea8 .mbr-section-btn {
  text-align: center;
}
.cid-uWezVKWO4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWezVKWO4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWezVKWO4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWezVKWO4M .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWezVKWO4M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWezVKWO4M .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWezVKWO4M .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #deffff;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWezVKWO4M
  .content-wrapper
  .label-wrapper
  .label-wrap
  .iconfont-wrapper
  .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWezVKWO4M .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWezVKWO4M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uWezVKWO4M .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWezVKWO4M .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #eef3f6;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uWezVKWO4M .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWezVKWO4M .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uWezVKWO4M .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWezVKWO4M .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWezVKWO4M
  .panel-group
  .card
  .card-header
  .panel-title
  .icon-wrapper
  .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uWezVKWO4M
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .icon-wrapper
  .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uWezVKWO4M .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uWezVKWO4M .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uWezVKWO4M .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uWezVKWO4M .mbr-label,
.cid-uWezVKWO4M .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWezVKWO4M .mbr-section-title,
.cid-uWezVKWO4M .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWezVKWO4M .mbr-text,
.cid-uWezVKWO4M .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWezVKWO4M .panel-title-edit {
  color: #000000;
}
.cid-uWezVKWO4M .panel-text {
  color: #515151;
}
.cid-uWer4jSl2m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uWer4jSl2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWer4jSl2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWer4jSl2m .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWer4jSl2m .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWer4jSl2m .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWer4jSl2m .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uWer4jSl2m
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uWer4jSl2m
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWer4jSl2m
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uWer4jSl2m
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uWer4jSl2m .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uWer4jSl2m
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uWer4jSl2m .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWer4jSl2m .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWer4jSl2m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWer4jSl2m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWer4jSl2m .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uWer4jSl2m .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWer4jSl2m .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uWer4jSl2m .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWer4jSl2m .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uWer4jSl2m .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uWer4jSl2m .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWer4jSl2m .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uWer4jSl2m .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uWer4jSl2m .mbr-section-title {
  color: #000000;
}
.cid-uWer4jSl2m .mbr-text,
.cid-uWer4jSl2m .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4jSl2m .list,
.cid-uWer4jSl2m .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWer4jSl2m .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uWer4jSl2m .mbr-section-title,
.cid-uWer4jSl2m .title-wrapper,
.cid-uWer4jSl2m .mbr-section-btn,
.cid-uWer4jSl2m .social-wrapper {
  text-align: center;
}
.cid-uWer4jSl2m .list,
.cid-uWer4jSl2m .item-wrap,
.cid-uWer4jSl2m .nav-wrapper {
  text-align: center;
}
.cid-uWeBfIum3Y {
  z-index: 1000;
  width: 100%;
}
.cid-uWeBfIum3Y nav.navbar {
  position: fixed;
}
.cid-uWeBfIum3Y .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-uWeBfIum3Y .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWeBfIum3Y .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-uWeBfIum3Y .dropdown-item:hover,
.cid-uWeBfIum3Y .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-uWeBfIum3Y .dropdown-item:hover span {
  color: white;
}
.cid-uWeBfIum3Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWeBfIum3Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWeBfIum3Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWeBfIum3Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWeBfIum3Y .nav-link {
  position: relative;
}
.cid-uWeBfIum3Y .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWeBfIum3Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uWeBfIum3Y .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uWeBfIum3Y .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uWeBfIum3Y .dropdown-menu,
.cid-uWeBfIum3Y .navbar.opened {
  background: #ffffff !important;
}
.cid-uWeBfIum3Y .nav-item:focus,
.cid-uWeBfIum3Y .nav-link:focus {
  outline: none;
}
.cid-uWeBfIum3Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWeBfIum3Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWeBfIum3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWeBfIum3Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWeBfIum3Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWeBfIum3Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWeBfIum3Y .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWeBfIum3Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWeBfIum3Y .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWeBfIum3Y .navbar .navbar-logo img {
  border-radius: 100% !important;
  width: auto;
}
.cid-uWeBfIum3Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWeBfIum3Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWeBfIum3Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWeBfIum3Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWeBfIum3Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWeBfIum3Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWeBfIum3Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWeBfIum3Y
  .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-uWeBfIum3Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWeBfIum3Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWeBfIum3Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWeBfIum3Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWeBfIum3Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWeBfIum3Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWeBfIum3Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWeBfIum3Y
    .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-uWeBfIum3Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWeBfIum3Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWeBfIum3Y .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWeBfIum3Y .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-uWeBfIum3Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWeBfIum3Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWeBfIum3Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWeBfIum3Y .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWeBfIum3Y .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWeBfIum3Y .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWeBfIum3Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWeBfIum3Y .navbar-brand .navbar-caption:hover,
.cid-uWeBfIum3Y .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWeBfIum3Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWeBfIum3Y .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWeBfIum3Y .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-uWeBfIum3Y .dropdown-item.active,
.cid-uWeBfIum3Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWeBfIum3Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWeBfIum3Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWeBfIum3Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWeBfIum3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWeBfIum3Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWeBfIum3Y
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWeBfIum3Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWeBfIum3Y ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWeBfIum3Y ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWeBfIum3Y .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWeBfIum3Y .navbar-buttons {
    text-align: left;
  }
}
.cid-uWeBfIum3Y .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uWeBfIum3Y .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWeBfIum3Y button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWeBfIum3Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWeBfIum3Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWeBfIum3Y button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWeBfIum3Y button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWeBfIum3Y button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWeBfIum3Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWeBfIum3Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWeBfIum3Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWeBfIum3Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWeBfIum3Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWeBfIum3Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWeBfIum3Y .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-uWeBfIum3Y .navbar {
    height: 70px;
  }
  .cid-uWeBfIum3Y .navbar.opened {
    height: auto;
  }
  .cid-uWeBfIum3Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWeBfIum3Y .navbar-nav {
  margin: 0 auto;
}
.cid-uWeBfIum3Y .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWeBfIum3Y .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uWeBfIum3Y .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uWeBfIum3Y .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-uWeBfIum3Y .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWeBfIum3Y .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWeBfIum3Y .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWeBfIum3Y .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWeBfIum3Y .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWeBfIum3Y .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWeBfIum3Y .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWeBfIum3Y .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWeBfIum3Y .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWeBfIum3Y .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWeBfIum3Y .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWeBfIum3Y .content-wrap {
  min-height: 110px;
}
.cid-uWeBfJjcGH {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai.gif");
}
.cid-uWeBfJjcGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeBfJjcGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeBfJjcGH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeBfJjcGH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWeBfJjcGH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeBfJjcGH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeBfJjcGH .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWeBfJjcGH .mbr-section-title {
  color: #000000;
}
.cid-uWeBfJjcGH .mbr-text,
.cid-uWeBfJjcGH .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWeBfJjcGH .mbr-section-title,
.cid-uWeBfJjcGH .title-wrapper,
.cid-uWeBfJjcGH .mbr-section-btn {
  text-align: center;
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-24 p {
  font-size: 60px;
  color: #777;
}
.cid-uWeBfJAX2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ai-.svg");
}
.cid-uWeBfJAX2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWeBfJAX2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWeBfJAX2c .content-wrapper .social-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWeBfJAX2c .content-wrapper .social-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWeBfJAX2c .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uWeBfJAX2c .content-wrapper .social-wrapper .social-wrap .soc-item {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 10px;
}
.cid-uWeBfJAX2c
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.cid-uWeBfJAX2c
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:last-child
  a
  .mbr-iconfont {
  margin-right: 0;
}
.cid-uWeBfJAX2c
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before,
.cid-uWeBfJAX2c
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item:hover:before {
  opacity: 1;
}
.cid-uWeBfJAX2c .content-wrapper .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uWeBfJAX2c
  .content-wrapper
  .social-wrapper
  .social-wrap
  .soc-item
  a
  .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.cid-uWeBfJAX2c .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWeBfJAX2c .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-uWeBfJAX2c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uWeBfJAX2c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWeBfJAX2c .content-wrapper .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uWeBfJAX2c .content-wrapper .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWeBfJAX2c .content-wrapper .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.cid-uWeBfJAX2c .content-wrapper .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWeBfJAX2c .content-wrapper .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uWeBfJAX2c .content-wrapper .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.cid-uWeBfJAX2c .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uWeBfJAX2c .content-wrapper .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.cid-uWeBfJAX2c .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uWeBfJAX2c .mbr-section-title {
  color: #000000;
}
.cid-uWeBfJAX2c .mbr-text,
.cid-uWeBfJAX2c .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeBfJAX2c .list,
.cid-uWeBfJAX2c .nav-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWeBfJAX2c .mbr-copy {
  color: #515151;
  text-align: center;
}
.cid-uWeBfJAX2c .mbr-section-title,
.cid-uWeBfJAX2c .title-wrapper,
.cid-uWeBfJAX2c .mbr-section-btn,
.cid-uWeBfJAX2c .social-wrapper {
  text-align: center;
}
.cid-uWeBfJAX2c .list,
.cid-uWeBfJAX2c .item-wrap,
.cid-uWeBfJAX2c .nav-wrapper {
  text-align: center;
}
