.btn {
  border-width: 2px;
}
body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #ff65ff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff65ff !important;
  border-color: #ff65ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff65ff !important;
  border-color: #ff65ff !important;
  box-shadow: 0 0 10px #ff65ff, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0eff !important;
  border-color: #ff0eff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: 0 0 10px #8364e2, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  box-shadow: 0 0 10px #b9abe5, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: 0 0 10px #40b0bf, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 0 10px #ffe161, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  box-shadow: 0 0 10px #212428, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #ff65ff !important;
  background-color: #003366;
}
.btn-white,
.btn-white:active {
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: #003366 !important;
  box-shadow: 0 0 10px #003366, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #003366 !important;
  box-shadow: #003366 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #acacac !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 10px #232323, 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.03);
  transition: all 0.3s ease;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff65ff;
  color: #ff65ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0eff !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #ff0eff !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff65ff !important;
  border-color: #ff65ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #8364e2;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #4e26ca !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b9abe5;
  color: #b9abe5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8269d1 !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #8269d1 !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #2a747e !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #ffd10a !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #212428;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #000000 !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !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: #000000 !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #000000 !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.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: #cfcfcf !important;
  background-color: rgba(255, 101, 255, 0.05) !important;
  transition: all 0.3s ease;
  transform: translateY(-2px) scale(1.03);
  border-color: #cfcfcf !important;
  box-shadow: 0 0 12px rgba(255, 101, 255, 0.4);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff65ff !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fe00fe !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #785dcd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #ff65ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #212428;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff65ff;
  border-color: #ff65ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff65ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff65ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff65ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff65ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff65ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff65ff;
  border-bottom-color: #ff65ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff65ff !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: #8364e2 !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='%23ff65ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uMO1CHgK3Q {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMO1CHgK3Q {
    flex-wrap: wrap;
  }
  .cid-uMO1CHgK3Q .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uMO1CHgK3Q .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uMO1CHgK3Q .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uMO1CHgK3Q .btn {
  padding: 0.3rem 2rem;
}
.cid-uMO1CHgK3Q .nav-link {
  position: relative;
}
.cid-uMO1CHgK3Q .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ff65ff;
}
.cid-uMO1CHgK3Q .nav-link:hover:before {
  width: 100%;
}
.cid-uMO1CHgK3Q nav.navbar {
  position: fixed;
}
.cid-uMO1CHgK3Q .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-uMO1CHgK3Q .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMO1CHgK3Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMO1CHgK3Q .dropdown-item:hover,
.cid-uMO1CHgK3Q .dropdown-item:focus {
  background: #ff65ff !important;
  color: white !important;
}
.cid-uMO1CHgK3Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMO1CHgK3Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMO1CHgK3Q .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMO1CHgK3Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMO1CHgK3Q .container {
  display: flex;
  margin: auto;
}
.cid-uMO1CHgK3Q .iconfont-wrapper {
  color: #ff65ff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMO1CHgK3Q .dropdown-menu,
.cid-uMO1CHgK3Q .navbar.opened {
  background: #1d1f25 !important;
}
.cid-uMO1CHgK3Q .nav-item:focus,
.cid-uMO1CHgK3Q .nav-link:focus {
  outline: none;
}
.cid-uMO1CHgK3Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMO1CHgK3Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMO1CHgK3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMO1CHgK3Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMO1CHgK3Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMO1CHgK3Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMO1CHgK3Q .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1d1f25 !important;
  transition: all 0.3s;
}
.cid-uMO1CHgK3Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(23, 15, 37, 0);
}
.cid-uMO1CHgK3Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uMO1CHgK3Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMO1CHgK3Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uMO1CHgK3Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uMO1CHgK3Q .navbar.collapsed {
  justify-content: center;
}
.cid-uMO1CHgK3Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMO1CHgK3Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMO1CHgK3Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uMO1CHgK3Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMO1CHgK3Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMO1CHgK3Q .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-uMO1CHgK3Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMO1CHgK3Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMO1CHgK3Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMO1CHgK3Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMO1CHgK3Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMO1CHgK3Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMO1CHgK3Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMO1CHgK3Q .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-uMO1CHgK3Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMO1CHgK3Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMO1CHgK3Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMO1CHgK3Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMO1CHgK3Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMO1CHgK3Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMO1CHgK3Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMO1CHgK3Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMO1CHgK3Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMO1CHgK3Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMO1CHgK3Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMO1CHgK3Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMO1CHgK3Q .dropdown-item.active,
.cid-uMO1CHgK3Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uMO1CHgK3Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMO1CHgK3Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMO1CHgK3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMO1CHgK3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1f25;
}
.cid-uMO1CHgK3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMO1CHgK3Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMO1CHgK3Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMO1CHgK3Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMO1CHgK3Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMO1CHgK3Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff65ff;
}
.cid-uMO1CHgK3Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMO1CHgK3Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMO1CHgK3Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMO1CHgK3Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMO1CHgK3Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMO1CHgK3Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMO1CHgK3Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMO1CHgK3Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMO1CHgK3Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMO1CHgK3Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMO1CHgK3Q .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-uMO1CHgK3Q .navbar {
    height: 70px;
  }
  .cid-uMO1CHgK3Q .navbar.opened {
    height: auto;
  }
  .cid-uMO1CHgK3Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMO1BZqBju {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: transparent;
}
.cid-uMO1BZqBju .mbr-section-title {
  color: #ffffff;
}
.cid-uMO1BZqBju .mbr-text,
.cid-uMO1BZqBju .mbr-section-btn {
  color: #ffffff;
}
.cid-uMO1BZqBju #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-uMO1BZqBju .mbr-section-subtitle {
  color: #ff65ff;
  background: rgba(30, 0, 50, 0.6);
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(255, 101, 255, 0.6);
  border: 1.5px solid rgba(255, 101, 255, 0.8);
  user-select: none;
}
.cid-uMO1BZqBju img {
  border-radius: 2rem;
  animation: roll 4s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes roll {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(3px) rotate(3deg);
  }
  75% {
    transform: translateX(-3px) rotate(-3deg);
  }
}
.cid-uMO1BZqBju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMO1BZqBju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMO3lXpX5l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uMO3lXpX5l .row {
  flex-direction: row-reverse;
}
.cid-uMO3lXpX5l .mbr-section-title {
  color: #ffffff;
}
.cid-uMO3lXpX5l .mbr-text,
.cid-uMO3lXpX5l .mbr-section-btn {
  color: #ffffff;
}
.cid-uMO3lXpX5l .mbr-section-subtitle {
  color: #ff65ff;
  background: rgba(30, 0, 50, 0.6);
  padding: 6px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  box-shadow: 0 0 8px rgba(255, 101, 255, 0.6);
  border: 1.5px solid rgba(255, 101, 255, 0.8);
  user-select: none;
}
.cid-uMO3lXpX5l img {
  border-radius: 2rem;
  animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (min-width: 992px) {
  .cid-uMO3lXpX5l .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMO3lXpX5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMO3lXpX5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMO8xWAlzg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uMO8xWAlzg .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.5), rgba(184, 77, 255, 0.5));
  border: 2px solid rgba(255, 101, 255, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-uMO8xWAlzg .discord-banner {
    width: 95%;
  }
}
.cid-uMO8xWAlzg .discord-banner:hover {
  transform: translate(0px, -3px);
  border: 2px solid rgba(255, 101, 255, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uMO8xWAlzg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMO8xWAlzg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMO8xWAlzg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMO7hamPG9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uMO7hamPG9 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ff65ff;
  margin-bottom: 1rem;
}
.cid-uMO7hamPG9 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMO7hamPG9 .card-wrapper {
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 102, 242, 0.3);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.cid-uMO7hamPG9 .card-wrapper:hover {
  transform: translateY(-6px) scale(1.02);
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.08), rgba(255, 101, 255, 0.02));
  border-color: rgba(255, 102, 242, 0.6);
  box-shadow: 0 0 20px rgba(255, 102, 242, 0.4), 0 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-uMO7hamPG9 .card-wrapper:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 102, 242, 0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.cid-uMO7hamPG9 .card-wrapper:hover::before {
  opacity: 1;
}
.cid-uMO7hamPG9 .card-wrapper * {
  position: relative;
  z-index: 1;
}
.cid-uMO7hamPG9 .card-title,
.cid-uMO7hamPG9 .card-box {
  color: #ffffff;
}
.cid-uMO7hamPG9 .main-title,
.cid-uMO7hamPG9 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMO7hamPG9 .card-text {
  color: #ffffff;
}
.cid-uMO7hamPG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMO7hamPG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOekEkSL6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uMOekEkSL6 .item-img {
  position: relative;
}
@media (max-width: 768px) {
  .cid-uMOekEkSL6 .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
  .cid-uMOekEkSL6 .responsive-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cid-uMOekEkSL6 .responsive-buttons button {
    width: 90%;
    max-width: 320px;
    font-size: 13px;
    padding: 10px 16px;
  }
}
.cid-uMOekEkSL6 #searchBar {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0b0e14;
  border: 2px solid #00e5ff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-uMOekEkSL6 #searchBar:hover,
