.jul20-push-quiz-header {
  height: 50px;
  background-color: #f1ddba;
  background-image: url("https://d2dz54333c07dd.cloudfront.net/0/gold-backgrounds/mobile/full-screen-v1.jpg");
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center; }

.jul20-push-quiz-header__logo-wrapper img {
  height: 32px; }

.jul20-push-quiz-step {
  width: 305px;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  z-index: 3; }

.jul20-push-quiz-step__question-content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  margin-top: 20px;
  padding: 12px 8px 20px; }

.jul20-push-quiz-step__question-answers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.jul20-push-quiz-step__question-answer {
  width: 138px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: black;
  background-size: cover;
  margin-bottom: 10px;
  cursor: pointer; }

.jul20-push-quiz-step__question-label {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-bottom: 10px; }

.jul20-push-quiz-step__question-input {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 7px 10px; }

.jul20-push-quiz-step__continue-wrapper {
  text-align: center;
  margin-top: 20px; }

.jul20-push-quiz-step__continue-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #751259;
  color: white;
  border: none;
  border-radius: 3px;
  height: 48px;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }

@media (min-width: 900px) {
  .jul20-push-quiz-step {
    width: 512px;
    background-color: white;
    border-radius: 4px;
    padding: 30px 70px;
    margin-top: 10vh; }
  .jul20-push-quiz-step__question-content {
    padding: 0; }
  .jul20-push-quiz-step__question-answer {
    width: 180px;
    height: 80px; } }

.jul20-push-quiz-question {
  display: flex; }

.jul20-push-quiz-question__image-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white; }

.jul20-push-quiz-question__question-wrapper {
  background: white;
  height: 50px;
  flex-grow: 1;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-left: 15px;
  position: relative;
  line-height: 18px; }

.jul20-push-quiz-question__question-wrapper:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: white;
  border-width: 6px;
  margin-top: -6px; }

@media (min-width: 900px) {
  .jul20-push-quiz-question__question-wrapper {
    background: #D7D2DA; }
  .jul20-push-quiz-question__question-wrapper:after {
    border-right-color: #D7D2DA; } }

.jul20-push-quiz-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0; }

.jul20-push-quiz-footer__counter {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }

.jul20-push-quiz-footer__counter span {
  width: 30px;
  height: 30px;
  background: black;
  color: #FFEFCB;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px; }

.jul20-push-quiz-footer__text {
  color: white;
  font-size: 12px;
  text-align: center; }

@media (min-width: 900px) {
  .jul20-push-quiz-footer {
    padding-bottom: 30px; }
  .jul20-push-quiz-footer__counter span {
    width: 36px;
    height: 36px; }
  .jul20-push-quiz-footer__text {
    font-size: 16px; } }

html {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%; }

.jul20-push-quiz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../backendAssets/vm/lander/jul20-push-quiz/mobile-bg.jpg);
  background-size: cover;
  background-position: center;
  font-family: Averta, sans-serif; }

@media (min-width: 900px) {
  .jul20-push-quiz {
    background-image: url(../backendAssets/vm/lander/jul20-push-quiz/desktop-bg.jpg); } }
