.quiz-module__hD5-sG__game{--ink:#f7f4ec;--line:#ffffff24;--acid:#d7ff3f;--hot:#ff5964;width:100%;height:calc(100svh - 56px);min-height:0;color:var(--ink);background:#0b0c10;padding:clamp(10px,2vw,24px);position:relative;overflow:hidden}.quiz-module__hD5-sG__game:before{content:"";pointer-events:none;background:radial-gradient(circle at 78% 30%,#e24f4924,#0000 27%),radial-gradient(circle at 15% 85%,#b8e6421b,#0000 30%),linear-gradient(#ffffff08 1px,#0000 1px) 0 0/44px 44px,linear-gradient(90deg,#ffffff08 1px,#0000 1px) 0 0/44px 44px;position:absolute;inset:0}.quiz-module__hD5-sG__shell{z-index:1;grid-template-rows:auto minmax(0,1fr);gap:clamp(9px,1.5vh,16px);width:min(1440px,100%);height:100%;margin:auto;display:grid;position:relative}.quiz-module__hD5-sG__topbar{justify-content:space-between;align-items:center;display:flex}.quiz-module__hD5-sG__eyebrow{color:var(--acid);letter-spacing:.22em;text-transform:uppercase;margin:0 0 3px;font:800 10px/1.1 ui-monospace,monospace}.quiz-module__hD5-sG__topbar h1{color:#fff;letter-spacing:.04em;margin:0;font-size:clamp(23px,3vw,42px);line-height:1}.quiz-module__hD5-sG__counter{border:1px solid var(--line);color:#979aa5;background:#15171d;border-radius:12px;align-items:baseline;gap:5px;padding:8px 13px;font-size:11px;display:flex}.quiz-module__hD5-sG__counter strong{color:var(--acid);font:900 24px/1 ui-monospace,monospace}.quiz-module__hD5-sG__battleBar{border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#14161ccb;border-radius:12px;padding:9px 13px 7px}.quiz-module__hD5-sG__barLabels,.quiz-module__hD5-sG__ticks{color:#a3a5ad;justify-content:space-between;align-items:center;font-size:9px;display:flex}.quiz-module__hD5-sG__ticks span{white-space:nowrap;justify-content:center;width:0;display:flex}.quiz-module__hD5-sG__barLabels b{color:#fff;font-size:12px}.quiz-module__hD5-sG__track{background:#282b34;border-radius:20px;height:9px;margin:7px 0 3px;position:relative}.quiz-module__hD5-sG__trackLose,.quiz-module__hD5-sG__trackWin{background:linear-gradient(90deg,#ff3048,#802d43);border-radius:20px 0 0 20px;position:absolute;inset:0 50% 0 0}.quiz-module__hD5-sG__trackWin{background:linear-gradient(90deg,#596a31,var(--acid));border-radius:0 20px 20px 0;inset:0 0 0 50%}.quiz-module__hD5-sG__marker{background:#0b0c10;border:3px solid #fff;border-radius:50%;width:19px;height:19px;transition:left .45s cubic-bezier(.2,1.5,.5,1);position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 18px #fff8}.quiz-module__hD5-sG__arena{grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr);gap:clamp(10px,1.5vw,20px);min-height:0;display:grid}.quiz-module__hD5-sG__card,.quiz-module__hD5-sG__stage{border:1px solid var(--line);background:#14161c;border-radius:18px;min-height:0;overflow:hidden}.quiz-module__hD5-sG__card{flex-direction:column;padding:clamp(16px,2.5vw,38px);display:flex}.quiz-module__hD5-sG__questionMeta{color:#777b86;justify-content:space-between;font-size:11px;display:flex}.quiz-module__hD5-sG__questionMeta span:first-child{color:#0b0c10;background:var(--acid);border-radius:5px;padding:4px 8px;font-weight:900}.quiz-module__hD5-sG__card h2{color:#fff;margin:clamp(12px,3vh,34px) 0 clamp(12px,2.5vh,27px);font-size:clamp(20px,2.7vw,37px);line-height:1.25}.quiz-module__hD5-sG__options{gap:clamp(7px,1.2vh,12px);display:grid}.quiz-module__hD5-sG__options button{color:#e8e8eb;text-align:left;cursor:pointer;background:#1b1d24;border:1px solid #31343e;border-radius:11px;align-items:center;gap:14px;width:100%;min-height:clamp(48px,7vh,70px);padding:8px 15px;font:700 clamp(14px,1.4vw,18px)/1.2 inherit;transition:all .18s;display:flex}.quiz-module__hD5-sG__options button:not(:disabled):hover{border-color:var(--acid);background:#24282a;transform:translate(5px)}.quiz-module__hD5-sG__options button b{height:31px;color:var(--acid);border:1px solid #444853;border-radius:7px;flex:0 0 31px;place-items:center;font:800 13px ui-monospace,monospace;display:grid}.quiz-module__hD5-sG__options button span{flex:1}.quiz-module__hD5-sG__options button.quiz-module__hD5-sG__correct{border-color:var(--acid);color:#eaff9c;background:#29351c}.quiz-module__hD5-sG__options button.quiz-module__hD5-sG__wrong{border-color:var(--hot);color:#ffafb4;background:#3a1d24}.quiz-module__hD5-sG__options button.quiz-module__hD5-sG__dim{opacity:.34}.quiz-module__hD5-sG__feedback{color:#8d9099;text-align:center;margin-top:auto;padding-top:9px;font-size:11px}.quiz-module__hD5-sG__stage{background:radial-gradient(circle at 50% 40%,#373b46,#14161c 66%);position:relative}.quiz-module__hD5-sG__stage:before{content:"WOLF  /  BOSS";color:#ffffff0b;letter-spacing:-.08em;white-space:nowrap;font:900 clamp(28px,5vw,72px)/.8 ui-monospace,monospace;position:absolute;bottom:14px;left:18px}.quiz-module__hD5-sG__sun{opacity:.14;background:repeating-linear-gradient(0deg,#d7ff3f 0 2px,#0000 2px 6px);border-radius:50%;width:130px;height:130px;position:absolute;top:8%;right:8%}.quiz-module__hD5-sG__ground{filter:blur(8px);background:#0009;border-radius:50%;height:8%;position:absolute;bottom:5%;left:12%;right:12%}.quiz-module__hD5-sG__wolf{z-index:3;width:220px;height:330px;transition:all .25s;position:absolute;bottom:1%;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__head{z-index:3;background:#747986;border:4px solid #0b0c10;border-radius:45% 45% 52% 52%;width:150px;height:145px;position:absolute;top:35px;left:35px;box-shadow:inset -10px -8px #545965}.quiz-module__hD5-sG__ears i{z-index:2;clip-path:polygon(50% 0,100% 100%,0 100%);background:#626874;border:4px solid #0b0c10;width:60px;height:85px;position:absolute;top:5px}.quiz-module__hD5-sG__eyes{justify-content:center;gap:24px;padding-top:43px;display:flex}.quiz-module__hD5-sG__eyes i{background:#eeff9e;border:3px solid #0b0c10;border-radius:50%;width:22px;height:26px;box-shadow:0 0 13px #d7ff3f}.quiz-module__hD5-sG__eyes i:after{content:"";background:#111;border-radius:50%;width:7px;height:11px;margin:7px auto;display:block}.quiz-module__hD5-sG__brows{gap:31px;display:flex;position:absolute;top:32px;left:39px}.quiz-module__hD5-sG__brows i{background:#0b0c10;width:27px;height:5px;transform:rotate(13deg)}.quiz-module__hD5-sG__muzzle{background:#b1b4bb;border:3px solid #0b0c10;border-radius:50%;width:82px;height:51px;position:absolute;top:84px;left:34px}.quiz-module__hD5-sG__nose{background:#111;border:3px solid #0b0c10;border-radius:50%;width:28px;height:19px;position:absolute;top:-9px;left:27px}.quiz-module__hD5-sG__mouth{border-bottom:4px solid #0b0c10;border-radius:50%;width:29px;height:12px;position:absolute;top:24px;left:27px}.quiz-module__hD5-sG__body{background:#5c626d;border:4px solid #0b0c10;border-radius:48% 48% 30% 30%;width:134px;height:145px;position:absolute;top:168px;left:43px}.quiz-module__hD5-sG__belly{background:#888d96;border-radius:50%;position:absolute;inset:31px 24px 12px}.quiz-module__hD5-sG__armLeft,.quiz-module__hD5-sG__armRight{z-index:-1;background:#5c626d;border:4px solid #0b0c10;border-radius:50%;width:45px;height:120px;position:absolute}.quiz-module__hD5-sG__armLeft{left:-27px;transform:rotate(24deg)}.quiz-module__hD5-sG__armRight{transition:all .3s;right:-25px;transform:rotate(-22deg)}.quiz-module__hD5-sG__armRight i{display:none}.quiz-module__hD5-sG__speech{z-index:6;color:#111;background:var(--acid);border-radius:7px;padding:9px 12px;font-size:12px;font-weight:900;position:absolute;top:18px;left:18px}.quiz-module__hD5-sG__hammer{z-index:8;opacity:0;position:absolute;top:-140px;left:48%}.quiz-module__hD5-sG__hammer div{background:var(--hot);border:4px solid #111;border-radius:9px;width:105px;height:65px}.quiz-module__hD5-sG__hammer span{background:#ddd;border:4px solid #111;width:18px;height:135px;margin:auto;display:block}.quiz-module__hD5-sG__hammer.quiz-module__hD5-sG__swing{animation:.7s ease-in quiz-module__hD5-sG__hammer}.quiz-module__hD5-sG__stars{z-index:10;color:var(--acid);font-size:34px;position:absolute;top:60px;left:46%}.quiz-module__hD5-sG__stars i{animation:.8s quiz-module__hD5-sG__pop;position:absolute}.quiz-module__hD5-sG__stars i:nth-child(2){transform:translate(70px,35px)}.quiz-module__hD5-sG__stars i:nth-child(3){transform:translate(-55px,50px)}.quiz-module__hD5-sG__bump,.quiz-module__hD5-sG__bruise{background:#a95773;border:3px solid #111;border-radius:50%;display:none;position:absolute}.quiz-module__hD5-sG__bump{width:36px;height:29px;top:-20px;left:74px}.quiz-module__hD5-sG__bruise{width:33px;height:18px;top:72px;right:13px}.quiz-module__hD5-sG__beaten .quiz-module__hD5-sG__bump,.quiz-module__hD5-sG__beaten .quiz-module__hD5-sG__bruise{display:block}.quiz-module__hD5-sG__proud .quiz-module__hD5-sG__armRight{transform-origin:bottom;transform:rotate(-145deg)}.quiz-module__hD5-sG__proud .quiz-module__hD5-sG__mouth{background:#fff;border:3px solid #111;height:18px}.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__wolf{animation:.55s quiz-module__hD5-sG__squash}.quiz-module__hD5-sG__cloudOne,.quiz-module__hD5-sG__cloudTwo{display:none}.quiz-module__hD5-sG__overlay{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050608dd;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.quiz-module__hD5-sG__modal{text-align:center;color:#fff;background:#15171d;border:1px solid #ffffff28;border-radius:18px;width:min(440px,100%);padding:clamp(24px,5vw,40px);box-shadow:0 24px 90px #000}.quiz-module__hD5-sG__resultIcon{font-size:64px}.quiz-module__hD5-sG__modal h2{margin:6px 0;font-size:clamp(27px,5vw,40px)}.quiz-module__hD5-sG__modal>p:not(.quiz-module__hD5-sG__eyebrow){color:#a9abb2}.quiz-module__hD5-sG__stats{grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0;display:grid}.quiz-module__hD5-sG__stats div{background:#202229;border-radius:9px;flex-direction:column;padding:12px;display:flex}.quiz-module__hD5-sG__stats strong{color:var(--acid);font-size:25px}.quiz-module__hD5-sG__stats span{color:#888b94;font-size:10px}.quiz-module__hD5-sG__resultActions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.quiz-module__hD5-sG__modal button,.quiz-module__hD5-sG__resultBack{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:12px 22px;font:900 15px inherit;display:inline-flex}.quiz-module__hD5-sG__modal button{color:#0b0c10;background:var(--acid)}.quiz-module__hD5-sG__resultBack{color:#fff;background:#292c34;border:1px solid #ffffff2e;text-decoration:none}.quiz-module__hD5-sG__resultBack:hover{background:#343842;border-color:#fff5}@keyframes quiz-module__hD5-sG__hammer{0%{opacity:1;transform:translate(-100px,-80px)rotate(-50deg)}70%{opacity:1;transform:translateY(105px)rotate(18deg)}}@keyframes quiz-module__hD5-sG__shake{25%{transform:translate(-7px)}50%{transform:translate(7px)}75%{transform:translate(-3px)}}@keyframes quiz-module__hD5-sG__squash{50%{transform:translate(-50%)scale(1.08,.85)}}@keyframes quiz-module__hD5-sG__pop{0%{opacity:0;scale:.2}50%{opacity:1;scale:1.3}to{opacity:0;translate:0 -35px}}@media (min-width:960px){.quiz-module__hD5-sG__game{height:calc(100svh - 68px)}.quiz-module__hD5-sG__wolf{bottom:calc(1% + 72px)}.quiz-module__hD5-sG__ground{bottom:calc(72px - 3%)}}@media (max-width:959px){.quiz-module__hD5-sG__game{padding:9px}.quiz-module__hD5-sG__shell{gap:7px}.quiz-module__hD5-sG__arena{grid-template-rows:minmax(215px,1.06fr) minmax(270px,.94fr);grid-template-columns:1fr}.quiz-module__hD5-sG__stage{border-radius:13px;order:-1}.quiz-module__hD5-sG__card{border-radius:13px;padding:13px}.quiz-module__hD5-sG__wolf{transform-origin:bottom;bottom:-12px;scale:.804 .82}.quiz-module__hD5-sG__speech{top:9px;left:9px}.quiz-module__hD5-sG__sun{width:75px;height:75px}.quiz-module__hD5-sG__card h2{margin:9px 0;font-size:18px}.quiz-module__hD5-sG__options{gap:6px}.quiz-module__hD5-sG__options button{border-radius:8px;min-height:43px;padding:5px 10px;font-size:13px}.quiz-module__hD5-sG__options button b{flex-basis:27px;height:27px}.quiz-module__hD5-sG__feedback{padding-top:5px;font-size:9px}.quiz-module__hD5-sG__questionMeta{font-size:9px}.quiz-module__hD5-sG__topbar h1{font-size:22px}.quiz-module__hD5-sG__counter{height:36px;padding:0 9px}.quiz-module__hD5-sG__counter strong{font-size:18px}.quiz-module__hD5-sG__battleBar{padding:6px 9px 5px}.quiz-module__hD5-sG__barLabels{font-size:8px}.quiz-module__hD5-sG__barLabels b{font-size:10px}.quiz-module__hD5-sG__track{height:7px;margin:5px 0 2px}.quiz-module__hD5-sG__marker{border-width:2px;width:15px;height:15px}.quiz-module__hD5-sG__ticks{font-size:7px}}@media (max-height:680px) and (max-width:959px){.quiz-module__hD5-sG__eyebrow,.quiz-module__hD5-sG__feedback,.quiz-module__hD5-sG__ticks{display:none}.quiz-module__hD5-sG__game{padding:6px}.quiz-module__hD5-sG__arena{grid-template-rows:minmax(170px,.88fr) minmax(250px,1.12fr)}.quiz-module__hD5-sG__wolf{bottom:-29px;scale:.666 .68}.quiz-module__hD5-sG__card h2{margin:6px 0;font-size:16px}.quiz-module__hD5-sG__options button{min-height:38px}.quiz-module__hD5-sG__topbar h1{font-size:19px}}@media (prefers-reduced-motion:reduce){.quiz-module__hD5-sG__game *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.quiz-module__hD5-sG__injuryOne .quiz-module__hD5-sG__bump{animation:.35s cubic-bezier(.2,1.8,.5,1) quiz-module__hD5-sG__bumpGrow;display:block}.quiz-module__hD5-sG__injuryOne .quiz-module__hD5-sG__head{box-shadow:inset -10px -8px #545965,0 -2px 16px #ff596455}.quiz-module__hD5-sG__injuryTwo .quiz-module__hD5-sG__bruise{animation:.45s ease-out quiz-module__hD5-sG__bruiseIn;display:block}.quiz-module__hD5-sG__injuryTwo .quiz-module__hD5-sG__eyes i:first-child{height:9px;box-shadow:none;background:#111;border-radius:50%;margin-top:9px}.quiz-module__hD5-sG__injuryTwo .quiz-module__hD5-sG__ears i:first-child{transform:rotate(-42deg)translateY(8px)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__head:after{content:"";background:#70445d99;border-radius:50%;width:29px;height:18px;position:absolute;top:78px;left:12px;transform:rotate(18deg);box-shadow:93px 25px #70445d88}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth{border-color:#7b1d38;width:38px;height:17px;left:22px;transform:rotate(-9deg)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__body{transform:rotate(-3deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth{background:#fff;border:3px solid #111;border-top:0;height:18px;transform:rotate(5deg)}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armLeft{top:20px;left:-18px;transform:rotate(58deg)}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight{transform-origin:50% 90%;z-index:2;top:-8px;right:-28px;transform:rotate(-142deg)}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i{background:#5c626d;border:3px solid #0b0c10;border-radius:9px;width:12px;height:35px;display:block;position:absolute;top:-19px}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i:first-child{left:4px;transform:rotate(-12deg)}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i:last-child{right:3px;transform:rotate(22deg)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__eyes i{height:8px;box-shadow:none;background:#111;border-radius:50%;margin-top:9px}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__mouth{background:#8f263a;border:3px solid #111;border-radius:4px 4px 50% 50%;width:40px;height:24px;animation:.28s infinite alternate quiz-module__hD5-sG__laughMouth;left:22px}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__body{animation:.48s ease-in-out infinite alternate quiz-module__hD5-sG__proudBounce}.quiz-module__hD5-sG__dizzy{width:130px;height:55px;animation:2.2s linear infinite quiz-module__hD5-sG__orbit;top:42px;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__dizzy i{text-shadow:0 0 12px var(--acid);opacity:1!important;animation:none!important}.quiz-module__hD5-sG__dizzy i:first-child{top:20px;left:0}.quiz-module__hD5-sG__dizzy i:nth-child(2){top:0;left:50px;transform:none}.quiz-module__hD5-sG__dizzy i:nth-child(3){top:22px;right:0;transform:none}.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__stage:after{content:"";z-index:7;border:5px solid var(--hot);border-radius:50%;width:20px;height:20px;animation:.55s ease-out forwards quiz-module__hD5-sG__impactRing;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}@keyframes quiz-module__hD5-sG__hammerStrike{0%{opacity:0;transform:translate(-145px,-110px)rotate(-55deg)scale(.75)}18%{opacity:1}62%{opacity:1;transform:translate(-8px,112px)rotate(15deg)scale(1)}73%{transform:translate(-12px,96px)rotate(9deg)}to{opacity:0;transform:translate(-80px,-45px)rotate(-38deg)}}@keyframes quiz-module__hD5-sG__wolfImpact{0%,to{transform:translate(-50%)}48%{transform:translate(-50%)translateY(22px)scale(1.12,.76)rotate(-5deg)}65%{transform:translate(-50%)translateY(-9px)scale(.94,1.08)rotate(4deg)}}@keyframes quiz-module__hD5-sG__headBonk{45%{transform:translateY(13px)rotate(-10deg)}70%{transform:translateY(-7px)rotate(7deg)}}@keyframes quiz-module__hD5-sG__earFlap{50%{scale:1 .65}}@keyframes quiz-module__hD5-sG__bumpGrow{0%{opacity:0;scale:.1}70%{scale:1.3}to{scale:1}}@keyframes quiz-module__hD5-sG__bruiseIn{0%{opacity:0;rotate:-30deg;scale:.2}to{opacity:1;rotate:none;scale:1}}@keyframes quiz-module__hD5-sG__victoryHop{0%,to{transform:translate(-50%)}35%{transform:translate(-50%)translateY(-24px)rotate(4deg)}60%{transform:translate(-50%)translateY(0)scale(1.08,.92)}}@keyframes quiz-module__hD5-sG__vSignWave{0%,to{rotate:none}50%{rotate:-16deg}}@keyframes quiz-module__hD5-sG__proudBounce{0%{transform:translateY(0)}to{transform:translateY(-7px)}}@keyframes quiz-module__hD5-sG__laughMouth{0%{height:19px}to{height:28px}}@keyframes quiz-module__hD5-sG__orbit{to{transform:translate(-50%)rotate(360deg)}}@keyframes quiz-module__hD5-sG__impactRing{0%{opacity:1;scale:.2}to{opacity:0;scale:8}}.quiz-module__hD5-sG__head{background:linear-gradient(135deg,#89909e 0 48%,#686e7b 49%);border-radius:42% 42% 48% 48%;width:156px;height:142px;left:32px;box-shadow:inset -9px -9px #555b67,0 5px #0003}.quiz-module__hD5-sG__ears i{background:linear-gradient(75deg,#59606d 48%,#858c99 49%);width:64px;height:94px}.quiz-module__hD5-sG__ears i:after{content:"";clip-path:polygon(50% 0,100% 100%,0 100%);opacity:.65;background:#b66f77;position:absolute;inset:20px 15px 9px}.quiz-module__hD5-sG__ears i:first-child{left:20px;transform:rotate(-20deg)}.quiz-module__hD5-sG__ears i:last-child{right:20px;transform:rotate(20deg)}.quiz-module__hD5-sG__head:before{content:"";z-index:-1;clip-path:polygon(0 12%,22% 22%,14% 0,42% 26%,50% 12%,58% 26%,86% 0,78% 22%,100% 12%,88% 58%,96% 67%,70% 74%,50% 100%,30% 74%,4% 67%,12% 58%);background:#747b88;height:64px;position:absolute;top:72px;left:-16px;right:-16px}.quiz-module__hD5-sG__eyes{gap:29px;padding-top:39px}.quiz-module__hD5-sG__eyes i{width:25px;height:28px;transform:skew(-5deg)}.quiz-module__hD5-sG__eyes i:last-child{transform:skew(5deg)}.quiz-module__hD5-sG__brows{gap:35px;top:27px;left:38px}.quiz-module__hD5-sG__brows i{border-radius:6px;width:29px;height:6px}.quiz-module__hD5-sG__muzzle{clip-path:polygon(16% 0,84% 0,100% 68%,73% 100%,27% 100%,0 68%);background:linear-gradient(#c5c8ce,#aeb2ba);border-radius:52% 52% 44% 44%;width:102px;height:64px;top:76px;left:27px}.quiz-module__hD5-sG__nose{background:linear-gradient(145deg,#3b3d45,#0b0c10);border-radius:55% 55% 48% 48%;width:34px;height:23px;top:-7px;left:34px}.quiz-module__hD5-sG__nose:after{content:"";background:#fff6;border-radius:50%;width:8px;height:4px;position:absolute;top:4px;left:7px}.quiz-module__hD5-sG__mouth{width:38px;height:16px;top:32px;left:32px}.quiz-module__hD5-sG__body{background:linear-gradient(90deg,#5d6470,#747b86 52%,#545b67);border-radius:42% 42% 28% 28%;width:144px;height:148px;top:166px;left:38px}.quiz-module__hD5-sG__belly{clip-path:polygon(50% 0,64% 19%,80% 13%,72% 35%,91% 40%,76% 55%,89% 68%,65% 72%,50% 100%,35% 72%,11% 68%,24% 55%,9% 40%,28% 35%,20% 13%,36% 19%);background:#9ba0a8;inset:24px 24px 8px}.quiz-module__hD5-sG__body:before,.quiz-module__hD5-sG__body:after{content:"";z-index:-2;background:#555c68;border:4px solid #0b0c10;border-radius:35% 35% 48% 48%;width:55px;height:51px;position:absolute;bottom:-19px}.quiz-module__hD5-sG__body:before{left:3px;transform:rotate(5deg)}.quiz-module__hD5-sG__body:after{right:3px;transform:rotate(-5deg)}.quiz-module__hD5-sG__armLeft,.quiz-module__hD5-sG__armRight{background:linear-gradient(90deg,#555c68,#737a86)}.quiz-module__hD5-sG__armLeft:after{content:"";z-index:-3;clip-path:polygon(0 45%,18% 22%,32% 34%,46% 11%,59% 33%,78% 20%,100% 47%,78% 100%,25% 89%);background:#59606c;border:4px solid #0b0c10;border-radius:55% 20% 55% 35%;width:100px;height:58px;position:absolute;bottom:-10px;left:-39px;transform:rotate(24deg)}.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i{background:#676e7a}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__head:after{z-index:4}@media (max-width:959px){.quiz-module__hD5-sG__wolf{bottom:-24px;scale:.706 .72}.quiz-module__hD5-sG__speech{z-index:12}.quiz-module__hD5-sG__dizzy{top:27px;scale:.8}}@media (max-height:680px) and (max-width:959px){.quiz-module__hD5-sG__wolf{bottom:-39px;scale:.598 .61}}.quiz-module__hD5-sG__muzzle,.quiz-module__hD5-sG__nose{left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__mouth{background:linear-gradient(90deg,#0000 48%,#282a30 48% 52%,#0000 52%);border:0;border-radius:0;width:50px;height:27px;top:31px;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__mouth:before,.quiz-module__hD5-sG__mouth:after{content:"";background:0 0;border-bottom:4px solid #282a30;width:26px;height:15px;position:absolute;top:5px}.quiz-module__hD5-sG__mouth:before{border-radius:0 0 70% 20%;right:50%;transform:rotate(5deg)}.quiz-module__hD5-sG__mouth:after{border-radius:0 0 20% 70%;left:50%;transform:rotate(-5deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth:before{border-bottom-color:#15161a;height:19px;transform:rotate(-10deg)translateY(-2px)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth:after{border-bottom-color:#15161a;height:10px;transform:rotate(-13deg)translateY(5px)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__mouth:before{background:#fff;border:0;border-radius:0 0 50% 50%;width:auto;height:8px;top:0;left:4px;right:4px}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth{background:linear-gradient(90deg,#0000 48%,#6f253b 48% 52%,#0000 52%);border:0;width:48px;height:25px;top:32px;left:50%;transform:translate(-50%)rotate(-7deg)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth:before,.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth:after{border-bottom-color:#6f253b}.quiz-module__hD5-sG__mouth{background:0 0;border:0;border-left:3px solid #24262b;width:0;height:13px;top:30px;left:50%;overflow:visible;transform:translate(-50%)}.quiz-module__hD5-sG__mouth:before,.quiz-module__hD5-sG__mouth:after{content:"";background:0 0;border:0;border-bottom:3px solid #24262b;width:23px;height:12px;position:absolute;top:7px}.quiz-module__hD5-sG__mouth:before{transform-origin:100% 0;border-radius:0 0 75% 18%;right:0;transform:rotate(7deg)}.quiz-module__hD5-sG__mouth:after{transform-origin:0 0;border-radius:0 0 18% 75%;left:-3px;transform:rotate(-7deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth{background:0 0;border:0;width:47px;height:19px;top:32px;left:50%;transform:translate(-50%)rotate(-3deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth:before{border:0;border-bottom:4px solid #202126;border-radius:0 0 55% 55%;width:47px;height:18px;top:-2px;left:0;right:auto;transform:rotate(-4deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__mouth:after{clip-path:polygon(0 0,100% 0,50% 100%);background:#fff4d7;border:0;width:9px;height:11px;top:11px;left:30px;transform:rotate(-4deg)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__mouth{background:#7f2538;border:3px solid #111;border-radius:7px 7px 48% 48%;width:45px;height:30px;top:30px;left:50%;overflow:hidden;transform:translate(-50%)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__mouth:before{background:#fff;border:0;border-radius:0 0 45% 45%;width:auto;height:8px;top:0;left:2px;right:2px;transform:none}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__mouth:after{background:#e87883;border:0;border-radius:50% 50% 0 0;width:auto;height:9px;inset:auto 9px -2px;transform:none}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth{background:0 0;border:0;border-left:3px solid #6f253b;width:0;height:13px;top:31px;left:50%;overflow:visible;transform:translate(-50%)rotate(-8deg)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth:before,.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__mouth:after{background:0 0;border:0;border-bottom:3px solid #6f253b}.quiz-module__hD5-sG__brows{z-index:6;justify-content:space-between;gap:0;width:92px;display:flex;top:29px;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__brows i{transform-origin:50%;background:#1b1c21;border-radius:999px;flex:0 0 29px;height:5px;transform:rotate(13deg)}.quiz-module__hD5-sG__brows i:last-child{transform:rotate(-13deg)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__brows i:first-child{transform:rotate(-18deg)translateY(-1px)}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__brows i:last-child{transform:rotate(18deg)translateY(-1px)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__brows{top:27px}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__brows i:first-child{transform:rotate(9deg)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__brows i:last-child{transform:rotate(-9deg)}.quiz-module__hD5-sG__head{background:linear-gradient(135deg,#9299a5 0 24%,#767d89 53%,#5c6370 100%);left:50%;transform:translate(-50%);box-shadow:inset -8px -7px #535a66,0 5px 10px #0003}.quiz-module__hD5-sG__ears i:first-child{left:26px}.quiz-module__hD5-sG__ears i:last-child{right:26px}.quiz-module__hD5-sG__eyes{z-index:5;gap:27px;position:relative}.quiz-module__hD5-sG__eyes i{box-shadow:0 0 9px #d7ff3f66}.quiz-module__hD5-sG__muzzle{filter:drop-shadow(0 2px 1px #0002)}.quiz-module__hD5-sG__nose{background:linear-gradient(145deg,#44464d 0 35%,#111218 65%);box-shadow:inset 2px 2px #ffffff2b}.quiz-module__hD5-sG__hammer{opacity:0;pointer-events:none;transform-origin:56px 158px;filter:drop-shadow(0 10px 5px #0008);width:112px;height:178px;top:calc(100% - 360px);left:calc(50% - 80px)}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead{background:linear-gradient(#edc895 0 12%,#dca66d 13% 72%,#bd8050 73% 100%);border:4px solid #4a2f1e;border-radius:14px 14px 11px 11px;position:absolute;top:0;left:0;box-shadow:inset 0 5px #ffe1b477,inset -7px -7px #925b38,0 4px #0005;width:112px!important;height:66px!important;margin:0!important}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead:before,.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead:after{content:"";background:0 0;position:absolute}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead:before{border-top:3px solid #8e573288;border-bottom:2px solid #edc38f77;border-radius:50%;width:72px;height:18px;top:17px;left:12px;transform:rotate(-3deg)}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead:after{border:3px solid #89522f99;border-radius:50%;width:25px;height:13px;top:34px;right:13px;transform:rotate(9deg);box-shadow:inset 0 0 0 3px #d9a26866}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHead i{background:#bd8355;border:4px solid #4a2f1e;border-radius:4px;width:31px;height:18px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%);box-shadow:inset 4px 0 #e0ad7555}.quiz-module__hD5-sG__hammer .quiz-module__hD5-sG__hammerHandle{z-index:-1;border:4px solid #4a2f1e;border-radius:5px 5px 12px 12px;top:54px;left:50%;transform:translate(-50%);box-shadow:inset -5px 0 #a56c43;background:repeating-linear-gradient(165deg,#e2b984 0 15px,#ca925e 15px 20px)!important;width:22px!important;height:124px!important;margin:0!important;position:absolute!important}.quiz-module__hD5-sG__hammerMotion{transform-origin:56px 158px;position:absolute;inset:0;transform:translate(-6px,1px)rotate(45deg)scale(1.04);background:0 0!important;border:0!important;border-radius:0!important;width:112px!important;height:178px!important}.quiz-module__hD5-sG__hammer.quiz-module__hD5-sG__swing{opacity:1;animation:none}.quiz-module__hD5-sG__hammer.quiz-module__hD5-sG__swing .quiz-module__hD5-sG__hammerMotion{animation:.82s cubic-bezier(.16,.72,.2,1) both quiz-module__hD5-sG__hammerStrikeDeluxe}.quiz-module__hD5-sG__impactFx{z-index:11;pointer-events:none;opacity:0;width:18px;height:18px;position:absolute;bottom:295px;left:calc(50% - 42px);transform:translate(-50%,50%)}.quiz-module__hD5-sG__impactFx i{background:linear-gradient(var(--acid),transparent);transform-origin:50% 0;border-radius:8px;width:7px;height:55px;position:absolute;top:50%;left:50%}.quiz-module__hD5-sG__impactFx i:first-child{transform:rotate(0)translateY(-10px)}.quiz-module__hD5-sG__impactFx i:nth-child(2){transform:rotate(60deg)translateY(-10px)}.quiz-module__hD5-sG__impactFx i:nth-child(3){transform:rotate(120deg)translateY(-10px)}.quiz-module__hD5-sG__impactFx i:nth-child(4){transform:rotate(180deg)translateY(-10px)}.quiz-module__hD5-sG__impactFx i:nth-child(5){transform:rotate(240deg)translateY(-10px)}.quiz-module__hD5-sG__impactFx i:nth-child(6){transform:rotate(300deg)translateY(-10px)}.quiz-module__hD5-sG__impactFx b{color:#fff;border:3px solid var(--acid);letter-spacing:.08em;text-shadow:2px 2px #c73549;background:#111;border-radius:50%;width:max-content;padding:7px 10px;font:1000 18px/1 inherit;position:absolute;top:-47px;left:24px;transform:rotate(-10deg)}.quiz-module__hD5-sG__impactActive{animation:.48s ease-out .5s both quiz-module__hD5-sG__impactFlash}.quiz-module__hD5-sG__impactActive i{animation:.42s ease-out .5s both quiz-module__hD5-sG__impactRay}.quiz-module__hD5-sG__impactActive b{animation:.55s cubic-bezier(.2,1.7,.4,1) .5s both quiz-module__hD5-sG__impactWord}.quiz-module__hD5-sG__dust{z-index:5;pointer-events:none;width:190px;height:45px;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__dust i{filter:blur(2px);opacity:0;background:#a7a29655;border-radius:50%;width:48px;height:28px;position:absolute;bottom:0}.quiz-module__hD5-sG__dust i:first-child{left:20px}.quiz-module__hD5-sG__dust i:nth-child(2){left:72px}.quiz-module__hD5-sG__dust i:nth-child(3){right:17px}.quiz-module__hD5-sG__dustActive i{animation:.55s ease-out .52s both quiz-module__hD5-sG__dustPuff}.quiz-module__hD5-sG__dustActive i:nth-child(2){animation-delay:.56s}.quiz-module__hD5-sG__dustActive i:nth-child(3){animation-delay:.54s}.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__stage{animation:.36s .5s quiz-module__hD5-sG__stageImpact}.quiz-module__hD5-sG__justHit{animation:.86s cubic-bezier(.2,.8,.3,1) quiz-module__hD5-sG__wolfImpactDeluxe!important}.quiz-module__hD5-sG__justHit .quiz-module__hD5-sG__head{animation:.36s ease-out .5s quiz-module__hD5-sG__headBonkDeluxe}.quiz-module__hD5-sG__justHit .quiz-module__hD5-sG__ears i{animation:.3s ease-out .5s quiz-module__hD5-sG__earFlapDeluxe}.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__stage:after{border-color:#fff;animation:.55s ease-out .5s both quiz-module__hD5-sG__impactRing;top:auto;bottom:295px;left:calc(50% - 42px);transform:translate(-50%,50%)}@keyframes quiz-module__hD5-sG__hammerStrikeDeluxe{0%{opacity:0;transform:translate(-175px,-135px)rotate(-52deg)scale(.88)}8%{opacity:1}24%{opacity:1;transform:translate(-205px,-155px)rotate(-72deg)scale(.94)}42%{transform:translate(-132px,-105px)rotate(-48deg)scale(.98)}54%{transform:translate(-58px,-45px)rotate(-24deg)scale(1.01)}60%,64%{opacity:1;transform:translate(-6px,1px)rotate(45deg)scale(1.04)}72%{transform:translate(-48px,-42px)rotate(-24deg)scale(.99)}86%{opacity:.75;transform:translate(-92px,-78px)rotate(-38deg)scale(.94)}to{opacity:0;transform:translate(-145px,-118px)rotate(-48deg)scale(.88)}}@keyframes quiz-module__hD5-sG__wolfImpactDeluxe{0%,64%,to{transform:translate(-50%)}70%{transform:translate(-50%)translateY(4px)scale(1.02,.96)rotate(-1deg)}82%{transform:translate(-50%)translateY(-2px)scale(.99,1.02)rotate(1deg)}92%{transform:translate(-50%)translateY(1px)scale(1.01,.99)rotate(-.5deg)}}@keyframes quiz-module__hD5-sG__headBonkDeluxe{0%{transform:translate(-50%)}28%{transform:translate(-50%)translateY(3px)rotate(-2deg)}62%{transform:translate(-50%)translateY(-1px)rotate(1deg)}to{transform:translate(-50%)}}@keyframes quiz-module__hD5-sG__earFlapDeluxe{45%{scale:1 .92}75%{scale:1 1.02}}@keyframes quiz-module__hD5-sG__stageImpact{0%,to{transform:translate(0)}20%{transform:translate(-9px)rotate(-.4deg)}45%{transform:translate(7px)rotate(.3deg)}70%{transform:translate(-4px)}}@keyframes quiz-module__hD5-sG__impactFlash{0%{opacity:0;filter:brightness()}15%{opacity:1;filter:brightness(2)}to{opacity:0;scale:1.45}}@keyframes quiz-module__hD5-sG__impactRay{0%{opacity:1;scale:.35}to{opacity:0;scale:1.5}}@keyframes quiz-module__hD5-sG__impactWord{0%{opacity:0;transform:rotate(-10deg)scale(.2)}45%{opacity:1;transform:rotate(7deg)scale(1.25)}to{opacity:0;transform:translate(14px,-20px)rotate(-5deg)scale(.9)}}@keyframes quiz-module__hD5-sG__dustPuff{0%{opacity:0;transform:translate(0)scale(.25)}35%{opacity:.8}to{opacity:0;transform:translate(-24px,-20px)scale(1.8)}}@media (min-width:960px){.quiz-module__hD5-sG__marker{transition-timing-function:cubic-bezier(.2,1.16,.5,1)}.quiz-module__hD5-sG__dizzy{left:var(--wolf-head-x,50%);top:max(8px,calc(var(--wolf-head-top,42px) - 82px))}.quiz-module__hD5-sG__hammer{top:var(--hammer-top,calc(100% - 360px));left:calc(var(--wolf-head-x,50%) - 178px)}.quiz-module__hD5-sG__impactFx,.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__stage:after{left:calc(var(--wolf-head-x,50%) - 140px);top:var(--wolf-head-top,30%);bottom:auto;transform:translate(-50%,-50%)}}@media (max-width:959px){.quiz-module__hD5-sG__hammer{top:var(--hammer-top,calc(100% - 247px));left:calc(50% - 110px);transform:scale(.74)}.quiz-module__hD5-sG__impactFx{top:auto;bottom:188px;scale:.8}.quiz-module__hD5-sG__hit .quiz-module__hD5-sG__stage:after{top:auto;bottom:188px}.quiz-module__hD5-sG__dust{bottom:5%;scale:.8}}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armRight{z-index:2;transform-origin:50% 12%;top:5px;right:-22px;transform:rotate(-148deg)}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armRight i{transform-origin:50% 4px;background:linear-gradient(90deg,#555c68,#737a86);border:3px solid #0b0c10;border-radius:10px 10px 7px 7px;width:13px;height:38px;display:block;position:absolute;top:auto;bottom:-25px}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i:first-child,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i:first-child,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armRight i:first-child{left:3px;transform:rotate(13deg)}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i:last-child,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armRight i:last-child,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armRight i:last-child{right:2px;transform:rotate(-24deg)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__head{transform:translate(-50%)translateY(-3px)rotate(5deg)}@keyframes quiz-module__hD5-sG__victoryArm{0%{transform:rotate(-22deg)}38%{transform:rotate(-158deg)}58%{transform:rotate(-140deg)}76%,to{transform:rotate(-148deg)}}.quiz-module__hD5-sG__battleBar{padding-left:104px;position:relative}.quiz-module__hD5-sG__back{z-index:20;color:#dfe2e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.08em;background:#15171dcc;border:1px solid #ffffff2b;border-radius:999px;align-items:center;gap:6px;height:36px;padding:0 12px;font-size:12px;font-weight:800;transition:color .2s,background .2s,border-color .2s,transform .2s;display:inline-flex;position:absolute;top:50%;left:12px;transform:translateY(-50%);box-shadow:0 8px 24px #0004}.quiz-module__hD5-sG__back:hover{color:#0b0c10;background:var(--acid);border-color:var(--acid);transform:translate(-2px,-50%)}.quiz-module__hD5-sG__back:focus-visible{outline:2px solid var(--acid);outline-offset:3px}@media (max-width:959px){.quiz-module__hD5-sG__battleBar{padding-left:50px}.quiz-module__hD5-sG__back{justify-content:center;width:34px;height:34px;padding:0;left:8px}.quiz-module__hD5-sG__back span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}}.quiz-module__hD5-sG__celebrate{animation:1.05s cubic-bezier(.22,.72,.28,1) both quiz-module__hD5-sG__wolfSwagger}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__body{transform-origin:50% 85%;animation:1.05s cubic-bezier(.22,.72,.28,1) both quiz-module__hD5-sG__swaggerTorso}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__head{transform-origin:50% 82%;animation:1.05s cubic-bezier(.22,.72,.28,1) both quiz-module__hD5-sG__swaggerHead}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight{animation:1.05s cubic-bezier(.22,.76,.3,1) both quiz-module__hD5-sG__raiseVictoryHand}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i:first-child{animation:.34s ease-out .47s both quiz-module__hD5-sG__openFingerLeft}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i:last-child{animation:.34s ease-out .5s both quiz-module__hD5-sG__openFingerRight}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armLeft{transform-origin:50% 12%;animation:1.05s cubic-bezier(.25,.7,.35,1) both quiz-module__hD5-sG__restOnHip}.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__brows{animation:.72s ease-out .16s both quiz-module__hD5-sG__quickBrow}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__head{animation-name:quiz-module__hD5-sG__swaggerHeadProud}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__head{animation-name:quiz-module__hD5-sG__swaggerHeadLaugh}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__body{animation-name:quiz-module__hD5-sG__swaggerTorsoLaugh}@keyframes quiz-module__hD5-sG__wolfSwagger{0%{transform:translate(-50%)}20%{transform:translate(calc(-50% - 5px))translateY(2px)rotate(-1deg)}48%{transform:translate(calc(5px - 50%))translateY(-2px)rotate(1.5deg)}72%{transform:translate(calc(2px - 50%))rotate(.5deg)}to{transform:translate(-50%)}}@keyframes quiz-module__hD5-sG__swaggerTorso{0%,14%{transform:rotate(0)}38%{transform:rotate(-2.5deg)}60%{transform:rotate(2deg)}82%,to{transform:rotate(0)}}@keyframes quiz-module__hD5-sG__swaggerHead{0%,18%{transform:translate(-50%)rotate(0)}42%{transform:translate(-50%)translateY(-2px)rotate(-5deg)}66%{transform:translate(-50%)translateY(-3px)rotate(4deg)}84%,to{transform:translate(-50%)rotate(2deg)}}@keyframes quiz-module__hD5-sG__swaggerHeadProud{0%,18%{transform:translate(-50%)}42%{transform:translate(-50%)translateY(-3px)rotate(-6deg)}68%,to{transform:translate(-50%)translateY(-3px)rotate(4deg)}}@keyframes quiz-module__hD5-sG__swaggerHeadLaugh{0%,18%{transform:translate(-50%)translateY(-3px)rotate(5deg)}44%{transform:translate(-50%)translateY(-6px)rotate(-4deg)}68%{transform:translate(-50%)translateY(-2px)rotate(7deg)}to{transform:translate(-50%)translateY(-3px)rotate(5deg)}}@keyframes quiz-module__hD5-sG__swaggerTorsoLaugh{0%,20%{transform:rotate(0)}42%{transform:rotate(-3deg)}58%{transform:rotate(2deg)translateY(-2px)}72%{transform:rotate(-1deg)}to{transform:rotate(0)}}@keyframes quiz-module__hD5-sG__raiseVictoryHand{0%,16%{transform:rotate(-22deg)}34%{transform:rotate(-78deg)}55%{transform:rotate(-139deg)}70%{transform:rotate(-151deg)}84%{transform:rotate(-145deg)}to{transform:rotate(-148deg)}}@keyframes quiz-module__hD5-sG__restOnHip{0%,20%{transform:rotate(24deg)}52%{transform:rotate(43deg)}72%,to{transform:rotate(38deg)}}@keyframes quiz-module__hD5-sG__openFingerLeft{0%{transform:rotate(-2deg)scaleY(.35)}75%{transform:rotate(16deg)scaleY(1.04)}to{transform:rotate(13deg)scaleY(1)}}@keyframes quiz-module__hD5-sG__openFingerRight{0%{transform:rotate(-2deg)scaleY(.35)}75%{transform:rotate(-27deg)scaleY(1.04)}to{transform:rotate(-24deg)scaleY(1)}}@keyframes quiz-module__hD5-sG__quickBrow{0%,20%{translate:0}42%{translate:0 -3px}64%{translate:0 1px}to{translate:0}}@media (prefers-reduced-motion:reduce){.quiz-module__hD5-sG__celebrate,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__body,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__head,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armRight i,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__armLeft,.quiz-module__hD5-sG__celebrate .quiz-module__hD5-sG__brows{animation:none}}.quiz-module__hD5-sG__armLeft{height:112px}.quiz-module__hD5-sG__armLeft:before{content:none}.quiz-module__hD5-sG__armLeft:after{clip-path:none;z-index:2;background:linear-gradient(135deg,#747b87,#555c68);border:4px solid #0b0c10;border-radius:50%;width:47px;height:42px;bottom:-18px;left:-3px;transform:none;box-shadow:inset -4px -4px #474e59}.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft:after{transform:none}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideOne .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft:after{animation:none}.quiz-module__hD5-sG__wolf .quiz-module__hD5-sG__body .quiz-module__hD5-sG__armLeft{width:40px;z-index:-1!important;transform-origin:50% 12px!important;top:7px!important;left:-10px!important}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideTwo:not(.quiz-module__hD5-sG__prideThree) .quiz-module__hD5-sG__armLeft{animation:1.08s cubic-bezier(.22,.76,.3,1) both quiz-module__hD5-sG__leftArmShowOff}.quiz-module__hD5-sG__prideTwo:not(.quiz-module__hD5-sG__prideThree):not(.quiz-module__hD5-sG__celebrate) .quiz-module__hD5-sG__armLeft,.quiz-module__hD5-sG__prideOne:not(.quiz-module__hD5-sG__prideTwo) .quiz-module__hD5-sG__armLeft{transform:rotate(49deg)}.quiz-module__hD5-sG__wolf.quiz-module__hD5-sG__prideOne:not(.quiz-module__hD5-sG__prideTwo) .quiz-module__hD5-sG__body .quiz-module__hD5-sG__armRight{z-index:-1;transform-origin:50% 12px;width:40px;top:7px;right:-10px;transform:rotate(-49deg)}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft{animation:1.12s cubic-bezier(.22,.76,.3,1) both quiz-module__hD5-sG__leftArmVictoryPump}.quiz-module__hD5-sG__prideThree:not(.quiz-module__hD5-sG__celebrate) .quiz-module__hD5-sG__armLeft{transform:rotate(100deg)}.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft:after{background:linear-gradient(#747b87,#555c68);margin-left:-23.5px;left:50%;box-shadow:inset 0 -4px #474e59}.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__celebrate.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__prideTwo .quiz-module__hD5-sG__armLeft:after,.quiz-module__hD5-sG__prideThree .quiz-module__hD5-sG__armLeft:after{animation:none;transform:none}@keyframes quiz-module__hD5-sG__leftArmShowOff{0%,16%{transform:rotate(24deg)}40%{transform:rotate(44deg)}62%{transform:rotate(54deg)}78%{transform:rotate(47deg)}to{transform:rotate(49deg)}}@keyframes quiz-module__hD5-sG__leftArmVictoryPump{0%,14%{transform:rotate(24deg)}38%{transform:rotate(62deg)}62%{transform:rotate(98deg)}75%{transform:rotate(106deg)}87%{transform:rotate(97deg)}to{transform:rotate(100deg)}}.quiz-module__hD5-sG__healingPill{z-index:14;left:var(--wolf-head-x,50%);top:calc(var(--wolf-head-top,30%) + 103px);pointer-events:none;opacity:0;width:52px;height:30px;position:absolute;transform:translate(-230px,-125px)rotate(-28deg)scale(.45)}.quiz-module__hD5-sG__healingPill span{background:linear-gradient(90deg,#ff5964 0 50%,#f7f4ec 50%);border:4px solid #101116;border-radius:999px;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 4px #fff8,0 7px 16px #0008}.quiz-module__hD5-sG__healingPill span:after{content:"";background:#101116;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__healingPill span i{background:#fff9;border-radius:50%;width:8px;height:5px;position:absolute;top:6px;left:10px;transform:rotate(-20deg)}.quiz-module__hD5-sG__healingPill b{color:#fff;text-shadow:1px 1px #126532;background:#27a85d;border:2px solid #fff;border-radius:999px;width:max-content;padding:5px 9px;font:900 13px/1 inherit;position:absolute;top:-42px;left:50%;transform:translate(-50%)}.quiz-module__hD5-sG__healingPillActive{animation:.92s cubic-bezier(.18,.72,.25,1) both quiz-module__hD5-sG__healPillFly}.quiz-module__hD5-sG__healingPillActive b{animation:.92s ease-out both quiz-module__hD5-sG__healLabel}@keyframes quiz-module__hD5-sG__healPillFly{0%{opacity:0;transform:translate(-230px,-125px)rotate(-28deg)scale(.45)}12%{opacity:1}48%{transform:translate(-105px,-95px)rotate(16deg)scale(1.12)}76%{opacity:1;transform:translate(-50%,-50%)rotate(-5deg)scale(.9)}to{opacity:0;transform:translate(-50%,-50%)rotate(0)scale(.25)}}@keyframes quiz-module__hD5-sG__healLabel{0%,28%{opacity:0;transform:translate(-50%,8px)scale(.6)}48%,76%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%,-15px)scale(.9)}}@media (max-width:959px){.quiz-module__hD5-sG__healingPill{top:calc(var(--wolf-head-top,30%) + 76px);scale:.78}.quiz-module__hD5-sG__healingPill b{font-size:12px}}@media (prefers-reduced-motion:reduce){.quiz-module__hD5-sG__healingPillActive{animation:.3s both quiz-module__hD5-sG__healPillReduced}.quiz-module__hD5-sG__healingPillActive b{animation:none}@keyframes quiz-module__hD5-sG__healPillReduced{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.5)}}}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__brows i:first-child{transform:rotate(-10deg)translateY(4px)}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__brows i:last-child{transform:rotate(10deg)translateY(4px)}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__eyes i{height:14px;margin-top:7px}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__mouth:before{border-bottom-color:#793047;transform:rotate(20deg)translateY(4px)}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__mouth:after{border-bottom-color:#793047;transform:rotate(-20deg)translateY(4px)}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__brows i:first-child{transform:rotate(-22deg)translateY(6px)}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__brows i:last-child{transform:rotate(22deg)translateY(6px)}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__eyes i:last-child{height:8px;margin-top:10px}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__mouth:before{border-bottom-color:#6f253b;transform:rotate(28deg)translateY(6px)}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__mouth:after{border-bottom-color:#6f253b;transform:rotate(-28deg)translateY(6px)}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__mouth:before{border:0;border-top:3px solid #793047;border-radius:48% 48% 0 0;width:28px;height:8px;top:11px;left:-14px;right:auto;transform:none}.quiz-module__hD5-sG__injuryOne:not(.quiz-module__hD5-sG__injuryTwo) .quiz-module__hD5-sG__mouth:after{display:none}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__mouth:before{border:0;border-top:4px solid #6f253b;border-radius:60% 60% 0 0;width:44px;height:17px;top:9px;left:-22px;right:auto;transform:none}.quiz-module__hD5-sG__injuryOne.quiz-module__hD5-sG__injuryTwo:not(.quiz-module__hD5-sG__injuryThree) .quiz-module__hD5-sG__mouth:after{display:none}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__head{animation:1.12s cubic-bezier(.22,.72,.28,1) both quiz-module__hD5-sG__criticalWobble}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__body{transform-origin:50% 90%;animation:1.12s cubic-bezier(.22,.72,.28,1) both quiz-module__hD5-sG__criticalSlump}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__ears i:first-child{transform:rotate(-55deg)translate(-5px,13px)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__ears i:last-child{transform:rotate(55deg)translate(5px,13px)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__eyes i{height:7px;box-shadow:none;background:#17181c;border-radius:50%;margin-top:11px;position:relative}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__eyes i:after{display:none}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__eyes i:last-child:after{content:"";background:#72cfff;border-radius:70% 30% 65% 35%;width:9px;height:15px;margin:0;display:block;position:absolute;top:8px;left:8px;transform:rotate(12deg);box-shadow:0 2px 5px #2b8fc999}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__armLeft{transform:rotate(35deg)}.quiz-module__hD5-sG__injuryThree .quiz-module__hD5-sG__armRight{transform:rotate(-35deg)}@keyframes quiz-module__hD5-sG__criticalWobble{0%{transform:translate(-50%)rotate(0)}30%{transform:translate(-50%)translateY(5px)rotate(-8deg)}55%{transform:translate(-50%)translateY(8px)rotate(6deg)}78%{transform:translate(-50%)translateY(9px)rotate(-5deg)}to{transform:translate(-50%)translateY(10px)rotate(-4deg)}}@keyframes quiz-module__hD5-sG__criticalSlump{0%{transform:rotate(-3deg)scaleY(1)}45%{transform:translateY(5px)rotate(-6deg)scaleY(.96)}to{transform:translateY(8px)rotate(-5deg)scaleY(.94)}}@media (min-width:960px){.quiz-module__hD5-sG__speech{font-size:16px}}
