.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0047ff !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0047ff;
  color: #0047ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0047ff !important;
  background-color: transparent !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0047ff !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff4c39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002b99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0047ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff4c39;
}
.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: #0047ff;
  border-color: #0047ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0047ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccdaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #0047ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0047ff;
}
/* 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: #0047ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0047ff;
}
.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: #0047ff;
  border-bottom-color: #0047ff;
}
.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: #0047ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%230047ff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uE11Xa8Z8c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uE11Xa8Z8c nav.navbar {
  position: fixed;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE11Xa8Z8c .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover,
.cid-uE11Xa8Z8c .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover span {
  color: white;
}
.cid-uE11Xa8Z8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE11Xa8Z8c .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE11Xa8Z8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE11Xa8Z8c .nav-link {
  position: relative;
}
.cid-uE11Xa8Z8c .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .container {
    flex-wrap: nowrap;
  }
}
.cid-uE11Xa8Z8c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE11Xa8Z8c .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-menu,
.cid-uE11Xa8Z8c .navbar.opened {
  background: #000000 !important;
}
.cid-uE11Xa8Z8c .nav-item:focus,
.cid-uE11Xa8Z8c .nav-link:focus {
  outline: none;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE11Xa8Z8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE11Xa8Z8c .navbar {
  min-height: 90px;
  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;
}
.cid-uE11Xa8Z8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uE11Xa8Z8c .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE11Xa8Z8c .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE11Xa8Z8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE11Xa8Z8c .navbar.collapsed {
  justify-content: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE11Xa8Z8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE11Xa8Z8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE11Xa8Z8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE11Xa8Z8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-item.active,
.cid-uE11Xa8Z8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uE11Xa8Z8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE11Xa8Z8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE11Xa8Z8c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE11Xa8Z8c ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uE11Xa8Z8c .navbar-buttons {
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE11Xa8Z8c .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE11Xa8Z8c 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-uE11Xa8Z8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE11Xa8Z8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar {
    height: 70px;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    height: auto;
  }
  .cid-uE11Xa8Z8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE11Xa8Z8c .navbar-nav {
  margin: 0 auto;
}
.cid-uE11Xa8Z8c .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE11Xa8Z8c .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE11Xa8Z8c .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE11Xa8Z8c .content-wrap {
  min-height: 90px;
}
.cid-uE11XkyT5B {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-uE11XkyT5B::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uE11XkyT5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE11XkyT5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE11XkyT5B .row {
  justify-content: center;
}
.cid-uE11XkyT5B .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uE11XkyT5B .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE11XkyT5B .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE11XkyT5B .mbr-section-title {
  color: #ffffff;
}
.cid-uE11XkyT5B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE11XkyT5B .mbr-section-title,
.cid-uE11XkyT5B .mbr-section-btn {
  text-align: center;
}
.cid-vgEqvmiXHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vgEqvmiXHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEqvmiXHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-vgEqvmiXHE .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-vgEqvmiXHE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-vgEqvmiXHE .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-vgEqvmiXHE .mbr-section-title {
  color: #131313;
}
.cid-vgEqvmiXHE .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-vgEqvmiXHE .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-vgEqvmiXHE .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-vgEqvmiXHE .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #f4f4f4;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-vgEqvmiXHE .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-vgEqvmiXHE .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-vgEqvmiXHE .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-vgEqvmiXHE .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-vgEqvmiXHE .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-vgEqvmiXHE .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-vgEqvmiXHE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-vgEqvmiXHE .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-vgEqvmiXHE .content-wrap {
    margin-top: 0;
  }
}
.cid-vgEqvmiXHE .card-title {
  color: #131313;
}
.cid-vgEqvmiXHE .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-vgEqvmiXHE .card-text {
    margin-top: 15px;
  }
}
.cid-vgEqvmiXHE .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-vgEqvmiXHE .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-vgEqvmiXHE .card-link {
    margin-top: 15px;
  }
}
.cid-vgEqvmiXHE .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-vgEpPkXW8S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1f2329;
}
.cid-vgEpPkXW8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEpPkXW8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEpPkXW8S .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgEpPkXW8S .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgEpPkXW8S .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vgEpPkXW8S .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vgEpPkXW8S .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgEpPkXW8S .item {
    padding: 0 14px;
  }
}
.cid-vgEpPkXW8S .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgEpPkXW8S .item .item-wrapper {
    padding: 14px;
  }
}
.cid-vgEpPkXW8S .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgEpPkXW8S .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgEpPkXW8S .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgEpPkXW8S .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-vgEpPkXW8S .item .card_1::before {
  background: linear-gradient(45deg, #aef800, #292739 50%);
}
.cid-vgEpPkXW8S .item .card_2::before {
  background: linear-gradient(45deg, #5d5983, #292739 50%);
}
.cid-vgEpPkXW8S .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #292739 50%);
}
.cid-vgEpPkXW8S .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-vgEpPkXW8S .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-vgEpPkXW8S .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-vgEpPkXW8S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgEpPkXW8S .item-title {
  color: #ffffff;
}
.cid-vgEpPkXW8S .list {
  color: #ffffff;
  text-align: center;
}
.cid-vgEpPkXW8S .item-title,
.cid-vgEpPkXW8S .tags-wrapper,
.cid-vgEpPkXW8S .icon-wrapper {
  text-align: center;
}
.cid-vgErGVPZDS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-vgErGVPZDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgErGVPZDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgErGVPZDS .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-vgErGVPZDS .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vgErGVPZDS .row {
  margin-left: -60px;
  margin-right: -60px;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.cid-vgErGVPZDS .row > [class*="col"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-vgErGVPZDS .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vgErGVPZDS .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-vgErGVPZDS .row {
    flex-wrap: wrap;
  }
}
.cid-vgErGVPZDS .mbr-section-head {
  width: 100%;
}
.cid-vgErGVPZDS .mbr-section-title {
  color: #C4CFDE;
}
.cid-vgErGVPZDS .mbr-section-subtitle {
  color: #C4CFDE;
  opacity: 0.75;
  margin-top: 16px;
}
.cid-vgErGVPZDS .mbr-section-btn {
  margin-top: 40px;
}
.cid-vgErGVPZDS .lines-container {
  width: 100%;
  padding-right: 10%;
}
@media (max-width: 991px) {
  .cid-vgErGVPZDS .lines-container {
    padding: 0;
    margin-top: 40px;
  }
}
.cid-vgErGVPZDS .lines-title {
  color: #C4CFDE;
  margin-bottom: 34px;
}
.cid-vgErGVPZDS .lines-wrap {
  width: 100%;
}
.cid-vgErGVPZDS .line-item-container {
  width: 100%;
}
.cid-vgErGVPZDS .line-item-container:not(:first-child) {
  margin-top: 40px;
}
.cid-vgErGVPZDS .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-vgErGVPZDS .line-item {
  width: 100%;
  height: 60px;
  padding: 5px;
  background-color: #212428;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-vgErGVPZDS .line-item-active {
  height: 100%;
  border-radius: 500px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-vgErGVPZDS .line-item-active-1 {
  width: 99%;
}
.cid-vgErGVPZDS .line-item-active-2 {
  width: 5%;
}
.cid-vgErGVPZDS .line-item-active-3 {
  width: 100%;
}
.cid-vgEsjJk1Fe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a0a0a;
}
.cid-vgEsjJk1Fe .row {
  justify-content: center;
}
.cid-vgEsjJk1Fe .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-vgEsjJk1Fe .mbr-section-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
.cid-vgEsjJk1Fe .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-vgEsjJk1Fe .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-vgEsjJk1Fe .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgEsjJk1Fe .number-line {
    display: none !important;
  }
}
.cid-vgEsjJk1Fe .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vgEsjJk1Fe .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-vgEsjJk1Fe .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
  .cid-vgEsjJk1Fe .card:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
}
.cid-vgEsjJk1Fe .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-vgEsjJk1Fe .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0a0a0a;
}
@media (max-width: 991px) {
  .cid-vgEsjJk1Fe .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgEsjJk1Fe .card-number-container {
    left: 16px;
  }
}
.cid-vgEsjJk1Fe .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 50%;
}
.cid-vgEsjJk1Fe .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-vgEsjJk1Fe .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-vgEsjJk1Fe .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #161616, #353535);
}
@media (max-width: 767px) {
  .cid-vgEsjJk1Fe .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vgEsjJk1Fe .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-vgEsjJk1Fe .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-vgEsjJk1Fe .card-text-container {
  width: 100%;
}
.cid-vgEsjJk1Fe .card-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
}
.cid-vgEsjJk1Fe .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-vgEsjJk1Fe .card-subtitle {
    margin-top: 8px;
  }
}
.cid-vgEsjJk1Fe .card-text {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-vgEsjJk1Fe .card-text {
    margin-top: 16px;
  }
}
.cid-uE124CRTn2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uE124CRTn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE124CRTn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE124CRTn2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE124CRTn2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE124CRTn2 .items-wrapper {
  margin: 0 -10px;
}
.cid-uE124CRTn2 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uE124CRTn2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uE124CRTn2 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uE124CRTn2 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uE124CRTn2 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE124CRTn2 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uE124CRTn2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE124CRTn2 .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #a78aff, #1f2329 50%);
}
.cid-uE124CRTn2 .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ff398a, #1f2329 50%);
}
.cid-uE124CRTn2 .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #0047ff, #1f2329 50%);
}
.cid-uE124CRTn2 .mbr-section-title,
.cid-uE124CRTn2 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE124CRTn2 .item-title {
  color: #ffffff;
}
.cid-uE124CRTn2 .item-text {
  color: #ffffff;
}
.cid-uE127dbuxG {
  background-color: #0047ff;
  background-image: linear-gradient(125deg, #000000 45%, #0047ff 120%);
}
.cid-uE127dbuxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE127dbuxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE127dbuxG .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-uE127dbuxG .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE127dbuxG .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-uE127dbuxG .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-uE127dbuxG .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uE127dbuxG .row .image_1 {
  top: 0;
  left: 0;
}
.cid-uE127dbuxG .row .image_2 {
  top: 0;
  right: 0;
}
.cid-uE127dbuxG .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-uE127dbuxG .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-uE127dbuxG .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE127dbuxG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE127dbuxG .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uE127dbuxG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE127dbuxG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE127dbuxG .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE127dbuxG .mbr-label,
.cid-uE127dbuxG .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE127dbuxG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE127dbuxG .mbr-text,
.cid-uE127dbuxG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE127dbuxG .mbr-section-title,
.cid-uE127dbuxG .mbr-section-btn {
  text-align: center;
}
.cid-uE127QZ2Bx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #0047ff 110%);
}
.cid-uE127QZ2Bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE127QZ2Bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE127QZ2Bx .row {
  justify-content: center;
}
.cid-uE127QZ2Bx .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uE127QZ2Bx .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uE127QZ2Bx .item-wrap {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-date {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-section-title {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-name {
  color: #ffffff;
}
.cid-uE127QZ2Bx .item-wrap,
.cid-uE127QZ2Bx .tag-wrapper {
  color: #ffffff;
}
.cid-uE128ePmPE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uE128ePmPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE128ePmPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE128ePmPE .card-wrapper {
  display: flex;
  background-color: #080813;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE128ePmPE .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE128ePmPE .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uE128ePmPE .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE128ePmPE .mbr-section-title {
  color: #ffffff;
}
.cid-uE128ePmPE .mbr-text {
  color: #ffffff;
}
.cid-uE128KEmlB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uE128KEmlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE128KEmlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE128KEmlB .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uE128KEmlB .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uE128KEmlB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uE128KEmlB .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uE128KEmlB .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE128KEmlB .mbr-section-title {
  color: #ffffff;
}
.cid-vh0zE7R34N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vh0zE7R34N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh0zE7R34N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh0zE7R34N .card-wrapper {
  display: flex;
  background-color: #080813;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vh0zE7R34N .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vh0zE7R34N .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vh0zE7R34N .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-vh0zE7R34N .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vh0zE7R34N .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vh0zE7R34N .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vh0zE7R34N .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh0zE7R34N .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vh0zE7R34N .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vh0zE7R34N .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vh0zE7R34N .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vh0zE7R34N .mbr-section-title {
  color: #ffffff;
}
.cid-vh0zE7R34N .mbr-text {
  color: #ffffff;
}
.cid-uE129voqqk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a78aff;
  background-image: linear-gradient(100deg, #000000 10%, #a78aff 50%, #ff398a 110%);
}
.cid-uE129voqqk .item:focus,
.cid-uE129voqqk span:focus {
  outline: none;
}
.cid-uE129voqqk .item {
  cursor: pointer;
}
.cid-uE129voqqk .grid-container {
  grid-row-gap: 20px;
}
.cid-uE129voqqk .grid-container-1,
.cid-uE129voqqk .grid-container-2 {
  gap: 0 20px;
}
.cid-uE129voqqk .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uE129voqqk .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uE129voqqk .content-head {
  max-width: 800px;
}
.cid-uE129voqqk .container,
.cid-uE129voqqk .container-fluid {
  overflow: hidden;
}
.cid-uE129voqqk .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uE129voqqk .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uE129voqqk .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE129voqqk .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uE129voqqk .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uE129voqqk .grid-container-1,
.cid-uE129voqqk .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uE129voqqk .grid-container-1 {
  align-items: flex-end;
}
.cid-uE129voqqk .grid-container-2 {
  align-items: flex-start;
}
.cid-uE12aRwLe3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #ff398a, #000000 30%);
}
.cid-uE12aRwLe3 .title-wrapper {
  margin-bottom: 22px;
}
.cid-uE12aRwLe3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE12aRwLe3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12aRwLe3 .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uE12aRwLe3 .mbr-section-btn {
    text-align: left;
  }
}
.cid-uE12aRwLe3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-uE12aRwLe3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE12aRwLe3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uE12aRwLe3 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-uE12aRwLe3 .embla__button--next,
.cid-uE12aRwLe3 .embla__button--prev {
  display: flex;
}
.cid-uE12aRwLe3 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uE12aRwLe3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uE12aRwLe3 .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-uE12aRwLe3 .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uE12aRwLe3 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uE12aRwLe3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uE12aRwLe3 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uE12aRwLe3 .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uE12aRwLe3 .embla {
    padding-bottom: 32px;
  }
}
.cid-uE12aRwLe3 .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12aRwLe3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uE12aRwLe3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE12aRwLe3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE12aRwLe3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE12aRwLe3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uE12aRwLe3 .mbr-section-title {
  color: #ffffff;
}
.cid-uE12aRwLe3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uE12aRwLe3 .item-wrap {
  color: #ffffff;
}
.cid-uE12aRwLe3 .item-title {
  color: #ffffff;
}
.cid-uE12aRwLe3 .item-text {
  color: #ffffff;
}
.cid-uE12b6anR5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0047ff;
  background-image: linear-gradient(100deg, #a78aff 10%, #0047ff 50%, #000000 110%);
}
.cid-uE12b6anR5 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12b6anR5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 767px) {
  .cid-uE12b6anR5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE12b6anR5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #1f2329;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper {
    padding: 16px;
  }
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -9rem;
  right: -3rem;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ff398a 0%, transparent 40%);
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  background-image: linear-gradient(#a78aff, transparent 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 22px;
  }
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img {
    display: block;
  }
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
  margin-right: 14px;
}
@media (max-width: 992px) {
  .cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img .image-wrap {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img .image-wrap img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uE12b6anR5 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uE12b6anR5 .embla__button--next,
.cid-uE12b6anR5 .embla__button--prev {
  display: flex;
}
.cid-uE12b6anR5 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #1f2329 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-uE12b6anR5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uE12b6anR5 .embla__button.embla__button--prev {
  right: 50px;
}
.cid-uE12b6anR5 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uE12b6anR5 .embla__button.embla__button--next {
  right: 0;
}
.cid-uE12b6anR5 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uE12b6anR5 .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
.cid-uE12b6anR5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uE12b6anR5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE12b6anR5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE12b6anR5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE12b6anR5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uE12b6anR5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE12b6anR5 .item-text {
  color: #ffffff;
}
.cid-uE12b6anR5 .item-name {
  color: #ffffff;
}
.cid-uE12b6anR5 .item-role {
  color: #ffffff;
}
.cid-uE12cR58Td {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE12cR58Td .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12cR58Td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12cR58Td .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE12cR58Td .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  background-image: radial-gradient(circle farthest-corner at 10% 0%, #ff64a3, #a78aff 50%);
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .items-wrapper .item .item-wrapper {
    padding: 16px;
    display: block;
  }
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 22px;
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uE12cR58Td .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE12cR58Td .mbr-section-title,
.cid-uE12cR58Td .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE12cR58Td .item-price {
  color: #ffffff;
}
.cid-uE12cR58Td .item-title {
  color: #ffffff;
}
.cid-uE12cR58Td .item-text {
  color: #ffffff;
}
.cid-uE12bVVWDb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-uE12bVVWDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12bVVWDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12bVVWDb .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #050049 30%, #a78aff 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uE12bVVWDb .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uE12bVVWDb .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12bVVWDb .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #050049, #a78aff, transparent);
  height: 1px;
  width: 100%;
}
.cid-uE12bVVWDb .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uE12bVVWDb .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE12bVVWDb .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uE12bVVWDb .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uE12bVVWDb .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uE12bVVWDb .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uE12bVVWDb .mbr-section-btn {
  text-align: right;
}
.cid-uE12bVVWDb .mbr-title {
  color: #ffffff;
}
.cid-uE12bVVWDb .mbr-text {
  color: #ffffff;
}
.cid-uE12bVVWDb label {
  color: #ffffff;
}
.cid-vgGIq8PFtZ {
  padding-top: 660px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgGIq8PFtZ .mbr-section-title {
  color: #e2090d;
  background: linear-gradient(to left, #ff398a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgGIq8PFtZ section {
  align-items: flex-end !important;
}
.cid-vgGIq8PFtZ .mbr-text,
.cid-vgGIq8PFtZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vgGIq8PFtZ .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-vgGIq8PFtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGIq8PFtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12cBp0WM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uE12cBp0WM {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-uE12cBp0WM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12cBp0WM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12cBp0WM .row {
  justify-content: space-between;
}
.cid-uE12cBp0WM .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uE12cBp0WM .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uE12cBp0WM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12cBp0WM .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uE12cBp0WM .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-uE12cBp0WM .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uE12cBp0WM .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uE12cBp0WM .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uE12cBp0WM .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uE12cBp0WM .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uE12cBp0WM .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uE12cBp0WM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uE12cBp0WM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uE12cBp0WM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uE12cBp0WM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uE12cBp0WM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uE12cBp0WM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uE12cBp0WM .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uE12cBp0WM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uE12cBp0WM .mbr-section-title {
  color: #ffffff;
}
.cid-uE12cBp0WM .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uE12cBp0WM .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uE12cBp0WM .panel-title-edit {
  color: #ffffff;
}
.cid-uE12cBp0WM .panel-text {
  color: #ffffff;
}
.cid-uE12bvJsG1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-uE12bvJsG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12bvJsG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12bvJsG1 .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uE12bvJsG1 .google-map {
    margin-bottom: 32px;
  }
}
.cid-uE12bvJsG1 .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uE12bvJsG1 .google-map::before {
    bottom: -32px;
  }
}
.cid-uE12bvJsG1 .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uE12bvJsG1 .google-map iframe {
    height: 350px;
  }
}
.cid-uE12a1Ex12 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #050049;
}
.cid-uE12a1Ex12 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE12a1Ex12 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uE12a1Ex12 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uE12a1Ex12 .embla__slide .slide-content {
  width: 100%;
}
.cid-uE12a1Ex12 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
  filter: invert(1);
}
.cid-uE12a1Ex12 .embla__button--next,
.cid-uE12a1Ex12 .embla__button--prev {
  display: flex;
}
.cid-uE12a1Ex12 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uE12a1Ex12 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uE12a1Ex12 .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uE12a1Ex12 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uE12a1Ex12 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uE12a1Ex12 .embla__button.embla__button--next {
  right: 0;
}
.cid-uE12a1Ex12 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uE12a1Ex12 .embla {
  position: relative;
  width: 100%;
}
.cid-uE12a1Ex12 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uE12a1Ex12 .embla::before {
    display: none;
  }
}
.cid-uE12a1Ex12 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uE12a1Ex12 .embla::after {
    display: none;
  }
}
.cid-uE12a1Ex12 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uE12a1Ex12 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE12a1Ex12 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE12a1Ex12 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE12a1Ex12 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgEtyfjhJw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgEtyfjhJw nav.navbar {
  position: fixed;
}
.cid-vgEtyfjhJw .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-vgEtyfjhJw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgEtyfjhJw .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgEtyfjhJw .dropdown-item:hover,
.cid-vgEtyfjhJw .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgEtyfjhJw .dropdown-item:hover span {
  color: white;
}
.cid-vgEtyfjhJw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgEtyfjhJw .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgEtyfjhJw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgEtyfjhJw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgEtyfjhJw .nav-link {
  position: relative;
}
.cid-vgEtyfjhJw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgEtyfjhJw .container {
    flex-wrap: nowrap;
  }
}
.cid-vgEtyfjhJw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgEtyfjhJw .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgEtyfjhJw .dropdown-menu,
.cid-vgEtyfjhJw .navbar.opened {
  background: #000000 !important;
}
.cid-vgEtyfjhJw .nav-item:focus,
.cid-vgEtyfjhJw .nav-link:focus {
  outline: none;
}
.cid-vgEtyfjhJw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgEtyfjhJw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgEtyfjhJw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgEtyfjhJw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgEtyfjhJw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgEtyfjhJw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgEtyfjhJw .navbar {
  min-height: 90px;
  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;
}
.cid-vgEtyfjhJw .navbar.opened {
  transition: all 0.3s;
}
.cid-vgEtyfjhJw .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgEtyfjhJw .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgEtyfjhJw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgEtyfjhJw .navbar.collapsed {
  justify-content: center;
}
.cid-vgEtyfjhJw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgEtyfjhJw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgEtyfjhJw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgEtyfjhJw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgEtyfjhJw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgEtyfjhJw .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-vgEtyfjhJw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgEtyfjhJw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgEtyfjhJw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgEtyfjhJw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgEtyfjhJw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgEtyfjhJw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgEtyfjhJw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgEtyfjhJw .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-vgEtyfjhJw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgEtyfjhJw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgEtyfjhJw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgEtyfjhJw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgEtyfjhJw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgEtyfjhJw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgEtyfjhJw .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgEtyfjhJw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgEtyfjhJw .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgEtyfjhJw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgEtyfjhJw .navbar-brand .navbar-caption:hover,
.cid-vgEtyfjhJw .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgEtyfjhJw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgEtyfjhJw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgEtyfjhJw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgEtyfjhJw .dropdown-item.active,
.cid-vgEtyfjhJw .dropdown-item:active {
  background-color: transparent;
}
.cid-vgEtyfjhJw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgEtyfjhJw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgEtyfjhJw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgEtyfjhJw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgEtyfjhJw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgEtyfjhJw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgEtyfjhJw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgEtyfjhJw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgEtyfjhJw ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgEtyfjhJw .navbar-buttons {
  text-align: center;
}
.cid-vgEtyfjhJw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgEtyfjhJw .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgEtyfjhJw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgEtyfjhJw 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-vgEtyfjhJw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgEtyfjhJw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgEtyfjhJw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgEtyfjhJw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgEtyfjhJw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgEtyfjhJw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgEtyfjhJw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgEtyfjhJw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgEtyfjhJw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgEtyfjhJw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgEtyfjhJw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgEtyfjhJw .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-vgEtyfjhJw .navbar {
    height: 70px;
  }
  .cid-vgEtyfjhJw .navbar.opened {
    height: auto;
  }
  .cid-vgEtyfjhJw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgEtyfjhJw .navbar-nav {
  margin: 0 auto;
}
.cid-vgEtyfjhJw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgEtyfjhJw .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgEtyfjhJw .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgEtyfjhJw .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgEtyfjhJw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgEtyfjhJw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgEtyfjhJw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgEtyfjhJw .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgEtyfjhJw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgEtyfjhJw .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgEtyfjhJw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgEtyfjhJw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgEtyfjhJw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgEtyfjhJw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgEtyfjhJw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgEtyfjhJw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgEtyfjhJw .content-wrap {
  min-height: 90px;
}
.cid-vh0UYhniTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-vh0UYhniTw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vh0UYhniTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh0UYhniTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vh0UYhniTw .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-vh0UYhniTw .content-wrapper {
    margin-top: 0;
  }
}
.cid-vh0UYhniTw .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vh0UYhniTw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vh0UYhniTw .mbr-section-title {
  color: #ffffff;
}
.cid-vh0UYhniTw .mbr-text {
  color: #ffffff;
}
.cid-vh0UYhniTw .mbr-section-title,
.cid-vh0UYhniTw .mbr-section-btn {
  text-align: left;
}
.cid-vgEtyiXITc {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #0047ff -20%, #000000 40%, #a78aff 200%);
}
@media (max-width: 768px) {
  .cid-vgEtyiXITc {
    background-image: linear-gradient(45deg, #0047ff -60%, #000000 40%, #a78aff 200%);
  }
}
.cid-vgEtyiXITc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtyiXITc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtyiXITc .row {
  justify-content: space-between;
}
.cid-vgEtyiXITc .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgEtyiXITc .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vgEtyiXITc .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgEtyiXITc .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vgEtyiXITc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vgEtyiXITc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgEtyiXITc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgEtyiXITc .mbr-section-title {
  color: #ffffff;
}
.cid-vgEtyiXITc .item-title {
  color: #ffffff;
}
.cid-vgEtyiXITc .item-text {
  color: #ffffff;
}
.cid-vgEtyk1L6i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-vgEtyk1L6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtyk1L6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtyk1L6i .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgEtyk1L6i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgEtyk1L6i .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vgEtyk1L6i .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vgEtyk1L6i .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgEtyk1L6i .item {
    padding: 0 14px;
  }
}
.cid-vgEtyk1L6i .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgEtyk1L6i .item .item-wrapper {
    padding: 14px;
  }
}
.cid-vgEtyk1L6i .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgEtyk1L6i .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgEtyk1L6i .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgEtyk1L6i .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-vgEtyk1L6i .item .card_1::before {
  background: linear-gradient(45deg, #aef800, #292739 50%);
}
.cid-vgEtyk1L6i .item .card_2::before {
  background: linear-gradient(45deg, #5d5983, #292739 50%);
}
.cid-vgEtyk1L6i .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #292739 50%);
}
.cid-vgEtyk1L6i .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-vgEtyk1L6i .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-vgEtyk1L6i .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-vgEtyk1L6i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyk1L6i .item-title {
  color: #ffffff;
}
.cid-vgEtyk1L6i .list {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyk1L6i .item-title,
.cid-vgEtyk1L6i .tags-wrapper,
.cid-vgEtyk1L6i .icon-wrapper {
  text-align: center;
}
.cid-vgEtyDTAv0 {
  background-color: #0047ff;
  background-image: linear-gradient(125deg, #000000 45%, #0047ff 120%);
}
.cid-vgEtyDTAv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtyDTAv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtyDTAv0 .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-vgEtyDTAv0 .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgEtyDTAv0 .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-vgEtyDTAv0 .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-vgEtyDTAv0 .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-vgEtyDTAv0 .row .image_1 {
  top: 0;
  left: 0;
}
.cid-vgEtyDTAv0 .row .image_2 {
  top: 0;
  right: 0;
}
.cid-vgEtyDTAv0 .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-vgEtyDTAv0 .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-vgEtyDTAv0 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgEtyDTAv0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgEtyDTAv0 .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgEtyDTAv0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgEtyDTAv0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgEtyDTAv0 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vgEtyDTAv0 .mbr-label,
.cid-vgEtyDTAv0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyDTAv0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyDTAv0 .mbr-text,
.cid-vgEtyDTAv0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyDTAv0 .mbr-section-title,
.cid-vgEtyDTAv0 .mbr-section-btn {
  text-align: center;
}
.cid-vgEtysHVuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-vgEtysHVuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtysHVuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtysHVuE .container {
  max-width: 1280px;
}
.cid-vgEtysHVuE .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-vgEtysHVuE .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vgEtysHVuE .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-vgEtysHVuE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vgEtysHVuE .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-vgEtysHVuE .text-wrapper {
    min-height: auto;
  }
}
.cid-vgEtysHVuE .card-title {
  color: #FFDD65;
}
.cid-vgEtysHVuE .mbr-text {
  color: #ffffff;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-vgEtysHVuE .mbr-text {
    margin-top: 16px;
  }
}
.cid-vgEtysHVuE .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-vgEtysHVuE .col-link {
    margin-top: 50px;
  }
}
.cid-vgEtysHVuE .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-vgEtysHVuE .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-vgEtysHVuE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #ae5eff;
}
.cid-vgEtysHVuE .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-vgEtysHVuE .list-text {
  color: #FFFFFF;
}
.cid-vgEtysHVuE .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -6rem;
}
@media (max-width: 1599px) {
  .cid-vgEtysHVuE .img-container {
    left: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-vgEtysHVuE .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-vgEtysHVuE .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-vgEtysHVuE .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-vgEtysHVuE .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-vgEtysHVuE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgEtysHVuE .custom-section-btn {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-vgEtysHVuE .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-vgEtysHVuE .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-vgEtysHVuE .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vgEtysHVuE .btn-container {
    padding: 0 6vw;
  }
  .cid-vgEtysHVuE .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-vgEtysHVuE .btn-container .btn {
    width: 100%;
  }
}
.cid-vgEtysHVuE .card-title,
.cid-vgEtysHVuE .mbr-section-btn {
  color: #a78aff;
}
.cid-vgEtyHSaqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgEtyHSaqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtyHSaqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtyHSaqM .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgEtyHSaqM .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vgEtyHSaqM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgEtyHSaqM .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgEtyHSaqM .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgEtyHSaqM .mbr-section-title {
  color: #ffffff;
}
.cid-vgEtyNB5sU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-vgEtyNB5sU {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-vgEtyNB5sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgEtyNB5sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgEtyNB5sU .row {
  justify-content: space-between;
}
.cid-vgEtyNB5sU .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgEtyNB5sU .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vgEtyNB5sU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgEtyNB5sU .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vgEtyNB5sU .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-vgEtyNB5sU .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vgEtyNB5sU .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vgEtyNB5sU .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vgEtyNB5sU .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgEtyNB5sU .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vgEtyNB5sU .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vgEtyNB5sU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgEtyNB5sU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgEtyNB5sU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgEtyNB5sU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-vgEtyNB5sU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgEtyNB5sU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgEtyNB5sU .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vgEtyNB5sU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgEtyNB5sU .mbr-section-title {
  color: #ffffff;
}
.cid-vgEtyNB5sU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyNB5sU .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-vgEtyNB5sU .panel-title-edit {
  color: #ffffff;
}
.cid-vgEtyNB5sU .panel-text {
  color: #ffffff;
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgHkRZ7OLW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgHkRZ7OLW nav.navbar {
  position: fixed;
}
.cid-vgHkRZ7OLW .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-vgHkRZ7OLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgHkRZ7OLW .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgHkRZ7OLW .dropdown-item:hover,
.cid-vgHkRZ7OLW .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgHkRZ7OLW .dropdown-item:hover span {
  color: white;
}
.cid-vgHkRZ7OLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgHkRZ7OLW .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgHkRZ7OLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgHkRZ7OLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgHkRZ7OLW .nav-link {
  position: relative;
}
.cid-vgHkRZ7OLW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgHkRZ7OLW .container {
    flex-wrap: nowrap;
  }
}
.cid-vgHkRZ7OLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgHkRZ7OLW .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgHkRZ7OLW .dropdown-menu,
.cid-vgHkRZ7OLW .navbar.opened {
  background: #000000 !important;
}
.cid-vgHkRZ7OLW .nav-item:focus,
.cid-vgHkRZ7OLW .nav-link:focus {
  outline: none;
}
.cid-vgHkRZ7OLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgHkRZ7OLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgHkRZ7OLW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgHkRZ7OLW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgHkRZ7OLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgHkRZ7OLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgHkRZ7OLW .navbar {
  min-height: 90px;
  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;
}
.cid-vgHkRZ7OLW .navbar.opened {
  transition: all 0.3s;
}
.cid-vgHkRZ7OLW .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgHkRZ7OLW .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgHkRZ7OLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgHkRZ7OLW .navbar.collapsed {
  justify-content: center;
}
.cid-vgHkRZ7OLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgHkRZ7OLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgHkRZ7OLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgHkRZ7OLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgHkRZ7OLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgHkRZ7OLW .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-vgHkRZ7OLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgHkRZ7OLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgHkRZ7OLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgHkRZ7OLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgHkRZ7OLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgHkRZ7OLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgHkRZ7OLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgHkRZ7OLW .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-vgHkRZ7OLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgHkRZ7OLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgHkRZ7OLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgHkRZ7OLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgHkRZ7OLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgHkRZ7OLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgHkRZ7OLW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgHkRZ7OLW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgHkRZ7OLW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgHkRZ7OLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgHkRZ7OLW .navbar-brand .navbar-caption:hover,
.cid-vgHkRZ7OLW .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgHkRZ7OLW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgHkRZ7OLW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgHkRZ7OLW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgHkRZ7OLW .dropdown-item.active,
.cid-vgHkRZ7OLW .dropdown-item:active {
  background-color: transparent;
}
.cid-vgHkRZ7OLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgHkRZ7OLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgHkRZ7OLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgHkRZ7OLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgHkRZ7OLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgHkRZ7OLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgHkRZ7OLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgHkRZ7OLW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgHkRZ7OLW ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgHkRZ7OLW .navbar-buttons {
  text-align: center;
}
.cid-vgHkRZ7OLW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgHkRZ7OLW .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgHkRZ7OLW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgHkRZ7OLW 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-vgHkRZ7OLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgHkRZ7OLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgHkRZ7OLW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgHkRZ7OLW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgHkRZ7OLW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgHkRZ7OLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHkRZ7OLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgHkRZ7OLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgHkRZ7OLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgHkRZ7OLW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgHkRZ7OLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgHkRZ7OLW .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-vgHkRZ7OLW .navbar {
    height: 70px;
  }
  .cid-vgHkRZ7OLW .navbar.opened {
    height: auto;
  }
  .cid-vgHkRZ7OLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgHkRZ7OLW .navbar-nav {
  margin: 0 auto;
}
.cid-vgHkRZ7OLW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgHkRZ7OLW .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgHkRZ7OLW .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgHkRZ7OLW .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgHkRZ7OLW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgHkRZ7OLW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgHkRZ7OLW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgHkRZ7OLW .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgHkRZ7OLW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgHkRZ7OLW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgHkRZ7OLW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgHkRZ7OLW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgHkRZ7OLW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgHkRZ7OLW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgHkRZ7OLW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgHkRZ7OLW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgHkRZ7OLW .content-wrap {
  min-height: 90px;
}
.cid-vgHkS0hAK5 {
  position: relative;
}
.cid-vgHkS0hAK5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgHkS0hAK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHkS0hAK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgHkS0hAK5 .row {
  justify-content: center;
}
.cid-vgHkS0hAK5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgHkS0hAK5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgHkS0hAK5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgHkS0hAK5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgHkS0hAK5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgHkS0hAK5 .mbr-section-title,
.cid-vgHkS0hAK5 .mbr-section-btn {
  text-align: center;
}
.cid-vgXBsZa6Id {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vgXBsZa6Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgXBsZa6Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgXBsZa6Id .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vgXBsZa6Id .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vgXBsZa6Id .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vgXBsZa6Id .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vgXBsZa6Id .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgXBsZa6Id .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .content-wrap .card {
  justify-content: center;
}
.cid-vgXBsZa6Id .items-wrapper {
  position: relative;
}
.cid-vgXBsZa6Id .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vgXBsZa6Id .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item {
    margin-bottom: 20px;
  }
  .cid-vgXBsZa6Id .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #ff6a00;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #0175ff;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper .list {
    gap: 20px;
  }
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-vgXBsZa6Id .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vgXBsZa6Id .mbr-label {
  color: #9ba9c4;
}
.cid-vgXBsZa6Id .mbr-section-title {
  color: #ffffff;
}
.cid-vgXBsZa6Id .mbr-text,
.cid-vgXBsZa6Id .text-wrapper {
  color: #9ba9c4;
}
.cid-vgXBsZa6Id .item-title {
  color: #ffffff;
}
.cid-vgXBsZa6Id .item-price {
  color: #d1d4e3;
}
.cid-vgXBsZa6Id .item-text {
  color: #9ba9c4;
}
.cid-vgXBsZa6Id .list {
  color: #ffffff;
}
.cid-vgIZAEmnRX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgIZAEmnRX .mbr-section-subtitle {
  color: #767676;
}
.cid-vgIZAEmnRX .container-table {
  margin: 0 auto;
}
.cid-vgIZAEmnRX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-vgIZAEmnRX .dataTables_wrapper {
  display: block;
}
.cid-vgIZAEmnRX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-vgIZAEmnRX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-vgIZAEmnRX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #e1e8ff;
  margin-bottom: 0;
}
.cid-vgIZAEmnRX table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #e1e8ff;
  transition: all .2s;
}
.cid-vgIZAEmnRX table th:hover {
  background: #e1e8ff;
  color: #000000;
}
.cid-vgIZAEmnRX table td {
  border: 1px solid #e1e8ff;
}
.cid-vgIZAEmnRX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-vgIZAEmnRX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-vgIZAEmnRX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-vgIZAEmnRX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-vgIZAEmnRX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-vgIZAEmnRX .dataTables_filter {
    text-align: center;
  }
  .cid-vgIZAEmnRX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-vgIZAEmnRX .head-item {
  color: #57468b;
  text-align: center;
}
.cid-vgIZAEmnRX .body-item {
  color: #716c80;
  text-align: center;
}
.cid-vgIZAEmnRX .mbr-section-title {
  color: #57468b;
}
.cid-vgIZAEmnRX .head-item1 {
  color: #57468b;
}
.cid-vgIZAEmnRX .body-item1 {
  color: #716c80;
}
.cid-vgIZAEmnRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgIZAEmnRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgKsllBT6N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-vgKsllBT6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgKsllBT6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgKsllBT6N .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgKsllBT6N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgKsllBT6N .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vgKsllBT6N .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vgKsllBT6N .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgKsllBT6N .item {
    padding: 0 14px;
  }
}
.cid-vgKsllBT6N .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgKsllBT6N .item .item-wrapper {
    padding: 14px;
  }
}
.cid-vgKsllBT6N .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-vgKsllBT6N .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgKsllBT6N .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgKsllBT6N .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgKsllBT6N .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-vgKsllBT6N .item .card_1::before {
  background: linear-gradient(45deg, #aef800, #292739 50%);
}
.cid-vgKsllBT6N .item .card_2::before {
  background: linear-gradient(45deg, #5d5983, #292739 50%);
}
.cid-vgKsllBT6N .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #292739 50%);
}
.cid-vgKsllBT6N .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-vgKsllBT6N .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-vgKsllBT6N .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-vgKsllBT6N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgKsllBT6N .item-title {
  color: #ffffff;
}
.cid-vgKsllBT6N .list {
  color: #ffffff;
  text-align: center;
}
.cid-vgKsllBT6N .item-title,
.cid-vgKsllBT6N .tags-wrapper,
.cid-vgKsllBT6N .icon-wrapper {
  text-align: center;
}
.cid-vgXreOeI2i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vgXreOeI2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgXreOeI2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgXreOeI2i .row {
  justify-content: center;
}
.cid-vgXreOeI2i .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgXreOeI2i .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgXreOeI2i .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vgXreOeI2i .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgXreOeI2i .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgXreOeI2i .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgXreOeI2i .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgXreOeI2i .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vgXreOeI2i .mbr-label,
.cid-vgXreOeI2i .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgXreOeI2i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgXreOeI2i .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgXreOeI2i .mbr-text,
.cid-vgXreOeI2i .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgXreOeI2i .mbr-section-title,
.cid-vgXreOeI2i .mbr-section-btn {
  text-align: center;
}
.cid-vgJTiFq6MS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e0e5ff;
}
.cid-vgJTiFq6MS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJTiFq6MS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJTiFq6MS .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vgJTiFq6MS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vgJTiFq6MS .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vgJTiFq6MS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vgJTiFq6MS .container {
    padding: 0 14px;
  }
}
.cid-vgJTiFq6MS .row {
  justify-content: center;
}
.cid-vgJTiFq6MS .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #01004c;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vgJTiFq6MS .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vgJTiFq6MS .card-wrapper {
    margin: 0;
  }
}
.cid-vgJTiFq6MS .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #01004c;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-vgJTiFq6MS .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #01004c;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-vgJTiFq6MS .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #0047ff;
}
@media (max-width: 1199px) {
  .cid-vgJTiFq6MS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vgJTiFq6MS .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
  margin-left: -25px;
}
.cid-vgJTiFq6MS .mbr-section-title {
  color: #f1f1f1;
}
.cid-vgJTiFq6MS .mbr-text {
  color: #f1f1f1;
}
.cid-vgJTiFq6MS .mbr-list-title {
  color: #f1f1f1;
}
.cid-vgJTiFq6MS .list {
  color: #f1f1f1;
}
.cid-vgJTiFq6MS .mbr-section-title,
.cid-vgJTiFq6MS .mbr-section-btn {
  text-align: center;
}
.cid-vgJTiFq6MS .icon-wrapper {
  text-align: right;
}
.cid-vgHkS3yCyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgHkS3yCyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHkS3yCyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHkS3yCyo .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgHkS3yCyo .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vgHkS3yCyo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgHkS3yCyo .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgHkS3yCyo .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgHkS3yCyo .mbr-section-title {
  color: #ffffff;
}
.cid-vgHkS42Dbh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #0047ff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-vgHkS42Dbh {
    background-image: linear-gradient(45deg, #0047ff -60%, #000000 40%);
  }
}
.cid-vgHkS42Dbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgHkS42Dbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgHkS42Dbh .row {
  justify-content: space-between;
}
.cid-vgHkS42Dbh .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgHkS42Dbh .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vgHkS42Dbh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgHkS42Dbh .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vgHkS42Dbh .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-vgHkS42Dbh .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vgHkS42Dbh .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vgHkS42Dbh .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vgHkS42Dbh .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgHkS42Dbh .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vgHkS42Dbh .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vgHkS42Dbh .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgHkS42Dbh .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgHkS42Dbh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgHkS42Dbh .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-vgHkS42Dbh .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgHkS42Dbh .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgHkS42Dbh .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vgHkS42Dbh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgHkS42Dbh .mbr-section-title {
  color: #ffffff;
}
.cid-vgHkS42Dbh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vgHkS42Dbh .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-vgHkS42Dbh .panel-title-edit {
  color: #ffffff;
}
.cid-vgHkS42Dbh .panel-text {
  color: #ffffff;
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgJrWjasze {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgJrWjasze nav.navbar {
  position: fixed;
}
.cid-vgJrWjasze .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-vgJrWjasze .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgJrWjasze .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgJrWjasze .dropdown-item:hover,
.cid-vgJrWjasze .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgJrWjasze .dropdown-item:hover span {
  color: white;
}
.cid-vgJrWjasze .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgJrWjasze .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgJrWjasze .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgJrWjasze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgJrWjasze .nav-link {
  position: relative;
}
.cid-vgJrWjasze .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgJrWjasze .container {
    flex-wrap: nowrap;
  }
}
.cid-vgJrWjasze .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgJrWjasze .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgJrWjasze .dropdown-menu,
.cid-vgJrWjasze .navbar.opened {
  background: #000000 !important;
}
.cid-vgJrWjasze .nav-item:focus,
.cid-vgJrWjasze .nav-link:focus {
  outline: none;
}
.cid-vgJrWjasze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgJrWjasze .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgJrWjasze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgJrWjasze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgJrWjasze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgJrWjasze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgJrWjasze .navbar {
  min-height: 90px;
  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;
}
.cid-vgJrWjasze .navbar.opened {
  transition: all 0.3s;
}
.cid-vgJrWjasze .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgJrWjasze .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgJrWjasze .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgJrWjasze .navbar.collapsed {
  justify-content: center;
}
.cid-vgJrWjasze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgJrWjasze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgJrWjasze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgJrWjasze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgJrWjasze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgJrWjasze .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-vgJrWjasze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgJrWjasze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgJrWjasze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgJrWjasze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgJrWjasze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgJrWjasze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgJrWjasze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgJrWjasze .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-vgJrWjasze .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgJrWjasze .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgJrWjasze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgJrWjasze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgJrWjasze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgJrWjasze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgJrWjasze .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgJrWjasze .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgJrWjasze .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgJrWjasze .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgJrWjasze .navbar-brand .navbar-caption:hover,
.cid-vgJrWjasze .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgJrWjasze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgJrWjasze .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgJrWjasze .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgJrWjasze .dropdown-item.active,
.cid-vgJrWjasze .dropdown-item:active {
  background-color: transparent;
}
.cid-vgJrWjasze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgJrWjasze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgJrWjasze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgJrWjasze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgJrWjasze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgJrWjasze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgJrWjasze .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgJrWjasze ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgJrWjasze ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgJrWjasze .navbar-buttons {
  text-align: center;
}
.cid-vgJrWjasze .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgJrWjasze .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgJrWjasze .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgJrWjasze 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-vgJrWjasze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgJrWjasze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgJrWjasze button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgJrWjasze button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgJrWjasze button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgJrWjasze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJrWjasze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgJrWjasze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgJrWjasze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJrWjasze .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgJrWjasze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgJrWjasze .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-vgJrWjasze .navbar {
    height: 70px;
  }
  .cid-vgJrWjasze .navbar.opened {
    height: auto;
  }
  .cid-vgJrWjasze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgJrWjasze .navbar-nav {
  margin: 0 auto;
}
.cid-vgJrWjasze .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgJrWjasze .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgJrWjasze .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgJrWjasze .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgJrWjasze .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgJrWjasze .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgJrWjasze .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgJrWjasze .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgJrWjasze .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgJrWjasze .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgJrWjasze .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgJrWjasze .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgJrWjasze .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgJrWjasze .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgJrWjasze .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgJrWjasze .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgJrWjasze .content-wrap {
  min-height: 90px;
}
.cid-vgJrWjGj0X {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-vgJrWjGj0X::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgJrWjGj0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWjGj0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWjGj0X .row {
  justify-content: center;
}
.cid-vgJrWjGj0X .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgJrWjGj0X .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJrWjGj0X .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgJrWjGj0X .mbr-section-title {
  color: #ffffff;
}
.cid-vgJrWjGj0X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrWjGj0X .mbr-section-title,
.cid-vgJrWjGj0X .mbr-section-btn {
  text-align: center;
}
.cid-vgJuOyGIiH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vgJuOyGIiH .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-vgJuOyGIiH .card-box {
  z-index: 2;
  position: relative;
}
.cid-vgJuOyGIiH .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #8364e2;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-vgJuOyGIiH .mbr-iconfont-big {
  font-size: 14rem;
  color: #8364e2;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-vgJuOyGIiH .card-title,
.cid-vgJuOyGIiH .card-text {
  transition: all 0.3s;
}
.cid-vgJuOyGIiH .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #080813;
  transition: all 0.3s;
}
.cid-vgJuOyGIiH .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-vgJuOyGIiH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-vgJuOyGIiH .card-title,
.cid-vgJuOyGIiH .iconfont-wrapper {
  color: #ffffff;
}
.cid-vgJuOyGIiH .card-text {
  color: #bbbbbb;
}
.cid-vgJuOyGIiH .mbr-section-title {
  color: #a78aff;
  text-align: center;
}
.cid-vgJuOyGIiH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgJuOyGIiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJuOyGIiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWncpDM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-vgJrWncpDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWncpDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWncpDM .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vgJrWncpDM .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-vgJrWncpDM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vgJrWncpDM .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgJrWncpDM .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vgJrWncpDM .mbr-section-title {
  color: #ffffff;
}
.cid-vgJrWpkF7D {
  padding-top: 645px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vgJrWpkF7D .mbr-section-title {
  color: #a78aff;
  background: linear-gradient(to left, #ff398a, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJrWpkF7D section {
  align-items: flex-end !important;
}
.cid-vgJrWpkF7D .mbr-text,
.cid-vgJrWpkF7D .mbr-section-btn {
  color: #999999;
}
.cid-vgJrWpkF7D .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #000000, transparent);
}
.cid-vgJrWpkF7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWpkF7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWtufNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgJrWtufNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWtufNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWtufNV .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff398a 30%, #0047ff 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgJrWtufNV .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vgJrWtufNV .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgJrWtufNV .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff398a, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
.cid-vgJrWtufNV .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vgJrWtufNV .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vgJrWtufNV .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-vgJrWtufNV .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-vgJrWtufNV .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-vgJrWtufNV .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-vgJrWtufNV .mbr-section-btn {
  text-align: right;
}
.cid-vgJrWtufNV .mbr-title {
  color: #ffffff;
}
.cid-vgJrWtufNV .mbr-text {
  color: #ffffff;
}
.cid-vgJrWtufNV label {
  color: #ffffff;
}
.cid-vgJrWsWySF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #a78aff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-vgJrWsWySF {
    background-image: linear-gradient(45deg, #a78aff -60%, #000000 40%);
  }
}
.cid-vgJrWsWySF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWsWySF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWsWySF .row {
  justify-content: space-between;
}
.cid-vgJrWsWySF .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgJrWsWySF .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vgJrWsWySF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgJrWsWySF .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vgJrWsWySF .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-vgJrWsWySF .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vgJrWsWySF .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vgJrWsWySF .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vgJrWsWySF .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgJrWsWySF .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vgJrWsWySF .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vgJrWsWySF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgJrWsWySF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgJrWsWySF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgJrWsWySF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-vgJrWsWySF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgJrWsWySF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgJrWsWySF .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vgJrWsWySF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgJrWsWySF .mbr-section-title {
  color: #ffffff;
}
.cid-vgJrWsWySF .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrWsWySF .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrWsWySF .panel-title-edit {
  color: #ffffff;
}
.cid-vgJrWsWySF .panel-text {
  color: #ffffff;
}
.cid-vgJrWu0rBJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgJrWu0rBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrWu0rBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrWu0rBJ .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgJrWu0rBJ .google-map {
    margin-bottom: 32px;
  }
}
.cid-vgJrWu0rBJ .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgJrWu0rBJ .google-map::before {
    bottom: -32px;
  }
}
.cid-vgJrWu0rBJ .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-vgJrWu0rBJ .google-map iframe {
    height: 350px;
  }
}
.cid-vgJA0dDq5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-vgJA0dDq5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJA0dDq5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJA0dDq5O .row {
  justify-content: center;
}
.cid-vgJA0dDq5O .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJA0dDq5O .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgJA0dDq5O .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vgJA0dDq5O .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgJA0dDq5O .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJA0dDq5O .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgJA0dDq5O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgJA0dDq5O .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vgJA0dDq5O .mbr-label,
.cid-vgJA0dDq5O .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgJA0dDq5O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgJA0dDq5O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgJA0dDq5O .mbr-text,
.cid-vgJA0dDq5O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgJA0dDq5O .mbr-section-title,
.cid-vgJA0dDq5O .mbr-section-btn {
  text-align: center;
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgLesliW9R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgLesliW9R nav.navbar {
  position: fixed;
}
.cid-vgLesliW9R .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-vgLesliW9R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgLesliW9R .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLesliW9R .dropdown-item:hover,
.cid-vgLesliW9R .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLesliW9R .dropdown-item:hover span {
  color: white;
}
.cid-vgLesliW9R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgLesliW9R .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgLesliW9R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgLesliW9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgLesliW9R .nav-link {
  position: relative;
}
.cid-vgLesliW9R .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgLesliW9R .container {
    flex-wrap: nowrap;
  }
}
.cid-vgLesliW9R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgLesliW9R .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgLesliW9R .dropdown-menu,
.cid-vgLesliW9R .navbar.opened {
  background: #000000 !important;
}
.cid-vgLesliW9R .nav-item:focus,
.cid-vgLesliW9R .nav-link:focus {
  outline: none;
}
.cid-vgLesliW9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgLesliW9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgLesliW9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgLesliW9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLesliW9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgLesliW9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgLesliW9R .navbar {
  min-height: 90px;
  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;
}
.cid-vgLesliW9R .navbar.opened {
  transition: all 0.3s;
}
.cid-vgLesliW9R .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgLesliW9R .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgLesliW9R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgLesliW9R .navbar.collapsed {
  justify-content: center;
}
.cid-vgLesliW9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgLesliW9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgLesliW9R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgLesliW9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgLesliW9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgLesliW9R .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-vgLesliW9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgLesliW9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgLesliW9R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgLesliW9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgLesliW9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgLesliW9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgLesliW9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgLesliW9R .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-vgLesliW9R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgLesliW9R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgLesliW9R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgLesliW9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgLesliW9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgLesliW9R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgLesliW9R .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgLesliW9R .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgLesliW9R .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgLesliW9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgLesliW9R .navbar-brand .navbar-caption:hover,
.cid-vgLesliW9R .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgLesliW9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgLesliW9R .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgLesliW9R .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgLesliW9R .dropdown-item.active,
.cid-vgLesliW9R .dropdown-item:active {
  background-color: transparent;
}
.cid-vgLesliW9R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgLesliW9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgLesliW9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgLesliW9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgLesliW9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgLesliW9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgLesliW9R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgLesliW9R ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgLesliW9R ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgLesliW9R .navbar-buttons {
  text-align: center;
}
.cid-vgLesliW9R .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgLesliW9R .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgLesliW9R .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgLesliW9R 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-vgLesliW9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgLesliW9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgLesliW9R button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLesliW9R button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLesliW9R button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgLesliW9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLesliW9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgLesliW9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgLesliW9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLesliW9R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgLesliW9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgLesliW9R .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-vgLesliW9R .navbar {
    height: 70px;
  }
  .cid-vgLesliW9R .navbar.opened {
    height: auto;
  }
  .cid-vgLesliW9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgLesliW9R .navbar-nav {
  margin: 0 auto;
}
.cid-vgLesliW9R .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgLesliW9R .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgLesliW9R .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgLesliW9R .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgLesliW9R .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgLesliW9R .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgLesliW9R .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgLesliW9R .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgLesliW9R .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgLesliW9R .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgLesliW9R .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgLesliW9R .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgLesliW9R .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgLesliW9R .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgLesliW9R .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgLesliW9R .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgLesliW9R .content-wrap {
  min-height: 90px;
}
.cid-vgLeslFXRP {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-vgLeslFXRP::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgLeslFXRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLeslFXRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLeslFXRP .row {
  justify-content: center;
}
.cid-vgLeslFXRP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgLeslFXRP .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgLeslFXRP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgLeslFXRP .mbr-section-title {
  color: #ffffff;
}
.cid-vgLeslFXRP .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vgLeslFXRP .mbr-section-title,
.cid-vgLeslFXRP .mbr-section-btn {
  text-align: center;
}
.cid-vgLiboS3cg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-vgLiboS3cg .nav-tabs .nav-item.open .nav-link:focus,
.cid-vgLiboS3cg .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vgLiboS3cg .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vgLiboS3cg .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vgLiboS3cg .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vgLiboS3cg .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-vgLiboS3cg .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgLiboS3cg .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vgLiboS3cg .nav-tabs .nav-item {
  width: 100%;
}
.cid-vgLiboS3cg .nav-link,
.cid-vgLiboS3cg .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vgLiboS3cg .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-vgLiboS3cg .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vgLiboS3cg .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vgLiboS3cg .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vgLiboS3cg .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-vgLiboS3cg .mbr-section-subtitle {
  text-align: center;
}
.cid-vgLiboS3cg .mbr-section-title {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vgLiboS3cg .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgLmd49gR5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgLmd49gR5 nav.navbar {
  position: fixed;
}
.cid-vgLmd49gR5 .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-vgLmd49gR5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgLmd49gR5 .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLmd49gR5 .dropdown-item:hover,
.cid-vgLmd49gR5 .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLmd49gR5 .dropdown-item:hover span {
  color: white;
}
.cid-vgLmd49gR5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgLmd49gR5 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgLmd49gR5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgLmd49gR5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgLmd49gR5 .nav-link {
  position: relative;
}
.cid-vgLmd49gR5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgLmd49gR5 .container {
    flex-wrap: nowrap;
  }
}
.cid-vgLmd49gR5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgLmd49gR5 .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgLmd49gR5 .dropdown-menu,
.cid-vgLmd49gR5 .navbar.opened {
  background: #000000 !important;
}
.cid-vgLmd49gR5 .nav-item:focus,
.cid-vgLmd49gR5 .nav-link:focus {
  outline: none;
}
.cid-vgLmd49gR5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgLmd49gR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgLmd49gR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgLmd49gR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLmd49gR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgLmd49gR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgLmd49gR5 .navbar {
  min-height: 90px;
  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;
}
.cid-vgLmd49gR5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgLmd49gR5 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgLmd49gR5 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgLmd49gR5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgLmd49gR5 .navbar.collapsed {
  justify-content: center;
}
.cid-vgLmd49gR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgLmd49gR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgLmd49gR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgLmd49gR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgLmd49gR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgLmd49gR5 .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-vgLmd49gR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgLmd49gR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgLmd49gR5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgLmd49gR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgLmd49gR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgLmd49gR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgLmd49gR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgLmd49gR5 .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-vgLmd49gR5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgLmd49gR5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgLmd49gR5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgLmd49gR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgLmd49gR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgLmd49gR5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgLmd49gR5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgLmd49gR5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgLmd49gR5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgLmd49gR5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgLmd49gR5 .navbar-brand .navbar-caption:hover,
.cid-vgLmd49gR5 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgLmd49gR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgLmd49gR5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgLmd49gR5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgLmd49gR5 .dropdown-item.active,
.cid-vgLmd49gR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgLmd49gR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgLmd49gR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgLmd49gR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgLmd49gR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgLmd49gR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgLmd49gR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgLmd49gR5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgLmd49gR5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgLmd49gR5 ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgLmd49gR5 .navbar-buttons {
  text-align: center;
}
.cid-vgLmd49gR5 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgLmd49gR5 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgLmd49gR5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgLmd49gR5 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-vgLmd49gR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgLmd49gR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgLmd49gR5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLmd49gR5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLmd49gR5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgLmd49gR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLmd49gR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgLmd49gR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgLmd49gR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLmd49gR5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgLmd49gR5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgLmd49gR5 .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-vgLmd49gR5 .navbar {
    height: 70px;
  }
  .cid-vgLmd49gR5 .navbar.opened {
    height: auto;
  }
  .cid-vgLmd49gR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgLmd49gR5 .navbar-nav {
  margin: 0 auto;
}
.cid-vgLmd49gR5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgLmd49gR5 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgLmd49gR5 .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgLmd49gR5 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgLmd49gR5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgLmd49gR5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgLmd49gR5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgLmd49gR5 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgLmd49gR5 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgLmd49gR5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgLmd49gR5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgLmd49gR5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgLmd49gR5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgLmd49gR5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgLmd49gR5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgLmd49gR5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgLmd49gR5 .content-wrap {
  min-height: 90px;
}
.cid-vgLmd4Jfi3 {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-vgLmd4Jfi3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgLmd4Jfi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLmd4Jfi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLmd4Jfi3 .row {
  justify-content: center;
}
.cid-vgLmd4Jfi3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgLmd4Jfi3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgLmd4Jfi3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgLmd4Jfi3 .mbr-section-title {
  color: #ffffff;
}
.cid-vgLmd4Jfi3 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vgLmd4Jfi3 .mbr-section-title,
.cid-vgLmd4Jfi3 .mbr-section-btn {
  text-align: center;
}
.cid-vgLmd52HMN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff6eb;
}
.cid-vgLmd52HMN .nav-tabs .nav-item.open .nav-link:focus,
.cid-vgLmd52HMN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vgLmd52HMN .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vgLmd52HMN .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vgLmd52HMN .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vgLmd52HMN .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-vgLmd52HMN .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgLmd52HMN .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vgLmd52HMN .nav-tabs .nav-item {
  width: 100%;
}
.cid-vgLmd52HMN .nav-link,
.cid-vgLmd52HMN .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vgLmd52HMN .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-vgLmd52HMN .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vgLmd52HMN .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vgLmd52HMN .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vgLmd52HMN .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-vgLmd52HMN .mbr-section-subtitle {
  text-align: center;
}
.cid-vgLmd52HMN .mbr-section-title {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vgLmd52HMN .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgLo3yWnhV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgLo3yWnhV nav.navbar {
  position: fixed;
}
.cid-vgLo3yWnhV .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-vgLo3yWnhV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgLo3yWnhV .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLo3yWnhV .dropdown-item:hover,
.cid-vgLo3yWnhV .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgLo3yWnhV .dropdown-item:hover span {
  color: white;
}
.cid-vgLo3yWnhV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgLo3yWnhV .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgLo3yWnhV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgLo3yWnhV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgLo3yWnhV .nav-link {
  position: relative;
}
.cid-vgLo3yWnhV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgLo3yWnhV .container {
    flex-wrap: nowrap;
  }
}
.cid-vgLo3yWnhV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgLo3yWnhV .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgLo3yWnhV .dropdown-menu,
.cid-vgLo3yWnhV .navbar.opened {
  background: #000000 !important;
}
.cid-vgLo3yWnhV .nav-item:focus,
.cid-vgLo3yWnhV .nav-link:focus {
  outline: none;
}
.cid-vgLo3yWnhV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgLo3yWnhV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgLo3yWnhV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgLo3yWnhV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLo3yWnhV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgLo3yWnhV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgLo3yWnhV .navbar {
  min-height: 90px;
  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;
}
.cid-vgLo3yWnhV .navbar.opened {
  transition: all 0.3s;
}
.cid-vgLo3yWnhV .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgLo3yWnhV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgLo3yWnhV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgLo3yWnhV .navbar.collapsed {
  justify-content: center;
}
.cid-vgLo3yWnhV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgLo3yWnhV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgLo3yWnhV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgLo3yWnhV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgLo3yWnhV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgLo3yWnhV .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-vgLo3yWnhV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgLo3yWnhV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgLo3yWnhV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgLo3yWnhV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgLo3yWnhV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgLo3yWnhV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgLo3yWnhV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgLo3yWnhV .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-vgLo3yWnhV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgLo3yWnhV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgLo3yWnhV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgLo3yWnhV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgLo3yWnhV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgLo3yWnhV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgLo3yWnhV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgLo3yWnhV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgLo3yWnhV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgLo3yWnhV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgLo3yWnhV .navbar-brand .navbar-caption:hover,
.cid-vgLo3yWnhV .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgLo3yWnhV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgLo3yWnhV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgLo3yWnhV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgLo3yWnhV .dropdown-item.active,
.cid-vgLo3yWnhV .dropdown-item:active {
  background-color: transparent;
}
.cid-vgLo3yWnhV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgLo3yWnhV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgLo3yWnhV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgLo3yWnhV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgLo3yWnhV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgLo3yWnhV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgLo3yWnhV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgLo3yWnhV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgLo3yWnhV ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgLo3yWnhV .navbar-buttons {
  text-align: center;
}
.cid-vgLo3yWnhV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgLo3yWnhV .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgLo3yWnhV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgLo3yWnhV 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-vgLo3yWnhV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgLo3yWnhV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgLo3yWnhV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLo3yWnhV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgLo3yWnhV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgLo3yWnhV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLo3yWnhV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgLo3yWnhV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgLo3yWnhV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLo3yWnhV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgLo3yWnhV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgLo3yWnhV .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-vgLo3yWnhV .navbar {
    height: 70px;
  }
  .cid-vgLo3yWnhV .navbar.opened {
    height: auto;
  }
  .cid-vgLo3yWnhV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgLo3yWnhV .navbar-nav {
  margin: 0 auto;
}
.cid-vgLo3yWnhV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgLo3yWnhV .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgLo3yWnhV .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgLo3yWnhV .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgLo3yWnhV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgLo3yWnhV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgLo3yWnhV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgLo3yWnhV .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgLo3yWnhV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgLo3yWnhV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgLo3yWnhV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgLo3yWnhV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgLo3yWnhV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgLo3yWnhV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgLo3yWnhV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgLo3yWnhV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgLo3yWnhV .content-wrap {
  min-height: 90px;
}
.cid-vgLo3znTlK {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-vgLo3znTlK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgLo3znTlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLo3znTlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLo3znTlK .row {
  justify-content: center;
}
.cid-vgLo3znTlK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgLo3znTlK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgLo3znTlK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgLo3znTlK .mbr-section-title {
  color: #ffffff;
}
.cid-vgLo3znTlK .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vgLo3znTlK .mbr-section-title,
.cid-vgLo3znTlK .mbr-section-btn {
  text-align: center;
}
.cid-vgLo3zFtXM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff6eb;
}
.cid-vgLo3zFtXM .nav-tabs .nav-item.open .nav-link:focus,
.cid-vgLo3zFtXM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vgLo3zFtXM .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-vgLo3zFtXM .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vgLo3zFtXM .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-vgLo3zFtXM .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #0b2b5c;
}
.cid-vgLo3zFtXM .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgLo3zFtXM .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-vgLo3zFtXM .nav-tabs .nav-item {
  width: 100%;
}
.cid-vgLo3zFtXM .nav-link,
.cid-vgLo3zFtXM .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-vgLo3zFtXM .nav-tabs .nav-link.active {
  color: #0b2b5c;
}
.cid-vgLo3zFtXM .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vgLo3zFtXM .tab-content {
    border-radius: 30px !important;
  }
}
.cid-vgLo3zFtXM .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-vgLo3zFtXM .logo-container {
    border-right: 1px solid #0b2b5c;
  }
}
.cid-vgLo3zFtXM .mbr-section-subtitle {
  text-align: center;
}
.cid-vgLo3zFtXM .mbr-section-title {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-vgLo3zFtXM .nav-link {
    font-size: 1.2rem;
  }
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
.cid-vgJrIDbMlZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-vgJrIDbMlZ nav.navbar {
  position: fixed;
}
.cid-vgJrIDbMlZ .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-vgJrIDbMlZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgJrIDbMlZ .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgJrIDbMlZ .dropdown-item:hover,
.cid-vgJrIDbMlZ .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vgJrIDbMlZ .dropdown-item:hover span {
  color: white;
}
.cid-vgJrIDbMlZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgJrIDbMlZ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgJrIDbMlZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgJrIDbMlZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgJrIDbMlZ .nav-link {
  position: relative;
}
.cid-vgJrIDbMlZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vgJrIDbMlZ .container {
    flex-wrap: nowrap;
  }
}
.cid-vgJrIDbMlZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vgJrIDbMlZ .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vgJrIDbMlZ .dropdown-menu,
.cid-vgJrIDbMlZ .navbar.opened {
  background: #000000 !important;
}
.cid-vgJrIDbMlZ .nav-item:focus,
.cid-vgJrIDbMlZ .nav-link:focus {
  outline: none;
}
.cid-vgJrIDbMlZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgJrIDbMlZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vgJrIDbMlZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgJrIDbMlZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgJrIDbMlZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgJrIDbMlZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgJrIDbMlZ .navbar {
  min-height: 90px;
  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;
}
.cid-vgJrIDbMlZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgJrIDbMlZ .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vgJrIDbMlZ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vgJrIDbMlZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgJrIDbMlZ .navbar.collapsed {
  justify-content: center;
}
.cid-vgJrIDbMlZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgJrIDbMlZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgJrIDbMlZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vgJrIDbMlZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgJrIDbMlZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgJrIDbMlZ .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-vgJrIDbMlZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgJrIDbMlZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgJrIDbMlZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgJrIDbMlZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgJrIDbMlZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgJrIDbMlZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgJrIDbMlZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgJrIDbMlZ .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-vgJrIDbMlZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgJrIDbMlZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgJrIDbMlZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgJrIDbMlZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vgJrIDbMlZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgJrIDbMlZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgJrIDbMlZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vgJrIDbMlZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vgJrIDbMlZ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vgJrIDbMlZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vgJrIDbMlZ .navbar-brand .navbar-caption:hover,
.cid-vgJrIDbMlZ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vgJrIDbMlZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgJrIDbMlZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vgJrIDbMlZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vgJrIDbMlZ .dropdown-item.active,
.cid-vgJrIDbMlZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgJrIDbMlZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgJrIDbMlZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgJrIDbMlZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgJrIDbMlZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vgJrIDbMlZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vgJrIDbMlZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vgJrIDbMlZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgJrIDbMlZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vgJrIDbMlZ ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vgJrIDbMlZ .navbar-buttons {
  text-align: center;
}
.cid-vgJrIDbMlZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vgJrIDbMlZ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vgJrIDbMlZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vgJrIDbMlZ 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-vgJrIDbMlZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgJrIDbMlZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vgJrIDbMlZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgJrIDbMlZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vgJrIDbMlZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vgJrIDbMlZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJrIDbMlZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgJrIDbMlZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgJrIDbMlZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgJrIDbMlZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgJrIDbMlZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgJrIDbMlZ .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-vgJrIDbMlZ .navbar {
    height: 70px;
  }
  .cid-vgJrIDbMlZ .navbar.opened {
    height: auto;
  }
  .cid-vgJrIDbMlZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgJrIDbMlZ .navbar-nav {
  margin: 0 auto;
}
.cid-vgJrIDbMlZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vgJrIDbMlZ .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vgJrIDbMlZ .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vgJrIDbMlZ .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vgJrIDbMlZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vgJrIDbMlZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vgJrIDbMlZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vgJrIDbMlZ .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vgJrIDbMlZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vgJrIDbMlZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vgJrIDbMlZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vgJrIDbMlZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vgJrIDbMlZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vgJrIDbMlZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vgJrIDbMlZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vgJrIDbMlZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vgJrIDbMlZ .content-wrap {
  min-height: 90px;
}
.cid-vgJrIDD6So {
  background-image: url("../../../assets/images/background1.webp");
  position: relative;
}
.cid-vgJrIDD6So::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-vgJrIDD6So .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrIDD6So .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrIDD6So .row {
  justify-content: center;
}
.cid-vgJrIDD6So .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vgJrIDD6So .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vgJrIDD6So .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgJrIDD6So .mbr-section-title {
  color: #ffffff;
}
.cid-vgJrIDD6So .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrIDD6So .mbr-section-title,
.cid-vgJrIDD6So .mbr-section-btn {
  text-align: center;
}
.cid-vgYEZDRHK2 {
  align-items: flex-end;
}
.cid-vgYEZDRHK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYEZDRHK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) {
  .cid-vgYEZDRHK2 .container {
    padding: 0 30px;
  }
}
.cid-vgYEZDRHK2 .card {
  justify-content: center;
}
.cid-vgYEZDRHK2 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-vgYEZDRHK2 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-vgYEZDRHK2 .content-wrapper {
    padding: 0;
  }
}
.cid-vgYEZDRHK2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgYEZDRHK2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vgYEZDRHK2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-vgYEZDRHK2 .mbr-section-title {
  color: #ffffff;
}
.cid-vgYEZDRHK2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vgYEZDRHK2 .mbr-section-title,
.cid-vgYEZDRHK2 .mbr-section-btn {
  text-align: center;
}
.cid-vh22cOJbs2 {
  background-color: #000000;
}
.cid-vh22cOJbs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh22cOJbs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh22cOJbs2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-vh22cOJbs2 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vh22cOJbs2 .container {
    padding: 0 26px;
  }
}
.cid-vh22cOJbs2 .nav.nav-tabs {
  border-bottom: 0;
}
.cid-vh22cOJbs2 .nav.nav-tabs .nav-item {
  border: 1px solid #ffffff;
  padding: 3px;
}
@media (max-width: 768px) {
  .cid-vh22cOJbs2 .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vh22cOJbs2 .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  padding: 10px 70px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-vh22cOJbs2 .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
    justify-content: center;
    width: 100%;
  }
}
.cid-vh22cOJbs2 .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vh22cOJbs2 .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-vh22cOJbs2 .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-vh22cOJbs2 .tab-content {
  padding: 20px;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-vh22cOJbs2 .tab-content .tab-pane .image-wrapper img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vh22cOJbs2 .tab-content .tab-pane .image-wrapper img {
    height: 300px;
  }
}
.cid-vh28ksOhU3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vh28ksOhU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh28ksOhU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh28ksOhU3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-vh28ksOhU3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-vh28ksOhU3 .container {
    padding: 0 26px;
  }
}
.cid-vh28ksOhU3 .nav.nav-tabs {
  border-bottom: 0;
}
.cid-vh28ksOhU3 .nav.nav-tabs .nav-item {
  border: 1px solid #ffffff;
  padding: 3px;
}
@media (max-width: 768px) {
  .cid-vh28ksOhU3 .nav.nav-tabs .nav-item {
    width: 100%;
  }
}
.cid-vh28ksOhU3 .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  padding: 10px 70px;
  border: none;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-vh28ksOhU3 .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
    justify-content: center;
    width: 100%;
  }
}
.cid-vh28ksOhU3 .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vh28ksOhU3 .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
}
.cid-vh28ksOhU3 .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-vh28ksOhU3 .tab-content {
  padding: 20px;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-vh28ksOhU3 .tab-content .tab-pane .image-wrapper img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vh28ksOhU3 .tab-content .tab-pane .image-wrapper img {
    height: 300px;
  }
}
.cid-vgKdn9HuS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgKdn9HuS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgKdn9HuS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgKdn9HuS5 .card-wrapper {
  display: flex;
  background-color: #080813;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgKdn9HuS5 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vgKdn9HuS5 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgKdn9HuS5 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-vgKdn9HuS5 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vgKdn9HuS5 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vgKdn9HuS5 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgKdn9HuS5 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgKdn9HuS5 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vgKdn9HuS5 .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vgKdn9HuS5 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vgKdn9HuS5 .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vgKdn9HuS5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgKdn9HuS5 .mbr-text {
  color: #ffffff;
}
.cid-vgJrIEqmtj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #080813;
}
.cid-vgJrIEqmtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrIEqmtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrIEqmtj .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgJrIEqmtj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgJrIEqmtj .title-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vgJrIEqmtj .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vgJrIEqmtj .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-vgJrIEqmtj .item {
    padding: 0 14px;
  }
}
.cid-vgJrIEqmtj .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  background-color: #292739;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgJrIEqmtj .item .item-wrapper {
    padding: 14px;
  }
}
.cid-vgJrIEqmtj .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgJrIEqmtj .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 56px;
  color: #ffffff;
  background: linear-gradient(#ffffff 80%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgJrIEqmtj .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgJrIEqmtj .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #bbbbbb;
}
.cid-vgJrIEqmtj .item .card_1::before {
  background: linear-gradient(45deg, #aef800, #292739 50%);
}
.cid-vgJrIEqmtj .item .card_2::before {
  background: linear-gradient(45deg, #5d5983, #292739 50%);
}
.cid-vgJrIEqmtj .item .card_3::before {
  background: linear-gradient(45deg, #7541e5, #292739 50%);
}
.cid-vgJrIEqmtj .item .card_1 .card-box .icon-wrapper .icon-wrap {
  background-color: #aef800;
}
.cid-vgJrIEqmtj .item .card_2 .card-box .icon-wrapper .icon-wrap {
  background-color: #5d5983;
}
.cid-vgJrIEqmtj .item .card_3 .card-box .icon-wrapper .icon-wrap {
  background-color: #7541e5;
}
.cid-vgJrIEqmtj .mbr-section-title {
  color: #6b3bfc;
  text-align: center;
}
.cid-vgJrIEqmtj .item-title {
  color: #ffffff;
}
.cid-vgJrIEqmtj .list {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrIEqmtj .item-title,
.cid-vgJrIEqmtj .tags-wrapper,
.cid-vgJrIEqmtj .icon-wrapper {
  text-align: center;
}
.cid-vgJrINp44O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #0047ff -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-vgJrINp44O {
    background-image: linear-gradient(45deg, #0047ff -60%, #000000 40%);
  }
}
.cid-vgJrINp44O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgJrINp44O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgJrINp44O .row {
  justify-content: space-between;
}
.cid-vgJrINp44O .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgJrINp44O .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vgJrINp44O .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vgJrINp44O .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vgJrINp44O .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-vgJrINp44O .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vgJrINp44O .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vgJrINp44O .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vgJrINp44O .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vgJrINp44O .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vgJrINp44O .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vgJrINp44O .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgJrINp44O .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgJrINp44O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vgJrINp44O .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-vgJrINp44O .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgJrINp44O .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vgJrINp44O .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vgJrINp44O .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgJrINp44O .mbr-section-title {
  color: #ffffff;
}
.cid-vgJrINp44O .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrINp44O .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-vgJrINp44O .panel-title-edit {
  color: #ffffff;
}
.cid-vgJrINp44O .panel-text {
  color: #ffffff;
}
.cid-uE12dspXSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uE12dspXSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE12dspXSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE12dspXSv .row {
  justify-content: center;
}
.cid-uE12dspXSv .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE12dspXSv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE12dspXSv .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE12dspXSv .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE12dspXSv .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE12dspXSv .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE12dspXSv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE12dspXSv .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE12dspXSv .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE12dspXSv .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE12dspXSv .mbr-section-title {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-desc {
  color: #ffffff;
}
.cid-uE12dspXSv .list {
  color: #ffffff;
}
.cid-uE12dspXSv .mbr-text,
.cid-uE12dspXSv .text-wrapper {
  color: #ff64a3;
}
.cid-uE12dspXSv .mbr-desc,
.cid-uE12dspXSv .social-wrapper {
  color: #ffffff;
}
