#common_menu {
  display: none;
}
.ipsNavigation_main {
  background: transparent !important;
}
.ipsNavigation_main li:not(.ipsNavigation_language) {
  display: none;
}

.ipsNavigation_main .top-navigation__language a{
  opacity: 1;
  display: inline-block;
}

#dropdown1_menu{
  position: fixed!important;
  top: 40px!important;
}

@media(max-width: 1024px){
  .ipsNavigation_main td:not(:last-of-type){
    display: none;
  }
  .ipsNavigation_main td:last-of-type{
    margin-left: auto;
    text-align: right;
    padding-right: 20px;
  }
}

.bundles-socials{
  display: none;
}

*::-webkit-scrollbar-track{
  background-color: #e2e2e2;
  border-radius:1px;
}
*::-webkit-scrollbar{
  width: 10px;
  background-color:#e2e2e2
}
*::-webkit-scrollbar-thumb{
  border-radius:1px;
  background-color: #416cb7;
}
.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;
  }
}
body.ipsApp {
  font-family: 'Roboto', sans-serif;
  background: none;
}
body.ipsApp * {
  box-sizing: border-box;
}
body.ipsApp:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/52_map-layer.png");
  background-position: center;
  background-repeat: repeat;
}
body.ipsApp:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("https://ips4-wowslegends-global.gcdn.co/pages_media/52_map-pattern.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 120px auto;
  visibility: visible;
  z-index: -5;
}
body.ipsApp h1,
body.ipsApp .asH1 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  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: 30px;
  }
}

