@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes scaleBackground {
  0% {
    background-size: 2157px 945px;
  }
  100% {
    background-size: 1712px 750px;
  }
}
@keyframes showHero {
  0% {
    opacity: 0;
    top: 173px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(154px);
  }
}
#atvi-games-hero .hero-container {
  position: relative;
  height: 750px;
  max-width: 100%;
  overflow: hidden;
  background-image: url(../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/hero-background.png);
  background-position: 50% 0%;
  background-size: 2157px 945px;
  animation: 2s ease-out 1s 1 forwards scaleBackground;
}
#atvi-games-hero .hero-container img {
  opacity: 0;
  width: 100%;
  max-width: 1700px;
  max-height: 750px;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  left: 50%;
  transform: translateX(-50%);
  top: 173px;
  animation: 2s ease-out 1s 1 forwards showHero;
}
#atvi-games-hero .hero-container h1 {
  position: absolute;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 96px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  top: 30%;
  left: 6%;
  animation: 2s ease-out 1s 1 forwards showText;
  z-index: 2;
}
#atvi-games-hero .hero-container .overlay {
  height: 750px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.91) 90%, #000000 100%);
}
#atvi-games-hero .hero-container:before {
  content: "";
  position: absolute;
  bottom: 120px;
  left: 130px;
  width: 190px;
  height: 1px;
  background-color: #b3b6b7;
  z-index: 2;
  -webkit-transform: rotate(-135deg);
  transform-origin: 0% 0%;
  overflow: hidden;
}
#atvi-games-hero .hero-container:after {
  content: "";
  position: absolute;
  bottom: 121px;
  left: 130px;
  width: 100%;
  height: 1px;
  background-color: #b3b6b7;
  z-index: 2;
  overflow: hidden;
}
#atvi-games-hero .hero-container #desktop-image {
  display: block;
}
#atvi-games-hero .hero-container #mobile-image {
  display: none;
}
@media screen and (max-width: 1350px) {
  #atvi-games-hero .hero-container {
    height: 700px;
  }
  #atvi-games-hero .hero-container img {
    max-height: 700px;
  }
  #atvi-games-hero .hero-container .overlay {
    height: 700px;
  }
  #atvi-games-hero .hero-container h1 {
    top: 27%;
  }
}
@media screen and (max-width: 1024px) {
  #atvi-games-hero .hero-container {
    height: 600px;
    animation: none;
    background-size: 1712px 750px;
  }
  #atvi-games-hero .hero-container img {
    max-height: 550px;
    animation: none;
    opacity: 1;
    top: 50px;
  }
  #atvi-games-hero .hero-container .overlay {
    height: 600px;
  }
  #atvi-games-hero .hero-container h1 {
    animation: none;
    opacity: 1;
    transform: translateY(154px);
    font-size: 64px;
    left: 0;
  }
  #atvi-games-hero .hero-container:before {
    bottom: 70px;
    left: 70px;
    width: 130px;
  }
  #atvi-games-hero .hero-container:after {
    bottom: 71px;
    left: 70px;
  }
  #atvi-games-hero .hero-container #desktop-image {
    display: none;
  }
  #atvi-games-hero .hero-container #mobile-image {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  #atvi-games-hero .hero-container {
    height: 450px;
  }
  #atvi-games-hero .hero-container img {
    max-height: 400px;
    top: 50px;
  }
  #atvi-games-hero .hero-container .overlay {
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 50%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.91) 80%, #000000 100%);
  }
  #atvi-games-hero .hero-container h1 {
    font-size: 40px;
    width: 300px;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
  }
  #atvi-games-hero .hero-container:before {
    bottom: 80px;
    left: 60px;
    width: 130px;
  }
  #atvi-games-hero .hero-container:after {
    bottom: 81px;
    left: 60px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#games-featured {
  background: #000000;
  margin-bottom: -15vw;
}
#games-featured .inner-container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  z-index: 10;
}
#games-featured .game-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5vw 0;
}
#games-featured .game-entry {
  position: relative;
  overflow: hidden;
  flex: 1 1 33.3%;
  max-width: 33.3%;
  padding: 0 10px 25px;
}
#games-featured .game-entry a {
  display: block;
}
#games-featured .game-entry .game-cover {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#games-featured .game-entry .game-cover-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#games-featured .game-entry .logo {
  max-width: 55%;
  padding-bottom: 25px;
}
#games-featured .game-entry .rating {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
}
#games-featured .game-entry:hover .game-cover {
  background-size: auto 110%;
}
#games-featured .game-entry:hover .title {
  color: #0768af;
}
@media only screen and (max-width: 1024px) {
  #games-featured .game-entry .rating {
    font-size: 12px;
  }
}
@media only screen and (max-width: 980px) {
  #games-featured .game-entry {
    flex: 1 1 50%;
    max-width: 50%;
  }
  #games-featured .game-entry .title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 600px) {
  #games-featured .game-list .game-entry {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#games-landing-container {
  background: #000000;
}
#games-landing-container .tony-hawk-scroll {
  position: relative;
  margin-bottom: -20vw;
  max-height: 100vw;
  background: url(../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/games-scroll-anim_Img-bkgd-scaled-up.png);
  background-size: 120% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
