.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.375rem;
  line-height: 1.2;
  font-weight: 500;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
.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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (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.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (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;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9e24e0 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #8d247c !important;
}
.bg-danger {
  background-color: #711162 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9e24e0 !important;
  border-color: #9e24e0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b251e6 !important;
  border-color: #b251e6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b251e6 !important;
  border-color: #b251e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f970a1 !important;
  border-color: #f970a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fba1c1 !important;
  border-color: #fba1c1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fba1c1 !important;
  border-color: #fba1c1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d247c !important;
  border-color: #8d247c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b62ea0 !important;
  border-color: #b62ea0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b62ea0 !important;
  border-color: #b62ea0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #711162 !important;
  border-color: #711162 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9d1888 !important;
  border-color: #9d1888 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d1888 !important;
  border-color: #9d1888 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #080808 !important;
  border-color: #080808 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #222222 !important;
  border-color: #222222 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #9e24e0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9e24e0;
  color: #9e24e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6a1598 !important;
  background-color: transparent !important;
  border-color: #6a1598 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #6a1598 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9e24e0 !important;
  border-color: #9e24e0 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #f970a1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f970a1;
  color: #f970a1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f61d6a !important;
  background-color: transparent !important;
  border-color: #f61d6a !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #f61d6a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f970a1 !important;
  border-color: #f970a1 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #320707 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #3a341c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #8d247c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d247c;
  color: #8d247c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #48123f !important;
  background-color: transparent !important;
  border-color: #48123f !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #48123f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d247c !important;
  border-color: #8d247c !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #711162 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #711162;
  color: #711162;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #260621 !important;
  background-color: transparent !important;
  border-color: #260621 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #260621 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #711162 !important;
  border-color: #711162 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #080808 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #080808;
  color: #080808;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #666666 !important;
  background-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #3b3b3b !important;
  background-color: #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #9e24e0 !important;
}
.text-secondary {
  color: #f970a1 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #8d247c !important;
}
.text-danger {
  color: #711162 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #080808 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #61148a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f50e61 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3c0f35 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #180415 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #9e24e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #8d247c;
}
.alert-danger {
  background-color: #711162;
}
.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: #9e24e0;
  border-color: #9e24e0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
a,
a:hover {
  color: #9e24e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #edd7f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d55bc1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #de24c1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9e24e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #9e24e0;
}
/* 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: #9e24e0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9e24e0;
}
.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: #9e24e0;
  border-bottom-color: #9e24e0;
}
.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: #9e24e0 !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: #f970a1 !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='%239e24e0' %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: 4px 28px;
  min-height: 54px;
  font-weight: 500;
  padding: 4px 32px;
  min-height: 64px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  transform: rotate(-45deg);
  background-color: #ffffff;
  color: #080808;
  transition: all .3s ease;
  margin-left: 12px;
  margin-right: -24px;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: -28px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(0deg);
}
.mbr-section-btn .btn-primary {
  background-image: linear-gradient(90deg, #9e24e0 35%, #f970a1 100%) !important;
  box-shadow: inset 0 4px 6px -4px #ffffff;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  box-shadow: none !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #080808 !important;
  box-shadow: 0 4px 6px -4px #ffffff;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #080808;
  color: #ffffff;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  background-color: #080808 !important;
  color: #ffffff !important;
  box-shadow: inset 0 4px 15px -15px #ffffff;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.small-radius {
  border-radius: 4px !important;
}
.middle-radius,
.google-map iframe {
  border-radius: 24px !important;
}
.large-radius {
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 32px !important;
  }
}
.panel-group .card {
  border-radius: 10px !important;
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav {
    border-radius: 32px !important;
  }
}
.dropdown-item {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjJeJq95v0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 86px;
}
.cid-vjJeJq95v0 nav.navbar {
  position: fixed;
}
.cid-vjJeJq95v0 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vjJeJq95v0 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjJeJq95v0 .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-vjJeJq95v0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjJeJq95v0 .dropdown-item {
  border: none !important;
  background: #252525 !important;
  font-weight: 400;
}
.cid-vjJeJq95v0 .dropdown-item:hover,
.cid-vjJeJq95v0 .dropdown-item:focus {
  background: #252525 !important;
  color: #9e24e0 !important;
}
.cid-vjJeJq95v0 .dropdown-item:hover span {
  color: white;
}
.cid-vjJeJq95v0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjJeJq95v0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjJeJq95v0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjJeJq95v0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vjJeJq95v0 .nav-link {
  position: relative;
}
.cid-vjJeJq95v0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vjJeJq95v0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vjJeJq95v0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjJeJq95v0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjJeJq95v0 .dropdown-menu,
.cid-vjJeJq95v0 .navbar.opened {
  background: #000000 !important;
}
.cid-vjJeJq95v0 .nav-item:focus,
.cid-vjJeJq95v0 .nav-link:focus {
  outline: none;
}
.cid-vjJeJq95v0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjJeJq95v0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjJeJq95v0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjJeJq95v0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjJeJq95v0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjJeJq95v0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjJeJq95v0 .navbar {
  min-height: 86px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjJeJq95v0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjJeJq95v0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-vjJeJq95v0 .navbar .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vjJeJq95v0 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vjJeJq95v0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjJeJq95v0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjJeJq95v0 .navbar.collapsed {
  justify-content: center;
}
.cid-vjJeJq95v0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjJeJq95v0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjJeJq95v0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.9rem);
  }
}
.cid-vjJeJq95v0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjJeJq95v0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjJeJq95v0 .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-vjJeJq95v0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjJeJq95v0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjJeJq95v0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjJeJq95v0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjJeJq95v0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjJeJq95v0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjJeJq95v0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjJeJq95v0 .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-vjJeJq95v0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjJeJq95v0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjJeJq95v0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjJeJq95v0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjJeJq95v0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjJeJq95v0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjJeJq95v0 .navbar.navbar-short {
  min-height: 86px;
}
.cid-vjJeJq95v0 .navbar.navbar-short .navbar-brand {
  min-height: 86px;
}
.cid-vjJeJq95v0 .navbar-brand {
  min-height: 86px;
  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-vjJeJq95v0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjJeJq95v0 .navbar-brand .navbar-caption:hover,
.cid-vjJeJq95v0 .navbar-brand .navbar-caption:focus {
  color: #9e24e0 !important;
}
.cid-vjJeJq95v0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjJeJq95v0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjJeJq95v0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #9e24e0 !important;
}
.cid-vjJeJq95v0 .dropdown-item.active,
.cid-vjJeJq95v0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjJeJq95v0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjJeJq95v0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjJeJq95v0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjJeJq95v0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjJeJq95v0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjJeJq95v0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjJeJq95v0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjJeJq95v0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 6px 0;
  border: 1px solid #3e3e3e !important;
  background-color: #252525 !important;
}
@media (min-width: 991px) {
  .cid-vjJeJq95v0 ul.navbar-nav {
    background-color: transparent;
    border: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  .cid-vjJeJq95v0 ul.navbar-nav {
    padding: 6px;
  }
}
.cid-vjJeJq95v0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjJeJq95v0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjJeJq95v0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjJeJq95v0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjJeJq95v0 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjJeJq95v0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjJeJq95v0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjJeJq95v0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjJeJq95v0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjJeJq95v0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjJeJq95v0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjJeJq95v0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjJeJq95v0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjJeJq95v0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjJeJq95v0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjJeJq95v0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjJeJq95v0 .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-vjJeJq95v0 .navbar {
    height: 86px;
  }
  .cid-vjJeJq95v0 .navbar.opened {
    height: auto;
  }
  .cid-vjJeJq95v0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjJeJq95v0 .navbar-nav {
  margin: 0 auto;
}
.cid-vjJeJq95v0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjJeJq95v0 .nav-item .nav-link {
  padding: 8px 18px !important;
  border: 1px solid transparent;
  margin: 0 6px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjJeJq95v0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjJeJq95v0 .nav-item .nav-link:hover,
.cid-vjJeJq95v0 .nav-item .nav-link:focus {
  background-color: transparent;
  border: 1px solid #9e24e0;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-image: linear-gradient(90deg, #9e24e0, #f970a1);
}
.cid-vjJeJq95v0 .nav-item .nav-link:hover::after,
.cid-vjJeJq95v0 .nav-item .nav-link:focus::after {
  color: #9e24e0 !important;
}
.cid-vjJeJq95v0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjJeJq95v0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjJeJq95v0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjJeJq95v0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjJeJq95v0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjJeJq95v0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjJeJq95v0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjJeJq95v0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjJeJq95v0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjJeJq95v0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjJeJq95v0 .content-wrap {
  min-height: 86px;
}
.cid-vjJeJDFn9E {
  background-color: #000000;
}
.cid-vjJeJDFn9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeJDFn9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeJDFn9E .container-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .container-wrapper {
    padding: 0;
  }
}
.cid-vjJeJDFn9E .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, transparent 52%, #9e24e0 78%, #f970a1 100%);
}
.cid-vjJeJDFn9E .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjJeJDFn9E .content-wrapper .label-wrapper {
  margin-bottom: 12px;
}
.cid-vjJeJDFn9E .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background-color: #080808;
  border: 1px solid #ee286e;
  padding: 8px 20px;
}
.cid-vjJeJDFn9E .content-wrapper .label-wrapper .label-wrap .logo-wrapper img {
  min-width: 22px;
  object-fit: cover;
}
.cid-vjJeJDFn9E .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vjJeJDFn9E .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vjJeJDFn9E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjJeJDFn9E .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .content-wrapper .mbr-section-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-vjJeJDFn9E .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .74fr 1fr .74fr;
  gap: 20px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.cid-vjJeJDFn9E .items-wrapper .image-wrapper img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #6905a0;
  background-color: #6905a0;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .items-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vjJeJDFn9E .items-wrapper .image-wrapper:nth-child(2) {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .items-wrapper .image-wrapper:nth-child(2) {
    margin-top: 0;
  }
}
.cid-vjJeJDFn9E .items-wrapper .image-wrapper:nth-child(2) img {
  height: 425px;
}
@media (max-width: 992px) {
  .cid-vjJeJDFn9E .items-wrapper .image-wrapper:nth-child(2) img {
    height: 300px;
  }
}
.cid-vjJeJDFn9E .mbr-label,
.cid-vjJeJDFn9E .label-wrapper {
  color: #fc9cbe;
  text-align: center;
}
.cid-vjJeJDFn9E .mbr-section-title {
  color: #ffffff;
}
.cid-vjJeJDFn9E .mbr-text,
.cid-vjJeJDFn9E .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeJDFn9E .mbr-section-title,
.cid-vjJeJDFn9E .mbr-section-btn {
  text-align: center;
}
.cid-vugZvaM16Y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vugZvaM16Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vugZvaM16Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vugZvaM16Y .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vugZvaM16Y .content-wrapper .content {
  padding: 0;
}
.cid-vugZvaM16Y .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f807c3;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vugZvaM16Y .content-wrapper .border_1 {
  left: 0;
}
.cid-vugZvaM16Y .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vugZvaM16Y .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vugZvaM16Y .content-wrapper .border_3 {
  left: 50%;
}
.cid-vugZvaM16Y .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vugZvaM16Y .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vugZvaM16Y .content-wrapper .border_5 {
  left: 100%;
}
.cid-vugZvaM16Y .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cid-vugZvaM16Y .content-wrap .card {
  padding: 0;
}
.cid-vugZvaM16Y .label-wrapper {
  margin-bottom: 20px;
}
.cid-vugZvaM16Y .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #21242b;
  padding: 7px 14px 6px;
}
.cid-vugZvaM16Y .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vugZvaM16Y .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vugZvaM16Y .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vugZvaM16Y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vugZvaM16Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vugZvaM16Y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vugZvaM16Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 768px) {
  .cid-vugZvaM16Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vugZvaM16Y .embla__slide .slide-content {
  width: 100%;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #000000 45%);
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #000000 45%);
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #000000 45%);
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #000000;
  margin: 0 -1px;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 1px 24px;
  background-color: #000000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-top: 32px;
}
.cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  height: 326px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 24px);
}
@media (max-width: 992px) {
  .cid-vugZvaM16Y .embla__slide .slide-content .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vugZvaM16Y .embla__button--next,
.cid-vugZvaM16Y .embla__button--prev {
  display: flex;
}
.cid-vugZvaM16Y .embla__button {
  bottom: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .5 !important;
  display: none;
}
.cid-vugZvaM16Y .embla__button:hover {
  opacity: 1 !important;
}
.cid-vugZvaM16Y .embla__button:disabled {
  opacity: .2 !important;
}
.cid-vugZvaM16Y .embla__button.embla__button--prev {
  right: 34px;
}
.cid-vugZvaM16Y .embla__button.embla__button--next {
  right: 0;
}
.cid-vugZvaM16Y .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vugZvaM16Y .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vugZvaM16Y .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vugZvaM16Y .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vugZvaM16Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vugZvaM16Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vugZvaM16Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vugZvaM16Y .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vugZvaM16Y .mbr-label {
  color: #ffffff;
}
.cid-vugZvaM16Y .mbr-section-title {
  color: #ffffff;
}
.cid-vugZvaM16Y .mbr-section-subtitle {
  color: #9e9e9e;
}
.cid-vugZvaM16Y .item-title {
  color: #ffffff;
}
.cid-vugZvaM16Y .item-text {
  color: #9e9e9e;
}
.cid-vjJeKLoo7l {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vjJeKLoo7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeKLoo7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeKLoo7l .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjJeKLoo7l .container-wrapper {
    padding: 0;
  }
}
.cid-vjJeKLoo7l .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vjJeKLoo7l .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjJeKLoo7l .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeKLoo7l .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vjJeKLoo7l .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vjJeKLoo7l .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjJeKLoo7l .items-wrapper .item {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjJeKLoo7l .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid #711162;
}
@media (max-width: 992px) {
  .cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
  }
}
.cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
}
.cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjJeKLoo7l .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjJeKLoo7l .mbr-section-title,
.cid-vjJeKLoo7l .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeKLoo7l .item-title {
  color: #ffffff;
}
.cid-vjJeKLoo7l .item-text {
  color: #fafafa;
  text-align: center;
}
.cid-vjJeKLoo7l .item-title,
.cid-vjJeKLoo7l .mbr-section-btn {
  text-align: center;
}
.cid-vjJeLAmIZb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vjJeLAmIZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeLAmIZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeLAmIZb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vjJeLAmIZb .items-wrapper {
  margin: 0 -20px;
}
.cid-vjJeLAmIZb .items-wrapper .card {
  padding: 0 20px;
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper {
  background-image: linear-gradient(90deg, #2f103e, #36232e);
  padding: 1px;
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 16px;
  }
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap {
  background-color: #080808;
  padding: 40px;
  box-shadow: inset 0 12px 15px -12px #2f103e;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap {
    padding: 20px;
  }
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 32px;
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-image: linear-gradient(90deg, #9e24e0, #f970a1);
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vjJeLAmIZb .items-wrapper .content-wrapper .content-wrap .image-wrapper img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .items-wrap .item {
    margin-bottom: 16px;
  }
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper {
  background-color: #080808;
  border: 1px solid #2f103e;
  box-shadow: inset 0 12px 15px -12px #2f103e;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    margin-bottom: 24px;
  }
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjJeLAmIZb .items-wrapper .items-wrap .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjJeLAmIZb .mbr-section-title,
.cid-vjJeLAmIZb .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeLAmIZb .mbr-label {
  color: #ffffff;
}
.cid-vjJeLAmIZb .item-number {
  color: #ffffff;
}
.cid-vjJeLAmIZb .item-title {
  color: #ffffff;
}
.cid-vjJeLAmIZb .item-text {
  color: #b9b9b9;
}
.cid-vjJf8BBCLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vjJf8BBCLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJf8BBCLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJf8BBCLp .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .container-wrapper {
    padding: 0;
  }
}
.cid-vjJf8BBCLp .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
}
.cid-vjJf8BBCLp .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjJf8BBCLp .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjJf8BBCLp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjJf8BBCLp .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vjJf8BBCLp .items-wrapper .card {
  padding: 0 12px;
}
.cid-vjJf8BBCLp .items-wrapper .content-wrapper {
  position: sticky;
  top: 40px;
  background-color: #252525;
  box-shadow: inset 0 0 15px -5px #2f103e;
  padding: 24px;
  min-height: 405px;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .content-wrapper {
    position: relative;
    top: 0;
    padding: 20px;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.cid-vjJf8BBCLp .items-wrapper .content-wrapper .image-wrapper {
  margin-bottom: 16px;
}
.cid-vjJf8BBCLp .items-wrapper .content-wrapper .image-wrapper img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vjJf8BBCLp .items-wrapper .content-wrapper .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-vjJf8BBCLp .items-wrapper .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item {
    margin-bottom: 16px;
  }
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #252525;
  box-shadow: inset 0 0 15px -5px #2f103e;
  padding: 60px 24px;
  height: 100%;
  overflow: hidden;
  min-height: 405px;
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper {
    padding: 20px;
    min-height: 300px;
  }
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -140px;
  left: 0;
  width: 250px;
  height: 150px;
  background-color: #a03e91;
  filter: blur(45px);
  pointer-events: none;
  border-radius: 100%;
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper::after {
  content: '';
  position: absolute;
  right: 20%;
  width: 100px;
  height: 100px;
  background-color: #f970a1;
  filter: blur(60px);
  pointer-events: none;
  border-radius: 100%;
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
  margin-bottom: 0;
  font-size: 170px;
  line-height: 1;
  opacity: 0.2;
}
@media (max-width: 1440px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    font-size: 150px;
  }
}
@media (max-width: 1200px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-number {
    font-size: 60px;
  }
}
.cid-vjJf8BBCLp .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vjJf8BBCLp .mbr-section-title,
.cid-vjJf8BBCLp .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJf8BBCLp .mbr-text,
.cid-vjJf8BBCLp .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vjJf8BBCLp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjJf8BBCLp .mbr-desc {
  color: #fafafa;
}
.cid-vjJf8BBCLp .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-vjJf8BBCLp .item-title {
  color: #b9b9b9;
  text-align: center;
}
.cid-vjJf8BBCLp .item-title,
.cid-vjJf8BBCLp .mbr-section-btn {
  color: #fc9cbe;
}
.cid-vlSfUFXx3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vlSfUFXx3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlSfUFXx3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlSfUFXx3x .content-wrapper {
  position: relative;
  padding: 24px 40px 24px 24px;
  display: flex;
  align-items: center;
  border: 1px solid #36232e;
  background-color: #080808;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vlSfUFXx3x .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vlSfUFXx3x .content-wrapper::before {
  content: '';
  position: absolute;
  top: -110px;
  right: -50px;
  width: 250px;
  height: 150px;
  background-color: #2f103e;
  filter: blur(45px);
  pointer-events: none;
  border-radius: 100%;
}
.cid-vlSfUFXx3x .content-wrapper::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 60%;
  height: 100px;
  background-color: #2f103e;
  filter: blur(30px);
  pointer-events: none;
  border-radius: 100%;
}
.cid-vlSfUFXx3x .content-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vlSfUFXx3x .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vlSfUFXx3x .content-wrapper .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 40%;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vlSfUFXx3x .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper {
  margin-bottom: 24px;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper .date-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper .date-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #9e24e0, #f970a1);
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper .date-wrap .iconfont-wrapper {
  margin-right: 8px;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vlSfUFXx3x .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 22px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vlSfUFXx3x .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vlSfUFXx3x .mbr-date {
  color: #b9b9b9;
}
.cid-vlSfUFXx3x .mbr-section-title,
.cid-vlSfUFXx3x .title-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-vlSfUFXx3x .mbr-text,
.cid-vlSfUFXx3x .text-wrapper {
  color: #b9b9b9;
}
.cid-vlSfUFXx3x .mbr-text {
  color: #fafafa;
  text-align: left;
}
.cid-vlSfUFXx3x .mbr-date,
.cid-vlSfUFXx3x .date-wrap {
  color: #ffffff;
  text-align: left;
}
.cid-vjJeY0Xz1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vjJeY0Xz1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeY0Xz1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeY0Xz1Q .content-wrapper .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap {
    width: 100%;
  }
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 1px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line-wrap {
    width: 15%;
  }
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line-wrap::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .mbr-label {
  white-space: nowrap;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .mbr-label {
    white-space: wrap;
  }
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line_1 {
  background-image: linear-gradient(90deg, transparent, #ffffff);
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line_1::before {
  right: 0;
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line_2 {
  background-image: linear-gradient(90deg, #ffffff, transparent);
}
.cid-vjJeY0Xz1Q .content-wrapper .label-wrapper .label-wrap .line_2::before {
  left: 0;
}
.cid-vjJeY0Xz1Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cid-vjJeY0Xz1Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjJeY0Xz1Q .embla__slide .slide-content {
  width: 100%;
}
.cid-vjJeY0Xz1Q .embla__slide .slide-content .item-wrapper {
  background-color: #080808;
  box-shadow: inset 0 8px 20px #252525;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjJeY0Xz1Q .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjJeY0Xz1Q .embla__slide .slide-content .item-wrapper .item-img img {
  object-fit: cover;
  height: 100px;
  width: 75%;
  max-height: 250px;
  filter: invert(1);
}
.cid-vjJeY0Xz1Q .embla__button--next,
.cid-vjJeY0Xz1Q .embla__button--prev {
  display: flex;
}
.cid-vjJeY0Xz1Q .embla__button {
  bottom: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #080808 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vjJeY0Xz1Q .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vjJeY0Xz1Q .embla__button:disabled {
  opacity: .3 !important;
  transition: none;
}
.cid-vjJeY0Xz1Q .embla__button.embla__button--prev {
  margin-right: 60px;
}
.cid-vjJeY0Xz1Q .embla__button.embla__button--next {
  margin-left: 60px;
}
.cid-vjJeY0Xz1Q .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vjJeY0Xz1Q .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vjJeY0Xz1Q .embla__viewport {
    padding: 0;
  }
}
.cid-vjJeY0Xz1Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjJeY0Xz1Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjJeY0Xz1Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjJeY0Xz1Q .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjJeY0Xz1Q .mbr-label,
.cid-vjJeY0Xz1Q .label-wrapper {
  color: #fc9cbe;
  text-align: center;
}
.cid-vmfXQcLv0r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .cid-vmfXQcLv0r .col-md-6 {
    width: 100%;
  }
}
.cid-vmfXQcLv0r h2,
.cid-vmfXQcLv0r h4,
.cid-vmfXQcLv0r p {
  margin: 0;
}
.cid-vmfXQcLv0r .text-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
}
@media (max-width: 1199px) {
  .cid-vmfXQcLv0r .text-elements {
    padding: 0rem;
  }
}
.cid-vmfXQcLv0r .inner {
  height: 100%;
}
.cid-vmfXQcLv0r .col-border {
  border-right: 1px solid #efefef;
  max-height: 100%;
}
.cid-vmfXQcLv0r .mbr-section-title {
  color: #fc9cbe;
  margin-bottom: 14px;
}
.cid-vmfXQcLv0r .mbr-text {
  margin-top: 14px;
  color: #fafafa;
}
.cid-vmfXQcLv0r .link-wrap {
  padding-top: 25px;
}
.cid-vmfXQcLv0r .link {
  font-weight: 600;
  position: relative;
}
.cid-vmfXQcLv0r .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-vmfXQcLv0r .progress-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vmfXQcLv0r .card {
  width: 300px;
  max-width: 300px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-vmfXQcLv0r .card .circle-wrap {
  position: relative;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 26px;
}
.cid-vmfXQcLv0r .card .circle-wrap svg {
  overflow: visible;
}
.cid-vmfXQcLv0r .card .circle-wrap svg .circle-active {
  stroke: #ee286e;
}
.cid-vmfXQcLv0r .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-vmfXQcLv0r .card-wrapper {
  justify-content: center;
}
.cid-vmfXQcLv0r .card-title {
  margin-bottom: 0.625rem;
}
.cid-vmfXQcLv0r .card1 {
  margin: auto;
}
.cid-vmfXQcLv0r .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-vmfXQcLv0r .card1 .circle-wrap .circle-text::before {
  content: "100";
}
@media (max-width: 1700px) {
  .cid-vmfXQcLv0r .display-2 {
    font-size: 2.5rem !important;
    line-height: 1;
  }
  .cid-vmfXQcLv0r .display-1 {
    font-size: 4rem !important;
  }
}
.cid-vmfXQcLv0r .circle-text {
  color: #8dff31;
}
.cid-vjJeMvOMwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vjJeMvOMwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeMvOMwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeMvOMwW .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .container-wrapper {
    padding: 0;
  }
}
.cid-vjJeMvOMwW .container-wrapper::before {
  content: '';
  position: absolute;
  top: -60px;
  width: 80%;
  height: 100px;
  background-image: radial-gradient(circle, #000000 0%, transparent 70%);
  filter: blur(45px);
}
.cid-vjJeMvOMwW .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjJeMvOMwW .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjJeMvOMwW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjJeMvOMwW .items-wrapper {
  margin: 0 -12px;
}
.cid-vjJeMvOMwW .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper {
  height: 100%;
  background-image: linear-gradient(90deg, #2f103e, #36232e);
  padding: 1px;
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: inset 0 12px 30px -12px #2f103e;
  background-color: #080808;
  background-image: linear-gradient(170deg, #080808 50%, #2f103e 100%);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 60px;
  }
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #252525 65%, #a03e91 120%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .item-content .item-date {
  margin-bottom: 12px;
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjJeMvOMwW .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjJeMvOMwW .mbr-section-title,
.cid-vjJeMvOMwW .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeMvOMwW .mbr-text,
.cid-vjJeMvOMwW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeMvOMwW .item-date {
  color: #ffffff;
}
.cid-vjJeMvOMwW .item-title {
  color: #ffffff;
}
.cid-vjJeMvOMwW .item-text {
  color: #fc9cbe;
}
.cid-vjJeN7rlxl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #080808;
  position: relative;
  overflow: hidden;
}
.cid-vjJeN7rlxl::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, #9e24e0 0%, #f970a1 100%);
  filter: blur(80px);
  border-radius: 100%;
  pointer-events: none;
}
.cid-vjJeN7rlxl .item:focus,
.cid-vjJeN7rlxl span:focus {
  outline: none;
}
.cid-vjJeN7rlxl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vjJeN7rlxl .content-head {
  max-width: 800px;
}
.cid-vjJeN7rlxl .item {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 10px 0;
  opacity: 0.3;
  font-weight: 700;
}
.cid-vjJePluTAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vjJePluTAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJePluTAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJePluTAU .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vjJePluTAU .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vjJePluTAU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vjJePluTAU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjJePluTAU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjJePluTAU .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vjJePluTAU .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vjJePluTAU .image-wrapper {
  padding: 28px;
  background-image: linear-gradient(90deg, #9e24e0, #f970a1);
}
@media (max-width: 992px) {
  .cid-vjJePluTAU .image-wrapper {
    padding: 20px;
  }
}
.cid-vjJePluTAU .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vjJePluTAU .image-wrapper img {
    height: 300px;
  }
}
.cid-vjJePluTAU .mbr-section-title {
  color: #ffffff;
}
.cid-vjJePluTAU .mbr-text {
  color: #b9b9b9;
}
.cid-vjJePluTAU .item-title {
  color: #b9b9b9;
}
.cid-vjJePluTAU .item-text {
  color: #ffffff;
}
.cid-vjJePluTAU .mbr-section-title,
.cid-vjJePluTAU .mbr-section-btn {
  text-align: right;
}
.cid-vjJePluTAU .mbr-text,
.cid-vjJePluTAU .text-wrapper {
  color: #fafafa;
  text-align: right;
}
.cid-vjJeTzACEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vjJeTzACEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJeTzACEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJeTzACEW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJeTzACEW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vjJeTzACEW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 585px;
  max-width: 585px;
}
@media (max-width: 768px) {
  .cid-vjJeTzACEW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjJeTzACEW .embla__slide .slide-content {
  width: 100%;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-image: linear-gradient(90deg, #2f103e, #36232e);
  padding: 1px;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #080808;
  padding: 36px;
  box-shadow: inset 0 12px 15px -12px #2f103e;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box {
    min-height: auto;
    padding: 20px;
  }
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .item-content .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .item-content .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper {
    margin-top: 24px;
  }
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vjJeTzACEW .embla__slide .slide-content .item-wrapper .card-box .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vjJeTzACEW .embla__button--next,
.cid-vjJeTzACEW .embla__button--prev {
  display: flex;
}
.cid-vjJeTzACEW .embla__button {
  bottom: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #080808 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vjJeTzACEW .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vjJeTzACEW .embla__button:disabled {
  opacity: .3 !important;
  transition: none;
}
.cid-vjJeTzACEW .embla__button.embla__button--prev {
  margin-right: 60px;
}
.cid-vjJeTzACEW .embla__button.embla__button--next {
  margin-left: 60px;
}
.cid-vjJeTzACEW .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vjJeTzACEW .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vjJeTzACEW .embla__viewport {
    padding: 0;
  }
}
.cid-vjJeTzACEW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjJeTzACEW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjJeTzACEW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjJeTzACEW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vjJeTzACEW .mbr-section-title,
.cid-vjJeTzACEW .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJeTzACEW .item-title {
  color: #ffffff;
}
.cid-vjJeTzACEW .item-text {
  color: #ffffff;
}
.cid-vjJeTzACEW .item-name {
  color: #ffffff;
}
.cid-vjJeTzACEW .item-role {
  color: #b9b9b9;
}
.cid-vmnj8AMTmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vmnj8AMTmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmnj8AMTmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmnj8AMTmF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmnj8AMTmF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vmnj8AMTmF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .cid-vmnj8AMTmF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmnj8AMTmF .embla__slide .slide-content {
  width: 100%;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-image: linear-gradient(90deg, #2f103e, #2f103e);
  padding: 1px;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .item-img img,
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .mbr-section-btn,
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(145deg, #080808 74%, #9e24e0 100%);
  padding: 36px;
  box-shadow: inset 0 12px 15px -12px #2f103e;
}
@media (max-width: 992px) {
  .cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
    height: 300px;
  }
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vmnj8AMTmF .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vmnj8AMTmF .embla__button--next,
.cid-vmnj8AMTmF .embla__button--prev {
  display: flex;
}
.cid-vmnj8AMTmF .embla__button {
  bottom: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #080808 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vmnj8AMTmF .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vmnj8AMTmF .embla__button:disabled {
  opacity: .3 !important;
  transition: none;
}
.cid-vmnj8AMTmF .embla__button.embla__button--prev {
  margin-right: 60px;
}
.cid-vmnj8AMTmF .embla__button.embla__button--next {
  margin-left: 60px;
}
.cid-vmnj8AMTmF .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vmnj8AMTmF .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmnj8AMTmF .embla__viewport {
    padding: 0;
  }
}
.cid-vmnj8AMTmF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmnj8AMTmF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmnj8AMTmF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmnj8AMTmF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmnj8AMTmF .mbr-section-title,
.cid-vmnj8AMTmF .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmnj8AMTmF .item-title {
  color: #ffffff;
}
.cid-vmnj8AMTmF .item-text {
  color: #b9b9b9;
}
.cid-vmu7kevEcb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmu7kevEcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmu7kevEcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmu7kevEcb .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmu7kevEcb .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .label-wrapper .label-content {
    display: block;
  }
}
.cid-vmu7kevEcb .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vmu7kevEcb .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #ff4400;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vmu7kevEcb .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vmu7kevEcb .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vmu7kevEcb .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmu7kevEcb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vmu7kevEcb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmu7kevEcb .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #333336;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  gap: 0;
  flex-wrap: wrap;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs {
    width: 100%;
  }
}
.cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  will-change: transform;
}
.cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #333336;
  padding: 10px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  background-color: transparent;
  will-change: transform;
}
.cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  margin-right: 0;
  margin-left: 12px;
  font-size: inherit;
}
.cid-vmu7kevEcb .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #333336;
  color: #fc9cbe;
  border: none;
}
.cid-vmu7kevEcb .tab-content .tab-pane .item-content {
  margin: 0 -40px;
}
.cid-vmu7kevEcb .tab-content .tab-pane .item-content .card {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .image-wrap {
    margin-bottom: 24px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .image-wrap img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .card-title {
    margin-bottom: 24px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .card-title .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .card-title .item-title {
    margin-bottom: 24px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .card-title .item-price {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .card-title .item-price {
    margin-bottom: 24px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .card-title .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .card-title .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .card-title .mbr-section-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .card-title .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list {
  width: 75%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1440px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list {
    width: 100%;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list .item-wrap {
  padding: 16px 8px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list .item-wrap {
    padding: 16px 0 16px 36px;
  }
}
.cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 23px;
  left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ff4400;
  border: 1px solid #ff4400;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-vmu7kevEcb .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
    left: 0;
  }
}
.cid-vmu7kevEcb .mbr-label {
  color: #6f6f75;
}
.cid-vmu7kevEcb .mbr-tag {
  color: #333336;
}
.cid-vmu7kevEcb .mbr-section-title {
  color: #333336;
}
.cid-vmu7kevEcb .mbr-text,
.cid-vmu7kevEcb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmu7kevEcb .item-title {
  color: #6f6f75;
}
.cid-vmu7kevEcb .item-price {
  color: #8dff31;
  text-align: center;
}
.cid-vmu7kevEcb .item-text,
.cid-vmu7kevEcb .text-wrap {
  color: #6f6f75;
  text-align: center;
}
.cid-vmu7kevEcb .list {
  color: #333336;
}
.cid-vmu7kevEcb .mbr-label,
.cid-vmu7kevEcb .label-wrapper,
.cid-vmu7kevEcb .mbr-tag {
  text-align: center;
}
.cid-vmu7kevEcb .mbr-section-title,
.cid-vmu7kevEcb .title-wrapper,
.cid-vmu7kevEcb .tabs-wrapper {
  text-align: center;
  color: #e54ac7;
}
.cid-vmu7kevEcb .item-title,
.cid-vmu7kevEcb .mbr-section-btn {
  text-align: center;
  color: #e54ac7;
}
.cid-vmu7kevEcb .mbr-tag,
.cid-vmu7kevEcb .label-wrapper {
  color: #ffffff;
}
.cid-vmu7kevEcb .list,
.cid-vmu7kevEcb .item-wrap {
  color: #fafafa;
}
.cid-vjJfa8W2PF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.cid-vjJfa8W2PF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJfa8W2PF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJfa8W2PF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjJfa8W2PF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJfa8W2PF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vjJfa8W2PF .items-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-vjJfa8W2PF .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjJfa8W2PF .items-wrapper .item {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjJfa8W2PF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjJfa8W2PF .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img img,
.cid-vjJfa8W2PF .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vjJfa8W2PF .items-wrapper .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-vjJfa8W2PF .items-wrapper .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .title-wrap {
  margin-bottom: 16px;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .title-wrap .card-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .title-wrap .card-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, #9e24e0, #8dff31);
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .title-wrap .card-title .item-title {
  margin-bottom: 0;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 12px;
}
.cid-vjJfa8W2PF .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vjJfa8W2PF .mbr-section-title,
.cid-vjJfa8W2PF .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vjJfa8W2PF .item-price {
  color: #ffffff;
}
.cid-vjJfa8W2PF .item-title {
  color: #ffffff;
}
.cid-vjJfa8W2PF .item-text {
  color: #fafafa;
}
.cid-vmsEzYZwJA {
  background-color: #080808;
}
.cid-vmsEzYZwJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmsEzYZwJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmsEzYZwJA .container-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .container-wrapper {
    padding: 0;
  }
}
.cid-vmsEzYZwJA .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(170deg, transparent 80%, #9e24e0 110%);
}
.cid-vmsEzYZwJA .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vmsEzYZwJA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmsEzYZwJA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmsEzYZwJA .content-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .content-wrapper .mbr-section-btn {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-vmsEzYZwJA .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .7fr 1fr .7fr;
  gap: 20px;
  margin-top: 60px;
  align-items: stretch;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }
}
.cid-vmsEzYZwJA .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 75%, #080808 95%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .items-wrapper::before {
    content: none;
  }
}
.cid-vmsEzYZwJA .items-wrapper .image-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .items-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vmsEzYZwJA .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vmsEzYZwJA .items-wrapper .card-box:last-child {
  margin-bottom: 16px;
}
.cid-vmsEzYZwJA .items-wrapper .card-box .item-content {
  overflow: hidden;
  padding: 32px 32px 0;
  background-image: linear-gradient(90deg, #9e24e0, #f970a1);
}
@media (max-width: 992px) {
  .cid-vmsEzYZwJA .items-wrapper .card-box .item-content {
    padding: 20px 20px 0;
  }
}
.cid-vmsEzYZwJA .items-wrapper .card-box .item-content .mbr-number {
  margin-bottom: 4px;
}
.cid-vmsEzYZwJA .items-wrapper .card-box .item-content .mbr-desc {
  margin-bottom: 0;
}
.cid-vmsEzYZwJA .items-wrapper .card-box .item-content .item-img {
  margin-top: 24px;
}
.cid-vmsEzYZwJA .items-wrapper .card-box .item-content .item-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vmsEzYZwJA .mbr-section-title {
  color: #ffffff;
}
.cid-vmsEzYZwJA .mbr-text,
.cid-vmsEzYZwJA .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-vmsEzYZwJA .mbr-section-title,
.cid-vmsEzYZwJA .mbr-section-btn {
  text-align: center;
  color: #ee286e;
}
.cid-vmsEzYZwJA .mbr-number {
  color: #ffffff;
}
.cid-vmsEzYZwJA .mbr-desc {
  color: #ffffff;
}
.cid-vmgdiSQzgv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #080808;
}
.cid-vmgdiSQzgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmgdiSQzgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmgdiSQzgv .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vmgdiSQzgv .container-wrapper {
    padding: 0;
  }
}
.cid-vmgdiSQzgv .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #a03e91 110%), linear-gradient(170deg, transparent 75%, #a03e91 110%);
}
.cid-vmgdiSQzgv .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vmgdiSQzgv .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vmgdiSQzgv .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vmgdiSQzgv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmgdiSQzgv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmgdiSQzgv .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vmgdiSQzgv .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vmgdiSQzgv .mbr-section-title,
.cid-vmgdiSQzgv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmgdiSQzgv .mbr-text,
.cid-vmgdiSQzgv .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-vlSJEAjRrV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vlSJEAjRrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlSJEAjRrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlSJEAjRrV .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vlSJEAjRrV .container-wrapper {
    padding: 0;
  }
}
.cid-vlSJEAjRrV .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(190deg, transparent 90%, #a03e91 110%);
}
.cid-vlSJEAjRrV .items-wrapper {
  margin: 0 -30px;
}
.cid-vlSJEAjRrV .items-wrapper .card {
  padding: 0 30px;
}
.cid-vlSJEAjRrV .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vlSJEAjRrV .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vlSJEAjRrV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vlSJEAjRrV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vlSJEAjRrV .panel-group .card {
  position: relative;
  padding: 21px 24px;
  border: 1px solid #252525;
  background-color: transparent;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vlSJEAjRrV .panel-group .card {
    padding: 20px;
  }
}
.cid-vlSJEAjRrV .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vlSJEAjRrV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #9e24e0;
}
.cid-vlSJEAjRrV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #9e24e0;
}
.cid-vlSJEAjRrV .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-vlSJEAjRrV .panel-group .card .panel-collapse .panel-body {
    padding-top: 20px;
  }
}
.cid-vlSJEAjRrV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vlSJEAjRrV .mbr-section-title {
  color: #ffffff;
}
.cid-vlSJEAjRrV .mbr-text {
  color: #b9b9b9;
}
.cid-vlSJEAjRrV .panel-title-edit {
  color: #f970a1;
}
.cid-vlSJEAjRrV .panel-text {
  color: #b9b9b9;
}
.cid-vlSJEAjRrV .panel-text,
.cid-vlSJEAjRrV .item-btn {
  color: #fafafa;
}
.cid-vjJfaUuZjj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #080808;
}
.cid-vjJfaUuZjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjJfaUuZjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjJfaUuZjj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjJfaUuZjj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjJfaUuZjj .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vjJfaUuZjj .content-wrapper .title-wrapper .title-wrap .logo-wrapper img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  object-fit: cover;
}
.cid-vjJfaUuZjj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjJfaUuZjj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjJfaUuZjj .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vjJfaUuZjj .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 32px 60px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .nav-wrapper {
    margin-bottom: 32px;
    justify-content: flex-start;
  }
}
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #f970a1;
}
.cid-vjJfaUuZjj .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjJfaUuZjj .border-wrap {
  border-top: 1px solid #252525;
  padding-top: 20px;
  width: 100%;
}
.cid-vjJfaUuZjj .mbr-copy {
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}
.cid-vjJfaUuZjj .label-wrapper {
  position: relative;
  margin-top: 68px;
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .label-wrapper {
    margin-top: 48px;
  }
}
.cid-vjJfaUuZjj .label-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  height: 150px;
  width: 80%;
  transform: rotate(-10deg);
  background-image: linear-gradient(180deg, #9e24e0 0%, #f970a1 100%);
  filter: blur(80px);
  border-radius: 100%;
}
.cid-vjJfaUuZjj .label-wrapper .mbr-label {
  position: relative;
  z-index: 1;
  opacity: 0.3;
  margin-bottom: 0;
  font-size: 250px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-vjJfaUuZjj .label-wrapper .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vjJfaUuZjj .label-wrapper .mbr-label {
    font-size: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vjJfaUuZjj .label-wrapper .mbr-label {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .cid-vjJfaUuZjj .label-wrapper .mbr-label {
    font-size: 60px;
  }
}
.cid-vjJfaUuZjj .mbr-section-title {
  color: #ffffff;
}
.cid-vjJfaUuZjj .mbr-text {
  color: #ffffff;
}
.cid-vjJfaUuZjj .mbr-list-title {
  color: #ffffff;
}
.cid-vjJfaUuZjj .list {
  color: #b9b9b9;
}
.cid-vjJfaUuZjj .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vlOuoshyVM.popup-builder {
  background-color: #ffffff;
}
.cid-vlOuoshyVM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vlOuoshyVM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vlOuoshyVM .modal-content,
.cid-vlOuoshyVM .modal-dialog {
  height: auto;
}
.cid-vlOuoshyVM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vlOuoshyVM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vlOuoshyVM .form-wrapper .mbr-form .form-group,
  .cid-vlOuoshyVM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vlOuoshyVM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vlOuoshyVM .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-vlOuoshyVM .mbr-text {
  text-align: center;
  color: #fafafa;
}
.cid-vlOuoshyVM .pt-0 {
  padding-top: 0 !important;
}
.cid-vlOuoshyVM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vlOuoshyVM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vlOuoshyVM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vlOuoshyVM .modal-open {
  overflow: hidden;
}
.cid-vlOuoshyVM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vlOuoshyVM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vlOuoshyVM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vlOuoshyVM .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-vlOuoshyVM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vlOuoshyVM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vlOuoshyVM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vlOuoshyVM .modal-content {
  background: #1d0528;
  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-vlOuoshyVM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vlOuoshyVM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vlOuoshyVM .modal-backdrop.fade {
  opacity: 0;
}
.cid-vlOuoshyVM .modal-backdrop.show {
  opacity: .5;
}
.cid-vlOuoshyVM .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-vlOuoshyVM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vlOuoshyVM .modal-header {
    padding: 1rem;
  }
}
.cid-vlOuoshyVM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vlOuoshyVM .modal-header .close svg {
  fill: #ffffff;
}
.cid-vlOuoshyVM .modal-header .close:hover {
  opacity: 1;
}
.cid-vlOuoshyVM .modal-header .close:focus {
  outline: none;
}
.cid-vlOuoshyVM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ae4ae5;
}
.cid-vlOuoshyVM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vlOuoshyVM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vlOuoshyVM .modal-body {
    padding: 1rem;
  }
}
.cid-vlOuoshyVM .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-vlOuoshyVM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vlOuoshyVM .modal-footer {
    padding: 1rem;
  }
}
.cid-vlOuoshyVM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vlOuoshyVM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vlOuoshyVM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vlOuoshyVM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vlOuoshyVM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vlOuoshyVM .modal-lg,
  .cid-vlOuoshyVM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vlOuoshyVM .modal-xl {
    max-width: 1140px;
  }
}
.cid-vlOuoshyVM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vlOuoshyVM .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-vlOuoshyVM .form-group {
  margin-bottom: 1rem;
}
.cid-vlOuoshyVM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vlOuoshyVM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vlOuoshyVM .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-vlOuoshyVM .mbr-section-btn {
  margin: 0;
}
.cid-vlOuoshyVM .mbr-section-btn .btn {
  margin: 0;
}
