#quiz{--quiz-accent:#3498db;--quiz-fore:#2980b9;width:100%;height:100%;background-color:var(--quiz-accent,#3498db);color:#fff;-webkit-transition:.15s ease;transition:.15s ease}.quiz-navigation{position:fixed;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;top:0;left:0;padding:10px 20px;width:100%;font-size:14px}.quiz-navigation,.quiz-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.quiz-question{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:44vh;background-color:var(--quiz-fore,#2980b9);padding:0 40px;font-size:1.2em;text-align:center;padding-top:20px;-webkit-transition:color .15s ease;transition:color .15s ease}.quiz-question.loading{color:hsla(0,0%,100%,.3)}@-webkit-keyframes kf-quiz-bouncing-opacity{50%{opacity:0}}@keyframes kf-quiz-bouncing-opacity{50%{opacity:0}}.quiz-bouncing-opacity{-webkit-animation:kf-quiz-bouncing-opacity .8s ease-in-out infinite;animation:kf-quiz-bouncing-opacity .8s ease-in-out infinite;opacity:.6}.quiz-helper{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.2em;background-color:var(--quiz-fore,#2980b9);color:hsla(0,0%,100%,.8);font-weight:600;position:fixed;bottom:0;left:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.quiz-helper .quiz-helper-item.qzhpcs-stalemate{-webkit-transition:color .15s ease;transition:color .15s ease;color:hsla(0,0%,100%,.4)}.quiz-helper .quiz-helper-item.qzhpcs-lose{-webkit-transition:color .15s ease;transition:color .15s ease;color:hsla(0,0%,100%,0)}.quiz-helper .quiz-helper-item.qzhpcs-win{-webkit-transition:-webkit-transform .15s ease;transition:-webkit-transform .15s ease;transition:transform .15s ease;transition:transform .15s ease,-webkit-transform .15s ease;color:#fff;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.quiz-helper .quiz-helper-item.qzhpcs-win.qzhpcd-pos{-webkit-transform:translateX(20px);transform:translateX(20px)}.quiz-notice-arrange{text-align:center;padding:36vh 0}.quiz-choices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0 40px}.quiz-choices .quiz-choices-item{font-size:35vh;font-weight:700;color:hsla(0,0%,100%,.8);text-shadow:4px 4px 0 var(--quiz-fore,#2980b9);opacity:.3;-webkit-transition:50ms ease;transition:50ms ease;cursor:pointer}.quiz-choices .quiz-choices-item.selected{-webkit-transform:scale(1.2) rotate(10deg);transform:scale(1.2) rotate(10deg);opacity:.6}.quiz-notice-head{font-size:2em;padding:10px 0}