#games-landing-container .tony-hawk-scroll img {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  margin-top: 15vh;
  width: 100vw;
}
#games-landing-container .tony-hawk-scroll.scrolled {
  background-size: 100% auto;
  background-position: top;
}
#games-landing-container .tony-hawk-scroll.scrolled img {
  opacity: 1;
  margin-top: 0;
}
#games-landing-container .tony-hawk-scroll .tony-hawk-gradient {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: radial-gradient(67.26% 44.29% at 50% 44.29%, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.73) 61.98%, #000000 100%);
}
#games-landing-container .inner-container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}
#games-landing-container h1 {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 34px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#games-landing-container .game-tabs-list {
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #b3b6b7;
  border-bottom: 1px solid #b3b6b7;
  border-top: 1px solid rgba(179, 182, 183, 0.5);
  border-bottom: 1px solid rgba(179, 182, 183, 0.5);
}
#games-landing-container .game-tabs-item {
  color: #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 137px;
  height: 100%;
  opacity: 0.5;
  background: rgba(7, 104, 175, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 0px solid #0768af;
  padding: 10px 0;
}
#games-landing-container .game-tabs-item.active,
#games-landing-container .game-tabs-item:hover {
  opacity: 1;
  border-bottom: 4px solid #0768af;
  padding-bottom: 3px;
}
#games-landing-container .game-tabs-wrapper-mobile {
  display: none;
}
#games-landing-container .game-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5vw 0;
}
#games-landing-container .game-entry {
  position: relative;
  overflow: hidden;
  flex: 1 1 16.6%;
  max-width: 16.6%;
  padding: 0 7px 50px;
}
#games-landing-container .game-entry a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#games-landing-container .game-entry .game-cover {
  width: 100%;
  padding-top: 125%;
  border-radius: 6px;
  background-size: 105%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 12px;
}
#games-landing-container .game-entry .title {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 1.3em;
}
#games-landing-container .game-entry .rating {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #b3b6b7;
  padding: 2px 0;
}
#games-landing-container .game-entry:hover .game-cover {
  background-size: 115%;
}
#games-landing-container .game-entry:hover .title {
  color: #0768af;
}
@media only screen and (max-width: 1024px) {
  #games-landing-container .game-tabs-wrapper,
  #games-landing-container h1 {
    display: none !important;
  }
  #games-landing-container .game-tabs-wrapper-mobile {
    display: block;
    color: #ffffff;
    position: relative;
    padding: 0;
    overflow: visible;
    height: 120px;
    margin-bottom: 18px;
    border-top: 1px solid #b3b6b7;
    border-bottom: 1px solid #b3b6b7;
  }
  #games-landing-container .game-tabs-list-mobile {
    visibility: hidden;
    display: block;
    overflow: hidden;
    top: 100%;
    position: absolute;
    width: 100%;
    background-color: #000000;
    text-transform: uppercase;
    color: #b3b6b7;
    cursor: pointer;
    z-index: 999;
    max-height: 0;
    transition: all 0.4s ease;
  }
  #games-landing-container .game-tabs-list-mobile .game-tabs-item {
    width: 100%;
    border-bottom: 1px solid #b3b6b7;
    margin: auto;
    height: 70px;
    opacity: 1;
    background: none;
    color: #b3b6b7;
  }
  #games-landing-container .game-tabs-list-mobile .game-tabs-item:hover,
  #games-landing-container .game-tabs-list-mobile .game-tabs-item.active {
    background-color: rgba(7, 104, 175, 0.5);
    border-bottom: 7px solid #0768af;
    padding-bottom: 6px;
    color: #ffffff;
  }
  #games-landing-container .game-tabs-list-mobile.down {
    max-height: 400px;
    visibility: visible;
  }
  #games-landing-container .selected {
    position: relative;
    height: 120px;
    width: 100%;
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 36px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
  }
  #games-landing-container .selected p {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #games-landing-container .selected:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffffff;
    z-index: 1;
    top: 45%;
    right: 5px;
    transform: rotate(90deg);
    margin-left: 8px;
    transition: all .3s ease;
  }
  #games-landing-container .down:after {
    transform: rotate(-90deg);
  }
  #games-landing-container .game-entry {
    flex: 1 1 25%;
    max-width: 25%;
  }
  #games-landing-container .game-entry .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #games-landing-container .game-entry .rating {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #games-landing-container .tony-hawk-scroll {
    height: 100vw;
  }
  #games-landing-container .tony-hawk-scroll img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #games-landing-container .game-tabs-wrapper-mobile {
    height: 70px;
  }
  #games-landing-container .selected {
    height: 70px;
    font-size: 24px;
  }
  #games-landing-container .selected:after {
    top: 38%;
  }
}
@media only screen and (max-width: 600px) {
  #games-landing-container .selected {
    font-size: 18px;
  }
  #games-landing-container .game-list .game-entry {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
