html{
  scroll-behavior: smooth;
}

.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: .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;
  }
}


.ipsApp_front .navigation-wrapper{
  position: absolute;
    width: 100%;
}
.ipsApp .ipsButton{
  border: none!important;
}


/* clientButton */
a.clientButton.ipsButton{
  color: #fff;
  margin: 0 10px 10px;
  padding: 10px 20px;
  transition: all .2s linear;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
}
a.clientButton.ipsButton .wrap{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center
}
a.clientButton.ipsButton-xbox{
  background-color: #51a81b;  
}
a.clientButton.ipsButton-ps{
  background-color: #003d91;  
}
a.clientButton.ipsButton:hover{
  filter: brightness(1.2);
}

a.clientButton.ipsButton img{
  margin-right: 8px;
}

@media(min-width: 979px){
  a.clientButton.ipsButton{
    width: 180px;
    height: 56px;
  }
  a.clientButton.ipsButton img{
    width: 26px;
  }

}
/* end - clientButton */

.ipsNavigation_main .ipsNavigation_store a{
  margin: 0;
}
.ipsNavigation_main .ipsList_inline .ipsNavigation_language + .ipsNavigation_store{
  margin-left: 0;
  margin-right: 20px;
}

.welcome-upd .dac{
  position: absolute;
  width: 100%;
  max-width: 800px;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.welcome-upd__background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  overflow: hidden;
}

.welcome-upd__background.pattern:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_pattern-ellipse.png);
  background-size: 5px;
  opacity: .6;
  z-index: 10;
}
.welcome-upd__background video{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

section.tfpromoview .ipsButton{
  box-shadow: none!important;
}
section.tfpromoview .ipsButton:hover{
  filter: brightness(1.2);
}

.welcome.section.welcome-upd{
  position: abolsute;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding-bottom: 50px;
  overflow: hidden;
}
.activity-promo{
  height: 100%;
}
.activity-promo .owl-carousel.owl-loaded,
.activity-promo .owl-carousel .owl-stage-outer,
.activity-promo .owl-carousel .owl-stage,
.activity-promo .owl-carousel .owl-item{
  position: relative;
  height: 100%;
}
.activity-promo .owl-carousel .owl-item.active.center{
  z-index: 99;
}
.activity-promo .owl-carousel .owl-item.active.center:before{
  content: '';
  display: block;
  position: absolute;
  width: 112%;
  left: -6%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 185 255 / 50%) 30.16%, #00b9ff 60.16%, #00b9ff 100%);
  clip-path: polygon(5% 100%, 0 0, 100% 0, 95% 100%);
  top: 40px;
}
.activity-promo .owl-carousel .owl-item .carousel-item{
  position: absolute;
  width: 112%;
  height: 100%;
  left: -6%;
  clip-path: polygon(5% calc(100% + 1px), 0 0, calc(100% + 1px) 0, 95% calc(100% + 1px));
}
.activity-promo .owl-carousel .owl-item .carousel-item .activity-parallax{
  opacity: .6;
  transition: all .2s linear;
}
.activity-promo .owl-carousel .owl-item .carousel-item .activity-parallax:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: -moz-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
}

.activity-promo .owl-carousel .owl-item.active.center .carousel-item .activity-parallax{
  opacity: 1;
}
.activity-promo .owl-carousel .owl-item.active.center .carousel-item .activity-parallax:before{
  background-image: -moz-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
}
.activity-promo .owl-carousel .owl-item .container{
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1920px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 60px;
}
.activity-promo .owl-carousel .owl-item .carousel-item .title {
    opacity: 0;
    transition: all .2s linear;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 140px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    z-index: 9;
  	margin: auto;
}
.activity-promo .owl-carousel .owl-item.active.center .carousel-item .title{
  opacity: 1;
}
.activity-promo .owl-carousel .owl-item .square-brackets{
  background: none;
}

.activity-promo .activity__column{
  width: 100%;
}

