.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #362c52 !important;
}
.bg-success {
  background-color: #ca45ff !important;
}
.bg-info {
  background-color: #fff7ee !important;
}
.bg-warning {
  background-color: #ff8c6b !important;
}
.bg-danger {
  background-color: #f66e46 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #362c52 !important;
  border-color: #362c52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4c3e73 !important;
  border-color: #4c3e73 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c3e73 !important;
  border-color: #4c3e73 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffcc40 !important;
  border-color: #ffcc40 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
  color: #ee7e00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ee7e00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ca45ff !important;
  border-color: #ca45ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8c6b !important;
  border-color: #ff8c6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb49e !important;
  border-color: #ffb49e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f66e46 !important;
  border-color: #f66e46 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f89477 !important;
  border-color: #f89477 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f89477 !important;
  border-color: #f89477 !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: #ffffff !important;
  border-color: #ffffff !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: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #362c52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #110e1a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #362c52 !important;
  border-color: #362c52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbe0d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b58500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbe0d !important;
  border-color: #ffbe0d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff7ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffce97 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ee7e00 !important;
  background-color: #fff7ee !important;
  border-color: #fff7ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca45ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #aa00ed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ca45ff !important;
  border-color: #ca45ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8c6b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4914 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8c6b !important;
  border-color: #ff8c6b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f66e46;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3a0b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f66e46 !important;
  border-color: #f66e46 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: #362c52 !important;
}
.text-secondary {
  color: #ffbe0d !important;
}
.text-success {
  color: #ca45ff !important;
}
.text-info {
  color: #fff7ee !important;
}
.text-warning {
  color: #ff8c6b !important;
}
.text-danger {
  color: #f66e46 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a0810 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9f00de !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffc788 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3d05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc360a !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: #362c52;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff7ee;
}
.alert-warning {
  background-color: #ff8c6b;
}
.alert-danger {
  background-color: #f66e46;
}
.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: #362c52;
  border-color: #362c52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #362c52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a79ac9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #362c52 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #362c52;
}
/* 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: #362c52;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #362c52;
}
.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: #362c52;
  border-bottom-color: #362c52;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #362c52 !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: #ffbe0d !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='%23362c52' %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: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uZSCMhPYfb .navbar-dropdown {
  position: relative !important;
}
.cid-uZSCMhPYfb .navbar-dropdown {
  position: absolute !important;
}
.cid-uZSCMhPYfb .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uZSCMhPYfb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZSCMhPYfb .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-uZSCMhPYfb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZSCMhPYfb .dropdown-item {
  border: none !important;
  background: #111111 !important;
}
.cid-uZSCMhPYfb .dropdown-item:hover,
.cid-uZSCMhPYfb .dropdown-item:focus {
  background: #f7f7f7 !important;
  color: #292739 !important;
}
.cid-uZSCMhPYfb .dropdown-item:hover span {
  color: white;
}
.cid-uZSCMhPYfb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZSCMhPYfb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZSCMhPYfb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZSCMhPYfb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZSCMhPYfb .nav-link {
  position: relative;
}
.cid-uZSCMhPYfb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uZSCMhPYfb .container {
    flex-wrap: nowrap;
  }
}
.cid-uZSCMhPYfb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZSCMhPYfb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZSCMhPYfb .dropdown-menu,
.cid-uZSCMhPYfb .navbar.opened {
  background: #111111 !important;
}
.cid-uZSCMhPYfb .nav-item:focus,
.cid-uZSCMhPYfb .nav-link:focus {
  outline: none;
}
.cid-uZSCMhPYfb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZSCMhPYfb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZSCMhPYfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZSCMhPYfb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZSCMhPYfb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZSCMhPYfb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZSCMhPYfb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSCMhPYfb .navbar.opened {
  transition: all 0.3s;
}
.cid-uZSCMhPYfb .navbar .dropdown-item {
  padding: 8px 22px 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZSCMhPYfb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uZSCMhPYfb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZSCMhPYfb .navbar.collapsed {
  justify-content: center;
}
.cid-uZSCMhPYfb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZSCMhPYfb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZSCMhPYfb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZSCMhPYfb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZSCMhPYfb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZSCMhPYfb .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-uZSCMhPYfb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZSCMhPYfb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZSCMhPYfb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZSCMhPYfb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZSCMhPYfb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZSCMhPYfb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZSCMhPYfb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZSCMhPYfb .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-uZSCMhPYfb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZSCMhPYfb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZSCMhPYfb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uZSCMhPYfb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZSCMhPYfb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZSCMhPYfb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZSCMhPYfb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZSCMhPYfb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZSCMhPYfb .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-uZSCMhPYfb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZSCMhPYfb .navbar-brand .navbar-caption:hover,
.cid-uZSCMhPYfb .navbar-brand .navbar-caption:focus {
  color: #f7f7f7 !important;
}
.cid-uZSCMhPYfb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZSCMhPYfb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZSCMhPYfb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #292739 !important;
}
.cid-uZSCMhPYfb .dropdown-item.active,
.cid-uZSCMhPYfb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZSCMhPYfb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZSCMhPYfb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZSCMhPYfb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZSCMhPYfb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZSCMhPYfb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZSCMhPYfb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZSCMhPYfb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZSCMhPYfb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZSCMhPYfb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZSCMhPYfb .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uZSCMhPYfb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uZSCMhPYfb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uZSCMhPYfb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZSCMhPYfb 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZSCMhPYfb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ca45ff;
}
.cid-uZSCMhPYfb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZSCMhPYfb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSCMhPYfb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZSCMhPYfb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZSCMhPYfb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSCMhPYfb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZSCMhPYfb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZSCMhPYfb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZSCMhPYfb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZSCMhPYfb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZSCMhPYfb .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-uZSCMhPYfb .navbar {
    height: 70px;
  }
  .cid-uZSCMhPYfb .navbar.opened {
    height: auto;
  }
  .cid-uZSCMhPYfb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSCMhPYfb .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZSCMhPYfb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZSCMhPYfb .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZSCMhPYfb .nav-item .nav-link::after {
  color: #f7f7f7 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZSCMhPYfb .nav-item .nav-link:hover {
  background-color: #f7f7f7;
  color: #292739 !important;
}
.cid-uZSCMhPYfb .nav-item .nav-link:hover::after {
  color: #292739 !important;
}
.cid-uZSCMhPYfb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZSCMhPYfb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZSCMhPYfb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZSCMhPYfb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZSCMhPYfb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZSCMhPYfb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZSCMhPYfb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZSCMhPYfb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZSCMhPYfb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZSCMhPYfb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZSCMhPYfb .content-wrap {
  min-height: 110px;
}
.cid-uZSCMhPYfb .mbr-section-btn .btn::after,
.cid-uZSCMhPYfb .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uZSCMhPYfb .mbr-section-btn .btn:hover,
.cid-uZSCMhPYfb .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uZSCMhPYfb .mbr-section-btn .btn:hover::after,
.cid-uZSCMhPYfb .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uYXr6DojPP {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rakabgimg1-2.gif");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-uYXr6DojPP .gradient-wrap {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #190f2a;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uYXr6DojPP .gradient-wrap {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .cid-uYXr6DojPP .gradient-wrap {
    width: 250%;
  }
}
.cid-uYXr6DojPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXr6DojPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXr6DojPP .content-wrapper {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uYXr6DojPP .content-wrapper {
    width: 100%;
  }
}
.cid-uYXr6DojPP .content-wrapper .label-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uYXr6DojPP .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uYXr6DojPP .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uYXr6DojPP .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uYXr6DojPP .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-uYXr6DojPP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYXr6DojPP .content-wrapper .mbr-section-btn {
  margin-top: 46px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uYXr6DojPP .content-wrapper .mbr-section-btn {
    margin-top: 18px;
    margin-bottom: 50px;
  }
}
.cid-uYXr6DojPP .mbr-label,
.cid-uYXr6DojPP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYXr6DojPP .mbr-section-title {
  color: #ffffff;
}
.cid-uYXr6DojPP .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uYXr6DojPP .mbr-section-title,
.cid-uYXr6DojPP .mbr-section-btn {
  text-align: center;
}
.cid-uYXr6DojPP .cid-uYXr6DojPP {
  padding-bottom: 2.5rem;
}
.cid-uZo0aKniU9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #190f2a;
  overflow: hidden;
}
.cid-uZo0aKniU9 .card {
  position: relative;
}
.cid-uZo0aKniU9 .card .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-uZo0aKniU9 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #190f2a;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-uZo0aKniU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZo0aKniU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZo0aKniU9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uZo0aKniU9 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZo0aKniU9 .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZo0aKniU9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZo0aKniU9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZo0aKniU9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZo0aKniU9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZo0aKniU9 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  line-height: 70px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    line-height: 40px;
  }
}
.cid-uZo0aKniU9 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uZo0aKniU9 .items-wrapper .item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uZo0aKniU9 .items-wrapper .item {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZo0aKniU9 .items-wrapper .item:hover .item-wrapper::after,
.cid-uZo0aKniU9 .items-wrapper .item:focus .item-wrapper::after {
  width: 90%;
  height: 200px;
  top: -155px;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #362c52;
  opacity: .5;
  backdrop-filter: blur(36px);
  pointer-events: none;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ca45ff 30%, #fe881b);
  filter: blur(2rem);
  pointer-events: none;
  transition: all .5s ease;
  z-index: 1;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 0;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uZo0aKniU9 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZo0aKniU9 .mbr-label,
.cid-uZo0aKniU9 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZo0aKniU9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZo0aKniU9 .mbr-section-subtitle,
.cid-uZo0aKniU9 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZo0aKniU9 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZo0aKniU9 .item-date {
  color: #a997ce;
}
.cid-uYXtJo3nah {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-uYXtJo3nah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXtJo3nah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXtJo3nah .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uYXtJo3nah .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uYXtJo3nah .title-wrapper {
    width: 100%;
  }
}
.cid-uYXtJo3nah .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uYXtJo3nah .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uYXtJo3nah .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uYXtJo3nah .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uYXtJo3nah .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uYXtJo3nah .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uYXtJo3nah .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYXtJo3nah .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uYXtJo3nah .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uYXtJo3nah .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYXtJo3nah .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uYXtJo3nah .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uYXtJo3nah .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uYXtJo3nah .mbr-label,
.cid-uYXtJo3nah .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYXtJo3nah .mbr-section-title {
  color: #ffffff;
}
.cid-uYXtJo3nah .mbr-section-subtitle,
.cid-uYXtJo3nah .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYXtJo3nah .mbr-text {
  color: #fffefc;
  text-align: center;
}
.cid-uYXtJo3nah .mbr-section-title,
.cid-uYXtJo3nah .mbr-section-btn {
  text-align: center;
}
.cid-uZSwmJ2c7j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1e0a42;
}
.cid-uZSwmJ2c7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwmJ2c7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwmJ2c7j .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZSwmJ2c7j .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZSwmJ2c7j .title-wrapper {
    width: 100%;
  }
}
.cid-uZSwmJ2c7j .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZSwmJ2c7j .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZSwmJ2c7j .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZSwmJ2c7j .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZSwmJ2c7j .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZSwmJ2c7j .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZSwmJ2c7j .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSwmJ2c7j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZSwmJ2c7j .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZSwmJ2c7j .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSwmJ2c7j .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZSwmJ2c7j .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uZSwmJ2c7j .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uZSwmJ2c7j .mbr-label,
.cid-uZSwmJ2c7j .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZSwmJ2c7j .mbr-section-title {
  color: #ffffff;
}
.cid-uZSwmJ2c7j .mbr-section-subtitle,
.cid-uZSwmJ2c7j .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZSwmJ2c7j .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uZSwmJ2c7j .mbr-section-title,
.cid-uZSwmJ2c7j .mbr-section-btn {
  text-align: center;
}
.cid-uZSvbKW7PF {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background2-2.webp");
}
.cid-uZSvbKW7PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSvbKW7PF .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-uZSvbKW7PF .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uZSvbKW7PF .container {
    padding: 0 24px;
  }
}
.cid-uZSvbKW7PF .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uZSvbKW7PF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #7e60bc;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #fff7ee;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uZSvbKW7PF .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uZSvbKW7PF .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #a997ce;
  background-color: #362c52;
}
@media (max-width: 1440px) {
  .cid-uZSvbKW7PF .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .content-wrapper {
    padding: 24px;
  }
}
.cid-uZSvbKW7PF .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uZSvbKW7PF .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #7e60bc;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZSvbKW7PF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZSvbKW7PF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSvbKW7PF .item {
  margin-bottom: 16px;
}
.cid-uZSvbKW7PF .item:last-child {
  margin-bottom: 0;
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #7e60bc;
  border: 1px solid #a997ce;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uZSvbKW7PF .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #18c845;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box .item-text {
  margin-bottom: 1px;
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uZSvbKW7PF .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uZSvbKW7PF .mbr-section-title {
  color: #fffefc;
}
.cid-uZSvbKW7PF .mbr-desc {
  color: #18212d;
}
.cid-uZSvbKW7PF .mbr-text {
  color: #18212d;
}
.cid-uZSvbKW7PF .mbr-recall {
  color: #ffffff;
}
.cid-uZSvbKW7PF .mbr-name {
  color: #ffffff;
}
.cid-uZSvbKW7PF .mbr-rating {
  color: #EFCC4E;
}
.cid-uZSvbKW7PF .item-title {
  color: #fffefc;
}
.cid-uZSvbKW7PF .item-text {
  color: #18212d;
}
.cid-uZSvbKW7PF .item-desc {
  color: #18212d;
}
.cid-uZSvbKW7PF .mbr-name,
.cid-uZSvbKW7PF .people-wrapper {
  color: #ffffff;
}
.cid-uZSvbKW7PF .item-text,
.cid-uZSvbKW7PF .mbr-section-btn {
  color: #fffefc;
}
.cid-uZSz4cGc6e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2-1.webp");
}
.cid-uZSz4cGc6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSz4cGc6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSz4cGc6e .content-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZSz4cGc6e .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZSz4cGc6e .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #fffefc;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #e84718;
}
.cid-uZSz4cGc6e .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZSz4cGc6e .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZSz4cGc6e .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ca45ff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    line-height: 35px;
    text-align: center;
  }
}
.cid-uZSz4cGc6e .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZSz4cGc6e .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZSz4cGc6e .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZSz4cGc6e .items-wrapper .card .image-wrapper img {
  width: 95%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .items-wrapper .card .image-wrapper img {
    height: 350px;
    margin-left: 10px;
  }
}
.cid-uZSz4cGc6e .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uZSz4cGc6e .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZSz4cGc6e .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZSz4cGc6e .mbr-label,
.cid-uZSz4cGc6e .label-wrapper {
  color: #190f2a;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .mbr-label,
  .cid-uZSz4cGc6e .label-wrapper {
    text-align: center;
  }
}
.cid-uZSz4cGc6e .mbr-section-title,
.cid-uZSz4cGc6e .title-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uZSz4cGc6e .mbr-text {
  color: #515151;
}
.cid-uZSz4cGc6e .mbr-text,
.cid-uZSz4cGc6e .mbr-section-btn {
  color: #fafafa;
}
.cid-uZSz4cGc6e .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .content-wrapper,
  .cid-uZSz4cGc6e .text-wrapper {
    margin-left: 10px;
  }
}
.cid-uZSz4cGc6e .mbr-section-title,
.cid-uZSz4cGc6e .mbr-section-btn {
  text-align: left;
  color: #ca45ff;
}
.cid-uZSz4cGc6e .mbr-text,
.cid-uZSz4cGc6e .text-wrapper {
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .mbr-text,
  .cid-uZSz4cGc6e .text-wrapper {
    margin-top: 0px;
  }
}
.cid-uZSz4cGc6e .mbr-section-title,
.cid-uZSz4cGc6e .mbr-section-btn,
.cid-uZSz4cGc6e .mbr-text,
.cid-uZSz4cGc6e .text-wrapper {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .mbr-section-title,
  .cid-uZSz4cGc6e .mbr-section-btn,
  .cid-uZSz4cGc6e .mbr-text,
  .cid-uZSz4cGc6e .text-wrapper {
    text-align: left;
  }
}
.cid-uZSz4cGc6e .mbr-section-title2,
.cid-uZSz4cGc6e .mbr-section-btn2 {
  text-align: left;
  color: #ca45ff;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZSz4cGc6e .mbr-section-title2,
  .cid-uZSz4cGc6e .mbr-section-btn2 {
    margin-top: 20px;
  }
}
.cid-uZobeSOP0U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2-1.webp");
}
.cid-uZobeSOP0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZobeSOP0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZobeSOP0U .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZobeSOP0U .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uZobeSOP0U .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uZobeSOP0U .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZobeSOP0U .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZobeSOP0U .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uZobeSOP0U .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-uZobeSOP0U .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uZobeSOP0U .content-wrapper .items-wrap .item .item-wrapper {
  padding: 14px 24px 24px;
  border: 1px solid #323046;
  height: 100%;
  box-shadow: 1px 0 1px #f66e46;
}
@media (max-width: 992px) {
  .cid-uZobeSOP0U .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-uZobeSOP0U .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
  padding: 14px 32px;
  background-color: #555555;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uZobeSOP0U .content-wrapper .items-wrap .item .item-wrapper .card-box .title-wrap .item-title {
    padding: 14px;
  }
}
.cid-uZobeSOP0U .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZobeSOP0U .mbr-section-title {
  color: #ca45ff;
  text-align: center;
}
.cid-uZobeSOP0U .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZobeSOP0U .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZo7I9t8nK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #362c52;
  background-image: linear-gradient(100deg, #ca45ff 10%, #362c52 50%, #000000 110%);
}
.cid-uZo7I9t8nK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZo7I9t8nK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uZo7I9t8nK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZo7I9t8nK .embla__slide .slide-content {
  width: 100%;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1f2329;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff398a 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#a78aff, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uZo7I9t8nK .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uZo7I9t8nK .embla__button--next,
.cid-uZo7I9t8nK .embla__button--prev {
  display: flex;
}
.cid-uZo7I9t8nK .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1f2329 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uZo7I9t8nK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZo7I9t8nK .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uZo7I9t8nK .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZo7I9t8nK .embla__button.embla__button--next {
  right: 0;
}
.cid-uZo7I9t8nK .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZo7I9t8nK .embla {
  position: relative;
  width: 100%;
}
.cid-uZo7I9t8nK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZo7I9t8nK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZo7I9t8nK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZo7I9t8nK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZo7I9t8nK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZo7I9t8nK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZo7I9t8nK .item-text {
  color: #ffffff;
}
.cid-uZo7I9t8nK .item-name {
  color: #ffffff;
}
.cid-uZo7I9t8nK .item-role {
  color: #ffffff;
}
.cid-uZo8PP4OrJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2-1.webp");
}
.cid-uZo8PP4OrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZo8PP4OrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZo8PP4OrJ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uZo8PP4OrJ .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZo8PP4OrJ .title-wrapper {
    width: 100%;
  }
}
.cid-uZo8PP4OrJ .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZo8PP4OrJ .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZo8PP4OrJ .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uZo8PP4OrJ .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZo8PP4OrJ .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZo8PP4OrJ .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZo8PP4OrJ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZo8PP4OrJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZo8PP4OrJ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZo8PP4OrJ .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZo8PP4OrJ .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZo8PP4OrJ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uZo8PP4OrJ .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uZo8PP4OrJ .mbr-label,
.cid-uZo8PP4OrJ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZo8PP4OrJ .mbr-section-title {
  color: #ffffff;
}
.cid-uZo8PP4OrJ .mbr-section-subtitle,
.cid-uZo8PP4OrJ .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZo8PP4OrJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZo8PP4OrJ .mbr-section-title,
.cid-uZo8PP4OrJ .mbr-section-btn {
  text-align: center;
}
.cid-v0bBmy4b1U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #190f2a;
}
.cid-v0bBmy4b1U a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v0bBmy4b1U .align-left {
    text-align: center;
  }
}
.cid-v0bBmy4b1U .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v0bBmy4b1U .icon-transition span:hover {
  background-color: #d39f0e;
  color: #f6f4f2 !important;
}
.cid-v0bBmy4b1U .icon-transition span:hover {
  color: #362c52;
}
.cid-v0bBmy4b1U .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v0bBmy4b1U .social-media {
    justify-content: center !important;
  }
}
.cid-v0bBmy4b1U .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v0bBmy4b1U .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v0bBmy4b1U .content-text,
.cid-v0bBmy4b1U .inner-text {
  color: #f7f7f7;
  font-size: 15px;
  text-align: left;
}
.cid-v0bBmy4b1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0bBmy4b1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0bBmy4b1U p {
  margin-bottom: 30px;
}
.cid-v0hDUu9Sug.popup-builder {
  background-color: #ffffff;
}
.cid-v0hDUu9Sug.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0hDUu9Sug.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0hDUu9Sug .modal-content,
.cid-v0hDUu9Sug .modal-dialog {
  height: auto;
}
.cid-v0hDUu9Sug .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0hDUu9Sug .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0hDUu9Sug .form-wrapper .mbr-form .form-group,
  .cid-v0hDUu9Sug .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0hDUu9Sug .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0hDUu9Sug .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0hDUu9Sug .mbr-text {
  text-align: center;
  margin-bottom: 0 !important;
}
.cid-v0hDUu9Sug .pt-0 {
  padding-top: 0 !important;
}
.cid-v0hDUu9Sug .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0hDUu9Sug .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0hDUu9Sug .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0hDUu9Sug .modal-open {
  overflow: hidden;
}
.cid-v0hDUu9Sug .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0hDUu9Sug .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0hDUu9Sug .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0hDUu9Sug .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0hDUu9Sug .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0hDUu9Sug .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0hDUu9Sug .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0hDUu9Sug .modal-content {
  background: #a997ce;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0hDUu9Sug .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0hDUu9Sug .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0hDUu9Sug .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0hDUu9Sug .modal-backdrop.show {
  opacity: .5;
}
.cid-v0hDUu9Sug .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0hDUu9Sug .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0hDUu9Sug .modal-header {
    padding: 1rem;
  }
}
.cid-v0hDUu9Sug .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0hDUu9Sug .modal-header .close svg {
  fill: #111111;
}
.cid-v0hDUu9Sug .modal-header .close:hover {
  opacity: 1;
}
.cid-v0hDUu9Sug .modal-header .close:focus {
  outline: none;
}
.cid-v0hDUu9Sug .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0hDUu9Sug .modal-body {
  position: relative;
  padding-bottom: 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0hDUu9Sug .modal-body {
    padding: 1rem 1rem 2rem;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .cid-v0hDUu9Sug .modal-body {
    padding-bottom: 0;
  }
}
.cid-v0hDUu9Sug .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0hDUu9Sug .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0hDUu9Sug .modal-footer {
    padding: 1rem;
  }
}
.cid-v0hDUu9Sug .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0hDUu9Sug .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0hDUu9Sug .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0hDUu9Sug .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0hDUu9Sug .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0hDUu9Sug .modal-lg,
  .cid-v0hDUu9Sug .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0hDUu9Sug .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0hDUu9Sug .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0hDUu9Sug .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0hDUu9Sug .form-group {
  margin-bottom: 1rem;
}
.cid-v0hDUu9Sug .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0hDUu9Sug .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0hDUu9Sug .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0hDUu9Sug .mbr-section-btn .btn {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  direction: ltr !important;
  width: 220px;
  height: 48px;
  padding: 10px 20px;
  font-size: 1rem !important;
  font-weight: 600;
  border: 1px solid #000 !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  color: #000 !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.cid-v0hDUu9Sug .mbr-section-btn .btn > .mbr-iconfont,
.cid-v0hDUu9Sug .mbr-section-btn .btn > .mbr-iconfont-btn,
.cid-v0hDUu9Sug .mbr-section-btn .btn > .flag-icon,
.cid-v0hDUu9Sug .mbr-section-btn .btn > .flag {
  order: -1 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 1.15em !important;
  line-height: 1 !important;
}
.cid-v0hDUu9Sug .mbr-section-btn .btn .mbr-iconfont,
.cid-v0hDUu9Sug .mbr-section-btn .btn .mbr-iconfont-btn,
.cid-v0hDUu9Sug .mbr-section-btn .btn .flag-icon,
.cid-v0hDUu9Sug .mbr-section-btn .btn .flag {
  order: -1 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
}
.cid-v0hDUu9Sug .mbr-section-btn .btn > span:not(.mbr-iconfont):not(.mbr-iconfont-btn):not(.flag):not(.flag-icon),
.cid-v0hDUu9Sug .mbr-section-btn .btn > .lang-text,
.cid-v0hDUu9Sug .mbr-section-btn .btn > .btn-text {
  order: 0 !important;
}
.cid-v0hDUu9Sug .mbr-section-btn .btn[style*="flex-direction: row-reverse"],
.cid-v0hDUu9Sug .mbr-section-btn .btn[style*="row-reverse"] {
  flex-direction: row !important;
}
@media (max-width: 922px) {
  .cid-v0hDUu9Sug .mbr-section-btn {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .cid-v0hDUu9Sug .mbr-section-btn .btn {
    width: 80% !important;
  }
}
.cid-v0hDUu9Sug .mbr-section-btn .btn:hover {
  background-color: #ca45ff !important;
  color: #000 !important;
  border-color: #fff !important;
  transform: scale(1.03);
}
