.live-previewmode .page-slide-container {
  display: none;
}
.live-previewmode .slide-container {
  display: none;
}
.common-author-content div.text-content-container {
  margin: 3.2rem 3.2rem 0rem 3.2rem;
}
.survey-cta-container {
  margin-top: 0;
}
.page-slide-container .common-author-content div.text-content-container {
  margin: 3.2rem;
}
.page-slide-container .survey-cta-container {
  margin-top: 0;
  margin-bottom: 3.2rem;
}
a {
  text-decoration: underline;
  color: #0873F6;
}
body {
  overflow-x: auto;
  min-width: 0;
}
.survey-layout-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../../../../content/dam/atvi/support/live-survey/bg_desktop.jpg");
  background-repeat: no-repeat;
  background-color: #000000;
  height: 100%;
  min-height: 100vh;
  min-width: 230px;
}
.survey-layout-container .survey-main-container {
  background: transparent linear-gradient(246deg, #686868 0%, #000000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 2px 8px 32px #0000004D;
  border-radius: 8px;
  opacity: 1;
  width: 75%;
  padding: 0;
  max-width: 1060px;
  min-width: 222px;
}
.survey-layout-container .page-container {
  width: 100%;
}
.survey-layout-container .page-container .title-container {
  padding: 3.2rem 3.2rem 0 3.2rem;
}
.survey-layout-container .page-container .title-container .page-title {
  background-color: #000000;
  font: normal normal bold 24px/29px DIN Next LT Pro;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.survey-layout-container .page-container .title-container .page-title h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font: normal normal bold 24px/29px DIN Next LT Pro;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.survey-layout-container .page-container .title-container .page-title p {
  margin: 0;
}
.survey-layout-container .page-container .title-container .page-question {
  margin: 2.4rem 0 1rem 0;
  margin-left: 5px;
}
.survey-layout-container .page-container .title-container .page-question p {
  text-align: left;
  font: normal normal normal 16px/19px DIN Next LT Pro;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
}
.survey-layout-container .page-container div.title-container.no-title {
  padding-top: 0;
}
.survey-layout-container .page-container div.title-container.no-title .page-question {
  margin: 2rem 0 1rem 0;
}

@media only screen and (max-width: 320px) {
  .survey-layout-container {
    background-image: url("../../../../../../content/dam/atvi/support/live-survey/320_XS.png");
  }
}
@media only screen and (min-width: 321px) and (max-width: 413px) {
  .survey-layout-container {
    background-image: url("../../../../../../content/dam/atvi/support/live-survey/414_S.png");
  }
}
@media only screen and (min-width: 414px) and (max-width: 425px) {
  .survey-layout-container {
    background-image: url("../../../../../../content/dam/atvi/support/live-survey/425_S.png");
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .survey-layout-container {
    background-image: url("../../../../../../content/dam/atvi/support/live-survey/769_M.png");
  }
}
@media only screen and (min-width: 2040px) {
  .survey-layout-container {
    background-image: url("../../../../../../content/dam/atvi/support/live-survey/bg_desktop.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
  }
}
@media only screen and (max-width: 1023px) {
  .survey-layout-container {
    padding: 1.5rem;
    padding-bottom: 3rem;
    border-radius: 0;
  }
  .survey-layout-container .survey-main-container {
    width: 100%;
    border-radius: 0;
  }
  .survey-layout-container .page-container .title-container {
    padding: 2rem 1rem 0rem 1rem;
  }
  .survey-layout-container .page-container .title-container .page-title {
    padding: 1rem;
    margin: 0;
    border-radius: 4px;
  }
  .survey-layout-container .page-container .title-container .page-title h2 {
    font: normal normal bold 16px/24px DIN Next LT Pro;
  }
  .survey-layout-container .page-container .title-container .page-question {
    margin: 1.5rem 0rem 0rem 0.5rem;
  }
}
@media only screen and (max-width: 1279px) {
  .survey-layout-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .survey-layout-container .survey-main-container {
    width: 100%;
  }
}

