@import url('https://fonts.googleapis.com/css?family=Electrolize');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');
@font-face {
  font-family: 'EurostileLTStd-BoldEx2';
  src: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/landing/pepsi/webfonts/3A4736_0_0.eot');
  src: url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/landing/pepsi/webfonts/3A4736_0_0.eot?#iefix') format('embedded-opentype'), url('../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/landing/pepsi/webfonts/3A4736_0_0.woff2') format('woff2'), url('base/css/webfonts/3A4736_0_0.woff') format('woff'), url('base/css/webfonts/3A4736_0_0.ttf') format('truetype');
}
body {
  max-width: 100vw;
  padding-bottom: 150px;
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.atvi-image-component {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
.page-segment {
  position: relative;
  min-height: 99vh;
}
@media screen and (max-width: 768px) {
  .page-segment {
    width: 78vw;
    padding: 80px 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) {
  .page-segment {
    width: 88vw;
  }
}
.ir {
  white-space: nowrap;
  letter-spacing: 0;
  text-indent: 100%;
  overflow: hidden;
}
b > i,
sup {
  vertical-align: super;
  font-size: 75%;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.bg-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.bg-container .body-background-container {
  min-height: 100vh;
  width: 100%;
}
.bg-container img {
  max-width: none;
  width: auto;
  min-width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
}
@media screen and (orientation: portrait) {
  .bg-container img {
    width: auto;
  }
}
@media screen and (orientation: landscape) {
  .bg-container img {
    height: auto;
  }
}
@media screen and (max-width: 1249px) {
  .bg-container img {
    left: 0;
  }
}
@media screen and (min-width: 1250px) {
  .bg-container img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
b {
  font-weight: bold;
}
a {
  text-decoration: none;
}
.section-title {
  color: #faf7f6;
  text-align: center;
}
.section-title h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: .033em;
  font-family: 'EurostileLTStd-BoldEx2';
}
.section-title h2:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.section-title h2:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  height: 2px;
  width: 75px;
  background-color: #92d601;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 500px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}
.section-title p > b {
  text-transform: uppercase;
}
.header-section {
  position: fixed;
  top: 30px;
  width: 100%;
}
.footer-nav {
  color: #999;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.05em;
}
.footer-nav a {
  color: #999;
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 85%;
}
.footer-nav li:nth-child(n+2) {
  margin-left: 1em;
}
.footer-nav li:nth-child(n+2):before {
  content: "/";
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .footer-nav li {
    font-size: 60%;
  }
  .footer-nav li:nth-child(n+2) {
    margin-left: .5em;
  }
  .footer-nav li:nth-child(n+2):before {
    margin-left: .5em;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav {
    padding: 0 1vw;
    position: fixed;
    right: 12px;
    bottom: 12px;
  }
  .footer-nav ul {
    text-align: right;
  }
  .footer-nav a {
    font-size: 60%;
  }
}
.legal-text {
  opacity: 0;
  position: absolute;
}
.legal-text.in-place {
  opacity: 1;
  z-index: 4;
  padding: 2.5rem 10%;
  width: 100%;
  background-color: #000;
  color: #fff;
  bottom: 0;
  min-height: 150px;
  text-align: center;
}
.legal-text p {
  margin: auto;
  width: 85%;
  max-width: 1200px;
  font-size: .7rem;
  line-height: 1.3;
}
.find-codes-button-container {
  z-index: 1;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.find-codes-button-container img {
  margin: 0 auto;
  width: 425px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
@media screen and (max-width: 768px) {
  .find-codes-button-container {
    position: relative;
    margin: 1rem auto;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .find-codes-button-container {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .find-codes-button-container.scrolled {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .find-codes-button-container:hover img {
    width: 455px;
  }
  .find-codes-button-container img {
    display: flex;
    justify-content: space-between;
  }
  .find-codes-button-container a.atvi-image-link {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .find-codes-link-container {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .find-codes-link-container {
    position: fixed;
    width: 197px;
    bottom: 38px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.page-segment {
  padding-top: 15.82914573vh;
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
