.sideImage{overflow:hidden;position:fixed;height:100vh;left:50vw;top:0;bottom:0;right:0}@media (max-width:768px){.sideImage{display:none}}.sideImage img{width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}.counter{font-size:70px;margin-bottom:70px}@media (max-width:768px){.counter{margin-top:30px;margin-bottom:20px}}@media (max-width:540px){.counter{font-size:30px}}.counter b{font-family:Fredoka One,cursive;font-weight:400}.questionButtons{margin-top:70px}@media (max-width:768px){.questionButtons{margin-top:40px}}.questionButtons .question-btn{display:inline-block;width:60px;height:60px;margin:10px;border-radius:50%;text-align:center;vertical-align:middle;cursor:pointer;position:relative}@media (max-width:540px){.questionButtons .question-btn{width:40px;height:40px}}.questionButtons .question-btn:hover{transition:all .25s;color:#fff}.questionButtons .question-btn:hover.btn-false{background-color:#ff2424}.questionButtons .question-btn:hover.btn-true{background-color:#59f87f}.questionButtons .question-btn.btn-false{border:4px solid #ff2424}.questionButtons .question-btn.btn-false .false{position:absolute;left:50%;top:50%;width:32px;height:32px;transform:translate(-50%,-50%);translate:25ms all}@media (max-width:540px){.questionButtons .question-btn.btn-false .false{height:25px;width:25px}}.questionButtons .question-btn.btn-false .false:after,.questionButtons .question-btn.btn-false .false:before{position:absolute;content:" ";height:33px;width:4px;background-color:#ff2424;margin-left:-2px}@media (max-width:540px){.questionButtons .question-btn.btn-false .false:after,.questionButtons .question-btn.btn-false .false:before{height:25px;width:4px}}.questionButtons .question-btn.btn-false .false:before{transform:rotate(45deg)}.questionButtons .question-btn.btn-false .false:after{transform:rotate(-45deg)}.questionButtons .question-btn.btn-false:hover .false:after,.questionButtons .question-btn.btn-false:hover .false:before{background-color:#fff}.questionButtons .question-btn.btn-true{border:4px solid #59f87f}.questionButtons .question-btn.btn-true .true{display:inline-block;position:absolute;top:15%;left:35%;transform:rotate(45deg);height:32px;width:15px;border-bottom:4px solid #59f87f;border-right:4px solid #59f87f}@media (max-width:540px){.questionButtons .question-btn.btn-true .true{height:20px;width:8px}}.questionButtons .question-btn.btn-true:hover .true{border-color:#fff}h2.question-text{font-size:45px;font-weight:300;font-family:Titillium Web,sans-serif}@media (max-width:768px){h2.question-text{font-size:28px}h2.question-text br{display:none}}@media (max-width:540px){h2.question-text{font-size:20px}}.question_wrapper{width:100%;display:flex;flex-direction:column;height:80vh}@media (min-width:1024px){.question_wrapper{height:550px}}.question_wrapper .questionButtons{margin-top:auto}.quiz-navigation{margin-top:30px;text-decoration:underline;cursor:pointer}.quiz-navigation .prev{margin-right:10px}