body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik-Black';
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.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: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((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: #777777 !important;
}
.bg-success {
  background-color: #5865f2 !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #f8363c !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #777777 !important;
  border-color: #777777 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !important;
  box-shadow: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  box-shadow: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  box-shadow: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1223e2 !important;
  border-color: #1223e2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8363c !important;
  border-color: #f8363c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f8363c !important;
  border-color: #f8363c !important;
  box-shadow: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d0070d !important;
  border-color: #d0070d !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: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #777777 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !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: white !important;
  box-shadow: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #777777 !important;
  box-shadow: #777777 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !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: none !important;
  /* remove glow */
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth motion */
}
.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: transparent;
  color: #777777;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c4c4c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #777777 !important;
  border-color: #777777 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b9abe5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8269d1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.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: transparent;
  color: #5865f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1223e2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8363c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d0070d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8363c !important;
  border-color: #f8363c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: translateY(-2px);
  /* move up 2px */
  transition: transform 0.15s ease;
  /* smooth animation */
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #777777 !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #5865f2 !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #f8363c !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: #444444 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1021d4 !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: #c1070c !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: #777777;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #f8363c;
}
.alert-danger {
  background-color: #212428;
}
.mbr-gallery-filter li.active .btn {
  background-color: #777777;
  border-color: #777777;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #777777;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.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: #fffbfb;
}
.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: #777777 !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: #777777;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #777777;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #777777;
}
.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: #777777;
  border-bottom-color: #777777;
}
.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: #777777 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4f4f4 !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='%23777777' %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-v4mWCySZLk {
  z-index: 1000;
  width: 100%;
}
.cid-v4mWCySZLk .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4mWCySZLk .btn.btn-custom:hover,
.cid-v4mWCySZLk .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
@media (min-width: 992px) {
  .cid-v4mWCySZLk {
    flex-wrap: wrap;
  }
  .cid-v4mWCySZLk .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v4mWCySZLk .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v4mWCySZLk .icons-menu,
  .cid-v4mWCySZLk .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v4mWCySZLk .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v4mWCySZLk img {
  border-radius: 10px;
}
.cid-v4mWCySZLk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4mWCySZLk .navbar.opened {
  transition: all 0.3s;
}
.cid-v4mWCySZLk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4mWCySZLk .navbar .navbar-logo img {
  width: auto;
}
.cid-v4mWCySZLk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v4mWCySZLk .navbar.collapsed {
  justify-content: center;
}
.cid-v4mWCySZLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4mWCySZLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4mWCySZLk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4mWCySZLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4mWCySZLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4mWCySZLk .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-v4mWCySZLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4mWCySZLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4mWCySZLk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v4mWCySZLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4mWCySZLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4mWCySZLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4mWCySZLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4mWCySZLk .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-v4mWCySZLk .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v4mWCySZLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4mWCySZLk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4mWCySZLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4mWCySZLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4mWCySZLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4mWCySZLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4mWCySZLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4mWCySZLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4mWCySZLk .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v4mWCySZLk .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v4mWCySZLk .btn {
  padding: 0.3rem 2rem;
}
.cid-v4mWCySZLk .nav-link {
  position: relative;
}
.cid-v4mWCySZLk .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #777777;
}
.cid-v4mWCySZLk .nav-link:hover:before {
  width: 100%;
}
.cid-v4mWCySZLk nav.navbar {
  position: fixed;
}
.cid-v4mWCySZLk .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-v4mWCySZLk .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v4mWCySZLk .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4mWCySZLk .dropdown-item:hover,
.cid-v4mWCySZLk .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v4mWCySZLk .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v4mWCySZLk .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v4mWCySZLk .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v4mWCySZLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v4mWCySZLk .container {
  display: flex;
  margin: auto;
}
.cid-v4mWCySZLk .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v4mWCySZLk .dropdown-menu,
.cid-v4mWCySZLk .navbar.opened {
  background: #000000 !important;
}
.cid-v4mWCySZLk .nav-item:focus,
.cid-v4mWCySZLk .nav-link:focus {
  outline: none;
}
.cid-v4mWCySZLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4mWCySZLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4mWCySZLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4mWCySZLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4mWCySZLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4mWCySZLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4mWCySZLk .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v4mWCySZLk .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-v4mWCySZLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4mWCySZLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4mWCySZLk .dropdown-item.active,
.cid-v4mWCySZLk .dropdown-item:active {
  background-color: transparent;
}
.cid-v4mWCySZLk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4mWCySZLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4mWCySZLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4mWCySZLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4mWCySZLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4mWCySZLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4mWCySZLk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4mWCySZLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4mWCySZLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4mWCySZLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4mWCySZLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4mWCySZLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4mWCySZLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4mWCySZLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4mWCySZLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4mWCySZLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4mWCySZLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4mWCySZLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4mWCySZLk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4mWCySZLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4mWCySZLk .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-v4mWCySZLk .navbar {
    height: 70px;
  }
  .cid-v4mWCySZLk .navbar.opened {
    height: auto;
  }
  .cid-v4mWCySZLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4mWXYII71 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-v4mWXYII71 .mbr-text,
