.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00b2ff !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #f2f1f3 !important;
}
.bg-warning {
  background-color: #ff9067 !important;
}
.bg-danger {
  background-color: #f468ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  color: #5d6300 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d6300 !important;
  background-color: #f8ff96 !important;
  border-color: #f8ff96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  color: #726a7b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #726a7b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb59a !important;
  border-color: #ffb59a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f89bff !important;
  border-color: #f89bff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f5ff63;
  color: #f5ff63;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #efff0c !important;
  background-color: transparent !important;
  border-color: #efff0c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d6300 !important;
  background-color: #f5ff63 !important;
  border-color: #f5ff63 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2f1f3;
  color: #f2f1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7c2cb !important;
  background-color: transparent !important;
  border-color: #c7c2cb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #726a7b !important;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9067;
  color: #ff9067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5110 !important;
  background-color: transparent !important;
  border-color: #ff5110 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f468ff;
  color: #f468ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ee11ff !important;
  background-color: transparent !important;
  border-color: #ee11ff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f468ff !important;
  border-color: #f468ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #19171c !important;
  border-color: #19171c !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00b2ff !important;
}
.text-secondary {
  color: #f5ff63 !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #f2f1f3 !important;
}
.text-warning {
  color: #ff9067 !important;
}
.text-danger {
  color: #f468ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #006b99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ecfc00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bfbac4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ed02ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00b2ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2f1f3;
}
.alert-warning {
  background-color: #ff9067;
}
.alert-danger {
  background-color: #f468ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00b2ff;
  border-color: #00b2ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00b2ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00b2ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #00b2ff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00b2ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00b2ff;
}
.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: #00b2ff;
  border-bottom-color: #00b2ff;
}
.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: #00b2ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5ff63 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300b2ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 50px;
  font-weight: 700;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.mbr-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.cid-v4K0eTSBAg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v4K0eTSBAg nav.navbar {
  position: fixed;
}
.cid-v4K0eTSBAg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4K0eTSBAg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4K0eTSBAg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .dropdown-item:hover,
.cid-v4K0eTSBAg .dropdown-item:focus {
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .dropdown-item:hover span {
  color: white;
}
.cid-v4K0eTSBAg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4K0eTSBAg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4K0eTSBAg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4K0eTSBAg .nav-link {
  position: relative;
}
.cid-v4K0eTSBAg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4K0eTSBAg .container {
    flex-wrap: nowrap;
  }
}
.cid-v4K0eTSBAg .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4K0eTSBAg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4K0eTSBAg .dropdown-menu,
.cid-v4K0eTSBAg .navbar.opened {
  background: #9a6bff !important;
}
.cid-v4K0eTSBAg .nav-item:focus,
.cid-v4K0eTSBAg .nav-link:focus {
  outline: none;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4K0eTSBAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4K0eTSBAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4K0eTSBAg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a6bff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4K0eTSBAg .navbar.opened {
  transition: all 0.3s;
}
.cid-v4K0eTSBAg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v4K0eTSBAg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v4K0eTSBAg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4K0eTSBAg .navbar.collapsed {
  justify-content: center;
}
.cid-v4K0eTSBAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4K0eTSBAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4K0eTSBAg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4K0eTSBAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4K0eTSBAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4K0eTSBAg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4K0eTSBAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4K0eTSBAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4K0eTSBAg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4K0eTSBAg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4K0eTSBAg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4K0eTSBAg .navbar-brand .navbar-caption:hover,
.cid-v4K0eTSBAg .navbar-brand .navbar-caption:focus {
  color: #fff7ee !important;
}
.cid-v4K0eTSBAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption {
  color: #d5c1ff !important;
}
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d5c1ff !important;
}
.cid-v4K0eTSBAg .dropdown-item.active,
.cid-v4K0eTSBAg .dropdown-item:active {
  background-color: transparent;
}
.cid-v4K0eTSBAg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a6bff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4K0eTSBAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4K0eTSBAg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4K0eTSBAg ul.navbar-nav {
    padding: 0;
    background-color: #fff7ee;
    border: 2px solid #fff7ee;
  }
}
.cid-v4K0eTSBAg .navbar-buttons {
  text-align: center;
}
.cid-v4K0eTSBAg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v4K0eTSBAg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4K0eTSBAg 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: #9a6bff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #151e11;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4K0eTSBAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar {
    height: 70px;
  }
  .cid-v4K0eTSBAg .navbar.opened {
    height: auto;
  }
  .cid-v4K0eTSBAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4K0eTSBAg .navbar-nav {
  margin: 0 auto;
}
.cid-v4K0eTSBAg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4K0eTSBAg .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v4K0eTSBAg .nav-item .nav-link::after {
  color: #f5ff63 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4K0eTSBAg .nav-item .nav-link:hover {
  background-color: #d5c1ff;
  color: #ffbe0d !important;
}
.cid-v4K0eTSBAg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu .dropdown-item {
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffbe0d !important;
}
@media (max-width: 991px) {
  .cid-v4K0eTSBAg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4K0eTSBAg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4K0eTSBAg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4K0eTSBAg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v4JZW2si9R {
  position: relative;
  animation: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/fundamentals-of-patent-prosecution-1024x746.jpg");
}
.cid-v4JZW2si9R::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v4JZW2si9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4JZW2si9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4JZW2si9R .card {
  justify-content: flex-end;
}
.cid-v4JZW2si9R .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v4JZW2si9R .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-v4JZW2si9R .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v4JZW2si9R .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4JZW2si9R .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4JZW2si9R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4JZW2si9R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v4JZW2si9R .content-wrap {
    margin-top: 16px;
  }
}
.cid-v4JZW2si9R .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v4JZW2si9R .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v4JZW2si9R .mbr-section-title {
  color: #ffffff;
}
.cid-v4JZW2si9R .mbr-label {
  color: #ffffff;
}
.cid-v4JZW2si9R .mbr-text {
  color: #ffffff;
}
.cid-v4K0XB529y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4K0XB529y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4K0XB529y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4K0XB529y .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4K0XB529y .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4K0XB529y .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v4K0XB529y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4K0XB529y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4K0XB529y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4K0XB529y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4K0XB529y .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v4K0XB529y .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v4K0XB529y .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #19171c;
  color: #19171c;
  font-size: 11px;
}
.cid-v4K0XB529y .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4K0XB529y .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v4K0XB529y .list_2 {
    padding-left: 0;
  }
}
.cid-v4K0XB529y .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v4K0XB529y .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v4K0XB529y .mbr-text,
.cid-v4K0XB529y .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v4K0XB529y .list {
  color: #666666;
}
.cid-v4HJUKvG8A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d5c1ff;
}
.cid-v4HJUKvG8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HJUKvG8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HJUKvG8A .row {
  justify-content: center;
}
.cid-v4HJUKvG8A .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v4HJUKvG8A .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v4HJUKvG8A .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4HJUKvG8A .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v4HJUKvG8A .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4HJUKvG8A .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5c1ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4HJUKvG8A .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4HJUKvG8A .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v4HJUKvG8A .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4HJUKvG8A .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4HJUKvG8A .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4HJUKvG8A .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4HJUKvG8A .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4HJUKvG8A .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v4HJUKvG8A .mbr-text,
.cid-v4HJUKvG8A .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4HJUKvG8A .mbr-section-title,
.cid-v4HJUKvG8A .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4K7MzemcZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4K7MzemcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4K7MzemcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4K7MzemcZ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4K7MzemcZ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4K7MzemcZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #d5c1ff;
  margin-bottom: 0;
}
.cid-v4K7MzemcZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4K7MzemcZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4K7MzemcZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v4K7MzemcZ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v4K7MzemcZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4K7MzemcZ .mbr-label,
.cid-v4K7MzemcZ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4K7MzemcZ .mbr-section-title {
  color: #19171c;
}
.cid-v4K7MzemcZ .mbr-text,
.cid-v4K7MzemcZ .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4K7MzemcZ .mbr-section-title,
.cid-v4K7MzemcZ .title-wrapper,
.cid-v4K7MzemcZ .mbr-section-btn {
  text-align: center;
}
.cid-v4Kc1TBRCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Kc1TBRCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Kc1TBRCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Kc1TBRCA .row {
  justify-content: center;
}
.cid-v4Kc1TBRCA .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Kc1TBRCA .image-wrapper img {
    height: 300px;
  }
}
.cid-v4Kc1TBRCA .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4Kc1TBRCA .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Kc1TBRCA .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4Kc1TBRCA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Kc1TBRCA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b593ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Kc1TBRCA .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Kc1TBRCA .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Kc1TBRCA .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Kc1TBRCA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Kc1TBRCA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Kc1TBRCA .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Kc1TBRCA .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Kc1TBRCA .mbr-section-title {
  color: #2c2c26;
}
.cid-v4Kc1TBRCA .mbr-text,
.cid-v4Kc1TBRCA .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4Kc1TBRCA .mbr-section-title,
.cid-v4Kc1TBRCA .mbr-section-btn {
  text-align: center;
}
.cid-v4KcB1Fm7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4KcB1Fm7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4KcB1Fm7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4KcB1Fm7T .row {
  justify-content: center;
}
.cid-v4KcB1Fm7T .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4KcB1Fm7T .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4KcB1Fm7T .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v4KcB1Fm7T .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #b593ff;
}
@media (max-width: 992px) {
  .cid-v4KcB1Fm7T .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v4KcB1Fm7T .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4KcB1Fm7T .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4KcB1Fm7T .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4KcB1Fm7T .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4KcB1Fm7T .mbr-section-title {
  color: #ffffff;
}
.cid-v4KcB1Fm7T .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-v4KcB1Fm7T .mbr-text,
.cid-v4KcB1Fm7T .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4KcB1Fm7T .mbr-section-title,
.cid-v4KcB1Fm7T .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4H1VRJna0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4H1VRJna0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4H1VRJna0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4H1VRJna0 .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4H1VRJna0 .card {
    margin-bottom: 40px;
  }
}
.cid-v4H1VRJna0 .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4H1VRJna0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4H1VRJna0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4H1VRJna0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4H1VRJna0 .mbr-label {
  color: #be0000;
}
.cid-v4H1VRJna0 .mbr-section-title {
  color: #000000;
}
.cid-v4H1VRJna0 .mbr-text {
  color: #000000;
}
.cid-v4KdfUaoCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v4KdfUaoCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4KdfUaoCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4KdfUaoCZ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-v4KdfUaoCZ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v4KdfUaoCZ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v4KdfUaoCZ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v4KdfUaoCZ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #d5c1ff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v4KdfUaoCZ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v4KdfUaoCZ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4KdfUaoCZ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4KdfUaoCZ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4KdfUaoCZ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v4KdfUaoCZ .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-v4KdfUaoCZ .mbr-section-title,
.cid-v4KdfUaoCZ .mbr-section-btn {
  color: #000000;
}
.cid-v4KdyQ38D1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4KdyQ38D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4KdyQ38D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4KdyQ38D1 .container {
    padding: 0 16px;
  }
}
.cid-v4KdyQ38D1 .card {
  justify-content: center;
}
.cid-v4KdyQ38D1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d5c1ff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-v4KdyQ38D1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4KdyQ38D1 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v4KdyQ38D1 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4KdyQ38D1 .mbr-section-title {
  color: #000000;
}
.cid-v4KdyQ38D1 .mbr-text {
  color: #000000;
}
.cid-v4KdyQ38D1 .mbr-desc {
  color: #000000;
}
.cid-v4HMnMyVnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffaf6;
}
.cid-v4HMnMyVnz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fafafa;
}
.cid-v4HMnMyVnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HMnMyVnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HMnMyVnz .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-v4HMnMyVnz .mbr-section-title {
  color: #150764;
}
.cid-v4HMnMyVnz .mbr-desc {
  color: #fafafa;
}
.cid-v4HMnMyVnz .list {
  color: #150764;
}
.cid-v4HMnMyVnz .mbr-copy {
  color: #ffffff;
}
.cid-v4HMnMyVnz .list,
.cid-v4HMnMyVnz .item-wrap {
  color: #fafafa;
}
.cid-v4HMnMyVnz .mbr-section-title,
.cid-v4HMnMyVnz .mbr-section-btn,
.cid-v4HMnMyVnz .logo-wrapper {
  color: #ffffff;
}
.cid-v4KhQv3G8h {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #b593ff;
}
.cid-v4KhQv3G8h .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-v4KhQv3G8h .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #1d2531;
  transform: skewX(-20deg);
}
.cid-v4KhQv3G8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4KhQv3G8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4KhQv3G8h .container {
    padding: 0 15px;
  }
}
.cid-v4KhQv3G8h .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v4KhQv3G8h .image-wrapper {
  position: relative;
}
.cid-v4KhQv3G8h .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #000000;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-v4KhQv3G8h .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4KhQv3G8h .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v4KhQv3G8h .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-v4KhQv3G8h .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v4KhQv3G8h .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-v4KhQv3G8h .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-v4KhQv3G8h .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-v4KhQv3G8h .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-v4KhQv3G8h .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v4KhQv3G8h .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v4KhQv3G8h .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v4KhQv3G8h .mbr-text {
  color: #f7f5f6;
}
.cid-v4KhQv3G8h .item-name {
  color: #000000;
}
.cid-v4KhQv3G8h .item-role {
  color: #68707c;
}
.cid-v4KhQv3G8h .mbr-text,
.cid-v4KhQv3G8h .icon-wrapper {
  color: #000000;
}
.cid-v4HMnMyVnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffaf6;
}
.cid-v4HMnMyVnz .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fafafa;
}
.cid-v4HMnMyVnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4HMnMyVnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4HMnMyVnz .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4HMnMyVnz .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4HMnMyVnz .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-v4HMnMyVnz .mbr-section-title {
  color: #150764;
}
.cid-v4HMnMyVnz .mbr-desc {
  color: #fafafa;
}
.cid-v4HMnMyVnz .list {
  color: #150764;
}
.cid-v4HMnMyVnz .mbr-copy {
  color: #ffffff;
}
.cid-v4HMnMyVnz .list,
.cid-v4HMnMyVnz .item-wrap {
  color: #fafafa;
}
.cid-v4HMnMyVnz .mbr-section-title,
.cid-v4HMnMyVnz .mbr-section-btn,
.cid-v4HMnMyVnz .logo-wrapper {
  color: #ffffff;
}
.cid-v4K0eTSBAg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v4K0eTSBAg nav.navbar {
  position: fixed;
}
.cid-v4K0eTSBAg .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4K0eTSBAg .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4K0eTSBAg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .dropdown-item:hover,
.cid-v4K0eTSBAg .dropdown-item:focus {
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .dropdown-item:hover span {
  color: white;
}
.cid-v4K0eTSBAg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4K0eTSBAg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4K0eTSBAg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4K0eTSBAg .nav-link {
  position: relative;
}
.cid-v4K0eTSBAg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4K0eTSBAg .container {
    flex-wrap: nowrap;
  }
}
.cid-v4K0eTSBAg .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4K0eTSBAg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4K0eTSBAg .dropdown-menu,
.cid-v4K0eTSBAg .navbar.opened {
  background: #9a6bff !important;
}
.cid-v4K0eTSBAg .nav-item:focus,
.cid-v4K0eTSBAg .nav-link:focus {
  outline: none;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4K0eTSBAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4K0eTSBAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4K0eTSBAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4K0eTSBAg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a6bff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4K0eTSBAg .navbar.opened {
  transition: all 0.3s;
}
.cid-v4K0eTSBAg .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v4K0eTSBAg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v4K0eTSBAg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4K0eTSBAg .navbar.collapsed {
  justify-content: center;
}
.cid-v4K0eTSBAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4K0eTSBAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4K0eTSBAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4K0eTSBAg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4K0eTSBAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4K0eTSBAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4K0eTSBAg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4K0eTSBAg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4K0eTSBAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4K0eTSBAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4K0eTSBAg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4K0eTSBAg .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4K0eTSBAg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4K0eTSBAg .navbar-brand .navbar-caption:hover,
.cid-v4K0eTSBAg .navbar-brand .navbar-caption:focus {
  color: #fff7ee !important;
}
.cid-v4K0eTSBAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption {
  color: #d5c1ff !important;
}
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4K0eTSBAg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d5c1ff !important;
}
.cid-v4K0eTSBAg .dropdown-item.active,
.cid-v4K0eTSBAg .dropdown-item:active {
  background-color: transparent;
}
.cid-v4K0eTSBAg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4K0eTSBAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a6bff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4K0eTSBAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4K0eTSBAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4K0eTSBAg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4K0eTSBAg ul.navbar-nav {
    padding: 0;
    background-color: #fff7ee;
    border: 2px solid #fff7ee;
  }
}
.cid-v4K0eTSBAg .navbar-buttons {
  text-align: center;
}
.cid-v4K0eTSBAg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v4K0eTSBAg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4K0eTSBAg 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: #9a6bff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #151e11;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4K0eTSBAg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4K0eTSBAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4K0eTSBAg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4K0eTSBAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4K0eTSBAg .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-v4K0eTSBAg .navbar {
    height: 70px;
  }
  .cid-v4K0eTSBAg .navbar.opened {
    height: auto;
  }
  .cid-v4K0eTSBAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4K0eTSBAg .navbar-nav {
  margin: 0 auto;
}
.cid-v4K0eTSBAg .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4K0eTSBAg .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v4K0eTSBAg .nav-item .nav-link::after {
  color: #f5ff63 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4K0eTSBAg .nav-item .nav-link:hover {
  background-color: #d5c1ff;
  color: #ffbe0d !important;
}
.cid-v4K0eTSBAg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu .dropdown-item {
  color: #00b2ff !important;
}
.cid-v4K0eTSBAg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffbe0d !important;
}
@media (max-width: 991px) {
  .cid-v4K0eTSBAg .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4K0eTSBAg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4K0eTSBAg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4K0eTSBAg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v4K0eTSBAg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v4Mi4k6JY5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v4Mi4k6JY5 nav.navbar {
  position: fixed;
}
.cid-v4Mi4k6JY5 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi4k6JY5 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v4Mi4k6JY5 .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-v4Mi4k6JY5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4Mi4k6JY5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi4k6JY5 .dropdown-item:hover,
.cid-v4Mi4k6JY5 .dropdown-item:focus {
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi4k6JY5 .dropdown-item:hover span {
  color: white;
}
.cid-v4Mi4k6JY5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Mi4k6JY5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Mi4k6JY5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Mi4k6JY5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Mi4k6JY5 .nav-link {
  position: relative;
}
.cid-v4Mi4k6JY5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Mi4k6JY5 .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Mi4k6JY5 .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi4k6JY5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4Mi4k6JY5 .dropdown-menu,
.cid-v4Mi4k6JY5 .navbar.opened {
  background: #9a6bff !important;
}
.cid-v4Mi4k6JY5 .nav-item:focus,
.cid-v4Mi4k6JY5 .nav-link:focus {
  outline: none;
}
.cid-v4Mi4k6JY5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi4k6JY5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Mi4k6JY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Mi4k6JY5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi4k6JY5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Mi4k6JY5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Mi4k6JY5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a6bff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi4k6JY5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Mi4k6JY5 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v4Mi4k6JY5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v4Mi4k6JY5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Mi4k6JY5 .navbar.collapsed {
  justify-content: center;
}
.cid-v4Mi4k6JY5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Mi4k6JY5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4Mi4k6JY5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Mi4k6JY5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Mi4k6JY5 .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-v4Mi4k6JY5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Mi4k6JY5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Mi4k6JY5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Mi4k6JY5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Mi4k6JY5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Mi4k6JY5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Mi4k6JY5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Mi4k6JY5 .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-v4Mi4k6JY5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Mi4k6JY5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Mi4k6JY5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Mi4k6JY5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Mi4k6JY5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Mi4k6JY5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Mi4k6JY5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4Mi4k6JY5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4Mi4k6JY5 .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-v4Mi4k6JY5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Mi4k6JY5 .navbar-brand .navbar-caption:hover,
.cid-v4Mi4k6JY5 .navbar-brand .navbar-caption:focus {
  color: #fff7ee !important;
}
.cid-v4Mi4k6JY5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Mi4k6JY5 .navbar.opened .navbar-brand .navbar-caption {
  color: #d5c1ff !important;
}
.cid-v4Mi4k6JY5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Mi4k6JY5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d5c1ff !important;
}
.cid-v4Mi4k6JY5 .dropdown-item.active,
.cid-v4Mi4k6JY5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Mi4k6JY5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Mi4k6JY5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Mi4k6JY5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Mi4k6JY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a6bff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v4Mi4k6JY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Mi4k6JY5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Mi4k6JY5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Mi4k6JY5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Mi4k6JY5 ul.navbar-nav {
    padding: 0;
    background-color: #fff7ee;
    border: 2px solid #fff7ee;
  }
}
.cid-v4Mi4k6JY5 .navbar-buttons {
  text-align: center;
}
.cid-v4Mi4k6JY5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v4Mi4k6JY5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Mi4k6JY5 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: #9a6bff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi4k6JY5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #151e11;
}
.cid-v4Mi4k6JY5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Mi4k6JY5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi4k6JY5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi4k6JY5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Mi4k6JY5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi4k6JY5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Mi4k6JY5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Mi4k6JY5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi4k6JY5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4Mi4k6JY5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Mi4k6JY5 .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-v4Mi4k6JY5 .navbar {
    height: 70px;
  }
  .cid-v4Mi4k6JY5 .navbar.opened {
    height: auto;
  }
  .cid-v4Mi4k6JY5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Mi4k6JY5 .navbar-nav {
  margin: 0 auto;
}
.cid-v4Mi4k6JY5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Mi4k6JY5 .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v4Mi4k6JY5 .nav-item .nav-link::after {
  color: #f5ff63 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Mi4k6JY5 .nav-item .nav-link:hover {
  background-color: #d5c1ff;
  color: #ffbe0d !important;
}
.cid-v4Mi4k6JY5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Mi4k6JY5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Mi4k6JY5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4Mi4k6JY5 .nav-item .dropdown-menu .dropdown-item {
  color: #00b2ff !important;
}
.cid-v4Mi4k6JY5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffbe0d !important;
}
@media (max-width: 991px) {
  .cid-v4Mi4k6JY5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Mi4k6JY5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Mi4k6JY5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Mi4k6JY5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Mi4k6JY5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Mi4k6JY5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v4Mi4k6JY5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v4Mi4mzbFc {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  animation: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../../../assets/images/copyright-attorney-consultants-2-copyright-attorney-consultants-1-pwar8-1000x699.jpg");
}
.cid-v4Mi4mzbFc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v4Mi4mzbFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4mzbFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4mzbFc .card {
  justify-content: flex-end;
}
.cid-v4Mi4mzbFc .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v4Mi4mzbFc .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-v4Mi4mzbFc .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v4Mi4mzbFc .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4Mi4mzbFc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Mi4mzbFc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi4mzbFc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4mzbFc .content-wrap {
    margin-top: 16px;
  }
}
.cid-v4Mi4mzbFc .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v4Mi4mzbFc .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v4Mi4mzbFc .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi4mzbFc .mbr-label {
  color: #ffffff;
}
.cid-v4Mi4mzbFc .mbr-text {
  color: #ffffff;
}
.cid-v4Mi4p27Mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Mi4p27Mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4p27Mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4p27Mb .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4Mi4p27Mb .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Mi4p27Mb .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v4Mi4p27Mb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi4p27Mb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi4p27Mb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi4p27Mb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi4p27Mb .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v4Mi4p27Mb .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v4Mi4p27Mb .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #19171c;
  color: #19171c;
  font-size: 11px;
}
.cid-v4Mi4p27Mb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi4p27Mb .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi4p27Mb .list_2 {
    padding-left: 0;
  }
}
.cid-v4Mi4p27Mb .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v4Mi4p27Mb .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v4Mi4p27Mb .mbr-text,
.cid-v4Mi4p27Mb .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v4Mi4p27Mb .list {
  color: #666666;
}
.cid-v4Mi4rtumn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d5c1ff;
}
.cid-v4Mi4rtumn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4rtumn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4rtumn .row {
  justify-content: center;
}
.cid-v4Mi4rtumn .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v4Mi4rtumn .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v4Mi4rtumn .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4rtumn .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v4Mi4rtumn .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi4rtumn .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5c1ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi4rtumn .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi4rtumn .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v4Mi4rtumn .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi4rtumn .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi4rtumn .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi4rtumn .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi4rtumn .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi4rtumn .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v4Mi4rtumn .mbr-text,
.cid-v4Mi4rtumn .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi4rtumn .mbr-section-title,
.cid-v4Mi4rtumn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi4tQ2lU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Mi4tQ2lU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4tQ2lU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4tQ2lU .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi4tQ2lU .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4Mi4tQ2lU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #d5c1ff;
  margin-bottom: 0;
}
.cid-v4Mi4tQ2lU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi4tQ2lU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi4tQ2lU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v4Mi4tQ2lU .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4tQ2lU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi4tQ2lU .mbr-label,
.cid-v4Mi4tQ2lU .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi4tQ2lU .mbr-section-title {
  color: #19171c;
}
.cid-v4Mi4tQ2lU .mbr-text,
.cid-v4Mi4tQ2lU .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi4tQ2lU .mbr-section-title,
.cid-v4Mi4tQ2lU .title-wrapper,
.cid-v4Mi4tQ2lU .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi4wadnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi4wadnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4wadnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4wadnM .row {
  justify-content: center;
}
.cid-v4Mi4wadnM .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Mi4wadnM .image-wrapper img {
    height: 300px;
  }
}
.cid-v4Mi4wadnM .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4Mi4wadnM .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4wadnM .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4Mi4wadnM .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi4wadnM .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b593ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi4wadnM .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi4wadnM .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi4wadnM .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi4wadnM .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi4wadnM .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi4wadnM .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi4wadnM .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi4wadnM .mbr-section-title {
  color: #2c2c26;
}
.cid-v4Mi4wadnM .mbr-text,
.cid-v4Mi4wadnM .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4Mi4wadnM .mbr-section-title,
.cid-v4Mi4wadnM .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi4yAB6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4Mi4yAB6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4yAB6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4yAB6P .row {
  justify-content: center;
}
.cid-v4Mi4yAB6P .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4Mi4yAB6P .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4yAB6P .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v4Mi4yAB6P .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #b593ff;
}
@media (max-width: 992px) {
  .cid-v4Mi4yAB6P .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v4Mi4yAB6P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi4yAB6P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi4yAB6P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4Mi4yAB6P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4Mi4yAB6P .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi4yAB6P .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-v4Mi4yAB6P .mbr-text,
.cid-v4Mi4yAB6P .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi4yAB6P .mbr-section-title,
.cid-v4Mi4yAB6P .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi4AUhYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi4AUhYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4AUhYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4AUhYG .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4Mi4AUhYG .card {
    margin-bottom: 40px;
  }
}
.cid-v4Mi4AUhYG .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4Mi4AUhYG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4Mi4AUhYG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi4AUhYG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi4AUhYG .mbr-label {
  color: #be0000;
}
.cid-v4Mi4AUhYG .mbr-section-title {
  color: #000000;
}
.cid-v4Mi4AUhYG .mbr-text {
  color: #000000;
}
.cid-v4Mi4DssKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v4Mi4DssKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4DssKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4DssKz .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-v4Mi4DssKz .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v4Mi4DssKz .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v4Mi4DssKz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v4Mi4DssKz .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #d5c1ff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v4Mi4DssKz .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v4Mi4DssKz .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi4DssKz .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi4DssKz .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi4DssKz .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v4Mi4DssKz .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-v4Mi4DssKz .mbr-section-title,
.cid-v4Mi4DssKz .mbr-section-btn {
  color: #000000;
}
.cid-v4Mi4FJ3Jv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi4FJ3Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4FJ3Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi4FJ3Jv .container {
    padding: 0 16px;
  }
}
.cid-v4Mi4FJ3Jv .card {
  justify-content: center;
}
.cid-v4Mi4FJ3Jv .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d5c1ff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-v4Mi4FJ3Jv .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4Mi4FJ3Jv .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v4Mi4FJ3Jv .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4Mi4FJ3Jv .mbr-section-title {
  color: #000000;
}
.cid-v4Mi4FJ3Jv .mbr-text {
  color: #000000;
}
.cid-v4Mi4FJ3Jv .mbr-desc {
  color: #000000;
}
.cid-v4NFIvWcOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v4NFIvWcOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NFIvWcOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4NFIvWcOY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4NFIvWcOY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4NFIvWcOY .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v4NFIvWcOY .panel-group .card {
    padding: 16px;
  }
}
.cid-v4NFIvWcOY .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v4NFIvWcOY .panel-group .card:hover,
.cid-v4NFIvWcOY .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-v4NFIvWcOY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v4NFIvWcOY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-v4NFIvWcOY .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v4NFIvWcOY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4NFIvWcOY .mbr-section-title {
  color: #ffffff;
}
.cid-v4NFIvWcOY .panel-title-edit {
  color: #ffffff;
}
.cid-v4NFIvWcOY .panel-text {
  color: #9aa0a6;
}
.cid-v4Mi4IlvsJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffaf6;
}
.cid-v4Mi4IlvsJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fafafa;
}
.cid-v4Mi4IlvsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi4IlvsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi4IlvsJ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi4IlvsJ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-v4Mi4IlvsJ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-v4Mi4IlvsJ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4IlvsJ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi4IlvsJ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi4IlvsJ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4Mi4IlvsJ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4Mi4IlvsJ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-v4Mi4IlvsJ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi4IlvsJ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi4IlvsJ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-v4Mi4IlvsJ .mbr-section-title {
  color: #150764;
}
.cid-v4Mi4IlvsJ .mbr-desc {
  color: #fafafa;
}
.cid-v4Mi4IlvsJ .list {
  color: #150764;
}
.cid-v4Mi4IlvsJ .mbr-copy {
  color: #ffffff;
}
.cid-v4Mi4IlvsJ .list,
.cid-v4Mi4IlvsJ .item-wrap {
  color: #fafafa;
}
.cid-v4Mi4IlvsJ .mbr-section-title,
.cid-v4Mi4IlvsJ .mbr-section-btn,
.cid-v4Mi4IlvsJ .logo-wrapper {
  color: #ffffff;
}
.cid-v4Mi60mCXm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v4Mi60mCXm nav.navbar {
  position: fixed;
}
.cid-v4Mi60mCXm .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi60mCXm .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v4Mi60mCXm .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-v4Mi60mCXm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4Mi60mCXm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi60mCXm .dropdown-item:hover,
.cid-v4Mi60mCXm .dropdown-item:focus {
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi60mCXm .dropdown-item:hover span {
  color: white;
}
.cid-v4Mi60mCXm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Mi60mCXm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Mi60mCXm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Mi60mCXm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Mi60mCXm .nav-link {
  position: relative;
}
.cid-v4Mi60mCXm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Mi60mCXm .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Mi60mCXm .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi60mCXm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4Mi60mCXm .dropdown-menu,
.cid-v4Mi60mCXm .navbar.opened {
  background: #9a6bff !important;
}
.cid-v4Mi60mCXm .nav-item:focus,
.cid-v4Mi60mCXm .nav-link:focus {
  outline: none;
}
.cid-v4Mi60mCXm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi60mCXm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Mi60mCXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Mi60mCXm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi60mCXm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Mi60mCXm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Mi60mCXm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a6bff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi60mCXm .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Mi60mCXm .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v4Mi60mCXm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v4Mi60mCXm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Mi60mCXm .navbar.collapsed {
  justify-content: center;
}
.cid-v4Mi60mCXm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Mi60mCXm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4Mi60mCXm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Mi60mCXm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Mi60mCXm .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-v4Mi60mCXm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Mi60mCXm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Mi60mCXm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Mi60mCXm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Mi60mCXm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Mi60mCXm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Mi60mCXm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Mi60mCXm .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-v4Mi60mCXm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Mi60mCXm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Mi60mCXm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Mi60mCXm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Mi60mCXm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Mi60mCXm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Mi60mCXm .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4Mi60mCXm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4Mi60mCXm .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-v4Mi60mCXm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Mi60mCXm .navbar-brand .navbar-caption:hover,
.cid-v4Mi60mCXm .navbar-brand .navbar-caption:focus {
  color: #fff7ee !important;
}
.cid-v4Mi60mCXm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Mi60mCXm .navbar.opened .navbar-brand .navbar-caption {
  color: #d5c1ff !important;
}
.cid-v4Mi60mCXm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Mi60mCXm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d5c1ff !important;
}
.cid-v4Mi60mCXm .dropdown-item.active,
.cid-v4Mi60mCXm .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Mi60mCXm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Mi60mCXm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Mi60mCXm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Mi60mCXm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a6bff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v4Mi60mCXm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Mi60mCXm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Mi60mCXm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Mi60mCXm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Mi60mCXm ul.navbar-nav {
    padding: 0;
    background-color: #fff7ee;
    border: 2px solid #fff7ee;
  }
}
.cid-v4Mi60mCXm .navbar-buttons {
  text-align: center;
}
.cid-v4Mi60mCXm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v4Mi60mCXm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Mi60mCXm 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: #9a6bff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi60mCXm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #151e11;
}
.cid-v4Mi60mCXm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Mi60mCXm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi60mCXm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi60mCXm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Mi60mCXm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi60mCXm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Mi60mCXm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Mi60mCXm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi60mCXm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4Mi60mCXm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Mi60mCXm .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-v4Mi60mCXm .navbar {
    height: 70px;
  }
  .cid-v4Mi60mCXm .navbar.opened {
    height: auto;
  }
  .cid-v4Mi60mCXm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Mi60mCXm .navbar-nav {
  margin: 0 auto;
}
.cid-v4Mi60mCXm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Mi60mCXm .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v4Mi60mCXm .nav-item .nav-link::after {
  color: #f5ff63 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Mi60mCXm .nav-item .nav-link:hover {
  background-color: #d5c1ff;
  color: #ffbe0d !important;
}
.cid-v4Mi60mCXm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Mi60mCXm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Mi60mCXm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4Mi60mCXm .nav-item .dropdown-menu .dropdown-item {
  color: #00b2ff !important;
}
.cid-v4Mi60mCXm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffbe0d !important;
}
@media (max-width: 991px) {
  .cid-v4Mi60mCXm .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Mi60mCXm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Mi60mCXm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Mi60mCXm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Mi60mCXm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Mi60mCXm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v4Mi60mCXm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v4Mi62obJm {
  position: relative;
  animation: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/121532427-s-877x546.jpg");
}
.cid-v4Mi62obJm::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v4Mi62obJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi62obJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi62obJm .card {
  justify-content: flex-end;
}
.cid-v4Mi62obJm .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v4Mi62obJm .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-v4Mi62obJm .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v4Mi62obJm .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4Mi62obJm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Mi62obJm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi62obJm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi62obJm .content-wrap {
    margin-top: 16px;
  }
}
.cid-v4Mi62obJm .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v4Mi62obJm .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v4Mi62obJm .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi62obJm .mbr-label {
  color: #ffffff;
}
.cid-v4Mi62obJm .mbr-text {
  color: #ffffff;
}
.cid-v4Mi63Nni2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Mi63Nni2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi63Nni2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi63Nni2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4Mi63Nni2 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Mi63Nni2 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v4Mi63Nni2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi63Nni2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi63Nni2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi63Nni2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi63Nni2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v4Mi63Nni2 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v4Mi63Nni2 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #19171c;
  color: #19171c;
  font-size: 11px;
}
.cid-v4Mi63Nni2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi63Nni2 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi63Nni2 .list_2 {
    padding-left: 0;
  }
}
.cid-v4Mi63Nni2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v4Mi63Nni2 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v4Mi63Nni2 .mbr-text,
.cid-v4Mi63Nni2 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v4Mi63Nni2 .list {
  color: #666666;
}
.cid-v4Mi659AWl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d5c1ff;
}
.cid-v4Mi659AWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi659AWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi659AWl .row {
  justify-content: center;
}
.cid-v4Mi659AWl .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v4Mi659AWl .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v4Mi659AWl .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi659AWl .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v4Mi659AWl .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi659AWl .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5c1ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi659AWl .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi659AWl .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v4Mi659AWl .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi659AWl .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi659AWl .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi659AWl .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi659AWl .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi659AWl .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v4Mi659AWl .mbr-text,
.cid-v4Mi659AWl .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi659AWl .mbr-section-title,
.cid-v4Mi659AWl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi66HcAk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Mi66HcAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi66HcAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi66HcAk .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi66HcAk .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4Mi66HcAk .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #d5c1ff;
  margin-bottom: 0;
}
.cid-v4Mi66HcAk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi66HcAk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi66HcAk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v4Mi66HcAk .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi66HcAk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi66HcAk .mbr-label,
.cid-v4Mi66HcAk .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi66HcAk .mbr-section-title {
  color: #19171c;
}
.cid-v4Mi66HcAk .mbr-text,
.cid-v4Mi66HcAk .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi66HcAk .mbr-section-title,
.cid-v4Mi66HcAk .title-wrapper,
.cid-v4Mi66HcAk .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi683aZr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi683aZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi683aZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi683aZr .row {
  justify-content: center;
}
.cid-v4Mi683aZr .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Mi683aZr .image-wrapper img {
    height: 300px;
  }
}
.cid-v4Mi683aZr .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4Mi683aZr .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi683aZr .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4Mi683aZr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi683aZr .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b593ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi683aZr .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi683aZr .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi683aZr .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi683aZr .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi683aZr .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi683aZr .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi683aZr .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi683aZr .mbr-section-title {
  color: #2c2c26;
}
.cid-v4Mi683aZr .mbr-text,
.cid-v4Mi683aZr .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4Mi683aZr .mbr-section-title,
.cid-v4Mi683aZr .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi69jCQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4Mi69jCQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi69jCQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi69jCQt .row {
  justify-content: center;
}
.cid-v4Mi69jCQt .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4Mi69jCQt .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi69jCQt .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v4Mi69jCQt .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #b593ff;
}
@media (max-width: 992px) {
  .cid-v4Mi69jCQt .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v4Mi69jCQt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi69jCQt .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi69jCQt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4Mi69jCQt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4Mi69jCQt .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi69jCQt .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-v4Mi69jCQt .mbr-text,
.cid-v4Mi69jCQt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi69jCQt .mbr-section-title,
.cid-v4Mi69jCQt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi6avdiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi6avdiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6avdiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6avdiM .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4Mi6avdiM .card {
    margin-bottom: 40px;
  }
}
.cid-v4Mi6avdiM .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4Mi6avdiM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4Mi6avdiM .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi6avdiM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi6avdiM .mbr-label {
  color: #be0000;
}
.cid-v4Mi6avdiM .mbr-section-title {
  color: #000000;
}
.cid-v4Mi6avdiM .mbr-text {
  color: #000000;
}
.cid-v4Mi6c5Ze7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v4Mi6c5Ze7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6c5Ze7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6c5Ze7 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-v4Mi6c5Ze7 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v4Mi6c5Ze7 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v4Mi6c5Ze7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v4Mi6c5Ze7 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #d5c1ff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v4Mi6c5Ze7 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v4Mi6c5Ze7 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi6c5Ze7 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi6c5Ze7 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi6c5Ze7 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v4Mi6c5Ze7 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-v4Mi6c5Ze7 .mbr-section-title,
.cid-v4Mi6c5Ze7 .mbr-section-btn {
  color: #000000;
}
.cid-v4Mi6dJ53U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi6dJ53U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6dJ53U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi6dJ53U .container {
    padding: 0 16px;
  }
}
.cid-v4Mi6dJ53U .card {
  justify-content: center;
}
.cid-v4Mi6dJ53U .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d5c1ff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-v4Mi6dJ53U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4Mi6dJ53U .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v4Mi6dJ53U .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4Mi6dJ53U .mbr-section-title {
  color: #000000;
}
.cid-v4Mi6dJ53U .mbr-text {
  color: #000000;
}
.cid-v4Mi6dJ53U .mbr-desc {
  color: #000000;
}
.cid-v4NH6gAlAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v4NH6gAlAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NH6gAlAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4NH6gAlAp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4NH6gAlAp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4NH6gAlAp .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v4NH6gAlAp .panel-group .card {
    padding: 16px;
  }
}
.cid-v4NH6gAlAp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v4NH6gAlAp .panel-group .card:hover,
.cid-v4NH6gAlAp .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-v4NH6gAlAp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v4NH6gAlAp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-v4NH6gAlAp .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v4NH6gAlAp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4NH6gAlAp .mbr-section-title {
  color: #ffffff;
}
.cid-v4NH6gAlAp .panel-title-edit {
  color: #ffffff;
}
.cid-v4NH6gAlAp .panel-text {
  color: #9aa0a6;
}
.cid-v4Mi6fiVif {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffaf6;
}
.cid-v4Mi6fiVif .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fafafa;
}
.cid-v4Mi6fiVif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6fiVif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6fiVif .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi6fiVif .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-v4Mi6fiVif .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-v4Mi6fiVif .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi6fiVif .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi6fiVif .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi6fiVif .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4Mi6fiVif .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4Mi6fiVif .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-v4Mi6fiVif .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi6fiVif .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi6fiVif .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-v4Mi6fiVif .mbr-section-title {
  color: #150764;
}
.cid-v4Mi6fiVif .mbr-desc {
  color: #fafafa;
}
.cid-v4Mi6fiVif .list {
  color: #150764;
}
.cid-v4Mi6fiVif .mbr-copy {
  color: #ffffff;
}
.cid-v4Mi6fiVif .list,
.cid-v4Mi6fiVif .item-wrap {
  color: #fafafa;
}
.cid-v4Mi6fiVif .mbr-section-title,
.cid-v4Mi6fiVif .mbr-section-btn,
.cid-v4Mi6fiVif .logo-wrapper {
  color: #ffffff;
}
.cid-v4Mi6Rjyg8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v4Mi6Rjyg8 nav.navbar {
  position: fixed;
}
.cid-v4Mi6Rjyg8 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi6Rjyg8 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v4Mi6Rjyg8 .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-v4Mi6Rjyg8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4Mi6Rjyg8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi6Rjyg8 .dropdown-item:hover,
.cid-v4Mi6Rjyg8 .dropdown-item:focus {
  background: #fff7ee !important;
  color: #00b2ff !important;
}
.cid-v4Mi6Rjyg8 .dropdown-item:hover span {
  color: white;
}
.cid-v4Mi6Rjyg8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4Mi6Rjyg8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4Mi6Rjyg8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4Mi6Rjyg8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4Mi6Rjyg8 .nav-link {
  position: relative;
}
.cid-v4Mi6Rjyg8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v4Mi6Rjyg8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v4Mi6Rjyg8 .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi6Rjyg8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v4Mi6Rjyg8 .dropdown-menu,
.cid-v4Mi6Rjyg8 .navbar.opened {
  background: #9a6bff !important;
}
.cid-v4Mi6Rjyg8 .nav-item:focus,
.cid-v4Mi6Rjyg8 .nav-link:focus {
  outline: none;
}
.cid-v4Mi6Rjyg8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi6Rjyg8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v4Mi6Rjyg8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4Mi6Rjyg8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4Mi6Rjyg8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Mi6Rjyg8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Mi6Rjyg8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9a6bff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi6Rjyg8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4Mi6Rjyg8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-v4Mi6Rjyg8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v4Mi6Rjyg8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed {
  justify-content: center;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Mi6Rjyg8 .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-v4Mi6Rjyg8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Mi6Rjyg8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4Mi6Rjyg8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4Mi6Rjyg8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Mi6Rjyg8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Mi6Rjyg8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Mi6Rjyg8 .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-v4Mi6Rjyg8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4Mi6Rjyg8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Mi6Rjyg8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4Mi6Rjyg8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v4Mi6Rjyg8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4Mi6Rjyg8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4Mi6Rjyg8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v4Mi6Rjyg8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v4Mi6Rjyg8 .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-v4Mi6Rjyg8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v4Mi6Rjyg8 .navbar-brand .navbar-caption:hover,
.cid-v4Mi6Rjyg8 .navbar-brand .navbar-caption:focus {
  color: #fff7ee !important;
}
.cid-v4Mi6Rjyg8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Mi6Rjyg8 .navbar.opened .navbar-brand .navbar-caption {
  color: #d5c1ff !important;
}
.cid-v4Mi6Rjyg8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v4Mi6Rjyg8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d5c1ff !important;
}
.cid-v4Mi6Rjyg8 .dropdown-item.active,
.cid-v4Mi6Rjyg8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Mi6Rjyg8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Mi6Rjyg8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Mi6Rjyg8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Mi6Rjyg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9a6bff;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-v4Mi6Rjyg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v4Mi6Rjyg8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Mi6Rjyg8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Mi6Rjyg8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v4Mi6Rjyg8 ul.navbar-nav {
    padding: 0;
    background-color: #fff7ee;
    border: 2px solid #fff7ee;
  }
}
.cid-v4Mi6Rjyg8 .navbar-buttons {
  text-align: center;
}
.cid-v4Mi6Rjyg8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v4Mi6Rjyg8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v4Mi6Rjyg8 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: #9a6bff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v4Mi6Rjyg8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #151e11;
}
.cid-v4Mi6Rjyg8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v4Mi6Rjyg8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi6Rjyg8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v4Mi6Rjyg8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v4Mi6Rjyg8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi6Rjyg8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4Mi6Rjyg8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4Mi6Rjyg8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Mi6Rjyg8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4Mi6Rjyg8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4Mi6Rjyg8 .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-v4Mi6Rjyg8 .navbar {
    height: 70px;
  }
  .cid-v4Mi6Rjyg8 .navbar.opened {
    height: auto;
  }
  .cid-v4Mi6Rjyg8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Mi6Rjyg8 .navbar-nav {
  margin: 0 auto;
}
.cid-v4Mi6Rjyg8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v4Mi6Rjyg8 .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v4Mi6Rjyg8 .nav-item .nav-link::after {
  color: #f5ff63 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v4Mi6Rjyg8 .nav-item .nav-link:hover {
  background-color: #d5c1ff;
  color: #ffbe0d !important;
}
.cid-v4Mi6Rjyg8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v4Mi6Rjyg8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v4Mi6Rjyg8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v4Mi6Rjyg8 .nav-item .dropdown-menu .dropdown-item {
  color: #00b2ff !important;
}
.cid-v4Mi6Rjyg8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffbe0d !important;
}
@media (max-width: 991px) {
  .cid-v4Mi6Rjyg8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v4Mi6Rjyg8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v4Mi6Rjyg8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v4Mi6Rjyg8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v4Mi6Rjyg8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v4Mi6Rjyg8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v4Mi6Rjyg8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v4Mi6Ufkvt {
  position: relative;
  animation: none !important;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/goldsteinpatentlaw-patent-attorney-ny-3.webp");
}
.cid-v4Mi6Ufkvt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(90deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v4Mi6Ufkvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6Ufkvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6Ufkvt .card {
  justify-content: flex-end;
}
.cid-v4Mi6Ufkvt .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v4Mi6Ufkvt .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #121212;
}
.cid-v4Mi6Ufkvt .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin-right: 8px;
  font-size: 18px;
}
.cid-v4Mi6Ufkvt .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v4Mi6Ufkvt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4Mi6Ufkvt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi6Ufkvt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi6Ufkvt .content-wrap {
    margin-top: 16px;
  }
}
.cid-v4Mi6Ufkvt .content-wrap .mbr-section-btn {
  width: 100%;
}
.cid-v4Mi6Ufkvt .content-wrap .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-v4Mi6Ufkvt .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi6Ufkvt .mbr-label {
  color: #ffffff;
}
.cid-v4Mi6Ufkvt .mbr-text {
  color: #ffffff;
}
.cid-v4Mi6WGPNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Mi6WGPNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6WGPNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6WGPNa .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v4Mi6WGPNa .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Mi6WGPNa .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v4Mi6WGPNa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi6WGPNa .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi6WGPNa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi6WGPNa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi6WGPNa .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v4Mi6WGPNa .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v4Mi6WGPNa .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #19171c;
  color: #19171c;
  font-size: 11px;
}
.cid-v4Mi6WGPNa .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi6WGPNa .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi6WGPNa .list_2 {
    padding-left: 0;
  }
}
.cid-v4Mi6WGPNa .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v4Mi6WGPNa .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v4Mi6WGPNa .mbr-text,
.cid-v4Mi6WGPNa .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v4Mi6WGPNa .list {
  color: #666666;
}
.cid-v4Mi6Y2xz5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d5c1ff;
}
.cid-v4Mi6Y2xz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6Y2xz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6Y2xz5 .row {
  justify-content: center;
}
.cid-v4Mi6Y2xz5 .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-v4Mi6Y2xz5 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-v4Mi6Y2xz5 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi6Y2xz5 .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v4Mi6Y2xz5 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi6Y2xz5 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5c1ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi6Y2xz5 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi6Y2xz5 .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-v4Mi6Y2xz5 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi6Y2xz5 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi6Y2xz5 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi6Y2xz5 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi6Y2xz5 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi6Y2xz5 .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-v4Mi6Y2xz5 .mbr-text,
.cid-v4Mi6Y2xz5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi6Y2xz5 .mbr-section-title,
.cid-v4Mi6Y2xz5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi6ZuKuS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Mi6ZuKuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi6ZuKuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi6ZuKuS .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi6ZuKuS .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v4Mi6ZuKuS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #d5c1ff;
  margin-bottom: 0;
}
.cid-v4Mi6ZuKuS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4Mi6ZuKuS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi6ZuKuS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v4Mi6ZuKuS .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi6ZuKuS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v4Mi6ZuKuS .mbr-label,
.cid-v4Mi6ZuKuS .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi6ZuKuS .mbr-section-title {
  color: #19171c;
}
.cid-v4Mi6ZuKuS .mbr-text,
.cid-v4Mi6ZuKuS .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-v4Mi6ZuKuS .mbr-section-title,
.cid-v4Mi6ZuKuS .title-wrapper,
.cid-v4Mi6ZuKuS .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi70X8SX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi70X8SX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi70X8SX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi70X8SX .row {
  justify-content: center;
}
.cid-v4Mi70X8SX .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Mi70X8SX .image-wrapper img {
    height: 300px;
  }
}
.cid-v4Mi70X8SX .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4Mi70X8SX .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi70X8SX .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4Mi70X8SX .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Mi70X8SX .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b593ff;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Mi70X8SX .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Mi70X8SX .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi70X8SX .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Mi70X8SX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi70X8SX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Mi70X8SX .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Mi70X8SX .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi70X8SX .mbr-section-title {
  color: #2c2c26;
}
.cid-v4Mi70X8SX .mbr-text,
.cid-v4Mi70X8SX .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4Mi70X8SX .mbr-section-title,
.cid-v4Mi70X8SX .mbr-section-btn {
  text-align: center;
}
.cid-v4Mi72rT0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v4Mi72rT0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi72rT0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi72rT0k .row {
  justify-content: center;
}
.cid-v4Mi72rT0k .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-v4Mi72rT0k .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi72rT0k .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-v4Mi72rT0k .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #b593ff;
}
@media (max-width: 992px) {
  .cid-v4Mi72rT0k .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-v4Mi72rT0k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Mi72rT0k .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Mi72rT0k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v4Mi72rT0k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4Mi72rT0k .mbr-section-title {
  color: #ffffff;
}
.cid-v4Mi72rT0k .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-v4Mi72rT0k .mbr-text,
.cid-v4Mi72rT0k .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v4Mi72rT0k .mbr-section-title,
.cid-v4Mi72rT0k .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4Mi73VXRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi73VXRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi73VXRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi73VXRB .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v4Mi73VXRB .card {
    margin-bottom: 40px;
  }
}
.cid-v4Mi73VXRB .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4Mi73VXRB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v4Mi73VXRB .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Mi73VXRB .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi73VXRB .mbr-label {
  color: #be0000;
}
.cid-v4Mi73VXRB .mbr-section-title {
  color: #000000;
}
.cid-v4Mi73VXRB .mbr-text {
  color: #000000;
}
.cid-v4Mi75wFYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-v4Mi75wFYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi75wFYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi75wFYP .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-v4Mi75wFYP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v4Mi75wFYP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v4Mi75wFYP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-v4Mi75wFYP .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #d5c1ff;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-v4Mi75wFYP .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-v4Mi75wFYP .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Mi75wFYP .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Mi75wFYP .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Mi75wFYP .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-v4Mi75wFYP .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-v4Mi75wFYP .mbr-section-title,
.cid-v4Mi75wFYP .mbr-section-btn {
  color: #000000;
}
.cid-v4Mi76OTJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Mi76OTJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi76OTJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4Mi76OTJ8 .container {
    padding: 0 16px;
  }
}
.cid-v4Mi76OTJ8 .card {
  justify-content: center;
}
.cid-v4Mi76OTJ8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #d5c1ff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-v4Mi76OTJ8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4Mi76OTJ8 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v4Mi76OTJ8 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v4Mi76OTJ8 .mbr-section-title {
  color: #000000;
}
.cid-v4Mi76OTJ8 .mbr-text {
  color: #000000;
}
.cid-v4Mi76OTJ8 .mbr-desc {
  color: #000000;
}
.cid-v4NHCubkec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-v4NHCubkec .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NHCubkec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4NHCubkec .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v4NHCubkec .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4NHCubkec .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v4NHCubkec .panel-group .card {
    padding: 16px;
  }
}
.cid-v4NHCubkec .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v4NHCubkec .panel-group .card:hover,
.cid-v4NHCubkec .panel-group .card:focus {
  border: 1px solid #078efb;
}
.cid-v4NHCubkec .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v4NHCubkec .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #078efb;
}
.cid-v4NHCubkec .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-v4NHCubkec .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4NHCubkec .mbr-section-title {
  color: #ffffff;
}
.cid-v4NHCubkec .panel-title-edit {
  color: #ffffff;
}
.cid-v4NHCubkec .panel-text {
  color: #9aa0a6;
}
.cid-v4Mi78Enhb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #fffaf6;
}
.cid-v4Mi78Enhb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fafafa;
}
.cid-v4Mi78Enhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Mi78Enhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Mi78Enhb .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #000000;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-v4Mi78Enhb .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-v4Mi78Enhb .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
}
@media (max-width: 1640px) {
  .cid-v4Mi78Enhb .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi78Enhb .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi78Enhb .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi78Enhb .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v4Mi78Enhb .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v4Mi78Enhb .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-v4Mi78Enhb .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4Mi78Enhb .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v4Mi78Enhb .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-v4Mi78Enhb .mbr-section-title {
  color: #150764;
}
.cid-v4Mi78Enhb .mbr-desc {
  color: #fafafa;
}
.cid-v4Mi78Enhb .list {
  color: #150764;
}
.cid-v4Mi78Enhb .mbr-copy {
  color: #ffffff;
}
.cid-v4Mi78Enhb .list,
.cid-v4Mi78Enhb .item-wrap {
  color: #fafafa;
}
.cid-v4Mi78Enhb .mbr-section-title,
.cid-v4Mi78Enhb .mbr-section-btn,
.cid-v4Mi78Enhb .logo-wrapper {
  color: #ffffff;
}
