.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;
}
.text-content-container {
  border: 1px solid #000000;
  background: #000000;
  border-radius: 4px;
  margin: 2rem 2rem 0 2rem;
}
.text-content-container div {
  text-align: left;
  font: normal normal normal 16px/24px DIN Next LT Pro;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 1.5rem;
}
.text-content-container div p {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .text-content-container {
    margin: 1.5rem 1rem 0rem 1rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .text-content-container {
    margin: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .text-content-container div {
    padding: 1.5rem;
  }
}

