@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.home-page:not(.mobile-device) .mobile-device-only {
  display: none;
}
.home-page {
  position: relative;
  background-color: #000;
}
.home-page:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  overflow: hidden;
  background-color: #000;
  width: 0;
  height: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-page.loading:not(.mobile-device) {
  position: fixed;
  max-height: 100vh;
  overflow-y: scroll;
}
.home-page.loading:not(.mobile-device):after {
  width: 100%;
  height: 100%;
}
.home-page.loading:not(.mobile-device) .wtb-cta-layout-container,
.home-page.loading:not(.mobile-device) .nav-container {
  opacity: 0;
}
.home-page:not(.mobile-device) .home-section-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.home-page:not(.mobile-device) .canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 430px;
}
.home-page:not(.mobile-device) .canvas-container canvas,
.home-page:not(.mobile-device) .canvas-container .bg-image-el {
  position: fixed;
  width: 100%;
  height: 100%;
}
.home-page:not(.mobile-device) .canvas-container .bg-image-el {
  opacity: 0;
  object-fit: cover;
}
.home-page:not(.mobile-device) .canvas-container .bg-image-el.active {
  opacity: 1;
}
.home-page:not(.mobile-device) .trailer-video-container .atvi-video {
  position: absolute;
}
.home-page:not(.mobile-device) .composite-container {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home-page:not(.mobile-device) .composite-container.active {
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container > div {
  position: relative;
  height: 100%;
}
.home-page:not(.mobile-device) .composite-container .sentinal {
  position: absolute;
  width: 100%;
  left: 0;
}
.home-page:not(.mobile-device) .composite-container .sentinal.top {
  top: 0px;
  height: 5px;
}
.home-page:not(.mobile-device) .composite-container .sentinal.bottom {
  bottom: 0;
  height: 10px;
}
.home-page:not(.mobile-device) .composite-container .inner-container {
  position: -webkit-sticky;
  position: sticky;
  margin: auto;
  text-align: center;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.home-page:not(.mobile-device) .composite-container .inner-container.sticking {
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.home-splash {
  height: 400vh;
  z-index: 1;
}
.home-page:not(.mobile-device) .composite-container.home-splash .inner-container {
  top: 250px;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.promo-section {
  height: 400vh;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.promo-section .sentinal.top {
  height: 24vh;
}
.home-page:not(.mobile-device) .composite-container.promo-section .inner-container {
  top: 24vh;
  height: auto;
  min-height: 90vh;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.features-splash-combo {
  height: 500vh;
}
.home-page:not(.mobile-device) .composite-container.features-splash-combo .sentinal.top {
  height: 200px;
}
.home-page:not(.mobile-device) .composite-container.features-splash-combo .inner-container {
  top: 150px;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.roster {
  height: 370vh;
}
.home-page:not(.mobile-device) .composite-container.roster .inner-container {
  top: 145px;
  height: auto;
}
.home-page:not(.mobile-device) .composite-container.spotify-section {
  height: 300vh;
}
.home-page:not(.mobile-device) .composite-container.spotify-section .inner-container {
  top: 125px;
}
.home-page:not(.mobile-device) .composite-container.customization-section {
  height: 300vh;
}
.home-page:not(.mobile-device) .composite-container.customization-section .inner-container {
  top: 125px;
}
.home-page:not(.mobile-device) .composite-container.gallery {
  height: 300vh;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.gallery .inner-container {
  top: 145px;
  height: 78vh;
  max-height: 800px;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 1024px) {
  .home-page:not(.mobile-device) .composite-container.gallery .inner-container {
    top: 170px;
  }
}
.home-page:not(.mobile-device) .composite-container.special-meter-section {
  height: 300vh;
}
.home-page:not(.mobile-device) .composite-container.special-meter-section .inner-container {
  top: 150px;
}
.home-page:not(.mobile-device) .composite-container.community {
  height: 300vh;
}
.home-page:not(.mobile-device) .composite-container.community .inner-container {
  top: 145px;
}
.home-page:not(.mobile-device) .composite-container.partners {
  height: 280vh;
}
.home-page:not(.mobile-device) .composite-container.partners .inner-container {
  top: 145px;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb {
  height: 300vh;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb .inner-container {
  top: 145px;
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb .inner-container > .experiencefragment {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb .inner-container.sticking > .experiencefragment {
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb.stay-opaque .inner-container > .experiencefragment {
  opacity: 1;
}
.home-page:not(.mobile-device) .composite-container.embedded-wtb .footer-container .inner-container {
  opacity: 1;
}
.home-page.mobile-device:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../../../../../../content/dam/atvi/tony-hawk/alcatraz/common/scroll-bg/bgMain_14.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-page.mobile-device .home-section-container > div {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-page.mobile-device .canvas-container {
  display: none;
}
.home-page.mobile-device .composite-container {
  position: relative;
  min-height: 85vh;
  width: 100%;
}
.home-page.mobile-device .inner-container {
  width: 85vw;
  max-width: 950px;
  margin: auto;
}
.home-page .section-title {
  position: relative;
  text-transform: uppercase;
  text-shadow: -2px 2px 0 #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .home-page .section-title {
    font-size: 2.5rem;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1024px) {
  .home-page .section-title {
    font-size: 3.125rem;
    line-height: 1;
  }
}
.home-page .section-title:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: 100%;
  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);
  background-image: url('../../../../../../content/dam/atvi/tony-hawk/alcatraz/common/flourishes/content-divider.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .home-page .inner-container {
    width: 70vw;
  }
}
@media screen and (max-width: 420px) {
  .home-page .inner-container {
    width: 75vw;
  }
  .home-page .section-title {
    font-size: 2.25rem;
  }
}

@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.mobile-device .section-navigation-container {
  display: none;
}
.section-navigation-container .section-navigation-link-container {
  position: fixed;
  z-index: 2;
}
.section-navigation-container .section-navigation-link-container .section-navigation-image,
.section-navigation-container .section-navigation-link-container .section-navigation-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-navigation-container .section-navigation-link-container .section-navigation-image {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-navigation-container .section-navigation-link-container.previous .section-navigation-image {
  background-image: url('../../../../../../content/dam/atvi/tony-hawk/alcatraz/common/ui-elements/section-nav-arrow-previous.png');
}
.section-navigation-container .section-navigation-link-container.next .section-navigation-image {
  background-image: url('../../../../../../content/dam/atvi/tony-hawk/alcatraz/common/ui-elements/section-nav-arrow-next.png');
}
@media screen and (max-width: 1023px) {
  .section-navigation-container .section-navigation-link-container {
    bottom: 21px;
    width: 10vw;
    height: 9.46666667vw;
    max-width: 75px;
    max-height: 71px;
  }
  .section-navigation-container .section-navigation-link-container.previous {
    left: 22px;
  }
  .section-navigation-container .section-navigation-link-container.next {
    right: 22px;
  }
}
@media screen and (max-width: 600px) {
  .section-navigation-container .section-navigation-link-container.previous {
    left: 4px;
  }
  .section-navigation-container .section-navigation-link-container.next {
    right: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .section-navigation-container .section-navigation-link-container {
    bottom: 23px;
    width: 59px;
    height: 56px;
  }
  .section-navigation-container .section-navigation-link-container.previous {
    left: 29px;
  }
  .section-navigation-container .section-navigation-link-container.next {
    right: 29px;
  }
}

@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.body.modal-active {
  overflow: hidden;
}
.modal-container {
  height: 0;
  width: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.modal-container.active {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
.modal-container .background-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}
.modal-container .modal-inner {
  position: absolute;
  width: 90vw;
  max-width: 1054px;
  height: 41.25vw;
  max-height: 600px;
  padding: 0 20px;
  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%);
}
@media screen and (orientation: landscape) {
  .mobile-device .modal-container .modal-inner {
    top: 45%;
    padding: 0;
    height: 70vh;
  }
}
.modal-container .close-button {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 13.6vw;
  height: 19.06666667vw;
  max-width: 81px;
  max-height: 114px;
  color: transparent;
  background-image: url('../../../../../../content/dam/atvi/tony-hawk/alcatraz/common/ui-elements/close-button-image.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-container .modal-content-container {
  position: relative;
  height: 100%;
}
.modal-container .modal-content-container .atvi-video-component,
.modal-container .modal-content-container .player {
  height: 100%;
}
@media screen and (max-height: 768px) {
  .modal-container .modal-inner {
    height: 81vh;
  }
}
@media screen and (max-width: 600px) {
  .modal-container .modal-inner {
    height: 65vh;
  }
}

@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.home-page.mobile-device .embedded-wtb .footer-container {
  display: none;
}
.home-page .composite-container.embedded-wtb .footer-container .inner-container {
  top: 0;
  margin-top: 0;
}
.home-page .embedded-wtb .footer-container {
  position: absolute;
  margin-top: 50px;
  height: auto;
  padding-top: 30px;
  bottom: 0;
}
.home-page .embedded-wtb .footer-container .inner-container {
  position: relative;
  height: auto;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .home-page .embedded-wtb .footer-container {
    width: 100vw;
    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);
  }
}

