.btn {
  border-width: 3px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', display;
  font-size: 8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Funnel Display', display;
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.3125rem;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 2.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Funnel Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.48rem;
    font-size: calc( 1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2974999999999999rem + (1.85 - 1.2974999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18204f !important;
}
.bg-success {
  background-color: #fff4e7 !important;
}
.bg-info {
  background-color: #faebc5 !important;
}
.bg-warning {
  background-color: #f47451 !important;
}
.bg-danger {
  background-color: #ffc4c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18204f !important;
  border-color: #18204f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #243076 !important;
  border-color: #243076 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #243076 !important;
  border-color: #243076 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffe433 !important;
  border-color: #ffe433 !important;
}
.btn-info,
.btn-info:active {
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  color: #b1830f !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b1830f !important;
  background-color: #fefbf4 !important;
  border-color: #fefbf4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  color: #e77d00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e77d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f79a81 !important;
  border-color: #f79a81 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  color: #c40011 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c40011 !important;
  background-color: #fff7f8 !important;
  border-color: #fff7f8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18204f;
  color: #18204f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18204f !important;
  border-color: #18204f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffdd00;
  color: #ffdd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffdd00 !important;
  border-color: #ffdd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #faebc5;
  color: #faebc5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b1830f !important;
  background-color: #faebc5 !important;
  border-color: #faebc5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff4e7;
  color: #fff4e7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e77d00 !important;
  background-color: #fff4e7 !important;
  border-color: #fff4e7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f47451;
  color: #f47451;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f47451 !important;
  border-color: #f47451 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc4c9;
  color: #ffc4c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c40011 !important;
  background-color: #ffc4c9 !important;
  border-color: #ffc4c9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #18204f !important;
}
.text-secondary {
  color: #ffdd00 !important;
}
.text-success {
  color: #fff4e7 !important;
}
.text-info {
  color: #faebc5 !important;
}
.text-warning {
  color: #f47451 !important;
}
.text-danger {
  color: #ffc4c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #998500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc581 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f2cb67 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d2370d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5e6c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #18204f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #faebc5;
}
.alert-warning {
  background-color: #f47451;
}
.alert-danger {
  background-color: #ffc4c9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18204f;
  border-color: #18204f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18204f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7785d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.3125rem;
}
.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: #18204f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.85rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.3125rem;
}
blockquote {
  border-color: #18204f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #18204f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18204f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18204f;
  border-bottom-color: #18204f;
}
.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: #18204f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffdd00 !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='%2318204f' %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;
}
.mbr-section-btn .btn {
  padding: 24px 42px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 14px;
  transition: all .3s ease;
}
.form-control {
  border-radius: 100px !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper,
.decor-wrapper {
  border-radius: 3rem !important;
}
.address-wrap,
.price-wrap,
.subtitle-wrap,
.logo {
  border-radius: 1.2rem;
}
.panel-group .card {
  border: 100px !important;
}
.item-without-radius {
  border-radius: 0 !important;
}
.item-large-radius {
  border-radius: 13rem !important;
}
@media (max-width: 1200px) {
  .item-large-radius {
    border-radius: 8rem !important;
  }
}
@media (max-width: 992px) {
  .item-large-radius {
    border-radius: 3rem !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vegcxUXd3Y {
  position: relative;
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-vegcxUXd3Y .hh-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  animation: hhBgShift 8s ease-in-out infinite alternate;
}
@keyframes hhBgShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.cid-vegcxUXd3Y .hh-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.cid-vegcxUXd3Y .hh-geo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: transform 0.1s ease;
}
.cid-vegcxUXd3Y .hh-shape {
  position: absolute;
  opacity: 0.15;
}
.cid-vegcxUXd3Y .hh-shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
  border: 2px solid;
  border-radius: 40px;
  animation: hhRot1 12s linear infinite;
}
.cid-vegcxUXd3Y .hh-shape-2 {
  width: 200px;
  height: 200px;
  top: 20%;
  right: 5%;
  border: 1px solid;
  border-radius: 50%;
  animation: hhFloat1 6s ease-in-out infinite;
}
.cid-vegcxUXd3Y .hh-shape-3 {
  width: 120px;
  height: 120px;
  bottom: 10%;
  left: 8%;
  border: 2px solid;
  animation: hhRot2 8s linear infinite reverse;
}
.cid-vegcxUXd3Y .hh-shape-4 {
  width: 40px;
  height: 40px;
  top: 15%;
  right: 20%;
  border-radius: 50%;
  opacity: 0.3;
  animation: hhFloat2 4s ease-in-out infinite;
}
.cid-vegcxUXd3Y .hh-shape-5 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -150px;
  border: 1px solid;
  border-radius: 50%;
  animation: hhRot1 20s linear infinite reverse;
}
.cid-vegcxUXd3Y .hh-shape-6 {
  width: 15px;
  height: 15px;
  top: 45%;
  left: 12%;
  border-radius: 50%;
  opacity: 0.5;
  animation: hhFloat1 5s ease-in-out infinite 1s;
}
.cid-vegcxUXd3Y .hh-shape-7 {
  width: 80px;
  height: 80px;
  top: 8%;
  left: 35%;
  border: 2px solid;
  transform: rotate(45deg);
  animation: hhRot2 10s linear infinite;
}
.cid-vegcxUXd3Y .hh-shape-8 {
  width: 25px;
  height: 25px;
  bottom: 20%;
  right: 15%;
  border-radius: 50%;
  opacity: 0.4;
  animation: hhFloat2 7s ease-in-out infinite 2s;
}
@keyframes hhRot1 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hhRot2 {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes hhFloat1 {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}
@keyframes hhFloat2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(10px, -15px);
  }
  66% {
    transform: translate(-10px, 10px);
  }
}
.cid-vegcxUXd3Y .hh-content {
  position: relative;
  z-index: 5;
}
.cid-vegcxUXd3Y .hh-eyebrow {
  font-size: 0.9rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: hhFadeUp 0.8s ease forwards 0.3s;
}
.cid-vegcxUXd3Y .hh-title {
  margin-bottom: 1rem;
  line-height: 1.1;
  overflow: visible !important;
}
.cid-vegcxUXd3Y .hh-subtitle {
  margin-bottom: 2rem;
  line-height: 1.1;
  overflow: visible !important;
}
.cid-vegcxUXd3Y .hh-char {
  display: inline-block;
}
.cid-vegcxUXd3Y .hh-char-grad {
  background: linear-gradient(90deg, var(--acc1), var(--acc2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cid-vegcxUXd3Y .hh-shadow-shadow .hh-char {
  text-shadow: 5px 5px 15px var(--sh-color) !important;
}
.cid-vegcxUXd3Y .hh-shadow-hardShadow .hh-char {
  text-shadow: 2px 2px 0 var(--sh-color), 4px 4px 0 var(--sh-color), 6px 6px 0 var(--sh-color), 8px 8px 0 var(--sh-color) !important;
}
.cid-vegcxUXd3Y .hh-shadow-glow .hh-char {
  text-shadow: 0 0 10px var(--sh-color), 0 0 20px var(--sh-color), 0 0 40px var(--sh-color) !important;
}
.cid-vegcxUXd3Y .hh-shadow-neon .hh-char {
  text-shadow: 0 0 5px #ffffff, 0 0 15px var(--sh-color), 0 0 30px var(--sh-color), 0 0 60px var(--sh-color) !important;
  animation: hhNeonFlicker 3s infinite !important;
}
@keyframes hhNeonFlicker {
  0%,
  19%,
  21%,
  50%,
  52%,
  100% {
    opacity: 1;
  }
  20%,
  51% {
    opacity: 0.7;
  }
}
.cid-vegcxUXd3Y .hh-text {
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.8;
  opacity: 0;
  animation: hhFadeUp 0.8s ease forwards 1.5s;
}
.cid-vegcxUXd3Y .hh-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  animation: hhFadeUp 0.8s ease forwards 2s;
}
.cid-vegcxUXd3Y .hh-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-vegcxUXd3Y .hh-btn-primary {
  background: var(--btn-color);
  color: #000;
  box-shadow: 0 0 20px var(--btn-color), 0 0 40px rgba(0, 210, 255, 0.3);
}
.cid-vegcxUXd3Y .hh-btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 30px var(--btn-color), 0 0 60px var(--btn-color);
  color: #000;
  text-decoration: none;
}
.cid-vegcxUXd3Y .hh-btn-outline {
  background: transparent;
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
  box-shadow: 0 0 15px rgba(255, 0, 204, 0.2), inset 0 0 15px rgba(255, 0, 204, 0.05);
}
.cid-vegcxUXd3Y .hh-btn-outline:hover {
  background: var(--btn-color);
  color: #000;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 30px var(--btn-color);
  text-decoration: none;
}
.cid-vegcxUXd3Y .hh-btn-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  pointer-events: none;
}
.cid-vegcxUXd3Y .hh-btn:active .hh-btn-glow {
  width: 300px;
  height: 300px;
  opacity: 0;
}
.cid-vegcxUXd3Y .hh-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: hhFadeUp 0.8s ease forwards 2.5s;
}
.cid-vegcxUXd3Y .hh-scroll-text {
  font-size: 10px;
  letter-spacing: .3em;
  opacity: 0.6;
}
.cid-vegcxUXd3Y .hh-scroll-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cid-vegcxUXd3Y .hh-arrow-line {
  width: 1px;
  height: 30px;
  background: currentColor;
  animation: hhScrollLine 1.5s ease-in-out infinite;
}
.cid-vegcxUXd3Y .hh-arrow-head {
  font-size: 1.2rem;
  animation: hhScrollHead 1.5s ease-in-out infinite;
}
@keyframes hhScrollLine {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleY(0.5);
    opacity: 0.4;
  }
}
@keyframes hhScrollHead {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes hhFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-vegcxUXd3Y .hh-shape-1 {
    width: 150px;
    height: 150px;
  }
  .cid-vegcxUXd3Y .hh-shape-5 {
    width: 200px;
    height: 200px;
  }
  .cid-vegcxUXd3Y .hh-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.cid-vegcxUXd3Y H1 {
  color: #ffea64;
}
.cid-vegcxUXd3Y H2 {
  color: #ffffff;
}
.cid-veghBO5O7q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #370a42;
}
.cid-veghBO5O7q .item {
  margin-bottom: 30px;
}
.cid-veghBO5O7q .item-wrapper {
  position: relative;
  padding: 30px;
  border: 1px solid #be1200;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 4px;
}
.cid-veghBO5O7q .item-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  animation: rotateLight 3s linear infinite;
  z-index: 0;
  pointer-events: none;
}
.cid-veghBO5O7q .item:nth-child(6n+1) .item-wrapper::before {
  background-image: conic-gradient(transparent, #e7f800, transparent 25%);
  animation-delay: 0s;
}
.cid-veghBO5O7q .item:nth-child(6n+1) .item-wrapper {
  animation: glowAnim1 3s linear infinite;
  animation-delay: 0s;
}
.cid-veghBO5O7q .item:nth-child(6n+2) .item-wrapper::before {
  background-image: conic-gradient(transparent, #be1200, transparent 25%);
  animation-delay: 0.5s;
}
.cid-veghBO5O7q .item:nth-child(6n+2) .item-wrapper {
  animation: glowAnim2 3s linear infinite;
  animation-delay: 0.5s;
}
.cid-veghBO5O7q .item:nth-child(6n+3) .item-wrapper::before {
  background-image: conic-gradient(transparent, #004eff, transparent 25%);
  animation-delay: 1s;
}
.cid-veghBO5O7q .item:nth-child(6n+3) .item-wrapper {
  animation: glowAnim3 3s linear infinite;
  animation-delay: 1s;
}
.cid-veghBO5O7q .item:nth-child(6n+4) .item-wrapper::before {
  background-image: conic-gradient(transparent, #ffaa00, transparent 25%);
  animation-delay: 1.5s;
}
.cid-veghBO5O7q .item:nth-child(6n+4) .item-wrapper {
  animation: glowAnim4 3s linear infinite;
  animation-delay: 1.5s;
}
.cid-veghBO5O7q .item:nth-child(6n+5) .item-wrapper::before {
  background-image: conic-gradient(transparent, #cc00ff, transparent 25%);
  animation-delay: 2s;
}
.cid-veghBO5O7q .item:nth-child(6n+5) .item-wrapper {
  animation: glowAnim5 3s linear infinite;
  animation-delay: 2s;
}
.cid-veghBO5O7q .item:nth-child(6n+6) .item-wrapper::before {
  background-image: conic-gradient(transparent, #13e5e1, transparent 25%);
  animation-delay: 2.5s;
}
.cid-veghBO5O7q .item:nth-child(6n+6) .item-wrapper {
  animation: glowAnim6 3s linear infinite;
  animation-delay: 2.5s;
}
@keyframes glowAnim1 {
  0% {
    box-shadow: 0 20px 20px -10px #e7f800;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #e7f800;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #e7f800;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #e7f800;
  }
  100% {
    box-shadow: 0 20px 20px -10px #e7f800;
  }
}
@keyframes glowAnim2 {
  0% {
    box-shadow: 0 20px 20px -10px #be1200;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #be1200;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #be1200;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #be1200;
  }
  100% {
    box-shadow: 0 20px 20px -10px #be1200;
  }
}
@keyframes glowAnim3 {
  0% {
    box-shadow: 0 20px 20px -10px #004eff;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #004eff;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #004eff;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #004eff;
  }
  100% {
    box-shadow: 0 20px 20px -10px #004eff;
  }
}
@keyframes glowAnim4 {
  0% {
    box-shadow: 0 20px 20px -10px #ffaa00;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #ffaa00;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #ffaa00;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #ffaa00;
  }
  100% {
    box-shadow: 0 20px 20px -10px #ffaa00;
  }
}
@keyframes glowAnim5 {
  0% {
    box-shadow: 0 20px 20px -10px #cc00ff;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #cc00ff;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #cc00ff;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #cc00ff;
  }
  100% {
    box-shadow: 0 20px 20px -10px #cc00ff;
  }
}
@keyframes glowAnim6 {
  0% {
    box-shadow: 0 20px 20px -10px #13e5e1;
  }
  25% {
    box-shadow: -20px 0px 20px -10px #13e5e1;
  }
  50% {
    box-shadow: 0 -20px 20px -10px #13e5e1;
  }
  75% {
    box-shadow: 20px 0px 20px -10px #13e5e1;
  }
  100% {
    box-shadow: 0 20px 20px -10px #13e5e1;
  }
}
.cid-veghBO5O7q .item-wrapper::after {
  content: '';
  position: absolute;
  inset: 1px;
  background: #000000;
  z-index: 1;
  pointer-events: none;
  border-radius: 2px;
}
.cid-veghBO5O7q .item-content {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cid-veghBO5O7q .item-content * {
  pointer-events: auto;
}
.cid-veghBO5O7q .mbr-section-btn {
  margin-top: auto;
  padding-top: 20px;
}
@keyframes rotateLight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-veghBO5O7q .item-price {
  color: #ffffff;
}
.cid-veghBO5O7q .item-title {
  color: #ffffff;
}
.cid-veghBO5O7q .item-text {
  color: #ffffff;
}
.cid-veghBO5O7q .list {
  color: #ffffff;
}
.cid-vegh9dFkrE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #370a42;
}
.cid-vegh9dFkrE .mbr-section-title,
.cid-vegh9dFkrE .mbr-section-subtitle,
.cid-vegh9dFkrE .mbr-text {
  transition: all 0.3s ease;
}
.cid-vegh9dFkrE .eff-glow {
  text-shadow: 0 0 10px var(--title-color), 0 0 20px var(--title-color) !important;
}
.cid-vegh9dFkrE .mbr-section-subtitle.eff-glow {
  text-shadow: 0 0 8px var(--sub-color) !important;
}
.cid-vegh9dFkrE .mbr-text.eff-glow {
  text-shadow: 0 0 5px var(--text-color) !important;
}
.cid-vegh9dFkrE .eff-outline {
  color: transparent !important;
  -webkit-text-stroke: 1px var(--title-color);
}
.cid-vegh9dFkrE .mbr-section-subtitle.eff-outline {
  -webkit-text-stroke: 1px var(--sub-color);
}
.cid-vegh9dFkrE .mbr-text.eff-outline {
  -webkit-text-stroke: 0.5px var(--text-color);
  color: transparent !important;
}
.cid-vegh9dFkrE .eff-3d {
  text-shadow: 1px 1px 0px var(--title-color), 2px 2px 0px var(--title-color), 3px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.cid-vegh9dFkrE .mbr-section-subtitle.eff-3d {
  text-shadow: 1px 1px 0px var(--sub-color), 2px 2px 0px rgba(0, 0, 0, 0.2) !important;
}
.cid-vegh9dFkrE .eff-glitch {
  position: relative;
  animation: glitch 2s infinite;
}
@keyframes glitch {
  0% {
    text-shadow: 2px 0 var(--title-color), -2px 0 #00fff9;
  }
  25% {
    text-shadow: -2px 0 var(--title-color), 2px 0 #00fff9;
  }
  50% {
    text-shadow: 2px -2px var(--title-color), -2px 2px #00fff9;
  }
  75% {
    text-shadow: -2px -1px var(--title-color), 2px 1px #00fff9;
  }
  100% {
    text-shadow: 2px 0 var(--title-color), -2px 0 #00fff9;
  }
}
.cid-vegh9dFkrE .is-builder .eff-glitch {
  animation: none !important;
}
.cid-vegh9dFkrE .mbr-section-title {
  color: #ffea64;
}
.cid-veghjydLZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-veghjydLZa .runlight-enabled .btn {
  position: relative;
  padding: 15px 30px !important;
  border: none !important;
  background-color: #8401b8 !important;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  margin: 15px !important;
  border-radius: 8px !important;
}
.cid-veghjydLZa .runlight-enabled .btn::before {
  content: '';
  position: absolute;
  top: -150%;
  left: -50%;
  width: 200%;
  height: 400%;
  animation: rotateLight 5s linear infinite;
  z-index: -2;
  pointer-events: none;
}
.cid-veghjydLZa .runlight-enabled .btn::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #8401b8;
  z-index: -1;
  border-radius: 7px;
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+1)::before {
  background-image: conic-gradient(transparent, #530074, transparent 25%);
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+1) {
  animation: glow1 5s linear infinite;
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+2)::before {
  background-image: conic-gradient(transparent, #ffcf00, transparent 25%);
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+2) {
  animation: glow2 5s linear infinite;
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+3)::before {
  background-image: conic-gradient(transparent, #1a5ff9, transparent 25%);
}
.cid-veghjydLZa .runlight-enabled .btn:nth-child(3n+3) {
  animation: glow3 5s linear infinite;
}
@keyframes glow1 {
  0%,
  100% {
    box-shadow: 0 10px 15px -5px #530074;
  }
  25% {
    box-shadow: -10px 0 15px -5px #530074;
  }
  50% {
    box-shadow: 0 -10px 15px -5px #530074;
  }
  75% {
    box-shadow: 10px 0 15px -5px #530074;
  }
}
@keyframes glow2 {
  0%,
  100% {
    box-shadow: 0 10px 15px -5px #ffcf00;
  }
  25% {
    box-shadow: -10px 0 15px -5px #ffcf00;
  }
  50% {
    box-shadow: 0 -10px 15px -5px #ffcf00;
  }
  75% {
    box-shadow: 10px 0 15px -5px #ffcf00;
  }
}
@keyframes glow3 {
  0%,
  100% {
    box-shadow: 0 10px 15px -5px #1a5ff9;
  }
  25% {
    box-shadow: -10px 0 15px -5px #1a5ff9;
  }
  50% {
    box-shadow: 0 -10px 15px -5px #1a5ff9;
  }
  75% {
    box-shadow: 10px 0 15px -5px #1a5ff9;
  }
}
@keyframes rotateLight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-veghjydLZa .runlight-enabled .btn:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.cid-veghjydLZa .is-builder .runlight-enabled .btn::before {
  animation-play-state: paused;
}
.cid-vegihlJ0R0 {
  background-color: #370a42;
}
.cid-vegihlJ0R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vegihlJ0R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vegihlJ0R0 .image-wrap {
    display: block;
    margin: auto;
  }
}
.cid-vegihlJ0R0 .image-glow-wrapper {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 1px;
}
.cid-vegihlJ0R0 .image-glow-wrapper {
  animation: rainbowGlow 10s linear infinite;
}
.cid-vegihlJ0R0 .image-glow-wrapper::before {
  background-image: conic-gradient(red, yellow, lime, cyan, blue, magenta, red);
}
.cid-vegihlJ0R0 .image-glow-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  animation: rotateLight 10s linear infinite;
  z-index: 1;
  pointer-events: none;
}
.cid-vegihlJ0R0 .image-glow-wrapper img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 3;
  border-radius: 4px;
  margin: 4px;
}
@keyframes rainbowGlow {
  0% {
    box-shadow: 0 0 24px 8px red;
  }
  16% {
    box-shadow: 0 0 24px 8px orange;
  }
  33% {
    box-shadow: 0 0 24px 8px yellow;
  }
  50% {
    box-shadow: 0 0 24px 8px lime;
  }
  66% {
    box-shadow: 0 0 24px 8px cyan;
  }
  83% {
    box-shadow: 0 0 24px 8px blue;
  }
  100% {
    box-shadow: 0 0 24px 8px red;
  }
}
@keyframes rotateLight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-vegihlJ0R0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vegihlJ0R0 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vegihlJ0R0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vegihlJ0R0 .header-menu li p {
  margin: 0;
}
.cid-vegihlJ0R0 .mbr-section-title {
  color: #ffffff;
}
.cid-vegihlJ0R0 .header-menu-item {
  color: #ffffff;
}
.cid-vegihlJ0R0 .mbr-text,
.cid-vegihlJ0R0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vegihlJ0R0 .content-head {
  max-width: 800px;
}
.cid-veghlGfTOT {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ae12d6;
}
.cid-veghlGfTOT .item {
  margin-bottom: 30px;
}
.cid-veghlGfTOT .item-wrapper {
  position: relative;
  padding: 30px;
  background-color: #000c3f !important;
  border: 1px solid #be1200;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.cid-veghlGfTOT .runlight-container {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  animation: rotateLight 8s linear infinite;
  z-index: -2;
  pointer-events: none;
}
.cid-veghlGfTOT .item:nth-child(6n+1) .runlight-container {
  background-image: conic-gradient(transparent, #e7f800, transparent 25%);
  animation-delay: 0s;
}
.cid-veghlGfTOT .item:nth-child(6n+2) .runlight-container {
  background-image: conic-gradient(transparent, #be1200, transparent 25%);
  animation-delay: 0.5s;
}
.cid-veghlGfTOT .item:nth-child(6n+3) .runlight-container {
  background-image: conic-gradient(transparent, #004eff, transparent 25%);
  animation-delay: 1s;
}
.cid-veghlGfTOT .item:nth-child(6n+4) .runlight-container {
  background-image: conic-gradient(transparent, #ffaa00, transparent 25%);
  animation-delay: 1.5s;
}
.cid-veghlGfTOT .item:nth-child(6n+5) .runlight-container {
  background-image: conic-gradient(transparent, #cc00ff, transparent 25%);
  animation-delay: 2s;
}
.cid-veghlGfTOT .item:nth-child(6n+6) .runlight-container {
  background-image: conic-gradient(transparent, #13e5e1, transparent 25%);
  animation-delay: 2.5s;
}
.cid-veghlGfTOT .item-wrapper::after {
  content: '';
  position: absolute;
  inset: 15px;
  background: #000c3f;
  z-index: -1;
  pointer-events: none;
}
.cid-veghlGfTOT .item-content {
  position: relative;
  z-index: 2;
}
@keyframes rotateLight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-veghlGfTOT .item-price {
  color: #ffffff;
}
.cid-veghlGfTOT .item-title {
  color: #ffffff;
}
