body {
  font-family: Jost;
}
.display-1 {
  font-family: 'EurostileCon-Hea';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'EurostileCon-Hea';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EurostileCon-Hea';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'RussoOne-Regular';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff002c !important;
}
.bg-success {
  background-color: #ff008f !important;
}
.bg-info {
  background-color: #ff002c !important;
}
.bg-warning {
  background-color: #e8e8e8 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff002c !important;
  border-color: #ff002c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #040428 !important;
  border-color: #040428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff002c !important;
  border-color: #ff002c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff008f !important;
  border-color: #ff008f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #696969 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #696969 !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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: #ff002c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8001d !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: #ff002c !important;
  border-color: #ff002c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #040428;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #040428 !important;
  border-color: #040428 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff002c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a8001d !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: #ff002c !important;
  border-color: #ff002c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff008f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8005e !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: #ff008f !important;
  border-color: #ff008f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8e8e8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bdbdbd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #696969 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !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: #ff002c !important;
}
.text-secondary {
  color: #040428 !important;
}
.text-success {
  color: #ff008f !important;
}
.text-info {
  color: #ff002c !important;
}
.text-warning {
  color: #e8e8e8 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99001a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990056 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #99001a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b5b5b5 !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff002c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff002c;
}
.alert-warning {
  background-color: #e8e8e8;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff002c;
  border-color: #ff002c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff002c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcce9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffccd5;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', 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: #ff002c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #ff002c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff002c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff002c;
}
.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: #ff002c;
  border-bottom-color: #ff002c;
}
.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: #ff002c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #040428 !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='%23ff002c' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vpsdmM5x5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdmM5x5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/tela-1.png");
}
.cid-vpsdmM5x5B .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vpsdmM5x5B .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-vpsdmM5x5B .side-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #090650 0%, rgba(9, 6, 80, 0) 35%);
  z-index: 2;
  pointer-events: none;
}
.cid-vpsdmM5x5B .header16 {
  position: relative;
  z-index: 10;
  overflow: visible !important;
}
.cid-vpsdmM5x5B .cid-vpsdmM5x5B {
  overflow: visible !important;
}
.cid-vpsdmM5x5B.mbr-fullscreen {
  align-items: flex-start !important;
  overflow: visible !important;
}
.cid-vpsdmM5x5B .container,
.cid-vpsdmM5x5B .container-fluid {
  margin-top: 120px;
  margin-bottom: auto;
}
.cid-vpsdmM5x5B .content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.cid-vpsdmM5x5B .mbr-section-subtitle,
.cid-vpsdmM5x5B .mbr-section-btn {
  margin: 0 !important;
  z-index: 5 !important;
}
.cid-vpsdmM5x5B .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vpsdmM5x5B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-vpsdmM5x5B .btn-warning {
  color: #000 !important;
}
.cid-vpsdmM5x5B .video-mobile {
  display: none;
}
.cid-vpsdmM5x5B .logo-mobile {
  display: none;
}
.cid-vpsdmM5x5B .logo-desktop {
  float: none;
  width: 70%;
}
.cid-vpsdmM5x5B .bottom-logos-wrapper {
  display: flex;
  width: 100%;
}
.cid-vpsdmM5x5B .logos-bottom {
  float: none;
  width: 60%;
}
.cid-vpsdmM5x5B .stripes-wrapper {
  position: absolute;
  bottom: -20px;
  left: -5%;
  width: 110%;
  z-index: 3;
}
.cid-vpsdmM5x5B .stripes-container {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-vpsdmM5x5B .item:focus,
.cid-vpsdmM5x5B span:focus {
  outline: none;
}
.cid-vpsdmM5x5B .item {
  padding: 15px 0;
}
.cid-vpsdmM5x5B .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #ff008f;
  will-change: transform;
}
.cid-vpsdmM5x5B .content-wrap_2 {
  transform: rotate(-2deg);
  background-color: #040428;
  will-change: transform;
  margin-top: -30px;
}
.cid-vpsdmM5x5B .container_1 {
  background-color: #ff008f;
}
.cid-vpsdmM5x5B .container_1 .item_1 {
  color: #e8e8e8;
  background-color: #ff008f;
}
.cid-vpsdmM5x5B .container_2 {
  background-color: #040428;
}
.cid-vpsdmM5x5B .container_2 .item_2 {
  color: #ffffff;
  background-color: #040428;
}
@media (max-width: 767px) {
  .cid-vpsdmM5x5B .container,
  .cid-vpsdmM5x5B .container-fluid {
    margin-top: 0px;
  }
  .cid-vpsdmM5x5B .video-desktop {
    display: none;
  }
  .cid-vpsdmM5x5B .video-mobile {
    display: block;
  }
  .cid-vpsdmM5x5B .logo-desktop {
    display: none;
  }
  .cid-vpsdmM5x5B .logo-mobile {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .cid-vpsdmM5x5B .content-col {
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .cid-vpsdmM5x5B .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-vpsdmM5x5B .bottom-logos-wrapper {
    justify-content: center;
  }
  .cid-vpsdmM5x5B .logos-bottom {
    width: 90%;
  }
  .cid-vpsdmM5x5B .side-gradient {
    background: linear-gradient(180deg, rgba(9, 6, 80, 0.8) 0%, rgba(9, 6, 80, 0) 65%);
  }
  .cid-vpsdmM5x5B .mbr-section-subtitle br {
    display: none;
  }
}
.cid-vpsdqi2avK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff008f;
  position: relative;
  z-index: 1;
}
.cid-vpsdqi2avK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdqi2avK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsdqi2avK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-vpsdqi2avK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vpsdqi2avK .container-fluid {
    padding: 0 0px;
  }
}
@media (max-width: 992px) {
  .cid-vpsdqi2avK .container {
    padding: 0 0px;
  }
}
.cid-vpsdqi2avK .card {
  justify-content: center;
}
.cid-vpsdqi2avK .content-wrapper {
  padding-left: 34px;
  padding-left: 0;
  padding-right: 34px;
}
.cid-vpsdqi2avK .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-vpsdqi2avK .content-wrapper .mbr-text {
  margin-bottom: 10px;
  color: #e8e8e8;
  text-align: justify;
}
.cid-vpsdqi2avK .box {
  padding-right: 84px;
  padding-right: 0;
  padding-left: 84px;
}
.cid-vpsdqi2avK .box .mbr-media {
  position: relative;
  height: 480px;
  border-radius: 15px;
  overflow: hidden;
}
.cid-vpsdqi2avK .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-vpsdqi2avK .mbr-description {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 15px 10px 10px 10px;
  font-size: 15px;
}
.cid-vpsdqi2avK .textotroca {
  color: #fff;
}
@media (max-width: 991px) {
  .cid-vpsdqi2avK .text-content-wrapper {
    padding: 0 22px;
  }
  .cid-vpsdqi2avK .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
  .cid-vpsdqi2avK .content-wrapper .mbr-section-title,
  .cid-vpsdqi2avK .content-wrapper .mbr-text {
    text-align: center !important;
  }
  .cid-vpsdqi2avK .box {
    padding: 0 !important;
  }
  .cid-vpsdqi2avK .box .mbr-media {
    height: 350px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-radius: 0 !important;
  }
  .cid-vpsdqi2avK .box .mbr-media img {
    border-radius: 0 !important;
  }
}
.cid-vpsdqi2avK .mbr-section-title,
.cid-vpsdqi2avK .mbr-section-btn {
  color: #ffffff;
}
.cid-vpsdssqmNe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
@media (max-width: 1200px) {
  .cid-vpsdssqmNe .display-2 {
    font-size: 1.82rem;
  }
}
.cid-vpsdssqmNe .item-img {
  padding: 0.5rem;
}
.cid-vpsdssqmNe .item-img:hover img {
  transform: scale(1.05);
}
.cid-vpsdssqmNe .item-img:hover img .social-row {
  opacity: 1;
}
.cid-vpsdssqmNe img,
.cid-vpsdssqmNe .item-img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vpsdssqmNe .item:focus,
.cid-vpsdssqmNe span:focus {
  outline: none;
}
.cid-vpsdssqmNe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vpsdssqmNe .item-wrapper {
  position: relative;
  background: #fafafa;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vpsdssqmNe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpsdssqmNe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vpsdssqmNe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vpsdssqmNe .mbr-section-title {
  color: #ff008f;
}
.cid-vpsdssqmNe .item-title {
  color: #090650;
  text-align: center;
}
.cid-vpsdssqmNe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vpsdssqmNe .mbr-text,
.cid-vpsdssqmNe .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-vpsdt70cuw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #040428;
}
.cid-vpsdt70cuw img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdt70cuw .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vpsdt70cuw .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-vpsdt70cuw .card-wrapper {
  border-radius: 5px;
}
.cid-vpsdt70cuw .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-vpsdt70cuw .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #ff008f;
}
@media only screen and (min-width: 1000px) {
  .cid-vpsdt70cuw .img-wrapper:before {
    background-image: linear-gradient(360deg, #ff008f, rgba(0, 0, 0, 0.8));
  }
}
.cid-vpsdt70cuw .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-vpsdt70cuw .card:hover img {
  transform: scale(1.06);
}
.cid-vpsdt70cuw .card:hover .card-box {
  opacity: 1;
}
.cid-vpsdt70cuw .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-vpsdt70cuw .card:hover .text-wrap {
  opacity: 1;
}
.cid-vpsdt70cuw .card:hover .bg-image {
  transform: scale(1.06);
}
.cid-vpsdt70cuw .card:hover .game-logo {
  transform: translateX(-50%) scale(1.06);
}
.cid-vpsdt70cuw .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-vpsdt70cuw .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-vpsdt70cuw .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-vpsdt70cuw .mbr-text,
.cid-vpsdt70cuw .link-align {
  color: #ffffff;
}
.cid-vpsdt70cuw .mbr-subtitle,
.cid-vpsdt70cuw .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-vpsdt70cuw .card .text-wrap,
  .cid-vpsdt70cuw .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-vpsdt70cuw .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-vpsdt70cuw .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-vpsdt70cuw .main-title {
  color: #ffffff;
}
.cid-vpsdt70cuw .mbr-subtitle {
  color: #cccccc;
}
.cid-vpsdt70cuw .mbr-mainsubtitle {
  color: #ff008f;
}
.cid-vpsdt70cuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdt70cuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsdt70cuw .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdt70cuw .game-logo {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdzZXRlS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #040428;
}
.cid-vpsdzZXRlS img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdzZXRlS .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vpsdzZXRlS .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-vpsdzZXRlS .card-wrapper {
  border-radius: 5px;
}
.cid-vpsdzZXRlS .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-vpsdzZXRlS .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #ff008f;
}
@media only screen and (min-width: 1000px) {
  .cid-vpsdzZXRlS .img-wrapper:before {
    background-image: linear-gradient(360deg, #ff008f, rgba(0, 0, 0, 0.8));
  }
}
.cid-vpsdzZXRlS .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-vpsdzZXRlS .card:hover img {
  transform: scale(1.06);
}
.cid-vpsdzZXRlS .card:hover .card-box {
  opacity: 1;
}
.cid-vpsdzZXRlS .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-vpsdzZXRlS .card:hover .text-wrap {
  opacity: 1;
}
.cid-vpsdzZXRlS .card:hover .bg-image {
  transform: scale(1.06);
}
.cid-vpsdzZXRlS .card:hover .game-logo {
  transform: translateX(-50%) scale(1.06);
}
.cid-vpsdzZXRlS .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-vpsdzZXRlS .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-vpsdzZXRlS .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-vpsdzZXRlS .mbr-text,
.cid-vpsdzZXRlS .link-align {
  color: #ffffff;
}
.cid-vpsdzZXRlS .mbr-subtitle,
.cid-vpsdzZXRlS .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-vpsdzZXRlS .card .text-wrap,
  .cid-vpsdzZXRlS .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-vpsdzZXRlS .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-vpsdzZXRlS .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-vpsdzZXRlS .main-title {
  color: #ffffff;
}
.cid-vpsdzZXRlS .mbr-subtitle {
  color: #cccccc;
}
.cid-vpsdzZXRlS .mbr-mainsubtitle {
  color: #e7ff00;
}
.cid-vpsdzZXRlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdzZXRlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsdzZXRlS .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdzZXRlS .game-logo {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdAjYWpE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vpsdAjYWpE img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdAjYWpE .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-vpsdAjYWpE .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-vpsdAjYWpE .card-wrapper {
  border-radius: 5px;
}
.cid-vpsdAjYWpE .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-vpsdAjYWpE .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #ff008f;
}
@media only screen and (min-width: 1000px) {
  .cid-vpsdAjYWpE .img-wrapper:before {
    background-image: linear-gradient(360deg, #ff008f, rgba(0, 0, 0, 0.8));
  }
}
.cid-vpsdAjYWpE .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-vpsdAjYWpE .card:hover .bg-image {
  transform: scale(1.06);
}
.cid-vpsdAjYWpE .card:hover .game-logo {
  transform: translateX(-50%) scale(1.06);
}
.cid-vpsdAjYWpE .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-vpsdAjYWpE .card:hover .card-box {
  opacity: 1;
}
.cid-vpsdAjYWpE .card:hover .text-wrap {
  opacity: 1;
}
.cid-vpsdAjYWpE .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-vpsdAjYWpE .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-vpsdAjYWpE .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-vpsdAjYWpE .mbr-text,
.cid-vpsdAjYWpE .link-align {
  color: #ffffff;
}
.cid-vpsdAjYWpE .mbr-subtitle,
.cid-vpsdAjYWpE .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-vpsdAjYWpE .card .text-wrap,
  .cid-vpsdAjYWpE .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-vpsdAjYWpE .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-vpsdAjYWpE .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-vpsdAjYWpE .main-title {
  color: #ffffff;
}
.cid-vpsdAjYWpE .mbr-subtitle {
  color: #cccccc;
}
.cid-vpsdAjYWpE .mbr-mainsubtitle {
  color: #e7ff00;
}
.cid-vpsdAjYWpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdAjYWpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpsdAjYWpE .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdAjYWpE .game-logo {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}
.cid-vpsdByRaC3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vpsdByRaC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpsdByRaC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vpsdByRaC3 .container {
    padding: 0 24px;
  }
}
.cid-vpsdByRaC3 .row {
  justify-content: center;
}
.cid-vpsdByRaC3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vpsdByRaC3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vpsdByRaC3 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #040428;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-vpsdByRaC3 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vpsdByRaC3 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-vpsdByRaC3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vpsdByRaC3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vpsdByRaC3 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vpsdByRaC3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vpsdByRaC3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: #ff008f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vpsdByRaC3 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-vpsdByRaC3 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-vpsdByRaC3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpsdByRaC3 .mbr-section-title {
  color: #ff008f;
  text-align: center;
}
.cid-vpsdByRaC3 .panel-title-edit {
  color: #ffffff;
}
.cid-vpsdByRaC3 .panel-text {
  color: #e8e8e8;
}
.cid-vqNsldkxhB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNsldkxhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNsldkxhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNsldkxhB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNsldkxhB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNsldkxhB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNsldkxhB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNsldkxhB .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNsldkxhB .card-title {
  color: #ffffff;
}
.cid-vqNsldkxhB P {
  color: #ffffff;
}
.cid-vqNsldkxhB .mbr-section-title {
  color: #ff008f;
}
.cid-vqNsldkxhB .mbr-section-subtitle {
  color: #040428;
}
.cid-vrW9h37UVI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vrW9h37UVI .btn-white {
  color: #090650 !important;
}
.cid-uRSqxAsTHG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-uRSqxAsTHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSqxAsTHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRSqxAsTHG .container {
    padding: 0 24px;
  }
}
.cid-uRSqxAsTHG .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRSqxAsTHG .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqMd8nTVN1 {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-dama.png");
}
.cid-vqMd8nTVN1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqMd8nTVN1 .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqMd8nTVN1 .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqMd8nTVN1 {
    align-items: flex-end;
  }
  .cid-vqMd8nTVN1 .row {
    justify-content: center;
  }
  .cid-vqMd8nTVN1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqMd8nTVN1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqMd8nTVN1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqMd8nTVN1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqMd8nTVN1 .content-wrap {
    width: 100%;
  }
}
.cid-vqMd8nTVN1 .mbr-section-title,
.cid-vqMd8nTVN1 .mbr-section-subtitle {
  text-align: center;
}
.cid-vqMd8nTVN1 .mbr-text,
.cid-vqMd8nTVN1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqMd8nTVN1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqMd8nTVN1 .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqMd8nTVN1 .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqMd8nTVN1 .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue4N5RPoyX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4N5RPoyX .container {
  max-width: 1600px;
}
.cid-ue4N5RPoyX .row {
  justify-content: center;
}
.cid-ue4N5RPoyX .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4N5RPoyX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4N5RPoyX .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4N5RPoyX .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4N5RPoyX .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4N5RPoyX .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4N5RPoyX .card:hover {
  transform: scale(0.98);
}
.cid-ue4N5RPoyX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4N5RPoyX .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4N5RPoyX .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4N5RPoyX .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-text {
    margin-top: 8px;
  }
}
.cid-ue4N5RPoyX .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4N5RPoyX .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4N5RPoyX .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4N5RPoyX .card-img {
    height: auto;
  }
}
.cid-ue4N5RPoyX .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4N5RPoyX .card-title,
.cid-ue4N5RPoyX .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-teBXB8NmN1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teBXB8NmN1 .mbr-text {
  color: #767676;
}
.cid-teBXB8NmN1 .mbr-section-subtitle {
  color: #767676;
}
.cid-teBXB8NmN1 .title .num {
  width: 100%;
  display: block;
}
.cid-teBXB8NmN1 .title .card-title {
  z-index: 1;
}
.cid-teBXB8NmN1 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-teBXB8NmN1 * {
    text-align: center !important;
  }
  .cid-teBXB8NmN1 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-teBXB8NmN1 .mbr-section-title,
