@-webkit-keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* # Battleface Global
================================================== */
.battlecast-main {
  min-height: 90vh;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/battleface-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.battlecast-main .button {
  margin: 0 0.5em 1em;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0em;
  font-size: 15px;
  display: inline-block;
  padding: 1.167em 2em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  padding-top: 1.167em;
  padding-bottom: 1.167em;
}
.battlecast-main .button,
.battlecast-main .button:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .battlecast-main .button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-main .button {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-main .button:hover {
  background-color: #ec9a01;
}
.battlecast-main .button:disabled,
.battlecast-main .button.disabled {
  opacity: 0.5;
  color: #aaa;
  border-color: #aaa;
  background-color: transparent;
  cursor: default;
}
.battlecast-main a {
  border-bottom: 0;
  color: #fab313;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.battlecast-main a:hover {
  color: #ec9a01;
}
/* # Card wrapper
================================================== */
.cards-wrapper {
  position: relative;
  padding-right: 30px;
  height: 100%;
  max-width: 586px;
  min-height: 300px;
}
.cards-wrapper:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.cards-wrapper .flipped-cards {
  background-size: contain;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/backcards.png');
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  height: 100%;
  width: 68%;
}
.cards-wrapper .flipped-cards:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 134.52685422%;
}
.card-wrapper {
  position: relative;
  position: absolute;
  top: 0;
  left: 33.5%;
  right: 0;
  width: 61.5%;
  z-index: 1;
  perspective: 1000;
}
.card-wrapper:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 140.99722992%;
}
.card-wrapper .card,
.card-wrapper .back,
.card-wrapper .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-wrapper .card {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg) translate(53%, -1.1%) scale(0.88);
  -moz-transform: rotateY(-180deg) translate(53%, -1.1%) scale(0.88);
  -ms-transform: rotateY(-180deg) translate(53%, -1.1%) scale(0.88);
  -o-transform: rotateY(-180deg) translate(53%, -1.1%) scale(0.88);
  transform: rotateY(-180deg) translate(53%, -1.1%) scale(0.88);
}
.card-wrapper .back {
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/cardback.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-wrapper .front {
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
}
.card-wrapper .front .face {
  position: absolute;
  top: 10.6%;
  left: 10.5%;
  right: 10.5%;
  height: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/example.jpg');
}
.card-wrapper .front .card-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/card-frame.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}
.card-wrapper .front .name {
  position: absolute;
  top: 58.6%;
  left: 16%;
  right: 16%;
  color: #000;
  height: 7.5%;
}
.card-wrapper .front .name .inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/card-names/default.png');
}
.card-wrapper .front .name .inner.select-placeholder {
  display: none;
}
/* # Card wrapper (Create variant)
================================================== */
.create.card-wrapper .card .face-handler-wrapper .file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.create.card-wrapper .card .face-handler-wrapper .face-handler {
  cursor: pointer;
  position: absolute;
  top: 10.6%;
  left: 10.5%;
  right: 10.5%;
  height: 48%;
}
.create.card-wrapper .card .face {
  background-color: #4c1780;
}
.create.card-wrapper .card .face.no-face {
  background-image: none;
}
.create.card-wrapper .card .face.no-face:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/profile-pic.png');
  background-position: bottom center;
  background-size: contain;
  opacity: 0.8;
}
.create.card-wrapper .card .face:after {
  content: '';
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 89.25px;
  height: 25.5px;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/select-tab.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.create.card-wrapper .card .name {
  cursor: pointer;
}
.create.card-wrapper .card .name .inner {
  display: none;
}
.create.card-wrapper .card .name .inner.select-placeholder {
  display: block;
}
.create.card-wrapper .card .name.selected .inner {
  display: block;
}
.create.card-wrapper .card .name.selected .inner.select-placeholder {
  display: none;
}
.create.card-wrapper .card .name-dropdown {
  position: absolute;
  top: 60%;
  left: 7%;
  right: 7%;
  bottom: 58.5%;
  z-index: 1;
  overflow: scroll;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.create.card-wrapper .card .name-dropdown.active {
  opacity: 1;
  top: 1%;
  bottom: 2%;
}
.create.card-wrapper .name-dropdown .option {
  display: block;
  position: relative;
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/card-names/name-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -8.5%;
}
.create.card-wrapper .name-dropdown .option:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 27.2%;
}
.create.card-wrapper .name-dropdown .option .inner {
  position: absolute;
  top: 16%;
  bottom: 40%;
  left: 6%;
  right: 6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.create.card-wrapper .name-dropdown .option:first-child {
  margin-top: 0;
}
.create.card-wrapper .name-dropdown .option:after {
  content: '';
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/battleface/card-names/name-banner-selected.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.create.card-wrapper .name-dropdown .option:hover:after {
  opacity: 1;
}
/* # Main section
================================================== */
.battlecast-section {
  padding-top: 140px;
  padding-bottom: 100px;
}
.battlecast-section:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
@media screen and (max-width: 640px) {
  .battlecast-section {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.battlecast-section .cards-wrapper,
.battlecast-section .details-wrapper {
  width: 50%;
  float: left;
  margin: 60px auto 0;
}
@media screen and (max-width: 780px) {
  .battlecast-section .cards-wrapper,
  .battlecast-section .details-wrapper {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
}
.battlecast-main .step-headline {
  font-size: 40px;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 0.04em 0.08em #000;
  height: 100px;
}
@media screen and (max-width: 640px) {
  .battlecast-main .step-headline {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-main .step-headline {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-main .step-headline .desktop {
  display: block;
}
.battlecast-main .step-headline .mobile,
.battlecast-main .step-headline .tablet {
  display: none;
}
@media screen and (max-width: 550px) {
  .battlecast-main .step-headline {
    font-size: 28px;
    height: 70px;
  }
  .battlecast-main .step-headline .tablet {
    display: block;
  }
  .battlecast-main .step-headline .mobile,
  .battlecast-main .step-headline .desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .battlecast-main .step-headline {
    font-size: 20px;
    height: 50px;
  }
  .battlecast-main .step-headline .mobile {
    display: block;
  }
  .battlecast-main .step-headline .tablet,
  .battlecast-main .step-headline .desktop {
    display: none;
  }
}
.upload.battlecast-main .step-headline {
  font-size: 40px;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 0.04em 0.08em #000;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .upload.battlecast-main .step-headline {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .upload.battlecast-main .step-headline {
    text-rendering: optimizeLegibility;
  }
}
.upload.battlecast-main .step-headline .desktop {
  display: block;
}
.upload.battlecast-main .step-headline .mobile,
.upload.battlecast-main .step-headline .tablet {
  display: none;
}
@media screen and (max-width: 550px) {
  .upload.battlecast-main .step-headline {
    font-size: 28px;
    height: 35px;
  }
  .upload.battlecast-main .step-headline .tablet {
    display: block;
  }
  .upload.battlecast-main .step-headline .mobile,
  .upload.battlecast-main .step-headline .desktop {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .upload.battlecast-main .step-headline {
    font-size: 20px;
    height: 25px;
  }
  .upload.battlecast-main .step-headline .mobile {
    display: block;
  }
  .upload.battlecast-main .step-headline .tablet,
  .upload.battlecast-main .step-headline .desktop {
    display: none;
  }
}
.battlecast-main .step-subheadline {
  text-align: center;
}
/* # Landing details
================================================== */
.battlecast-section .landing-details {
  padding-left: 60px;
  max-width: 360px;
  margin-left: 60px;
}
@media screen and (max-width: 780px) {
  .battlecast-section .landing-details {
    margin-left: auto;
    margin-right: auto;
  }
}
.battlecast-section .step-details .step {
  position: relative;
  margin-bottom: 2em;
}
.battlecast-section .step-details .step .step-number {
  border-radius: 100px;
  background: #fab313;
  background-image: -webkit-linear-gradient(#fab313, #ffffff);
  background-image: -o-linear-gradient(#fab313, #ffffff);
  background-image: -moz-linear-gradient(#fab313, #ffffff);
  background-image: linear-gradient(#fab313, #ffffff);
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  display: inline-block;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #0f0f0f;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .battlecast-section .step-details .step .step-number {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .step-details .step .step-number {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .step-terms {
  margin-bottom: 2em;
}
.battlecast-section .step-terms input {
  position: absolute;
  margin-left: 0;
}
.battlecast-section .step-terms .inner-terms {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
/* # Upload details
================================================== */
.battlecast-section .upload-details {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.battlecast-section .upload-action {
  margin: 0 auto 2em;
}
.battlecast-section .upload.button {
  cursor: pointer;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0em;
  font-size: 15px;
  display: inline-block;
  padding: 0.75em 0.5em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fcc209;
  background-image: -webkit-linear-gradient(right, transparent, #ec9a01);
  background-image: -o-linear-gradient(left, transparent, #ec9a01);
  background-image: -moz-linear-gradient(left, transparent, #ec9a01);
  background-image: linear-gradient(to left, transparent, #ec9a01);
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding-left: 2em;
  padding-right: 2em;
}
.battlecast-section .upload.button,
.battlecast-section .upload.button:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .battlecast-section .upload.button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .upload.button {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .upload.button:hover {
  background-color: #ec9a01;
}
.battlecast-section .upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.battlecast-section .upload-details .note {
  font-style: italic;
  font-size: 11px;
  margin-top: 1em;
  display: block;
  text-align: left;
}
.battlecast-section .upload-details .note.error {
  color: #ee1111;
}
.battlecast-section .action-text {
  display: block;
  margin-bottom: 2em;
  text-align: left;
  position: relative;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 2em;
}
.battlecast-section .action-text .note {
  position: absolute;
  margin-top: 0.5em;
}
.battlecast-section .action-text:before {
  content: '\2610';
  color: #999;
  font-size: 2em;
  position: absolute;
  top: -0.25em;
  left: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.battlecast-section .action-text:hover {
  color: #fff;
}
.battlecast-section .action-text:hover:before {
  color: #fff;
}
.battlecast-section .upload-action.done .action-text,
.battlecast-section .upload-action.done .action-text:hover {
  color: green;
}
.battlecast-section .upload-action.done .action-text:before {
  content: '\2611';
  color: green;
}
.upload-details .next.button .text {
  display: inline-block;
  vertical-align: middle;
}
.upload-details .next.button:before,
.upload-details .next.button:after {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 5em;
  height: 5em;
  text-indent: -9999em;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
  -webkit-animation: ajax-loader 1.1s infinite cubic-bezier(0.55, 0.37, 0.54, 0.72);
  animation: ajax-loader 1.1s infinite cubic-bezier(0.55, 0.37, 0.54, 0.72);
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 1px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loading .upload-details .next.button:after {
  opacity: 1;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
/* # Thanks details
================================================== */
.battlecast-section .thanks-details .download-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.battlecast-section .thanks-details .download-header .dl-headline,
.battlecast-section .thanks-details .download-header .icon-wrapper {
  margin: 0 30px 10px;
}
@media screen and (max-width: 480px) {
  .battlecast-section .thanks-details .download-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.battlecast-section .thanks-details .download-links-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.battlecast-section .thanks-details .download-links-wrapper .download-link {
  padding: 6px;
}
@media screen and (max-width: 480px) {
  .battlecast-section .thanks-details .download-links-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.battlecast-section .thanks-details .dl-headline {
  width: 160px;
  text-align: center;
  font-size: 20px;
}
.battlecast-section .thanks-details .dl-headline span {
  display: block;
  margin-top: 3px;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .battlecast-section .thanks-details .dl-headline span {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .thanks-details .dl-headline span {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .thanks-details .dl-headline .inner-1 {
  font-size: 0.75em;
}
.battlecast-section .thanks-details .dl-headline .inner-2.svg-headline {
  display: none;
  font-size: 50px;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 0.04em 0.08em #000;
  height: 62.5px;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
}
@media screen and (max-width: 640px) {
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .desktop {
  display: block;
}
.battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .mobile,
.battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .tablet {
  display: none;
}
@media screen and (max-width: 0) {
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline {
    font-size: 0;
    height: 0;
  }
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .tablet {
    display: block;
  }
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .mobile,
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .desktop {
    display: none;
  }
}
@media screen and (max-width: 0) {
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline {
    font-size: 0;
    height: 0;
  }
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .mobile {
    display: block;
  }
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .tablet,
  .battlecast-section .thanks-details .dl-headline .inner-2.svg-headline .desktop {
    display: none;
  }
}
.battlecast-section .thanks-details .dl-headline .inner-2.text-headline {
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fab313;
  margin-top: 0em;
  margin-bottom: -0.175em;
}
@media screen and (max-width: 640px) {
  .battlecast-section .thanks-details .dl-headline .inner-2.text-headline {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .thanks-details .dl-headline .inner-2.text-headline {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .thanks-details .dl-headline .inner-3 {
  font-size: 0.95em;
}
.battlecast-section .thanks-details .dl-headline .inner-4 {
  font-size: 1em;
}
.battlecast-section .thanks-details .dl-headline .inner-5 {
  font-size: 0.8875em;
}
.atvi-loc-en .thanks-details .dl-headline .inner-2.svg-headline {
  display: block;
}
.atvi-loc-en .thanks-details .dl-headline .inner-2.text-headline {
  display: none;
}
.battlecast-section .thanks-details .action-wrapper {
  margin-top: 40px;
  text-align: center;
}
.battlecast-section .thanks-details .reset.button {
  cursor: pointer;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0em;
  font-size: 15px;
  display: inline-block;
  padding: 0.75em 0.5em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fcc209;
  background-image: -webkit-linear-gradient(right, transparent, #ec9a01);
  background-image: -o-linear-gradient(left, transparent, #ec9a01);
  background-image: -moz-linear-gradient(left, transparent, #ec9a01);
  background-image: linear-gradient(to left, transparent, #ec9a01);
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding: 1.167em 2em;
}
.battlecast-section .thanks-details .reset.button,
.battlecast-section .thanks-details .reset.button:hover {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .battlecast-section .thanks-details .reset.button {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .thanks-details .reset.button {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .thanks-details .reset.button:hover {
  background-color: #ec9a01;
}
.battlecast-section .thanks-details .share-wrapper {
  width: 100%;
  max-width: 392px;
  margin: 0 auto 20px;
}
.battlecast-section .thanks-details .share-wrapper:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
.battlecast-section .thanks-details .share-wrapper .social-share-links,
.battlecast-section .thanks-details .share-wrapper div.download {
  display: inline-block;
  float: left;
}
.battlecast-section .thanks-details .share-wrapper .social-share-links {
  width: calc(50% + 20px);
}
.battlecast-section .thanks-details .share-wrapper div.download {
  width: calc(50% - 20px);
}
.battlecast-section .thanks-details .share-wrapper a.download {
  width: 100%;
  display: block;
}
@media screen and (max-width: 480px) {
  .battlecast-section .thanks-details .share-wrapper {
    max-width: 196px;
  }
  .battlecast-section .thanks-details .share-wrapper .social-share-links,
  .battlecast-section .thanks-details .share-wrapper div.download {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .battlecast-section .thanks-details .share-wrapper .social-share-links {
    margin-right: -10px;
  }
}
.battlecast-section .thanks-details .share-wrapper .social-share-links {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.battlecast-section .thanks-details .social-link {
  cursor: pointer;
  font-family: 'montserrat', Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0em;
  font-size: 15px;
  display: inline-block;
  padding: 0.75em 0.5em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fcc209;
  background-image: -webkit-linear-gradient(right, transparent, #ec9a01);
  background-image: -o-linear-gradient(left, transparent, #ec9a01);
  background-image: -moz-linear-gradient(left, transparent, #ec9a01);
  background-image: linear-gradient(to left, transparent, #ec9a01);
  border: 1px solid transparent;
  border-radius: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .battlecast-section .thanks-details .social-link {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .battlecast-section .thanks-details .social-link {
    text-rendering: optimizeLegibility;
  }
}
.battlecast-section .thanks-details .social-link:hover {
  background-color: #ec9a01;
}
.battlecast-section .thanks-details .social-link.facebook,
.battlecast-section .thanks-details .social-link.twitter,
.battlecast-section .thanks-details .social-link.gplus {
  display: block;
  padding: 0;
  margin: 0 20px 20px 0;
  position: relative;
  width: 52px;
  box-sizing: border-box;
}
.battlecast-section .thanks-details .social-link.facebook:before,
.battlecast-section .thanks-details .social-link.twitter:before,
.battlecast-section .thanks-details .social-link.gplus:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.battlecast-section .thanks-details .social-link.facebook .inner,
.battlecast-section .thanks-details .social-link.twitter .inner,
.battlecast-section .thanks-details .social-link.gplus .inner {
  display: none;
}
.battlecast-section .thanks-details .social-link.facebook:after,
.battlecast-section .thanks-details .social-link.twitter:after,
.battlecast-section .thanks-details .social-link.gplus:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.battlecast-section .thanks-details .social-link.facebook:after {
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/common/footer/social-icons/facebook.png');
}
.battlecast-section .thanks-details .social-link.twitter:after {
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/common/footer/social-icons/twitter.png');
}
.battlecast-section .thanks-details .social-link.gplus:after {
  background-image: url('../../../../../../content/dam/atvi/skylanders/battlecast/common/footer/social-icons/gplus.png');
}
.battlecast-section .thanks-details .social-link.download {
  text-transform: uppercase;
  height: 52px;
}
.battlecast-section .thanks-details .social-link.download .inner {
  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%);
}
/* # Steps
================================================== */
.step-header {
  display: none;
}
.step-header.landing {
  display: block;
}
.step-thanks .step-header.landing {
  display: none;
}
.step-thanks .step-header.thanks {
  display: block;
}
.landing-details {
  display: none;
}
.step-landing .landing-details {
  display: block;
}
.upload-details {
  display: none;
}
.step-create .upload-details {
  display: block;
}
.thanks-details {
  display: none;
}
.step-thanks .thanks-details {
  display: block;
}
.card .face:after {
  opacity: 0;
}
.step-create .card .face:after {
  opacity: 1;
}
.cards-wrapper .card-wrapper.placeholder {
  z-index: 3;
}
.cards-wrapper .card-wrapper.create {
  z-index: 2;
}
.cards-wrapper .card-wrapper.your-card-wrapper {
  z-index: 1;
}
.cards-wrapper .card-wrapper.placeholder .card {
  -webkit-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -moz-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -ms-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -o-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
}
.step-create .cards-wrapper .card-wrapper {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.step-create .cards-wrapper .card-wrapper.placeholder {
  opacity: 0;
  z-index: 1;
}
.step-create .cards-wrapper .card-wrapper.placeholder .card {
  -webkit-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -moz-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -ms-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -o-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
}
.step-create .cards-wrapper .card-wrapper.create .card {
  -webkit-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -moz-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -ms-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -o-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
}
.step-thanks .cards-wrapper .card-wrapper.placeholder,
.step-thanks .cards-wrapper .card-wrapper.create {
  opacity: 0;
  z-index: 1;
}
.step-thanks .cards-wrapper .card-wrapper.placeholder .card,
.step-thanks .cards-wrapper .card-wrapper.create .card {
  -webkit-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -moz-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -ms-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  -o-transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
  transform: rotateY(0) rotateZ(0) translateX(-100%) scale(1);
}
.step-thanks .cards-wrapper .card-wrapper.your-card-wrapper .card {
  -webkit-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -moz-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -ms-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  -o-transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
  transform: rotateY(0) rotateZ(0) translateX(0) scale(1);
}
/* # Terms & Conditions Modal
================================================== */
.landing-details .terms-modal {
  display: none;
}
.modal .modal-inner {
  position: relative;
}
.modal .modal-inner:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.modal .content-wrapper {
  pointer-events: none;
}
.terms-inner {
  pointer-events: all;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  max-width: 600px;
  max-height: 100%;
  width: 100%;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #0f0f0f;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 20px;
  overflow-y: scroll;
}
.terms-inner ul {
  list-style: initial;
  padding-left: 1.5em;
}
.terms-inner p,
.terms-inner li {
  margin-bottom: 1em;
}
