@import url(https://fonts.googleapis.com/css2?family=Material+Icons+Outlined);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);:root{--bodyBackground:#f2f4f8;--successGreen:#00ff84;--dangerRed:#ffc0c7;--questionBG:rgba(177,161,197,.69);--fontPrimary:#002333;--active:#2dbf64}*{box-sizing:border-box;color:#002333;color:var(--fontPrimary);font-family:Montserrat,sans-serif;margin:0;padding:0}body{background-color:#f2f4f8;background-color:var(--bodyBackground)}a{color:blue;text-decoration:none}h4{border-bottom:1px solid #e5e5e5;color:#7c83a7;font-weight:600;margin-bottom:10px;padding:10px 0}.info{margin-top:1rem;text-align:center}.error{align-items:center;background-color:#ffc0c7;background-color:var(--dangerRed);border-radius:8px;display:flex;margin-top:10px;padding:.6rem 1.2rem}.column{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media only screen and (max-width:1023px){.column{grid-template-columns:1fr}}.infinite-scroll-component{grid-gap:20px;grid-row-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;margin:3rem auto;row-gap:20px;width:100%}@media only screen and (max-width:600px){.infinite-scroll-component{width:90%}}.Illustration_illustration__p\+Ggu{padding:5rem 2rem}.Illustration_illustration__p\+Ggu img{max-width:80%}@media only screen and (max-width:1023px){.Illustration_illustration__p\+Ggu{display:none}}.Button_button__wiIYs{align-items:center;background:var(--successGreen);border:0;border-radius:8px;color:var(--fontPrimary);cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:.6rem 1.2rem;text-transform:uppercase}.Button_button__wiIYs:hover{background:var(--fontPrimary);color:#fff}.Button_button__wiIYs:hover span{color:#fff}.Form_form__e1yzW{display:grid;grid-template-columns:1fr;padding:2rem 0}.Form_form__e1yzW label{margin-top:1rem}.Form_form__e1yzW .Form_button__8NOIT{height:44px;margin-top:2rem}@media only screen and (max-width:600px){.Form_form__e1yzW{grid-template-columns:1fr}}.TextInput_textInput__7tZn4{align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:5px;display:flex;height:50px;padding:2px;width:100%}.TextInput_textInput__7tZn4 input{background-color:#fff;border:none;font-size:16px;font-weight:500;height:100%;outline:none;padding:.3rem .7rem;width:100%}.TextInput_textInput__7tZn4 span{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.Layout_main__T84kS{padding:4rem 0;width:100%}.Layout_container__dVyML{margin:2rem auto;width:90%}.Account_account__LEXtR{align-items:center;display:flex;font-size:12px;gap:.5rem;justify-content:flex-end;margin-right:30px;width:50%}.Account_account__LEXtR>span:last-child{cursor:pointer}.Nav_nav__wKgc0{background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;left:0;position:fixed;right:0;top:0;z-index:1}.Nav_nav__wKgc0 ul{align-items:center;display:flex;height:60px;justify-content:space-between;list-style:none;width:50%}.Nav_nav__wKgc0 ul:first-child{margin-left:30px}.Nav_nav__wKgc0 ul li{font-weight:600}.Nav_nav__wKgc0 .Nav_brand__NwPsv{align-items:center;display:flex;justify-content:center}.Nav_nav__wKgc0 .Nav_brand__NwPsv h3{font-size:18px;font-weight:700;line-height:19px}.Nav_nav__wKgc0 .Nav_brand__NwPsv img{margin-right:10px;width:32px}@media only screen and (max-width:600px){.Nav_nav__wKgc0 .Nav_brand__NwPsv h3{display:none}}.Video_video__RSVWa{background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:400px;padding:10px 10px 1rem}.Video_video__RSVWa:hover{box-shadow:0 0 15px 0 #e5e5e5}.Video_video__RSVWa p{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:16px;font-weight:500;margin:.5rem 0;overflow:hidden}.Video_video__RSVWa img{object-fit:cover;width:100%}.Video_video__RSVWa .Video_qmeta__2vOyk{display:flex;justify-content:space-between;padding-right:6px}.Video_video__RSVWa .Video_qmeta__2vOyk p{font-size:15px;font-weight:400}.Answers_answers__g9BU2{grid-gap:10px;display:grid;gap:10px;grid-auto-flow:column;grid-template-rows:repeat(5,auto);margin:2rem 0}@media only screen and (max-width:1024px){.Answers_answers__g9BU2{grid-auto-flow:unset;margin:1rem 0}}.Answers_answer__OjaT7{align-items:center;background:var(--questionBG);border-radius:4px;cursor:pointer;display:flex;font-weight:500;height:58px;padding:0 1.1rem;width:100%}.Answers_answer__OjaT7:hover{background:rgba(123,131,167,.253)}.Answers_answer__OjaT7 input{margin-right:15px}.Answers_answer__OjaT7 span{width:100%}.Answers_answer__OjaT7 span:nth-of-type(2){color:#4e536f;font-size:14px;text-align:right}.Answers_correct__nvK7x{background:var(--successGreen)!important;font-weight:600}.Answers_wrong__ASdyr{background:var(--dangerRed)!important;font-weight:600}.MiniPlayer_miniPlayer__ZN7ba{background-color:#fff;border:1px solid #dbdbdb;border-radius:5px;bottom:100px;box-sizing:border-box;padding:10px;position:fixed;right:50px;transition:right .4s ease;width:320px}.MiniPlayer_miniPlayer__ZN7ba .MiniPlayer_player__10xk\+{-webkit-animation:MiniPlayer_miniplayerAnim__o-1st .3s ease forwards;animation:MiniPlayer_miniplayerAnim__o-1st .3s ease forwards;width:300px}.MiniPlayer_open__7jDsF{display:none}.MiniPlayer_close__SFhzg{background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;display:block;height:32px;line-height:20px;padding:5px 0 0 3px;position:absolute;right:-8px;top:-10px;width:32px;z-index:10}.MiniPlayer_close__SFhzg:hover{color:#666;cursor:pointer;outline:0}@-webkit-keyframes MiniPlayer_miniplayerAnim__o-1st{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes MiniPlayer_miniplayerAnim__o-1st{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.MiniPlayer_miniPlayer__ZN7ba p{color:var(--fontPrimary);font-size:14px;font-weight:500;margin:10px 0}@media only screen and (max-width:1536px){.MiniPlayer_miniPlayer__ZN7ba{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}}.MiniPlayer_floatingBtn__Cj-vh{align-items:center;background-color:var(--fontPrimary);border-radius:50px;bottom:80px;cursor:pointer;display:flex;gap:10px;height:60px;justify-content:center;overflow:hidden;right:10px;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:60px}.MiniPlayer_floatingBtn__Cj-vh:hover{background-color:var(--successGreen)}.MiniPlayer_floatingBtn__Cj-vh:hover span{color:var(--fontPrimary)}.MiniPlayer_floatingBtn__Cj-vh p{display:none}.MiniPlayer_floatingBtn__Cj-vh .MiniPlayer_player__10xk\+{display:none;-webkit-transform:scale(0);transform:scale(0)}.MiniPlayer_floatingBtn__Cj-vh span{color:var(--successGreen);font-weight:500}.MiniPlayer_floatingBtn__Cj-vh .MiniPlayer_open__7jDsF{display:block}.MiniPlayer_floatingBtn__Cj-vh .MiniPlayer_close__SFhzg{display:none}.ProgressBar_progressBar__sb6YN{grid-gap:20px;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:8px;bottom:20px;display:grid;gap:20px;grid-template-columns:50px 1fr auto;height:65px;justify-content:space-between;left:0;margin:0 auto;position:fixed;right:0;width:calc(100vw - 100px)}.ProgressBar_progressBar__sb6YN .ProgressBar_backButton__L\+qZf{align-items:center;background:#47f5901c;border-radius:8px;cursor:pointer;display:flex;height:50px;justify-content:center;margin-left:10px;width:50px}.ProgressBar_progressBar__sb6YN .ProgressBar_backButton__L\+qZf:hover{background:#47f5953a}@media only screen and (max-width:1024px){.ProgressBar_progressBar__sb6YN{bottom:10px;width:calc(100vw - 60px)}.ProgressBar_progressBar__sb6YN .ProgressBar_backButton__L\+qZf{height:40px;width:40px}.ProgressBar_next__azKPh span:first-child{display:none}}.ProgressBar_rangeArea__wUoRz{margin:0 auto;position:relative;width:100%}.ProgressBar_rangeBody__OsH5O{background:#e4e8ee;border:none;border-radius:20px;height:4px;margin:0 auto;outline:none;width:100%}.ProgressBar_progress__pJMYh{background:var(--fontPrimary);border-radius:20px;height:4px;position:relative;transition:width .3s ease}.ProgressBar_progress__pJMYh:after{background-color:var(--fontPrimary);border-radius:100%;content:"";cursor:pointer;height:12px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:12px}.ProgressBar_tooltip__yhmjF{background-color:var(--fontPrimary);border-radius:7px;color:#fff;display:none;font-size:12px;font-weight:600;padding:.8rem 1rem;position:absolute;top:-70px;width:130px}.ProgressBar_tooltip__yhmjF:after{background-color:var(--fontPrimary);border-radius:4px;bottom:0;content:"";height:15px;left:50%;position:absolute;-webkit-transform:rotate(45deg) translate(-50%,100%);transform:rotate(45deg) translate(-50%,100%);width:15px}.Analysis_analysis__Bn6YI{margin:2rem auto}.Question_question__Pp1IN{background-color:#fff;border-radius:4px;margin:1rem 0;padding:10px}.Question_qtitle__YJeMk{align-items:center;color:var(--fontPrimary);display:flex;font-weight:600;gap:5px}.Question_qtitle__YJeMk span{color:var(--active)}.Summary_summary__BZ7rs{display:flex;justify-content:space-between;margin:0 auto;width:80%}@media only screen and (max-width:800px){.Summary_summary__BZ7rs{align-items:center;flex-direction:column}}.Summary_point__13mEv{display:grid;justify-content:center;place-items:center;position:relative;width:50%}.Summary_score__nkl2x{font-size:20px;font-weight:600;text-align:center;width:400px}.Summary_badge__a1HxL{align-items:center;display:flex;height:300px;justify-content:center;padding:1rem;text-align:center}.Summary_badge__a1HxL img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:800px){.Summary_badge__a1HxL{width:100%}}
/*# sourceMappingURL=main.a22d5faa.css.map*/