.cid-teBXB8NmN1 .card-box {
  text-align: center;
  color: #040428;
}
.cid-teBXB8NmN1 .card-title,
.cid-teBXB8NmN1 .card-img {
  color: #040428;
}
.cid-teBXB8NmN1 .card-text {
  color: #040428;
}
.cid-ue4ROOl2TB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4ROOl2TB .container {
  max-width: 1600px;
}
.cid-ue4ROOl2TB .row {
  justify-content: center;
}
.cid-ue4ROOl2TB .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4ROOl2TB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4ROOl2TB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4ROOl2TB .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4ROOl2TB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4ROOl2TB .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4ROOl2TB .card:hover {
  transform: scale(0.98);
}
.cid-ue4ROOl2TB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4ROOl2TB .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4ROOl2TB .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4ROOl2TB .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-text {
    margin-top: 8px;
  }
}
.cid-ue4ROOl2TB .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4ROOl2TB .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4ROOl2TB .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue4ROOl2TB .card-img {
    height: auto;
  }
}
.cid-ue4ROOl2TB .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4ROOl2TB .card-title,
.cid-ue4ROOl2TB .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-ue56Hb8C3l {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue56Hb8C3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue56Hb8C3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue56Hb8C3l .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue56Hb8C3l .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #eeeeee;
}
@media (max-width: 991px) {
  .cid-ue56Hb8C3l .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue56Hb8C3l .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue56Hb8C3l .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue56Hb8C3l .card-title {
  color: #030042;
}
.cid-ue56Hb8C3l P {
  color: #ff008f;
}
.cid-ue56Hb8C3l .mbr-section-title {
  color: #ffffff;
}
.cid-ue56Hb8C3l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqMktdtoke {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMktdtoke .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMktdtoke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMktdtoke .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMktdtoke .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMktdtoke .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMktdtoke .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMktdtoke .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMktdtoke .card-title {
  color: #ffffff;
}
.cid-vqMktdtoke P {
  color: #ffffff;
}
.cid-vqMktdtoke .mbr-section-title {
  color: #ff008f;
}
.cid-vqMktdtoke .mbr-section-subtitle {
  color: #040428;
}
.cid-vszb78wDOL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszb78wDOL .btn-white {
  color: #090650 !important;
}
.cid-vszLcd9J5a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLcd9J5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLcd9J5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLcd9J5a .container {
    padding: 0 24px;
  }
}
.cid-vszLcd9J5a .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLcd9J5a .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLcd9J5a .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLcd9J5a .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLcd9J5a .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLcd9J5a .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqMf7UfOo7 {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-ff.png");
}
.cid-vqMf7UfOo7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqMf7UfOo7 .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqMf7UfOo7 .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqMf7UfOo7 {
    align-items: flex-end;
  }
  .cid-vqMf7UfOo7 .row {
    justify-content: center;
  }
  .cid-vqMf7UfOo7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqMf7UfOo7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqMf7UfOo7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqMf7UfOo7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqMf7UfOo7 .content-wrap {
    width: 100%;
  }
}
.cid-vqMf7UfOo7 .mbr-section-title,
.cid-vqMf7UfOo7 .mbr-section-subtitle {
  text-align: center;
}
.cid-vqMf7UfOo7 .mbr-text,
.cid-vqMf7UfOo7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqMf7UfOo7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqMf7UfOo7 .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqMf7UfOo7 .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqMf7UfOo7 .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue4VGiZ8lD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4VGiZ8lD .container {
  max-width: 1600px;
}
.cid-ue4VGiZ8lD .row {
  justify-content: center;
}
.cid-ue4VGiZ8lD .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4VGiZ8lD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4VGiZ8lD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4VGiZ8lD .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4VGiZ8lD .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4VGiZ8lD .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4VGiZ8lD .card:hover {
  transform: scale(0.98);
}
.cid-ue4VGiZ8lD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4VGiZ8lD .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4VGiZ8lD .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4VGiZ8lD .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-text {
    margin-top: 8px;
  }
}
.cid-ue4VGiZ8lD .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4VGiZ8lD .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4VGiZ8lD .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4VGiZ8lD .card-img {
    height: auto;
  }
}
.cid-ue4VGiZ8lD .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4VGiZ8lD .card-title,
.cid-ue4VGiZ8lD .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-teC1G655zu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teC1G655zu .mbr-text {
  color: #767676;
}
.cid-teC1G655zu .mbr-section-subtitle {
  color: #767676;
}
.cid-teC1G655zu .title .num {
  width: 100%;
  display: block;
}
.cid-teC1G655zu .title .card-title {
  z-index: 1;
}
.cid-teC1G655zu .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-teC1G655zu * {
    text-align: center !important;
  }
  .cid-teC1G655zu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-teC1G655zu .mbr-section-title,
