body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik-Black';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Rubik-Black';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #fa2f2f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fa2f2f !important;
  border-color: #fa2f2f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fa2f2f !important;
  border-color: #fa2f2f !important;
  box-shadow: #fa2f2f 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cd0505 !important;
  border-color: #cd0505 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  box-shadow: #b9abe5 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  box-shadow: #212428 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #fa2f2f !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #fa2f2f !important;
  box-shadow: #fa2f2f 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.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: #fa2f2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cd0505 !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: #fa2f2f !important;
  border-color: #fa2f2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !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: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b9abe5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8269d1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fa2f2f !important;
}
.text-secondary {
  color: #8364e2 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #be0505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #785dcd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa2f2f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #212428;
}
.mbr-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: #fa2f2f;
  border-color: #fa2f2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fa2f2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 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: #fa2f2f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', 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: #fa2f2f;
}
/* 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: #fa2f2f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa2f2f;
}
.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: #fa2f2f;
  border-bottom-color: #fa2f2f;
}
.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: #fa2f2f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #8364e2 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fa2f2f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v5dcq8qth1 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5dcq8qth1 {
    flex-wrap: wrap;
  }
  .cid-v5dcq8qth1 .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5dcq8qth1 .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5dcq8qth1 .icons-menu,
  .cid-v5dcq8qth1 .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5dcq8qth1 .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5dcq8qth1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5dcq8qth1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5dcq8qth1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5dcq8qth1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5dcq8qth1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5dcq8qth1 .navbar.collapsed {
  justify-content: center;
}
.cid-v5dcq8qth1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5dcq8qth1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5dcq8qth1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5dcq8qth1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5dcq8qth1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5dcq8qth1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5dcq8qth1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5dcq8qth1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5dcq8qth1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5dcq8qth1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5dcq8qth1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5dcq8qth1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5dcq8qth1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5dcq8qth1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5dcq8qth1 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5dcq8qth1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5dcq8qth1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5dcq8qth1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5dcq8qth1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5dcq8qth1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5dcq8qth1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5dcq8qth1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5dcq8qth1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5dcq8qth1 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5dcq8qth1 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5dcq8qth1 .btn {
  padding: 0.3rem 2rem;
}
.cid-v5dcq8qth1 .nav-link {
  position: relative;
}
.cid-v5dcq8qth1 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5dcq8qth1 .nav-link:hover:before {
  width: 100%;
}
.cid-v5dcq8qth1 nav.navbar {
  position: fixed;
}
.cid-v5dcq8qth1 .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-v5dcq8qth1 .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5dcq8qth1 .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5dcq8qth1 .dropdown-item:hover,
.cid-v5dcq8qth1 .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5dcq8qth1 .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5dcq8qth1 .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5dcq8qth1 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5dcq8qth1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5dcq8qth1 .container {
  display: flex;
  margin: auto;
}
.cid-v5dcq8qth1 .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5dcq8qth1 .dropdown-menu,
.cid-v5dcq8qth1 .navbar.opened {
  background: #000000 !important;
}
.cid-v5dcq8qth1 .nav-item:focus,
.cid-v5dcq8qth1 .nav-link:focus {
  outline: none;
}
.cid-v5dcq8qth1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5dcq8qth1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5dcq8qth1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5dcq8qth1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5dcq8qth1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5dcq8qth1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5dcq8qth1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5dcq8qth1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5dcq8qth1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5dcq8qth1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5dcq8qth1 .dropdown-item.active,
.cid-v5dcq8qth1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5dcq8qth1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5dcq8qth1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5dcq8qth1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5dcq8qth1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5dcq8qth1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5dcq8qth1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5dcq8qth1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5dcq8qth1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5dcq8qth1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5dcq8qth1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5dcq8qth1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5dcq8qth1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5dcq8qth1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5dcq8qth1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5dcq8qth1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5dcq8qth1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5dcq8qth1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5dcq8qth1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5dcq8qth1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5dcq8qth1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5dcq8qth1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5dcq8qth1 .navbar {
    height: 70px;
  }
  .cid-v5dcq8qth1 .navbar.opened {
    height: auto;
  }
  .cid-v5dcq8qth1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5dcABLpcK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5dcABLpcK .mbr-text,
.cid-v5dcABLpcK .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5dcABLpcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5dcABLpcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5dcABLpcK .mbr-section-title {
  color: #ff6467;
}
.cid-v5dcABLpcK .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5dcABLpcK .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5dcABLpcK .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5dcABLpcK .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5dcABLpcK .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5dcABLpcK .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5e15862SI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5e15862SI .mbr-section-title {
  color: #ffffff;
}
.cid-v5e15862SI .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5e15862SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5e15862SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5e0iw8jLo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5e0iw8jLo .item-img {
  position: relative;
}
.cid-v5e0iw8jLo .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5e0iw8jLo .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5e0iw8jLo #searchBar,
.cid-v5e0iw8jLo #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #591efa50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5e0iw8jLo #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5e0iw8jLo #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5e0iw8jLo #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5e0iw8jLo #searchBar:hover,
.cid-v5e0iw8jLo #searchBar:focus,
.cid-v5e0iw8jLo #sortSelect:hover,
.cid-v5e0iw8jLo #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5e0iw8jLo #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5e0iw8jLo .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5e0iw8jLo #searchBar,
  .cid-v5e0iw8jLo #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5e0iw8jLo .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5e0iw8jLo .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5e0iw8jLo .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5e0iw8jLo .btn-tag:hover,
.cid-v5e0iw8jLo .btn-tag:focus {
  box-shadow: none;
}
.cid-v5e0iw8jLo img,
.cid-v5e0iw8jLo .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5e0iw8jLo .item:focus,
.cid-v5e0iw8jLo span:focus {
  outline: none;
}
.cid-v5e0iw8jLo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5e0iw8jLo .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5e0iw8jLo .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5e0iw8jLo .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5e0iw8jLo .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5e0iw8jLo .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5e0iw8jLo .mbr-section-title {
  color: #ffffff;
}
.cid-v5e0iw8jLo .mbr-text,
.cid-v5e0iw8jLo .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5e0iw8jLo .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5e0iw8jLo .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5e0iw8jLo .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5e0iw8jLo .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5e0iw8jLo P {
  color: #fa2f2f;
}
.cid-v5dDVIun69 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5dDVIun69 .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5dDVIun69 .mbr-section-title {
  color: #ffffff;
}
.cid-v5dDVIun69 .mbr-text,
.cid-v5dDVIun69 .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5dDVIun69 .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5dDVIun69 iframe {
  border-radius: 10px;
}
.cid-v5dDVIun69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5dDVIun69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5e02qgbrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5e02qgbrf .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5e02qgbrf .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5e02qgbrf .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5e02qgbrf .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5e02qgbrf .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5e02qgbrf .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5e02qgbrf .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5e02qgbrf .card-title,
.cid-v5e02qgbrf .card-box {
  color: #fafafa;
}
.cid-v5e02qgbrf .main-title,
.cid-v5e02qgbrf .title-col {
  color: #ffffff;
}
.cid-v5e02qgbrf .card-text {
  color: #e0e0e0;
}
.cid-v5e02qgbrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5e02qgbrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5e02qgbrf P {
  color: #e0e0e0;
}
.cid-v5eo2F8j34 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5eo2F8j34 .row {
  flex-direction: row-reverse;
}
.cid-v5eo2F8j34 .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5eo2F8j34 .mbr-section-title {
  color: #ffffff;
}
.cid-v5eo2F8j34 .mbr-text,
.cid-v5eo2F8j34 .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5eo2F8j34 .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5eo2F8j34 iframe {
  border-radius: 10px;
}
.cid-v5eo2F8j34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5eo2F8j34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5pvZio1K9 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5pvZio1K9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5pvZio1K9 .first-column .mbr-text {
  margin: 0;
}
.cid-v5pvZio1K9 .form-group {
  max-width: 55%;
}
.cid-v5pvZio1K9 .form-group,
.cid-v5pvZio1K9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5pvZio1K9 .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5pvZio1K9 .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5pvZio1K9 .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5pvZio1K9 .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5pvZio1K9 .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5pvZio1K9 .form-control:hover,
.cid-v5pvZio1K9 .form-control:focus {
  border: none !important;
}
.cid-v5pvZio1K9 .col + .mbr-section-btn .btn,
.cid-v5pvZio1K9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5pvZio1K9 .dragArea > *:nth-last-child(2).col,
.cid-v5pvZio1K9 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5pvZio1K9 .col + .mbr-section-btn,
.cid-v5pvZio1K9 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5pvZio1K9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5pvZio1K9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5pvZio1K9 .mbr-section-subtitle,
.cid-v5pvZio1K9 .icons-wrapper {
  color: #ffffff;
}
.cid-v5pvZio1K9 P {
  color: #ffffff;
}
.cid-v5pvZio1K9 .mbr-section-title,
.cid-v5pvZio1K9 .icons-wrapper {
  color: #ffffff;
}
.cid-v5pvZio1K9 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5zRhEQX1n {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5zRhEQX1n {
    flex-wrap: wrap;
  }
  .cid-v5zRhEQX1n .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5zRhEQX1n .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5zRhEQX1n .icons-menu,
  .cid-v5zRhEQX1n .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5zRhEQX1n .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5zRhEQX1n .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5zRhEQX1n .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zRhEQX1n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5zRhEQX1n .navbar .navbar-logo img {
  width: auto;
}
.cid-v5zRhEQX1n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5zRhEQX1n .navbar.collapsed {
  justify-content: center;
}
.cid-v5zRhEQX1n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zRhEQX1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zRhEQX1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5zRhEQX1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zRhEQX1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zRhEQX1n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5zRhEQX1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zRhEQX1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5zRhEQX1n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5zRhEQX1n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zRhEQX1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zRhEQX1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zRhEQX1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zRhEQX1n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5zRhEQX1n .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5zRhEQX1n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5zRhEQX1n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5zRhEQX1n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5zRhEQX1n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zRhEQX1n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zRhEQX1n .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5zRhEQX1n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5zRhEQX1n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5zRhEQX1n .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5zRhEQX1n .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5zRhEQX1n .btn {
  padding: 0.3rem 2rem;
}
.cid-v5zRhEQX1n .nav-link {
  position: relative;
}
.cid-v5zRhEQX1n .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5zRhEQX1n .nav-link:hover:before {
  width: 100%;
}
.cid-v5zRhEQX1n nav.navbar {
  position: fixed;
}
.cid-v5zRhEQX1n .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-v5zRhEQX1n .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5zRhEQX1n .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5zRhEQX1n .dropdown-item:hover,
.cid-v5zRhEQX1n .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5zRhEQX1n .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5zRhEQX1n .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5zRhEQX1n .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5zRhEQX1n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5zRhEQX1n .container {
  display: flex;
  margin: auto;
}
.cid-v5zRhEQX1n .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5zRhEQX1n .dropdown-menu,
.cid-v5zRhEQX1n .navbar.opened {
  background: #000000 !important;
}
.cid-v5zRhEQX1n .nav-item:focus,
.cid-v5zRhEQX1n .nav-link:focus {
  outline: none;
}
.cid-v5zRhEQX1n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5zRhEQX1n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5zRhEQX1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zRhEQX1n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zRhEQX1n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zRhEQX1n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5zRhEQX1n .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5zRhEQX1n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5zRhEQX1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5zRhEQX1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zRhEQX1n .dropdown-item.active,
.cid-v5zRhEQX1n .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zRhEQX1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zRhEQX1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zRhEQX1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zRhEQX1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5zRhEQX1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5zRhEQX1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5zRhEQX1n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5zRhEQX1n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5zRhEQX1n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5zRhEQX1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5zRhEQX1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5zRhEQX1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zRhEQX1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5zRhEQX1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5zRhEQX1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zRhEQX1n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zRhEQX1n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zRhEQX1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zRhEQX1n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5zRhEQX1n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zRhEQX1n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5zRhEQX1n .navbar {
    height: 70px;
  }
  .cid-v5zRhEQX1n .navbar.opened {
    height: auto;
  }
  .cid-v5zRhEQX1n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zRhFRr9F {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5zRhFRr9F .mbr-text,
.cid-v5zRhFRr9F .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5zRhFRr9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zRhFRr9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zRhFRr9F .mbr-section-title {
  color: #ff6467;
}
.cid-v5zRhFRr9F .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5zRhFRr9F .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5zRhFRr9F .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5zRhFRr9F .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5zRhFRr9F .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5zRhFRr9F .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5zRhHx5p4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5zRhHx5p4 .mbr-section-title {
  color: #ffffff;
}
.cid-v5zRhHx5p4 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5zRhHx5p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zRhHx5p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zRhI9vYR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5zRhI9vYR .item-img {
  position: relative;
}
.cid-v5zRhI9vYR .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5zRhI9vYR .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5zRhI9vYR #searchBar,
.cid-v5zRhI9vYR #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5zRhI9vYR #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5zRhI9vYR #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5zRhI9vYR #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5zRhI9vYR #searchBar:hover,
.cid-v5zRhI9vYR #searchBar:focus,
.cid-v5zRhI9vYR #sortSelect:hover,
.cid-v5zRhI9vYR #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5zRhI9vYR #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5zRhI9vYR .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5zRhI9vYR #searchBar,
  .cid-v5zRhI9vYR #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5zRhI9vYR .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5zRhI9vYR .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5zRhI9vYR .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5zRhI9vYR .btn-tag:hover,
.cid-v5zRhI9vYR .btn-tag:focus {
  box-shadow: none;
}
.cid-v5zRhI9vYR img,
.cid-v5zRhI9vYR .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5zRhI9vYR .item:focus,
.cid-v5zRhI9vYR span:focus {
  outline: none;
}
.cid-v5zRhI9vYR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5zRhI9vYR .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5zRhI9vYR .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5zRhI9vYR .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5zRhI9vYR .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5zRhI9vYR .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5zRhI9vYR .mbr-section-title {
  color: #ffffff;
}
.cid-v5zRhI9vYR .mbr-text,
.cid-v5zRhI9vYR .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5zRhI9vYR .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5zRhI9vYR .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5zRhI9vYR .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5zRhI9vYR .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5zRhI9vYR P {
  color: #fa2f2f;
}
.cid-v5zRAhf296 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5zRAhf296 .mbr-section-title {
  color: #ffffff;
}
.cid-v5zRAhf296 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5zRAhf296 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zRAhf296 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zRhJQEyY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5zRhJQEyY .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5zRhJQEyY .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5zRhJQEyY .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5zRhJQEyY .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5zRhJQEyY .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5zRhJQEyY .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5zRhJQEyY .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5zRhJQEyY .card-title,
.cid-v5zRhJQEyY .card-box {
  color: #fafafa;
}
.cid-v5zRhJQEyY .main-title,
.cid-v5zRhJQEyY .title-col {
  color: #ffffff;
}
.cid-v5zRhJQEyY .card-text {
  color: #e0e0e0;
}
.cid-v5zRhJQEyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zRhJQEyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zRhJQEyY P {
  color: #e0e0e0;
}
.cid-v5zRhKKrCG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5zRhKKrCG .row {
  flex-direction: row-reverse;
}
.cid-v5zRhKKrCG .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5zRhKKrCG .mbr-section-title {
  color: #ffffff;
}
.cid-v5zRhKKrCG .mbr-text,
.cid-v5zRhKKrCG .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5zRhKKrCG .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5zRhKKrCG iframe {
  border-radius: 10px;
}
.cid-v5zRhKKrCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zRhKKrCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zRhLASn9 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5zRhLASn9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5zRhLASn9 .first-column .mbr-text {
  margin: 0;
}
.cid-v5zRhLASn9 .form-group {
  max-width: 55%;
}
.cid-v5zRhLASn9 .form-group,
.cid-v5zRhLASn9 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5zRhLASn9 .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5zRhLASn9 .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5zRhLASn9 .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5zRhLASn9 .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5zRhLASn9 .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5zRhLASn9 .form-control:hover,
.cid-v5zRhLASn9 .form-control:focus {
  border: none !important;
}
.cid-v5zRhLASn9 .col + .mbr-section-btn .btn,
.cid-v5zRhLASn9 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5zRhLASn9 .dragArea > *:nth-last-child(2).col,
.cid-v5zRhLASn9 .dragArea > *:nth-last-child(2).col-auto,
.cid-v5zRhLASn9 .col + .mbr-section-btn,
.cid-v5zRhLASn9 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5zRhLASn9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5zRhLASn9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5zRhLASn9 .mbr-section-subtitle,
.cid-v5zRhLASn9 .icons-wrapper {
  color: #ffffff;
}
.cid-v5zRhLASn9 P {
  color: #ffffff;
}
.cid-v5zRhLASn9 .mbr-section-title,
.cid-v5zRhLASn9 .icons-wrapper {
  color: #ffffff;
}
.cid-v5zRhLASn9 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5A7xtuDZO {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5A7xtuDZO {
    flex-wrap: wrap;
  }
  .cid-v5A7xtuDZO .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5A7xtuDZO .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5A7xtuDZO .icons-menu,
  .cid-v5A7xtuDZO .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5A7xtuDZO .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5A7xtuDZO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5A7xtuDZO .navbar.opened {
  transition: all 0.3s;
}
.cid-v5A7xtuDZO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5A7xtuDZO .navbar .navbar-logo img {
  width: auto;
}
.cid-v5A7xtuDZO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5A7xtuDZO .navbar.collapsed {
  justify-content: center;
}
.cid-v5A7xtuDZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5A7xtuDZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5A7xtuDZO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5A7xtuDZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5A7xtuDZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5A7xtuDZO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5A7xtuDZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5A7xtuDZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5A7xtuDZO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5A7xtuDZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5A7xtuDZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5A7xtuDZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5A7xtuDZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5A7xtuDZO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5A7xtuDZO .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5A7xtuDZO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5A7xtuDZO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5A7xtuDZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5A7xtuDZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5A7xtuDZO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5A7xtuDZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5A7xtuDZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5A7xtuDZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5A7xtuDZO .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5A7xtuDZO .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5A7xtuDZO .btn {
  padding: 0.3rem 2rem;
}
.cid-v5A7xtuDZO .nav-link {
  position: relative;
}
.cid-v5A7xtuDZO .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5A7xtuDZO .nav-link:hover:before {
  width: 100%;
}
.cid-v5A7xtuDZO nav.navbar {
  position: fixed;
}
.cid-v5A7xtuDZO .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-v5A7xtuDZO .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5A7xtuDZO .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5A7xtuDZO .dropdown-item:hover,
.cid-v5A7xtuDZO .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5A7xtuDZO .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5A7xtuDZO .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5A7xtuDZO .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5A7xtuDZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5A7xtuDZO .container {
  display: flex;
  margin: auto;
}
.cid-v5A7xtuDZO .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5A7xtuDZO .dropdown-menu,
.cid-v5A7xtuDZO .navbar.opened {
  background: #000000 !important;
}
.cid-v5A7xtuDZO .nav-item:focus,
.cid-v5A7xtuDZO .nav-link:focus {
  outline: none;
}
.cid-v5A7xtuDZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5A7xtuDZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5A7xtuDZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5A7xtuDZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5A7xtuDZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5A7xtuDZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5A7xtuDZO .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5A7xtuDZO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5A7xtuDZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5A7xtuDZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5A7xtuDZO .dropdown-item.active,
.cid-v5A7xtuDZO .dropdown-item:active {
  background-color: transparent;
}
.cid-v5A7xtuDZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5A7xtuDZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5A7xtuDZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5A7xtuDZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5A7xtuDZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5A7xtuDZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5A7xtuDZO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5A7xtuDZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5A7xtuDZO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5A7xtuDZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5A7xtuDZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5A7xtuDZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5A7xtuDZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5A7xtuDZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5A7xtuDZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5A7xtuDZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5A7xtuDZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5A7xtuDZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5A7xtuDZO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5A7xtuDZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5A7xtuDZO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5A7xtuDZO .navbar {
    height: 70px;
  }
  .cid-v5A7xtuDZO .navbar.opened {
    height: auto;
  }
  .cid-v5A7xtuDZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5A7xu9Us8 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5A7xu9Us8 .mbr-text,
.cid-v5A7xu9Us8 .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5A7xu9Us8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A7xu9Us8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A7xu9Us8 .mbr-section-title {
  color: #ff6467;
}
.cid-v5A7xu9Us8 .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5A7xu9Us8 .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5A7xu9Us8 .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5A7xu9Us8 .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5A7xu9Us8 .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5A7xu9Us8 .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
#custom-html-y {
  /* LEFT PANEL */
  /* VISIBILITY */
  /* RIGHT PANEL */
  /* ========================= */
  /* 📱 MOBILE RESPONSIVENESS */
  /* ========================= */
}
#custom-html-y .product-wrapper {
  background: #000;
  color: #fff;
  padding: 40px 16px;
  font-family: 'Rubik', sans-serif;
}
#custom-html-y .product-grid {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 30px;
}
#custom-html-y .license-desc,
#custom-html-y .tab-content {
  display: none;
}
#custom-html-y .license-desc.active,
#custom-html-y .tab-content.active {
  display: block;
}
#custom-html-y .desc-tab.active {
  opacity: 1;
}
#custom-html-y .left-panel {
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  overflow: hidden;
}
#custom-html-y .title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #1a1a1a;
  background: #000000;
}
#custom-html-y .desc-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
#custom-html-y .desc-tab {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
#custom-html-y .desc-tab:hover {
  background: rgba(255, 255, 255, 0.08);
}
#custom-html-y .desc-tab.active {
  background: linear-gradient(135deg, #fa2f2f, #fa2f2f);
  border-color: transparent;
}
#custom-html-y .license-desc,
#custom-html-y .tab-content {
  display: none;
}
#custom-html-y .license-desc.active,
#custom-html-y .tab-content.active {
  display: block;
}
#custom-html-y .title {
  font-weight: 900;
  font-size: 20px;
}
#custom-html-y .status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00ff88;
  font-size: 13px;
}
#custom-html-y .status .dot {
  width: 9px;
  height: 9px;
  background: #00ff88;
  border-radius: 50%;
}
#custom-html-y .image-box {
  padding: 18px;
}
#custom-html-y .image-box img {
  width: 100%;
  border-radius: 10px;
}
#custom-html-y .desc {
  padding: 18px;
  font-size: 15px;
  color: #d1d5dc;
}
#custom-html-y .desc ul {
  list-style: none;
  padding: 0;
}
#custom-html-y .desc li {
  margin-bottom: 8px;
}
#custom-html-y .instant {
  margin-top: 12px;
  color: #00ff88;
  font-weight: 600;
}
#custom-html-y .right-panel {
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#custom-html-y .price-bar {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  font-weight: 900;
}
#custom-html-y .stock {
  font-size: 13px;
  color: #d1d5dc;
}
#custom-html-y .variant-label {
  font-size: 14px;
  color: #d1d5dc;
}
#custom-html-y .variants {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#custom-html-y .variant-btn {
  border: 1px solid #222;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#custom-html-y .variant-btn.active {
  border-color: red;
  box-shadow: inset 0 0 0 1px red;
}
#custom-html-y .variant-title {
  font-weight: 700;
}
#custom-html-y .variant-stock {
  font-size: 12px;
  opacity: .7;
}
#custom-html-y .cta-row {
  display: flex;
}
#custom-html-y .btn {
  width: 100%;
  padding: 11px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  border-radius: 999px;
  background: red;
  letter-spacing: 0.4px;
}
#custom-html-y .viewer {
  font-size: 12px;
  color: #d1d5dc;
}
@media (max-width: 900px) {
  #custom-html-y .product-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  #custom-html-y .title {
    font-size: 18px;
  }
  #custom-html-y .price-bar {
    font-size: 22px;
  }
  #custom-html-y .desc {
    font-size: 14px;
  }
  #custom-html-y .variant-btn {
    padding: 16px;
  }
  #custom-html-y .btn {
    padding: 18px;
    font-size: 16px;
  }
}
.cid-v5A7xyDVSH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5A7xyDVSH .row {
  flex-direction: row-reverse;
}
.cid-v5A7xyDVSH .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5A7xyDVSH .mbr-section-title {
  color: #ffffff;
}
.cid-v5A7xyDVSH .mbr-text,
.cid-v5A7xyDVSH .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5A7xyDVSH .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5A7xyDVSH iframe {
  border-radius: 10px;
}
.cid-v5A7xyDVSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5A7xyDVSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5A7xzuGIn {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5A7xzuGIn .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5A7xzuGIn .first-column .mbr-text {
  margin: 0;
}
.cid-v5A7xzuGIn .form-group {
  max-width: 55%;
}
.cid-v5A7xzuGIn .form-group,
.cid-v5A7xzuGIn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5A7xzuGIn .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5A7xzuGIn .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5A7xzuGIn .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5A7xzuGIn .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5A7xzuGIn .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5A7xzuGIn .form-control:hover,
.cid-v5A7xzuGIn .form-control:focus {
  border: none !important;
}
.cid-v5A7xzuGIn .col + .mbr-section-btn .btn,
.cid-v5A7xzuGIn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5A7xzuGIn .dragArea > *:nth-last-child(2).col,
.cid-v5A7xzuGIn .dragArea > *:nth-last-child(2).col-auto,
.cid-v5A7xzuGIn .col + .mbr-section-btn,
.cid-v5A7xzuGIn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5A7xzuGIn .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5A7xzuGIn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5A7xzuGIn .mbr-section-subtitle,
.cid-v5A7xzuGIn .icons-wrapper {
  color: #ffffff;
}
.cid-v5A7xzuGIn P {
  color: #ffffff;
}
.cid-v5A7xzuGIn .mbr-section-title,
.cid-v5A7xzuGIn .icons-wrapper {
  color: #ffffff;
}
.cid-v5A7xzuGIn .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5BxZOJ6SS {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5BxZOJ6SS {
    flex-wrap: wrap;
  }
  .cid-v5BxZOJ6SS .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5BxZOJ6SS .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5BxZOJ6SS .icons-menu,
  .cid-v5BxZOJ6SS .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5BxZOJ6SS .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5BxZOJ6SS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5BxZOJ6SS .navbar.opened {
  transition: all 0.3s;
}
.cid-v5BxZOJ6SS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5BxZOJ6SS .navbar .navbar-logo img {
  width: auto;
}
.cid-v5BxZOJ6SS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5BxZOJ6SS .navbar.collapsed {
  justify-content: center;
}
.cid-v5BxZOJ6SS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5BxZOJ6SS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5BxZOJ6SS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5BxZOJ6SS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5BxZOJ6SS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5BxZOJ6SS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5BxZOJ6SS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5BxZOJ6SS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5BxZOJ6SS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5BxZOJ6SS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5BxZOJ6SS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5BxZOJ6SS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5BxZOJ6SS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5BxZOJ6SS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5BxZOJ6SS .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5BxZOJ6SS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5BxZOJ6SS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5BxZOJ6SS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5BxZOJ6SS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5BxZOJ6SS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5BxZOJ6SS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5BxZOJ6SS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5BxZOJ6SS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5BxZOJ6SS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5BxZOJ6SS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5BxZOJ6SS .btn {
  padding: 0.3rem 2rem;
}
.cid-v5BxZOJ6SS .nav-link {
  position: relative;
}
.cid-v5BxZOJ6SS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5BxZOJ6SS .nav-link:hover:before {
  width: 100%;
}
.cid-v5BxZOJ6SS nav.navbar {
  position: fixed;
}
.cid-v5BxZOJ6SS .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-v5BxZOJ6SS .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5BxZOJ6SS .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5BxZOJ6SS .dropdown-item:hover,
.cid-v5BxZOJ6SS .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5BxZOJ6SS .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5BxZOJ6SS .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5BxZOJ6SS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5BxZOJ6SS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5BxZOJ6SS .container {
  display: flex;
  margin: auto;
}
.cid-v5BxZOJ6SS .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5BxZOJ6SS .dropdown-menu,
.cid-v5BxZOJ6SS .navbar.opened {
  background: #000000 !important;
}
.cid-v5BxZOJ6SS .nav-item:focus,
.cid-v5BxZOJ6SS .nav-link:focus {
  outline: none;
}
.cid-v5BxZOJ6SS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5BxZOJ6SS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5BxZOJ6SS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5BxZOJ6SS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5BxZOJ6SS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5BxZOJ6SS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5BxZOJ6SS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5BxZOJ6SS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5BxZOJ6SS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5BxZOJ6SS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5BxZOJ6SS .dropdown-item.active,
.cid-v5BxZOJ6SS .dropdown-item:active {
  background-color: transparent;
}
.cid-v5BxZOJ6SS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5BxZOJ6SS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5BxZOJ6SS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5BxZOJ6SS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5BxZOJ6SS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5BxZOJ6SS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5BxZOJ6SS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5BxZOJ6SS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5BxZOJ6SS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5BxZOJ6SS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5BxZOJ6SS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5BxZOJ6SS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5BxZOJ6SS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5BxZOJ6SS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5BxZOJ6SS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5BxZOJ6SS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5BxZOJ6SS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5BxZOJ6SS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5BxZOJ6SS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5BxZOJ6SS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5BxZOJ6SS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5BxZOJ6SS .navbar {
    height: 70px;
  }
  .cid-v5BxZOJ6SS .navbar.opened {
    height: auto;
  }
  .cid-v5BxZOJ6SS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5BxZPgloJ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5BxZPgloJ .mbr-text,
.cid-v5BxZPgloJ .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5BxZPgloJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BxZPgloJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BxZPgloJ .mbr-section-title {
  color: #ff6467;
}
.cid-v5BxZPgloJ .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5BxZPgloJ .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5BxZPgloJ .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5BxZPgloJ .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5BxZPgloJ .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5BxZPgloJ .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5BxZQL52L {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BxZQL52L .mbr-section-title {
  color: #ffffff;
}
.cid-v5BxZQL52L .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5BxZQL52L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BxZQL52L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BxZRbJRU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BxZRbJRU .item-img {
  position: relative;
}
.cid-v5BxZRbJRU .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5BxZRbJRU .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5BxZRbJRU #searchBar,
.cid-v5BxZRbJRU #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5BxZRbJRU #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5BxZRbJRU #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5BxZRbJRU #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5BxZRbJRU #searchBar:hover,
.cid-v5BxZRbJRU #searchBar:focus,
.cid-v5BxZRbJRU #sortSelect:hover,
.cid-v5BxZRbJRU #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5BxZRbJRU #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5BxZRbJRU .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5BxZRbJRU #searchBar,
  .cid-v5BxZRbJRU #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5BxZRbJRU .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5BxZRbJRU .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5BxZRbJRU .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5BxZRbJRU .btn-tag:hover,
.cid-v5BxZRbJRU .btn-tag:focus {
  box-shadow: none;
}
.cid-v5BxZRbJRU img,
.cid-v5BxZRbJRU .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5BxZRbJRU .item:focus,
.cid-v5BxZRbJRU span:focus {
  outline: none;
}
.cid-v5BxZRbJRU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5BxZRbJRU .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5BxZRbJRU .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5BxZRbJRU .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5BxZRbJRU .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5BxZRbJRU .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5BxZRbJRU .mbr-section-title {
  color: #ffffff;
}
.cid-v5BxZRbJRU .mbr-text,
.cid-v5BxZRbJRU .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5BxZRbJRU .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5BxZRbJRU .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5BxZRbJRU .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5BxZRbJRU .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5BxZRbJRU P {
  color: #fa2f2f;
}
.cid-v5BxZRSfC2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BxZRSfC2 .mbr-section-title {
  color: #ffffff;
}
.cid-v5BxZRSfC2 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5BxZRSfC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BxZRSfC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BxZSUjXb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BxZSUjXb .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5BxZSUjXb .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5BxZSUjXb .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5BxZSUjXb .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5BxZSUjXb .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5BxZSUjXb .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5BxZSUjXb .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5BxZSUjXb .card-title,
.cid-v5BxZSUjXb .card-box {
  color: #fafafa;
}
.cid-v5BxZSUjXb .main-title,
.cid-v5BxZSUjXb .title-col {
  color: #ffffff;
}
.cid-v5BxZSUjXb .card-text {
  color: #e0e0e0;
}
.cid-v5BxZSUjXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BxZSUjXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BxZSUjXb P {
  color: #e0e0e0;
}
.cid-v5BxZUoofw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5BxZUoofw .row {
  flex-direction: row-reverse;
}
.cid-v5BxZUoofw .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5BxZUoofw .mbr-section-title {
  color: #ffffff;
}
.cid-v5BxZUoofw .mbr-text,
.cid-v5BxZUoofw .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5BxZUoofw .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5BxZUoofw iframe {
  border-radius: 10px;
}
.cid-v5BxZUoofw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BxZUoofw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BxZVaPha {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5BxZVaPha .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5BxZVaPha .first-column .mbr-text {
  margin: 0;
}
.cid-v5BxZVaPha .form-group {
  max-width: 55%;
}
.cid-v5BxZVaPha .form-group,
.cid-v5BxZVaPha .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5BxZVaPha .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5BxZVaPha .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5BxZVaPha .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5BxZVaPha .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5BxZVaPha .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5BxZVaPha .form-control:hover,
.cid-v5BxZVaPha .form-control:focus {
  border: none !important;
}
.cid-v5BxZVaPha .col + .mbr-section-btn .btn,
.cid-v5BxZVaPha .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5BxZVaPha .dragArea > *:nth-last-child(2).col,
.cid-v5BxZVaPha .dragArea > *:nth-last-child(2).col-auto,
.cid-v5BxZVaPha .col + .mbr-section-btn,
.cid-v5BxZVaPha .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5BxZVaPha .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5BxZVaPha .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5BxZVaPha .mbr-section-subtitle,
.cid-v5BxZVaPha .icons-wrapper {
  color: #ffffff;
}
.cid-v5BxZVaPha P {
  color: #ffffff;
}
.cid-v5BxZVaPha .mbr-section-title,
.cid-v5BxZVaPha .icons-wrapper {
  color: #ffffff;
}
.cid-v5BxZVaPha .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5BBFFpNrz {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5BBFFpNrz {
    flex-wrap: wrap;
  }
  .cid-v5BBFFpNrz .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5BBFFpNrz .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5BBFFpNrz .icons-menu,
  .cid-v5BBFFpNrz .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5BBFFpNrz .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5BBFFpNrz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5BBFFpNrz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5BBFFpNrz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5BBFFpNrz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5BBFFpNrz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5BBFFpNrz .navbar.collapsed {
  justify-content: center;
}
.cid-v5BBFFpNrz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5BBFFpNrz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5BBFFpNrz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5BBFFpNrz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5BBFFpNrz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5BBFFpNrz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5BBFFpNrz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5BBFFpNrz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5BBFFpNrz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5BBFFpNrz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5BBFFpNrz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5BBFFpNrz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5BBFFpNrz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5BBFFpNrz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5BBFFpNrz .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5BBFFpNrz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5BBFFpNrz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5BBFFpNrz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5BBFFpNrz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5BBFFpNrz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5BBFFpNrz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5BBFFpNrz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5BBFFpNrz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5BBFFpNrz .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5BBFFpNrz .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5BBFFpNrz .btn {
  padding: 0.3rem 2rem;
}
.cid-v5BBFFpNrz .nav-link {
  position: relative;
}
.cid-v5BBFFpNrz .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5BBFFpNrz .nav-link:hover:before {
  width: 100%;
}
.cid-v5BBFFpNrz nav.navbar {
  position: fixed;
}
.cid-v5BBFFpNrz .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-v5BBFFpNrz .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5BBFFpNrz .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5BBFFpNrz .dropdown-item:hover,
.cid-v5BBFFpNrz .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5BBFFpNrz .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5BBFFpNrz .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5BBFFpNrz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5BBFFpNrz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5BBFFpNrz .container {
  display: flex;
  margin: auto;
}
.cid-v5BBFFpNrz .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5BBFFpNrz .dropdown-menu,
.cid-v5BBFFpNrz .navbar.opened {
  background: #000000 !important;
}
.cid-v5BBFFpNrz .nav-item:focus,
.cid-v5BBFFpNrz .nav-link:focus {
  outline: none;
}
.cid-v5BBFFpNrz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5BBFFpNrz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5BBFFpNrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5BBFFpNrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5BBFFpNrz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5BBFFpNrz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5BBFFpNrz .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5BBFFpNrz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5BBFFpNrz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5BBFFpNrz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5BBFFpNrz .dropdown-item.active,
.cid-v5BBFFpNrz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5BBFFpNrz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5BBFFpNrz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5BBFFpNrz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5BBFFpNrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5BBFFpNrz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5BBFFpNrz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5BBFFpNrz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5BBFFpNrz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5BBFFpNrz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5BBFFpNrz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5BBFFpNrz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5BBFFpNrz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5BBFFpNrz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5BBFFpNrz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5BBFFpNrz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5BBFFpNrz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5BBFFpNrz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5BBFFpNrz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5BBFFpNrz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5BBFFpNrz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5BBFFpNrz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5BBFFpNrz .navbar {
    height: 70px;
  }
  .cid-v5BBFFpNrz .navbar.opened {
    height: auto;
  }
  .cid-v5BBFFpNrz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5BBFFYQzf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5BBFFYQzf .mbr-text,
.cid-v5BBFFYQzf .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5BBFFYQzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BBFFYQzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BBFFYQzf .mbr-section-title {
  color: #ff6467;
}
.cid-v5BBFFYQzf .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5BBFFYQzf .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5BBFFYQzf .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5BBFFYQzf .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5BBFFYQzf .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5BBFFYQzf .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5BBFGVDOy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BBFGVDOy .mbr-section-title {
  color: #ffffff;
}
.cid-v5BBFGVDOy .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5BBFGVDOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BBFGVDOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BBFHrkeK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BBFHrkeK .item-img {
  position: relative;
}
.cid-v5BBFHrkeK .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5BBFHrkeK .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5BBFHrkeK #searchBar,
.cid-v5BBFHrkeK #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5BBFHrkeK #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5BBFHrkeK #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5BBFHrkeK #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5BBFHrkeK #searchBar:hover,
.cid-v5BBFHrkeK #searchBar:focus,
.cid-v5BBFHrkeK #sortSelect:hover,
.cid-v5BBFHrkeK #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5BBFHrkeK #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5BBFHrkeK .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5BBFHrkeK #searchBar,
  .cid-v5BBFHrkeK #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5BBFHrkeK .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5BBFHrkeK .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5BBFHrkeK .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5BBFHrkeK .btn-tag:hover,
.cid-v5BBFHrkeK .btn-tag:focus {
  box-shadow: none;
}
.cid-v5BBFHrkeK img,
.cid-v5BBFHrkeK .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5BBFHrkeK .item:focus,
.cid-v5BBFHrkeK span:focus {
  outline: none;
}
.cid-v5BBFHrkeK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5BBFHrkeK .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5BBFHrkeK .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5BBFHrkeK .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5BBFHrkeK .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5BBFHrkeK .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5BBFHrkeK .mbr-section-title {
  color: #ffffff;
}
.cid-v5BBFHrkeK .mbr-text,
.cid-v5BBFHrkeK .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5BBFHrkeK .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5BBFHrkeK .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5BBFHrkeK .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5BBFHrkeK .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5BBFHrkeK P {
  color: #fa2f2f;
}
.cid-v5BBFIaPhe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BBFIaPhe .mbr-section-title {
  color: #ffffff;
}
.cid-v5BBFIaPhe .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5BBFIaPhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BBFIaPhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BBFJdPBi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5BBFJdPBi .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5BBFJdPBi .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5BBFJdPBi .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5BBFJdPBi .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5BBFJdPBi .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5BBFJdPBi .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5BBFJdPBi .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5BBFJdPBi .card-title,
.cid-v5BBFJdPBi .card-box {
  color: #fafafa;
}
.cid-v5BBFJdPBi .main-title,
.cid-v5BBFJdPBi .title-col {
  color: #ffffff;
}
.cid-v5BBFJdPBi .card-text {
  color: #e0e0e0;
}
.cid-v5BBFJdPBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BBFJdPBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BBFJdPBi P {
  color: #e0e0e0;
}
.cid-v5BBFK44SI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5BBFK44SI .row {
  flex-direction: row-reverse;
}
.cid-v5BBFK44SI .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5BBFK44SI .mbr-section-title {
  color: #ffffff;
}
.cid-v5BBFK44SI .mbr-text,
.cid-v5BBFK44SI .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5BBFK44SI .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5BBFK44SI iframe {
  border-radius: 10px;
}
.cid-v5BBFK44SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5BBFK44SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5BBFKN25q {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5BBFKN25q .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5BBFKN25q .first-column .mbr-text {
  margin: 0;
}
.cid-v5BBFKN25q .form-group {
  max-width: 55%;
}
.cid-v5BBFKN25q .form-group,
.cid-v5BBFKN25q .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5BBFKN25q .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5BBFKN25q .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5BBFKN25q .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5BBFKN25q .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5BBFKN25q .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5BBFKN25q .form-control:hover,
.cid-v5BBFKN25q .form-control:focus {
  border: none !important;
}
.cid-v5BBFKN25q .col + .mbr-section-btn .btn,
.cid-v5BBFKN25q .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5BBFKN25q .dragArea > *:nth-last-child(2).col,
.cid-v5BBFKN25q .dragArea > *:nth-last-child(2).col-auto,
.cid-v5BBFKN25q .col + .mbr-section-btn,
.cid-v5BBFKN25q .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5BBFKN25q .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5BBFKN25q .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5BBFKN25q .mbr-section-subtitle,
.cid-v5BBFKN25q .icons-wrapper {
  color: #ffffff;
}
.cid-v5BBFKN25q P {
  color: #ffffff;
}
.cid-v5BBFKN25q .mbr-section-title,
.cid-v5BBFKN25q .icons-wrapper {
  color: #ffffff;
}
.cid-v5BBFKN25q .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5G6K8dNII {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5G6K8dNII {
    flex-wrap: wrap;
  }
  .cid-v5G6K8dNII .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5G6K8dNII .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5G6K8dNII .icons-menu,
  .cid-v5G6K8dNII .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5G6K8dNII .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5G6K8dNII .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5G6K8dNII .navbar.opened {
  transition: all 0.3s;
}
.cid-v5G6K8dNII .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5G6K8dNII .navbar .navbar-logo img {
  width: auto;
}
.cid-v5G6K8dNII .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5G6K8dNII .navbar.collapsed {
  justify-content: center;
}
.cid-v5G6K8dNII .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5G6K8dNII .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5G6K8dNII .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5G6K8dNII .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5G6K8dNII .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5G6K8dNII .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5G6K8dNII .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5G6K8dNII .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5G6K8dNII .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5G6K8dNII .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5G6K8dNII .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5G6K8dNII .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5G6K8dNII .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5G6K8dNII .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5G6K8dNII .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5G6K8dNII .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5G6K8dNII .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5G6K8dNII .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5G6K8dNII .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5G6K8dNII .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5G6K8dNII .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5G6K8dNII .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5G6K8dNII .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5G6K8dNII .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5G6K8dNII .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5G6K8dNII .btn {
  padding: 0.3rem 2rem;
}
.cid-v5G6K8dNII .nav-link {
  position: relative;
}
.cid-v5G6K8dNII .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5G6K8dNII .nav-link:hover:before {
  width: 100%;
}
.cid-v5G6K8dNII nav.navbar {
  position: fixed;
}
.cid-v5G6K8dNII .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-v5G6K8dNII .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5G6K8dNII .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5G6K8dNII .dropdown-item:hover,
.cid-v5G6K8dNII .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5G6K8dNII .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5G6K8dNII .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5G6K8dNII .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5G6K8dNII .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5G6K8dNII .container {
  display: flex;
  margin: auto;
}
.cid-v5G6K8dNII .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5G6K8dNII .dropdown-menu,
.cid-v5G6K8dNII .navbar.opened {
  background: #000000 !important;
}
.cid-v5G6K8dNII .nav-item:focus,
.cid-v5G6K8dNII .nav-link:focus {
  outline: none;
}
.cid-v5G6K8dNII .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5G6K8dNII .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5G6K8dNII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5G6K8dNII .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5G6K8dNII .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5G6K8dNII .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5G6K8dNII .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5G6K8dNII .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5G6K8dNII .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5G6K8dNII .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5G6K8dNII .dropdown-item.active,
.cid-v5G6K8dNII .dropdown-item:active {
  background-color: transparent;
}
.cid-v5G6K8dNII .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5G6K8dNII .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5G6K8dNII .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5G6K8dNII .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5G6K8dNII .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5G6K8dNII .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5G6K8dNII ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5G6K8dNII .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5G6K8dNII button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5G6K8dNII button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5G6K8dNII button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5G6K8dNII button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6K8dNII button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6K8dNII button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5G6K8dNII nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6K8dNII nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5G6K8dNII nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5G6K8dNII nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6K8dNII .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5G6K8dNII a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5G6K8dNII .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5G6K8dNII .navbar {
    height: 70px;
  }
  .cid-v5G6K8dNII .navbar.opened {
    height: auto;
  }
  .cid-v5G6K8dNII .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5G6K8NUd3 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5G6K8NUd3 .mbr-text,
.cid-v5G6K8NUd3 .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6K8NUd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6K8NUd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6K8NUd3 .mbr-section-title {
  color: #ff6467;
}
.cid-v5G6K8NUd3 .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5G6K8NUd3 .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5G6K8NUd3 .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5G6K8NUd3 .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5G6K8NUd3 .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5G6K8NUd3 .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5G6K9B6Em {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6K9B6Em .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6K9B6Em .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6K9B6Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6K9B6Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Ka3zcm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6Ka3zcm .item-img {
  position: relative;
}
.cid-v5G6Ka3zcm .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5G6Ka3zcm .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5G6Ka3zcm #searchBar,
.cid-v5G6Ka3zcm #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5G6Ka3zcm #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5G6Ka3zcm #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5G6Ka3zcm #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5G6Ka3zcm #searchBar:hover,
.cid-v5G6Ka3zcm #searchBar:focus,
.cid-v5G6Ka3zcm #sortSelect:hover,
.cid-v5G6Ka3zcm #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5G6Ka3zcm #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5G6Ka3zcm .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5G6Ka3zcm #searchBar,
  .cid-v5G6Ka3zcm #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5G6Ka3zcm .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5G6Ka3zcm .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5G6Ka3zcm .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5G6Ka3zcm .btn-tag:hover,
.cid-v5G6Ka3zcm .btn-tag:focus {
  box-shadow: none;
}
.cid-v5G6Ka3zcm img,
.cid-v5G6Ka3zcm .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5G6Ka3zcm .item:focus,
.cid-v5G6Ka3zcm span:focus {
  outline: none;
}
.cid-v5G6Ka3zcm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5G6Ka3zcm .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5G6Ka3zcm .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5G6Ka3zcm .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6Ka3zcm .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6Ka3zcm .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5G6Ka3zcm .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6Ka3zcm .mbr-text,
.cid-v5G6Ka3zcm .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6Ka3zcm .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6Ka3zcm .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5G6Ka3zcm .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5G6Ka3zcm .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5G6Ka3zcm P {
  color: #fa2f2f;
}
.cid-v5G6KaGimK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6KaGimK .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6KaGimK .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6KaGimK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6KaGimK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6KbEU8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6KbEU8t .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5G6KbEU8t .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5G6KbEU8t .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5G6KbEU8t .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5G6KbEU8t .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5G6KbEU8t .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6KbEU8t .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6KbEU8t .card-title,
.cid-v5G6KbEU8t .card-box {
  color: #fafafa;
}
.cid-v5G6KbEU8t .main-title,
.cid-v5G6KbEU8t .title-col {
  color: #ffffff;
}
.cid-v5G6KbEU8t .card-text {
  color: #e0e0e0;
}
.cid-v5G6KbEU8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6KbEU8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6KbEU8t P {
  color: #e0e0e0;
}
.cid-v5G6KcqHGI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5G6KcqHGI .row {
  flex-direction: row-reverse;
}
.cid-v5G6KcqHGI .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5G6KcqHGI .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6KcqHGI .mbr-text,
.cid-v5G6KcqHGI .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6KcqHGI .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5G6KcqHGI iframe {
  border-radius: 10px;
}
.cid-v5G6KcqHGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6KcqHGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Kd6ioV {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5G6Kd6ioV .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5G6Kd6ioV .first-column .mbr-text {
  margin: 0;
}
.cid-v5G6Kd6ioV .form-group {
  max-width: 55%;
}
.cid-v5G6Kd6ioV .form-group,
.cid-v5G6Kd6ioV .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5G6Kd6ioV .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5G6Kd6ioV .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6Kd6ioV .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6Kd6ioV .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6Kd6ioV .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6Kd6ioV .form-control:hover,
.cid-v5G6Kd6ioV .form-control:focus {
  border: none !important;
}
.cid-v5G6Kd6ioV .col + .mbr-section-btn .btn,
.cid-v5G6Kd6ioV .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5G6Kd6ioV .dragArea > *:nth-last-child(2).col,
.cid-v5G6Kd6ioV .dragArea > *:nth-last-child(2).col-auto,
.cid-v5G6Kd6ioV .col + .mbr-section-btn,
.cid-v5G6Kd6ioV .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5G6Kd6ioV .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5G6Kd6ioV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5G6Kd6ioV .mbr-section-subtitle,
.cid-v5G6Kd6ioV .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6Kd6ioV P {
  color: #ffffff;
}
.cid-v5G6Kd6ioV .mbr-section-title,
.cid-v5G6Kd6ioV .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6Kd6ioV .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5G6OiZ18b {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5G6OiZ18b {
    flex-wrap: wrap;
  }
  .cid-v5G6OiZ18b .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5G6OiZ18b .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5G6OiZ18b .icons-menu,
  .cid-v5G6OiZ18b .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5G6OiZ18b .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5G6OiZ18b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5G6OiZ18b .navbar.opened {
  transition: all 0.3s;
}
.cid-v5G6OiZ18b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5G6OiZ18b .navbar .navbar-logo img {
  width: auto;
}
.cid-v5G6OiZ18b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5G6OiZ18b .navbar.collapsed {
  justify-content: center;
}
.cid-v5G6OiZ18b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5G6OiZ18b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5G6OiZ18b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5G6OiZ18b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5G6OiZ18b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5G6OiZ18b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5G6OiZ18b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5G6OiZ18b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5G6OiZ18b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5G6OiZ18b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5G6OiZ18b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5G6OiZ18b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5G6OiZ18b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5G6OiZ18b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5G6OiZ18b .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5G6OiZ18b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5G6OiZ18b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5G6OiZ18b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5G6OiZ18b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5G6OiZ18b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5G6OiZ18b .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5G6OiZ18b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5G6OiZ18b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5G6OiZ18b .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5G6OiZ18b .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5G6OiZ18b .btn {
  padding: 0.3rem 2rem;
}
.cid-v5G6OiZ18b .nav-link {
  position: relative;
}
.cid-v5G6OiZ18b .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5G6OiZ18b .nav-link:hover:before {
  width: 100%;
}
.cid-v5G6OiZ18b nav.navbar {
  position: fixed;
}
.cid-v5G6OiZ18b .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-v5G6OiZ18b .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5G6OiZ18b .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5G6OiZ18b .dropdown-item:hover,
.cid-v5G6OiZ18b .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5G6OiZ18b .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5G6OiZ18b .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5G6OiZ18b .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5G6OiZ18b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5G6OiZ18b .container {
  display: flex;
  margin: auto;
}
.cid-v5G6OiZ18b .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5G6OiZ18b .dropdown-menu,
.cid-v5G6OiZ18b .navbar.opened {
  background: #000000 !important;
}
.cid-v5G6OiZ18b .nav-item:focus,
.cid-v5G6OiZ18b .nav-link:focus {
  outline: none;
}
.cid-v5G6OiZ18b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5G6OiZ18b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5G6OiZ18b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5G6OiZ18b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5G6OiZ18b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5G6OiZ18b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5G6OiZ18b .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5G6OiZ18b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5G6OiZ18b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5G6OiZ18b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5G6OiZ18b .dropdown-item.active,
.cid-v5G6OiZ18b .dropdown-item:active {
  background-color: transparent;
}
.cid-v5G6OiZ18b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5G6OiZ18b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5G6OiZ18b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5G6OiZ18b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5G6OiZ18b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5G6OiZ18b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5G6OiZ18b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5G6OiZ18b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5G6OiZ18b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5G6OiZ18b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5G6OiZ18b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5G6OiZ18b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6OiZ18b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6OiZ18b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5G6OiZ18b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6OiZ18b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5G6OiZ18b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5G6OiZ18b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6OiZ18b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5G6OiZ18b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5G6OiZ18b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5G6OiZ18b .navbar {
    height: 70px;
  }
  .cid-v5G6OiZ18b .navbar.opened {
    height: auto;
  }
  .cid-v5G6OiZ18b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5G6Ojzlzr {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5G6Ojzlzr .mbr-text,
.cid-v5G6Ojzlzr .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6Ojzlzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Ojzlzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Ojzlzr .mbr-section-title {
  color: #ff6467;
}
.cid-v5G6Ojzlzr .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5G6Ojzlzr .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5G6Ojzlzr .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5G6Ojzlzr .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5G6Ojzlzr .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5G6Ojzlzr .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5G6OkoNIm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6OkoNIm .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6OkoNIm .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6OkoNIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6OkoNIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6OkPN61 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6OkPN61 .item-img {
  position: relative;
}
.cid-v5G6OkPN61 .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5G6OkPN61 .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5G6OkPN61 #searchBar,
.cid-v5G6OkPN61 #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5G6OkPN61 #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5G6OkPN61 #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5G6OkPN61 #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5G6OkPN61 #searchBar:hover,
.cid-v5G6OkPN61 #searchBar:focus,
.cid-v5G6OkPN61 #sortSelect:hover,
.cid-v5G6OkPN61 #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5G6OkPN61 #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5G6OkPN61 .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5G6OkPN61 #searchBar,
  .cid-v5G6OkPN61 #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5G6OkPN61 .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5G6OkPN61 .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5G6OkPN61 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5G6OkPN61 .btn-tag:hover,
.cid-v5G6OkPN61 .btn-tag:focus {
  box-shadow: none;
}
.cid-v5G6OkPN61 img,
.cid-v5G6OkPN61 .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5G6OkPN61 .item:focus,
.cid-v5G6OkPN61 span:focus {
  outline: none;
}
.cid-v5G6OkPN61 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5G6OkPN61 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5G6OkPN61 .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5G6OkPN61 .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6OkPN61 .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6OkPN61 .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5G6OkPN61 .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6OkPN61 .mbr-text,
.cid-v5G6OkPN61 .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6OkPN61 .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6OkPN61 .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5G6OkPN61 .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5G6OkPN61 .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5G6OkPN61 P {
  color: #fa2f2f;
}
.cid-v5G6Ols7GV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6Ols7GV .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6Ols7GV .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6Ols7GV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Ols7GV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6OmnnMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6OmnnMt .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5G6OmnnMt .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5G6OmnnMt .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5G6OmnnMt .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5G6OmnnMt .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5G6OmnnMt .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6OmnnMt .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6OmnnMt .card-title,
.cid-v5G6OmnnMt .card-box {
  color: #fafafa;
}
.cid-v5G6OmnnMt .main-title,
.cid-v5G6OmnnMt .title-col {
  color: #ffffff;
}
.cid-v5G6OmnnMt .card-text {
  color: #e0e0e0;
}
.cid-v5G6OmnnMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6OmnnMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6OmnnMt P {
  color: #e0e0e0;
}
.cid-v5G6On6Cnt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5G6On6Cnt .row {
  flex-direction: row-reverse;
}
.cid-v5G6On6Cnt .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5G6On6Cnt .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6On6Cnt .mbr-text,
.cid-v5G6On6Cnt .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6On6Cnt .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5G6On6Cnt iframe {
  border-radius: 10px;
}
.cid-v5G6On6Cnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6On6Cnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6OnO4Mr {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5G6OnO4Mr .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5G6OnO4Mr .first-column .mbr-text {
  margin: 0;
}
.cid-v5G6OnO4Mr .form-group {
  max-width: 55%;
}
.cid-v5G6OnO4Mr .form-group,
.cid-v5G6OnO4Mr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5G6OnO4Mr .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5G6OnO4Mr .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6OnO4Mr .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6OnO4Mr .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6OnO4Mr .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6OnO4Mr .form-control:hover,
.cid-v5G6OnO4Mr .form-control:focus {
  border: none !important;
}
.cid-v5G6OnO4Mr .col + .mbr-section-btn .btn,
.cid-v5G6OnO4Mr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5G6OnO4Mr .dragArea > *:nth-last-child(2).col,
.cid-v5G6OnO4Mr .dragArea > *:nth-last-child(2).col-auto,
.cid-v5G6OnO4Mr .col + .mbr-section-btn,
.cid-v5G6OnO4Mr .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5G6OnO4Mr .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5G6OnO4Mr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5G6OnO4Mr .mbr-section-subtitle,
.cid-v5G6OnO4Mr .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6OnO4Mr P {
  color: #ffffff;
}
.cid-v5G6OnO4Mr .mbr-section-title,
.cid-v5G6OnO4Mr .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6OnO4Mr .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5G6RtYuJz {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5G6RtYuJz {
    flex-wrap: wrap;
  }
  .cid-v5G6RtYuJz .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5G6RtYuJz .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5G6RtYuJz .icons-menu,
  .cid-v5G6RtYuJz .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5G6RtYuJz .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5G6RtYuJz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5G6RtYuJz .navbar.opened {
  transition: all 0.3s;
}
.cid-v5G6RtYuJz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5G6RtYuJz .navbar .navbar-logo img {
  width: auto;
}
.cid-v5G6RtYuJz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5G6RtYuJz .navbar.collapsed {
  justify-content: center;
}
.cid-v5G6RtYuJz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5G6RtYuJz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5G6RtYuJz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5G6RtYuJz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5G6RtYuJz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5G6RtYuJz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5G6RtYuJz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5G6RtYuJz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5G6RtYuJz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5G6RtYuJz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5G6RtYuJz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5G6RtYuJz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5G6RtYuJz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5G6RtYuJz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5G6RtYuJz .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5G6RtYuJz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5G6RtYuJz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5G6RtYuJz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5G6RtYuJz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5G6RtYuJz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5G6RtYuJz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5G6RtYuJz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5G6RtYuJz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5G6RtYuJz .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5G6RtYuJz .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5G6RtYuJz .btn {
  padding: 0.3rem 2rem;
}
.cid-v5G6RtYuJz .nav-link {
  position: relative;
}
.cid-v5G6RtYuJz .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5G6RtYuJz .nav-link:hover:before {
  width: 100%;
}
.cid-v5G6RtYuJz nav.navbar {
  position: fixed;
}
.cid-v5G6RtYuJz .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-v5G6RtYuJz .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5G6RtYuJz .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5G6RtYuJz .dropdown-item:hover,
.cid-v5G6RtYuJz .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5G6RtYuJz .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5G6RtYuJz .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5G6RtYuJz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5G6RtYuJz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5G6RtYuJz .container {
  display: flex;
  margin: auto;
}
.cid-v5G6RtYuJz .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5G6RtYuJz .dropdown-menu,
.cid-v5G6RtYuJz .navbar.opened {
  background: #000000 !important;
}
.cid-v5G6RtYuJz .nav-item:focus,
.cid-v5G6RtYuJz .nav-link:focus {
  outline: none;
}
.cid-v5G6RtYuJz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5G6RtYuJz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5G6RtYuJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5G6RtYuJz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5G6RtYuJz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5G6RtYuJz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5G6RtYuJz .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5G6RtYuJz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5G6RtYuJz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5G6RtYuJz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5G6RtYuJz .dropdown-item.active,
.cid-v5G6RtYuJz .dropdown-item:active {
  background-color: transparent;
}
.cid-v5G6RtYuJz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5G6RtYuJz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5G6RtYuJz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5G6RtYuJz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5G6RtYuJz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5G6RtYuJz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5G6RtYuJz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5G6RtYuJz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5G6RtYuJz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5G6RtYuJz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5G6RtYuJz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5G6RtYuJz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6RtYuJz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5G6RtYuJz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5G6RtYuJz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6RtYuJz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5G6RtYuJz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5G6RtYuJz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5G6RtYuJz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5G6RtYuJz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5G6RtYuJz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5G6RtYuJz .navbar {
    height: 70px;
  }
  .cid-v5G6RtYuJz .navbar.opened {
    height: auto;
  }
  .cid-v5G6RtYuJz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5G6Ruyfcv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5G6Ruyfcv .mbr-text,
.cid-v5G6Ruyfcv .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6Ruyfcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Ruyfcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Ruyfcv .mbr-section-title {
  color: #ff6467;
}
.cid-v5G6Ruyfcv .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5G6Ruyfcv .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5G6Ruyfcv .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5G6Ruyfcv .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5G6Ruyfcv .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5G6Ruyfcv .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5G6RvmSnH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6RvmSnH .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6RvmSnH .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6RvmSnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6RvmSnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6RvNPQm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6RvNPQm .item-img {
  position: relative;
}
.cid-v5G6RvNPQm .price {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-v5G6RvNPQm .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-v5G6RvNPQm #searchBar,
.cid-v5G6RvNPQm #sortSelect {
  padding: 10px 20px;
  font-size: 16px;
  color: #888;
  background: #0a0a0a;
  border: 1px solid #fa2f2f50;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-v5G6RvNPQm #searchBar {
  flex: 1;
  min-width: 0;
}
.cid-v5G6RvNPQm #sortSelect {
  min-width: 180px;
  flex-shrink: 0;
  appearance: none;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
}
.cid-v5G6RvNPQm #sortSelect option {
  background: #0a0a0a;
  color: #ccc;
}
.cid-v5G6RvNPQm #searchBar:hover,
.cid-v5G6RvNPQm #searchBar:focus,
.cid-v5G6RvNPQm #sortSelect:hover,
.cid-v5G6RvNPQm #sortSelect:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-v5G6RvNPQm #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-v5G6RvNPQm .d-flex.justify-content-between.align-items-center.mb-4 {
  flex-wrap: nowrap !important;
  gap: 10px;
  align-items: center;
}
@media (max-width: 480px) {
  .cid-v5G6RvNPQm #searchBar,
  .cid-v5G6RvNPQm #sortSelect {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cid-v5G6RvNPQm .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-v5G6RvNPQm .tag {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.cid-v5G6RvNPQm .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-v5G6RvNPQm .btn-tag:hover,
.cid-v5G6RvNPQm .btn-tag:focus {
  box-shadow: none;
}
.cid-v5G6RvNPQm img,
.cid-v5G6RvNPQm .item-img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.cid-v5G6RvNPQm .item:focus,
.cid-v5G6RvNPQm span:focus {
  outline: none;
}
.cid-v5G6RvNPQm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5G6RvNPQm .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transform: translateZ(0);
}
.cid-v5G6RvNPQm .item-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
}
.cid-v5G6RvNPQm .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6RvNPQm .item-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6RvNPQm .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-v5G6RvNPQm .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6RvNPQm .mbr-text,
.cid-v5G6RvNPQm .mbr-section-btn {
  color: #e0e0e0;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6RvNPQm .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-v5G6RvNPQm .item-subtitle {
  color: #5518fa;
  text-align: center;
}
.cid-v5G6RvNPQm .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v5G6RvNPQm .mbr-section-subtitle1 {
  text-align: center;
  color: #f8363c;
}
.cid-v5G6RvNPQm P {
  color: #fa2f2f;
}
.cid-v5G6Rwt2K0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6Rwt2K0 .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6Rwt2K0 .mbr-section-subtitle {
  color: #d1d5dc;
}
.cid-v5G6Rwt2K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Rwt2K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Rxtb5H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5G6Rxtb5H .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #591efa;
  margin-bottom: 0.5rem;
}
.cid-v5G6Rxtb5H .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-v5G6Rxtb5H .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-v5G6Rxtb5H .card-wrapper {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
  display: flex;
  margin-bottom: 2rem;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  will-change: transform, border-color, box-shadow;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 14px rgba(255, 40, 40, 0.15);
}
.cid-v5G6Rxtb5H .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 45%);
  border-radius: 10px;
}
.cid-v5G6Rxtb5H .card-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-v5G6Rxtb5H .card-wrapper:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 120, 120, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 6px 18px rgba(255, 50, 50, 0.2);
}
.cid-v5G6Rxtb5H .card-title,
.cid-v5G6Rxtb5H .card-box {
  color: #fafafa;
}
.cid-v5G6Rxtb5H .main-title,
.cid-v5G6Rxtb5H .title-col {
  color: #ffffff;
}
.cid-v5G6Rxtb5H .card-text {
  color: #e0e0e0;
}
.cid-v5G6Rxtb5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Rxtb5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6Rxtb5H P {
  color: #e0e0e0;
}
.cid-v5G6Rydcq0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5G6Rydcq0 .row {
  flex-direction: row-reverse;
}
.cid-v5G6Rydcq0 .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5G6Rydcq0 .mbr-section-title {
  color: #ffffff;
}
.cid-v5G6Rydcq0 .mbr-text,
.cid-v5G6Rydcq0 .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5G6Rydcq0 .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5G6Rydcq0 iframe {
  border-radius: 10px;
}
.cid-v5G6Rydcq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5G6Rydcq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5G6RyUBjh {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5G6RyUBjh .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5G6RyUBjh .first-column .mbr-text {
  margin: 0;
}
.cid-v5G6RyUBjh .form-group {
  max-width: 55%;
}
.cid-v5G6RyUBjh .form-group,
.cid-v5G6RyUBjh .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5G6RyUBjh .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5G6RyUBjh .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6RyUBjh .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6RyUBjh .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5G6RyUBjh .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5G6RyUBjh .form-control:hover,
.cid-v5G6RyUBjh .form-control:focus {
  border: none !important;
}
.cid-v5G6RyUBjh .col + .mbr-section-btn .btn,
.cid-v5G6RyUBjh .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5G6RyUBjh .dragArea > *:nth-last-child(2).col,
.cid-v5G6RyUBjh .dragArea > *:nth-last-child(2).col-auto,
.cid-v5G6RyUBjh .col + .mbr-section-btn,
.cid-v5G6RyUBjh .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5G6RyUBjh .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5G6RyUBjh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5G6RyUBjh .mbr-section-subtitle,
.cid-v5G6RyUBjh .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6RyUBjh P {
  color: #ffffff;
}
.cid-v5G6RyUBjh .mbr-section-title,
.cid-v5G6RyUBjh .icons-wrapper {
  color: #ffffff;
}
.cid-v5G6RyUBjh .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-v5Gm8HH9le {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5Gm8HH9le {
    flex-wrap: wrap;
  }
  .cid-v5Gm8HH9le .navbar-collapse {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .cid-v5Gm8HH9le .navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
  }
  .cid-v5Gm8HH9le .icons-menu,
  .cid-v5Gm8HH9le .navbar-buttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .cid-v5Gm8HH9le .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-v5Gm8HH9le .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v5Gm8HH9le .navbar.opened {
  transition: all 0.3s;
}
.cid-v5Gm8HH9le .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5Gm8HH9le .navbar .navbar-logo img {
  width: auto;
}
.cid-v5Gm8HH9le .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v5Gm8HH9le .navbar.collapsed {
  justify-content: center;
}
.cid-v5Gm8HH9le .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5Gm8HH9le .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5Gm8HH9le .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5Gm8HH9le .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Gm8HH9le .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Gm8HH9le .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5Gm8HH9le .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Gm8HH9le .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5Gm8HH9le .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .cid-v5Gm8HH9le .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5Gm8HH9le .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Gm8HH9le .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Gm8HH9le .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Gm8HH9le .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5Gm8HH9le .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-v5Gm8HH9le .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5Gm8HH9le .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5Gm8HH9le .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5Gm8HH9le .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5Gm8HH9le .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5Gm8HH9le .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5Gm8HH9le .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5Gm8HH9le .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5Gm8HH9le .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v5Gm8HH9le .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v5Gm8HH9le .btn {
  padding: 0.3rem 2rem;
}
.cid-v5Gm8HH9le .nav-link {
  position: relative;
}
.cid-v5Gm8HH9le .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #fa2f2f;
}
.cid-v5Gm8HH9le .nav-link:hover:before {
  width: 100%;
}
.cid-v5Gm8HH9le nav.navbar {
  position: fixed;
}
.cid-v5Gm8HH9le .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-v5Gm8HH9le .dropdown-item small {
  display: block;
  font-size: 0.8em;
  color: #bbbbbb;
  margin-top: 2px;
}
.cid-v5Gm8HH9le .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5Gm8HH9le .dropdown-item:hover,
.cid-v5Gm8HH9le .dropdown-item:focus {
  background: rgba(255, 255, 255, 0.04) !important;
  color: white !important;
}
.cid-v5Gm8HH9le .dropdown-item:first-child {
  border-radius: 10px;
}
.cid-v5Gm8HH9le .dropdown-item:last-child {
  border-radius: 10px;
}
.cid-v5Gm8HH9le .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v5Gm8HH9le .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v5Gm8HH9le .container {
  display: flex;
  margin: auto;
}
.cid-v5Gm8HH9le .iconfont-wrapper {
  color: #4f4fe0 !important;
  font-size: 2rem;
  padding-right: 0.5rem;
}
.cid-v5Gm8HH9le .dropdown-menu,
.cid-v5Gm8HH9le .navbar.opened {
  background: #000000 !important;
}
.cid-v5Gm8HH9le .nav-item:focus,
.cid-v5Gm8HH9le .nav-link:focus {
  outline: none;
}
.cid-v5Gm8HH9le .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5Gm8HH9le .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5Gm8HH9le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5Gm8HH9le .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Gm8HH9le .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5Gm8HH9le .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5Gm8HH9le .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-v5Gm8HH9le .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5Gm8HH9le .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Gm8HH9le .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Gm8HH9le .dropdown-item.active,
.cid-v5Gm8HH9le .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Gm8HH9le .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Gm8HH9le .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Gm8HH9le .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Gm8HH9le .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5Gm8HH9le .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5Gm8HH9le .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5Gm8HH9le ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5Gm8HH9le .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5Gm8HH9le button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5Gm8HH9le button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5Gm8HH9le button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5Gm8HH9le button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Gm8HH9le button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Gm8HH9le button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5Gm8HH9le nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Gm8HH9le nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5Gm8HH9le nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5Gm8HH9le nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Gm8HH9le .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5Gm8HH9le a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5Gm8HH9le .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5Gm8HH9le .navbar {
    height: 70px;
  }
  .cid-v5Gm8HH9le .navbar.opened {
    height: auto;
  }
  .cid-v5Gm8HH9le .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5Gm8IfsyS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sigmaligma.png-1280x720.png");
}
.cid-v5Gm8IfsyS .mbr-text,
.cid-v5Gm8IfsyS .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5Gm8IfsyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Gm8IfsyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Gm8IfsyS .mbr-section-title {
  color: #ff6467;
}
.cid-v5Gm8IfsyS .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #440707;
  padding: 6px 14px;
  border-radius: 100px;
  font-weight: 600;
  position: relative;
}
.cid-v5Gm8IfsyS .status-pill::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #ff6467;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 100, 103, 0.8);
  animation: pulse 1.8s infinite ease-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.7);
    opacity: 0.15;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.cid-v5Gm8IfsyS .mbr-section-subtitle {
  color: #ffffff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.cid-v5Gm8IfsyS .custom-shape-divider-bottom-1764122333 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-v5Gm8IfsyS .custom-shape-divider-bottom-1764122333 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 76px;
}
.cid-v5Gm8IfsyS .custom-shape-divider-bottom-1764122333 .shape-fill {
  fill: #000000;
}
.cid-v5GmuTAzsJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5GmuTAzsJ blockquote {
  border-color: currentColor;
  padding: 1rem;
}
.cid-v5GmuTAzsJ .quote {
  color: #e43f3f;
}
.cid-v5GmuTAzsJ .quote,
.cid-v5GmuTAzsJ blockquote {
  color: #ffffff;
}
.cid-v5GmuTAzsJ .mbr-section-title {
  color: #ffffff;
}
.cid-v5GmuTAzsJ .mbr-text {
  color: #d1d5dc;
}
.cid-v5GmuTAzsJ .row {
  background: rgba(35, 6, 6, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 90, 0.12);
  background-image: linear-gradient(90deg, rgba(255, 70, 70, 0.03) 1px, transparent 1px), linear-gradient(rgba(255, 70, 70, 0.025) 1px, transparent 1px);
  background-size: 12px 12px;
  padding: 15px;
}
.cid-v5GmuTAzsJ .product-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.cid-v5GmuTAzsJ .divider {
  width: 75%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 12px 0;
  border-radius: 2px;
}
.cid-v5Gm8JmV5u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-v5Gm8JmV5u .row {
  flex-direction: row-reverse;
}
.cid-v5Gm8JmV5u .hashtags .badge {
  display: inline-block;
  background-color: #fa2f2f;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  margin-right: 6px;
}
.cid-v5Gm8JmV5u .mbr-section-title {
  color: #ffffff;
}
.cid-v5Gm8JmV5u .mbr-text,
.cid-v5Gm8JmV5u .mbr-section-btn {
  color: #d1d5dc;
}
.cid-v5Gm8JmV5u .mbr-section-subtitle {
  color: #fa2f2f;
}
.cid-v5Gm8JmV5u iframe {
  border-radius: 10px;
}
.cid-v5Gm8JmV5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Gm8JmV5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Gm8JYJGp {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-v5Gm8JYJGp .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
  text-align: left;
}
.cid-v5Gm8JYJGp .first-column .mbr-text {
  margin: 0;
}
.cid-v5Gm8JYJGp .form-group {
  max-width: 55%;
}
.cid-v5Gm8JYJGp .form-group,
.cid-v5Gm8JYJGp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v5Gm8JYJGp .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-v5Gm8JYJGp .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-v5Gm8JYJGp .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5Gm8JYJGp .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-v5Gm8JYJGp .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-v5Gm8JYJGp .form-control:hover,
.cid-v5Gm8JYJGp .form-control:focus {
  border: none !important;
}
.cid-v5Gm8JYJGp .col + .mbr-section-btn .btn,
.cid-v5Gm8JYJGp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-v5Gm8JYJGp .dragArea > *:nth-last-child(2).col,
.cid-v5Gm8JYJGp .dragArea > *:nth-last-child(2).col-auto,
.cid-v5Gm8JYJGp .col + .mbr-section-btn,
.cid-v5Gm8JYJGp .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v5Gm8JYJGp .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v5Gm8JYJGp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5Gm8JYJGp .mbr-section-subtitle,
.cid-v5Gm8JYJGp .icons-wrapper {
  color: #ffffff;
}
.cid-v5Gm8JYJGp P {
  color: #ffffff;
}
.cid-v5Gm8JYJGp .mbr-section-title,
.cid-v5Gm8JYJGp .icons-wrapper {
  color: #ffffff;
}
.cid-v5Gm8JYJGp .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