body.ipsApp h2 {
  text-shadow: none;
}
.ipsNavigation_main .clientButton.ipsButton{
  border: none;
}
@media (max-width: 768px) {
  body.ipsApp h2 {
    font-size: 24px;
  }
}
body.ipsApp p {
  font-size: 16px;
  color: #082750;
}
@media (max-width: 1280px) {
  body.ipsApp p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.ipsApp p {
    font-size: 15px;
  }
  a.clientButton.ipsButton{
    width: 142px;
    margin: 0 5px 10px!important;
  }
}
.ipsApp .ipsButton {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.1s all linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 540px) {
  .section.welcome-upd .tfpromoview .ipsButton, .section.welcome-upd .wrap .ipsButton{
    font-size: 0;
  }
  .section.welcome-upd .tfpromoview .ipsButton img, .section.welcome-upd .wrap .ipsButton img{
    left: 0;
    right: 0;
    margin: auto!important;
  }
}
.ipsApp .scroll-thumb {
  position: absolute;
  animation: updown 2s linear infinite;
  -webkit-animation: updown 2s linear infinite;
  -moz-animation: updown 2s linear infinite;
  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;
}
.section.videos:before {
  display: none;
}
.fpage-section {
  position: relative;
}
.fpage-section .section.welcome.welcome-upd {
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding-bottom: 52%;
  min-height: 95vh;
  max-height: 100vh;
}
.fpage-section .welcome-upd .container {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.fpage-section .welcome-upd .dac{
  margin-top: auto;
  margin-bottom: 140px;
}
.fpage-section .welcome-upd .bigLogo {
  width: 100%;
  max-width: 480px;
}
.fpage-section .welcome-upd video {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.fpage-section .welcome-upd .welcome__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
}
.fpage-section .welcome-upd .welcome__background:before {
  background: linear-gradient(180deg, rgba(28, 76, 128, 0) 16.15%, rgba(12, 52, 96, 0.478261) 53.12%, #0C3460 100%);
  /*opacity: 0.4;*/
}
.fpage-section .welcome-upd .welcome__background img{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: -150%;
  right: -150%;
  margin: auto;
}
.fpage-section .welcome-upd .welcome-title{
  font-family: 'Roboto';
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.fpage-section .welcome-upd .welcome-title span{
  display: block;
}
.fpage-section .welcome-upd .welcome-stitle{
  font-size: 36px;
  font-weight: 500;
  margin: 60px 0 40px;
  color: #fff;
}
.section .asH1 {
  color: #212529;
  text-shadow: none;
}
.section .clientButton.ipsButton {
  color: #fff;
  width: 180px;
  height: 56px;
  margin: 0 10px 10px;
  transition: all 0.2s linear;
  border: none;
  border-radius: 0;
  font-size: 17px;
}
.section .clientButton.ipsButton a{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.section .clientButton.ipsButton-xbox {
  background-color: #51a81b;
}
.section .clientButton.ipsButton-ps {
  background-color: #003d91;
}
.section .clientButton.ipsButton .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.section .clientButton.ipsButton .wrap img {
  width: 26px;
  margin-right: 8px;
}
.section .fullscreen {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  object-fit: cover;
  z-index: 3;
}
.section .fullscreen + .layer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 43%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 15;
}
.section .fullscreen + .layer .logo img {
  width: 90%;
  max-width: 520px;
}
@media (max-width: 768px) {
  .section .fullscreen + .layer {
    top: 26%;
  }
}
.section .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.section .loader:after {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAMAAAAOXP0IAAABTVBMVEUAAAAGdp0Je6MDcpkIeaFEzPsHd58IeqAxs98Je6NCy/oIeaEws98HeJ40t+Q3u+kXj7kSiLFDy/pByfg9xPMUi7QRhq4OgaoPhK0+xPIYkbtByPdCyvlCyvkzteEinskclb8YkLoNgakMf6cRhq88we86v+08wvBCyvlAx/U3veo1uOUxtOA4vOksrNgmpM8koMw9w/FByfcgmsVAx/U8wvAqqdQemMNDy/o8we8bk70/xvUsq9c2uecak71CyfhAyPc+xPMys+BDzPtAyPY8wvA4vOpCyvlByfgvr9strdkpp9JAyPdDy/orq9cxst5Byfchnccmo84vsNwtq9hCyvg2uuc/xvUytOARhq5Cyvkpp9I/xvQclb8vr9sinsg/xfRCyfhCyfg/xfQ6v+wtrNg6vus+w/I2uOUytOAqp9MpptFDyvk3ueczteJpRkt5AAAAb3RSTlMAAggFD/4LFgQe8hkVEgmPTDP439lFOScjIRnt46aigmZXMCseF9nT0czLu7ayoJGGgHd3c29vb2xlXE9MPTwqJBAP9PLOwsC1rZqamI+LhIN9fHdeXV1FRT82MzEuKCLr2c2wraagi25jV0I+OBwPqp0lAAACGklEQVRo3u3S13LaUBSF4SUBkhCS6L2DcaOYZjoG997iEtc4vSfvfxl8k8ST67My4+F7gX/WORtTU1P/RbST3E7o6z6HwwFxRofzuuMPCHJ3kPD5fOv+ncNO/2ZsWJoFITrzuk/3J5vfVyFU3a/rieRFFIJdvNHjb09uNAg22o7HF+pjiGbV/RvzJyMIF93ZSCRfahCuvxBfaBYgXjfw+h1jEGoB/8EYBJ8CgVoBBMuBueYqCLpzm8trIOhvznFCd1uzNcrTWe9n3QUwuGc/RsFwuVgegqFQXuxqYHAvug0wDIvlH6Bwb33WwHBVTEVB4S5egmJYSv0ExXHpCyiMVOoVKM5LZxoojnevQGFU9gxQDHbPwNH6MADHUYV0ecbekQWK20oLHIP9r+A43/8GjtbSLTheLD2AYlIywJGuWuCoVjVwpNMSOE7TrE2NUwsc7cYaODKNGDh67QdweNr34FjJrIDjPuMBRyyTtYFCzvZi4Aj2wuDwZlknEct6ZFDYgp4ZcHg9XnDEPEE7KKRQMAKOSDAkg0IJXbNuInLtJY2ye0OsUTOhnAIKOe+NSKBQczkVFJIzF2ZdejjvlEBh5vMu1leFwyYobK6I0w4K2eV8jinV6aKlXC67BAabqaqslF1VTZnSkhTTNEmzZPsEadZjS7ExWpJNmaRkUktWFF7r0SQmvib9FROem8SegkDSExDud2lqaupfvwD5jDiTVJbYgwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 76px;
  animation-name: loader-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section .gallery-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 20, 40, 0.2);
  margin: 140px 0 80px;
  padding: 50px;
  overflow: hidden;
}
.section .gallery-wrap * {
  outline: none;
}
.section .gallery-wrap h2 {
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  color: #082750;
}
.section .gallery-wrap .typesList {
  margin: 40px 0 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section .gallery-wrap .typesList .item .btn {
  position: relative;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  transition: all 0.2s linear;
}
.section .gallery-wrap .typesList .item .btn.collapsed {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.section .gallery-wrap .typesList .item .btn.collapsed:hover {
  opacity: 0.75;
}
.section .gallery-wrap .typesList .item .btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/52_active-item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .section .gallery-wrap {
    margin: 40px 0 30px;
  }
  .section .gallery-wrap .typesList {
    margin: 30px 0 20px;
    padding-bottom: 20px;
  }
  .section .gallery-wrap .typesList .item .btn {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 540px) {
  .section .gallery-wrap .typesList .item .btn {
    width: 50px;
    height: 50px;
  }
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide {
  display: block;
  position: relative;
  height: 124px;
  padding: 10px;
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide .item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 20, 40, 0.15);
  opacity: 0.5;
  transition: all 0.2s linear;
  cursor: pointer;
}
.section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide.swiper-slide-thumb-active .item {
  opacity: 1;
}
.section .gallery-wrap .swiper-slide img {
  max-width: 100%;
  padding: 20px 0;
}
.section .gallery-wrap .swiper-button-next:after, 
.section .gallery-wrap .swiper-button-prev:after{
  font-size: 26px;
}
.section .gallery-wrap .swiper-container.gallery-thumbs{
  width: 97%;
  padding: 0 40px;
  margin: auto;
}
.section .gallery-wrap .swiper-container.gallery-thumbs:before, .section .gallery-wrap .swiper-container.gallery-thumbs:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgb(255,255,255);
}
.section .gallery-wrap .swiper-container.gallery-thumbs:after {
  left: inherit;
  right: 0;
}

@media(max-width: 640px){
  .section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide{
    height: 96px;
  }
}
@media(max-width: 480px){
  .section .gallery-wrap .swiper-wrapper.thumbs .swiper-slide{
    height: 76px;
  }
}

.ipsFlag{
  box-shadow: 0 0 5px 1px rgb(0 20 40 / 30%);
}
@media (max-width: 1024px) {
  .section .gallery-wrap {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.section .videoGallery .item {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  margin: auto;
}
.section .videoGallery .item .wrap {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section .videoGallery .item .wrap .video {
  position: absolute;
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section .videoGallery .item .wrap .video:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #154aa6;
  opacity: 0.05;
  transition: all 0.2s linear;
}
.section .videoGallery .item .wrap .video:after {
  content: '';
  /*display: block;*/
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/50_play.png");
  background-size: 100px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.section .videoGallery .item .wrap:hover .video:before {
  opacity: 0.25;
}
.section .videoGallery .item .wrap:hover .video:after {
  opacity: 1;
}
.section .videoGallery .item .historical-skin {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color:#fff;
  max-width: 380px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s linear;
  margin: 10px;
}
.section .videoGallery .item .historical-skin img{
  width: 100%;
  filter: sepia(1);
  opacity: .75;
  transition: all .2s linear;
}
.section .videoGallery .item .historical-skin:hover{
  box-shadow: 0 0 9px 1px rgb(0 20 40 / 45%);
}

.section .videoGallery .swiper-button-prev,
.section .videoGallery .swiper-button-next{
  outline: none;
  top: 0;
  bottom: 200px;
  margin: auto;
}

@media (max-width: 1400px) {
  .section .videoGallery .item .historical-skin {
    max-width: 280px;
  }
}

@media (max-width: 992px) {
  .section .videoGallery .swiper-wrapper{
    margin: 0 0 40px;
  }
  .section .videoGallery .item .wrap .video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .section .videoGallery .item .wrap{
    margin: 0 10px;
  }
  .section .videoGallery .item .historical-skin{
    max-width: 200px;
    margin: 0;
    left: 0;
    bottom: -40px;
  }
  .section .videoGallery .swiper-button-prev,
  .section .videoGallery .swiper-button-next{
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .section .videoGallery .item .historical-skin{
    max-width: 120px;
  }
  .section .videoGallery .swiper-button-prev,
  .section .videoGallery .swiper-button-next{
    display: none;
  }
}

.swiper-pagination-bullet{
  margin: 0 3px;
}
.section .videoGallery .details {
  display: block;
  width: calc(100% - 100px);
  margin: 80px auto;
}
@media (max-width: 768px) {
  .section .videoGallery .details{
    width: 100%;
    margin: 60px 0;
    padding: 0;
  }
}
.section .video.wrap {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section .video.wrap .video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section .video.wrap .video:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #154aa6;
  opacity: 0.25;
  transition: all 0.2s linear;
}
.section .video.wrap .video:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
  background-image: url("//ips4-wowslegends-global.gcdn.co/pages_media/50_play.png");
  background-size: 100px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.section .video.wrap:hover .video:before {
  opacity: 0.35;
}
.section .video.wrap:hover .video:after {
  opacity: 1;
}
@media (max-width: 1280px) {
  .section-gallery {
    height: auto !important;
  }
  .fpage-section .section.welcome.welcome-upd{
    min-height: 700px;
    height: 1000px;
  }
  .fpage-section .welcome-upd .welcome-title{
    font-size: 48px;
  }
  .fpage-section .welcome-upd .welcome-stitle{
    font-size: 32px;
    margin: 40px 0 30px;
  }
}
@media (max-width: 1024px) {
  .fpage-section .welcome-upd .welcome-title{
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .fpage-section .welcome-upd .dac{
    margin-bottom: 110px;
  }
  .fpage-section .welcome-upd .welcome-title{
    font-size: 34px;
  }
  .fpage-section .welcome-upd .welcome__background img{
    height: 100%
  }
  .fpage-section .welcome-upd .welcome-stitle{
    font-size: 26px;
    margin: 30px 0 20px;
  }
  .fpage-section .welcome-upd .clientButton.ipsButton{
    width: 150px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .fpage-section .section.welcome.welcome-upd{
    height: auto;
  }
  .fpage-section .welcome-upd .welcome-title{
    font-size: 30px;
  }
  .fpage-section .welcome-upd .welcome-stitle{
    font-size: 24px;
    margin: 30px 0 20px;
  }
  .fpage-section .welcome-upd .clientButton.ipsButton{
    width: 150px;
    height: 50px;
  }
}

.wg-logo img {
  width: 200px;
}
.video-gallery_wrapper-upd{
  margin: 140px auto;
}
@media(max-width: 992px){
  .video-gallery_wrapper-upd{
    margin-top: 60px;
  }
}
footer {
  position: relative;
  margin-top: 160px;
  color: rgba(255, 255, 255, 0.6);
}
.fpage-section.footer:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/52_footerbg.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  bottom: -20px;
  z-index: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
}
footer ul a:hover {
  color: #fff;
  opacity: 1;
}

@media(max-width: 768px){
  .fpage-section.footer:before {
    height: 110vh;
    background-position: center top;
  }
}

#ipsLayout_footer{
  padding: 40px 0;
}

#ipsLayout_footer ul{
  flex-wrap: wrap;
}
#ipsLayout_footer ul.ipsList_inline{
  margin: 0;
}
#ipsLayout_footer ul.ipsList_inline li{
  margin: 0 20px 10px;
}
#ipsLayout_footer ul.ipsList_inline li a{ 
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: 16px;
  transition: all .2s linear;
}
#ipsLayout_footer ul.ipsList_inline li a:hover{
  color: #fff;
}

#ipsLayout_footer .ipsLayout_container p.copyrightsub{
  color: rgba(255, 255, 255, .5);
  font-size: 15px;
  line-height: 1.2;
}
@media(max-width: 768px){
  body.ipsApp:after{
    z-index: -5;
  }
  #ipsLayout_footer:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -20px;
    background: #1a3a77;
    z-index: -2;
    visibility: visible;
  }
  .fpage-section.footer:before{
    display: none;
  }
  #ipsLayout_footer.ipsClearfix:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/1946188883_53_footer-bg-min(4).png');
    background-position: center;
    left: 0;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 90%;
    z-index: -1;
  }
  #ipsLayout_footer ul.ipsList_inline{
    flex-direction: column;
  }
  #ipsLayout_footer .ipsGrid.ipsGrid_logo{
    flex-direction: column;
  }
  #ipsLayout_footer .ipsGrid.ipsGrid_logo .ipsGrid_span4{
    width: 100%;
    margin: 5px 0;
  }
}

.wg-logo img{
  max-width: 200px;
}
.ipsGrid_logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
}
.ipsGrid_logo a{
  opacity: 0.6;
  transition: all .3s;
}
.ipsGrid_logo a:hover{
  opacity: 1;
}
.copyrightsub{
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
}
.copyrightsub p{
  line-height: 1.2;
  padding-bottom: 8px;
}


#section0:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #416cb7;
  opacity: 0.25;
  z-index: 10;
}
@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);
  }
}
/*# sourceMappingURL=main.css.map */