.cid-teC1G655zu .card-box {
  text-align: center;
  color: #040428;
}
.cid-teC1G655zu .card-title,
.cid-teC1G655zu .card-img {
  color: #000000;
}
.cid-teC1G655zu .card-text {
  color: #040428;
  text-align: center;
}
.cid-ue4VH17Kj0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4VH17Kj0 .container {
  max-width: 1600px;
}
.cid-ue4VH17Kj0 .row {
  justify-content: center;
}
.cid-ue4VH17Kj0 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4VH17Kj0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4VH17Kj0 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4VH17Kj0 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4VH17Kj0 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4VH17Kj0 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4VH17Kj0 .card:hover {
  transform: scale(0.98);
}
.cid-ue4VH17Kj0 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4VH17Kj0 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4VH17Kj0 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4VH17Kj0 .card-text {
  width: 100%;
  color: #ff008f;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-text {
    margin-top: 8px;
  }
}
.cid-ue4VH17Kj0 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4VH17Kj0 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4VH17Kj0 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4VH17Kj0 .card-img {
    height: auto;
  }
}
.cid-ue4VH17Kj0 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4VH17Kj0 .card-title,
.cid-ue4VH17Kj0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue58ou79d1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue58ou79d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58ou79d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58ou79d1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58ou79d1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58ou79d1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58ou79d1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58ou79d1 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue58ou79d1 .card-title {
  color: #030042;
}
.cid-ue58ou79d1 P {
  color: #ff008f;
}
.cid-ue58ou79d1 .mbr-section-title {
  color: #ffffff;
}
.cid-ue58ou79d1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqMkvuNnkp {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMkvuNnkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMkvuNnkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMkvuNnkp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMkvuNnkp .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMkvuNnkp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMkvuNnkp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMkvuNnkp .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMkvuNnkp .card-title {
  color: #ffffff;
}
.cid-vqMkvuNnkp P {
  color: #ffffff;
}
.cid-vqMkvuNnkp .mbr-section-title {
  color: #ff008f;
}
.cid-vqMkvuNnkp .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbbcoFoR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbbcoFoR .btn-white {
  color: #090650 !important;
}
.cid-vszLdHwn7q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLdHwn7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLdHwn7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLdHwn7q .container {
    padding: 0 24px;
  }
}
.cid-vszLdHwn7q .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLdHwn7q .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLdHwn7q .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLdHwn7q .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLdHwn7q .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLdHwn7q .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqMgUg8jL4 {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-xadrez.png");
}
.cid-vqMgUg8jL4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqMgUg8jL4 .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqMgUg8jL4 .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqMgUg8jL4 {
    align-items: flex-end;
  }
  .cid-vqMgUg8jL4 .row {
    justify-content: center;
  }
  .cid-vqMgUg8jL4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqMgUg8jL4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqMgUg8jL4 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqMgUg8jL4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqMgUg8jL4 .content-wrap {
    width: 100%;
  }
}
.cid-vqMgUg8jL4 .mbr-section-title,
.cid-vqMgUg8jL4 .mbr-section-subtitle {
  text-align: center;
}
.cid-vqMgUg8jL4 .mbr-text,
.cid-vqMgUg8jL4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqMgUg8jL4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqMgUg8jL4 .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqMgUg8jL4 .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqMgUg8jL4 .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue4XVEVGA8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4XVEVGA8 .container {
  max-width: 1600px;
}
.cid-ue4XVEVGA8 .row {
  justify-content: center;
}
.cid-ue4XVEVGA8 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4XVEVGA8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4XVEVGA8 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4XVEVGA8 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4XVEVGA8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4XVEVGA8 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4XVEVGA8 .card:hover {
  transform: scale(0.98);
}
.cid-ue4XVEVGA8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4XVEVGA8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4XVEVGA8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4XVEVGA8 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-text {
    margin-top: 8px;
  }
}
.cid-ue4XVEVGA8 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4XVEVGA8 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4XVEVGA8 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4XVEVGA8 .card-img {
    height: auto;
  }
}
.cid-ue4XVEVGA8 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4XVEVGA8 .card-title,
.cid-ue4XVEVGA8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKozmmE55u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKozmmE55u .mbr-text {
  color: #767676;
}
.cid-tKozmmE55u .mbr-section-subtitle {
  color: #767676;
}
.cid-tKozmmE55u .title .num {
  width: 100%;
  display: block;
}
.cid-tKozmmE55u .title .card-title {
  z-index: 1;
}
.cid-tKozmmE55u .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKozmmE55u * {
    text-align: center !important;
  }
  .cid-tKozmmE55u .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKozmmE55u .mbr-section-title,