.cid-uMOekEkSL6 #searchBar:focus {
  border-color: #00e5ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-uMOekEkSL6 #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-uMOekEkSL6 .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-uMOekEkSL6 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uMOekEkSL6 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uMOekEkSL6 .btn-tag:hover,
.cid-uMOekEkSL6 .btn-tag:focus {
  box-shadow: none;
}
.cid-uMOekEkSL6 img,
.cid-uMOekEkSL6 .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uMOekEkSL6 .item:focus,
.cid-uMOekEkSL6 span:focus {
  outline: none;
}
.cid-uMOekEkSL6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMOekEkSL6 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: transparent;
  border: 1px solid rgba(255, 102, 242, 0.3);
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease;
}
.cid-uMOekEkSL6 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.cid-uMOekEkSL6 .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-uMOekEkSL6 .item-wrapper:hover {
  transform: translateY(-6px) scale(1.02);
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.08), rgba(255, 101, 255, 0.02));
  border-color: rgba(255, 102, 242, 0.6);
  box-shadow: 0 0 20px rgba(255, 102, 242, 0.4), 0 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-uMOekEkSL6 .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-uMOekEkSL6 .mbr-section-title {
  color: #ffffff;
  padding-top: 10px;
  letter-spacing: 0.05em;
}
.cid-uMOekEkSL6 .mbr-text,
.cid-uMOekEkSL6 .mbr-section-btn {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uMOekEkSL6 .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uMOekEkSL6 .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-uMOekEkSL6 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uMOekEkSL6 .responsive-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-uMOekEkSL6 .responsive-buttons button {
  background-color: #ff65ff;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 25px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.cid-uMOekEkSL6 .responsive-buttons button:hover {
  background-color: #e255e0;
}
.cid-uMOekEkSL6 .responsive-buttons .highlight {
  background-color: #fff;
  color: #ff65ff;
  border: 1px solid #ff65ff;
}
.cid-uMOekEkSL6 .wrapped-buttons {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: center;
  gap: 8px;
}
.cid-uMOekEkSL6 .wrapped-buttons button {
  background-color: #ff65ff;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 10px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.cid-uMOekEkSL6 .wrapped-buttons button:hover {
  background-color: #e255e0;
}
.cid-uMOekEkSL6 .wrapped-buttons .highlight {
  background-color: #fff;
  color: #ff65ff;
  border: 1px solid #ff65ff;
}
#custom-html-9 {
  /* Mobirise-style container */
  /* Hide image on mobile (below 768px) */
  /* Content styling */
  /* Image section */
  /* Desktop layout */
}
#custom-html-9 .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}
#custom-html-9 .support-section {
  background-color: transparent;
  padding: 3rem 0;
}
#custom-html-9 .support-card {
  display: flex;
  flex-direction: column;
  background: #1d1f25;
  /* reduced opacity */
  border: 2px solid rgba(255, 101, 255, 0.5);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #custom-html-9 .support-image {
    display: none;
  }
}
#custom-html-9 .support-content {
  padding: 2rem;
  color: #ffffff;
  text-align: center;
}
#custom-html-9 .support-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#custom-html-9 .support-content h2 span {
  display: inline-block;
}
#custom-html-9 .support-content p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
#custom-html-9 .discord-btn {
  display: inline-block;
  background-color: #003366;
  color: #003366;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
