* {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  margin: 0px;
}
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  color: #363636;
  font-family: "Open Sans", "Arial", sans-serif;
}
.background {
  height: 100%;
  width: 100%;
  background: url("/assets/images/white-green-bg.svg");
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.QuestionSignWithQrCode {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@page {
  margin-right: -2px;
}
.QuestionSignWithQrCode .background {
  background: none;
  background-color: #222222;
}
.QuestionSignWithQrCode .honLogo {
  display: none;
}
.QuestionSignWithQrCode .questionSignContainer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.QuestionSignWithQrCode .question {
  background-color: #222222;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  display: flex;
  flex-direction: column-reverse;
}
.QuestionSignWithQrCode .question .questionText {
  text-align: center;
}
.QuestionSignWithQrCode .question.long {
  margin-left: -40px;
  margin-right: -40px;
}
.QuestionSignWithQrCode .question.long .questionText {
  font-size: smaller;
}
.QuestionSignWithQrCode .bottomPart {
  background-color: #FFFFFF;
  position: relative;
}
.QuestionSignWithQrCode .bottomPart .speechBubblePointer {
  position: relative;
}
.QuestionSignWithQrCode .bottomPart .scanContent {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.QuestionSignWithQrCode .bottomPart .scanContent .handPart .handWithMobile {
  vertical-align: bottom;
}
.QuestionSignWithQrCode .bottomPart .scanContent .handPart .scanMeAndQRCode {
  position: absolute;
}
.QuestionSignWithQrCode .bottomPart .scanContent .handPart .scanMeAndQRCode .scanMe {
  text-align: center;
  font-weight: 600;
}
.QuestionSignWithQrCode .bottomPart .scanContent .textPart {
  display: flex;
  flex-direction: column;
}
.QuestionSignWithQrCode .bottomPart .scanContent .textPart .link {
  font-weight: 600;
}
.QuestionSignWithQrCode .bottomPart .locationName {
  position: absolute;
  color: #000000;
}
.QuestionSignWithQrCode.A4 .question {
  padding: 108px 120px 44px 120px;
  height: 260px;
  line-height: 54px;
  font-size: 46px;
}
.QuestionSignWithQrCode.A4 .bottomPart {
  padding: 0 119px 0 104px;
  height: 335px;
}
.QuestionSignWithQrCode.A4 .bottomPart .speechBubblePointer {
  top: -2px;
  left: 123px;
  width: 40px;
  height: 22px;
}
.QuestionSignWithQrCode.A4 .bottomPart .handPart {
  margin-top: 16px;
}
.QuestionSignWithQrCode.A4 .bottomPart .handWithMobile {
  width: 208px;
}
.QuestionSignWithQrCode.A4 .bottomPart .scanMeAndQRCode {
  top: 54px;
  left: 104px;
}
.QuestionSignWithQrCode.A4 .bottomPart .scanMeAndQRCode .scanMe {
  font-size: 16px;
  line-height: 20px;
  margin-top: -58px;
  margin-bottom: 50px;
  margin-left: -40px;
  margin-right: -40px;
}
.QuestionSignWithQrCode.A4 .bottomPart .scanMeAndQRCode .qrCodeImage {
  width: 76px;
  margin-top: 8px;
}
.QuestionSignWithQrCode.A4 .bottomPart .subtitle {
  margin: 36px 0 0 40px;
  font-size: 20px;
  line-height: 24px;
}
.QuestionSignWithQrCode.A4 .bottomPart .link {
  margin: 24px 0 0 40px;
  font-size: 24px;
  line-height: 32px;
}
.QuestionSignWithQrCode.A4 .locationName {
  right: 96px;
  bottom: 88px;
  font-size: 10px;
  line-height: 14px;
}
.QuestionSignWithQrCode.A3 .question {
  padding: 150px 137px 60px 173px;
  height: 368px;
  line-height: 79px;
  font-size: 68px;
}
.QuestionSignWithQrCode.A3 .bottomPart {
  padding: 0 165px 0 158px;
  height: 474px;
}
.QuestionSignWithQrCode.A3 .bottomPart .speechBubblePointer {
  top: -1px;
  left: 155px;
  width: 70px;
  height: 34px;
}
.QuestionSignWithQrCode.A3 .bottomPart .handPart {
  margin-top: 24px;
}
.QuestionSignWithQrCode.A3 .bottomPart .handWithMobile {
  width: 280px;
}
.QuestionSignWithQrCode.A3 .bottomPart .scanMeAndQRCode {
  top: 80px;
  left: 140px;
}
.QuestionSignWithQrCode.A3 .bottomPart .scanMeAndQRCode .scanMe {
  font-size: 24px;
  line-height: 24px;
  margin-top: -84px;
  margin-bottom: 62px;
  margin-left: -40px;
  margin-right: -40px;
}
.QuestionSignWithQrCode.A3 .bottomPart .scanMeAndQRCode .qrCodeImage {
  width: 104px;
  margin-top: 16px;
}
.QuestionSignWithQrCode.A3 .bottomPart .subtitle {
  margin: 52px 0 0 56px;
  font-size: 26px;
  line-height: 30px;
}
.QuestionSignWithQrCode.A3 .bottomPart .link {
  margin: 32px 0 0 56px;
  font-size: 30px;
  line-height: 42px;
}
.QuestionSignWithQrCode.A3 .locationName {
  right: 128px;
  bottom: 112px;
  font-size: 14px;
  line-height: 19px;
}
.QuestionSignWithQrCode.Letter .question {
  padding: 68px 119px 40px 120px;
  height: 272px;
  line-height: 52px;
  font-size: 42px;
}
.QuestionSignWithQrCode.Letter .bottomPart {
  padding: 0 121px 0 83px;
  height: 340px;
}
.QuestionSignWithQrCode.Letter .bottomPart .speechBubblePointer {
  top: -2px;
  left: 123px;
  width: 40px;
  height: 22px;
}
.QuestionSignWithQrCode.Letter .bottomPart .handPart {
  margin-top: 14px;
}
.QuestionSignWithQrCode.Letter .bottomPart .handWithMobile {
  width: 209px;
}
.QuestionSignWithQrCode.Letter .bottomPart .scanMeAndQRCode {
  top: 60px;
  left: 109px;
}
.QuestionSignWithQrCode.Letter .bottomPart .scanMeAndQRCode .scanMe {
  font-size: 16px;
  line-height: 18px;
  margin-top: -65px;
  margin-bottom: 50px;
  margin-left: -40px;
  margin-right: -40px;
}
.QuestionSignWithQrCode.Letter .bottomPart .scanMeAndQRCode .qrCodeImage {
  width: 72px;
  margin-top: 8px;
}
.QuestionSignWithQrCode.Letter .bottomPart .subtitle {
  margin: 38px 0 0 40px;
  font-size: 18px;
  line-height: 22px;
}
.QuestionSignWithQrCode.Letter .bottomPart .link {
  margin: 16px 0 0 40px;
  font-size: 22px;
  line-height: 32px;
}
.QuestionSignWithQrCode.Letter .locationName {
  right: 92px;
  bottom: 104px;
  font-size: 10px;
  line-height: 14px;
}
.QuestionSignWithQrCode.Ledger .question {
  padding: 144px 170px 56px 173px;
  height: 352px;
  line-height: 76px;
  font-size: 64px;
}
.QuestionSignWithQrCode.Ledger .bottomPart {
  padding: 0 304px 0 126px;
  height: 440px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .speechBubblePointer {
  top: -1px;
  left: 163px;
  width: 58px;
  height: 30px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .handPart {
  margin-top: 16px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .handWithMobile {
  width: 280px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .scanMeAndQRCode {
  top: 76px;
  left: 140px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .scanMeAndQRCode .scanMe {
  font-size: 24px;
  line-height: 24px;
  margin-top: -86px;
  margin-bottom: 60px;
  margin-left: -40px;
  margin-right: -40px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .scanMeAndQRCode .qrCodeImage {
  width: 104px;
  margin-top: 16px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .subtitle {
  margin: 56px 0 0 56px;
  font-size: 26px;
  line-height: 30px;
}
.QuestionSignWithQrCode.Ledger .bottomPart .link {
  margin: 32px 0 0 56px;
  font-size: 30px;
  line-height: 42px;
}
.QuestionSignWithQrCode.Ledger .locationName {
  right: 142px;
  bottom: 103px;
  font-size: 14px;
  line-height: 19px;
}
.sync-problem-icon {
  position: fixed;
  left: 1%;
  bottom: 2%;
  right: auto;
  top: auto;
  width: 3%;
  height: 3%;
  color: #ededed;
  visibility: hidden;
}
.survey-info,
.results {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: calc(3.5 * (1vw + 1vh - 1vmin));
}
.results {
  color: white;
}
.honLogo {
  position: absolute;
  right: 2vmin;
  bottom: 2vmin;
  width: 16vmin;
}
.topText,
.bottomText {
  flex: 1;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}
.topText {
  font-size: calc(4.5 * (1vw + 1vh - 1vmin));
  margin: 0 auto;
  position: initial;
  justify-content: flex-end;
  font-family: 'Raleway', sans-serif;
}
.topText.smaller {
  font-size: calc(3 * (1vw + 1vh - 1vmin));
}
.bottomText {
  font-size: calc(3 * (1vw + 1vh - 1vmin));
}
.smileys img {
  width: 60vmin;
  max-width: 75%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  flex-shrink: 0;
}
.smiley-wrapper {
  display: flex;
  margin: 5vmin auto;
  width: 75%;
}
.smiley-box {
  margin: 0 1.8%;
  flex: 1;
}
.single-smiley {
  width: 100%;
}
.percentage-label {
  text-align: center;
  font-size: calc(2 * (1vw + 1vh - 1vmin));
  margin-top: 1vmin;
}
.smileys,
.indexValue {
  margin: 5vmin 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.indexValue {
  margin: 0 auto;
  font-size: calc(15 * (1vw + 1vh - 1vmin));
  line-height: 1em;
  font-weight: 800;
}
.facebook {
  padding: 59px 88px;
}
.facebook .topText {
  font-size: calc(3.375 * (1vw + 1vh - 1vmin));
}
.facebook .topText.smaller {
  font-size: calc(2.25 * (1vw + 1vh - 1vmin));
}
.facebook .bottomText {
  font-size: calc(2.25 * (1vw + 1vh - 1vmin));
}
.facebook .smileys-percentages div {
  font-size: calc(2.25 * (1vw + 1vh - 1vmin));
}
.Letter.print-orientation-portrait .background {
  background: url("/assets/images/white-green-bg-vertical.svg");
  background-size: 100% 100%;
  flex-direction: column;
}
.Letter.print-orientation-portrait .sync-problem-icon {
  position: fixed;
  right: 2%;
  top: 1%;
  left: auto;
  bottom: auto;
  width: 3%;
  height: 3%;
  color: #ededed;
  visibility: hidden;
}
.Letter.print-orientation-portrait .positive {
  margin-top: 6vh;
}
.Letter.print-orientation-portrait .smileys img,
.Letter.print-orientation-portrait .smiley-wrapper {
  max-width: calc(50 * (1vw + 1vh - 1vmin));
  width: 90%;
}
@media (orientation: portrait) {
  .background {
    background: url("/assets/images/white-green-bg-vertical.svg");
    background-size: 100% 100%;
    flex-direction: column;
  }
  .sync-problem-icon {
    position: fixed;
    right: 2%;
    top: 1%;
    left: auto;
    bottom: auto;
    width: 3%;
    height: 3%;
    color: #ededed;
    visibility: hidden;
  }
  .positive {
    margin-top: 6vh;
  }
  .smileys img,
  .smiley-wrapper {
    max-width: calc(50 * (1vw + 1vh - 1vmin));
    width: 90%;
  }
}