.cid-tKozmmE55u .card-box {
  text-align: center;
  color: #040428;
}
.cid-tKozmmE55u .card-title,
.cid-tKozmmE55u .card-img {
  color: #040428;
}
.cid-tKozmmE55u .card-text {
  color: #040428;
}
.cid-ue4ZhnVLzu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue4ZhnVLzu .container {
  max-width: 1600px;
}
.cid-ue4ZhnVLzu .row {
  justify-content: center;
}
.cid-ue4ZhnVLzu .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4ZhnVLzu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4ZhnVLzu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4ZhnVLzu .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4ZhnVLzu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4ZhnVLzu .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4ZhnVLzu .card:hover {
  transform: scale(0.98);
}
.cid-ue4ZhnVLzu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4ZhnVLzu .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4ZhnVLzu .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4ZhnVLzu .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-text {
    margin-top: 8px;
  }
}
.cid-ue4ZhnVLzu .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4ZhnVLzu .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4ZhnVLzu .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue4ZhnVLzu .card-img {
    height: auto;
  }
}
.cid-ue4ZhnVLzu .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4ZhnVLzu .card-title,
.cid-ue4ZhnVLzu .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-ue58uyTOJD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue58uyTOJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58uyTOJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58uyTOJD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58uyTOJD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58uyTOJD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58uyTOJD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58uyTOJD .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue58uyTOJD .card-title {
  color: #030042;
}
.cid-ue58uyTOJD P {
  color: #ff008f;
}
.cid-ue58uyTOJD .mbr-section-title {
  color: #ffffff;
}
.cid-ue58uyTOJD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqMkxG7muj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMkxG7muj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMkxG7muj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMkxG7muj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMkxG7muj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMkxG7muj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMkxG7muj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMkxG7muj .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMkxG7muj .card-title {
  color: #ffffff;
}
.cid-vqMkxG7muj P {
  color: #ffffff;
}
.cid-vqMkxG7muj .mbr-section-title {
  color: #ff008f;
}
.cid-vqMkxG7muj .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbe2PJ6P {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbe2PJ6P .btn-white {
  color: #090650 !important;
}
.cid-vszLg7OFqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLg7OFqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLg7OFqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLg7OFqj .container {
    padding: 0 24px;
  }
}
.cid-vszLg7OFqj .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLg7OFqj .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLg7OFqj .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLg7OFqj .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLg7OFqj .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLg7OFqj .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqMcqeay5A {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-truco.png");
}
.cid-vqMcqeay5A .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqMcqeay5A .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqMcqeay5A .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqMcqeay5A {
    align-items: flex-end;
  }
  .cid-vqMcqeay5A .row {
    justify-content: center;
  }
  .cid-vqMcqeay5A .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqMcqeay5A .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqMcqeay5A {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqMcqeay5A .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqMcqeay5A .content-wrap {
    width: 100%;
  }
}
.cid-vqMcqeay5A .mbr-section-title,
.cid-vqMcqeay5A .mbr-section-subtitle {
  text-align: center;
}
.cid-vqMcqeay5A .mbr-text,
.cid-vqMcqeay5A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqMcqeay5A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqMcqeay5A .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqMcqeay5A .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqMcqeay5A .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue59dvi10W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue59dvi10W .container {
  max-width: 1600px;
}
.cid-ue59dvi10W .row {
  justify-content: center;
}
.cid-ue59dvi10W .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue59dvi10W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue59dvi10W .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue59dvi10W .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue59dvi10W .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue59dvi10W .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue59dvi10W .card:hover {
  transform: scale(0.98);
}
.cid-ue59dvi10W .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-wrapper {
    padding: 16px;
  }
}
.cid-ue59dvi10W .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue59dvi10W .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue59dvi10W .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-text {
    margin-top: 8px;
  }
}
.cid-ue59dvi10W .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue59dvi10W .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue59dvi10W .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue59dvi10W .card-img {
    height: auto;
  }
}
.cid-ue59dvi10W .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue59dvi10W .card-title,
.cid-ue59dvi10W .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKsPukDTNu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsPukDTNu .mbr-text {
  color: #767676;
}
.cid-tKsPukDTNu .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsPukDTNu .title .num {
  width: 100%;
  display: block;
}
.cid-tKsPukDTNu .title .card-title {
  z-index: 1;
}
.cid-tKsPukDTNu .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsPukDTNu * {
    text-align: center !important;
  }
  .cid-tKsPukDTNu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsPukDTNu .mbr-section-title,
.cid-tKsPukDTNu .card-box {
  text-align: center;
  color: #040428;
}
.cid-tKsPukDTNu .card-title,
.cid-tKsPukDTNu .card-img {
  color: #040428;
}
.cid-tKsPukDTNu .card-text {
  color: #040428;
}
.cid-vqNqfWdaSp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-vqNqfWdaSp .container {
  max-width: 1600px;
}
.cid-vqNqfWdaSp .row {
  justify-content: center;
}
.cid-vqNqfWdaSp .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .text-container {
    margin-bottom: 50px;
  }
}
.cid-vqNqfWdaSp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNqfWdaSp .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-vqNqfWdaSp .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vqNqfWdaSp .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vqNqfWdaSp .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-vqNqfWdaSp .card:hover {
  transform: scale(0.98);
}
.cid-vqNqfWdaSp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .card-wrapper {
    padding: 16px;
  }
}
.cid-vqNqfWdaSp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .card-box {
    margin-bottom: 20px;
  }
}
.cid-vqNqfWdaSp .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-vqNqfWdaSp .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .card-text {
    margin-top: 8px;
  }
}
.cid-vqNqfWdaSp .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-vqNqfWdaSp .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-vqNqfWdaSp .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-vqNqfWdaSp .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-vqNqfWdaSp .card-img {
    height: auto;
  }
}
.cid-vqNqfWdaSp .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-vqNqfWdaSp .card-title,
.cid-vqNqfWdaSp .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-ue58Erpk3g {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue58Erpk3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58Erpk3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58Erpk3g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58Erpk3g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58Erpk3g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58Erpk3g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58Erpk3g .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue58Erpk3g .card-title {
  color: #030042;
  text-align: left;
}
.cid-ue58Erpk3g P {
  color: #ff008f;
}
.cid-ue58Erpk3g .mbr-section-title {
  color: #ffffff;
}
.cid-ue58Erpk3g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqMiUBGGVO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMiUBGGVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMiUBGGVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMiUBGGVO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMiUBGGVO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMiUBGGVO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMiUBGGVO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMiUBGGVO .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMiUBGGVO .card-title {
  color: #ffffff;
}
.cid-vqMiUBGGVO P {
  color: #ffffff;
}
.cid-vqMiUBGGVO .mbr-section-title {
  color: #ff008f;
}
.cid-vqMiUBGGVO .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbkoNB5M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbkoNB5M .btn-white {
  color: #090650 !important;
}
.cid-vszLjh26MP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLjh26MP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLjh26MP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLjh26MP .container {
    padding: 0 24px;
  }
}
.cid-vszLjh26MP .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLjh26MP .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLjh26MP .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLjh26MP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLjh26MP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLjh26MP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqMjQSVzm1 {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-lol.png");
}
.cid-vqMjQSVzm1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqMjQSVzm1 .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqMjQSVzm1 .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqMjQSVzm1 {
    align-items: flex-end;
  }
  .cid-vqMjQSVzm1 .row {
    justify-content: center;
  }
  .cid-vqMjQSVzm1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqMjQSVzm1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqMjQSVzm1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqMjQSVzm1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqMjQSVzm1 .content-wrap {
    width: 100%;
  }
}
.cid-vqMjQSVzm1 .mbr-section-title,
.cid-vqMjQSVzm1 .mbr-section-subtitle {
  text-align: center;
}
.cid-vqMjQSVzm1 .mbr-text,
.cid-vqMjQSVzm1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqMjQSVzm1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqMjQSVzm1 .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqMjQSVzm1 .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqMjQSVzm1 .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue5a9qHTZR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue5a9qHTZR .container {
  max-width: 1600px;
}
.cid-ue5a9qHTZR .row {
  justify-content: center;
}
.cid-ue5a9qHTZR .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5a9qHTZR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a9qHTZR .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5a9qHTZR .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5a9qHTZR .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5a9qHTZR .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5a9qHTZR .card:hover {
  transform: scale(0.98);
}
.cid-ue5a9qHTZR .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5a9qHTZR .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5a9qHTZR .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5a9qHTZR .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-text {
    margin-top: 8px;
  }
}
.cid-ue5a9qHTZR .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5a9qHTZR .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5a9qHTZR .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5a9qHTZR .card-img {
    height: auto;
  }
}
.cid-ue5a9qHTZR .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5a9qHTZR .card-title,
.cid-ue5a9qHTZR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKsUMdDppt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsUMdDppt .mbr-text {
  color: #767676;
}
.cid-tKsUMdDppt .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsUMdDppt .title .num {
  width: 100%;
  display: block;
}
.cid-tKsUMdDppt .title .card-title {
  z-index: 1;
}
.cid-tKsUMdDppt .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsUMdDppt * {
    text-align: center !important;
  }
  .cid-tKsUMdDppt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsUMdDppt .mbr-section-title,
