@media (min-width: 1480px) {
  .container {
    min-width: 1400px;
  }
}
#common_menu {
  display: none;
}
.ipsNavigation_main {
  background: transparent !important;
}
.ipsNavigation_main li:not(.ipsNavigation_language) {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #d7eed4;
  border-radius: 1px;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #7b9d7b;
}
*::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #33E53E /*background-color: #07489d;*/;
}
.scroll-container + footer {
  display: none;
}
.play-on-pc {
  position: absolute;
  right: 0;
  bottom: 5vh;
  z-index: 10;
}
.play-on-pc a {
  display: block;
  width: 250px;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.6;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.play-on-pc a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .play-on-pc a {
    width: 170px;
  }
}
@media (max-width: 640px) {
  .play-on-pc a {
    width: 100px;
  }
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-16x9:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
html{
  overflow-x: inherit!important;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.ipsApp {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background: #1C4283;
}
body.ipsApp * {
  box-sizing: border-box;
}
body.ipsApp h1,
body.ipsApp .asH1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  body.ipsApp h1,
  body.ipsApp .asH1 {
    font-size: 24px;
  }
}
body.ipsApp h2 {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.ipsApp h2 {
    font-size: 24px;
  }
}
body.ipsApp p {
  font-size: 17px;
  color: #d7e9fc;
}
@media (max-width: 1280px) {
  body.ipsApp p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.ipsApp p {
    font-size: 15px;
  }
}
body.ipsApp a {
  text-decoration: underline;
  color: #BDE3FF;
}
body.ipsApp a:hover {
  color: #fff;
  text-decoration: none;
}
.ipsApp p {
  margin: 0;
  padding-bottom: 1rem;
}
.ipsApp .ipsButton {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 17px;
  transition: all 0.2s linear;
}
.ipsApp .ipsButton:hover {
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  filter: brightness(1.2);
}
.ipsApp .ipsButton.btn-green {
  width: 262px;
  background-color: #3FC940;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}
.ipsApp .ipsButton.btn-green img {
  max-width: 24px;
}
.ipsApp .ipsButton .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ipsApp .ipsButton-ps {
  background: #003d91;
}
.ipsApp .ipsButton-ps img {
  max-width: 22px;
  margin-right: 10px;
}
.ipsApp .ipsButton-xbox {
  background: #51a81b;
}
.ipsApp .ipsButton-xbox img {
  max-width: 22px;
  margin-right: 10px;
}

.ipsForm #form_join{
  display: none;
}
.ipsForm .ipsFieldRow_content{
  margin: 0!important;
}
@media (max-width: 768px) {
  .ipsApp .ipsButton {
    width: 128px;
    margin: 0 5px 10px;
  }
  .ipsApp .ipsButton-xbox,
  .ipsApp .ipsButton-ps {
    font-size: 0;
    height: 44px;
  }
  .ipsApp .ipsButton-xbox img,
  .ipsApp .ipsButton-ps img {
    margin: auto;
  }
}
.ipsApp .scroll-thumb {
  position: fixed;
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;

  transition: all .4s linear;

  display: block;
  width: 20px;
  height: 20px;
  margin: 40px auto 0;
  padding: 20px;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_arrow.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 10;
}
.ipsApp .scroll-thumb.sticky {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

@media(max-width: 640px){
  .ipsApp .scroll-thumb {
    bottom: 40px;
  }
}

*[data-toggle="collapse"] {
  display: flex;
  flex-direction: row;
}
*[data-toggle="collapse"] .arrow {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 7px;
  background-image: url("../src/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.2s linear;
}
*[data-toggle="collapse"] span {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
*[data-toggle="collapse"] span.show {
  display: none;
}
*[data-toggle="collapse"].collapsed .arrow {
  transform: rotate(0deg);
}
*[data-toggle="collapse"].collapsed span {
  display: none;
}
*[data-toggle="collapse"].collapsed span.show {
  display: inline-block;
}
.fullpage {
  font-family: 'Roboto', sans-serif;
}
.fullpage .container {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .fullpage .container {
    margin-bottom: 60px;
  }
}
.fullpage.halloween footer {
  padding: 40px 0;
}
.fullpage.halloween footer:before {
  display: none;
}
.fullpage.halloween footer p {
  font-size: 15px;
  opacity: 0.75;
}
.fullpage.halloween footer .container {
  margin-bottom: 0;
}
.fullpage.halloween .section.welcome {
  position: relative;
  justify-content: center;
  background-color: #030919;
  padding-bottom: 40px;
  height: 100vh;
  min-height: 1024px;
  z-index: 100;
}
.fullpage.halloween .section.welcome .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  z-index: -1;
}

.fullpage.halloween .section.welcome .video-wrap video {
  position: absolute;
  width: 100%;
  transition: all 0.2s linear;
  left: -200%;
  right: -200%;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

/*
.fullpage.halloween .section.welcome .video-wrap video:nth-of-type(2) { 
animation: opacityAnimate 32s linear infinite;
-webkit-animation: opacityAnimate 32s linear infinite;
-moz-animation: opacityAnimate 32s linear infinite;
}

.fullpage.halloween .section.welcome .video-wrap video:nth-of-type(2) { 
animation: opacityAnimate 32s linear infinite;
-webkit-animation: opacityAnimate 32s linear infinite;
-moz-animation: opacityAnimate 32s linear infinite;
}
.fullpage.halloween .section.welcome .video-wrap video:nth-of-type(3) { 
animation: opacityAnimate2 32s linear infinite;
-webkit-animation: opacityAnimate2 32s linear infinite;
-moz-animation: opacityAnimate2 32s linear infinite;
}*/

.fullpage.halloween .section.welcome .video-wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(4, 10, 24, 0) 0%, rgba(4, 10, 24, 80%) 60%, #040A18 100%);
}
.fullpage.halloween .section.welcome audio {
  /*opacity: 0;*/
}
.fullpage.halloween .section.welcome .title h1 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.15;
  animation: glow 2s ease-in-out infinite alternate;
  position: relative;
}
.fullpage.halloween .section.welcome .title h1.asH1{
  font-size: 72px;
}
.fullpage.halloween .section.welcome .desc {
  position: absolute;
  width: 100%;
  bottom: 10%;
  margin: auto;
}
.fullpage.halloween .section.welcome .desc .logo {
  display: block;
  width: 94%;
  max-width: 950px;
  margin: 0 auto 40px;
}
.fullpage.halloween .section.welcome .play {
  position: fixed;
  width: 64px;
  height: 64px;
  background-color: rgba(51, 229, 62, 0.5);
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/64_mute.svg?_cb=1629449438");
  background-position: 49%;
  background-size: 24px auto;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  cursor: pointer;
}
.fullpage.halloween .section.welcome .play:hover {
  background-color: rgba(51, 229, 62, 0.74);
}
.fullpage.halloween .section.welcome .play.active {
  background-color: rgba(51, 229, 62, 0.82);
  box-shadow: 0 0 20px rgba(99, 171, 95, 0.48), 0 0 10px #30b431;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/64_volume.svg?_cb=1629449438");
}
@media (max-width: 1200px) {
  .fullpage.halloween .section.welcome {
    min-height: 800px;
    max-height: 1000px;
  }
  .fullpage.halloween .section.welcome .title h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .fullpage.halloween .section.welcome {
    min-height: 640px;
    max-height: 800px;
  }
  .fullpage.halloween .section.welcome .title h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.8px) {
  .fullpage.halloween .section.welcome .cLogin_social{
    margin: auto;
  }
  .fullpage.halloween .section.welcome .login_form{
    margin-bottom: 160px;
  }
  .redeem-form form .redeemer_code{
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  .fullpage.halloween .section.welcome {
    min-height: 840px;
    max-height: 900px;
  }
  .fullpage.halloween .section.welcome .container {
    margin-bottom: 0;
  }
  .fullpage.halloween .section.welcome .video-wrap video {
    width: 200%;
    left: -300%;
    right: -225%;
  }
  .fullpage.halloween .section.welcome .title h1 {
    font-size: 42px;
    text-align: center;
  }
  .fullpage.halloween .section.welcome .title h1.asH1 {
    font-size: 34px;
  }
  .share-btns{
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .fullpage.halloween .section.welcome .title h1.asH1 {
    font-size: 26px;
  }
  .fullpage.halloween .section.welcome .title h4{
    font-size: 18px;
  }
}

/*
.fullpage .slider {
position: relative;
background: linear-gradient(180deg, #040a18 0%, #0f1a2b 60%, #0d1c3a 100%);
}
.fullpage .slider .wrap {
position: relative;
padding: 140px 0 0;
z-index: 1;
}
.fullpage .slider .wrap .swiper-thumbs {
position: relative;
overflow: hidden;
}
.fullpage .slider .wrap .swiper-gallery .swiper-slide {
position: relative;
background-color: #fff;
}
.fullpage .slider .wrap .swiper-slide img {
max-width: 100%;
}
.fullpage .slider .wrap .swiper-slide .desc {
position: absolute;
width: calc(100% - 40px);
left: 20px;
bottom: 20px;
background: rgba(27, 64, 125, 0.82);
backdrop-filter: blur(4px);
padding: 20px 30px;
color: #fff;
}
.fullpage .slider .wrap .swiper-slide .desc h2 {
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.fullpage .slider .wrap .swiper-slide .desc p {
font-size: 15px;
}
.fullpage .slider .wrap .swiper-slide .desc p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.fullpage .slider .wrap .swiper-button-next,
.fullpage .slider .wrap .swiper-button-prev {
top: 0;
bottom: 0;
margin: auto;
}
.fullpage .slider .wrap .swiper-button-next:after,
.fullpage .slider .wrap .swiper-button-prev:after {
font-size: 34px;
}
.fullpage .slider .wrap .swiper-pagination {
position: relative;
margin-top: 30px;
}
.fullpage .slider .wrap .swiper-pagination span {
background-color: #fff;
}
*/

.fullpage .section.slider {
  position: relative;
  /*background: linear-gradient(180deg, #040a18 0%, #121526 60%, #121526 100%);*/
  background: linear-gradient(180deg, #040a18 0%, #053143 15%, #084554 30%, #022225 60%, #060c1c 80%, #060c1c 100%);
}
.fullpage .section.slider .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 62%;
  margin-top: 100px;
  background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/64_halloween-bgupd.png');
  background-position: top center;
  background-size: 90% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.fullpage .section.slider .wrap .description{
  position: absolute;
  max-width: 800px;
  color: #fff;
  margin-bottom: 100px;
  bottom: -100px;
}
.fullpage .section.slider .wrap .description h3{
  text-transform: uppercase;
  font-weight: 600;
  color: #33E53E;
}

@media(min-width: 2400px){
  .fullpage .section.slider .container{
    min-width: 2280px;
  }
}
@media(min-width: 1960px){
  .fullpage .section.slider .container{
    min-width: 1920px;
  }
}
@media(max-width: 1960px){
  .fullpage .section.slider .wrap .description{
    bottom: -140px;
  }
}
@media(max-width: 992px){
  .fullpage .section.slider .wrap{
    padding-bottom: 100%;
    margin-bottom: 60px;
    background-size: 115% auto;
  }
  .fullpage .section.slider .wrap .description{
    top: 75%;
    bottom: auto;
  }
}
@media(max-width: 768px){
  .fullpage .section.slider {
    position: relative;
    background: linear-gradient(180deg, #040a18 0%, #053143 15%, #04293b 30%, #022225 60%, #060c1c 80%, #060c1c 100%);
  }
  .fullpage .section.slider .container{
    max-width: 100%;
    padding: 0;
  }
  
  .fullpage .section.slider .wrap{
    padding-bottom: 100%;
    margin-bottom: 60px;
    background-size: 125% auto;
  }
  .fullpage .section.slider .wrap .description{
    top: 68%;
    bottom: auto;
    width: 90%;
    max-width: 640px;
  }
  .fullpage .section.slider .wrap .description h3{
    font-size: 24px;
  }
}

@media(max-width: 520px){
  .fullpage .section.slider .wrap{
    margin-bottom: 90px;
    font-size: 15px;
  }
  .fullpage .section.slider .wrap .description {
    top: 75%;
  }
}
@media(max-width: 460px){
  .fullpage .section.slider .wrap{
    margin-bottom: 160px;
    font-size: 15px;
  }
}

.fullpage .bg-default {
  position: relative;
  background: linear-gradient(180deg, #16213f 0%, #256250 100%);
  padding-top: 140px;
}
.fullpage .bg-default h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}
.fancybox-image {
  background-color: #fff;
}

.redeem-form{
  background: #ffffff1f;
  padding: 30px;
  max-width: 640px;
  backdrop-filter: blur(5px);
}
.redeem-form h4{
  margin-bottom: 15px;
  color: #35bf37;
  font-weight: 600;
}
.redeem-form b{
  color: #35bf37;
  font-weight: 600;
}
.redeem-form form .redeemer_code{
  border-radius: 0;
  border: none;
  height: 40px;
}
.redeem-form form .redeemer_cta{
  border-radius: 0;
  background-color: #F48B1E;
  color: #fff;
  border: none;
  padding: 8px 22px;
  margin: 0;
  cursor: pointer;
  transition: all .2s linear;
}
.redeem-form form .redeemer_cta:hover{
  filter: brightness(1.2);
}
.redeem-form .socials .ipsGrid > .ipsGrid_span4{
  max-width: 132px;
  margin-left: 10px;
}
.redeem-form .socials h2{
  display: none;
}
.redeem-form .socials .ipsButton{
  width: 100%;
  min-width: auto;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid transparent;
  margin: 0;
}
.redeem-form .socials .ipsButton img{
  max-width: 32px;
}
.redeem-form .socials .ipsButton_discord{
  background-color: #7289d9;
}
.redeem-form .socials .ipsButton_reddit{
  background-color: #ff4500;
}
.redeem-form .socials .ipsButton_facebook{
  background-color: #4268b3;
}
.redeem-form .socials .ipsButton_twitter{
  background-color: #1dcaff;
}

@media(max-width: 768px){
  .redeem-form{
    padding: 30px 20px;
  }
}
@media(max-width: 640px){ 
  .redeem-form form .redeemer_code{
    width: calc(100% - 130px);
  }
  .redeem-form form .redeemer_cta{
    padding: 8px 18px;
  }
}
@media(max-width: 420px){ 
  .redeem-form form .redeemer_code,
  .redeem-form form .redeemer_cta{
    width: 100%;
    margin-bottom: 4px;
  }
}

.share-btns {
  display: flex;
  flex-wrap: wrap;
}
.share-btns a {
  display: block;
  position: relative;
  width: 60px;
  height: 40px;
  border-radius: 0;
  font-size: 0;
  margin: 0 2px 4px;
  transition: all .2s linear;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.share-btns a:not(:last-child) {
  margin-right: 5px;
}
.share-btns a.facebook {
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/30_fb-icon.svg");
  background-color: rgb(24, 119, 242);
}
.share-btns a.vkontakte {
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/30_vk-icon.svg");
  background-color: rgb(74, 118, 168);
}
.share-btns a.twitter {
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/30_twitter-icon.svg");
  background-color: rgb(29, 161, 242);
}
.share-btns a.telegram {
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/30_tg-icon.svg");
  background-color: rgb(0, 136, 204);
}
.share-btns a.reddit {
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/30_reddit-icon.svg");
  background-color: rgb(255, 69, 0);
}

@media (max-width: 380px) {
  .share-btns a{
    width: 45px;
  }
}

@keyframes updown {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes opacityAnimate {
  0% {opacity: 0;}
  20% {opacity: 1;}
  80% {opacity: 1;}
  90% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes opacityAnimate2 {
  0% {opacity: 0;}
  40% {opacity: 0.4;}
  50% {opacity: 1;}
  60% {opacity: 0.4;}
  100% {opacity: 0;}
}
@keyframes glow {
  from {
    text-shadow: 0 0 15px #24802f;
  }
  to {
    text-shadow: 0 0 20px rgba(99, 171, 95, 0.48), 0 0 10px #30b431;
  }
}
/*# sourceMappingURL=halloween.css.map */