@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}body,td,th{padding:0}body{margin:0;height:100%;width:100%;overflow:hidden;min-height:100vh;min-height:-webkit-fill-available}body,h1,h2{font-family:"Inter",sans-serif}h1,h2{margin:20px 0;font-weight:600;color:#1c1c21}h1{font-size:56px;line-height:65px}h2{line-height:37px}h2,h5{font-size:32px}h5{opacity:.5}p{font-family:"Inter",sans-serif;font-size:20px;font-weight:400;line-height:23px}.scale{-webkit-animation-name:scale;animation-name:scale;-webkit-animation-duration:1.5s;animation-duration:1.5s}@-webkit-keyframes scale{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes scale{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.btn{box-sizing:border-box;display:flex;justify-content:center;align-items:center;margin:0;padding:10px;min-width:296px;width:296px;height:64px;border:none;border-radius:12px;overflow:visible;background-color:#ff8b37;color:#fff;outline:none;font-family:"Inter",sans-serif;font-weight:600;font-size:20px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn:hover{background-color:#ffac70}.btn:active{background-color:#e87928}@media only screen and (max-width:1200px){h1{font-size:32px;line-height:37px}h2{line-height:21px}h2,h4{font-size:18px}.btn,p{font-size:14px}.btn{min-width:288px;width:288px;height:48px}.btn:hover{background-color:#ff8b37}.btn:active{background-color:#e87928}}.start-quiz-wrap{width:100%;min-height:100vh;height:100%;background:linear-gradient(to top left,#fff3eb 50%,#fff 0);overflow:hidden}.start-quiz-wrap,.start-quiz-wrap .start-quiz{display:flex;justify-content:center;align-items:center}.start-quiz-wrap .start-quiz{position:relative;top:-8%;padding-left:20px;padding-right:20px;flex-wrap:wrap}.start-quiz-wrap .heading-btn{padding-left:119px}.start-quiz-wrap .btn{margin-top:65px}@media only screen and (max-width:1200px){.start-quiz-wrap .start-quiz{position:static;flex-direction:column;height:100vh;padding-bottom:100px;box-sizing:border-box}.start-quiz-wrap .heading-btn{width:100%;padding-left:0}.start-quiz-wrap .heading{text-align:center}.start-quiz-wrap .btn{margin-left:auto;margin-right:auto;position:absolute;bottom:48px;left:calc(50% - 144px)}}.quiz-wrap{width:100%;height:100%;height:100vh;max-height:-webkit-fill-available;display:flex;align-items:stretch;overflow:hidden}.quiz-wrap .menu{display:none}.quiz-wrap .menu svg{position:absolute;top:21px;right:21px;transition:.3s}.quiz-wrap .quiz{width:70vw;max-height:100vh;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:6% 2% 6% 4%;background-color:#f5f5f7;overflow:hidden;overflow-y:auto;box-sizing:border-box}.quiz-wrap .quiz .question{max-width:625px}.quiz-wrap .quiz .answers-wrap{display:flex;flex-wrap:wrap;position:relative}.quiz-wrap .quiz .answers-wrap:before{content:"";display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;z-index:5}.quiz-wrap .quiz .answers-wrap.disabled:before{display:block}.quiz-wrap .prize-container{display:flex;padding:10px 0;width:30vw;min-width:376px;overflow:hidden;overflow-y:auto;background:#fff}.quiz-wrap .prize-wrap{width:100%;display:flex;flex-direction:column-reverse;justify-content:center}@media only screen and (max-width:992px){.quiz-wrap{overflow-x:auto}.quiz-wrap .quiz{width:100%;padding:20px 0 32px;align-items:center}.quiz-wrap .quiz .question{text-align:center;padding-left:40px;padding-right:40px;margin-top:0;flex:1 1;display:flex;justify-content:center;align-items:center}.quiz-wrap .quiz .answers-wrap{justify-content:center}.quiz-wrap .prize-container{width:100%;min-width:100%;position:fixed;top:0;right:0;bottom:0;left:0;transition:.3s;transform:translateX(100%);z-index:99}.quiz-wrap .prize-container.open{transform:translateX(0)}.quiz-wrap .menu{display:block;z-index:100}.quiz-wrap .menu svg:last-child{opacity:0}.quiz-wrap .menu.open svg:first-child{opacity:0;-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-animation-duration:.3s;animation-duration:.3s}.quiz-wrap .menu.open svg:last-child{opacity:1;top:22px}.quiz-wrap .menu.close svg:first-child,.quiz-wrap .menu.open svg:last-child{-webkit-animation-name:rotateBack;animation-name:rotateBack;-webkit-animation-duration:.7s;animation-duration:.7s}.quiz-wrap .menu.close svg:last-child{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes rotateIn{0%{transform:rotate(90deg);opacity:1}to{transform:rotate(0deg);opacity:0}}@keyframes rotateIn{0%{transform:rotate(90deg);opacity:1}to{transform:rotate(0deg);opacity:0}}@-webkit-keyframes rotateBack{0%{transform:rotate(90deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes rotateBack{0%{transform:rotate(90deg);opacity:0}to{transform:rotate(0deg);opacity:1}}}.answer-disable{position:relative}.answer-disable.correct:before{content:"";display:block;position:absolute;top:0;bottom:0;left:-17px;right:-17px;z-index:10;background:transparent}.answer-wrap{position:relative;width:371.77px;cursor:pointer;margin:0 17px 32px;z-index:2}.answer-wrap .answer-block{display:block;position:absolute;top:0;left:-18px;right:-18px;bottom:0;z-index:10}.answer-wrap .line{display:none;top:50%;width:100%;z-index:1}.answer-wrap .line,.answer-wrap:before{position:absolute;height:1px;background-color:#d0d0d8;transition:.3s}.answer-wrap:before{content:"";display:block;width:405px;top:47%;left:-17px;z-index:-1}.answer-wrap:hover svg path{stroke:#ff8b37}.answer-wrap:hover:before{background-color:#ff8b37}.answer-wrap.selected svg path{stroke:#ff8b37!important;fill:#fff3eb}.answer-wrap.selected .line,.answer-wrap.selected:before{background-color:#ff8b37}.answer-wrap.correct svg path{stroke:#47d867!important;fill:#e6faea}.answer-wrap.correct .line,.answer-wrap.correct:before{background-color:#47d867}.answer-wrap.wrong svg path{stroke:#ec6259!important;fill:#fdeeed}.answer-wrap.wrong .line,.answer-wrap.wrong:before{background-color:#ec6259}.answer-wrap svg path{transition:.3s}.answer-wrap svg:last-child{display:none}.answer-wrap .answer-content{margin:0;position:absolute;top:25px;left:32px;width:330px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.answer-wrap .letter{font-weight:600;color:#ff8b37;margin-right:8px}@media only screen and (max-width:480px){.answer-disable{width:100%}.answer-wrap{margin:8px 0 0;width:100%;display:flex;justify-content:center}.answer-wrap .svg-wrap{z-index:1}.answer-wrap .answer-content{width:240px;top:31%;left:calc(50% - 120px);z-index:3}.answer-wrap .line{display:block}.answer-wrap:hover svg path{stroke:#d0d0d8}.answer-wrap:before{display:none}.answer-wrap svg:last-child{display:block}.answer-wrap svg:first-child{display:none}}.prize{width:100%;position:relative;display:flex;justify-content:center;margin-bottom:7px}.prize svg:last-child{display:none}.prize.current svg path{stroke:#ff8b37}.prize.current .prize-content{color:#ff8b37}.prize.current .line{background-color:#ff8b37}.prize.riched svg path{stroke:#d0d0d8}.prize.riched .prize-content{color:#d0d0d8}.prize.riched .line{background-color:#d0d0d8}.prize .prize-content{position:absolute;margin:0;padding:8px;left:50%;top:50%;transform:translate(-50%,-55%);z-index:3}.prize .line{position:absolute;top:46%;width:100%;height:1px;background-color:#d0d0d8;z-index:1}.prize .prize-svg-wrap{z-index:2}@media only screen and (max-width:480px){.prize svg:last-child{display:block}.prize svg:first-child{display:none}.prize .prize-content{padding:0}}.svg-like-wrap{width:453px;height:361px;max-width:453px;position:relative;display:flex;justify-content:center;align-items:flex-end}.svg-like-wrap svg:nth-child(2),.svg-like-wrap svg:nth-child(3),.svg-like-wrap svg:nth-child(4),.svg-like-wrap svg:nth-child(5),.svg-like-wrap svg:nth-child(6),.svg-like-wrap svg:nth-child(7){position:absolute;transition:2.5s;opacity:0}.svg-like-wrap svg:first-child{position:absolute;top:11px;right:42px;transition:.3s;opacity:0}.svg-like-wrap svg:nth-child(2){top:80px;left:30px}.svg-like-wrap svg:nth-child(3){top:0;left:235px;width:25px;height:28px}.svg-like-wrap svg:nth-child(4){top:159px;right:0;width:31px;height:34px}.svg-like-wrap svg:nth-child(5){top:241px;right:31px;width:51px;height:57px}.svg-like-wrap svg:nth-child(6){top:316px;left:43px;width:25px;height:27px}.svg-like-wrap svg:nth-child(7){top:156px;left:0;width:30px;height:33px}.svg-like-wrap.animate svg:first-child{-webkit-animation-name:like;animation-name:like;-webkit-animation-duration:1s;animation-duration:1s;opacity:1}.svg-like-wrap.animate svg:nth-child(2),.svg-like-wrap.animate svg:nth-child(3),.svg-like-wrap.animate svg:nth-child(4),.svg-like-wrap.animate svg:nth-child(5),.svg-like-wrap.animate svg:nth-child(6),.svg-like-wrap.animate svg:nth-child(7){-webkit-animation-name:stars;animation-name:stars;-webkit-animation-duration:1s;animation-duration:1s;opacity:1}.svg-like-wrap.animate svg:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.svg-like-wrap.animate svg:nth-child(3){-webkit-animation-delay:1s;animation-delay:1s}.svg-like-wrap.animate svg:nth-child(4){-webkit-animation-delay:.5s;animation-delay:.5s}.svg-like-wrap.animate svg:nth-child(5){-webkit-animation-delay:.7s;animation-delay:.7s}.svg-like-wrap.animate svg:nth-child(6){-webkit-animation-delay:1.2s;animation-delay:1.2s}.svg-like-wrap.animate svg:nth-child(7){-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes like{0%{transform:scale(.5) rotate(90deg);opacity:0}to{transform:scale(1) rotate(0deg);opacity:1}}@keyframes like{0%{transform:scale(.5) rotate(90deg);opacity:0}to{transform:scale(1) rotate(0deg);opacity:1}}@-webkit-keyframes stars{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1)}}@keyframes stars{0%{transform:scale(1)}50%{transform:scale(2)}to{transform:scale(1)}}@media only screen and (max-width:1200px){.svg-like-wrap{top:-80px;left:-8px;height:150px;transform:scale(.45)}}.end-quiz-wrap{width:100%;height:100vh;background:#f5f5f7;overflow:hidden}.end-quiz-wrap,.end-quiz-wrap .end-quiz{display:flex;justify-content:center;align-items:center}.end-quiz-wrap .end-quiz{position:relative;top:-8%;padding-left:20px;padding-right:20px;flex-wrap:wrap}.end-quiz-wrap .heading-btn{padding-left:119px}.end-quiz-wrap .btn{margin-top:65px}.end-quiz-wrap .score{margin:0}.end-quiz-wrap .total{margin-top:8px;margin-bottom:8px}@media only screen and (max-width:1200px){.end-quiz-wrap .end-quiz{position:static;flex-direction:column;height:100vh;padding-bottom:100px;box-sizing:border-box}.end-quiz-wrap .heading-btn{width:100%;padding-left:0}.end-quiz-wrap .score,.end-quiz-wrap .total{text-align:center}.end-quiz-wrap .btn{margin-left:auto;margin-right:auto;position:absolute;bottom:48px;left:calc(50% - 144px)}}
/*# sourceMappingURL=main.d00988c6.chunk.css.map */