#root{height:var(--app-height);display:flex;justify-content:center;align-items:center}.App{width:100%;height:var(--app-height);max-width:1024px}._header_zjaff_1{width:100%;display:flex;justify-content:flex-end;align-items:center}._header_zjaff_1._finished_zjaff_8{position:absolute;top:0;right:0}._header_zjaff_1 img{width:73px;height:73px}._correct-icon_wl97v_1,._incorrect-icon_wl97v_5{flex-shrink:0}._title_1v3se_1{font-size:42px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._title_1v3se_1 span{font-size:38px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._quiz-container_17w5q_1{width:100%;height:var(--app-height);background:var(--color-background);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;z-index:1}._quiz-container_17w5q_1:before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/ellipse-h.png);width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}._quiz-container_17w5q_1:after{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/ellipse-b.png);width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}._start-screen_17w5q_40{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;height:100%;background-image:url(/assets/images/start-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}._start-screen-header_17w5q_53{display:flex;flex-direction:column;gap:20px;width:100%}._start-screen-footer_17w5q_60{display:flex;flex-direction:column;gap:24px;width:100%;padding:16px}._subtitle_17w5q_68{font-size:22px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._start-button_17w5q_77{background:#ff0032;border:none;border-radius:50px;padding:15px 40px;height:60px;font-size:18px;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease}._question-screen_17w5q_90{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:30px 16px 20px}._question-screen_17w5q_90:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/images/glass.png);background-size:110px;background-position:top 14px left;background-repeat:no-repeat;z-index:-1;animation:_slideIn1_17w5q_1 1s ease-in-out}._question-screen_17w5q_90:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/images/cup.png);background-size:75px 175px;background-position:top 17px right;background-repeat:no-repeat;z-index:-1;animation:_slideIn2_17w5q_1 1s ease-in-out}@keyframes _slideIn1_17w5q_1{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes _slideIn2_17w5q_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_17w5q_145{color:#7e7e8d;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase}._question-wrapper_17w5q_155{display:flex;flex-direction:column;justify-content:flex-start;height:100%}._question-header_17w5q_162{display:flex;align-items:center;justify-content:center;text-align:center;min-height:78px;padding-bottom:10px}._question-text_17w5q_171{font-size:14px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase;white-space:pre-wrap}._options-container_17w5q_180{flex:1;display:flex;flex-direction:column;gap:5px;padding-top:20%}._option_17w5q_180{--radius: 15px;position:relative;display:flex;align-items:center;padding:15px;border-radius:var(--radius);background:#ffffff4d;box-shadow:0 0 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-style:normal;font-weight:500;line-height:16px;cursor:pointer;transition:all .3s ease}._option_17w5q_180:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:var(--radius);padding:1.5px;background:linear-gradient(180deg,#ffffff,transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}._option_17w5q_180._correct_17w5q_224{color:#00b96b}._option_17w5q_180._incorrect_17w5q_228{color:#ff0032}._option_17w5q_180._disabled_17w5q_232{cursor:not-allowed}._option-content_17w5q_236{display:flex;align-items:center;gap:15px;width:100%;white-space:pre-wrap}._icon-container_17w5q_244{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}._option-icon_17w5q_252{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}._feedback_17w5q_261{font-size:14px;font-weight:700;text-align:left;overflow:hidden;padding:0 5px;border-radius:8px}._explanation_17w5q_270{font-family:MTS Sans,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;white-space:pre-wrap}._next-button_17w5q_279{background:#ff0032;border:none;border-radius:50px;padding:15px 40px;height:60px;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}._next-button_17w5q_279:disabled{opacity:.5;cursor:not-allowed;transform:none}._result-screen_17w5q_299{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;text-align:center;background-image:url(/assets/images/result-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}._result-title_17w5q_314{font-size:42px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;padding-bottom:15px;padding-top:30%;white-space:pre-wrap}._result-subtitle_17w5q_325{color:#7e7e8d;font-size:22px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;padding-bottom:48px}._result-score_17w5q_335{color:#ff0032;font-size:65px;font-style:normal;font-weight:500;line-height:100%}._result-merch_17w5q_343{position:absolute;bottom:27px;left:0;right:0;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}._second-host_17w5q_355 ._start-screen_17w5q_40{background-image:url(/assets/images/start-bg-second.png)}._second-host_17w5q_355 ._start-button_17w5q_77{background:transparent;color:#fff;border:1px solid #ffffff}._second-host_17w5q_355 ._header_17w5q_145{color:var(--color-text-second)}._second-host_17w5q_355{background-image:url(/assets/images/question-bg.png);background-size:cover;background-position:top;background-repeat:no-repeat}._second-host_17w5q_355:before{background-image:url(/assets/images/ellipse-h-second.png)}._second-host_17w5q_355:after{background:none}._second-host_17w5q_355 ._question-screen_17w5q_90:before{background-image:url(/assets/images/glass-second.png);background-size:101px 177.5px;background-position:top 14px left}._second-host_17w5q_355 ._question-screen_17w5q_90:after{background-image:url(/assets/images/cup-second.png);background-size:164px 192.5px;background-position:top right}._second-host_17w5q_355 ._option_17w5q_180{--radius: 50px;border-radius:50px;border:1.5px solid rgba(255,255,255,.3);box-shadow:0 0 20px #0000001a;background:none}._second-host_17w5q_355 ._option_17w5q_180:before{background:none}._second-host_17w5q_355 ._option_17w5q_180._correct_17w5q_224,._second-host_17w5q_355 ._option_17w5q_180._incorrect_17w5q_228{background:#fff}._second-host_17w5q_355 ._next-button_17w5q_279{border:1px solid #fff;background:#ffffff03;box-shadow:0 0 20px #0000001a}._second-host_17w5q_355 ._result-screen_17w5q_299{background-image:url(/assets/images/result-bg-second.png);background-size:100%;background-position:top}._second-host_17w5q_355 ._result-subtitle_17w5q_325{color:#ffffff85}._second-host_17w5q_355 ._result-score_17w5q_335,._second-host_17w5q_355 ._result-merch_17w5q_343{color:#fff}._export-button_17w5q_439{margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #007bff4d}._export-button_17w5q_439:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}._export-button_17w5q_439:active{transform:translateY(0)}._second-host_17w5q_355 ._export-button_17w5q_439{background:linear-gradient(135deg,#ff6b35,#e55a2b);box-shadow:0 4px 12px #ff6b354d}._second-host_17w5q_355 ._export-button_17w5q_439:hover{background:linear-gradient(135deg,#e55a2b,#cc4a1f);box-shadow:0 6px 16px #ff6b3566}@font-face{font-family:MTS Wide;src:url(/assets/fonts/MTSWide-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:MTS Sans;src:url(/assets/fonts/MTSSans-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--color-text: #404853;--color-text-second: #ffffff;--color-background: #faf0e7;--color-background-second: #fe0022}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;text-rendering:optimizeLegibility}body{color:var(--color-text);background:var(--color-background);font-family:MTS Wide,system-ui,sans-serif;position:relative;display:flex;flex-direction:column;min-height:var(--app-height);line-height:130%;z-index:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}main{flex:1}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0}a{text-decoration:none;color:inherit}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}