.cid-tKsUMdDppt .card-box {
  text-align: center;
  color: #040428;
}
.cid-tKsUMdDppt .card-title,
.cid-tKsUMdDppt .card-img {
  color: #040428;
}
.cid-tKsUMdDppt .card-text {
  color: #040428;
}
.cid-ue5dcpIjSk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue5dcpIjSk .container {
  max-width: 1600px;
}
.cid-ue5dcpIjSk .row {
  justify-content: center;
}
.cid-ue5dcpIjSk .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5dcpIjSk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5dcpIjSk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5dcpIjSk .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5dcpIjSk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5dcpIjSk .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5dcpIjSk .card:hover {
  transform: scale(0.98);
}
.cid-ue5dcpIjSk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5dcpIjSk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5dcpIjSk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5dcpIjSk .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-text {
    margin-top: 8px;
  }
}
.cid-ue5dcpIjSk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5dcpIjSk .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5dcpIjSk .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5dcpIjSk .card-img {
    height: auto;
  }
}
.cid-ue5dcpIjSk .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5dcpIjSk .card-title,
.cid-ue5dcpIjSk .mbr-section-btn {
  text-align: center;
  color: #040428;
}
.cid-ue5bE0WDYf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue5bE0WDYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5bE0WDYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5bE0WDYf .image-wrapper {
  display: flex;
  align-items: left;
}
.cid-ue5bE0WDYf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue5bE0WDYf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue5bE0WDYf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue5bE0WDYf .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue5bE0WDYf .card-title {
  color: #040428;
  text-align: left;
}
.cid-ue5bE0WDYf P {
  color: #ff008f;
}
.cid-ue5bE0WDYf .mbr-section-title {
  color: #ffffff;
}
.cid-ue5bE0WDYf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqMkdzdCqm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMkdzdCqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMkdzdCqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMkdzdCqm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMkdzdCqm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMkdzdCqm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMkdzdCqm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMkdzdCqm .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMkdzdCqm .card-title {
  color: #ffffff;
}
.cid-vqMkdzdCqm P {
  color: #ffffff;
}
.cid-vqMkdzdCqm .mbr-section-title {
  color: #ff008f;
}
.cid-vqMkdzdCqm .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbnpIMBA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbnpIMBA .btn-white {
  color: #090650 !important;
}
.cid-vszLkEbRVW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLkEbRVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLkEbRVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLkEbRVW .container {
    padding: 0 24px;
  }
}
.cid-vszLkEbRVW .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLkEbRVW .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLkEbRVW .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLkEbRVW .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLkEbRVW .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLkEbRVW .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqNhEKbVMF {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-clash.png");
}
.cid-vqNhEKbVMF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqNhEKbVMF .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqNhEKbVMF .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqNhEKbVMF {
    align-items: flex-end;
  }
  .cid-vqNhEKbVMF .row {
    justify-content: center;
  }
  .cid-vqNhEKbVMF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqNhEKbVMF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqNhEKbVMF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqNhEKbVMF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqNhEKbVMF .content-wrap {
    width: 100%;
  }
}
.cid-vqNhEKbVMF .mbr-section-title,
.cid-vqNhEKbVMF .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNhEKbVMF .mbr-text,
.cid-vqNhEKbVMF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqNhEKbVMF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNhEKbVMF .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqNhEKbVMF .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqNhEKbVMF .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue5UGmc2TI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue5UGmc2TI .container {
  max-width: 1600px;
}
.cid-ue5UGmc2TI .row {
  justify-content: center;
}
.cid-ue5UGmc2TI .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5UGmc2TI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5UGmc2TI .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5UGmc2TI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5UGmc2TI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5UGmc2TI .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5UGmc2TI .card:hover {
  transform: scale(0.98);
}
.cid-ue5UGmc2TI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5UGmc2TI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5UGmc2TI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5UGmc2TI .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-text {
    margin-top: 8px;
  }
}
.cid-ue5UGmc2TI .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5UGmc2TI .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5UGmc2TI .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5UGmc2TI .card-img {
    height: auto;
  }
}
.cid-ue5UGmc2TI .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5UGmc2TI .card-title,
.cid-ue5UGmc2TI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKsXYVr2Zw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsXYVr2Zw .mbr-text {
  color: #767676;
}
.cid-tKsXYVr2Zw .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsXYVr2Zw .title .num {
  width: 100%;
  display: block;
}
.cid-tKsXYVr2Zw .title .card-title {
  z-index: 1;
}
.cid-tKsXYVr2Zw .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsXYVr2Zw * {
    text-align: center !important;
  }
  .cid-tKsXYVr2Zw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsXYVr2Zw .mbr-section-title,
.cid-tKsXYVr2Zw .card-box {
  text-align: center;
  color: #000000;
}
.cid-tKsXYVr2Zw .card-title,
.cid-tKsXYVr2Zw .card-img {
  color: #000000;
}
.cid-tKsXYVr2Zw .card-text {
  color: #040428;
}
.cid-ue5YDrCefw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue5YDrCefw .container {
  max-width: 1600px;
}
.cid-ue5YDrCefw .row {
  justify-content: center;
}
.cid-ue5YDrCefw .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5YDrCefw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5YDrCefw .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5YDrCefw .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5YDrCefw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5YDrCefw .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5YDrCefw .card:hover {
  transform: scale(0.98);
}
.cid-ue5YDrCefw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5YDrCefw .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5YDrCefw .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5YDrCefw .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-text {
    margin-top: 8px;
  }
}
.cid-ue5YDrCefw .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5YDrCefw .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5YDrCefw .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5YDrCefw .card-img {
    height: auto;
  }
}
.cid-ue5YDrCefw .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5YDrCefw .card-title,
.cid-ue5YDrCefw .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue5dwY4K1r {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue5dwY4K1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5dwY4K1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5dwY4K1r .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue5dwY4K1r .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue5dwY4K1r .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue5dwY4K1r .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue5dwY4K1r .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue5dwY4K1r .card-title {
  color: #040428;
}
.cid-ue5dwY4K1r P {
  color: #ff008f;
}
.cid-ue5dwY4K1r .mbr-section-title {
  color: #ffffff;
}
.cid-ue5dwY4K1r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqNi81sGix {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNi81sGix .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNi81sGix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNi81sGix .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNi81sGix .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNi81sGix .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNi81sGix .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNi81sGix .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNi81sGix .card-title {
  color: #ffffff;
}
.cid-vqNi81sGix P {
  color: #ffffff;
}
.cid-vqNi81sGix .mbr-section-title {
  color: #ff008f;
}
.cid-vqNi81sGix .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbqWoT89 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbqWoT89 .btn-white {
  color: #090650 !important;
}
.cid-vszLm4eZEb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLm4eZEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLm4eZEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLm4eZEb .container {
    padding: 0 24px;
  }
}
.cid-vszLm4eZEb .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLm4eZEb .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLm4eZEb .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLm4eZEb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLm4eZEb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLm4eZEb .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqNiQ7fn0O {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-sinuca.png");
}
.cid-vqNiQ7fn0O .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqNiQ7fn0O .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqNiQ7fn0O .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqNiQ7fn0O {
    align-items: flex-end;
  }
  .cid-vqNiQ7fn0O .row {
    justify-content: center;
  }
  .cid-vqNiQ7fn0O .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqNiQ7fn0O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqNiQ7fn0O {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqNiQ7fn0O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqNiQ7fn0O .content-wrap {
    width: 100%;
  }
}
.cid-vqNiQ7fn0O .mbr-section-title,
.cid-vqNiQ7fn0O .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNiQ7fn0O .mbr-text,
.cid-vqNiQ7fn0O .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqNiQ7fn0O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNiQ7fn0O .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqNiQ7fn0O .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqNiQ7fn0O .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue60RfOeI2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue60RfOeI2 .container {
  max-width: 1600px;
}
.cid-ue60RfOeI2 .row {
  justify-content: center;
}
.cid-ue60RfOeI2 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue60RfOeI2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue60RfOeI2 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue60RfOeI2 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue60RfOeI2 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue60RfOeI2 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue60RfOeI2 .card:hover {
  transform: scale(0.98);
}
.cid-ue60RfOeI2 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue60RfOeI2 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue60RfOeI2 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue60RfOeI2 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-text {
    margin-top: 8px;
  }
}
.cid-ue60RfOeI2 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue60RfOeI2 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue60RfOeI2 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue60RfOeI2 .card-img {
    height: auto;
  }
}
.cid-ue60RfOeI2 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue60RfOeI2 .card-title,
.cid-ue60RfOeI2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKt3mHd9GD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKt3mHd9GD .mbr-text {
  color: #767676;
}
.cid-tKt3mHd9GD .mbr-section-subtitle {
  color: #767676;
}
.cid-tKt3mHd9GD .title .num {
  width: 100%;
  display: block;
}
.cid-tKt3mHd9GD .title .card-title {
  z-index: 1;
}
.cid-tKt3mHd9GD .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKt3mHd9GD * {
    text-align: center !important;
  }
  .cid-tKt3mHd9GD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKt3mHd9GD .mbr-section-title,
.cid-tKt3mHd9GD .card-box {
  text-align: center;
  color: #040428;
}
.cid-tKt3mHd9GD .card-title,
.cid-tKt3mHd9GD .card-img {
  color: #000000;
}
.cid-tKt3mHd9GD .card-text {
  color: #040428;
}
.cid-ue62rsgjfP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue62rsgjfP .container {
  max-width: 1600px;
}
.cid-ue62rsgjfP .row {
  justify-content: center;
}
.cid-ue62rsgjfP .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue62rsgjfP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue62rsgjfP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue62rsgjfP .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue62rsgjfP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue62rsgjfP .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue62rsgjfP .card:hover {
  transform: scale(0.98);
}
.cid-ue62rsgjfP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-wrapper {
    padding: 16px;
  }
}
.cid-ue62rsgjfP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue62rsgjfP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue62rsgjfP .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-text {
    margin-top: 8px;
  }
}
.cid-ue62rsgjfP .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue62rsgjfP .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue62rsgjfP .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue62rsgjfP .card-img {
    height: auto;
  }
}
.cid-ue62rsgjfP .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue62rsgjfP .card-title,
.cid-ue62rsgjfP .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue652b0NFC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue652b0NFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue652b0NFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue652b0NFC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue652b0NFC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue652b0NFC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue652b0NFC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue652b0NFC .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue652b0NFC .card-title {
  color: #030042;
}
.cid-ue652b0NFC P {
  color: #ff008f;
}
.cid-ue652b0NFC .mbr-section-title {
  color: #ffffff;
}
.cid-ue652b0NFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqNiM7D3kL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNiM7D3kL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNiM7D3kL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNiM7D3kL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNiM7D3kL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNiM7D3kL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNiM7D3kL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNiM7D3kL .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNiM7D3kL .card-title {
  color: #ffffff;
}
.cid-vqNiM7D3kL P {
  color: #ffffff;
}
.cid-vqNiM7D3kL .mbr-section-title {
  color: #ff008f;
}
.cid-vqNiM7D3kL .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbtVXqkx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbtVXqkx .btn-white {
  color: #090650 !important;
}
.cid-vszLnDCTNO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLnDCTNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLnDCTNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLnDCTNO .container {
    padding: 0 24px;
  }
}
.cid-vszLnDCTNO .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLnDCTNO .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLnDCTNO .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLnDCTNO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLnDCTNO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLnDCTNO .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqNk2BK4Dl {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-fortnite.png");
}
.cid-vqNk2BK4Dl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqNk2BK4Dl .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqNk2BK4Dl .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqNk2BK4Dl {
    align-items: flex-end;
  }
  .cid-vqNk2BK4Dl .row {
    justify-content: center;
  }
  .cid-vqNk2BK4Dl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqNk2BK4Dl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqNk2BK4Dl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqNk2BK4Dl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqNk2BK4Dl .content-wrap {
    width: 100%;
  }
}
.cid-vqNk2BK4Dl .mbr-section-title,
.cid-vqNk2BK4Dl .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNk2BK4Dl .mbr-text,
.cid-vqNk2BK4Dl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqNk2BK4Dl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNk2BK4Dl .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqNk2BK4Dl .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqNk2BK4Dl .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue65J0kZNV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue65J0kZNV .container {
  max-width: 1600px;
}
.cid-ue65J0kZNV .row {
  justify-content: center;
}
.cid-ue65J0kZNV .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue65J0kZNV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue65J0kZNV .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue65J0kZNV .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue65J0kZNV .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue65J0kZNV .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue65J0kZNV .card:hover {
  transform: scale(0.98);
}
.cid-ue65J0kZNV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-wrapper {
    padding: 16px;
  }
}
.cid-ue65J0kZNV .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue65J0kZNV .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue65J0kZNV .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-text {
    margin-top: 8px;
  }
}
.cid-ue65J0kZNV .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue65J0kZNV .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue65J0kZNV .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue65J0kZNV .card-img {
    height: auto;
  }
}
.cid-ue65J0kZNV .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue65J0kZNV .card-title,
.cid-ue65J0kZNV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKtb8vA0l6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKtb8vA0l6 .mbr-text {
  color: #767676;
}
.cid-tKtb8vA0l6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tKtb8vA0l6 .title .num {
  width: 100%;
  display: block;
}
.cid-tKtb8vA0l6 .title .card-title {
  z-index: 1;
}
.cid-tKtb8vA0l6 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKtb8vA0l6 * {
    text-align: center !important;
  }
  .cid-tKtb8vA0l6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKtb8vA0l6 .mbr-section-title,