.cid-v4mWXYII71 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v4mWXYII71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4mWXYII71 #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v4mWXYII71 .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v4mWXYII71 .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v4mWXYII71 .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #f8363c;
  border-right: 2px solid #f8363c;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v4mWXYII71 .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v4mWXYII71 .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v4mWXYII71 .scroll-down span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(6px) rotate(45deg);
  }
  60% {
    transform: translateY(3px) rotate(45deg);
  }
}
.cid-v4mWXYII71 .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4mWXYII71 .btn.btn-custom:hover,
.cid-v4mWXYII71 .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4mWXYII71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4mWXYII71 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4mWXYII71 .mbr-section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #7b2ff7, #f038ff);
  box-shadow: 0 4px 12px rgba(240, 56, 255, 0.35);
  font-size: 16px;
}
#custom-html-3 .logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-html-3 .logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 30s linear infinite;
  gap: 60px;
}
#custom-html-3 .logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cid-v4n0Y3Uda5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v4n0Y3Uda5 .item-img {
  position: relative;
}
.cid-v4n0Y3Uda5 .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: linear-gradient(90deg, rgba(136, 56, 255, 0.35), rgba(56, 132, 255, 0.35)) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4n0Y3Uda5 .btn.btn-custom:hover,
.cid-v4n0Y3Uda5 .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgba(136, 56, 255, 0.45), rgba(56, 132, 255, 0.45)) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4n0Y3Uda5 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v4n0Y3Uda5 .price {
  text-align: left;
}
.cid-v4n0Y3Uda5 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 10px !important;
}
.cid-v4n0Y3Uda5 .btn-tag:hover,
.cid-v4n0Y3Uda5 .btn-tag:focus {
  box-shadow: none;
}
.cid-v4n0Y3Uda5 img,
.cid-v4n0Y3Uda5 .item-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: block;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v4n0Y3Uda5 .item:focus,
.cid-v4n0Y3Uda5 span:focus {
  outline: none;
}
.cid-v4n0Y3Uda5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4n0Y3Uda5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 15px;
}
.cid-v4n0Y3Uda5 .item-wrapper:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4n0Y3Uda5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4n0Y3Uda5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4n0Y3Uda5 .mbr-text {
  color: #013220;
  text-align: left;
}
.cid-v4n0Y3Uda5 .item-title {
  display: inline-block;
  background-color: #ffffff;
  color: #09090b;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: left;
}
.cid-v4n0Y3Uda5 .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v4n0Y3Uda5 .mbr-text,
.cid-v4n0Y3Uda5 .mbr-section-btn {
  color: #f4f4f4;
  text-align: left;
}
.cid-v4n0Y3Uda5 .mbr-section-subtitle {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4n0Y3Uda5 .mbr-section-subtitle2 {
  color: #67db88;
  text-align: center;
}
.cid-v4n6W4mJBR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v4n6W4mJBR .item-img {
  position: relative;
}
.cid-v4n6W4mJBR .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-v4n6W4mJBR .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: linear-gradient(90deg, rgba(136, 56, 255, 0.35), rgba(56, 132, 255, 0.35)) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4n6W4mJBR .btn.btn-custom:hover,
.cid-v4n6W4mJBR .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: linear-gradient(90deg, rgba(136, 56, 255, 0.45), rgba(56, 132, 255, 0.45)) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4n6W4mJBR .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 10px !important;
}
.cid-v4n6W4mJBR .btn-tag:hover,
.cid-v4n6W4mJBR .btn-tag:focus {
  box-shadow: none;
}
.cid-v4n6W4mJBR img,
.cid-v4n6W4mJBR .item-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: block;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v4n6W4mJBR .item:focus,
.cid-v4n6W4mJBR span:focus {
  outline: none;
}
.cid-v4n6W4mJBR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4n6W4mJBR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 15px;
}
.cid-v4n6W4mJBR .item-wrapper:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4n6W4mJBR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v4n6W4mJBR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4n6W4mJBR .mbr-text {
  color: #013220;
  text-align: left;
}
.cid-v4n6W4mJBR .item-title {
  display: inline-block;
  background-color: #ffffff;
  color: #09090b;
  padding: 4px 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: left;
}
.cid-v4n6W4mJBR .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v4n6W4mJBR .mbr-text,
.cid-v4n6W4mJBR .mbr-section-btn {
  color: #f4f4f4;
  text-align: left;
}
.cid-v4n6W4mJBR .mbr-section-subtitle {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4n6W4mJBR P {
  color: #1cadf0;
}
.cid-v4o2L056ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4o2L056ul .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-v4o2L056ul .panel-group,
.cid-v4o2L056ul .card-header {
  border: none;
}
.cid-v4o2L056ul .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4o2L056ul .titlepadding {
  padding-left: 10px;
}
.cid-v4o2L056ul .card-header {
  background: transparent;
}
.cid-v4o2L056ul .panel-title-edit {
  color: #ffffff;
}
.cid-v4o2L056ul .card {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.cid-v4o2L056ul .panel-body {
  padding: 1rem 1rem;
}
.cid-v4o2L056ul .panel-text {
  color: #f4f4f4;
  margin: 0;
}
.cid-v4o2L056ul H3 {
  color: #ffffff;
}
.cid-v4o2L056ul H4 {
  color: #ffffff;
  text-align: center;
}
.cid-v4o2L056ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4o2L056ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4o2L056ul .icon-box {
  width: 48px;
  height: 48px;
  border: 2px solid #f8363c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(255, 25, 25, 0.15), rgba(255, 101, 101, 0.05));
  box-shadow: 0 0 15px rgba(255, 25, 25, 0.3);
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.cid-v4o2L056ul H6 {
  color: #ffffff;
}
.cid-v4n8FQ0fJA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4n8FQ0fJA .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 40px 20px;
}
@media (max-width: 600px) {
  .cid-v4n8FQ0fJA .discord-banner {
    width: 95%;
  }
}
.cid-v4n8FQ0fJA .discord-banner:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4n8FQ0fJA .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4n8FQ0fJA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4n8FQ0fJA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4nV4VVAbe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v4nV4VVAbe .mbr-section-title {
  color: #ffffff;
}
.cid-v4nV4VVAbe .mbr-section-subtitle {
  color: #f4f4f4;
}
.cid-v4nV4VVAbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4nV4VVAbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-9 {
  /* === GLOBAL FLEX GRID === */
  /* === RIGHT CARD (YOUR item-wrapper styling) === */
  /* === ICON BOXES === */
  /* COLORS */
  /* Right-side stat colors */
  /* MOBILE IMPROVEMENTS */
}
#custom-html-9 .who-flex {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
#custom-html-9 .who-col {
  flex: 1 1 500px;
  min-width: 320px;
}
#custom-html-9 .who-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 25px;
}
#custom-html-9 .who-card:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#custom-html-9 .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-9 .icon-box svg {
  width: 24px;
  height: 24px;
  fill: white;
  opacity: 0.9;
}
#custom-html-9 .icon-blue {
  background: #3b7cf3;
}
#custom-html-9 .icon-green {
  background: #11b979;
}
#custom-html-9 .icon-purple {
  background: #8b4bff;
}
#custom-html-9 .stat-blue {
  color: #3aa3ff;
  font-weight: 700;
  font-size: 20px;
}
#custom-html-9 .stat-green {
  color: #28d39f;
  font-weight: 700;
  font-size: 20px;
}
#custom-html-9 .stat-purple {
  color: #b36cff;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  #custom-html-9 h2 {
    font-size: 36px !important;
  }
}
#payment-methods {
  /* Your provided card styling */
  /* Whole section matches the card style */
  /* Payment grid */
  /* Individual payment cards */
  /* Image icons */
  /* MOBILE RESPONSIVE */
}
#payment-methods .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 15px;
}
#payment-methods .item-wrapper:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#payment-methods .payment-section {
  padding: 60px 20px;
  background: transparent;
}
#payment-methods .section-card {
  max-width: 1290px;
  margin: 0 auto;
  padding: 40px 30px !important;
  text-align: center;
}
#payment-methods .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
#payment-methods .section-subtitle {
  font-size: 16px;
  margin-bottom: 40px;
  color: #f4f4f4;
}
#payment-methods .payment-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
#payment-methods .pay-card {
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 160px;
}
#payment-methods .pay-card span {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#payment-methods .pay-icon {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
@media (max-width: 900px) {
  #payment-methods .payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  #payment-methods .payment-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v4nXJpmxHc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-v4nXJpmxHc .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v4nXJpmxHc .first-column .mbr-text {
  margin: 0;
}
.cid-v4nXJpmxHc .row {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 1.5rem;
  color: white;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v4nXJpmxHc .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v4nXJpmxHc .form-group {
  max-width: 55%;
}
.cid-v4nXJpmxHc .form-group,
.cid-v4nXJpmxHc .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v4nXJpmxHc .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v4nXJpmxHc .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v4nXJpmxHc .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4nXJpmxHc .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4nXJpmxHc .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v4nXJpmxHc .form-control:hover,
.cid-v4nXJpmxHc .form-control:focus {
  border: none !important;
}
.cid-v4nXJpmxHc .col + .mbr-section-btn .btn,
.cid-v4nXJpmxHc .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v4nXJpmxHc .dragArea > *:nth-last-child(2).col,
.cid-v4nXJpmxHc .dragArea > *:nth-last-child(2).col-auto,
.cid-v4nXJpmxHc .col + .mbr-section-btn,
.cid-v4nXJpmxHc .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4nXJpmxHc .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4nXJpmxHc .mbr-section-title {
  color: #e6e6e6;
}
.cid-v4nXJpmxHc .mbr-section-subtitle,
.cid-v4nXJpmxHc .icons-wrapper {
  color: #f4f4f4;
}
.cid-v4nXJpmxHc P {
  color: #ffffff;
}
.cid-v4nXJpmxHc .mbr-section-title,
.cid-v4nXJpmxHc .icons-wrapper {
  color: #ffffff;
}
.cid-v4nXJpmxHc .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-v4sd0L0YSc {
  z-index: 1000;
  width: 100%;
}
.cid-v4sd0L0YSc .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sd0L0YSc .btn.btn-custom:hover,
.cid-v4sd0L0YSc .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
@media (min-width: 992px) {
  .cid-v4sd0L0YSc {
    flex-wrap: wrap;
  }
  .cid-v4sd0L0YSc .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v4sd0L0YSc .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v4sd0L0YSc .icons-menu,
  .cid-v4sd0L0YSc .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v4sd0L0YSc .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v4sd0L0YSc img {
  border-radius: 10px;
}
.cid-v4sd0L0YSc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4sd0L0YSc .navbar.opened {
  transition: all 0.3s;
}
.cid-v4sd0L0YSc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4sd0L0YSc .navbar .navbar-logo img {
  width: auto;
}
.cid-v4sd0L0YSc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v4sd0L0YSc .navbar.collapsed {
  justify-content: center;
}
.cid-v4sd0L0YSc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4sd0L0YSc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4sd0L0YSc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4sd0L0YSc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4sd0L0YSc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4sd0L0YSc .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-v4sd0L0YSc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4sd0L0YSc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4sd0L0YSc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v4sd0L0YSc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4sd0L0YSc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4sd0L0YSc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4sd0L0YSc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4sd0L0YSc .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-v4sd0L0YSc .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v4sd0L0YSc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4sd0L0YSc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4sd0L0YSc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4sd0L0YSc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4sd0L0YSc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4sd0L0YSc .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4sd0L0YSc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4sd0L0YSc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4sd0L0YSc .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v4sd0L0YSc .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v4sd0L0YSc .btn {
  padding: 0.3rem 2rem;
}
.cid-v4sd0L0YSc .nav-link {
  position: relative;
}
.cid-v4sd0L0YSc .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #777777;
}
.cid-v4sd0L0YSc .nav-link:hover:before {
  width: 100%;
}
.cid-v4sd0L0YSc nav.navbar {
  position: fixed;
}
.cid-v4sd0L0YSc .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-v4sd0L0YSc .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v4sd0L0YSc .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4sd0L0YSc .dropdown-item:hover,
.cid-v4sd0L0YSc .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v4sd0L0YSc .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v4sd0L0YSc .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v4sd0L0YSc .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v4sd0L0YSc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v4sd0L0YSc .container {
  display: flex;
  margin: auto;
}
.cid-v4sd0L0YSc .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v4sd0L0YSc .dropdown-menu,
.cid-v4sd0L0YSc .navbar.opened {
  background: #000000 !important;
}
.cid-v4sd0L0YSc .nav-item:focus,
.cid-v4sd0L0YSc .nav-link:focus {
  outline: none;
}
.cid-v4sd0L0YSc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4sd0L0YSc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4sd0L0YSc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4sd0L0YSc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4sd0L0YSc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4sd0L0YSc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4sd0L0YSc .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v4sd0L0YSc .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-v4sd0L0YSc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4sd0L0YSc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4sd0L0YSc .dropdown-item.active,
.cid-v4sd0L0YSc .dropdown-item:active {
  background-color: transparent;
}
.cid-v4sd0L0YSc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4sd0L0YSc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4sd0L0YSc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4sd0L0YSc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4sd0L0YSc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4sd0L0YSc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4sd0L0YSc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4sd0L0YSc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4sd0L0YSc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4sd0L0YSc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4sd0L0YSc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4sd0L0YSc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sd0L0YSc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sd0L0YSc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4sd0L0YSc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sd0L0YSc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4sd0L0YSc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4sd0L0YSc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sd0L0YSc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4sd0L0YSc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4sd0L0YSc .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-v4sd0L0YSc .navbar {
    height: 70px;
  }
  .cid-v4sd0L0YSc .navbar.opened {
    height: auto;
  }
  .cid-v4sd0L0YSc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4sd0LCidq {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-v4sd0LCidq .mbr-text,
.cid-v4sd0LCidq .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v4sd0LCidq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sd0LCidq #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v4sd0LCidq .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v4sd0LCidq .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v4sd0LCidq .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #f8363c;
  border-right: 2px solid #f8363c;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v4sd0LCidq .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v4sd0LCidq .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v4sd0LCidq .scroll-down span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(6px) rotate(45deg);
  }
  60% {
    transform: translateY(3px) rotate(45deg);
  }
}
.cid-v4sd0LCidq .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sd0LCidq .btn.btn-custom:hover,
.cid-v4sd0LCidq .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4sd0LCidq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sd0LCidq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4sd0LCidq .mbr-section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #7b2ff7, #f038ff);
  box-shadow: 0 4px 12px rgba(240, 56, 255, 0.35);
  font-size: 16px;
}
#custom-html-i .logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-html-i .logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 30s linear infinite;
  gap: 60px;
}
#custom-html-i .logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cid-v4sdlML0lq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v4sdlML0lq .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #95272a;
  margin-bottom: 1rem;
}
.cid-v4sdlML0lq .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v4sdlML0lq .card-wrapper {
  padding: 2rem 2rem;
  display: flex;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.cid-v4sdlML0lq .card-wrapper:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4sdlML0lq .card-title,
.cid-v4sdlML0lq .card-box {
  color: #ffffff;
}
.cid-v4sdlML0lq .main-title,
.cid-v4sdlML0lq .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-v4sdlML0lq .card-text {
  color: #ffffff;
}
.cid-v4sdlML0lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sdlML0lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sdlML0lq .mbr-text,
.cid-v4sdlML0lq .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v4sdlML0lq P {
  color: #f4f4f4;
}
.cid-v4sdlML0lq H4 {
  color: #ffffff;
}
.cid-v4sd0NXVZq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sd0NXVZq .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-v4sd0NXVZq .panel-group,
.cid-v4sd0NXVZq .card-header {
  border: none;
}
.cid-v4sd0NXVZq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4sd0NXVZq .titlepadding {
  padding-left: 10px;
}
.cid-v4sd0NXVZq .card-header {
  background: transparent;
}
.cid-v4sd0NXVZq .panel-title-edit {
  color: #ffffff;
}
.cid-v4sd0NXVZq .card {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.cid-v4sd0NXVZq .panel-body {
  padding: 1rem 1rem;
}
.cid-v4sd0NXVZq .panel-text {
  color: #f4f4f4;
  margin: 0;
}
.cid-v4sd0NXVZq H3 {
  color: #ffffff;
}
.cid-v4sd0NXVZq H4 {
  color: #ffffff;
  text-align: center;
}
.cid-v4sd0NXVZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sd0NXVZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sd0NXVZq .icon-box {
  width: 48px;
  height: 48px;
  border: 2px solid #f8363c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(255, 25, 25, 0.15), rgba(255, 101, 101, 0.05));
  box-shadow: 0 0 15px rgba(255, 25, 25, 0.3);
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.cid-v4sd0NXVZq H6 {
  color: #ffffff;
}
.cid-v4sd0OJFTF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sd0OJFTF .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 40px 20px;
}
@media (max-width: 600px) {
  .cid-v4sd0OJFTF .discord-banner {
    width: 95%;
  }
}
.cid-v4sd0OJFTF .discord-banner:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4sd0OJFTF .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4sd0OJFTF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4sd0OJFTF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4sd0Qg2el {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-v4sd0Qg2el .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v4sd0Qg2el .first-column .mbr-text {
  margin: 0;
}
.cid-v4sd0Qg2el .row {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 1.5rem;
  color: white;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v4sd0Qg2el .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v4sd0Qg2el .form-group {
  max-width: 55%;
}
.cid-v4sd0Qg2el .form-group,
.cid-v4sd0Qg2el .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v4sd0Qg2el .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v4sd0Qg2el .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sd0Qg2el .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sd0Qg2el .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sd0Qg2el .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sd0Qg2el .form-control:hover,
.cid-v4sd0Qg2el .form-control:focus {
  border: none !important;
}
.cid-v4sd0Qg2el .col + .mbr-section-btn .btn,
.cid-v4sd0Qg2el .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v4sd0Qg2el .dragArea > *:nth-last-child(2).col,
.cid-v4sd0Qg2el .dragArea > *:nth-last-child(2).col-auto,
.cid-v4sd0Qg2el .col + .mbr-section-btn,
.cid-v4sd0Qg2el .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4sd0Qg2el .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4sd0Qg2el .mbr-section-title {
  color: #e6e6e6;
}
.cid-v4sd0Qg2el .mbr-section-subtitle,
.cid-v4sd0Qg2el .icons-wrapper {
  color: #f4f4f4;
}
.cid-v4sd0Qg2el P {
  color: #ffffff;
}
.cid-v4sd0Qg2el .mbr-section-title,
.cid-v4sd0Qg2el .icons-wrapper {
  color: #ffffff;
}
.cid-v4sd0Qg2el .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-v4sfRQZDT9 {
  z-index: 1000;
  width: 100%;
}
.cid-v4sfRQZDT9 .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sfRQZDT9 .btn.btn-custom:hover,
.cid-v4sfRQZDT9 .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
@media (min-width: 992px) {
  .cid-v4sfRQZDT9 {
    flex-wrap: wrap;
  }
  .cid-v4sfRQZDT9 .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v4sfRQZDT9 .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v4sfRQZDT9 .icons-menu,
  .cid-v4sfRQZDT9 .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v4sfRQZDT9 .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v4sfRQZDT9 img {
  border-radius: 10px;
}
.cid-v4sfRQZDT9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4sfRQZDT9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v4sfRQZDT9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4sfRQZDT9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v4sfRQZDT9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v4sfRQZDT9 .navbar.collapsed {
  justify-content: center;
}
.cid-v4sfRQZDT9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4sfRQZDT9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4sfRQZDT9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4sfRQZDT9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4sfRQZDT9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4sfRQZDT9 .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-v4sfRQZDT9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4sfRQZDT9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4sfRQZDT9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v4sfRQZDT9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4sfRQZDT9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4sfRQZDT9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4sfRQZDT9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4sfRQZDT9 .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-v4sfRQZDT9 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v4sfRQZDT9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4sfRQZDT9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4sfRQZDT9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4sfRQZDT9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4sfRQZDT9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4sfRQZDT9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4sfRQZDT9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4sfRQZDT9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4sfRQZDT9 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v4sfRQZDT9 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v4sfRQZDT9 .btn {
  padding: 0.3rem 2rem;
}
.cid-v4sfRQZDT9 .nav-link {
  position: relative;
}
.cid-v4sfRQZDT9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #777777;
}
.cid-v4sfRQZDT9 .nav-link:hover:before {
  width: 100%;
}
.cid-v4sfRQZDT9 nav.navbar {
  position: fixed;
}
.cid-v4sfRQZDT9 .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-v4sfRQZDT9 .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v4sfRQZDT9 .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4sfRQZDT9 .dropdown-item:hover,
.cid-v4sfRQZDT9 .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v4sfRQZDT9 .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v4sfRQZDT9 .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v4sfRQZDT9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v4sfRQZDT9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v4sfRQZDT9 .container {
  display: flex;
  margin: auto;
}
.cid-v4sfRQZDT9 .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v4sfRQZDT9 .dropdown-menu,
.cid-v4sfRQZDT9 .navbar.opened {
  background: #000000 !important;
}
.cid-v4sfRQZDT9 .nav-item:focus,
.cid-v4sfRQZDT9 .nav-link:focus {
  outline: none;
}
.cid-v4sfRQZDT9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4sfRQZDT9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4sfRQZDT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4sfRQZDT9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4sfRQZDT9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4sfRQZDT9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4sfRQZDT9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v4sfRQZDT9 .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-v4sfRQZDT9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4sfRQZDT9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4sfRQZDT9 .dropdown-item.active,
.cid-v4sfRQZDT9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4sfRQZDT9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4sfRQZDT9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4sfRQZDT9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4sfRQZDT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4sfRQZDT9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4sfRQZDT9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4sfRQZDT9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4sfRQZDT9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4sfRQZDT9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4sfRQZDT9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4sfRQZDT9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4sfRQZDT9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sfRQZDT9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sfRQZDT9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4sfRQZDT9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sfRQZDT9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4sfRQZDT9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4sfRQZDT9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sfRQZDT9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4sfRQZDT9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4sfRQZDT9 .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-v4sfRQZDT9 .navbar {
    height: 70px;
  }
  .cid-v4sfRQZDT9 .navbar.opened {
    height: auto;
  }
  .cid-v4sfRQZDT9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4sfRRvOeT {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-v4sfRRvOeT .mbr-text,
.cid-v4sfRRvOeT .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v4sfRRvOeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sfRRvOeT #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v4sfRRvOeT .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v4sfRRvOeT .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v4sfRRvOeT .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #f8363c;
  border-right: 2px solid #f8363c;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v4sfRRvOeT .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v4sfRRvOeT .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v4sfRRvOeT .scroll-down span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(6px) rotate(45deg);
  }
  60% {
    transform: translateY(3px) rotate(45deg);
  }
}
.cid-v4sfRRvOeT .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sfRRvOeT .btn.btn-custom:hover,
.cid-v4sfRRvOeT .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4sfRRvOeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sfRRvOeT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4sfRRvOeT .mbr-section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #7b2ff7, #f038ff);
  box-shadow: 0 4px 12px rgba(240, 56, 255, 0.35);
  font-size: 16px;
}
#custom-html-u .logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-html-u .logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 30s linear infinite;
  gap: 60px;
}
#custom-html-u .logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.cid-v4sgbWA5mc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-v4sgbWA5mc blockquote {
  border-color: currentColor;
  padding: 1rem;
}
.cid-v4sgbWA5mc .quote {
  color: #e43f3f;
}
.cid-v4sgbWA5mc .quote,
.cid-v4sgbWA5mc blockquote {
  color: #ffffff;
}
.cid-v4sgbWA5mc .mbr-section-title {
  color: #ffffff;
}
.cid-v4sgbWA5mc .mbr-text {
  color: #f4f4f4;
}
.cid-v4sgbWA5mc .row {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 15px;
}
.cid-v4sgbWA5mc .product-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.cid-v4sgbWA5mc .divider {
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 12px 0;
  border-radius: 2px;
}
.cid-v4sfRSTIlV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sfRSTIlV .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-v4sfRSTIlV .panel-group,
.cid-v4sfRSTIlV .card-header {
  border: none;
}
.cid-v4sfRSTIlV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4sfRSTIlV .titlepadding {
  padding-left: 10px;
}
.cid-v4sfRSTIlV .card-header {
  background: transparent;
}
.cid-v4sfRSTIlV .panel-title-edit {
  color: #ffffff;
}
.cid-v4sfRSTIlV .card {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.cid-v4sfRSTIlV .panel-body {
  padding: 1rem 1rem;
}
.cid-v4sfRSTIlV .panel-text {
  color: #f4f4f4;
  margin: 0;
}
.cid-v4sfRSTIlV H3 {
  color: #ffffff;
}
.cid-v4sfRSTIlV H4 {
  color: #ffffff;
  text-align: center;
}
.cid-v4sfRSTIlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sfRSTIlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sfRSTIlV .icon-box {
  width: 48px;
  height: 48px;
  border: 2px solid #f8363c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(255, 25, 25, 0.15), rgba(255, 101, 101, 0.05));
  box-shadow: 0 0 15px rgba(255, 25, 25, 0.3);
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.cid-v4sfRSTIlV H6 {
  color: #ffffff;
}
.cid-v4sfRTDdHT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sfRTDdHT .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 40px 20px;
}
@media (max-width: 600px) {
  .cid-v4sfRTDdHT .discord-banner {
    width: 95%;
  }
}
.cid-v4sfRTDdHT .discord-banner:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4sfRTDdHT .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4sfRTDdHT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4sfRTDdHT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4sfRUcrXX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-v4sfRUcrXX .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v4sfRUcrXX .first-column .mbr-text {
  margin: 0;
}
.cid-v4sfRUcrXX .row {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 1.5rem;
  color: white;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v4sfRUcrXX .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v4sfRUcrXX .form-group {
  max-width: 55%;
}
.cid-v4sfRUcrXX .form-group,
.cid-v4sfRUcrXX .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v4sfRUcrXX .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v4sfRUcrXX .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sfRUcrXX .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sfRUcrXX .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sfRUcrXX .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sfRUcrXX .form-control:hover,
.cid-v4sfRUcrXX .form-control:focus {
  border: none !important;
}
.cid-v4sfRUcrXX .col + .mbr-section-btn .btn,
.cid-v4sfRUcrXX .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v4sfRUcrXX .dragArea > *:nth-last-child(2).col,
.cid-v4sfRUcrXX .dragArea > *:nth-last-child(2).col-auto,
.cid-v4sfRUcrXX .col + .mbr-section-btn,
.cid-v4sfRUcrXX .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4sfRUcrXX .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4sfRUcrXX .mbr-section-title {
  color: #e6e6e6;
}
.cid-v4sfRUcrXX .mbr-section-subtitle,
.cid-v4sfRUcrXX .icons-wrapper {
  color: #f4f4f4;
}
.cid-v4sfRUcrXX P {
  color: #ffffff;
}
.cid-v4sfRUcrXX .mbr-section-title,
.cid-v4sfRUcrXX .icons-wrapper {
  color: #ffffff;
}
.cid-v4sfRUcrXX .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-v4sYKZQi9g {
  z-index: 1000;
  width: 100%;
}
.cid-v4sYKZQi9g .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sYKZQi9g .btn.btn-custom:hover,
.cid-v4sYKZQi9g .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
@media (min-width: 992px) {
  .cid-v4sYKZQi9g {
    flex-wrap: wrap;
  }
  .cid-v4sYKZQi9g .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v4sYKZQi9g .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v4sYKZQi9g .icons-menu,
  .cid-v4sYKZQi9g .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v4sYKZQi9g .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v4sYKZQi9g img {
  border-radius: 10px;
}
.cid-v4sYKZQi9g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v4sYKZQi9g .navbar.opened {
  transition: all 0.3s;
}
.cid-v4sYKZQi9g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4sYKZQi9g .navbar .navbar-logo img {
  width: auto;
}
.cid-v4sYKZQi9g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v4sYKZQi9g .navbar.collapsed {
  justify-content: center;
}
.cid-v4sYKZQi9g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4sYKZQi9g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4sYKZQi9g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v4sYKZQi9g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4sYKZQi9g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4sYKZQi9g .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-v4sYKZQi9g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4sYKZQi9g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4sYKZQi9g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v4sYKZQi9g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4sYKZQi9g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4sYKZQi9g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4sYKZQi9g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4sYKZQi9g .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-v4sYKZQi9g .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v4sYKZQi9g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4sYKZQi9g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4sYKZQi9g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4sYKZQi9g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4sYKZQi9g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4sYKZQi9g .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4sYKZQi9g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4sYKZQi9g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v4sYKZQi9g .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v4sYKZQi9g .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v4sYKZQi9g .btn {
  padding: 0.3rem 2rem;
}
.cid-v4sYKZQi9g .nav-link {
  position: relative;
}
.cid-v4sYKZQi9g .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #777777;
}
.cid-v4sYKZQi9g .nav-link:hover:before {
  width: 100%;
}
.cid-v4sYKZQi9g nav.navbar {
  position: fixed;
}
.cid-v4sYKZQi9g .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-v4sYKZQi9g .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v4sYKZQi9g .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4sYKZQi9g .dropdown-item:hover,
.cid-v4sYKZQi9g .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v4sYKZQi9g .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v4sYKZQi9g .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v4sYKZQi9g .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v4sYKZQi9g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v4sYKZQi9g .container {
  display: flex;
  margin: auto;
}
.cid-v4sYKZQi9g .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v4sYKZQi9g .dropdown-menu,
.cid-v4sYKZQi9g .navbar.opened {
  background: #000000 !important;
}
.cid-v4sYKZQi9g .nav-item:focus,
.cid-v4sYKZQi9g .nav-link:focus {
  outline: none;
}
.cid-v4sYKZQi9g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4sYKZQi9g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4sYKZQi9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4sYKZQi9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4sYKZQi9g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4sYKZQi9g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4sYKZQi9g .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v4sYKZQi9g .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-v4sYKZQi9g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4sYKZQi9g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4sYKZQi9g .dropdown-item.active,
.cid-v4sYKZQi9g .dropdown-item:active {
  background-color: transparent;
}
.cid-v4sYKZQi9g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4sYKZQi9g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4sYKZQi9g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4sYKZQi9g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4sYKZQi9g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4sYKZQi9g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4sYKZQi9g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4sYKZQi9g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4sYKZQi9g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4sYKZQi9g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4sYKZQi9g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4sYKZQi9g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sYKZQi9g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4sYKZQi9g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4sYKZQi9g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sYKZQi9g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4sYKZQi9g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4sYKZQi9g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4sYKZQi9g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4sYKZQi9g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4sYKZQi9g .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-v4sYKZQi9g .navbar {
    height: 70px;
  }
  .cid-v4sYKZQi9g .navbar.opened {
    height: auto;
  }
  .cid-v4sYKZQi9g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4sYL0oDdo {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-v4sYL0oDdo .mbr-text,
.cid-v4sYL0oDdo .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v4sYL0oDdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sYL0oDdo #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v4sYL0oDdo .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v4sYL0oDdo .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v4sYL0oDdo .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #f8363c;
  border-right: 2px solid #f8363c;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v4sYL0oDdo .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v4sYL0oDdo .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v4sYL0oDdo .scroll-down span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(6px) rotate(45deg);
  }
  60% {
    transform: translateY(3px) rotate(45deg);
  }
}
.cid-v4sYL0oDdo .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px !important;
  border-radius: 16px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease;
}
.cid-v4sYL0oDdo .btn.btn-custom:hover,
.cid-v4sYL0oDdo .btn.btn-custom:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.cid-v4sYL0oDdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sYL0oDdo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4sYL0oDdo .mbr-section-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #7b2ff7, #f038ff);
  box-shadow: 0 4px 12px rgba(240, 56, 255, 0.35);
  font-size: 16px;
}
#custom-html-12 .logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#custom-html-12 .logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 30s linear infinite;
  gap: 60px;
}
#custom-html-12 .logo-track img {
  height: 50px;
  opacity: 0.8;
  transition: transform 0.3s ease;
}
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#custom-html-17 {
  /* Category Title */
  /* Grid Layout */
  /* Card Styling */
  /* Product Name */
  /* Price + Status Row */
  /* Status */
}
#custom-html-17 .status-section {
  width: 100%;
  background: transparent;
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
}
#custom-html-17 .status-container {
  width: 100%;
  max-width: 1290px;
}
#custom-html-17 .game-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 2rem 0 1rem 0;
  letter-spacing: 1px;
}
#custom-html-17 .tools-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
#custom-html-17 .card-wrapper {
  padding: 1.5rem;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  position: relative;
}
#custom-html-17 .card-wrapper:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#custom-html-17 .tool-name {
  color: #fff;
  margin: 0 0 .75rem 0;
  font-size: 1.05rem;
  font-weight: 700;
}
#custom-html-17 .status-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#custom-html-17 .price {
  padding: .3rem .7rem;
  border-radius: 6px;
  background: rgba(255, 77, 77, 0.15);
  color: #ff4d4d;
  font-size: 0.9rem;
  font-weight: 700;
  /* bold */
}
#custom-html-17 .status {
  font-weight: 600;
  font-size: .95rem;
}
#custom-html-17 .status.undetected {
  color: #36f867;
  /* Your green */
}
.cid-v4sYL1MeX2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sYL1MeX2 .mbr-iconfont {
  font-size: 1.4rem !important;
}
.cid-v4sYL1MeX2 .panel-group,
.cid-v4sYL1MeX2 .card-header {
  border: none;
}
.cid-v4sYL1MeX2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4sYL1MeX2 .titlepadding {
  padding-left: 10px;
}
.cid-v4sYL1MeX2 .card-header {
  background: transparent;
}
.cid-v4sYL1MeX2 .panel-title-edit {
  color: #ffffff;
}
.cid-v4sYL1MeX2 .card {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  margin-bottom: 0;
  padding: 0.5rem 0.5rem;
}
.cid-v4sYL1MeX2 .panel-body {
  padding: 1rem 1rem;
}
.cid-v4sYL1MeX2 .panel-text {
  color: #f4f4f4;
  margin: 0;
}
.cid-v4sYL1MeX2 H3 {
  color: #ffffff;
}
.cid-v4sYL1MeX2 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-v4sYL1MeX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4sYL1MeX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4sYL1MeX2 .icon-box {
  width: 48px;
  height: 48px;
  border: 2px solid #f8363c;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle, rgba(255, 25, 25, 0.15), rgba(255, 101, 101, 0.05));
  box-shadow: 0 0 15px rgba(255, 25, 25, 0.3);
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.cid-v4sYL1MeX2 H6 {
  color: #ffffff;
}
.cid-v4sYL2sLGZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-v4sYL2sLGZ .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 40px 20px;
}
@media (max-width: 600px) {
  .cid-v4sYL2sLGZ .discord-banner {
    width: 95%;
  }
}
.cid-v4sYL2sLGZ .discord-banner:hover {
  transform: translateY(-2px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.cid-v4sYL2sLGZ .mbr-text {
  color: #f4f4f4;
  text-align: center;
}
.cid-v4sYL2sLGZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4sYL2sLGZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4sYL2Z0NF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}
.cid-v4sYL2Z0NF .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v4sYL2Z0NF .first-column .mbr-text {
  margin: 0;
}
.cid-v4sYL2Z0NF .row {
  background: rgba(15, 17, 29, 0.3) !important;
  border: 0.5px solid rgba(120, 170, 255, 0.212) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  transition: all 0.3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 12px rgba(0, 123, 255, 0.08);
  padding: 1.5rem;
  color: white;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v4sYL2Z0NF .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v4sYL2Z0NF .form-group {
  max-width: 55%;
}
.cid-v4sYL2Z0NF .form-group,
.cid-v4sYL2Z0NF .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v4sYL2Z0NF .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v4sYL2Z0NF .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sYL2Z0NF .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sYL2Z0NF .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v4sYL2Z0NF .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v4sYL2Z0NF .form-control:hover,
.cid-v4sYL2Z0NF .form-control:focus {
  border: none !important;
}
.cid-v4sYL2Z0NF .col + .mbr-section-btn .btn,
.cid-v4sYL2Z0NF .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v4sYL2Z0NF .dragArea > *:nth-last-child(2).col,
.cid-v4sYL2Z0NF .dragArea > *:nth-last-child(2).col-auto,
.cid-v4sYL2Z0NF .col + .mbr-section-btn,
.cid-v4sYL2Z0NF .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v4sYL2Z0NF .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4sYL2Z0NF .mbr-section-title {
  color: #e6e6e6;
}
.cid-v4sYL2Z0NF .mbr-section-subtitle,
.cid-v4sYL2Z0NF .icons-wrapper {
  color: #f4f4f4;
}
.cid-v4sYL2Z0NF P {
  color: #ffffff;
}
.cid-v4sYL2Z0NF .mbr-section-title,
.cid-v4sYL2Z0NF .icons-wrapper {
  color: #ffffff;
}
.cid-v4sYL2Z0NF .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;
}
