@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
body#ar .spyro-social-content .social-links li .social-btn-txt,
body#ar .spyro-footer .footer-links li {
  font-size: 16px;
}
body#ar .spyro-wtb .wtb-bundle .column-two .disclaimer-text {
  font-size: 18px!important;
}
body#ar .spyro-footer .atvi-locale-selector .locale-menu {
  right: unset;
  left: 0;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
body#ru .spyro-header .spyro-preorder-link,
body#es .spyro-header .spyro-preorder-link,
body#es_mx .spyro-header .spyro-preorder-link,
body#pt_br .spyro-header .spyro-preorder-link,
body#nl .spyro-header .spyro-preorder-link {
  height: 225px;
  padding: 10px 10px 20px;
}


@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-header {
  left: 50%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 10;
}
.spyro-header .spyro-logo {
  background-image: url("../../../../../content/dam/atvi/spyro/common/global/Spyro_Logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 240px;
  left: 50%;
  top: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -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);
  max-width: 588px;
  width: 80%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .spyro-header .spyro-logo {
    height: 140px;
    top: 40px;
  }
}
.spyro-header .spyro-hamburger {
  background-image: url("../../../../../content/dam/atvi/spyro/common/header/menu-btn.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 84px;
  width: 90px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-header .spyro-hamburger:hover {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .spyro-header .spyro-hamburger {
    height: 60px;
    left: unset;
    right: 15px;
    top: 15px;
    background-size: 100% auto;
    width: 60px;
  }
}
.spyro-header .spyro-preorder-link {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  background-image: url("../../../../../content/dam/atvi/spyro/common/header/header-order-button-bg.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 130px;
  height: 205px;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-header .spyro-preorder-link:hover {
  margin-top: -5px;
}
.spyro-header .spyro-preorder-link p {
  height: 100%;
}
.spyro-header .spyro-preorder-link p a {
  display: block;
  background-repeat: no-repeat;
  color: #563f0f;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  height: 90%;
  background-size: 100% 86%;
  background-position: center bottom;
}
@media only screen and (max-width: 768px) {
  .spyro-header .spyro-preorder-link {
    display: none;
  }
}
.spyro-menu {
  z-index: 10001;
  position: fixed;
  width: 700px;
  height: 100vh;
  left: -700px;
  transition: left 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .spyro-menu {
    width: 100%;
    padding-right: 15px;
    left: -100%;
  }
}
.spyro-menu.active {
  left: 0;
  overflow: hidden;
}
.spyro-menu ul {
  display: inline-block;
  background-image: url("../../../../../content/dam/atvi/spyro/common/header/menu-bg.png");
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 80px;
  height: 100%;
  width: 86%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .spyro-menu ul {
    padding: 50px;
    height: 100%;
    width: calc(100% - 62px);
    background-size: 100% 100%;
  }
}
.spyro-menu ul li,
.spyro-menu ul li a {
  color: #ffffff;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 48px;
  margin: 0 0 30px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  display: block;
  cursor: pointer;
}
.spyro-menu ul li:hover,
.spyro-menu ul li a:hover {
  color: #ffd80f;
}
@media only screen and (max-width: 768px) {
  .spyro-menu ul li,
  .spyro-menu ul li a {
    font-size: 28px;
  }
}
.spyro-menu .menu-close {
  display: inline-block;
  background-image: url("../../../../../content/dam/atvi/spyro/common/header/btn-close.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 84px;
  width: 14%;
  max-width: 90px;
  cursor: pointer;
  vertical-align: top;
  z-index: 100;
  margin-left: -5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-menu .menu-close:hover {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  .spyro-menu .menu-close {
    margin-top: 15px;
    min-height: 60px;
    width: 62px;
  }
}
.spyro-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: none;
}
body.pl .spyro-header .spyro-preorder-link p a {
  font-size: 9px;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
html {
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: visible;
  }
}
body {
  overflow-x: hidden;
}
.spyro-section {
  height: 60vw;
  position: relative;
  max-height: 800px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
body#fr .spyro-header .spyro-preorder-link p a,
body#frCa .spyro-header .spyro-preorder-link p a,
body#de .spyro-header .spyro-preorder-link p a,
body#it .spyro-header .spyro-preorder-link p a {
  font-size: 12px;
  height: 92%;
  background-size: 100% 75%;
}
body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
  font-size: 17px;
  margin-left: 20px;
}
@media only screen and (max-width: 880px) {
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
    font-size: 16px;
  }
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li {
    font-size: 16px;
  }
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
    font-size: 14px;
  }
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    right: 20px;
  }
}
@media only screen and (max-width: 420px) {
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    width: 23px;
  }
  body#fr .spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button,
  body#frCa .spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button,
  body#de .spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button,
  body#it .spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button {
    top: 7px;
  }
}
body#de .spyro-header .spyro-preorder-link p a {
  font-size: 10px;
}
body#ar .footer-links .ar-patch,
body#enAr .footer-links .ar-patch {
  display: block!important;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-footer {
  background-image: url("../../../../../content/dam/atvi/spyro/common/footer/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 240px;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  .spyro-footer {
    background-image: url("../../../../../content/dam/atvi/spyro/common/footer/footer-bg-mobile.png");
    height: auto;
    padding-top: 197px;
  }
}
@media only screen and (max-width: 520px) {
  .spyro-footer {
    padding-top: 130px;
  }
}
.spyro-footer .footer-links {
  width: 60%;
  max-width: 887px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.spyro-footer .footer-links:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.spyro-footer .footer-links li {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.spyro-footer .footer-links li a,
.spyro-footer .footer-links li #ot-sdk-btn.ot-sdk-show-settings,
.spyro-footer .footer-links li #ot-sdk-btn.optanon-show-settings {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.spyro-footer .footer-links li a:hover,
.spyro-footer .footer-links li #ot-sdk-btn.ot-sdk-show-settings:hover,
.spyro-footer .footer-links li #ot-sdk-btn.optanon-show-settings:hover {
  color: #ffd80f;
}
.spyro-footer .footer-links li.ar-patch {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spyro-footer .footer-links {
    padding: 0 20px;
    width: 80%;
  }
  .spyro-footer .footer-links li {
    margin: 0 10px 0 0;
    width: auto;
  }
}
.spyro-footer .footer-copyright-text {
  padding-bottom: 30px;
}
.spyro-footer .footer-copyright-text > p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  width: 75%;
  max-width: 757px;
  margin: 20px auto 0;
}
.spyro-footer .footer-copyright-text > p a {
  color: #ffd80f;
}
@media only screen and (max-width: 650px) {
  .spyro-footer .footer-copyright-text > p {
    width: 100%;
    padding: 0 20px;
  }
}
.spyro-footer .footer-logos {
  max-width: 550px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .spyro-footer .footer-logos {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.spyro-footer .activision-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/activision/activision_logo_white-text.png");
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: -200%;
  width: 150px;
}
.spyro-footer .esrb-rating {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  width: 100px;
  overflow: hidden;
  text-indent: -200%;
}
.spyro-footer .toysforbob-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/studio/ToysForBob_Logo_001_v2.png");
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: -200%;
  width: 120px;
}
.spyro-footer .atvi-locale-selector {
  position: relative;
}
.spyro-footer .atvi-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
  right: 0;
  border: 2px solid #fcb401;
}
@media screen and (max-width: 680px) {
  .spyro-footer .atvi-locale-selector .locale-menu {
    right: unset;
    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);
  }
}
.spyro-footer .atvi-locale-selector .locale-menu .locale-list {
  background-color: #4c2e80;
}
@media screen and (max-width: 680px) {
  .spyro-footer .atvi-locale-selector .locale-menu .locale-list {
    width: 325px;
  }
}
.spyro-footer .atvi-locale-selector .locale-menu .locale-entry {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
}
.spyro-footer .atvi-locale-selector .locale-menu .locale-entry.selected a,
.spyro-footer .atvi-locale-selector .locale-menu .locale-entry a:hover {
  color: #fcb401;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.spyro-footer .atvi-locale-selector .locale-menu .close-button {
  display: none;
}
.spyro-footer .backtotop {
  background-image: url("../../../../../content/dam/atvi/spyro/common/footer/Gem-for-Spyro-website.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  cursor: pointer;
  height: 210px;
  position: absolute;
  right: 76px;
  width: 120px;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .spyro-footer .backtotop {
    right: 0;
    width: 100px;
    height: 176px;
  }
}
@media only screen and (max-width: 860px) {
  .spyro-footer .backtotop {
    display: none;
  }
}