.cid-tKtb8vA0l6 .card-box {
  text-align: center;
  color: #000000;
}
.cid-tKtb8vA0l6 .card-title,
.cid-tKtb8vA0l6 .card-img {
  color: #000000;
}
.cid-tKtb8vA0l6 .card-text {
  color: #040428;
  text-align: center;
}
.cid-ue6bhoFCuO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue6bhoFCuO .container {
  max-width: 1600px;
}
.cid-ue6bhoFCuO .row {
  justify-content: center;
}
.cid-ue6bhoFCuO .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6bhoFCuO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6bhoFCuO .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6bhoFCuO .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6bhoFCuO .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6bhoFCuO .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6bhoFCuO .card:hover {
  transform: scale(0.98);
}
.cid-ue6bhoFCuO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6bhoFCuO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6bhoFCuO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6bhoFCuO .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-text {
    margin-top: 8px;
  }
}
.cid-ue6bhoFCuO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6bhoFCuO .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6bhoFCuO .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6bhoFCuO .card-img {
    height: auto;
  }
}
.cid-ue6bhoFCuO .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6bhoFCuO .card-title,
.cid-ue6bhoFCuO .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue69IqPwLj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue69IqPwLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue69IqPwLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue69IqPwLj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue69IqPwLj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue69IqPwLj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue69IqPwLj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue69IqPwLj .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue69IqPwLj .card-title {
  color: #000000;
}
.cid-ue69IqPwLj P {
  color: #ff008f;
}
.cid-ue69IqPwLj .mbr-section-title {
  color: #ffffff;
}
.cid-ue69IqPwLj .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-rr {
  /* ========================================= */
  /* ESTILOS DE PONTUAÇÃO (AZUL E ROSA NÉON)   */
  /* ========================================= */
  /* O Flexbox que divide as duas colunas */
  /* Estilo do Título */
  /* Texto de instruções */
  /* --- ESTILOS DA TABELA DE PONTOS --- */
  /* O crachá de "10 Pontos por Kill" movido para baixo da tabela */
  /* ========================================= */
  /* RESPONSIVIDADE PARA TELEMÓVEIS            */
  /* ========================================= */
}
#custom-html-rr .fn-scoring-section {
  background-color: #040428;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}
#custom-html-rr .fn-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  /* <-- MUDANÇA AQUI: 'flex-start' alinha tudo ao topo */
  gap: 60px;
}
#custom-html-rr .fn-info-column,
#custom-html-rr .fn-table-column {
  flex: 1;
}
#custom-html-rr .fn-title {
  font-family: 'EurostileCon-Hea', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 0;
  /* Garante que não há espaços empurrando o título para baixo */
  color: #ffffff;
  line-height: 1.1;
}
#custom-html-rr .fn-instructions {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
}
#custom-html-rr .fn-instructions strong {
  color: #ff008f;
}
#custom-html-rr .fn-score-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#custom-html-rr .fn-score-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
#custom-html-rr .fn-alt-row {
  background-color: rgba(255, 0, 143, 0.05);
}
#custom-html-rr .fn-first-place {
  background-color: rgba(255, 0, 143, 0.2);
  border-color: #ff008f;
  transform: scale(1.02);
}
#custom-html-rr .fn-first-place .fn-place,
#custom-html-rr .fn-first-place .fn-pts {
  color: #ff008f;
}
#custom-html-rr .fn-place,
#custom-html-rr .fn-pts {
  font-size: 1.2rem;
  font-weight: 700;
}
#custom-html-rr .fn-score-row:hover {
  background-color: rgba(255, 0, 143, 0.15);
  border-color: #ff008f;
  transform: translateX(10px);
  cursor: default;
}
#custom-html-rr .fn-kill-badge {
  display: table;
  /* Técnica para permitir o 'margin: auto' centralizar o bloco corretamente */
  margin: 30px auto 0 auto;
  /* <-- MUDANÇA AQUI: Margem no topo para separar da tabela */
  background-color: #ff008f;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(255, 0, 143, 0.4);
  text-align: center;
}
@media (max-width: 991px) {
  #custom-html-rr .fn-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  #custom-html-rr .fn-instructions {
    text-align: center;
  }
  #custom-html-rr .fn-title {
    font-size: 2.5rem;
  }
}
.cid-vqNknGAThk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNknGAThk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNknGAThk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNknGAThk .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNknGAThk .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNknGAThk .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNknGAThk .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNknGAThk .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNknGAThk .card-title {
  color: #ffffff;
}
.cid-vqNknGAThk P {
  color: #ffffff;
}
.cid-vqNknGAThk .mbr-section-title {
  color: #ff008f;
}
.cid-vqNknGAThk .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbAgKWdQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbAgKWdQ .btn-white {
  color: #090650 !important;
}
.cid-vszLqFxq66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLqFxq66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLqFxq66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLqFxq66 .container {
    padding: 0 24px;
  }
}
.cid-vszLqFxq66 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLqFxq66 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLqFxq66 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLqFxq66 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLqFxq66 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLqFxq66 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqNjS0sXXI {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/banner-cs2-1920x830.png");
}
.cid-vqNjS0sXXI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqNjS0sXXI .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqNjS0sXXI .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqNjS0sXXI {
    align-items: flex-end;
  }
  .cid-vqNjS0sXXI .row {
    justify-content: center;
  }
  .cid-vqNjS0sXXI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqNjS0sXXI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqNjS0sXXI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqNjS0sXXI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqNjS0sXXI .content-wrap {
    width: 100%;
  }
}
.cid-vqNjS0sXXI .mbr-section-title,
.cid-vqNjS0sXXI .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNjS0sXXI .mbr-text,
.cid-vqNjS0sXXI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqNjS0sXXI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNjS0sXXI .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqNjS0sXXI .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqNjS0sXXI .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue6fTYgGze {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue6fTYgGze .container {
  max-width: 1600px;
}
.cid-ue6fTYgGze .row {
  justify-content: center;
}
.cid-ue6fTYgGze .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6fTYgGze .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6fTYgGze .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6fTYgGze .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6fTYgGze .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6fTYgGze .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6fTYgGze .card:hover {
  transform: scale(0.98);
}
.cid-ue6fTYgGze .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6fTYgGze .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6fTYgGze .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6fTYgGze .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-text {
    margin-top: 8px;
  }
}
.cid-ue6fTYgGze .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6fTYgGze .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6fTYgGze .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6fTYgGze .card-img {
    height: auto;
  }
}
.cid-ue6fTYgGze .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6fTYgGze .card-title,
.cid-ue6fTYgGze .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKthpPr6L2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKthpPr6L2 .mbr-text {
  color: #767676;
}
.cid-tKthpPr6L2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tKthpPr6L2 .title .num {
  width: 100%;
  display: block;
}
.cid-tKthpPr6L2 .title .card-title {
  z-index: 1;
}
.cid-tKthpPr6L2 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKthpPr6L2 * {
    text-align: center !important;
  }
  .cid-tKthpPr6L2 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKthpPr6L2 .mbr-section-title,
