:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, #00000080, #0000);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
:is(
    .swiper:not(.swiper-watch-progress),
    .swiper-watch-progress .swiper-slide-visible
  )
  .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
#_halloween_ {
  font-family: DinExp;
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
@keyframes _pulse {
  0% {
    transform: scaleZ(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleZ(1);
  }
}
@keyframes _transform_end {
  to {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
#_halloween_ [data-speed] {
  position: relative;
  z-index: 1;
}
#_halloween_ ._st_target._bounce {
  transform: scale(0);
}
#_halloween_ ._st_target._bounce.triggered {
  animation: _transform_end 0.75s calc(var(--index, 0) * 0.1s + 0.15s) forwards;
}
#_halloween_ p {
  line-height: inherit;
}
#_halloween_ :is(img, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}
#_halloween_ ._btn {
  display: block;
  width: 20.8333333333vw;
  margin: auto;
  transition: transform 0.35s;
}
#_halloween_ ._btn:hover {
  transform: scale(1.1);
}
#_halloween_ ._btn:not(:hover) {
  animation: _pulse ease-in-out infinite 1.5s;
}
#_halloween_ ._btn_img {
  display: block;
  margin: auto;
}
#_halloween_ ._btn_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0800;
  color: #fff;
  width: 100%;
  height: 3.6458333333vw;
  font-size: 1.5625vw;
  line-height: 100%;
  font-weight: 700;
  padding: 0 1em;
}
#_halloween_ ._btn_arrow {
  width: 0.666667em;
  height: 0.666667em;
  margin-left: 0.5em;
}
#_halloween_ ._sec_heading {
  width: 66.6666666667vw;
  margin: 0 auto;
  font-size: 5.7291666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 90%;
  text-transform: uppercase;
}
@keyframes _bounce_in {
  to {
    filter: none;
    opacity: 1;
    transform: none;
  }
}
#_halloween_ ._sec1 {
  position: relative;
  padding-top: var(--banner-top);
}
#_halloween_ ._sec1 > picture {
  display: block;
  width: 100%;
}
#_halloween_ ._sec1._st_target :is(._img1, ._img2, ._img3, ._img4) {
  transform: scale(0);
}
#_halloween_ ._sec1._st_target.triggered :is(._img1, ._img2, ._img3, ._img4) {
  animation: _transform_end 0.75s calc(var(--index, 0) * 0.1s + 0.25s) forwards;
}
#_halloween_ ._sec1_img {
  display: block;
  width: 100%;
  height: 42.7083333333vw;
  object-fit: cover;
}
#_halloween_ ._sec1_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 6.6666666667vw;
}
#_halloween_
  ._sec1.is-inview
  ._sec1_overlay
  :is(._img1, ._img2, ._img3, ._img4) {
  animation: _bounce_in 1s ease-in-out forwards;
}
#_halloween_ ._sec2 {
  position: relative;
  z-index: 2;
  min-height: 53.3333333333vw;
  background: url("data:image/svg+xml,%3Csvg width='1920' height='1035' viewBox='0 0 1920 1035' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L960 40.5L1920 0.5L1920 1035H0.00184917L0 0.5Z' fill='%23B01100'/%3E%3C/svg%3E")
      0% 0%/100% auto no-repeat,
    linear-gradient(to bottom, #b01100, #b01100) 0% 100px/100% 100% no-repeat;
  color: #fff;
  margin-top: -1.6666666667vw;
  display: flow-root;
}
#_halloween_ ._sec2_halloween {
  position: relative;
  border-radius: 9999px;
  width: 28.6458333333vw;
  height: 10.4166666667vw;
  margin: -1.6666666667vw auto 0;
  background-color: #b01100;
  padding: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#_halloween_ ._sec2_halloween ._img_a {
  display: block;
  width: 100%;
}
#_halloween_ ._sec2_halloween ._img_b {
  position: absolute;
  width: 4.4791666667vw;
  left: 12.9166666667vw;
  top: 3.125vw;
  transform: rotate(20deg);
}
#_halloween_ ._sec2_cont {
  padding: 10vw 0;
}
#_halloween_ ._sec2_heading {
  position: relative;
  font-size: 5.7291666667vw;
  line-height: 85%;
  width: 50%;
  margin: auto;
  font-weight: 700;
  text-align: center;
  color: inherit;
  text-transform: uppercase;
}
#_halloween_ ._sec2_heading ._headingimg {
  width: 41.6666666667vw;
  height: auto;
  display: block;
  margin: auto;
}
#_halloween_ ._sec2_heading ._icon {
  position: absolute;
  width: 7.8125vw;
  top: 2.0833333333vw;
  left: 21.875vw;
}
#_halloween_ ._sec2_heading ._iconimg {
  display: block;
  width: 100%;
}
#_halloween_ ._sec2_heading ._holder {
  display: inline-block;
  width: 8.3333333333vw;
}
#_halloween_ ._sec2_heading ._breaker {
  display: none;
}
#_halloween_ ._sec2_desc {
  max-width: 36.4583333333vw;
  margin: 1.6666666667vw auto;
  font-size: 1.1458333333vw;
  line-height: 120%;
  text-align: center;
  font-weight: 400;
}
#_halloween_ ._sec2_img {
  position: absolute;
}
#_halloween_ ._sec2_img img {
  width: 100%;
}
#_halloween_ ._sec2_img.a {
  top: 7.5vw;
  left: 11.1458333333vw;
  width: 14.7916666667vw;
}
#_halloween_ ._sec2_img.b {
  top: 5.9375vw;
  right: 3.3333333333vw;
  width: 19.0625vw;
}
#_halloween_ ._sec2_img.b img {
  transform: rotate(-9deg);
}
#_halloween_ ._sec2_img.c {
  bottom: 1.6666666667vw;
  left: 11.6666666667vw;
  width: 11.6666666667vw;
}
#_halloween_ ._sec2_img.c img {
  transform: rotate(144deg);
}
#_halloween_ ._sec2_img.d {
  bottom: -2.5vw;
  right: 11.6666666667vw;
  width: 15.1041666667vw;
}
#_halloween_ ._sec2_img.e {
  width: 5vw;
  right: 26.875vw;
  bottom: 15.625vw;
}
#_halloween_ :is(._sec2_heading, ._sec2_desc) {
  opacity: 0;
  transform: scale(0.5);
}
#_halloween_ ._sec2.triggered :is(._sec2_heading, ._sec2_desc) {
  animation: _transform_end 0.75s forwards;
}
#_halloween_ ._sec2.triggered ._sec2_heading ._icon,
#_halloween_ ._sec2_img:is(.a, .b, .c, .d, .e) {
  transform: scale(0);
}
#_halloween_ ._sec2.triggered ._sec2_heading ._icon,
#_halloween_ ._sec2.triggered ._sec2_img:is(.a, .b, .c, .d, .e) {
  animation: _transform_end 0.75s 0.5s forwards;
}
#_halloween_ ._sec3 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 8.3333333333vw;
  margin-bottom: 16.6666666667vw;
}
#_halloween_ ._sec3 .swiper {
  margin-top: 6.6666666667vw;
}
#_halloween_ ._sec3 ._party {
  --party-img-shadow-spread: 20px;
  width: 41.6666666667vw;
  text-align: center;
}
#_halloween_ ._sec3 ._party._a {
  --stroke: #ff5900;
  --party-time-bgcolor: var(--stroke);
}
#_halloween_ ._sec3 ._party._b {
  --stroke: #000000;
  --party-time-bgcolor: #e2120b;
  --party-time-color: #000000;
}
#_halloween_ ._sec3 ._party._c {
  --stroke: #b01100;
  --party-time-bgcolor: #b01100;
  --party-time-color: #ffffff;
}
#_halloween_ ._sec3 ._party_title {
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 80%;
  margin-bottom: 2.5vw;
  transform: scale(0);
}
#_halloween_ ._sec3 ._party_poster {
  position: relative;
}
#_halloween_ ._sec3 ._party_time {
  font-size: 1.5625vw;
  padding: 0.5em 0.8em;
  line-height: 100%;
  background-color: var(--party-time-bgcolor);
  color: var(--party-time-color);
  font-weight: 700;
  position: absolute;
  bottom: -1.0416666667vw;
  right: -3.3333333333vw;
  transform: scale(0) rotate(-5deg);
}
#_halloween_ ._sec3 ._party_img_decoration {
  transform: scale(0);
}
#_halloween_ ._sec3 ._party_img_decoration img {
  display: block;
  width: 100%;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration._a {
  animation-delay: 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img_decoration._b {
  animation-delay: 0.75s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_time {
  transition: transform 0.5s 0.75s ease-in-out;
  transform: scale(1) rotate(-5deg);
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._a {
  position: absolute;
  left: -6.6666666667vw;
  bottom: -4.1666666667vw;
  width: 10.7291666667vw;
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._b {
  position: absolute;
  right: -5.2083333333vw;
  bottom: 2.5vw;
  width: 10.8333333333vw;
}
#_halloween_ ._sec3 ._party._a ._party_img_decoration._b img {
  transform: rotate(20deg);
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._a {
  position: absolute;
  left: -4.1666666667vw;
  bottom: -4.1666666667vw;
  width: 10.7291666667vw;
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._b {
  position: absolute;
  right: -3.3333333333vw;
  bottom: 2.5vw;
  width: 6.3541666667vw;
}
#_halloween_ ._sec3 ._party._b ._party_img_decoration._b img {
  transform: rotate(-170deg);
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._a {
  position: absolute;
  width: 10.5208333333vw;
  left: -5vw;
  bottom: -2.8125vw;
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._a img {
  transform: rotate(-9deg);
}
#_halloween_ ._sec3 ._party._c ._party_img_decoration._b {
  position: absolute;
  width: 5vw;
  right: -2.5vw;
  bottom: 1.6666666667vw;
}
#_halloween_ ._sec3 ._party_img {
  display: block;
  width: 100%;
  transition: box-shadow 0.25s 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_img {
  box-shadow: 0 0 0 var(--party-img-shadow-spread) var(--stroke);
}
#_halloween_ ._sec3 ._party_desc {
  font-size: 1.1458333333vw;
  margin-top: 3.3333333333vw;
  padding: 0 2.6041666667vw;
}
#_halloween_ ._sec3 ._party_desc {
  opacity: 0;
  transform: scale(0);
}
#_halloween_
  ._sec3
  ._party.swiper-slide-active
  :is(._party_title, ._party_desc) {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_title {
  animation-delay: 0.5s;
}
#_halloween_ ._sec3 ._party.swiper-slide-active ._party_desc {
  animation-delay: 0.6s;
}
#_halloween_ ._sec3 .swiper-btn {
  --between: 20vw;
  position: absolute;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 9999px;
  color: #ff8000;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  cursor: pointer;
}
#_halloween_ ._sec3 .swiper-btn._prev {
  left: var(--between);
  transform: rotate(180deg);
}
#_halloween_ ._sec3 .swiper-btn._next {
  right: var(--between);
}
@keyframes _swiper-btn-chevron-shuffle {
  50% {
    transform: translate(200%);
  }
  51% {
    transform: translate(-200%);
  }
}
#_halloween_ ._sec3 .swiper-btn-chevron {
  position: absolute;
  width: 50%;
  height: 50%;
  inset: 0;
  margin: auto;
}
#_halloween_ ._sec3 .swiper-btn:hover .swiper-btn-chevron {
  animation: _swiper-btn-chevron-shuffle 0.5s;
}
#_halloween_ ._sec3_star {
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
}
#_halloween_ ._sec3_star svg {
  display: block;
  width: 100%;
}
#_halloween_ ._sec3_star._a {
  color: #00b41b;
  top: 10.8333333333vw;
  left: 15.15625vw;
}
#_halloween_ ._sec3_star._b {
  color: #b01100;
  top: 24.2708333333vw;
  right: 19.7916666667vw;
}
#_halloween_ ._sec3_star._c {
  color: #ff0004;
  top: 47.9166666667vw;
  left: 20.8333333333vw;
}
#_halloween_ ._sec3_star._c svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec3_star._d {
  color: #ff8000;
  bottom: 0vw;
  right: 20.8333333333vw;
}
#_halloween_ ._sec3_party_images {
  position: relative;
  margin: auto;
  perspective: 1200px;
  height: 10.4166666667vw;
  margin-top: -2.6041666667vw;
}
#_halloween_ ._sec3_party_image {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: none;
  transform-style: preserve-3d;
}
#_halloween_ ._sec3_party_image._a {
  z-index: 1;
  transform: scale(0.333) translate(-128px) rotate(-4deg);
}
#_halloween_ ._sec3_party_image._b {
  z-index: 3;
  transform: scale(0.333);
}
#_halloween_ ._sec3_party_image._c {
  z-index: 2;
  transform: scale(0.333) translate(128px) rotate(4deg);
}
#_halloween_ ._sec3_desc {
  width: 33.3333333333vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5625vw;
  line-height: 100%;
  font-weight: 700;
}
#_halloween_ ._sec3_desc br {
  display: none;
}
#_halloween_ ._sec3_heading ._text3 {
  color: #b01100;
}
#_halloween_ ._sec4_and_sec5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 16.6666666667vw auto;
}
#_halloween_ ._sec4_and_sec5 > * {
  position: absolute;
  width: 100%;
}
#_halloween_ ._sec4_and_sec5 ._sec4 {
  margin: 0;
}
#_halloween_ ._sec4 {
  position: relative;
  margin: 16.6666666667vw 0 8.3333333333vw;
}
#_halloween_ ._sec4_heading {
  position: relative;
  padding: 0 10vw;
}
#_halloween_ ._sec4_heading :is(._text5, ._text6) {
  color: #ec0004;
}
#_halloween_ ._sec4_heading ._icon {
  position: absolute;
  width: 11.6666666667vw;
  top: 0;
  left: 36.4583333333vw;
}
#_halloween_ ._sec4_heading ._iconimg {
  display: block;
  width: 100%;
  transform: rotate(10deg);
}
#_halloween_ ._sec4_img {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec4_img :is(img, svg) {
  width: 100%;
}
#_halloween_ ._sec4_and_sec5.triggered ._sec4_img {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec4_img.a {
  width: 15.625vw;
  top: -6.6666666667vw;
  left: 10vw;
}
#_halloween_ ._sec4_img.a img {
  transform: rotate(10deg);
}
#_halloween_ ._sec4_img.b {
  width: 15.625vw;
  top: 5.625vw;
  right: 6.6666666667vw;
}
#_halloween_ ._sec4_img.c {
  width: 7.8125vw;
  left: 19.7916666667vw;
}
#_halloween_ ._sec4_img.d {
  display: none;
}
#_halloween_ ._sec5_img {
  display: block;
  margin: auto;
  width: 31.25vw;
}
#_halloween_ ._sec5_line {
  margin: -0.625vw auto 0;
  width: 9.7916666667vw;
}
#_halloween_ ._sec5_wrap {
  position: relative;
  background-color: #b00000;
  color: #f9f0e1;
  width: 31.25vw;
  margin: auto;
  padding: 2.5vw 1.6666666667vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  border-radius: 8px;
}
#_halloween_ ._sec5_wrap:after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: inherit;
  border: 4px solid #ffd08d;
}
#_halloween_ ._sec6 {
  position: relative;
  margin-top: 10vw;
}
#_halloween_ ._sec6_chatimg {
  width: 46.875vw;
  margin: auto;
  transform: scale(0.5);
  opacity: 0;
}
#_halloween_ ._sec6.triggered ._sec6_chatimg {
  animation: _transform_end 0.75s 0.5s forwards;
}
#_halloween_ ._sec6_purchase {
  margin-top: -7.5vw;
  width: 18.75vw;
}
#_halloween_ ._sec6_purchase ._btn_wrapper {
  background-color: #b01100;
}
#_halloween_ ._sec6_img {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec6_img :is(img, svg) {
  width: 100%;
}
#_halloween_ ._sec6.triggered ._sec6_img:is(.a) {
  animation: _transform_end 0.5s 0.25s forwards;
}
#_halloween_ ._sec6.triggered ._sec6_img:is(.b, .c, .d, .e) {
  animation: _transform_end 0.5s 1s forwards;
}
#_halloween_ ._sec6_img.a {
  width: 18.2291666667vw;
  top: -1.6666666667vw;
  left: 6.6666666667vw;
}
#_halloween_ ._sec6_img.b {
  color: #fc0;
  width: 5.9375vw;
  bottom: -1.3020833333vw;
  left: 15.5208333333vw;
}
#_halloween_ ._sec6_img.c {
  width: 11.6666666667vw;
  top: -6.6666666667vw;
  right: 8.75vw;
}
#_halloween_ ._sec6_img.c img {
  transform: rotate(168deg);
}
#_halloween_ ._sec6_img.d {
  color: #fc34ff;
  width: 11.4583333333vw;
  left: 11.6666666667vw;
  top: 10.4166666667vw;
}
#_halloween_ ._sec6_img.d svg {
  transform: rotate(32deg);
}
#_halloween_ ._sec6_img.e {
  color: #ffa800;
  width: 2.5vw;
  right: 14.5833333333vw;
  bottom: 1.0416666667vw;
}
#_halloween_ ._sec6_img.e svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec7 {
  padding-bottom: 16.6666666667vw;
}
#_halloween_ ._sec7 .swiper {
  overflow: visible;
}
#_halloween_ ._sec7 .swiper-slide {
  width: 46.875vw;
}
#_halloween_ ._sec7 ._prod {
  position: relative;
  color: var(--foreground-color);
}
#_halloween_ ._sec7 ._prod_bg {
  --box-shadow-width: 16px;
  position: absolute;
  inset: auto 0 0;
  padding-top: 56.25%;
  background-color: var(--background-color);
}
#_halloween_ ._sec7 ._prod_bg_wrap {
  overflow: hidden;
  position: absolute;
  inset: 0;
}
#_halloween_ ._sec7 ._prod_snow {
  position: absolute;
  width: 11.6666666667vw;
  top: -2.0833333333vw;
  left: -2.0833333333vw;
}
#_halloween_ ._sec7 ._prod_hat {
  position: absolute;
  width: 7.2916666667vw;
  top: -3.6458333333vw;
  right: -4.1666666667vw;
}
#_halloween_ ._sec7 ._prod_bg_svg {
  position: absolute;
  right: -5.2083333333vw;
  bottom: -7.8125vw;
  color: var(--background-svg-color);
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_bg {
  transition: box-shadow 0.25s 0.5s;
  box-shadow: 0 0 0 var(--box-shadow-width) var(--stroke-color);
}
#_halloween_ ._sec7 ._prod._a {
  --background-color: #ff8166;
  --background-svg-color: #f86141;
  --foreground-color: #ffffff;
  --stroke-color: #ffaa98;
}
#_halloween_ ._sec7 ._prod._b {
  --background-color: #d50000;
  --background-svg-color: #960000;
  --foreground-color: #ffffff;
  --stroke-color: #ff0000;
  --subtitle-color: #000000;
}
#_halloween_ ._sec7 ._prod._c {
  --background-color: #484947;
  --background-svg-color: #101010;
  --foreground-color: #ffffff;
  --stroke-color: #bebebe;
  --subtitle-color: #ff0000;
}
#_halloween_ ._sec7 ._prod._d {
  --background-color: #ff45b5;
  --background-svg-color: #f30092;
  --foreground-color: #ffffff;
  --stroke-color: #ff7fcc;
  --subtitle-color: #000000;
}
#_halloween_ ._sec7 ._prod._e {
  --background-color: #0087ff;
  --background-svg-color: #0066ff;
  --foreground-color: #ffffff;
  --stroke-color: #9deefe;
  --subtitle-color: #000070;
}
#_halloween_ ._sec7 ._prod_img {
  position: relative;
  display: block;
  width: 100%;
}
#_halloween_ ._sec7 ._prod_info {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5vw 4.1666666667vw;
}
#_halloween_ ._sec7 ._prod_titles {
  font-size: 1.1458333333vw;
  font-weight: 700;
}
#_halloween_ ._sec7 ._prod_title1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  margin-top: -2px;
  background-color: currentColor;
  border-radius: 9999px;
}
#_halloween_ ._sec7 ._prod_desc {
  font-size: 0.9375vw;
  max-width: 16.6666666667vw;
  margin-top: 1em;
}
#_halloween_ ._sec7 ._prod_decoration {
  position: absolute;
  transform: scale(0);
}
#_halloween_ ._sec7 ._prod_decoration img {
  display: block;
  width: 100%;
}
#_halloween_ ._sec7 ._prod_title2 {
  color: var(--subtitle-color);
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._a {
  width: 6.25vw;
  left: 5vw;
  bottom: 13.5416666667vw;
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._a img {
  transform: rotate(14deg);
}
#_halloween_ ._sec7 ._prod._a ._prod_decoration._b {
  width: 11.6666666667vw;
  right: 3.3333333333vw;
  bottom: -2.0833333333vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._a {
  width: 11.6666666667vw;
  left: 2.0833333333vw;
  top: 11.6666666667vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._b {
  width: 10vw;
  right: 3.3333333333vw;
  bottom: -2.5vw;
}
#_halloween_ ._sec7 ._prod._b ._prod_decoration._b img {
  transform: rotate(-16deg);
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._a {
  width: 10.8333333333vw;
  bottom: 11.6666666667vw;
  left: 3.3333333333vw;
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._b {
  width: 13.3333333333vw;
  right: 0;
  bottom: -3.3333333333vw;
}
#_halloween_ ._sec7 ._prod._c ._prod_decoration._b img {
  transform: rotate(-9deg);
}
#_halloween_ ._sec7 ._prod._d ._prod_decoration._a {
  width: 11.6666666667vw;
  bottom: 11.6666666667vw;
  left: 1.25vw;
}
#_halloween_ ._sec7 ._prod._d ._prod_decoration._a img {
  transform: rotate(-10deg);
}
#_halloween_ ._sec7 ._prod._d ._prod_decoration._b {
  width: 8.9583333333vw;
  right: 0;
  bottom: -1.6666666667vw;
}
#_halloween_ ._sec7 ._prod._d ._prod_decoration._b img {
  transform: rotate(168deg);
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration {
  animation: _bounce_in 0.5s ease-in-out forwards;
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration._a {
  animation-delay: 0.25s;
}
#_halloween_ ._sec7 .swiper-slide-active ._prod_decoration._b {
  animation-delay: 0.5s;
}
#_halloween_ ._sec7 .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 20px;
}
#_halloween_ ._sec7 .swiper-pagination-bullet {
  --box-shadow-width: 3px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  cursor: pointer;
  background-color: #d50000;
  opacity: 0.5;
}
#_halloween_
  ._sec7
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  transform: scale(0.75);
}
#_halloween_ ._sec7 .swiper-pagination-bullet:hover {
  transform: scale(1);
}
#_halloween_ ._sec7 .swiper-pagination-bullet-active {
  opacity: 1;
}
#_halloween_ ._sec8 {
  position: relative;
  margin-top: 0;
  margin-bottom: 11.6666666667vw;
}
#_halloween_ ._sec8_img {
  position: absolute;
}
#_halloween_ ._sec8_img :is(img, svg) {
  width: 100%;
}
#_halloween_ ._sec8_img.a {
  width: 10vw;
  left: 11.6666666667vw;
  top: -1.6666666667vw;
}
#_halloween_ ._sec8_img.b {
  width: 11.6666666667vw;
  top: 9.375vw;
  right: 9.375vw;
}
#_halloween_ ._sec8_img.b img {
  transform: rotate(-20deg);
}
#_halloween_ ._sec8_img.c {
  width: 2.8125vw;
  left: 20.8333333333vw;
  bottom: 0.8333333333vw;
  color: #1e7205;
}
#_halloween_ ._sec8_img.c svg {
  transform: rotate(45deg);
}
#_halloween_ ._sec8_heading {
  position: relative;
  padding: 0 7.5vw;
}
#_halloween_ ._sec8_heading :is(._text5, ._text6) {
  color: #1e7205;
}
#_halloween_ ._sec8_heading ._icon {
  position: absolute;
  width: 6.25vw;
  top: 4.1666666667vw;
  right: 13.5416666667vw;
}
#_halloween_ ._sec8_heading ._iconimg {
  width: 100%;
  transform: rotate(16deg);
}
#_halloween_ ._sec8_heading ._breaker {
  display: none;
}
#_halloween_ ._sec8_heading._st_target {
  transform: scale(0.5);
  opacity: 0;
}
#_halloween_ ._sec8_heading._st_target.triggered {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec8_img._st_target {
  transform: scale(0);
}
#_halloween_ ._sec8_img._st_target.triggered {
  animation: _transform_end 0.5s 0.5s forwards;
}
#_halloween_ ._sec9 {
  position: relative;
  z-index: 1;
  margin-top: 10vw;
}
#_halloween_ ._sec9_wrap {
  max-width: 75vw;
  margin: auto;
}
#_halloween_ ._sec9_notice {
  width: 33.3333333333vw;
}
#_halloween_ ._sec9_notice ._img {
  display: block;
}
#_halloween_ ._sec9_notice ._wrap {
  position: relative;
  background-color: #b01100;
  color: #ffd08d;
  padding: 2.0833333333vw 2.5vw 1.875vw;
  font-size: 3.3333333333vw;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: -2px;
}
#_halloween_ ._sec9_notice ._wrap:after {
  content: '';
  position: absolute;
  inset: 0.8333333333vw;
  border: 4px solid currentColor;
  border-radius: inherit;
}
#_halloween_ ._sec9_notice ._desc {
  max-width: 23.4375vw;
  margin: 1.6666666667vw 2.0833333333vw 0;
  font-size: 1.1458333333vw;
  line-height: 1.3;
}
#_halloween_ ._sec9_notice ._desc a {
  font-weight: 700;
  color: red;
  border-bottom: 1px solid currentColor;
}
#_halloween_ ._sec9_notice ._span1 {
  color: #fff;
}
#_halloween_ ._sec9_notice ._rules {
  font-size: inherit;
  font-weight: 700;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
}
#_halloween_ ._sec9_notice ._rules:hover {
  border-bottom-color: currentColor;
}
#_halloween_ ._sec9_notice ._rules_arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.25em;
}
#_halloween_ ._sec9_award {
  display: flex;
  align-items: flex-end;
  margin-top: -19.7916666667vw;
}
#_halloween_ ._sec9_award_item {
  flex: 1;
}
@keyframes _sec9_award_block_anim {
  to {
    transform: none;
  }
}
@keyframes _gold_prize_bg_anim {
  to {
    transform: rotate(360deg);
  }
}
#_halloween_ ._sec9_award_block {
  position: relative;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_block {
  animation: _sec9_award_block_anim 1s forwards;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_block {
  background-color: #b79e60;
  height: 19.7916666667vw;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_block {
  background-color: #1e7205;
  height: 28.6458333333vw;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_block {
  background-color: #d50000;
  height: 37.5vw;
}
@keyframes _sec9_award_desc_fade {
  to {
    opacity: 1;
  }
}
#_halloween_ ._sec9_award_desc {
  position: absolute;
  inset: 0;
  padding: 2.5vw;
  color: #fff;
  font-size: 1.1458333333vw;
  font-weight: 700;
}
#_halloween_ ._sec9_award_desc,
#_halloween_ ._sec9_award_prize ._bgwrap {
  opacity: 0;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_desc,
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._bgwrap {
  animation: _sec9_award_desc_fade 0.5s forwards;
}
#_halloween_ ._sec9_award.triggered :is(._sec9_award_desc) {
  animation-delay: 1s;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._bgwrap {
  animation-delay: 0.5s;
}
#_halloween_ ._sec9_award_title {
  font-weight: inherit;
  font-size: 2.0833333333vw;
  margin-bottom: 0.25em;
}
#_halloween_ ._sec9_award_prize {
  position: relative;
}
#_halloween_ ._sec9_award_prize ._img {
  display: block;
}
#_halloween_ ._sec9_award_prize ._total {
  position: absolute;
  width: 7.8125vw;
  height: 7.8125vw;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  line-height: 7.8125vw;
  text-align: center;
}
#_halloween_ ._sec9_award_prize ._svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#_halloween_ ._sec9_award_prize :is(._x, ._number) {
  position: relative;
}
#_halloween_ ._sec9_award_prize ._x {
  font-size: 2.0833333333vw;
}
#_halloween_ ._sec9_award_prize ._number {
  font-size: 4.6875vw;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._total {
  bottom: 2.5vw;
  right: 2.5vw;
}
#_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._svg {
  --fill: #b79e60;
  --stroke: #f1efcf;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize {
  padding-bottom: 5.4166666667vw;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._img {
  transform: rotate(10deg);
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._total {
  bottom: 2.5vw;
  right: 1.6666666667vw;
}
#_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._svg {
  --fill: #1e7205;
  --stroke: #69b870;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize {
  padding-bottom: 6.6666666667vw;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgwrap {
  position: absolute;
  max-width: none;
  width: 65.1041666667vw;
  top: -12.5vw;
  right: -19.7916666667vw;
  z-index: -2;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgimg {
  width: 100%;
  animation: _gold_prize_bg_anim 60s linear infinite;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._total {
  bottom: 5.2083333333vw;
  right: 0.4166666667vw;
}
#_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._svg {
  --fill: #e20a0c;
  --stroke: #ffaaaa;
}
#_halloween_ ._sec9_award_prize :is(._imgwrap, ._total) {
  transform: scale(0);
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize :is(._imgwrap, ._total) {
  animation: _transform_end 0.5s forwards;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._imgwrap {
  animation-delay: 0.5s;
}
#_halloween_ ._sec9_award.triggered ._sec9_award_prize ._total {
  animation-delay: 0.75s;
}
#_halloween_ ._sec9_community {
  position: absolute;
  inset: auto 0 3.3333333333vw;
  margin: auto;
}
#_halloween_ ._sec9_community ._btn_wrapper {
  background-color: #b01100;
}
#_halloween_ ._sec9_star._a {
  position: absolute;
  left: 3.3333333333vw;
  top: 6.6666666667vw;
  color: #db220d;
}
#_halloween_ ._sec9_star._b {
  position: absolute;
  color: #1e7205;
  transform: rotate(45deg);
  right: 5vw;
  bottom: 18.75vw;
}
#_halloween_ ._sec10 {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding-top: 5.2083333333vw;
  margin-top: -2px;
}
#_halloween_ ._sec10_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#_halloween_ ._sec10_heading {
  position: relative;
  font-size: 5.7291666667vw;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
  max-width: 53.3333333333vw;
  margin: auto;
}
#_halloween_ ._sec10_heading ._placeholder {
  display: inline-block;
  width: 5vw;
}
#_halloween_ ._sec10_heading ._hat {
  position: absolute;
  right: 13.3333333333vw;
  bottom: 3.3333333333vw;
  width: 4.1666666667vw;
}
#_halloween_ ._sec10_heading ._icon {
  position: absolute;
  width: 6.6666666667vw;
  top: 4.6875vw;
  left: 21.3541666667vw;
}
#_halloween_ ._sec10_join {
  margin: 1.25vw auto 0;
}
#_halloween_ ._sec10_snow {
  position: absolute;
  width: 2.9166666667vw;
  filter: blur(5px);
}
#_halloween_ ._sec10_snow._a {
  top: 13.3333333333vw;
  right: 19.7916666667vw;
}
#_halloween_ ._sec10_snow._b {
  bottom: 6.6666666667vw;
  left: 22.5vw;
}
#_halloween_ ._sec11 {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: #fff;
  padding-top: 6.7708333333vw;
}
#_halloween_ ._sec11 ._footer_trophy {
  margin-top: -10.4166666667vw;
}
#_halloween_ ._sec11_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#_halloween_ ._sec11_heading {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.3333333333vw;
  line-height: 90%;
  font-weight: 700;
}
#_halloween_ ._sec11_heading ._yellow {
  color: #ffa24a;
  text-shadow: -3px -3px 10px #b10000, -3px 3px 10px #b10000,
    3px -3px 10px #b10000, 3px 3px 10px #b10000;
}
#_halloween_ ._sec11_heading ._hat {
  position: absolute;
  width: 2.5vw;
  right: 30.4166666667vw;
  top: -0.625vw;
}
#_halloween_ ._sec11_heading ._icon {
  position: absolute;
  width: 5vw;
  top: -1.6666666667vw;
  left: 47.3958333333vw;
}
#_halloween_ ._sec11_heading ._snow {
  display: none;
}
#_halloween_ ._sec11_desc {
  font-size: 1.1458333333vw;
  line-height: 110%;
  text-align: center;
  font-weight: 700;
  margin: 2.5vw 0;
}
#_halloween_ ._sec11_winnerlist {
  min-height: 28.125vw;
  margin: auto;
  max-width: 52.0833333333vw;
  padding: 6.6666666667vw 8.3333333333vw;
  background: url(/com/vaporesso/www/assets/img/2025/carnival-chrismas/winnerlist-bg.svg)
    center/100% 100% no-repeat;
}
#_halloween_ ._sec11_winner {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 90%;
  color: #d50000;
  margin: 0.25em 0;
  transition: opacity 0.25s;
}
#_halloween_ ._sec11_winner ._name {
  position: relative;
  display: inline-block;
  transition: transform 0.25s;
}
#_halloween_ ._sec11_winner:hover ._name {
  transform: scale(1.333);
}
#_halloween_ ._sec11_winner ._level {
  position: absolute;
  top: -0.5em;
  left: 100%;
  font-size: 0.625em;
  transform: scale(0);
  display: none;
}
#_halloween_ ._sec11_winner._first ._level {
  color: #ff6100;
}
#_halloween_ ._sec11_winner._second ._level {
  color: #a100ff;
}
#_halloween_ ._sec11_winner._third ._level {
  color: #ff00e5;
}
#_halloween_ ._sec11_winner:hover ._level {
  animation: _transform_end 0.25s 0.15s forwards;
  display: block;
}
#_halloween_ ._sec11_winner_fire {
  position: absolute;
  -webkit-mask-image: url(/com/vaporesso/www/assets/img/2025/carnival-chrismas/winner-firework.svg);
  mask-image: url(/com/vaporesso/www/assets/img/2025/carnival-chrismas/winner-firework.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: scale(0);
  display: none;
}
#_halloween_ ._sec11_winner_fire._green {
  width: 10vw;
  height: 10vw;
  background-color: #ffa800;
  left: 0;
  top: -2.0833333333vw;
}
#_halloween_ ._sec11_winner_fire._orange {
  width: 3.125vw;
  height: 3.125vw;
  background-color: #0087ff;
  bottom: -1.25vw;
  right: 9.375vw;
}
#_halloween_ ._sec11_winner:hover ._sec11_winner_fire {
  display: block;
  animation: _transform_end 0.25s 0.15s forwards;
}
#_halloween_ ._sec11_sticker {
  position: absolute;
}
#_halloween_ ._sec11_sticker :is(img, svg) {
  display: block;
  width: 100%;
}
#_halloween_ ._sec11_sticker._a {
  width: 2.9166666667vw;
  left: 16.6666666667vw;
  top: 31.25vw;
  filter: blur(5px);
}
#_halloween_ ._sec11_sticker._b {
  width: 15.625vw;
  right: 9.375vw;
  top: 23.9583333333vw;
  transform: rotate(-70deg);
}
#_halloween_ ._sec11_sticker._c {
  display: none;
}
#_halloween_ ._footer_trophy {
  position: relative;
  max-width: 40.2083333333vw;
  margin: auto;
}
#_halloween_ ._footer_trophy ._img {
  display: block;
  width: 100%;
}
#_halloween_ ._footer_trophy ._icon {
  position: absolute;
  z-index: 1;
}
#_halloween_ ._footer_trophy ._icon :is(img, svg) {
  width: 100%;
}
#_halloween_ ._footer_trophy ._icon._a {
  position: absolute;
  width: 12.2916666667vw;
  top: 13.3333333333vw;
  left: -2.5vw;
}
#_halloween_ ._footer_trophy ._icon._b {
  position: absolute;
  width: 9.84375vw;
  top: 15.1041666667vw;
  right: -2.5vw;
}
#_halloween_ ._footer_trophy ._icon:is(._c, ._d) {
  color: #ff0;
  width: 1.25vw;
  height: 1.25vw;
}
#_halloween_ ._footer_trophy ._icon._c {
  left: 23.4375vw;
  top: 7.2916666667vw;
}
#_halloween_ ._footer_trophy ._icon._d {
  right: 31.25vw;
  top: 1.0416666667vw;
  transform: rotate(45deg);
}
#_halloween_ ._terms_and_conditions {
  background-color: #261f3e;
  color: #fff;
  padding: 4.1666666667vw;
}
#_halloween_ ._terms_and_conditions .footer-page {
  background-color: initial;
  font-size: 16px;
  line-height: 1.625;
}
#_halloween_ ._terms_and_conditions ._wrap {
  max-width: 950px;
}
#_halloween_ ._terms_and_conditions a {
  color: #d50000;
  border-bottom: 1px solid currentColor;
}
#_halloween_ ._terms_and_conditions a:hover {
  color: #00da0f;
}
@media (max-width: 1023px) {
  #_halloween_ {
    font-size: 4.2666666667vw;
  }
  #_halloween_ ._btn {
    width: 66.1333333333vw;
  }
  #_halloween_ ._btn_wrapper {
    font-size: 4.8vw;
    height: 10.6666666667vw;
  }
  #_halloween_ ._sec_heading {
    font-size: 9.6vw;
    width: 100%;
  }
  #_halloween_ ._sec1 {
    min-height: auto;
    height: auto;
  }
  #_halloween_ ._sec1_img {
    height: 160vw;
  }
  #_halloween_ ._sec1_overlay {
    top: var(--banner-top);
    padding-top: 29.8666666667vw;
    justify-content: flex-start;
  }
  #_halloween_ ._sec1_overlay ._img1,
  #_halloween_ ._sec1_overlay ._img2 {
    width: 68.2666666667vw;
  }
  #_halloween_ ._sec1_overlay ._img3 {
    width: 59.7333333333vw;
    margin: 4px 0;
  }
  #_halloween_ ._sec1_overlay ._img4 {
    width: 51.2vw;
  }
  #_halloween_ ._sec2 {
    margin-top: -8.5333333333vw;
  }
  #_halloween_ ._sec2_halloween {
    width: 74.6666666667vw;
    height: auto;
    padding: 5.3333333333vw 8.5333333333vw;
    margin-top: -10.6666666667vw;
  }
  #_halloween_ ._sec2_halloween ._img_b {
    left: 34.1333333333vw;
    top: 7.4666666667vw;
    width: 10.6666666667vw;
  }
  #_halloween_ ._sec2_cont {
    padding: 42.6666666667vw 0 59.7333333333vw;
    width: auto;
  }
  #_halloween_ ._sec2_heading {
    font-size: 13.3333333333vw;
    line-height: 90%;
    width: auto;
  }
  #_halloween_ ._sec2_heading ._headingimg {
    width: 100%;
  }
  #_halloween_ ._sec2_heading ._icon {
    width: 18.1333333333vw;
    left: 42.6666666667vw;
    top: 5.3333333333vw;
  }
  #_halloween_ ._sec2_heading ._holder {
    width: 21.3333333333vw;
  }
  #_halloween_ ._sec2_heading ._breaker {
    display: initial;
  }
  #_halloween_ ._sec2_desc {
    position: relative;
    z-index: 1;
    max-width: none;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    max-width: 80vw;
  }
  #_halloween_ ._sec2_img.a {
    top: 21.3333333333vw;
    left: 7.4666666667vw;
    width: 28.8vw;
  }
  #_halloween_ ._sec2_img.b {
    top: 17.0666666667vw;
    right: 4.2666666667vw;
    width: 34.1333333333vw;
  }
  #_halloween_ ._sec2_img.c {
    width: 24vw;
    left: 12.8vw;
    bottom: 10.6666666667vw;
  }
  #_halloween_ ._sec2_img.d {
    width: 38.4vw;
    right: 2.1333333333vw;
    bottom: 12.8vw;
  }
  #_halloween_ ._sec2_img.e {
    width: 8.5333333333vw;
    left: auto;
    right: 4.8vw;
    bottom: 97.3333333333vw;
  }
  #_halloween_ ._sec3 {
    padding-top: 34.1333333333vw;
    margin-bottom: 0;
  }
  #_halloween_ ._sec3 .swiper {
    margin-top: 24vw;
  }
  #_halloween_ ._sec3 ._party {
    --party-img-shadow-spread: 10px;
    width: 55.4666666667vw;
  }
  #_halloween_ ._sec3 ._party_title {
    font-size: 9.6vw;
    margin-bottom: 6.4vw;
    margin-left: -21.3333333333vw;
    margin-right: -21.3333333333vw;
  }
  #_halloween_ ._sec3 ._party:is(._a, ._b) ._party_img_decoration._a {
    width: 25.6vw;
    left: -10.6666666667vw;
    bottom: -8.5333333333vw;
  }
  #_halloween_ ._sec3 ._party:is(._a, ._b) ._party_img_decoration._b {
    width: 17.0666666667vw;
    right: -10.6666666667vw;
    bottom: 2.1333333333vw;
  }
  #_halloween_ ._sec3 ._party._c ._party_img_decoration._a {
    width: 21.3333333333vw;
    left: -10.6666666667vw;
    bottom: -6.4vw;
  }
  #_halloween_ ._sec3 ._party._c ._party_img_decoration._b {
    width: 12.8vw;
    right: -9.6vw;
    bottom: 0;
  }
  #_halloween_ ._sec3 ._party_time {
    font-size: 4.8vw;
    bottom: -8.5333333333vw;
    right: -10.6666666667vw;
  }
  #_halloween_ ._sec3 ._party_desc {
    margin-top: 17.0666666667vw;
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
    padding: 0;
  }
  #_halloween_ ._sec3 ._party_desc p {
    display: inline;
  }
  #_halloween_ ._sec3 .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17.0666666667vw;
    margin-bottom: 17.0666666667vw;
    gap: 4.2666666667vw;
  }
  #_halloween_ ._sec3 .swiper-btn {
    position: relative;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #_halloween_ ._sec3 .swiper-btn._prev {
    left: 0;
  }
  #_halloween_ ._sec3 .swiper-btn._next {
    right: 0;
  }
  #_halloween_ ._sec3 .swiper-pagination {
    display: flex;
  }
  #_halloween_ ._sec3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border-radius: 9999px;
    background-color: #000;
  }
  #_halloween_
    ._sec3
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: #00000040;
  }
  #_halloween_ ._sec3_star {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  #_halloween_ ._sec3_star._a {
    top: 21.3333333333vw;
    left: 10.1333333333vw;
  }
  #_halloween_ ._sec3_star._b {
    top: 74.6666666667vw;
    right: 6.4vw;
  }
  #_halloween_ ._sec3_star._c {
    top: 133.3333333333vw;
    left: 10.6666666667vw;
  }
  #_halloween_ ._sec3_star._d {
    bottom: 26.6666666667vw;
    right: 10.6666666667vw;
  }
  #_halloween_ ._sec3_heading {
    width: 100%;
    font-size: 9.6vw;
  }
  #_halloween_ ._sec3_party_images {
    margin-top: 0;
    height: 53.3333333333vw;
  }
  #_halloween_ ._sec3_party_image {
    width: 55.4666666667vw;
  }
  #_halloween_ ._sec3_party_image._a {
    transform: scale(0.5) translate(-64px) rotate(-8deg);
  }
  #_halloween_ ._sec3_party_image._b {
    transform: scale(0.5);
  }
  #_halloween_ ._sec3_party_image._c {
    transform: scale(0.5) translate(64px) rotate(4deg);
  }
  #_halloween_ ._sec3_desc {
    font-size: 4.8vw;
    width: 74.6666666667vw;
  }
  #_halloween_ ._sec3_desc br {
    display: initial;
  }
  #_halloween_ ._sec4_and_sec5 {
    height: 100vh;
    margin: 0;
  }
  #_halloween_ ._sec4_heading ._icon {
    width: 17.0666666667vw;
    top: 2.6666666667vw;
    left: 56vw;
  }
  #_halloween_ ._sec4_img.a {
    width: 25.6vw;
    left: 12.8vw;
    top: -37.3333333333vw;
  }
  #_halloween_ ._sec4_img.b {
    width: 27.7333333333vw;
    top: auto;
    right: 7.4666666667vw;
    margin-top: 6.4vw;
    bottom: auto;
  }
  #_halloween_ ._sec4_img.c {
    display: block;
    width: 12.8vw;
    left: 21.3333333333vw;
    margin-top: 12.8vw;
  }
  #_halloween_ ._sec4_img.d {
    color: #ff0;
    width: 12.8vw;
    left: 21.3333333333vw;
    bottom: -32vw;
    display: none;
  }
  #_halloween_ ._sec5_img,
  #_halloween_ ._sec5_wrap {
    width: 64vw;
  }
  #_halloween_ ._sec5_wrap {
    font-size: 6.4vw;
    padding: 0.75em;
    border-radius: 4px;
    margin-top: -4px;
  }
  #_halloween_ ._sec5_wrap:after {
    inset: 4px;
    border-width: 2px;
  }
  #_halloween_ ._sec6 {
    margin-top: 17.0666666667vw;
  }
  #_halloween_ ._sec6_chatimg {
    width: 85.3333333333vw;
  }
  #_halloween_ ._sec6_purchase {
    width: 59.7333333333vw;
    margin: 0 0 0 12.8vw;
  }
  #_halloween_ ._sec6_img.a {
    width: 42.6666666667vw;
    top: -26.6666666667vw;
    left: auto;
    right: 12.8vw;
  }
  #_halloween_ ._sec6_img.b {
    width: 19.2vw;
    left: auto;
    right: 6.4vw;
    bottom: 59.7333333333vw;
  }
  #_halloween_ ._sec6_img.c {
    width: 21.3333333333vw;
    top: auto;
    right: auto;
    bottom: 34.1333333333vw;
    left: 5.3333333333vw;
  }
  #_halloween_ ._sec6_img.d {
    width: 21.3333333333vw;
    top: 42.6666666667vw;
    left: 6.4vw;
    bottom: 2.6666666667vw;
  }
  #_halloween_ ._sec6_img.e {
    width: 9.3333333333vw;
    right: 12.8vw;
    bottom: 2.6666666667vw;
  }
  #_halloween_ ._sec7 {
    margin-top: 25.6vw;
    padding-bottom: 0;
  }
  #_halloween_ ._sec7 .swiper {
    margin-right: -4.2666666667vw;
  }
  #_halloween_ ._sec7 .swiper-pagination {
    gap: 8px;
    margin: 17.0666666667vw 0;
  }
  #_halloween_ ._sec7 .swiper-slide {
    width: 69.3333333333vw;
  }
  #_halloween_ ._sec7 .swiper-slide-active {
    z-index: 1;
  }
  #_halloween_ ._sec7 .swiper-pagination-bullet {
    --box-shadow-width: 2px;
    width: 10px;
    height: 10px;
  }
  #_halloween_ ._sec7 ._prod {
    transition: transform 0.5s;
    transform-origin: 50% 100%;
  }
  #_halloween_ ._sec7 .swiper-slide-active ._prod {
    transform: scale(1.15);
  }
  #_halloween_ ._sec7 ._prod_bg {
    --box-shadow-width: 8px;
    padding-top: 0;
    aspect-ratio: 192/256;
    overflow: hidden;
  }
  #_halloween_ ._sec7 ._prod_bg_svg {
    position: absolute;
    width: 150%;
    max-width: none;
    inset: 0 auto auto 0;
  }
  #_halloween_ ._sec7 ._prod_info {
    padding: 8.5333333333vw 12.8vw;
  }
  #_halloween_ ._sec7 ._prod_titles {
    font-size: 3.2vw;
  }
  #_halloween_ ._sec7 ._prod_desc {
    max-width: 34.1333333333vw;
    font-size: 2.6666666667vw;
    margin-top: 0.5em;
  }
  #_halloween_ ._sec7 ._prod._a ._prod_decoration._a {
    width: 19.2vw;
    left: 0;
    bottom: 34.1333333333vw;
  }
  #_halloween_ ._sec7 ._prod._a ._prod_decoration._b {
    width: 34.1333333333vw;
    right: 5.3333333333vw;
    bottom: -6.4vw;
  }
  #_halloween_ ._sec7 ._prod._b ._prod_decoration._a {
    width: 30.4vw;
    top: auto;
    left: -6.4vw;
    bottom: 25.6vw;
  }
  #_halloween_ ._sec7 ._prod._b ._prod_decoration._b {
    width: 25.6vw;
    right: -3.2vw;
    bottom: -4.8vw;
  }
  #_halloween_ ._sec7 ._prod._c ._prod_decoration._a {
    width: 21.3333333333vw;
    left: 0;
    bottom: 25.6vw;
  }
  #_halloween_ ._sec7 ._prod._c ._prod_decoration._b {
    width: 27.7333333333vw;
    right: 2.4vw;
    bottom: -8.5333333333vw;
  }
  #_halloween_ ._sec7 ._prod._d ._prod_decoration._a {
    width: 25.6vw;
    left: -4.2666666667vw;
    bottom: 25.6vw;
  }
  #_halloween_ ._sec7 ._prod._d ._prod_decoration._b {
    width: 19.2vw;
    right: -2.1333333333vw;
    bottom: -4.2666666667vw;
  }
  #_halloween_ ._sec7 ._prod._e ._prod_decoration._a {
    width: 23.4666666667vw;
    left: -12.8vw;
    top: 40vw;
  }
  #_halloween_ ._sec7 ._prod._e ._prod_decoration._b {
    width: 25.6vw;
    right: -8.5333333333vw;
    bottom: -6.4vw;
  }
  #_halloween_ ._sec8 {
    margin: 74.6666666667vw 0;
  }
  #_halloween_ ._sec8_heading {
    font-size: 9.6vw;
    width: 100%;
    padding: 0;
  }
  #_halloween_ ._sec8_heading ._icon {
    width: 10.6666666667vw;
    top: 5.3333333333vw;
    right: 17.0666666667vw;
  }
  #_halloween_ ._sec8_heading ._breaker {
    display: block;
  }
  #_halloween_ ._sec8_img.a {
    width: 25.6vw;
    left: 17.0666666667vw;
    top: -29.8666666667vw;
  }
  #_halloween_ ._sec8_img.b {
    width: 34.1333333333vw;
    right: 6.4vw;
    top: auto;
    bottom: -40vw;
  }
  #_halloween_ ._sec8_img.b img {
    transform: rotate(-20deg);
  }
  #_halloween_ ._sec8_img.c {
    width: 9.6vw;
    left: 12.8vw;
    bottom: -29.8666666667vw;
  }
  #_halloween_ ._sec9_notice {
    width: 100%;
    padding-left: 8.5333333333vw;
    padding-right: 8.5333333333vw;
  }
  #_halloween_ ._sec9_notice :is(._img, ._wrap) {
    width: 59.7333333333vw;
  }
  #_halloween_ ._sec9_notice ._wrap {
    font-size: 6.4vw;
    padding: 0.5em;
  }
  #_halloween_ ._sec9_notice ._desc {
    max-width: none;
    font-size: 3.7333333333vw;
    margin: 6.4vw 0 0;
  }
  #_halloween_ ._sec9_notice ._rules {
    font-size: 3.7333333333vw;
    width: 21.3333333333vw;
    text-align: left;
  }
  #_halloween_ ._sec9_wrap {
    max-width: none;
  }
  #_halloween_ ._sec9_award {
    margin-top: -5.3333333333vw;
  }
  #_halloween_ ._sec9_award_item ._total {
    width: 12.8vw;
    height: 12.8vw;
  }
  #_halloween_ ._sec9_award_item ._x {
    font-size: 3.7333333333vw;
    line-height: 12.8vw;
  }
  #_halloween_ ._sec9_award_item ._number {
    font-size: 8.5333333333vw;
    line-height: 12.8vw;
  }
  #_halloween_ ._sec9_award_block {
    z-index: -1;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_prize {
    margin-bottom: 0;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_prize ._total {
    bottom: -4.2666666667vw;
    right: 2.1333333333vw;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_block {
    height: 58.6666666667vw;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_prize {
    padding-bottom: 6.4vw;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_prize ._total {
    bottom: -4.2666666667vw;
    right: 4.2666666667vw;
  }
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_block {
    height: 71.4666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize {
    margin-left: -10.6666666667vw;
    padding-bottom: 17.0666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._total {
    bottom: 4.2666666667vw;
    right: 4.2666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._img {
    width: 37.3333333333vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_prize ._bgwrap {
    width: 144vw;
    right: -48vw;
    top: -26.6666666667vw;
  }
  #_halloween_ ._sec9_award_item._gold ._sec9_award_block {
    height: 93.3333333333vw;
  }
  #_halloween_ ._sec9_award_desc {
    padding: 4.2666666667vw;
    font-size: 3.2vw;
  }
  #_halloween_ ._sec9_award_item._bronze ._sec9_award_desc,
  #_halloween_ ._sec9_award_item._sliver ._sec9_award_desc {
    top: 6.4vw;
  }
  #_halloween_ ._sec9_award_title {
    font-size: 4.2666666667vw;
  }
  #_halloween_ ._sec9_community {
    bottom: 10.6666666667vw;
  }
  #_halloween_ ._sec9_community ._btn_img {
    width: 80%;
  }
  #_halloween_ ._sec9_star._a {
    width: 10.6666666667vw;
    left: auto;
    top: -10.6666666667vw;
    right: 10.6666666667vw;
  }
  #_halloween_ ._sec9_star._b {
    display: none;
  }
  #_halloween_ ._sec10 {
    padding: 21.3333333333vw 4.2666666667vw 0;
  }
  #_halloween_ ._sec10_heading {
    font-size: 9.6vw;
    max-width: 100%;
  }
  #_halloween_ ._sec10_heading ._placeholder {
    display: none;
  }
  #_halloween_ ._sec10_heading ._placeholder2 {
    display: block;
  }
  #_halloween_ ._sec10_heading ._placeholder3 {
    display: inline-block;
    width: 10.6666666667vw;
  }
  #_halloween_ ._sec10_heading ._icon {
    width: 12.8vw;
    left: 32vw;
    top: 14.9333333333vw;
  }
  #_halloween_ ._sec10_heading ._hat {
    width: 7.4666666667vw;
    right: 3.2vw;
    bottom: 6.4vw;
  }
  #_halloween_ ._sec10_join {
    width: 66.1333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
  #_halloween_ ._sec10_snow {
    display: none;
  }
  #_halloween_ ._sec11 {
    padding: 26.6666666667vw 4.2666666667vw 0;
  }
  #_halloween_ ._sec11_heading {
    font-size: 9.6vw;
  }
  #_halloween_ ._sec11_heading ._icon {
    width: 12.8vw;
    left: 14.9333333333vw;
    top: 6.4vw;
  }
  #_halloween_ ._sec11_heading ._hat {
    width: 7.4666666667vw;
    top: 6.4vw;
    right: 14.4vw;
  }
  #_halloween_ ._sec11_desc {
    font-size: 4.8vw;
    margin: 10.6666666667vw 17.0666666667vw 6.4vw;
  }
  #_halloween_ ._sec11_winnerlist {
    max-width: none;
    min-height: 85.3333333333vw;
    padding: 21.3333333333vw 16vw;
    background-image: url(/com/vaporesso/www/assets/img/2025/carnival-chrismas/winnerlist-bg2.svg);
  }
  #_halloween_ ._sec11_winner {
    font-size: 6.4vw;
  }
  #_halloween_ ._sec11_winner ._level {
    position: static;
    display: none;
  }
  #_halloween_ ._sec11_winner_fire._green {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    left: -2.1333333333vw;
    top: -5.3333333333vw;
  }
  #_halloween_ ._sec11_winner_fire._orange {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  #_halloween_ ._sec11_sticker._a {
    width: 7.4666666667vw;
    top: 17.0666666667vw;
    left: 12.8vw;
    transform: rotate(-30deg);
    filter: blur(2px);
  }
  #_halloween_ ._sec11_sticker._b {
    display: none;
  }
  #_halloween_ ._sec11_sticker._c {
    display: block;
    position: absolute;
    filter: blur(2px);
    width: 10.6666666667vw;
    top: 56vw;
    right: 6.4vw;
  }
  #_halloween_ ._footer_trophy {
    max-width: 100%;
  }
  #_halloween_ ._footer_trophy ._icon._a {
    width: 19.7333333333vw;
    top: 32vw;
    left: 0;
  }
  #_halloween_ ._footer_trophy ._icon._b {
    width: 17.0666666667vw;
    top: 34.6666666667vw;
    right: 0;
  }
  #_halloween_ ._footer_trophy._a {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #_halloween_ ._terms_and_conditions .footer-page {
    padding-top: 0.8rem;
  }
}
._halloween_dialog_ {
  position: fixed;
  inset: 0;
  z-index: 11;
  background-color: #00000080;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._halloween_dialog_:is(.enter-active, .leave-active) {
  transition-property: background-color;
  transition-duration: 0.35s;
}
._halloween_dialog_:is(.enter-active, .leave-active) ._wrapper {
  transition-property: opacity transform;
  transition-duration: inherit;
}
._halloween_dialog_:is(.enter-from, .leave-to) {
  background-color: #0000;
}
._halloween_dialog_:is(.enter-from, .leave-to) ._wrapper {
  opacity: 0;
  transform: scale(0.75);
}
._halloween_dialog_ ._wrapper {
  max-height: 100%;
  padding: 192px 32px;
}
._halloween_dialog_ ._container {
  position: relative;
  max-width: 832px;
  margin: auto;
  background-color: #000;
  color: #fff;
  padding: 40px 96px 40px 40px;
  max-height: 100%;
  overflow: auto;
}
._halloween_dialog_ ._container::-webkit-scrollbar {
  width: 2px;
}
._halloween_dialog_ ._container::-webkit-scrollbar-thumb {
  background-color: #75fb4c;
}
._halloween_dialog_ ._title {
  font-weight: 700;
  font-size: 48px;
}
._halloween_dialog_ ._content {
  font-size: 14px;
  line-height: 20px;
}
._halloween_dialog_ ._content p {
  line-height: inherit;
}
._halloween_dialog_ ._content h3 {
  margin-top: 1.666667em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  color: #75fb4c;
  text-transform: uppercase;
}
._halloween_dialog_ ._content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1.5em;
}
._halloween_dialog_ ._content :is(ol, ul) {
  padding-left: 2em;
}
._halloween_dialog_ ._content ol {
  list-style: decimal;
}
._halloween_dialog_ ._content ul {
  list-style: disc;
}
._halloween_dialog_ ._content li {
  list-style: inherit;
}
._halloween_dialog_ ._close {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  border: 0;
  background-color: inherit;
  color: #75fb4c;
  cursor: pointer;
}
._halloween_dialog_ ._close:hover {
  background-color: #75fb4c;
  color: #000;
}
._halloween_dialog_ ._closesvg {
  position: absolute;
  width: 20px;
  height: 20px;
  inset: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  ._halloween_dialog_ ._wrapper {
    padding: 32px 16px;
  }
  ._halloween_dialog_ ._container {
    padding: 32px 20px;
  }
  ._halloween_dialog_ ._content h3 {
    font-size: 20px;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  ._halloween_dialog_ ._content h4 {
    margin-top: 1.25em;
  }
  ._halloween_dialog_ ._title {
    font-size: 24px;
  }
  ._halloween_dialog_ ._close {
    width: 40px;
    height: 40px;
  }
}
