body {
  font-family: 'Lexend', sans-serif;
}
.display-1 {
  font-family: 'Rubik-Black';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Rubik-Black';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rubik-Black';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #398abe !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #398abe !important;
  border-color: #398abe !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #398abe !important;
  border-color: #398abe !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #255a7b !important;
  border-color: #255a7b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #398abe !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;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #398abe !important;
  box-shadow: #398abe 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;
}
.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: #398abe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #255a7b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #398abe !important;
  border-color: #398abe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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;
}
.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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: 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;
}
.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;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #398abe !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #215170 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #785dcd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #398abe;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #212428;
}
.mbr-gallery-filter li.active .btn {
  background-color: #398abe;
  border-color: #398abe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #398abe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #97c3e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #398abe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #398abe;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #398abe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #398abe;
}
.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: #398abe;
  border-bottom-color: #398abe;
}
.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: #398abe !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: #ffffff !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='%23398abe' %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-v5RINwHTtv {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5RINwHTtv {
    flex-wrap: wrap;
  }
  .cid-v5RINwHTtv .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v5RINwHTtv .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5RINwHTtv .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5RINwHTtv .btn {
  padding: 0.3rem 2rem;
}
.cid-v5RINwHTtv .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5RINwHTtv .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5RINwHTtv .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5RINwHTtv .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5RINwHTtv .nav-link {
  position: relative;
}
.cid-v5RINwHTtv .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v5RINwHTtv .nav-link:hover:before {
  width: 100%;
}
.cid-v5RINwHTtv nav.navbar {
  position: fixed;
}
.cid-v5RINwHTtv .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-v5RINwHTtv .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5RINwHTtv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5RINwHTtv .dropdown-item:hover,
.cid-v5RINwHTtv .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v5RINwHTtv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5RINwHTtv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5RINwHTtv .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5RINwHTtv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5RINwHTtv .container {
  display: flex;
  margin: auto;
}
.cid-v5RINwHTtv .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5RINwHTtv .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5RINwHTtv .dropdown-menu,
.cid-v5RINwHTtv .navbar.opened {
  background: #203658 !important;
}
.cid-v5RINwHTtv .nav-item:focus,
.cid-v5RINwHTtv .nav-link:focus {
  outline: none;
}
.cid-v5RINwHTtv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5RINwHTtv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5RINwHTtv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5RINwHTtv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5RINwHTtv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5RINwHTtv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5RINwHTtv .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v5RINwHTtv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v5RINwHTtv .navbar.opened {
  transition: all 0.3s;
}
.cid-v5RINwHTtv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5RINwHTtv .navbar .navbar-logo img {
  width: auto;
}
.cid-v5RINwHTtv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5RINwHTtv .navbar.collapsed {
  justify-content: center;
}
.cid-v5RINwHTtv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5RINwHTtv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5RINwHTtv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v5RINwHTtv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5RINwHTtv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5RINwHTtv .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-v5RINwHTtv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5RINwHTtv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5RINwHTtv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5RINwHTtv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5RINwHTtv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5RINwHTtv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5RINwHTtv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5RINwHTtv .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-v5RINwHTtv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5RINwHTtv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5RINwHTtv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5RINwHTtv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5RINwHTtv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5RINwHTtv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5RINwHTtv .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5RINwHTtv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5RINwHTtv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5RINwHTtv .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-v5RINwHTtv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5RINwHTtv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5RINwHTtv .dropdown-item.active,
.cid-v5RINwHTtv .dropdown-item:active {
  background-color: transparent;
}
.cid-v5RINwHTtv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5RINwHTtv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5RINwHTtv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5RINwHTtv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v5RINwHTtv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5RINwHTtv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5RINwHTtv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5RINwHTtv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5RINwHTtv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5RINwHTtv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5RINwHTtv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5RINwHTtv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5RINwHTtv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5RINwHTtv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5RINwHTtv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5RINwHTtv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5RINwHTtv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5RINwHTtv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5RINwHTtv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5RINwHTtv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5RINwHTtv .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-v5RINwHTtv .navbar {
    height: 70px;
  }
  .cid-v5RINwHTtv .navbar.opened {
    height: auto;
  }
  .cid-v5RINwHTtv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5RIUPY57i {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v5RIUPY57i .mbr-text,
.cid-v5RIUPY57i .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5RIUPY57i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5RIUPY57i .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5RIUPY57i .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5RIUPY57i .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5RIUPY57i .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5RIUPY57i .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v5RIUPY57i .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v5RIUPY57i #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v5RIUPY57i .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v5RIUPY57i .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v5RIUPY57i .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v5RIUPY57i .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v5RIUPY57i .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v5RIUPY57i .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-v5RIUPY57i .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v5RIUPY57i .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v5RIUPY57i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5RIUPY57i .mbr-section-title {
  color: #ffffff;
}
.cid-v5RIUPY57i .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5RIUPY57i .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8dPWvbhdT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8dPWvbhdT .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8dPWvbhdT .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8dPWvbhdT .discord-banner::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8dPWvbhdT .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8dPWvbhdT .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8dPWvbhdT .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8dPWvbhdT .banner-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cid-v8dPWvbhdT .banner-left .mbr-section-subtitle,
  .cid-v8dPWvbhdT .banner-left .mbr-text {
    text-align: center !important;
  }
}
.cid-v8dPWvbhdT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v8dPWvbhdT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8dPWvbhdT .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8dPWvbhdT .mbr-section-btn {
  text-align: left;
}
.cid-v8dPWvbhdT .server-box {
  background: #1b2d4b;
  border: 1px solid rgba(179, 193, 203, 0.15);
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
}
.cid-v8dPWvbhdT .server-box::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 0;
}
.cid-v8dPWvbhdT .server-box * {
  position: relative;
  z-index: 1;
}
.cid-v8dPWvbhdT .server-box h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-v8dPWvbhdT .server-box input {
  width: 75%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #398abe;
  color: #111827;
  font-weight: bold;
  outline: none;
}
.cid-v8dPWvbhdT .copy-message {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-v8dPWvbhdT H5 {
  color: #160830;
}
.cid-v8dPWvbhdT P {
  text-align: center;
}
.cid-v8dPWvbhdT .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v8dPWvbhdT .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8dPWvbhdT .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v8dPWvbhdT .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v8dPWvbhdT .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8dPWvbhdT .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8dPWvbhdT .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8dPWvbhdT .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5TqOocU3z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v5TqOocU3z .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v5TqOocU3z .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5TqOocU3z .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5TqOocU3z .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v5TqOocU3z .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v5TqOocU3z .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v5TqOocU3z .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v5TqOocU3z .banner-content .mbr-section-title,
  .cid-v5TqOocU3z .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v5TqOocU3z .banner-content .banner-icon span {
    display: block;
  }
  .cid-v5TqOocU3z .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v5TqOocU3z .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v5TqOocU3z .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v5TqOocU3z .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v5TqOocU3z .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v5TqOocU3z .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v5TqOocU3z .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v5TqOocU3z .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5TqOocU3z .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v5TqOocU3z .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v5TqOocU3z .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v5TqOocU3z P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v5TqOocU3z .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5TqOocU3z H4 {
  color: #ffffff;
}
.cid-v5TqOocU3z .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v5TqOocU3z .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5TqOocU3z .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v5TqOocU3z .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5S6hg00eD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: #1b2d4b;
}
.cid-v5S6hg00eD .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5S6hg00eD .mbr-text,
.cid-v5S6hg00eD .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5S6hg00eD .mbr-section-subtitle {
  color: #398abe;
}
.cid-v5S6hg00eD iframe {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v5S6hg00eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5S6hg00eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v5S6hg00eD .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5SOxQqHx6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2d4b;
}
.cid-v5SOxQqHx6 .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5SOxQqHx6 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5SOxQqHx6 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5SOxQqHx6 .card-wrapper {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v5SOxQqHx6 .card-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5SOxQqHx6 .card-wrapper::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5SOxQqHx6 .card-wrapper:hover {
  transform: translateY(-2px);
}
.cid-v5SOxQqHx6 .card-wrapper:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v5SOxQqHx6 .card-title,
.cid-v5SOxQqHx6 .card-box {
  color: #fafafa;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5SOxQqHx6 .main-title,
.cid-v5SOxQqHx6 .title-col {
  color: #ffffff;
}
.cid-v5SOxQqHx6 .card-text {
  color: #f4f4f4;
}
.cid-v5SOxQqHx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5SOxQqHx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5SOxQqHx6 P {
  color: #ffffff;
}
#custom-html-a body {
  background: black;
}
#custom-html-a .banner-wrapper {
  position: relative;
  background-color: #1b2d4b;
  padding: 15px 0;
}
#custom-html-a .scrolling-banner {
  position: relative;
  overflow: hidden;
  background: #203658;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 50px 0;
  transform-origin: center center;
}
#custom-html-a .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 2em;
  font-weight: 900;
  color: white;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-v8eWyd1JP3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8eWyd1JP3 .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8eWyd1JP3 .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8eWyd1JP3 .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8eWyd1JP3 .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8eWyd1JP3 .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8eWyd1JP3 .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8eWyd1JP3 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8eWyd1JP3 .banner-content .mbr-section-title,
  .cid-v8eWyd1JP3 .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8eWyd1JP3 .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8eWyd1JP3 .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8eWyd1JP3 .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8eWyd1JP3 .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8eWyd1JP3 .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8eWyd1JP3 .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8eWyd1JP3 .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8eWyd1JP3 .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8eWyd1JP3 .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8eWyd1JP3 .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8eWyd1JP3 .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8eWyd1JP3 .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8eWyd1JP3 P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8eWyd1JP3 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8eWyd1JP3 H4 {
  color: #ffffff;
}
.cid-v8eWyd1JP3 .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8eWyd1JP3 .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8eWyd1JP3 .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8eWyd1JP3 .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5TTfFVhVY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b2d4b;
}
.cid-v5TTfFVhVY .item-img {
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5TTfFVhVY .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5TTfFVhVY .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5TTfFVhVY #searchBar,
  .cid-v5TTfFVhVY #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5TTfFVhVY .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5TTfFVhVY .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5TTfFVhVY .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5TTfFVhVY .btn-tag:hover,
.cid-v5TTfFVhVY .btn-tag:focus {
  box-shadow: none;
}
.cid-v5TTfFVhVY img,
.cid-v5TTfFVhVY .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5TTfFVhVY .item:focus,
.cid-v5TTfFVhVY span:focus {
  outline: none;
}
.cid-v5TTfFVhVY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5TTfFVhVY .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  position: relative;
  transition: all 0.25s ease;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.cid-v5TTfFVhVY .item-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5TTfFVhVY .item-wrapper::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5TTfFVhVY .item-wrapper:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v5TTfFVhVY .item-wrapper:hover {
  transform: translateY(-2px);
}
.cid-v5TTfFVhVY .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5TTfFVhVY .mbr-section-title {
  color: #ffffff;
}
.cid-v5TTfFVhVY .mbr-text,
.cid-v5TTfFVhVY .mbr-section-btn {
  color: #f4f4f4;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5TTfFVhVY .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5TTfFVhVY .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5TTfFVhVY .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5TTfFVhVY .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5TTfFVhVY P {
  color: #591efa;
}
.cid-v5TTfFVhVY .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5TTfFVhVY .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5TTfFVhVY .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5TTfFVhVY .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5TVwIkRq6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v5TVwIkRq6 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v5TVwIkRq6 .first-column .mbr-text {
  margin: 0;
}
.cid-v5TVwIkRq6 .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v5TVwIkRq6 .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v5TVwIkRq6 .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v5TVwIkRq6 .col + .mbr-section-btn .btn,
.cid-v5TVwIkRq6 .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-v5TVwIkRq6 .dragArea > *:nth-last-child(2).col,
.cid-v5TVwIkRq6 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5TVwIkRq6 .col + .mbr-section-btn,
.cid-v5TVwIkRq6 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5TVwIkRq6 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5TVwIkRq6 .mbr-section-title {
  color: #e6e6e6;
}
.cid-v5TVwIkRq6 .mbr-section-subtitle,
.cid-v5TVwIkRq6 .icons-wrapper {
  color: #f4f4f4;
}
.cid-v5TVwIkRq6 P {
  color: #ffffff;
}
.cid-v5TVwIkRq6 .mbr-section-title,
.cid-v5TVwIkRq6 .icons-wrapper {
  color: #ffffff;
}
.cid-v5TVwIkRq6 .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-v5YOtUQcD1 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5YOtUQcD1 {
    flex-wrap: wrap;
  }
  .cid-v5YOtUQcD1 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v5YOtUQcD1 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5YOtUQcD1 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5YOtUQcD1 .btn {
  padding: 0.3rem 2rem;
}
.cid-v5YOtUQcD1 .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5YOtUQcD1 .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5YOtUQcD1 .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5YOtUQcD1 .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5YOtUQcD1 .nav-link {
  position: relative;
}
.cid-v5YOtUQcD1 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v5YOtUQcD1 .nav-link:hover:before {
  width: 100%;
}
.cid-v5YOtUQcD1 nav.navbar {
  position: fixed;
}
.cid-v5YOtUQcD1 .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-v5YOtUQcD1 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5YOtUQcD1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5YOtUQcD1 .dropdown-item:hover,
.cid-v5YOtUQcD1 .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v5YOtUQcD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5YOtUQcD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5YOtUQcD1 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5YOtUQcD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5YOtUQcD1 .container {
  display: flex;
  margin: auto;
}
.cid-v5YOtUQcD1 .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5YOtUQcD1 .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5YOtUQcD1 .dropdown-menu,
.cid-v5YOtUQcD1 .navbar.opened {
  background: #203658 !important;
}
.cid-v5YOtUQcD1 .nav-item:focus,
.cid-v5YOtUQcD1 .nav-link:focus {
  outline: none;
}
.cid-v5YOtUQcD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5YOtUQcD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5YOtUQcD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5YOtUQcD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5YOtUQcD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5YOtUQcD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5YOtUQcD1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v5YOtUQcD1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v5YOtUQcD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5YOtUQcD1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5YOtUQcD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5YOtUQcD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5YOtUQcD1 .navbar.collapsed {
  justify-content: center;
}
.cid-v5YOtUQcD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5YOtUQcD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5YOtUQcD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v5YOtUQcD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5YOtUQcD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5YOtUQcD1 .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-v5YOtUQcD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5YOtUQcD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5YOtUQcD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5YOtUQcD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5YOtUQcD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5YOtUQcD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5YOtUQcD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5YOtUQcD1 .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-v5YOtUQcD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5YOtUQcD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5YOtUQcD1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5YOtUQcD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5YOtUQcD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5YOtUQcD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5YOtUQcD1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5YOtUQcD1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5YOtUQcD1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5YOtUQcD1 .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-v5YOtUQcD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5YOtUQcD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5YOtUQcD1 .dropdown-item.active,
.cid-v5YOtUQcD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5YOtUQcD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5YOtUQcD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5YOtUQcD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5YOtUQcD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v5YOtUQcD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5YOtUQcD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5YOtUQcD1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5YOtUQcD1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5YOtUQcD1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5YOtUQcD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5YOtUQcD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5YOtUQcD1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YOtUQcD1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YOtUQcD1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5YOtUQcD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YOtUQcD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5YOtUQcD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5YOtUQcD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YOtUQcD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5YOtUQcD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5YOtUQcD1 .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-v5YOtUQcD1 .navbar {
    height: 70px;
  }
  .cid-v5YOtUQcD1 .navbar.opened {
    height: auto;
  }
  .cid-v5YOtUQcD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5YOtVFVGd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v5YOtVFVGd .mbr-text,
.cid-v5YOtVFVGd .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5YOtVFVGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YOtVFVGd .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5YOtVFVGd .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5YOtVFVGd .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5YOtVFVGd .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5YOtVFVGd .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v5YOtVFVGd .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v5YOtVFVGd #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v5YOtVFVGd .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v5YOtVFVGd .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v5YOtVFVGd .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v5YOtVFVGd .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v5YOtVFVGd .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v5YOtVFVGd .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-v5YOtVFVGd .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v5YOtVFVGd .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v5YOtVFVGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YOtVFVGd .mbr-section-title {
  color: #ffffff;
}
.cid-v5YOtVFVGd .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5YOtVFVGd .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8eXonGwLk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8eXonGwLk .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8eXonGwLk .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8eXonGwLk .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8eXonGwLk .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8eXonGwLk .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8eXonGwLk .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8eXonGwLk .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8eXonGwLk .banner-content .mbr-section-title,
  .cid-v8eXonGwLk .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8eXonGwLk .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8eXonGwLk .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8eXonGwLk .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8eXonGwLk .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8eXonGwLk .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8eXonGwLk .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8eXonGwLk .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8eXonGwLk .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8eXonGwLk .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8eXonGwLk .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8eXonGwLk .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8eXonGwLk .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8eXonGwLk P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8eXonGwLk .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8eXonGwLk H4 {
  color: #ffffff;
}
.cid-v8eXonGwLk .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8eXonGwLk .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8eXonGwLk .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8eXonGwLk .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5Z3MbWyhJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #1b2d4b;
}
.cid-v5Z3MbWyhJ .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5Z3MbWyhJ .mbr-text,
.cid-v5Z3MbWyhJ .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5Z3MbWyhJ .mbr-section-subtitle {
  color: #398abe;
}
.cid-v5Z3MbWyhJ iframe {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v5Z3MbWyhJ img {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v5Z3MbWyhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Z3MbWyhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v5Z3MbWyhJ .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5YXMFfIly {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v5YXMFfIly blockquote {
  border-color: currentColor;
  padding: 1rem;
}
.cid-v5YXMFfIly .quote {
  color: #e43f3f;
}
.cid-v5YXMFfIly .quote,
.cid-v5YXMFfIly blockquote {
  color: #ffffff;
}
.cid-v5YXMFfIly .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5YXMFfIly .mbr-text {
  color: #f4f4f4;
}
.cid-v5YXMFfIly .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v5YXMFfIly .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5YXMFfIly .row::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5YXMFfIly .row:hover {
  transform: translateY(-2px);
}
.cid-v5YXMFfIly .product-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.cid-v5YXMFfIly .divider {
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 12px 0;
  border-radius: 2px;
}
.cid-v5YXMFfIly .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5YXMFfIly .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5YXMFfIly .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5YXMFfIly .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v8eXrKOFDt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8eXrKOFDt .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8eXrKOFDt .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8eXrKOFDt .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8eXrKOFDt .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8eXrKOFDt .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8eXrKOFDt .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8eXrKOFDt .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8eXrKOFDt .banner-content .mbr-section-title,
  .cid-v8eXrKOFDt .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8eXrKOFDt .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8eXrKOFDt .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8eXrKOFDt .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8eXrKOFDt .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8eXrKOFDt .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8eXrKOFDt .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8eXrKOFDt .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8eXrKOFDt .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8eXrKOFDt .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8eXrKOFDt .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8eXrKOFDt .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8eXrKOFDt .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8eXrKOFDt P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8eXrKOFDt .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8eXrKOFDt H4 {
  color: #ffffff;
}
.cid-v8eXrKOFDt .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8eXrKOFDt .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8eXrKOFDt .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8eXrKOFDt .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5YOtYRYhH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b2d4b;
}
.cid-v5YOtYRYhH .item-img {
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5YOtYRYhH .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5YOtYRYhH .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5YOtYRYhH #searchBar,
  .cid-v5YOtYRYhH #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5YOtYRYhH .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5YOtYRYhH .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5YOtYRYhH .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5YOtYRYhH .btn-tag:hover,
.cid-v5YOtYRYhH .btn-tag:focus {
  box-shadow: none;
}
.cid-v5YOtYRYhH img,
.cid-v5YOtYRYhH .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5YOtYRYhH .item:focus,
.cid-v5YOtYRYhH span:focus {
  outline: none;
}
.cid-v5YOtYRYhH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5YOtYRYhH .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  position: relative;
  transition: all 0.25s ease;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.cid-v5YOtYRYhH .item-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5YOtYRYhH .item-wrapper::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5YOtYRYhH .item-wrapper:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v5YOtYRYhH .item-wrapper:hover {
  transform: translateY(-2px);
}
.cid-v5YOtYRYhH .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5YOtYRYhH .mbr-section-title {
  color: #ffffff;
}
.cid-v5YOtYRYhH .mbr-text,
.cid-v5YOtYRYhH .mbr-section-btn {
  color: #f4f4f4;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5YOtYRYhH .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5YOtYRYhH .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5YOtYRYhH .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5YOtYRYhH .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5YOtYRYhH P {
  color: #591efa;
}
.cid-v5YOtYRYhH .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5YOtYRYhH .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5YOtYRYhH .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5YOtYRYhH .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5YOtZyvsc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v5YOtZyvsc .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v5YOtZyvsc .first-column .mbr-text {
  margin: 0;
}
.cid-v5YOtZyvsc .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v5YOtZyvsc .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v5YOtZyvsc .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v5YOtZyvsc .col + .mbr-section-btn .btn,
.cid-v5YOtZyvsc .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-v5YOtZyvsc .dragArea > *:nth-last-child(2).col,
.cid-v5YOtZyvsc .dragArea > *:nth-last-child(2).col-auto,
.cid-v5YOtZyvsc .col + .mbr-section-btn,
.cid-v5YOtZyvsc .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5YOtZyvsc .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5YOtZyvsc .mbr-section-title {
  color: #e6e6e6;
}
.cid-v5YOtZyvsc .mbr-section-subtitle,
.cid-v5YOtZyvsc .icons-wrapper {
  color: #f4f4f4;
}
.cid-v5YOtZyvsc P {
  color: #ffffff;
}
.cid-v5YOtZyvsc .mbr-section-title,
.cid-v5YOtZyvsc .icons-wrapper {
  color: #ffffff;
}
.cid-v5YOtZyvsc .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-v5ZkxOlL4r {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5ZkxOlL4r {
    flex-wrap: wrap;
  }
  .cid-v5ZkxOlL4r .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v5ZkxOlL4r .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5ZkxOlL4r .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5ZkxOlL4r .btn {
  padding: 0.3rem 2rem;
}
.cid-v5ZkxOlL4r .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZkxOlL4r .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZkxOlL4r .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZkxOlL4r .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZkxOlL4r .nav-link {
  position: relative;
}
.cid-v5ZkxOlL4r .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v5ZkxOlL4r .nav-link:hover:before {
  width: 100%;
}
.cid-v5ZkxOlL4r nav.navbar {
  position: fixed;
}
.cid-v5ZkxOlL4r .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-v5ZkxOlL4r .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5ZkxOlL4r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5ZkxOlL4r .dropdown-item:hover,
.cid-v5ZkxOlL4r .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v5ZkxOlL4r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5ZkxOlL4r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5ZkxOlL4r .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5ZkxOlL4r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5ZkxOlL4r .container {
  display: flex;
  margin: auto;
}
.cid-v5ZkxOlL4r .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5ZkxOlL4r .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZkxOlL4r .dropdown-menu,
.cid-v5ZkxOlL4r .navbar.opened {
  background: #203658 !important;
}
.cid-v5ZkxOlL4r .nav-item:focus,
.cid-v5ZkxOlL4r .nav-link:focus {
  outline: none;
}
.cid-v5ZkxOlL4r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5ZkxOlL4r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5ZkxOlL4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5ZkxOlL4r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5ZkxOlL4r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5ZkxOlL4r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5ZkxOlL4r .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v5ZkxOlL4r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v5ZkxOlL4r .navbar.opened {
  transition: all 0.3s;
}
.cid-v5ZkxOlL4r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5ZkxOlL4r .navbar .navbar-logo img {
  width: auto;
}
.cid-v5ZkxOlL4r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5ZkxOlL4r .navbar.collapsed {
  justify-content: center;
}
.cid-v5ZkxOlL4r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5ZkxOlL4r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5ZkxOlL4r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v5ZkxOlL4r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5ZkxOlL4r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5ZkxOlL4r .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-v5ZkxOlL4r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5ZkxOlL4r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5ZkxOlL4r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5ZkxOlL4r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5ZkxOlL4r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5ZkxOlL4r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5ZkxOlL4r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5ZkxOlL4r .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-v5ZkxOlL4r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5ZkxOlL4r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5ZkxOlL4r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5ZkxOlL4r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5ZkxOlL4r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5ZkxOlL4r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5ZkxOlL4r .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5ZkxOlL4r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5ZkxOlL4r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5ZkxOlL4r .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-v5ZkxOlL4r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5ZkxOlL4r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5ZkxOlL4r .dropdown-item.active,
.cid-v5ZkxOlL4r .dropdown-item:active {
  background-color: transparent;
}
.cid-v5ZkxOlL4r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5ZkxOlL4r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5ZkxOlL4r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5ZkxOlL4r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v5ZkxOlL4r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5ZkxOlL4r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5ZkxOlL4r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5ZkxOlL4r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5ZkxOlL4r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5ZkxOlL4r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5ZkxOlL4r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5ZkxOlL4r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ZkxOlL4r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ZkxOlL4r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5ZkxOlL4r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ZkxOlL4r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5ZkxOlL4r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5ZkxOlL4r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ZkxOlL4r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5ZkxOlL4r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5ZkxOlL4r .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-v5ZkxOlL4r .navbar {
    height: 70px;
  }
  .cid-v5ZkxOlL4r .navbar.opened {
    height: auto;
  }
  .cid-v5ZkxOlL4r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5ZkxP0kV2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v5ZkxP0kV2 .mbr-text,
.cid-v5ZkxP0kV2 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5ZkxP0kV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZkxP0kV2 .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZkxP0kV2 .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZkxP0kV2 .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZkxP0kV2 .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZkxP0kV2 .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v5ZkxP0kV2 .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v5ZkxP0kV2 #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v5ZkxP0kV2 .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v5ZkxP0kV2 .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v5ZkxP0kV2 .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v5ZkxP0kV2 .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v5ZkxP0kV2 .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v5ZkxP0kV2 .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-v5ZkxP0kV2 .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v5ZkxP0kV2 .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v5ZkxP0kV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ZkxP0kV2 .mbr-section-title {
  color: #ffffff;
}
.cid-v5ZkxP0kV2 .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZkxP0kV2 .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8eXGQc4H4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8eXGQc4H4 .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8eXGQc4H4 .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8eXGQc4H4 .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8eXGQc4H4 .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8eXGQc4H4 .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8eXGQc4H4 .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8eXGQc4H4 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8eXGQc4H4 .banner-content .mbr-section-title,
  .cid-v8eXGQc4H4 .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8eXGQc4H4 .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8eXGQc4H4 .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8eXGQc4H4 .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8eXGQc4H4 .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8eXGQc4H4 .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8eXGQc4H4 .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8eXGQc4H4 .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8eXGQc4H4 .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8eXGQc4H4 .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8eXGQc4H4 .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8eXGQc4H4 .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8eXGQc4H4 .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8eXGQc4H4 P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8eXGQc4H4 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8eXGQc4H4 H4 {
  color: #ffffff;
}
.cid-v8eXGQc4H4 .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8eXGQc4H4 .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8eXGQc4H4 .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8eXGQc4H4 .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5ZkxQ1T8r {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #1b2d4b;
}
.cid-v5ZkxQ1T8r .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZkxQ1T8r .mbr-text,
.cid-v5ZkxQ1T8r .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5ZkxQ1T8r .mbr-section-subtitle {
  color: #398abe;
}
.cid-v5ZkxQ1T8r iframe {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v5ZkxQ1T8r img {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v5ZkxQ1T8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZkxQ1T8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v5ZkxQ1T8r .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5ZqfVwg6F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #1b2d4b;
}
.cid-v5ZqfVwg6F .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v5ZqfVwg6F .team-card:hover {
  transform: translateY(-10px);
}
.cid-v5ZqfVwg6F .card-wrap {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 991px) {
  .cid-v5ZqfVwg6F .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v5ZqfVwg6F .card-wrap .image-wrap img {
  margin-top: 15px;
  width: 100%;
  height: 256px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cid-v5ZqfVwg6F .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ZqfVwg6F .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v5ZqfVwg6F .card-wrap::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5ZqfVwg6F .card-wrap::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5ZqfVwg6F .card-wrap:hover {
  transform: translateY(-2px);
}
.cid-v5ZqfVwg6F .card-wrap:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v5ZqfVwg6F .card-text {
  padding-bottom: 1rem;
}
.cid-v5ZqfVwg6F .social-row {
  text-align: center;
}
.cid-v5ZqfVwg6F .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #ef7018;
  transition: all 0.3s;
}
.cid-v5ZqfVwg6F .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-v5ZqfVwg6F .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-v5ZqfVwg6F .social-row .soc-item:hover .mbr-iconfont {
  color: #ef7018;
}
.cid-v5ZqfVwg6F .mbr-role,
.cid-v5ZqfVwg6F .social-row {
  color: #f7c73c;
}
.cid-v5ZqfVwg6F .card-title,
.cid-v5ZqfVwg6F .social-row {
  color: #e43f3f;
}
.cid-v5ZqfVwg6F .card-text,
.cid-v5ZqfVwg6F .mbr-section-btn,
.cid-v5ZqfVwg6F .social-row {
  color: #bbbbbb;
}
.cid-v5ZqfVwg6F .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZqfVwg6F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5ZqfVwg6F .main-title {
  color: #ffffff;
}
.cid-v5ZqfVwg6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZqfVwg6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ZkxS55i5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v5ZkxS55i5 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v5ZkxS55i5 .first-column .mbr-text {
  margin: 0;
}
.cid-v5ZkxS55i5 .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v5ZkxS55i5 .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v5ZkxS55i5 .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v5ZkxS55i5 .col + .mbr-section-btn .btn,
.cid-v5ZkxS55i5 .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-v5ZkxS55i5 .dragArea > *:nth-last-child(2).col,
.cid-v5ZkxS55i5 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5ZkxS55i5 .col + .mbr-section-btn,
.cid-v5ZkxS55i5 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5ZkxS55i5 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5ZkxS55i5 .mbr-section-title {
  color: #e6e6e6;
}
.cid-v5ZkxS55i5 .mbr-section-subtitle,
.cid-v5ZkxS55i5 .icons-wrapper {
  color: #f4f4f4;
}
.cid-v5ZkxS55i5 P {
  color: #ffffff;
}
.cid-v5ZkxS55i5 .mbr-section-title,
.cid-v5ZkxS55i5 .icons-wrapper {
  color: #ffffff;
}
.cid-v5ZkxS55i5 .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-v5ZuCpoydf {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5ZuCpoydf {
    flex-wrap: wrap;
  }
  .cid-v5ZuCpoydf .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v5ZuCpoydf .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5ZuCpoydf .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5ZuCpoydf .btn {
  padding: 0.3rem 2rem;
}
.cid-v5ZuCpoydf .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZuCpoydf .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZuCpoydf .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZuCpoydf .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZuCpoydf .nav-link {
  position: relative;
}
.cid-v5ZuCpoydf .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v5ZuCpoydf .nav-link:hover:before {
  width: 100%;
}
.cid-v5ZuCpoydf nav.navbar {
  position: fixed;
}
.cid-v5ZuCpoydf .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-v5ZuCpoydf .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5ZuCpoydf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5ZuCpoydf .dropdown-item:hover,
.cid-v5ZuCpoydf .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v5ZuCpoydf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5ZuCpoydf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5ZuCpoydf .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5ZuCpoydf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5ZuCpoydf .container {
  display: flex;
  margin: auto;
}
.cid-v5ZuCpoydf .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5ZuCpoydf .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZuCpoydf .dropdown-menu,
.cid-v5ZuCpoydf .navbar.opened {
  background: #203658 !important;
}
.cid-v5ZuCpoydf .nav-item:focus,
.cid-v5ZuCpoydf .nav-link:focus {
  outline: none;
}
.cid-v5ZuCpoydf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5ZuCpoydf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5ZuCpoydf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5ZuCpoydf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5ZuCpoydf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5ZuCpoydf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5ZuCpoydf .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v5ZuCpoydf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v5ZuCpoydf .navbar.opened {
  transition: all 0.3s;
}
.cid-v5ZuCpoydf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5ZuCpoydf .navbar .navbar-logo img {
  width: auto;
}
.cid-v5ZuCpoydf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5ZuCpoydf .navbar.collapsed {
  justify-content: center;
}
.cid-v5ZuCpoydf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5ZuCpoydf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5ZuCpoydf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v5ZuCpoydf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5ZuCpoydf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5ZuCpoydf .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-v5ZuCpoydf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5ZuCpoydf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5ZuCpoydf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5ZuCpoydf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5ZuCpoydf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5ZuCpoydf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5ZuCpoydf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5ZuCpoydf .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-v5ZuCpoydf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5ZuCpoydf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5ZuCpoydf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5ZuCpoydf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5ZuCpoydf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5ZuCpoydf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5ZuCpoydf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5ZuCpoydf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5ZuCpoydf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5ZuCpoydf .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-v5ZuCpoydf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5ZuCpoydf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5ZuCpoydf .dropdown-item.active,
.cid-v5ZuCpoydf .dropdown-item:active {
  background-color: transparent;
}
.cid-v5ZuCpoydf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5ZuCpoydf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5ZuCpoydf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5ZuCpoydf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v5ZuCpoydf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5ZuCpoydf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5ZuCpoydf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5ZuCpoydf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5ZuCpoydf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5ZuCpoydf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5ZuCpoydf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5ZuCpoydf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ZuCpoydf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5ZuCpoydf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5ZuCpoydf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ZuCpoydf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5ZuCpoydf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5ZuCpoydf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5ZuCpoydf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5ZuCpoydf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5ZuCpoydf .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-v5ZuCpoydf .navbar {
    height: 70px;
  }
  .cid-v5ZuCpoydf .navbar.opened {
    height: auto;
  }
  .cid-v5ZuCpoydf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5ZuCpU5ji {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v5ZuCpU5ji .mbr-text,
.cid-v5ZuCpU5ji .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v5ZuCpU5ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ZuCpU5ji .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZuCpU5ji .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZuCpU5ji .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZuCpU5ji .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZuCpU5ji .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v5ZuCpU5ji .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v5ZuCpU5ji #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v5ZuCpU5ji .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v5ZuCpU5ji .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v5ZuCpU5ji .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v5ZuCpU5ji .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v5ZuCpU5ji .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v5ZuCpU5ji .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-v5ZuCpU5ji .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v5ZuCpU5ji .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v5ZuCpU5ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ZuCpU5ji .mbr-section-title {
  color: #ffffff;
}
.cid-v5ZuCpU5ji .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZuCpU5ji .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8f2dY664g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8f2dY664g .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8f2dY664g .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8f2dY664g .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8f2dY664g .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8f2dY664g .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8f2dY664g .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8f2dY664g .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8f2dY664g .banner-content .mbr-section-title,
  .cid-v8f2dY664g .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8f2dY664g .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8f2dY664g .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8f2dY664g .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8f2dY664g .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8f2dY664g .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8f2dY664g .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8f2dY664g .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8f2dY664g .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8f2dY664g .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8f2dY664g .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8f2dY664g .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8f2dY664g .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8f2dY664g P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8f2dY664g .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8f2dY664g H4 {
  color: #ffffff;
}
.cid-v8f2dY664g .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8f2dY664g .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8f2dY664g .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8f2dY664g .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v5ZuX8boYR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b2d4b;
}
.cid-v5ZuX8boYR .item-img {
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5ZuX8boYR .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5ZuX8boYR .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5ZuX8boYR #searchBar,
  .cid-v5ZuX8boYR #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5ZuX8boYR .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5ZuX8boYR .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5ZuX8boYR .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5ZuX8boYR .btn-tag:hover,
.cid-v5ZuX8boYR .btn-tag:focus {
  box-shadow: none;
}
.cid-v5ZuX8boYR img,
.cid-v5ZuX8boYR .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5ZuX8boYR .item:focus,
.cid-v5ZuX8boYR span:focus {
  outline: none;
}
.cid-v5ZuX8boYR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5ZuX8boYR .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  position: relative;
  transition: all 0.25s ease;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.cid-v5ZuX8boYR .item-wrapper::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v5ZuX8boYR .item-wrapper::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v5ZuX8boYR .item-wrapper:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v5ZuX8boYR .item-wrapper:hover {
  transform: translateY(-2px);
}
.cid-v5ZuX8boYR .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5ZuX8boYR .mbr-section-title {
  color: #ffffff;
}
.cid-v5ZuX8boYR .mbr-text,
.cid-v5ZuX8boYR .mbr-section-btn {
  color: #f4f4f4;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5ZuX8boYR .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v5ZuX8boYR .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5ZuX8boYR .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5ZuX8boYR .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5ZuX8boYR P {
  color: #591efa;
}
.cid-v5ZuX8boYR .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v5ZuX8boYR .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v5ZuX8boYR .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v5ZuX8boYR .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v5ZuCs1duU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v5ZuCs1duU .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v5ZuCs1duU .first-column .mbr-text {
  margin: 0;
}
.cid-v5ZuCs1duU .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v5ZuCs1duU .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v5ZuCs1duU .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v5ZuCs1duU .col + .mbr-section-btn .btn,
.cid-v5ZuCs1duU .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-v5ZuCs1duU .dragArea > *:nth-last-child(2).col,
.cid-v5ZuCs1duU .dragArea > *:nth-last-child(2).col-auto,
.cid-v5ZuCs1duU .col + .mbr-section-btn,
.cid-v5ZuCs1duU .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5ZuCs1duU .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5ZuCs1duU .mbr-section-title {
  color: #e6e6e6;
}
.cid-v5ZuCs1duU .mbr-section-subtitle,
.cid-v5ZuCs1duU .icons-wrapper {
  color: #f4f4f4;
}
.cid-v5ZuCs1duU P {
  color: #ffffff;
}
.cid-v5ZuCs1duU .mbr-section-title,
.cid-v5ZuCs1duU .icons-wrapper {
  color: #ffffff;
}
.cid-v5ZuCs1duU .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-v64yomoPP3 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v64yomoPP3 {
    flex-wrap: wrap;
  }
  .cid-v64yomoPP3 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v64yomoPP3 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v64yomoPP3 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v64yomoPP3 .btn {
  padding: 0.3rem 2rem;
}
.cid-v64yomoPP3 .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64yomoPP3 .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64yomoPP3 .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64yomoPP3 .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64yomoPP3 .nav-link {
  position: relative;
}
.cid-v64yomoPP3 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v64yomoPP3 .nav-link:hover:before {
  width: 100%;
}
.cid-v64yomoPP3 nav.navbar {
  position: fixed;
}
.cid-v64yomoPP3 .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-v64yomoPP3 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v64yomoPP3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v64yomoPP3 .dropdown-item:hover,
.cid-v64yomoPP3 .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v64yomoPP3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v64yomoPP3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v64yomoPP3 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v64yomoPP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v64yomoPP3 .container {
  display: flex;
  margin: auto;
}
.cid-v64yomoPP3 .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v64yomoPP3 .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64yomoPP3 .dropdown-menu,
.cid-v64yomoPP3 .navbar.opened {
  background: #203658 !important;
}
.cid-v64yomoPP3 .nav-item:focus,
.cid-v64yomoPP3 .nav-link:focus {
  outline: none;
}
.cid-v64yomoPP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v64yomoPP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v64yomoPP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v64yomoPP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64yomoPP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v64yomoPP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v64yomoPP3 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v64yomoPP3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v64yomoPP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v64yomoPP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v64yomoPP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-v64yomoPP3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v64yomoPP3 .navbar.collapsed {
  justify-content: center;
}
.cid-v64yomoPP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v64yomoPP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v64yomoPP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v64yomoPP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v64yomoPP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v64yomoPP3 .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-v64yomoPP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v64yomoPP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v64yomoPP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v64yomoPP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v64yomoPP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v64yomoPP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v64yomoPP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v64yomoPP3 .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-v64yomoPP3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v64yomoPP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v64yomoPP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v64yomoPP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v64yomoPP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v64yomoPP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v64yomoPP3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v64yomoPP3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v64yomoPP3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v64yomoPP3 .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-v64yomoPP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v64yomoPP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v64yomoPP3 .dropdown-item.active,
.cid-v64yomoPP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v64yomoPP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v64yomoPP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v64yomoPP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v64yomoPP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v64yomoPP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v64yomoPP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v64yomoPP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v64yomoPP3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v64yomoPP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v64yomoPP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v64yomoPP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v64yomoPP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64yomoPP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64yomoPP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v64yomoPP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64yomoPP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v64yomoPP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v64yomoPP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64yomoPP3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v64yomoPP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v64yomoPP3 .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-v64yomoPP3 .navbar {
    height: 70px;
  }
  .cid-v64yomoPP3 .navbar.opened {
    height: auto;
  }
  .cid-v64yomoPP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v64yon4Npt {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v64yon4Npt .mbr-text,
.cid-v64yon4Npt .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v64yon4Npt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64yon4Npt .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64yon4Npt .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64yon4Npt .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64yon4Npt .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64yon4Npt .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v64yon4Npt .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v64yon4Npt #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v64yon4Npt .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v64yon4Npt .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v64yon4Npt .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v64yon4Npt .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v64yon4Npt .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v64yon4Npt .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-v64yon4Npt .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v64yon4Npt .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v64yon4Npt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64yon4Npt .mbr-section-title {
  color: #ffffff;
}
.cid-v64yon4Npt .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64yon4Npt .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8f2rU0O5n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8f2rU0O5n .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8f2rU0O5n .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8f2rU0O5n .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8f2rU0O5n .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8f2rU0O5n .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8f2rU0O5n .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8f2rU0O5n .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8f2rU0O5n .banner-content .mbr-section-title,
  .cid-v8f2rU0O5n .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8f2rU0O5n .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8f2rU0O5n .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8f2rU0O5n .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8f2rU0O5n .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8f2rU0O5n .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8f2rU0O5n .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8f2rU0O5n .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8f2rU0O5n .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8f2rU0O5n .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8f2rU0O5n .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8f2rU0O5n .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8f2rU0O5n .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8f2rU0O5n P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8f2rU0O5n .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8f2rU0O5n H4 {
  color: #ffffff;
}
.cid-v8f2rU0O5n .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8f2rU0O5n .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8f2rU0O5n .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8f2rU0O5n .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v64yonW4ub {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #1b2d4b;
}
.cid-v64yonW4ub .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64yonW4ub .mbr-text,
.cid-v64yonW4ub .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v64yonW4ub .mbr-section-subtitle {
  color: #398abe;
}
.cid-v64yonW4ub iframe {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v64yonW4ub img {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v64yonW4ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64yonW4ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v64yonW4ub .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
#custom-html-1h {
  /* Inner border */
  /* Title */
  /* List */
  /* Text */
}
#custom-html-1h .vote-rewards {
  background: #1b2d4b;
  padding: 0 20px 50px;
}
#custom-html-1h .rewards-panel {
  position: relative;
  background: #203658;
  border-radius: 12px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  padding: 20px 24px;
  transition: transform 0.25s ease;
}
#custom-html-1h .rewards-panel:hover {
  transform: translateY(-2px);
}
#custom-html-1h .rewards-panel::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
#custom-html-1h .rewards-panel:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
#custom-html-1h .rewards-title {
  margin: 0 0 14px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
#custom-html-1h .rewards-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#custom-html-1h .rewards-list li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#custom-html-1h .rewards-list li:first-child {
  border-top: none;
}
#custom-html-1h .reward-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
}
#custom-html-1h .reward-desc {
  font-size: 1rem;
  color: #f4f4f4;
}
@media (max-width: 700px) {
  #custom-html-1h .rewards-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.cid-v64yopTBfe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v64yopTBfe .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v64yopTBfe .first-column .mbr-text {
  margin: 0;
}
.cid-v64yopTBfe .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v64yopTBfe .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v64yopTBfe .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v64yopTBfe .col + .mbr-section-btn .btn,
.cid-v64yopTBfe .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-v64yopTBfe .dragArea > *:nth-last-child(2).col,
.cid-v64yopTBfe .dragArea > *:nth-last-child(2).col-auto,
.cid-v64yopTBfe .col + .mbr-section-btn,
.cid-v64yopTBfe .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v64yopTBfe .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v64yopTBfe .mbr-section-title {
  color: #e6e6e6;
}
.cid-v64yopTBfe .mbr-section-subtitle,
.cid-v64yopTBfe .icons-wrapper {
  color: #f4f4f4;
}
.cid-v64yopTBfe P {
  color: #ffffff;
}
.cid-v64yopTBfe .mbr-section-title,
.cid-v64yopTBfe .icons-wrapper {
  color: #ffffff;
}
.cid-v64yopTBfe .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-v64H4rgTiT {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v64H4rgTiT {
    flex-wrap: wrap;
  }
  .cid-v64H4rgTiT .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v64H4rgTiT .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v64H4rgTiT .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v64H4rgTiT .btn {
  padding: 0.3rem 2rem;
}
.cid-v64H4rgTiT .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 7px 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64H4rgTiT .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64H4rgTiT .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64H4rgTiT .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64H4rgTiT .nav-link {
  position: relative;
}
.cid-v64H4rgTiT .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #398abe;
}
.cid-v64H4rgTiT .nav-link:hover:before {
  width: 100%;
}
.cid-v64H4rgTiT nav.navbar {
  position: fixed;
}
.cid-v64H4rgTiT .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-v64H4rgTiT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v64H4rgTiT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v64H4rgTiT .dropdown-item:hover,
.cid-v64H4rgTiT .dropdown-item:focus {
  background: #398abe !important;
  color: white !important;
}
.cid-v64H4rgTiT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v64H4rgTiT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v64H4rgTiT .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v64H4rgTiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v64H4rgTiT .container {
  display: flex;
  margin: auto;
}
.cid-v64H4rgTiT .iconfont-wrapper {
  color: #f7c73c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v64H4rgTiT .navbar-caption {
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64H4rgTiT .dropdown-menu,
.cid-v64H4rgTiT .navbar.opened {
  background: #203658 !important;
}
.cid-v64H4rgTiT .nav-item:focus,
.cid-v64H4rgTiT .nav-link:focus {
  outline: none;
}
.cid-v64H4rgTiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v64H4rgTiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v64H4rgTiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v64H4rgTiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64H4rgTiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v64H4rgTiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v64H4rgTiT .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #203658 !important;
  transition: all 0.3s;
}
.cid-v64H4rgTiT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(32, 54, 88, 0);
}
.cid-v64H4rgTiT .navbar.opened {
  transition: all 0.3s;
}
.cid-v64H4rgTiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v64H4rgTiT .navbar .navbar-logo img {
  width: auto;
}
.cid-v64H4rgTiT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v64H4rgTiT .navbar.collapsed {
  justify-content: center;
}
.cid-v64H4rgTiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v64H4rgTiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v64H4rgTiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-v64H4rgTiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v64H4rgTiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v64H4rgTiT .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-v64H4rgTiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v64H4rgTiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v64H4rgTiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v64H4rgTiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v64H4rgTiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v64H4rgTiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v64H4rgTiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v64H4rgTiT .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-v64H4rgTiT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v64H4rgTiT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v64H4rgTiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v64H4rgTiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v64H4rgTiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v64H4rgTiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v64H4rgTiT .navbar.navbar-short {
  min-height: 60px;
}
.cid-v64H4rgTiT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v64H4rgTiT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v64H4rgTiT .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-v64H4rgTiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v64H4rgTiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v64H4rgTiT .dropdown-item.active,
.cid-v64H4rgTiT .dropdown-item:active {
  background-color: transparent;
}
.cid-v64H4rgTiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v64H4rgTiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v64H4rgTiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v64H4rgTiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #203658;
}
.cid-v64H4rgTiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v64H4rgTiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v64H4rgTiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v64H4rgTiT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v64H4rgTiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v64H4rgTiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v64H4rgTiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v64H4rgTiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64H4rgTiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64H4rgTiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v64H4rgTiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64H4rgTiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v64H4rgTiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v64H4rgTiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64H4rgTiT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v64H4rgTiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v64H4rgTiT .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-v64H4rgTiT .navbar {
    height: 70px;
  }
  .cid-v64H4rgTiT .navbar.opened {
    height: auto;
  }
  .cid-v64H4rgTiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v64H4rZoV0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/content-upper-new-1920.jpeg");
}
.cid-v64H4rZoV0 .mbr-text,
.cid-v64H4rZoV0 .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v64H4rZoV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64H4rZoV0 .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64H4rZoV0 .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64H4rZoV0 .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64H4rZoV0 .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64H4rZoV0 .hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.cid-v64H4rZoV0 .hero-logo img {
  max-width: 800px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.cid-v64H4rZoV0 #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-v64H4rZoV0 .scroll-down-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.cid-v64H4rZoV0 .scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cid-v64H4rZoV0 .scroll-down span {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #398abe;
  border-right: 2px solid #398abe;
  transform: rotate(45deg);
  animation: bounce 1.5s infinite;
}
.cid-v64H4rZoV0 .scroll-down span:nth-child(1) {
  animation-delay: 0s;
}
.cid-v64H4rZoV0 .scroll-down span:nth-child(2) {
  animation-delay: 0.2s;
}
.cid-v64H4rZoV0 .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-v64H4rZoV0 .bg {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(79, 79, 224, 0.18);
  border: 1px solid rgba(79, 79, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 10px auto;
}
@media (max-width: 600px) {
  .cid-v64H4rZoV0 .bg {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
.cid-v64H4rZoV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64H4rZoV0 .mbr-section-title {
  color: #ffffff;
}
.cid-v64H4rZoV0 .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64H4rZoV0 .mbr-section-tag {
  background-color: #d119fb80;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 0.3rem 0.75rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}
.cid-v8f2vtjkb9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2d4b;
}
.cid-v8f2vtjkb9 .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 30px;
  transition: transform 0.25s ease;
  margin: 20px auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.cid-v8f2vtjkb9 .discord-banner::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v8f2vtjkb9 .discord-banner::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  will-change: transform;
  z-index: 1;
}
.cid-v8f2vtjkb9 .discord-banner:hover {
  transform: translateY(-2px);
}
.cid-v8f2vtjkb9 .discord-banner:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
@media (max-width: 600px) {
  .cid-v8f2vtjkb9 .discord-banner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .cid-v8f2vtjkb9 .banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 20px;
  }
  .cid-v8f2vtjkb9 .banner-content .mbr-section-title,
  .cid-v8f2vtjkb9 .banner-content .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-v8f2vtjkb9 .banner-content .banner-icon span {
    display: block;
  }
  .cid-v8f2vtjkb9 .banner-content .banner-btn a {
    width: 100%;
    max-width: 250px;
  }
  .cid-v8f2vtjkb9 .banner-btn {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .cid-v8f2vtjkb9 .banner-btn .btn-support {
    width: auto;
    justify-content: center;
  }
}
.cid-v8f2vtjkb9 .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-v8f2vtjkb9 .mbr-iconfont {
  color: #95272a;
  font-size: 22px;
}
.cid-v8f2vtjkb9 .banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.cid-v8f2vtjkb9 .banner-text {
  flex: 1;
  color: #fff;
}
.cid-v8f2vtjkb9 .banner-text .mbr-section-title {
  margin: 0;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8f2vtjkb9 .banner-text .mbr-section-subtitle {
  margin: 0;
  color: #f4f4f4;
}
.cid-v8f2vtjkb9 .banner-btn .btn-support {
  background: #95272a;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}
.cid-v8f2vtjkb9 .banner-btn .btn-support:hover {
  transform: translateY(-3px);
}
.cid-v8f2vtjkb9 P {
  color: #f4f4f4;
  text-align: left;
}
.cid-v8f2vtjkb9 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v8f2vtjkb9 H4 {
  color: #ffffff;
}
.cid-v8f2vtjkb9 .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v8f2vtjkb9 .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v8f2vtjkb9 .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v8f2vtjkb9 .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v64IStOV4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #1b2d4b;
}
.cid-v64IStOV4w .mbr-section-title {
  color: #ffffff;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v64IStOV4w .mbr-text,
.cid-v64IStOV4w .mbr-section-btn {
  color: #f4f4f4;
}
.cid-v64IStOV4w .mbr-section-subtitle {
  color: #398abe;
}
.cid-v64IStOV4w iframe {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v64IStOV4w img {
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
}
.cid-v64IStOV4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64IStOV4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-primary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #4fc3ff 0%, #1f6fae 50%, #0f3f6a 100%);
  border: 2px solid #f2c76f;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.4), 0 6px 18px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #ffffff;
  transition: all 0.2s ease;
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-primary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-primary:hover {
  background: linear-gradient(to bottom, #6fd4ff 0%, #2a86cc 50%, #14527f 100%);
  box-shadow: 0 0 14px rgba(79, 195, 255, 0.6), 0 8px 22px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-primary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 2px 6px rgba(0, 0, 0, 0.4);
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-secondary {
  position: relative;
  padding: 14px 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 50%, #cfcfcf 100%);
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 18px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  transition: all 0.2s ease;
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  pointer-events: none;
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-secondary:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 50%, #dcdcdc 100%);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 8px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
  transform: translateY(-1px);
}
.cid-v64IStOV4w .mbr-section-btn .btn.btn-secondary:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), inset 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cid-v65ghTfdEV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b2d4b;
}
.cid-v65ghTfdEV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #398abe;
  margin-left: 1rem;
}
.cid-v65ghTfdEV .panel-group,
.cid-v65ghTfdEV .card-header {
  border: none;
}
.cid-v65ghTfdEV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v65ghTfdEV .mbr-section-subtitle {
  color: #ffffff;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v65ghTfdEV .card-header {
  background: transparent;
}
.cid-v65ghTfdEV .panel-title-edit {
  color: #ffffff;
}
.cid-v65ghTfdEV .card {
  background: #203658;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  transition: transform 0.25s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  margin-bottom: 0;
  padding: 1rem 1rem;
}
.cid-v65ghTfdEV .card:hover {
  transform: translateY(-2px);
}
.cid-v65ghTfdEV .card::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
.cid-v65ghTfdEV .card::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.18) 50%, transparent 60%);
  transform: translateX(-60%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
}
.cid-v65ghTfdEV .card:hover::after {
  animation: mc-shine 0.6s linear forwards;
}
@keyframes mc-shine {
  to {
    transform: translateX(60%);
  }
}
.cid-v65ghTfdEV .panel-body {
  padding: 1rem 1rem;
}
.cid-v65ghTfdEV .panel-text {
  color: #f4f4f4;
  margin: 0;
}
.cid-v65ghTfdEV H3 {
  color: #ffffff;
}
.cid-v65ghTfdEV H4 {
  color: #ffffff;
  text-align: center;
}
.cid-v65ghTfdEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v65ghTfdEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64H4tWjMW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b2d4b;
}
.cid-v64H4tWjMW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-v64H4tWjMW .first-column .mbr-text {
  margin: 0;
}
.cid-v64H4tWjMW .row {
  background: #203658;
  border-radius: 10px;
  border: 2px solid rgba(179, 193, 203, 0.15);
  background-image: linear-gradient(90deg, rgba(89, 30, 250, 0.05) 1px, transparent 1px), linear-gradient(rgba(89, 30, 250, 0.03) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 1.5rem;
  justify-content: space-between;
}
.cid-v64H4tWjMW .row::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-v64H4tWjMW .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v64H4tWjMW .col + .mbr-section-btn .btn,
.cid-v64H4tWjMW .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-v64H4tWjMW .dragArea > *:nth-last-child(2).col,
.cid-v64H4tWjMW .dragArea > *:nth-last-child(2).col-auto,
.cid-v64H4tWjMW .col + .mbr-section-btn,
.cid-v64H4tWjMW .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v64H4tWjMW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v64H4tWjMW .mbr-section-title {
  color: #e6e6e6;
}
.cid-v64H4tWjMW .mbr-section-subtitle,
.cid-v64H4tWjMW .icons-wrapper {
  color: #f4f4f4;
}
.cid-v64H4tWjMW P {
  color: #ffffff;
}
.cid-v64H4tWjMW .mbr-section-title,
.cid-v64H4tWjMW .icons-wrapper {
  color: #ffffff;
}
.cid-v64H4tWjMW .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;
}