.cid-tKthpPr6L2 .card-box {
  text-align: center;
  color: #000000;
}
.cid-tKthpPr6L2 .card-title,
.cid-tKthpPr6L2 .card-img {
  color: #040428;
}
.cid-tKthpPr6L2 .card-text {
  color: #040428;
}
.cid-ue6h3X2epA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue6h3X2epA .container {
  max-width: 1600px;
}
.cid-ue6h3X2epA .row {
  justify-content: center;
}
.cid-ue6h3X2epA .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6h3X2epA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6h3X2epA .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6h3X2epA .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6h3X2epA .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6h3X2epA .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6h3X2epA .card:hover {
  transform: scale(0.98);
}
.cid-ue6h3X2epA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6h3X2epA .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6h3X2epA .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6h3X2epA .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-text {
    margin-top: 8px;
  }
}
.cid-ue6h3X2epA .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6h3X2epA .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6h3X2epA .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6h3X2epA .card-img {
    height: auto;
  }
}
.cid-ue6h3X2epA .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6h3X2epA .card-title,
.cid-ue6h3X2epA .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue6g86kXTd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-ue6g86kXTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6g86kXTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6g86kXTd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue6g86kXTd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue6g86kXTd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue6g86kXTd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue6g86kXTd .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-ue6g86kXTd .card-title {
  color: #000000;
}
.cid-ue6g86kXTd P {
  color: #ff008f;
}
.cid-ue6g86kXTd .mbr-section-title {
  color: #ffffff;
}
.cid-ue6g86kXTd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqNjOFhCua {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNjOFhCua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNjOFhCua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNjOFhCua .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNjOFhCua .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNjOFhCua .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNjOFhCua .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNjOFhCua .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNjOFhCua .card-title {
  color: #ffffff;
}
.cid-vqNjOFhCua P {
  color: #ffffff;
}
.cid-vqNjOFhCua .mbr-section-title {
  color: #ff008f;
}
.cid-vqNjOFhCua .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbwZ8HLP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbwZ8HLP .btn-white {
  color: #090650 !important;
}
.cid-vszLpaPZsH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLpaPZsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLpaPZsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLpaPZsH .container {
    padding: 0 24px;
  }
}
.cid-vszLpaPZsH .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLpaPZsH .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLpaPZsH .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLpaPZsH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLpaPZsH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLpaPZsH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-ueaJMZP9Ln {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #8f2dff;
}
.cid-ueaJMZP9Ln .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .team-card:hover {
  transform: translateY(-10px);
}
.cid-ueaJMZP9Ln .image-wrap {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.cid-ueaJMZP9Ln .image-wrap:hover img {
  transform: scale(1.05);
}
.cid-ueaJMZP9Ln .image-wrap:hover img .social-row {
  opacity: 1;
}
.cid-ueaJMZP9Ln .card-wrap {
  background: #ffffff;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cid-ueaJMZP9Ln .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ueaJMZP9Ln .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .cid-ueaJMZP9Ln .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueaJMZP9Ln .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ueaJMZP9Ln .card-wrap:hover img {
  transform: scale(1.05);
}
.cid-ueaJMZP9Ln .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #2299aa;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1rem;
}
.cid-ueaJMZP9Ln .mbr-section-title {
  color: #ffffff;
}
.cid-ueaJMZP9Ln .mbr-section-subtitle {
  color: #161734;
}
.cid-ueaJMZP9Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaJMZP9Ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaJMZP9Ln .card-title,
.cid-ueaJMZP9Ln .social-row {
  color: #232323;
}
.cid-vszL6WBtNf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszL6WBtNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszL6WBtNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszL6WBtNf .container {
    padding: 0 24px;
  }
}
.cid-vszL6WBtNf .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszL6WBtNf .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszL6WBtNf .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszL6WBtNf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszL6WBtNf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszL6WBtNf .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-ueaI6YiY3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueaI6YiY3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaI6YiY3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaI6YiY3T .mbr-section-title {
  color: #040428;
}
.cid-ueaI6YiY3T .mbr-section-subtitle {
  color: #040428;
}
.cid-ueaI6YiY3T .d-inline-block {
  display: inline-block !important;
  margin: 0.3rem;
}
.cid-ueaI6YiY3T .custom-dropdown {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px 0;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: 10px !important;
}
.cid-ueaI6YiY3T .custom-dropdown .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  color: #040428;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cid-ueaI6YiY3T .custom-dropdown .dropdown-item:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueaI6YiY3T .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
}
.cid-vszLaGaZF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLaGaZF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLaGaZF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLaGaZF1 .container {
    padding: 0 24px;
  }
}
.cid-vszLaGaZF1 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLaGaZF1 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLaGaZF1 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLaGaZF1 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLaGaZF1 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLaGaZF1 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqNo4F2HSV {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fundo-valorant.png");
}
.cid-vqNo4F2HSV .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqNo4F2HSV .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqNo4F2HSV .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqNo4F2HSV {
    align-items: flex-end;
  }
  .cid-vqNo4F2HSV .row {
    justify-content: center;
  }
  .cid-vqNo4F2HSV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqNo4F2HSV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqNo4F2HSV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqNo4F2HSV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqNo4F2HSV .content-wrap {
    width: 100%;
  }
}
.cid-vqNo4F2HSV .mbr-section-title,
.cid-vqNo4F2HSV .mbr-section-subtitle {
  text-align: center;
}
.cid-vqNo4F2HSV .mbr-text,
.cid-vqNo4F2HSV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqNo4F2HSV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqNo4F2HSV .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqNo4F2HSV .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqNo4F2HSV .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue6hAqiNef {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue6hAqiNef .container {
  max-width: 1600px;
}
.cid-ue6hAqiNef .row {
  justify-content: center;
}
.cid-ue6hAqiNef .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6hAqiNef .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6hAqiNef .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6hAqiNef .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6hAqiNef .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6hAqiNef .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6hAqiNef .card:hover {
  transform: scale(0.98);
}
.cid-ue6hAqiNef .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6hAqiNef .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6hAqiNef .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6hAqiNef .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-text {
    margin-top: 8px;
  }
}
.cid-ue6hAqiNef .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6hAqiNef .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6hAqiNef .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6hAqiNef .card-img {
    height: auto;
  }
}
.cid-ue6hAqiNef .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6hAqiNef .card-title,
.cid-ue6hAqiNef .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ue6hAqGso5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ue6hAqGso5 .mbr-text {
  color: #767676;
}
.cid-ue6hAqGso5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ue6hAqGso5 .title .num {
  width: 100%;
  display: block;
}
.cid-ue6hAqGso5 .title .card-title {
  z-index: 1;
}
.cid-ue6hAqGso5 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-ue6hAqGso5 * {
    text-align: center !important;
  }
  .cid-ue6hAqGso5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ue6hAqGso5 .mbr-section-title,
