:root{--yellow:#f8b706;--grey:#00000040;--Dark-Grey:#414141;--screen-bg:#4f5628}@font-face{font-family:Tungsten;src:url(/fonts/raintungsten_regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Tungsten;src:url(/fonts/Tungsten-Bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Tungsten;src:url(/fonts/Tungsten-Black.ttf)format("truetype");font-weight:900;font-style:normal}html,body{background-color:var(--screen-bg);min-height:100%}body{min-width:320px}.hidden{display:none!important}.start-screen{background-image:url(/start-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.start-screen,.quiz-screen,.result-preview-screen,.result-screen{background-color:var(--screen-bg);width:100%;min-height:100dvh}.start-screen__content{z-index:2;max-width:1160px;margin:0 auto;padding:160px 0 210px;position:relative}.start-screen__subtitle{color:var(--yellow);font-family:Tungsten;font-size:60px;font-weight:600}.start-screen__title{color:#fff;letter-spacing:2px;text-transform:uppercase;margin:12px 0 24px;font-family:Tungsten;font-size:100px;font-weight:900;line-height:110%}.start-screen__text{color:#fff;max-width:866px;margin-bottom:8px;font-family:Noto Sans;font-size:32px;font-weight:400}.start-screen__questions{color:#fff;font-family:Tungsten;font-size:60px;font-weight:700}.button--primary{background-color:var(--yellow);color:#fff;text-align:center;text-transform:uppercase;border-radius:16px;width:100%;max-width:560px;margin-top:48px;padding:16px 0;font-family:Noto Sans;font-size:32px;font-weight:700}.button{cursor:pointer;border:none;justify-content:center;align-items:center;display:flex}.quiz-screen{background-image:url(/quiz-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;padding:207px 0}.quiz{background-color:#fff;border-radius:24px;max-width:1160px;margin:0 auto;padding:32px}.quiz__header{align-items:center;gap:80px;width:100%;display:flex}.quiz__item{flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.quiz__item--line:after{content:"";background-color:#0000000d;width:1px;height:40px;position:absolute;top:8.5px;right:-40px}.quiz__label{color:var(--grey);letter-spacing:1.54px;text-transform:uppercase;font-family:Noto Sans;font-size:12px;font-weight:400;line-height:16.5px}.quiz__value{color:var(--yellow);letter-spacing:-1px;font-family:Tungsten;font-size:42px;font-weight:900;line-height:36px}.quiz__value--total{color:var(--grey);letter-spacing:1.8px;text-transform:uppercase;padding-left:11px;font-family:Tungsten;font-size:18px;font-weight:400;line-height:27px}.quiz__progress-wrapper{align-items:center;gap:24px;padding:32px 32px 0;display:flex}.quiz__score{color:var(--yellow);letter-spacing:-3px;width:100%;max-width:95px;font-family:Tungsten;font-size:80px;font-weight:900;line-height:80px}.quiz__progress{gap:6px;width:89%;margin:38px 0;display:flex}.progress-step{background-color:#0000000d;border-radius:999px;flex:1;max-width:65px;height:4px;transition:all .3s}.progress-step.active{background-color:var(--yellow)}.progress-step{transition:background .25s}.quiz__question{color:var(--Dark-Grey);margin-top:12px;margin-bottom:32px;font-family:Noto Sans;font-size:32px;font-weight:400}.quiz__answers{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:24px 37px;display:grid}.answer{width:100%;min-height:72px;color:var(--Dark-Grey);text-align:left;cursor:pointer;border:1px solid #b6b6b63d;border-radius:16px;padding:24px 28px;font-family:Noto Sans;font-size:24px;font-weight:700;transition:all .25s;position:relative}.answer:hover{color:var(--yellow);border:1px solid var(--yellow)}.answer--correct{color:#fff;background-color:#5b813f;border-color:#5b813f}.answer--correct .answer__letter{color:#fff;background-color:#9fc33d}.answer--correct .answer__status{background-color:#9fc33d;display:flex}.answer--correct .answer__status-icon{background-color:#9fc33d;display:flex;&:before{content:url(/status-icon-correct.svg);height:auto}}.answer--wrong{color:#fff;background-color:#a33b3b;border-color:#9b2222}.answer--wrong .answer__letter{color:#fff;background-color:#c40404}.answer--wrong .answer__status{background-color:#c40404;display:flex}.answer--wrong .answer__status-icon{background-color:#c40404;display:flex;&:before{content:url(/status-icon-wrong.svg);height:auto}}.answer--disabled{pointer-events:none}.answer__content{align-items:center;gap:22px;width:100%;display:flex}.answer__status{color:#fff;letter-spacing:1.472px;text-transform:uppercase;border-radius:5.661px;align-items:center;gap:8px;width:100%;max-width:64px;padding:1.887px 9.436px;font-family:Tungsten;font-size:12.266px;font-weight:700;line-height:18.399px;position:absolute;top:-11.21px;left:216px}.answer__status-text{margin:0 auto;display:block}.answer__status-icon{border-radius:50%;justify-content:center;align-items:center;width:100%;max-width:35px;height:35px;display:none}.answer__letter{width:100%;max-width:52px;height:52px;color:var(--Dark-Grey);background-color:#0000000d;border-radius:16px;justify-content:center;align-items:center;padding:0 21px;font-family:Tungsten;font-size:26px;font-weight:400;line-height:39px;display:flex}.quiz__footer{cursor:pointer;justify-content:flex-end;gap:24px;width:max-content;margin-top:32px;margin-left:auto;display:flex}.quiz__next{color:var(--Dark-Grey);cursor:pointer;font-family:Noto Sans;font-size:32px;font-weight:400}.quiz__body{padding:0 32px}.result-preview-screen,.result-screen{background-image:url(/result-bg.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.result-preview-screen{justify-content:center;align-items:center;display:flex}.result-preview{width:100%;max-width:905px;margin:0 auto;padding:160px 0}.result-preview__title{color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-family:Tungsten;font-size:100px;font-weight:600;line-height:110%}.result-preview__text{color:#fff;max-width:845px;font-family:Noto Sans;font-size:32px;font-weight:400}.result-preview__text:last-of-type{margin-top:48px}.result-preview__text--yellow{color:var(--yellow)}.result-preview__actions,.result__actions{flex-wrap:wrap;gap:40px;margin-top:24px;display:flex}.result-preview .button--primary,.result__actions .button--primary{margin-top:0}.button--secondary{border:1px solid var(--yellow);color:#fff;text-align:center;text-transform:uppercase;cursor:pointer;border-radius:16px;width:100%;max-width:305px;padding:16px 0;font-family:Noto Sans;font-size:32px;font-weight:700}.result{max-width:1160px;margin:0 auto;padding:150px 0}.result__header{background-color:#fff;border-radius:24px;margin-bottom:48px;padding:32px}.result__score{justify-content:center;align-items:center;gap:80px;display:flex}.result__score .quiz__value{letter-spacing:-1px;font-size:96px;line-height:normal}.result__header-text{color:var(--Dark-Grey);border:1px solid #b6b6b63d;border-radius:16px;padding:32px;font-family:Noto Sans;font-size:32px;font-weight:400}.result__title{color:var(--yellow);font-family:Tungsten;font-size:60px;font-weight:600}.result__subtitle{color:#fff;max-width:635px;font-family:Noto Sans;font-size:32px;font-weight:400}:where(:not(html,iframe,canvas,img,svg,video,audio,ol):not(svg *,symbol *)){all:unset;display:revert}*,:before,:after{box-sizing:border-box}html{text-size-adjust:none}a,button{cursor:revert}ul,menu,summary{list-style:none}img{pointer-events:none;max-block-size:100%;max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}main{overflow-x:hidden}div,p{user-select:none}@media (width<=430px){body{overflow:auto}.button--secondary{max-width:none}.start-screen{background-position-x:80%;background-size:cover}.start-screen__content{padding:90px 16px 0}.start-screen__subtitle{font-size:32px}.quiz-screen{background-size:cover}.start-screen__title{margin-bottom:32px;font-size:48px}.start-screen__text{margin-bottom:12px;font-size:20px}.start-screen__questions{font-size:32px}.button--primary{margin-top:32px}.quiz{padding:16px}.quiz-screen{padding:40px 16px}.quiz__label{font-size:10px}.quiz__progress-wrapper{padding:24px 16px 0}.quiz__score{width:100%;max-width:95px}.quiz__body{padding:0 16px}.quiz__question{margin-bottom:12px;font-size:20px}.quiz__answers{display:block}.answer{margin-bottom:12px;padding:12px 16px;font-size:12px}.answer__status{left:40%}.answer--correct .answer__status-icon:before,.answer--wrong .answer__status-icon:before{height:40%}.quiz__footer{margin-top:24px}.quiz__next{max-width:221px;font-size:20px}.result-preview{padding:90px 16px}.result-preview__title{font-size:48px}.result-preview__text{font-size:20px}.result-preview-screen,.result-screen{background-position-x:55%;background-size:cover}.result{padding:90px 16px}.result__header{margin-bottom:32px;padding:16px}.result__score{gap:32px}.result__header-text{margin-top:24px;padding:24px 16px;font-size:20px}.result__title{font-size:32px}.result__subtitle{font-size:20px}.result__score .quiz__item--line:after{top:60px;right:-16px}}@media (width<=345px){.quiz__footer{gap:5px}.start-screen__content{padding:80px 14px}.start-screen__title{font-size:46px}.start-screen__subtitle{font-size:30px}.quiz__question{font-size:19px}}@media (width>=376px) and (width<=393px){.start-screen__content{padding:92px 16px}.start-screen__title{font-size:50px}.start-screen__subtitle{font-size:34px}}@media (width>=394px) and (width<=412px){.start-screen__content{padding:100px 18px}.start-screen__title{font-size:52px}.start-screen__subtitle{font-size:36px}.quiz__question{font-size:22px}}@media (width>=413px) and (width<=428px){body{overflow:auto}.start-screen__content{padding:110px 20px}.start-screen__title{font-size:56px}.start-screen__subtitle{font-size:38px}.quiz__question{font-size:24px}.start-screen{background-position-x:75%;background-size:cover}}@media (width>=429px) and (width<=599px){.start-screen__content{padding:120px 22px}.start-screen__title{font-size:60px}.start-screen__subtitle{font-size:40px}.quiz__answers{display:block}.quiz-screen{padding:40px 16px}.answer{margin-bottom:12px}.answer__status{left:40%}.quiz__next{font-size:24px}.result-preview,.result{padding:60px 16px}.quiz__next{max-width:375px}}@media (width>=600px) and (width<=767px){.button--secondary{max-width:560px}.result{padding:150px 16px}.start-screen__content{padding:80px 24px}.start-screen__title{font-size:64px}.start-screen__subtitle{font-size:44px}.quiz-screen{height:auto;padding:60px 24px}}@media (width>=768px) and (width<=820px){.start-screen__content{padding:100px 32px}.start-screen__title{font-size:72px}.start-screen__subtitle{font-size:48px}.quiz-screen{padding:80px 32px}.quiz__answers{display:block}.answer{margin-bottom:12px}.answer__status{left:45%}.quiz__next{max-width:550px}.result-preview,.result{padding:160px 16px}}@media (width>=768px) and (width<=853px){.button--secondary{max-width:560px}.quiz__next{max-width:635px}.result-preview,.result{padding:160px 16px}}@media (width>=854px) and (width<=1024px){.button--secondary{max-width:560px}.start-screen__content{padding:120px 40px}.start-screen__title{font-size:80px}.start-screen__subtitle{font-size:52px}.quiz-screen{padding:100px 40px}.answer__status{left:40%}.quiz__next{max-width:750px}.result-preview,.result{padding:160px 16px}}@media (width>=1025px) and (width<=1365px){.start-screen__content{padding:140px 48px}.start-screen__title{font-size:92px}.start-screen__subtitle{font-size:56px}}@media (width>=1366px){.start-screen__content{padding:180px 64px}.start-screen__title{font-size:100px}.start-screen__subtitle{font-size:60px}}