#custom-html-9 .discord-btn:hover {
  background-color: #003366;
}
#custom-html-9 .support-image {
  flex: 1;
  height: 100%;
}
#custom-html-9 .support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  #custom-html-9 .support-card {
    flex-direction: row;
    height: 400px;
  }
  #custom-html-9 .support-content {
    flex: 1;
    text-align: left;
    padding: 3rem;
  }
  #custom-html-9 .support-image {
    flex: 1;
  }
}
.cid-uMTRiwntn1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uMTRiwntn1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #ff65ff;
  margin-left: 1rem;
}
.cid-uMTRiwntn1 .panel-group,
.cid-uMTRiwntn1 .card-header {
  border: none;
}
.cid-uMTRiwntn1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMTRiwntn1 .card-header {
  background: transparent;
}
.cid-uMTRiwntn1 .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uMTRiwntn1 .card {
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.5), rgba(184, 77, 255, 0.5));
  border: 2px solid rgba(255, 101, 255, 0.5);
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
}
.cid-uMTRiwntn1 .panel-body {
  padding: 1rem 1rem;
}
.cid-uMTRiwntn1 .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uMTRiwntn1 H3 {
  color: #ffffff;
}
.cid-uMTRiwntn1 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uMTRiwntn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTRiwntn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTRiwntn1 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uMTNEWiPlp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uMTNEWiPlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMTNEWiPlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMTNEWiPlp .feature-item {
  display: inline-block;
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.5), rgba(184, 77, 255, 0.5));
  border: 2px solid rgba(255, 101, 255, 0.5);
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}
.cid-uMTNEWiPlp .feature-item:hover {
  cursor: pointer;
}
.cid-uMTNEWiPlp .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: transparent;
  border: 2px solid rgba(255, 101, 255, 0.5);
  padding: 1rem;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.cid-uMTNEWiPlp .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(2px);
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
}
.cid-uMTNEWiPlp .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-uMTNEWiPlp .item-wrapper:hover {
  transform: translateY(-6px) scale(1.02);
  background: linear-gradient(135deg, rgba(255, 101, 255, 0.08), rgba(255, 101, 255, 0.02));
  border-color: rgba(255, 102, 242, 0.6);
  box-shadow: 0 0 20px rgba(255, 102, 242, 0.4), 0 10px 30px rgba(0, 0, 0, 0.4);
}
.cid-uMTNEWiPlp img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 0.5rem;
}
.cid-uMTNEWiPlp .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffd54f;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.cid-uMTNEWiPlp .card-title,
.cid-uMTNEWiPlp .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMTNEWiPlp .card-text {
  color: #ff65ff;
  text-align: center;
}
.cid-uMTNEWiPlp .mbr-section-title {
  color: #ffffff;
  margin-bottom: -20px;
}
.cid-uMTNEWiPlp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMTNEWiPlp .content-head {
  max-width: 800px;
}
.cid-uMTNEWiPlp .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMTNEWiPlp .review-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uMTNEWiPlp .review-scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
  gap: 0.5rem;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-uMTNEWiPlp .review-scroll-wrapper:hover .review-scroll-track {
  animation-play-state: paused;
}
.cid-uMTNEWiPlp .review-card {
  flex-shrink: 0;
  width: 350px;
  max-width: 90vw;
  padding: 1rem;
  color: transparent;
  border-radius: 20px;
}
.cid-uMTNEWiPlp .review-scroll-wrapper2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uMTNEWiPlp .review-scroll-track2 {
  display: flex;
  width: max-content;
  animation: scrollRight 30s linear infinite;
  gap: 0.5rem;
}
.cid-uMTNEWiPlp .review-scroll-wrapper2:hover .review-scroll-track2 {
  animation-play-state: paused;
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.custom-footer {
  padding: 50px 0;
  background-color: #1d1f25;
  color: #bbbbbb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.custom-footer .footer-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.custom-footer .footer-text {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
}

.custom-footer .footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
}

.custom-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer .footer-links li {
  margin-bottom: 0.5rem;
}

.custom-footer .footer-links a {
  color: #bbbbbb;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.custom-footer .footer-links a:hover {
  color: #ffffff;
}

.custom-footer .copyright {
  font-size: 12px;
  color: #777;
}
#custom-html-e .discount-alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ff65ff, #ff85c1);
  color: white;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#custom-html-e .discount-text {
  flex: 1;
  margin-right: 10px;
}
#custom-html-e .close-alert {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
#custom-html-e .discount-alert.hidden {
  display: none;
}
#custom-html-d #progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: #ff65ff;
  width: 0%;
  z-index: 9999;
}
#custom-html-a #cursor-dots {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  pointer-events: none;
  z-index: 9999;
  background-image: radial-gradient(circle, #ff65ff 1.2px, transparent 1.2px);
  background-size: 20px 20px;
  opacity: 0.5;
  border-radius: 50%;
  mix-blend-mode: screen;
  transform: translate(-9999px, -9999px);
  /* Hidden initially */
  /* New shadow for clean edges */
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.4) inset, 0 0 40px rgba(0, 0, 0, 0.6);
}
