@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.iw-footer {
  position: relative;
  z-index: 1000;
  background-color: #000000;
}
.iw-footer .footer-desktop-container {
  position: relative;
  width: 100%;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-desktop-container {
    -webkit-box-lines: multiple;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.iw-footer .footer-mobile-container {
  margin-bottom: 20px;
  display: none !important;
}
.iw-footer .footer-mobile-container .iw-footer-top {
  display: flex;
  width: 100%;
}
.iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
  position: relative;
  width: 100%;
  margin-left: 65px;
}
@media screen and (max-width: 428px) {
  .iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 373px) {
  .iw-footer .footer-mobile-container .iw-footer-top .iw-footer-top-text {
    margin-left: 15px;
  }
}
.iw-footer .footer-mobile-container .iw-footer-bottom {
  display: flex;
  width: 100%;
  margin-left: 30px;
}
.iw-footer a {
  text-decoration: none;
}
.iw-footer .iw-footer-logo {
  width: 9%;
  margin-right: 2%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .iw-footer-logo {
    width: 18%;
  }
}
.iw-footer .copyright {
  width: 20%;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .iw-footer .copyright {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .iw-footer .copyright {
    width: 75%;
  }
}
.iw-footer .copyright p {
  position: relative;
  color: #615f58;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 870px) {
  .iw-footer .copyright p {
    font-size: 13px;
  }
}
@media screen and (max-width: 692px) {
  .iw-footer .copyright p {
    top: 0;
  }
}
.iw-footer .footer-links {
  width: 21%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .iw-footer .footer-links {
    width: 100%;
    margin: 20px 0;
  }
}
.iw-footer .footer-links ul {
  position: relative;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .iw-footer .footer-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
.iw-footer .footer-links ul li {
  margin-right: 35px;
}
@media screen and (max-width: 980px) {
  .iw-footer .footer-links ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 784px) {
  .iw-footer .footer-links ul li {
    margin-right: 15px;
  }
}
.iw-footer .footer-links ul li a,
.iw-footer .footer-links ul li #ot-sdk-btn.ot-sdk-show-settings,
.iw-footer .footer-links ul li #ot-sdk-btn.optanon-show-settings {
  color: #615f58;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-images {
    width: 100%;
  }
}
@media screen and (max-width: 692px) {
  .iw-footer .footer-images {
    position: relative;
  }
}
.iw-footer .footer-images ul {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .footer-images ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
.iw-footer .footer-images ul li {
  padding-right: 15px;
}
@media screen and (max-width: 870px) {
  .iw-footer .footer-images ul li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 784px) {
  .iw-footer .footer-images ul li {
    padding-right: 5px;
  }
}
.iw-footer .footer-images ul li img {
  width: 65px;
  /*@media screen and (max-width: 870px) {
                        width: 65px;
                    }

                    @media screen and (max-width: 428px) {
                        width: 65px;
                    }*/
}
.iw-footer .footer-images ul li:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.iw-footer .footer-images ul li:nth-child(2) img {
  width: 145px;
}
.iw-footer .backtotop {
  position: relative;
}
@media screen and (max-width: 768px) {
  .iw-footer .backtotop {
    margin-top: 20px;
  }
}
.iw-footer .backtotop a {
  position: relative;
  color: #a4a195;
  font-family: "ConduitBlack", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 692px) {
  .iw-footer .backtotop a {
    font-size: 20px;
    color: #615f58;
  }
}
@media screen and (max-width: 581px) {
  .iw-footer .backtotop a {
    font-size: 18px;
  }
}
@media screen and (max-width: 502px) {
  .iw-footer .backtotop a {
    font-size: 14px;
  }
}
@media screen and (max-width: 428px) {
  .iw-footer .backtotop a {
    font-size: 13px;
  }
}
@media screen and (max-width: 373px) {
  .iw-footer .backtotop a {
    font-size: 11px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
/***** Desktop Styles *****/
.iw-header {
  display: flex;
  position: relative;
  height: 115px;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  /***** Mobile Styles *****/
}
.iw-header.active {
  background-color: #000000;
}
.iw-header a {
  text-decoration: none;
}
.iw-header .iw-header-logo {
  z-index: 2;
  margin-left: 40px;
  margin-top: 25px;
}
@media screen and (max-width: 581px) {
  .iw-header .iw-header-logo {
    margin-left: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 502px) {
  .iw-header .iw-header-logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 428px) {
  .iw-header .iw-header-logo {
    margin-left: 20px;
  }
}
.iw-header .iw-header-logo a > span {
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
}
.iw-header .iw-header-logo a .top-logo {
  height: 90px;
  width: 275px;
  background-size: 275px auto;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 80px;
    width: 250px;
    background-size: 250px auto;
  }
}
@media screen and (max-width: 581px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 70px;
    width: 230px;
    background-size: 230px auto;
  }
}
@media screen and (max-width: 502px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 60px;
    width: 210px;
    background-size: 199px auto;
  }
}
@media screen and (max-width: 428px) {
  .iw-header .iw-header-logo a .top-logo {
    height: 50px;
  }
}
.iw-header .iw-header-logo a .scrolled-logo {
  position: absolute;
  top: 5px;
  height: 55px;
  width: 55px;
  background-size: auto 55px;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-logo a .scrolled-logo {
    height: 50px;
    width: 50px;
    background-size: auto 50px;
  }
}
.iw-header .iw-header-links {
  z-index: 3;
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-links {
    margin-right: 30px;
  }
}
@media screen and (max-width: 694px) {
  .iw-header .iw-header-links {
    display: none;
  }
}
.iw-header .iw-header-links .iw-links {
  display: flex;
  position: relative;
  top: 50px;
}
.iw-header .iw-header-links .iw-links li:not(:last-child) {
  margin-right: 70px;
}
@media screen and (max-width: 980px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 870px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 35px;
  }
}
@media screen and (max-width: 784px) {
  .iw-header .iw-header-links .iw-links li:not(:last-child) {
    margin-right: 25px;
  }
}
.iw-header .iw-header-links .iw-links li a {
  display: block;
}
.iw-header .iw-header-links .iw-links li {
  padding: 4px 0 0 0;
  position: relative;
  margin-top: -11px;
  border-bottom: 2px rgba(0, 0, 0, 0) solid;
}
.iw-header .iw-header-links .iw-links li a {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 5px 5px 5px;
  border-top: 1px rgba(0, 0, 0, 0) solid;
  border-spacing: 1px;
}
.iw-header .iw-header-links .iw-links li:before {
  content: "";
  bottom: -6px;
  left: 100%;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #832123;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.iw-header .iw-header-links .iw-links li:after {
  content: "";
  width: 4px;
  height: 2px;
  position: absolute;
  bottom: -6px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0);
}
.iw-header .iw-header-links .iw-links .current {
  border-style: solid none none none;
  border-top: 2px #832123 solid;
  border-color: #832123;
}
.iw-header .iw-header-links .iw-links .current a {
  background-color: #832123;
  border-color: #832123;
}
.iw-header .iw-header-links .iw-links .current:after {
  background-color: #000;
  top: -11px;
  bottom: auto;
}
.iw-header .iw-header-links .iw-links .current:before {
  height: 0px;
}
.iw-header .iw-header-links .iw-links li:hover:after {
  background-color: #000;
}
.iw-header .iw-header-links .iw-links li:hover:before {
  left: 0;
  width: 100%;
}
.iw-header .header-mobile-container {
  z-index: 2;
}
@media screen and (min-width: 694px) {
  .iw-header .header-mobile-container {
    display: none;
  }
}
.iw-header .header-mobile-container .header-mobile-menu {
  cursor: pointer;
  background-color: #333;
  height: 50px;
  width: 50px;
  top: 25px;
  right: 20px;
  position: absolute;
  display: none;
}
.iw-header .header-mobile-container .header-mobile-menu.active {
  display: initial;
}
.iw-header .header-mobile-container .header-mobile-menu.open:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  border-top: 3px #9b9b9b solid;
  border-bottom: 3px #9b9b9b solid;
  pointer-events: none;
  height: 18px;
  width: 24px;
}
.iw-header .header-mobile-container .header-mobile-menu.open:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 23px;
  border-top: 3px #9b9b9b solid;
  pointer-events: none;
  width: 24px;
}
.iw-header .header-mobile-container .header-mobile-menu.close .header-mobile-close-cta {
  font-size: 64px;
  font-family: sans-serif;
  margin: auto;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 5px;
  top: -5px;
}
.iw-header .header-mobile-container .iw-mobile-links {
  position: absolute;
  z-index: 1003;
  top: 105px;
  width: 100%;
  height: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.iw-header .header-mobile-container .iw-mobile-links.active {
  height: 260px;
}
.iw-header .header-mobile-container .iw-mobile-links li {
  background-color: #111;
  width: 100%;
}
.iw-header .header-mobile-container .iw-mobile-links li a {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 10px 0 10px 10%;
  width: 100%;
  display: block;
  font-size: 32px;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current {
  color: #832123;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current:before {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 10%;
  width: 100%;
  border-bottom: 2px #832123 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a.current:after {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 11%;
  width: 4px;
  border-bottom: 2px #111 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a:before {
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  content: "";
  position: absolute;
  margin-top: 32px;
  width: 0;
  left: 10%;
  border-bottom: 2px #832123 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li a:after {
  content: "";
  position: absolute;
  margin-top: 32px;
  left: 11%;
  width: 4px;
  border-bottom: 2px #111 solid;
}
.iw-header .header-mobile-container .iw-mobile-links li:hover a:before {
  width: 100%;
}
.iw-header .iw-header-background {
  z-index: 1;
  background-color: black;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.iw-header .iw-header-logo a span,
.iw-header .iw-header-links .iw-links,
.iw-header .header-mobile-container .header-mobile-menu,
.iw-header .iw-header-background {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.iw-header .iw-header-logo a .scrolled-logo {
  height: 0;
  top: 30px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iw-header.scrolled .iw-header-logo a .top-logo {
  margin-top: 45px;
  background-position: 0 -90px;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 40px;
    background-position: 0 -80px;
  }
}
@media screen and (max-width: 581px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 35px;
    background-position: 0 -70px;
  }
}
@media screen and (max-width: 502px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 30px;
    background-position: 0 -60px;
  }
}
@media screen and (max-width: 428px) {
  .iw-header.scrolled .iw-header-logo a .top-logo {
    margin-top: 25px;
    background-position: 0 -50px;
  }
}
.iw-header.scrolled .iw-header-logo a .scrolled-logo {
  top: 10px;
  height: 55px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-logo a .scrolled-logo {
    height: 50px;
  }
}
.iw-header.scrolled .iw-header-links .iw-links {
  top: 30px;
}
.iw-header.scrolled .header-mobile-container .header-mobile-menu {
  top: 10px;
}
.iw-header.scrolled .iw-header-background {
  height: 75px;
}
@media screen and (max-width: 784px) {
  .iw-header.scrolled .iw-header-background {
    height: 70px;
  }
}
.iw-header.scrolled .iw-mobile-links {
  top: 70px;
}

@font-face {
  font-family: 'ConduitRegular';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Regular.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitExtraLight';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraLight.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitLight';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Light.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitBold';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Bold.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitBlack';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Black.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_Black.ttf') format('truetype');
}
@font-face {
  font-family: 'ConduitExtraBold';
  src: url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraBold.woff') format('woff'), url('../../../../../content/dam/atvi/infinityward/iw-touchui/fonts/ConduitITC_ExtraBold.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
body {
  overflow-x: hidden;
}
div.root {
  background-color: #191714;
  color: #a4a195;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="120" height="120"><image width="4" height="4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWMwMtD/j4wZSBcAAD9BGQFqqeqtAAAAAElFTkSuQmCC" /></svg>');
  background-size: 5%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
div.root a {
  color: #ffffff;
  text-decoration: none;
}