.activity-promo .owl-carousel .owl-item .activity-description{
  max-width: 100%;
  padding: 0;
  opacity: 0;
}
.activity-promo .owl-carousel .owl-item.active.center .activity-description{
  opacity: 1;
}
.activity-promo .owl-carousel .owl-item .activity-description h1{
  display: none;
}
.activity-promo .owl-carousel .owl-item .activity-description center{
  text-align: left;
  margin: 0 -15px;
}
.activity-promo .owl-carousel .owl-item .activity-description center .clientButton{
  margin: 0 15px;
  max-width: 164px;
}
.activity-promo .owl-carousel .owl-item .activity-description__text{
  position: relative;
  font-size: 17px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(8, 18, 47, 0.8);
  margin-right: 60px;
  margin-left: auto;
  padding: 40px 50px;
  width: 100%;
  max-width: 800px;
  bottom: 30%;
  z-index: 10;
}
.activity-promo .owl-carousel .owl-item .activity-description__title{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.activity-promo .owl-carousel .owl-item .activity-description__title img{
  width: 32px;
  margin-right: 15px;
}

.ipsNavigation_main .ipsList_inline > li:not([class]){
  display: none!important;
}
.section.welcome-upd .welcome__background:before{
  top: 40px;
}
.welcome__background{
  clip-path: none!important;
  -webkit-clip-path: none!important;
}
.welcome.section:before{
  background-color: transparent!important;
  clip-path: none!important;
  -webkit-clip-path: none!important;
  top: 15px;
}

/* sides-btn */
.sides-btn{
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  top: 20px;
  z-index: 0;
  font-size: 0;
}
.sides-btn .clientButton.ipsButton {
  position: relative;
  width: 150px;
  height: 100%;
  border: none;
  border-radius: 0;
  transition: all .2s linear;
  cursor: pointer;
  opacity: .7;
  background: transparent;
  margin: 0;
}
.sides-btn .clientButton.ipsButton .wrap{
  font-size: 0 !important;
}
.sides-btn .clientButton:hover{
  opacity: 1;
}
.sides-btn .clientButton:before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.sides-btn .clientButton:nth-of-type(1):before{
  background: #00aa00;
  -webkit-transform: skew(4deg);
  -moz-transform: skew(4deg);
  -o-transform: skew(4deg);
  left: -50px;
}
.sides-btn .clientButton:nth-of-type(2):before{
  background: #003a95;
  -webkit-transform: skew(-4deg);
  -moz-transform: skew(-4deg);
  -o-transform: skew(-4deg);
  right: -50px;
}
.sides-btn .clientButton:after{
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.sides-btn .clientButton:nth-of-type(1):after{
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_xbox-logo.png);
  width: 28px;
  left: -15px;
}
.sides-btn .clientButton:nth-of-type(2):after{
  background-image: url(//ips4-wowslegends-global.gcdn.co/pages_media/30_ps-logo-of-games.png);
  right: -15px;
}
.sides-btn a img{
  display: none;
}
/* end sides-btn */

.section.videos:before{
  background: none;
}

section .section.videos{
  padding-top: 140px;
}
section.video .videos-entry{
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin-bottom: 40px;
}

section.video .videos-entry:after{
  display: none;
}
section.video .videos-entry .wrap{
  position: relative;
  width: 100%;
  padding-bottom: 54.6%;
  margin-bottom: 15px;
}

section .section.activity{
  margin: 0;
  height: 100vh;
  min-height: inherit
}

.section.activity .carousel-item,
.section.activity .owl-item{
  height: 100vh;
}

.section.activity .owl-item:not(.active.center) .carousel-item .activity-parallax:before{
  background-image: -moz-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
}
.section.activity .owl-item.active.center{
  z-index: 99;
}
.section.activity .owl-item.active.center .carousel-item{
  position: absolute;
  /*border-left: 4px solid #00b9ff;
  border-right: 4px solid #00b9ff;*/
  width: 112%;
  left: -6%;
  clip-path: polygon(5% calc(100% + 1px), 0 0, calc(100% + 1px) 0, 95% calc(100% + 1px));
}
section .section.activity .activity-parallax:before{
  top: -40px;
}
.section.activity .owl-item.active.center:before{
  content: '';
  display: block;
  position: absolute;
  width: 112%;
  left: -6%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0 185 255 / 50%) 30.16%, #00b9ff 60.16%, #00b9ff 100%);
  clip-path: polygon(5% 100%, 0 0, 100% 0, 95% 100%);
  top: 40px;
}
.section.activity .owl-item.active.center .carousel-item .activity-parallax:before{
  background-image: -moz-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.5) 28%, rgba(21,85,132,0) 100%);
}
.activity-promo .owl-carousel .owl-nav button.owl-prev,
.activity-promo .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  transition: all .2s linear;
  opacity: .9;
  width: 20px;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAACYCAMAAACGRNrCAAAAAXNSR0IB2cksfwAAAVxQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Y2H17gAAAHR0Uk5TADZ8GH9tBlEvehRoBEopdw9jAkQjdAxdAT1+HVhxCXJXH0BhDktpFXszVQhwPl8NdidJAzFTB28cfTx1JUZmEm4aOlwLZBF5LU9sN1oKcyFCEHgrTQVrFzVHJGomOExeOxlOKmAbUCxiPy4eMGUgVhNnRSIpQz1sAAAC20lEQVR4nL2a11YUQRBACc2SlrSkAQRHBAOKgTUroIKoKIKCGDGLOf//OT56+81bD+z7PV2z3XOrqmsaGhuCv6bmIJhaKkEwtUbB1BYF2zuCYOqsBsHUFQVTdxTs6Q2Cqa8WBFN/FEwDUXBwKAim4SIIppEoODpmwH0gxycEOLEfZGmWPDAKUolkEqASSXEQpBLJVA9IJZJugE4k0wCVSKqHQCqRHD4CUonkKB9TiWQGoBLJseMglUjGePSUSGb5mEYkxQmASiQnT4FUIjnNYJVI5gAqkdQ7QSqRdLSDLE2wZ/iYSiRnASqRnDsPUonkwkWQSiSX+JhGJMUwQCWSocsglUiuMFglknmSRiT1BYBKJIs8ekokbQxWiaSVpBFJ5SpAJZJrPHpKJNcZrBLJEkAlkuVBkEokAwy2NMH2kzQiqd0AqESychOkEsktBqtEcpukEUllFaASSXMTSCWSOwxWieQuSSOStXsAlUjWuaQSyQZJI5JaH0kjkvsPACqRbHJJJZItkkYkD7cBKpE84tFTInnMYMs9ALPqW4SaFV3mz3kS3I6nwQOQSd0cuexdFoe8kZx4rbJDI17k6jNwRh1dDFTI6jk5ocdwZceEblLADgMVSSfLHCLNZcIwifUFOJPKs2ZLFA9Ze1f+P1e8BGe89gqckcVrlo9CFpUWcCZbvAFnZPGWOyFkkd3xCFkU78CZrD8CzsjiPXdCyCJrHUwttQvOyOIDOCOLXpYmQhbFR3CmJv4EzsiCF0lGFtn9gek0eGNRCu4zOCML9idGFllZago9FsJGFl+wE0YW2SWiKZ95bWkK9q/gjCx4SWFkUfuGBU0bxG7YyOI7OCMLThJUc/kDC5p2llfWRhY/sRNGFvVf/zh1SfAbgRpZ/AFXCo4NsOqYMEVy4ycEGh14RUds4aFedIwYHVxGR6Xh4Wx0HBwdQEdH3uEhe3SsH/2QIPrpQvhjiejnGX8BOxhKVazsn1EAAAAASUVORK5CYII=)
}
.activity-promo .owl-carousel .owl-nav button:hover{
  opacity: 1;
}
.activity-promo .owl-carousel .owl-nav button.owl-prev{
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.activity-promo .owl-carousel .owl-nav button.owl-next{
  right: 30px;
}

section.video{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .section.videos{
  margin: auto 0;
  width: 100%;
}
section .videos-entry{
  max-width: 640px;
}

section .section.activity .square-brackets{
  background: none;
}
section .section.activity .activity-description{
  max-width: 100%;
  padding: 0;
}
section .activity .container{
  padding: 0;
}
section .section.activity .activity__column{
  width: 100%;
}
section .section.activity .activity-description__title{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 26px;
}
section .section.activity .activity-description__title img{
  width: 32px;
  margin-right: 15px;
}
section .section.activity .activity-description__text{
  margin: 0;
  padding: 40px 50px;
  width: 54%;
  left: 10%;
  position: relative;
  bottom: 30%;
}
section .section.activity .activity-description__text center{
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
section .section.activity .activity-description__text center h1{
  display: none;
}
section .section.activity .activity-description__text center .clientButton{
  padding: 0;
  margin: 0 15px 0 0;
}
section .activity-promo .activity-description__text center .clientButton img{
  max-width: 140px;
  width: 26px;
}

section .activity-promo .owl-item .carousel-item .activity-parallax{
  opacity: .6;
  transition: all .2s linear;
}
section .activity-promo .owl-item .carousel-item .activity-parallax .parallax-animation{
  top: 40px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: background-parallax;
  animation-name: background-parallax;
  
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
section .activity-promo .owl-item.active.center .carousel-item .activity-parallax{
  padding: 0 4px;
  opacity: 1;
}

section .section.activity .owl-item .carousel-item .square-brackets{
  opacity: 0;
  transition: all .2s linear;
}
section .section.activity .owl-item.active.center .carousel-item .square-brackets{
  opacity: 1;
}

section .picture-bg{
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
section .picture-bg:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient( 180deg , rgba(53, 85, 123, 0.25) 30.16%, rgba(53, 85, 123, 0.5) 80.16%, #35557b 100%);
}

section .picture-bg .container{
  position: relative;
  height: 100vh;
}
section .picture-bg .quote{
  display: block;
  position: absolute;
  width: 90%;
  max-width: 800px;
  bottom: 10%;
  left: 0;
  background: linear-gradient(#00b9ff, #00b9ff) top left/10% 8px no-repeat, linear-gradient(#00b9ff, #00b9ff) left/100% 8px no-repeat, linear-gradient(#00b9ff, #00b9ff) bottom left/10% 8px no-repeat, linear-gradient(#00b9ff, #00b9ff) top right/10% 8px no-repeat, linear-gradient(#00b9ff, #00b9ff) right/100% 8px no-repeat, linear-gradient(#00b9ff, #00b9ff) bottom right/10% 8px no-repeat;
  background-size: 10% 12px, 12px 100%, 10% 12px, 10% 12px, 12px 100%, 10% 12px;
}
section .picture-bg .quote .wrap{
  margin: 24px;
  padding: 40px 50px;
  font-size: 17px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .7);
  background-color: rgba(8, 18, 47, 0.8);
}
section .picture-bg .quote .wrap h1{
  margin: 0vh 0 2vh 0;
  font-size: 40px;
}

.section.activity .owl-item .carousel-item .title{
  opacity: 0;
  transition: all .2s linear;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 140px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  z-index: 9;
}
.section.activity .owl-item.active.center .carousel-item .title{
  opacity: 1;
}
.section.activity .owl-item .carousel-item .title span{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.section.activity .owl-item .carousel-item .title span img{
  width: 32px;
}

footer{
  display: none;
  position: relative;
  max-width: 82%;
  margin: auto;
  z-index: 999;
  background-color: transparent!important;
}
footer{
  display: none;
}
section #ipsLayout_footer{
  display: block;
  margin: 0 auto;
}

#ipsLayout_footer p{
  color: rgba(255, 255, 255, .7);
  transition: all .2s linear;
  font-size: 16px;
  line-height: 20px;
}
#ipsLayout_footer a{
  color: rgba(255, 255, 255, 1);
  transition: all .2s linear;
  font-size: 18px;
  line-height: 20px;
  opacity: .7;
}
section.fpage-section.video{
  position: relative;
}
section.fpage-section.video:before{
  width: 100%;
  height: 100%;
  background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/638506551_30_footer-bg-min(1).png');
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  
  -webkit-animation-name: footer-background-parallax;
  animation-name: footer-background-parallax;
  
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  
  z-index: -1
}
section.fpage-section.video .section.videos{
  margin: auto 0 0;
}
section.fpage-section.video .tfpromoview{
  padding-bottom: 40px;
  margin: 30px auto auto;
}
section.fpage-section.video .upperText{
  margin: 0 0 2rem;
}

#ipsLayout_footer .ipsList_inline a{
  margin: 0
}

#ipsLayout_footer a:hover{
  color: white;
  opacity: 1;
}
#ipsLayout_footer .ipsGrid_logo{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.ipsNavigation_main table td:nth-of-type(2),
.ipsNavigation_main table td:nth-of-type(3){
  display: none;
}

.scroll-thumb {
  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;
}

@media(min-width: 1200px){
  section .section.activity .activity-description__text{
    left: 38%;
  }
}
@media(max-width: 1600px){
  section.fpage-section.video{
    display: block;
  }
}

@media(max-width: 1200px){
  .activity-promo .owl-carousel .owl-item .activity-description__text{
    margin-left: 60px;
    margin-right: auto;
  }
  section #ipsLayout_footer, 
  section #ipsLayout_footer ul li a{
    font-size: 15px;
  }
}
@media(max-width: 1024px){
  .activity-promo .owl-carousel .owl-item .carousel-item{
    width: 100%;
    clip-path: none;
    left: 0;
  }
  .activity-promo .owl-carousel .owl-item.active.center:before{
    background-image: -moz-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(21,85,132) 0%, rgba(21,85,132,0.90196) 24%, rgba(21,85,132,0.54) 58%, rgba(21,85,132,0.50196) 62%, rgb(21,85,132) 100%);
    opacity: .2;
  }
  .activity-promo .owl-carousel .owl-item .container{
    padding: 0;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__title{
    font-size: 22px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__title img{
    width: 26px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__text{
    margin: 0;
    max-width: 100%;
    font-size: 15px;
  }
  .section.activity .owl-item.active.center:before{
    display: none;
  }
  .section.activity .owl-item .carousel-item .title{
    top: 160px;
  }
  
  section.fpage-section.video:before{
    background-size: 1800px auto;
  }
}
@media(max-width: 768px){
  .welcome-upd__background.pattern:after{
    background-size: 4px;
  }
  .sides-btn .clientButton.ipsButton{
    width: 50%;
  }
  .activity-promo .owl-carousel .owl-nav button.owl-prev, .activity-promo .owl-carousel .owl-nav button.owl-next{
    width: 12px;
  }
  
  section.tfpromoview .ipsButton.clientButton img{
    max-width: 24px!important;
  }
  section .activity-promo .activity-description__text center .clientButton img{
    width: 20px;
  }
  .sides-btn{
    z-index: 10;
  }
  section.fpage-section.video{
    display: block;
  }
  section .section.welcome.welcome{
  	padding-bottom: 100px;
  }
  .scroll-thumb{
    margin: 0 auto 30px;
  }

  .scroll-container section:not(.tfpromoview){
    margin-top: 0;
  }
  .pg-section .section.activity .activity-description__text{
    width: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .sides-btn{
    width: 100%;
    height: 56px;
    bottom: 0;
    top: auto;
  }
  .sides-btn .clientButton:after{
    top: 0;
    bottom: 0;
    width: 28px
  }
  .sides-btn .clientButton:nth-of-type(1):after{
    width: 24px;
  }
  .sides-btn .clientButton{
    width: 50%;
  }
  .sides-btn .clientButton:nth-of-type(1):before{
    -webkit-transform: skew(-4deg);
    -moz-transform: skew(-4deg);
    -o-transform: skew(-4deg);
    left: 0px;
  }
  .sides-btn .clientButton:nth-of-type(2):before{
    right: 0px;
  }
  .section.activity .owl-nav{
    top: 33%;
    position: absolute;
    width: 100%;
    height: 80px;
  }
  .section.activity .owl-nav button.owl-prev, .section.activity .owl-nav button.owl-next{
    width: 15px;
  }
  .section.activity .owl-nav button.owl-prev{
    left: 15px;
  }

  .section.activity .owl-nav button.owl-next{
    right: 15px;
  }
  section .picture-bg .quote .wrap h1{
    font-size: 36px;
  }
  section .section.activity .activity-description__title{
    font-size: 20px;
  }
  section .section.activity .activity-description__title img{
    position: relative;
    top: -6px;
  }
  section.tfpromoview .ipsButton.clientButton{
    display: none;
  }

  section .section.activity .activity-description__text{
    width: 100%;
    padding: 30px;
    font-size: 13px;
    left: 0;
    bottom: 0;
  }

  section .picture-bg .quote{
    display: block;
    position: absolute;
    width: 100%;
    max-width: initial;
    bottom: 0;
    right: 0;
    background: none;
  }
  section .picture-bg .quote .wrap{
    padding: 30px;
    margin: 0;
    font-size: 15px;
  }

  section .section.activity .owl-item .activity-parallax{
    top: 0;
  }

  #ipsLayout_footer p{
    font-size: 15px;
  }
  footer#ipsLayout_footer ul li a{
    font-size: 16px;
  }
  footer#ipsLayout_footer p{
    font-size: 14px;
  }
  
  section.fpage-section.video:before{
    background-size: 1400px auto;
    background-position-x: 75%!important;
  }
}
@media(max-width: 480px){
  .activity-promo .owl-carousel .owl-item .title{
    top: 130px;
    font-size: 22px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__text{
    width: 100%;
    padding: 20px;
    bottom: 0;
    font-size: 14px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__text .tfpromoview{
    margin-top: 5px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__title{
    align-items: center;
    font-size: 20px;
  }
  .activity-promo .owl-carousel .owl-item .activity-description__title img{
    width: 26px;
  }

  section .picture-bg .quote .wrap{
    padding: 20px;
  }
  section.video .videos-entry{
    font-size: 19px;
  }
  footer#ipsLayout_footer .ipsLayout_container{
    padding: 0;
  }
  footer#ipsLayout_footer ul li a{
    font-size: 16px;
  }
  footer#ipsLayout_footer p{
    font-size: 14px;
  }
  footer#ipsLayout_footer .ipsGrid_logo{
    flex-direction: column;
    align-items: center;
  }
  footer#ipsLayout_footer .ipsGrid_logo > .ipsGrid_span4{
    width: 100%;
    margin-bottom: 10px;
  }
  
  section.fpage-section.video:before{
    display: none;
  }
}

@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);
  }
}