.cid-ue6hAqGso5 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ue6hAqGso5 .card-title,
.cid-ue6hAqGso5 .card-img {
  color: #000000;
}
.cid-ue6hAqGso5 .card-text {
  color: #040428;
}
.cid-ue6hArfMgS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue6hArfMgS .container {
  max-width: 1600px;
}
.cid-ue6hArfMgS .row {
  justify-content: center;
}
.cid-ue6hArfMgS .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6hArfMgS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6hArfMgS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6hArfMgS .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6hArfMgS .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6hArfMgS .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6hArfMgS .card:hover {
  transform: scale(0.98);
}
.cid-ue6hArfMgS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6hArfMgS .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6hArfMgS .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6hArfMgS .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-text {
    margin-top: 8px;
  }
}
.cid-ue6hArfMgS .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6hArfMgS .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6hArfMgS .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6hArfMgS .card-img {
    height: auto;
  }
}
.cid-ue6hArfMgS .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6hArfMgS .card-title,
.cid-ue6hArfMgS .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-uVzVVHDea7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #040428;
}
.cid-uVzVVHDea7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVVHDea7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVVHDea7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVzVVHDea7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVzVVHDea7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzVVHDea7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVzVVHDea7 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVzVVHDea7 .card-title {
  color: #040428;
}
.cid-uVzVVHDea7 P {
  color: #ff008f;
}
.cid-uVzVVHDea7 .mbr-section-title {
  color: #ffffff;
}
.cid-uVzVVHDea7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vqNnWvnPtz {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqNnWvnPtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqNnWvnPtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqNnWvnPtz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqNnWvnPtz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqNnWvnPtz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqNnWvnPtz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqNnWvnPtz .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqNnWvnPtz .card-title {
  color: #ffffff;
}
.cid-vqNnWvnPtz P {
  color: #ffffff;
}
.cid-vqNnWvnPtz .mbr-section-title {
  color: #ff008f;
}
.cid-vqNnWvnPtz .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbEjxgLa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbEjxgLa .btn-white {
  color: #090650 !important;
}
.cid-vszLs2DNxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLs2DNxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLs2DNxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLs2DNxG .container {
    padding: 0 24px;
  }
}
.cid-vszLs2DNxG .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLs2DNxG .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLs2DNxG .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLs2DNxG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLs2DNxG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLs2DNxG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-vqLXTYSynt {
  display: flex;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background-fc26-1920x830.png");
}
.cid-vqLXTYSynt .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-vqLXTYSynt .bottom-gradient-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: linear-gradient(to top, #040428 0%, rgba(19, 20, 18, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.cid-vqLXTYSynt .content-layer {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-vqLXTYSynt {
    align-items: flex-end;
  }
  .cid-vqLXTYSynt .row {
    justify-content: center;
  }
  .cid-vqLXTYSynt .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vqLXTYSynt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vqLXTYSynt {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vqLXTYSynt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vqLXTYSynt .content-wrap {
    width: 100%;
  }
}
.cid-vqLXTYSynt .mbr-section-title,
.cid-vqLXTYSynt .mbr-section-subtitle {
  text-align: center;
}
.cid-vqLXTYSynt .mbr-text,
.cid-vqLXTYSynt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vqLXTYSynt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vqLXTYSynt .header16 {
  position: relative;
  overflow: hidden;
}
.cid-vqLXTYSynt .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-vqLXTYSynt .mbr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cid-ue51axWzzk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue51axWzzk .container {
  max-width: 1600px;
}
.cid-ue51axWzzk .row {
  justify-content: center;
}
.cid-ue51axWzzk .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue51axWzzk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue51axWzzk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue51axWzzk .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue51axWzzk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue51axWzzk .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue51axWzzk .card:hover {
  transform: scale(0.98);
}
.cid-ue51axWzzk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-wrapper {
    padding: 16px;
  }
}
.cid-ue51axWzzk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue51axWzzk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue51axWzzk .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-text {
    margin-top: 8px;
  }
}
.cid-ue51axWzzk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue51axWzzk .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue51axWzzk .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue51axWzzk .card-img {
    height: auto;
  }
}
.cid-ue51axWzzk .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue51axWzzk .card-title,
.cid-ue51axWzzk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tKoC1Ln0Td {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKoC1Ln0Td .mbr-text {
  color: #767676;
}
.cid-tKoC1Ln0Td .mbr-section-subtitle {
  color: #767676;
}
.cid-tKoC1Ln0Td .title .num {
  width: 100%;
  display: block;
}
.cid-tKoC1Ln0Td .title .card-title {
  z-index: 1;
}
.cid-tKoC1Ln0Td .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKoC1Ln0Td * {
    text-align: center !important;
  }
  .cid-tKoC1Ln0Td .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKoC1Ln0Td .mbr-section-title,
.cid-tKoC1Ln0Td .card-box {
  text-align: center;
  color: #040428;
}
.cid-tKoC1Ln0Td .card-title,
.cid-tKoC1Ln0Td .card-img {
  color: #040428;
}
.cid-tKoC1Ln0Td .card-text {
  color: #040428;
}
.cid-ue55d5PwLP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #040428;
}
.cid-ue55d5PwLP .container {
  max-width: 1600px;
}
.cid-ue55d5PwLP .row {
  justify-content: center;
}
.cid-ue55d5PwLP .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue55d5PwLP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue55d5PwLP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue55d5PwLP .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue55d5PwLP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue55d5PwLP .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue55d5PwLP .card:hover {
  transform: scale(0.98);
}
.cid-ue55d5PwLP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-wrapper {
    padding: 16px;
  }
}
.cid-ue55d5PwLP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue55d5PwLP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue55d5PwLP .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-text {
    margin-top: 8px;
  }
}
.cid-ue55d5PwLP .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue55d5PwLP .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue55d5PwLP .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue55d5PwLP .card-img {
    height: auto;
  }
}
.cid-ue55d5PwLP .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue55d5PwLP .card-title,
.cid-ue55d5PwLP .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-vqMkzz0gLl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vqMkzz0gLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqMkzz0gLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqMkzz0gLl .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vqMkzz0gLl .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #040428;
}
@media (max-width: 991px) {
  .cid-vqMkzz0gLl .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vqMkzz0gLl .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vqMkzz0gLl .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-vqMkzz0gLl .card-title {
  color: #ffffff;
}
.cid-vqMkzz0gLl P {
  color: #ffffff;
}
.cid-vqMkzz0gLl .mbr-section-title {
  color: #ff008f;
}
.cid-vqMkzz0gLl .mbr-section-subtitle {
  color: #040428;
}
.cid-vszbhdHeqF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vszbhdHeqF .btn-white {
  color: #090650 !important;
}
.cid-vszLhCGFQi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszLhCGFQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszLhCGFQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszLhCGFQi .container {
    padding: 0 24px;
  }
}
.cid-vszLhCGFQi .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszLhCGFQi .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszLhCGFQi .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszLhCGFQi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszLhCGFQi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszLhCGFQi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
.cid-vscJSUoNpR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR nav.navbar {
  position: fixed;
  border-bottom: 2px solid #ff3386;
}
.cid-vscJSUoNpR .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cid-vscJSUoNpR .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .container {
    flex-wrap: nowrap;
  }
}
.cid-vscJSUoNpR .container-custom {
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 5;
}
.cid-vscJSUoNpR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin: 0 3rem;
  padding: 0;
  transition: all 0.3s;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar-brand {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
  }
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo img {
  transform: translateY(20px);
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.cid-vscJSUoNpR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vscJSUoNpR .navbar-collapse {
  justify-content: center !important;
  align-items: center;
  z-index: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .navbar-collapse {
    flex-direction: column;
  }
}
.cid-vscJSUoNpR ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
.cid-vscJSUoNpR .nav-left {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-left {
    width: 40%;
  }
}
.cid-vscJSUoNpR .nav-right {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .nav-right {
    width: 40%;
  }
}
.cid-vscJSUoNpR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75em 1.5em !important;
  transition: all 0.3s ease;
  color: #fff !important;
}
.cid-vscJSUoNpR a.nav-link:hover {
  color: #ff3386 !important;
}
.cid-vscJSUoNpR .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-vscJSUoNpR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff !important;
}
.cid-vscJSUoNpR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  text-color: #000;
}
.cid-vscJSUoNpR .dropdown-item:hover,
.cid-vscJSUoNpR .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-vscJSUoNpR .dropdown-item:hover span {
  color: white;
}
.cid-vscJSUoNpR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vscJSUoNpR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vscJSUoNpR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vscJSUoNpR .navbar.opened {
  background: #000000 !important;
}
.cid-vscJSUoNpR .nav-item:focus,
.cid-vscJSUoNpR .nav-link:focus {
  outline: none;
}
.cid-vscJSUoNpR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar {
    min-height: 100px;
  }
}
.cid-vscJSUoNpR .navbar.opened {
  transition: all 0.3s;
}
.cid-vscJSUoNpR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vscJSUoNpR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vscJSUoNpR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vscJSUoNpR .navbar.collapsed .icons-menu {
  padding: 0 0 0.5rem 0;
}
.cid-vscJSUoNpR .navbar.navbar-short {
  min-height: 60px !important;
}
@media (min-width: 992px) {
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
}
.cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 5rem !important;
  transform: translateY(0) !important;
  filter: none !important;
}
.cid-vscJSUoNpR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vscJSUoNpR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vscJSUoNpR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vscJSUoNpR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vscJSUoNpR .icons-menu {
  display: flex;
  justify-content: center;
  padding: 0.3rem 1rem 0;
}
.cid-vscJSUoNpR .navbar-countdown-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ff008f;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: -1;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cid-vscJSUoNpR .navbar-countdown-bar:hover {
  background-color: #d60078;
  cursor: pointer;
}
.cid-vscJSUoNpR .banner-text {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .cid-vscJSUoNpR .container-custom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    width: 100% !important;
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar-brand {
    position: relative !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1050 !important;
    transform: none !important;
    left: auto !important;
  }
  .cid-vscJSUoNpR .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.4)) !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse .navbar-brand {
    display: none !important;
  }
  .cid-vscJSUoNpR .navbar {
    padding: 0 !important;
    min-height: 70px !important;
    background: transparent;
  }
  .cid-vscJSUoNpR .navbar.opened {
    background: #050505 !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short {
    min-height: 70px !important;
  }
  .cid-vscJSUoNpR .navbar.navbar-short .navbar-brand .navbar-logo img {
    height: 4.5rem !important;
    transform: translateY(12px) !important;
    filter: none !important;
  }
  .cid-vscJSUoNpR button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 1050 !important;
  }
  .cid-vscJSUoNpR .navbar-collapse {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #050505 !important;
    padding: 2rem 0 !important;
    z-index: 999 !important;
    flex-direction: column !important;
  }
  .cid-vscJSUoNpR .nav-left,
  .cid-vscJSUoNpR .nav-right {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .cid-vscJSUoNpR ul.navbar-nav li a.nav-link {
    text-align: center !important;
    padding: 1rem 1rem !important;
    margin: 0 !important;
    opacity: 1 !important;
  }
  .cid-vscJSUoNpR .navbar-countdown-bar {
    padding: 10px 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .cid-vscJSUoNpR .banner-text {
    font-size: min(3.5vw, 14px);
    line-height: 1.2;
    letter-spacing: 0px;
    flex-shrink: 1;
  }
}
.cid-uVyJ8QZsTS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #040428;
}
.cid-uVyJ8QZsTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyJ8QZsTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyJ8QZsTS .mbr-section-title {
  color: #ffffff;
}
.cid-uVyJffbH7s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVyJffbH7s img,
.cid-uVyJffbH7s .item-img {
  width: 100%;
}
.cid-uVyJffbH7s .item:focus,
.cid-uVyJffbH7s span:focus {
  outline: none;
}
.cid-uVyJffbH7s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVyJffbH7s .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #040428;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVyJffbH7s .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uVyJffbH7s .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyJffbH7s .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uVyJffbH7s .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uVyJffbH7s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVyJffbH7s .mbr-section-title {
  color: #090650;
}
.cid-uVyJffbH7s .mbr-text,
.cid-uVyJffbH7s .mbr-section-btn {
  text-align: center;
}
.cid-uVyJffbH7s .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVyJffbH7s .item-subtitle {
  text-align: center;
}
.cid-vszL7X6Fl2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #040428;
}
.cid-vszL7X6Fl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vszL7X6Fl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vszL7X6Fl2 .container {
    padding: 0 24px;
  }
}
.cid-vszL7X6Fl2 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vszL7X6Fl2 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vszL7X6Fl2 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-vszL7X6Fl2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-vszL7X6Fl2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-vszL7X6Fl2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrgiM4BugL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #040428;
}
.cid-vrgiM4BugL .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .copyright {
    margin-bottom: 1rem;
  }
}
.cid-vrgiM4BugL .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ff008f;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-vrgiM4BugL .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ff008f;
}
@media (max-width: 992px) {
  .cid-vrgiM4BugL .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-vrgiM4BugL .cid-udxdqclNYV {
  background-color: #040428 !important;
}