html[lang='en'] #na-rating-filter,
html[lang='en-ca'] #na-rating-filter,
html[lang='es-mx'] #na-rating-filter,
html[lang='fr-ca'] #na-rating-filter,
html[lang='en-gb'] #na-rating-filter {
  display: block;
}
html[lang='en'] #pegi-rating-filter,
html[lang='en-ca'] #pegi-rating-filter,
html[lang='es-mx'] #pegi-rating-filter,
html[lang='fr-ca'] #pegi-rating-filter,
html[lang='en-gb'] #pegi-rating-filter,
html[lang='en'] #usk-rating-filter,
html[lang='en-ca'] #usk-rating-filter,
html[lang='es-mx'] #usk-rating-filter,
html[lang='fr-ca'] #usk-rating-filter,
html[lang='en-gb'] #usk-rating-filter,
html[lang='en'] #au-rating-filter,
html[lang='en-ca'] #au-rating-filter,
html[lang='es-mx'] #au-rating-filter,
html[lang='fr-ca'] #au-rating-filter,
html[lang='en-gb'] #au-rating-filter,
html[lang='en'] #pegi-rating-filter-mobile,
html[lang='en-ca'] #pegi-rating-filter-mobile,
html[lang='es-mx'] #pegi-rating-filter-mobile,
html[lang='fr-ca'] #pegi-rating-filter-mobile,
html[lang='en-gb'] #pegi-rating-filter-mobile,
html[lang='en'] #usk-rating-filter-mobile,
html[lang='en-ca'] #usk-rating-filter-mobile,
html[lang='es-mx'] #usk-rating-filter-mobile,
html[lang='fr-ca'] #usk-rating-filter-mobile,
html[lang='en-gb'] #usk-rating-filter-mobile,
html[lang='en'] #au-rating-filter-mobile,
html[lang='en-ca'] #au-rating-filter-mobile,
html[lang='es-mx'] #au-rating-filter-mobile,
html[lang='fr-ca'] #au-rating-filter-mobile,
html[lang='en-gb'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='fr'] #pegi-rating-filter,
html[lang='it'] #pegi-rating-filter,
html[lang='es'] #pegi-rating-filter {
  display: block;
}
html[lang='fr'] #na-rating-filter,
html[lang='it'] #na-rating-filter,
html[lang='es'] #na-rating-filter,
html[lang='fr'] #usk-rating-filter,
html[lang='it'] #usk-rating-filter,
html[lang='es'] #usk-rating-filter,
html[lang='fr'] #au-rating-filter,
html[lang='it'] #au-rating-filter,
html[lang='es'] #au-rating-filter,
html[lang='fr'] #na-rating-filter-mobile,
html[lang='it'] #na-rating-filter-mobile,
html[lang='es'] #na-rating-filter-mobile,
html[lang='fr'] #usk-rating-filter-mobile,
html[lang='it'] #usk-rating-filter-mobile,
html[lang='es'] #usk-rating-filter-mobile,
html[lang='fr'] #au-rating-filter-mobile,
html[lang='it'] #au-rating-filter-mobile,
html[lang='es'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='de'] #usk-rating-filter {
  display: block;
}
html[lang='de'] #na-rating-filter,
html[lang='de'] #pegi-rating-filter,
html[lang='de'] #au-rating-filter,
html[lang='de'] #na-rating-filter-mobile,
html[lang='de'] #pegi-rating-filter-mobile,
html[lang='de'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='en-au'] #au-rating-filter {
  display: block;
}
html[lang='en-au'] #na-rating-filter,
html[lang='en-au'] #usk-rating-filter,
html[lang='en-au'] #pegi-rating-filter,
html[lang='en-au'] #na-rating-filter-mobile,
html[lang='en-au'] #usk-rating-filter-mobile,
html[lang='en-au'] #pegi-rating-filter-mobile {
  display: none !important;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#playtesting-banner {
  height: 300px;
  width: 100%;
  background-color: #000000;
  background-image: url(../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/playtesting-cta-art.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  #playtesting-banner {
    height: 800px;
    background-position: 20% top;
    background-size: auto 275px;
  }
}
@media screen and (max-width: 550px) {
  #playtesting-banner {
    height: 750px;
    background-position: 30% top;
    background-size: auto 200px;
  }
}
#playtesting-banner .playtesting-main-text {
  padding: 75px 0 75px 100px;
  width: 330px;
}
@media screen and (max-width: 1350px) {
  #playtesting-banner .playtesting-main-text {
    padding: 50px 50px 50px 50px;
  }
}
@media screen and (max-width: 980px) {
  #playtesting-banner .playtesting-main-text {
    margin: auto;
    margin-top: 300px;
    text-align: center;
    padding: 15px 40px 40px 40px;
  }
}
@media screen and (max-width: 550px) {
  #playtesting-banner .playtesting-main-text {
    margin-top: 200px;
    padding: 30px 40px 60px 40px;
  }
}
#playtesting-banner .playtesting-main-text h2 {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  color: #0768af;
  font-size: 48px;
  line-height: 44px;
  text-transform: uppercase;
}
#playtesting-banner .playtesting-main-text p {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: normal;
  margin: auto;
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  #playtesting-banner .playtesting-main-text p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 10px;
    width: 190px;
  }
}
@media screen and (max-width: 980px) {
  #playtesting-banner .playtesting-main-text p {
    margin-top: 20px;
  }
}
#playtesting-banner .playtesting-main-text a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  border: 1px solid transparent;
  padding: 1em 0;
  border-radius: 24px;
  margin: auto;
  display: block;
  text-align: center;
  transition: box-shadow 250ms ease-out, border 300ms ease-out, background 300ms ease-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
}
#playtesting-banner .playtesting-main-text a:hover,
#playtesting-banner .playtesting-main-text a:active {
  background: rgba(7, 104, 175, 0.7);
  border: 1px solid #0768af;
  box-shadow: inset 0 0 0 2px #0768af;
}
#playtesting-banner .playtesting-description {
  padding: 60px 150px 60px 0;
  width: 550px;
}
@media screen and (max-width: 1350px) {
  #playtesting-banner .playtesting-description {
    padding: 40px 75px 40px 75px;
  }
}
@media screen and (max-width: 980px) {
  #playtesting-banner .playtesting-description {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 550px) {
  #playtesting-banner .playtesting-description {
    width: 90%;
  }
}
#playtesting-banner .playtesting-description h3 {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#playtesting-banner .playtesting-description p {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  #playtesting-banner .playtesting-description p {
    text-align: left;
  }
}

