@import"https://fonts.googleapis.com/css2?family=Patrick+Hand+SC&family=Poppins&display=swap";@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:all .75s ease-out;animation:hide-scroll .75s backwards}.slide-enter-to{position:absolute;right:0;animation:hide-scroll .75s backwards}.slide-enter-from{position:absolute;right:-100%;animation:hide-scroll .75s backwards}.slide-leave-to{position:absolute;left:-100%;animation:hide-scroll .75s backwards}.slide-leave-from{position:absolute;left:0;animation:hide-scroll .75s backwards}@keyframes hide-scroll{0%,to{overflow:hidden}}.scale-enter-active,.scale-leave-active{transition:all .5s ease}.scale-enter-from,.scale-leave-to{opacity:0;transform:scale(.9)}*{box-sizing:inherit}address,cite,th,button,input,select,optgroup,option,textarea{font:inherit}dialog,legend,button,input,select,optgroup,option,textarea{color:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body,dt,dd,ol,ul,figure,blockquote,form,fieldset,button,input,select{margin:0}dt,dd,ol,ul,th,td,blockquote,fieldset,legend,button,input,select{padding:0}body{box-sizing:border-box;scroll-behavior:smooth}iframe{display:block}textarea{overflow:auto}legend{display:table;max-width:100%;white-space:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}summary{display:list-item}template,[hidden]{display:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased;-webkit-text-size-adjust:100%}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}hr,img,iframe,dialog,fieldset,button,input,select,textarea,table,col,colgroup,thead,tbody,tfoot,tr,th,td{border:none}b,strong{font-weight:bolder}ol,ul{list-style:none}table{border-spacing:0;border-collapse:collapse}:root{--line-height: 1;--font-size-base: 2.25rem;--font-size-small: 1.625rem;--font-size-xsmall: 1.125rem;--font-size-h1xl: 3rem;--font-size-h1: 2.625rem;--font-size-h2: 2.25rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1.125rem}@media screen and (max-width: 600px){:root{--font-size-base: 1.5rem;--font-size-small: 1.375rem;--font-size-xsmall: 1.25rem;--font-size-h1xl: 2.625rem;--font-size-h1: 2.25rem;--font-size-h2: 2rem;--font-size-h3: 1.5rem;--font-size-h4: 1.25rem;--font-size-h5: 1.125rem;--font-size-h6: 1rem}}@media screen and (min-width: 1400px) and (min-height: 800px){:root{--font-size-base: 3.375rem;--font-size-small: 2.125rem;--font-size-xsmall: 1.5rem;--font-size-h1xl: 4rem;--font-size-h1: 2.625rem;--font-size-h2: 2.25rem;--font-size-h3: 1.75rem;--font-size-h4: 1.5rem;--font-size-h5: 1.25rem;--font-size-h6: 1.125rem}}body{font-family:Patrick Hand SC,sans-serif;font-size:var(--font-size-base);font-variant-ligatures:none}h1,h2,h3,h4,h5,h6,p,dl,ul,ol,blockquote{line-height:var(--line-height);margin-bottom:0}h1,h2,h3,h4,h5,h6{--line-height: .8;font-family:Patrick Hand SC,sans-serif;font-weight:400;margin-top:1em}@media screen and (min-width: 360px) and (min-height: 700px){h1,h2,h3,h4,h5,h6{margin-top:2em}}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{margin-top:.5em}p,dl,ol,ul,blockquote{margin-top:.5em}@media screen and (min-width: 360px) and (min-height: 700px){p,dl,ol,ul,blockquote{margin-top:1em}}a{color:inherit}:first-child{margin-top:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}[data-color=white],.is-color-white{--color-base: #fff;--color-contrast: #000}[data-color=black],.is-color-black{--color-base: #000;--color-contrast: #fff}[data-color=cyan],.is-color-cyan{--color-base: #00fff0;--color-contrast: #000}[data-color=yellow],.is-color-yellow{--color-base: #f1d900;--color-contrast: #000}[data-color=green],.is-color-green{--color-base: #31d892;--color-contrast: #000}[data-color=red],.is-color-red{--color-base: #f57575;--color-contrast: #000}.icon{display:inline-flex;justify-content:center;align-items:center;width:1em;height:1em;vertical-align:middle}.icon svg{max-width:100%;max-height:100%;display:block;margin:auto}.pie-graph__shape{fill:none;stroke:currentColor;stroke-width:4}.pie-graph__fill{fill:#fff;stroke:currentColor;stroke-width:4}.vector-frame{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round;transition:.2s ease-out;transition-property:fill,stroke}@keyframes burstLine{0%{stroke-dashoffset:20}to{stroke-dashoffset:0}}.button{position:relative;isolation:isolate;display:inline-block;background:none;color:#fff;margin-inline:auto;margin-top:.5em;padding:.2em .8em .4em;font-family:Patrick Hand SC,sans-serif;line-height:.8;text-align:center;text-transform:lowercase;cursor:pointer;transition:color .2s ease-out,opacity .2s,visibility .2s}@media screen and (min-width: 360px) and (min-height: 700px){.button{margin-top:1em}}.button__frame{fill:#000;stroke:#000;stroke-width:3}.button__burst{position:absolute;z-index:-1;top:50%;left:50%;width:calc(100% + 3.75rem);height:calc(100% + 3.125rem);transform:translate(-50%) translateY(-50%);fill:none;stroke:#000;stroke-width:4;stroke-linecap:round;pointer-events:none}.button__burst path{stroke-dasharray:20;animation:burstLine .5s .5s backwards ease-in alternate infinite}.button:not(.is-text){text-decoration:none}.button:disabled{opacity:.5}.button[aria-hidden=true]{color:var(--color-contrast, #000);pointer-events:none}.button[aria-hidden=true] .button__frame{fill:#0000}.button[aria-hidden=true] .button__burst{opacity:0}.button[aria-hidden=true] .button__burst path{animation-play-state:paused}.button.is-keyline:not(.is-active,:hover){color:var(--color-contrast, #000)}.button.is-keyline:not(.is-active,:hover) .button__frame{fill:#0000;stroke-dasharray:6 6}.button.is-keyline.is-active{color:var(--color-contrast, #000)}.button.is-keyline.is-active .button__frame{fill:#fff}.button.is-icon{color:var(--color-contrast, #000);padding:0}.button-group{display:flex;justify-content:center;flex-wrap:wrap;text-align:center;gap:1.5rem;margin-top:1.5rem}.button-group .button{margin:0}.button-group.has-layout-stacked{flex-direction:column;align-items:stretch}@keyframes screenFooterEnterBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes screenFooterEnterLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.screen{--padding: 1.25rem;position:relative;isolation:isolate;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:center}@media screen and (min-width: 360px) and (min-height: 700px){.screen{--padding: 1.875rem}}@media screen and (min-width: 1000px){.screen{--padding: 3.125rem}}.screen.build-enter-active,.screen.build-leave-active{animation:hide-scroll .3s ease-out}.build-enter-active .screen__header,.build-enter-active .screen__body{animation:fadeIn .3s forwards ease-out}.build-leave-active .screen__header,.build-leave-active .screen__body{animation:fadeOut .3s forwards ease-out}.screen__header{grid-area:header;margin:0 auto}.screen__body{grid-area:body;margin:auto 0;padding:1.25rem}.screen__footer{grid-area:footer;position:relative;margin:var(--padding) 0 0;padding:var(--padding) 0 0;width:100%;box-shadow:0 100px #fff}.screen__footer__inner{height:100%;background:#fff;padding:calc(var(--padding) / 2) var(--padding) var(--padding)}.screen__footer__inner>:first-child{margin-top:0}.screen__footer__top,.screen__footer__side{fill:#fff;stroke:#000;stroke-width:4}.screen__footer__top{position:absolute;top:0;left:0;width:100%;height:var(--padding)}.screen__footer__side{position:absolute;top:0;right:0;width:var(--padding);height:100%;display:none}@media screen and (min-width: 1000px){.screen__footer{--padding: 3.125rem}}.build-enter-active .screen__footer,.build-leave-active .screen__footer{animation:screenFooterEnterBottom .3s backwards cubic-bezier(.175,.885,.32,1.2)}.build-leave-active.build-leave-active .screen__footer{animation-direction:reverse;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.6,-.2,.735,.045)}@media screen and (min-width: 1000px){.screen.has-footer{display:grid;grid-template-columns:40% 60%;grid-template-areas:"footer body"}.screen.has-footer.has-header{grid-template-areas:"footer header" "footer body"}.screen__header,.screen__body,.screen__footer{margin:0}.screen__body{display:flex;flex-direction:column;justify-content:center;align-items:center}.screen__footer{padding:0 var(--padding) 0 0;box-shadow:-100px 0 #fff}.screen__footer__top{display:none}.screen__footer__side{display:block}.screen__footer__inner{display:flex;flex-direction:column;justify-content:center;padding:var(--padding)}.build-enter-active .screen__footer,.build-leave-active .screen__footer{animation-name:screenFooterEnterLeft}}.card{--gap: .75rem;container-name:card;container-type:inline-size;position:relative;isolation:isolate;padding:1rem;font-size:var(--font-size-xsmall);text-align:left;width:100%;max-width:23.125rem;transform:translateZ(0)}.card__inner{display:grid;grid-gap:0 var(--gap);grid-template-areas:"header header" "poster body";grid-template-columns:2fr 3fr}@container card (min-width: 300px){.card__inner{grid-template-areas:"poster header" "poster body"}}.card a:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0}.card>*{grid-row:1}.card__poster{grid-area:poster}.card__header{grid-area:header}.card__header .button{width:100%}.card__body{grid-area:body}.card input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;cursor:pointer}.card .button{font-size:var(--font-size-small);margin:0 0 .5em}.card .button__frame{stroke-width:2}.card__frame{fill:#fff0;stroke:#000;stroke-width:3;stroke-dasharray:6 6}.is-selected .card__frame{fill:#fff;stroke-dasharray:0}.card.is-inverse .card__frame{fill:var(--color-base, #f1d900)}.card.is-complete:before{content:"";position:absolute;top:-6%;left:-5%;width:20.8510638298%;aspect-ratio:98/94;background:url("data:image/svg+xml,%3csvg%20width='98'%20height='94'%20viewBox='0%200%2098%2094'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M95.1789%2056.0463C101.37%20-8.23028%208.35508%20-19.9106%202.45691%2048.7817C-1.93924%2099.9537%2091.6986%20108.714%2095.1789%2056.0463Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='4'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M27.5039%2052.8735C32.0573%2058.5901%2035.6225%2063.2724%2040.5539%2069.9408C58.1307%2049.5972%2059.9815%2047.8878%2071.6624%2033.5003'%20stroke='black'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat;background-size:contain}@media screen and (min-width: 1000px){.card{--gap: 1.5rem;padding:2.5rem;max-width:29.375rem}}.card-set{display:flex;flex-direction:column;align-items:center;gap:.625rem;width:100%}.card-set:not(:first-child){margin-top:1em}.card-set .card{width:100%}@media screen and (min-width: 1000px){.card-set{gap:1.25rem}}#app{position:relative;overflow:hidden;background:var(--color-base, #f1d900);color:var(--color-contrast, #000);transition:background .3s,color .3s}.menu-toggle{position:absolute;z-index:10;top:0;left:0;margin:0}.menu-toggle.button{padding:1.5rem 1rem}.menu-toggle .icon{display:flex;width:1.25rem;height:1.25rem}.menu-screen{position:fixed;z-index:9;top:0;right:0;bottom:0;left:0;background:var(--color-base, #f1d900);color:var(--color-contrast, #000);font-size:var(--font-size-small)}.menu-screen .button-group{align-items:center;margin-bottom:2.5rem}.menu-screen.build-enter-active,.menu-screen.build-leave-active{transition:visibility .4s,opacity .4s,transform .4s ease-out}.menu-screen.build-enter-from,.menu-screen.build-leave-to{visibility:hidden;opacity:0;transform:translateY(-100%)}.page-menu{font-size:var(--font-size-h1xl);margin-top:1.25rem;gap:1.25rem}.language-menu{margin-top:.625rem;gap:.625rem}@keyframes questionFooterEnterBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes questionFooterEnterLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.question-skip span{display:inline-block;font-size:.8em}.question-interface{--padding: 1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media screen and (min-width: 360px) and (min-height: 700px){.question-interface{--padding: 1.875rem}}@media screen and (min-width: 1000px){.question-interface{--padding: 3.125rem}}.question-interface.build-enter-active,.question-interface.build-leave-active{animation:hide-scroll .3s ease-out}.question-interface__header,.question-interface__body{width:100%}.build-enter-active .question-interface__header,.build-enter-active .question-interface__body{animation:fadeIn .3s forwards ease-out}.build-leave-active .question-interface__header,.build-leave-active .question-interface__body{animation:fadeOut .3s forwards ease-out}.question-interface__header{grid-area:header;margin:0 auto;padding:.625rem 3.75rem}@media screen and (min-width: 1000px){.question-interface__header{padding:1.25rem}}@media screen and (min-width: 50em){.question-interface__header{display:none}}.question-interface__prompt{font-size:var(--font-size-small);font-weight:400;text-transform:lowercase;text-wrap:pretty;margin:0;line-height:.8}.question-interface__footer .question-interface__prompt{display:none}@media screen and (min-width: 50em){.question-interface__footer .question-interface__prompt{display:block}}.question-interface__body{--build-delay: .5s;grid-area:body;margin:auto;padding-inline:1.25rem;display:flex;flex-direction:column;align-items:center}.question-interface__body .button-group{animation:fadeIn .3s var(--build-delay) both}.question-interface__body .button-group{display:none!important}@media screen and (min-width: 50em){.question-interface__body .button-group{display:flex!important}}.question-interface__body.slider-tilt__body{display:grid}@media screen and (min-width: 50em){.question-interface__body.slider-tilt__body{display:flex!important}}.question-interface__help{font-size:var(--font-size-small);margin-top:.5em;animation:fadeIn .3s var(--build-delay) both}@media screen and (min-width: 360px) and (min-height: 700px){.question-interface__help{margin-top:1em}}@media screen and (min-width: 1000px) and (min-height: 800px){.question-interface__help{margin-top:0}}.question-interface__footer{grid-area:footer;position:relative;display:flex;flex-direction:column;margin:var(--padding) 0 0;padding:var(--padding) 0 0;width:100%;font-size:var(--font-size-small);box-shadow:0 100px #fff}.question-interface__footer__top,.question-interface__footer__side{fill:#fff;stroke:#000;stroke-width:4}.question-interface__footer__top{position:absolute;top:0;left:0;width:100%;height:var(--padding)}.question-interface__footer__side{position:absolute;top:0;right:0;width:var(--padding);height:100%;display:none}.question-interface__footer__inner{flex:1;background:#fff;padding:0 var(--padding) var(--padding)}.question-interface__footer__inner>:first-child{margin-top:0}.question-interface__footer__content{max-width:55rem;margin:0 auto}.build-enter-active .question-interface__footer,.build-leave-active .question-interface__footer{animation:questionFooterEnterBottom .3s backwards cubic-bezier(.175,.885,.32,1.2)}.build-leave-active.build-leave-active .question-interface__footer{animation-direction:reverse;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.6,-.2,.735,.045)}.question-interface__footer .button-group{margin-top:1.25rem}@media screen and (min-width: 50em){.question-interface__footer .button-group{display:none!important}}@media screen and (min-width: 50em){.question-interface{flex:1;display:grid;align-items:stretch;grid-template-columns:40% 60%;grid-template-areas:"footer body"}.question-interface__header,.question-interface__body,.question-interface__footer{margin:0}.question-interface__header{position:absolute;z-index:1;top:0;left:0;width:40%}.question-interface__body{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--padding)}.question-interface__control{margin-block:auto!important}.question-interface__footer{padding:0 var(--padding) 0 0;box-shadow:-100px 0 #fff}.question-interface__footer__top{display:none}.question-interface__footer__side{display:block}.question-interface__footer__inner{display:flex;flex-direction:column;justify-content:center;padding:var(--padding)}.question-interface__footer__inner p:first-child{font-size:var(--font-size-base)}.build-enter-active .question-interface__footer,.build-leave-active .question-interface__footer{animation-name:screenFooterEnterLeft}}@keyframes buttonEnterUp{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes buttonEnterLeft{0%{transform:translate(100vw)}to{transform:translate(0)}}.button-list,.button-grid{--build-delay: 1.5s}.question-buttons{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;gap:.625rem;font-size:var(--font-size-small);max-width:30rem;margin:auto}@media screen and (min-width: 360px) and (min-height: 700px){.question-buttons{gap:1.25rem}}@media screen and (min-width: 1000px){.question-buttons{max-width:45rem}}.question-buttons .button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.6em;padding:.5em 1em;text-transform:none;margin:0;animation:buttonEnterUp .3s calc(var(--index, 0) * .2s + .3s) cubic-bezier(.175,.885,.32,1.1) backwards}.button-grid .question-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;width:100%}.button-grid .question-buttons .button{padding:1em;aspect-ratio:1}.button-grid .question-buttons .icon{position:relative;order:-1;flex:1;width:100%;height:auto;max-width:5rem;aspect-ratio:1}.button-grid .question-buttons .icon svg{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width: 1000px){.button-grid .question-buttons .icon{max-width:10rem}}@media screen and (min-width: 1000px){.question-buttons{align-items:center;font-size:var(--font-size-base)}.question-buttons .button{flex:1;min-width:15rem}}@keyframes tiltQuestionEnter{0%{visibility:hidden;transform:translateY(100%)}to{visibility:visible;transform:translateY(0)}}.slider-tilt{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;margin-bottom:-4px}.slider-tilt .question-interface__help{order:-1;margin-top:0;margin-bottom:auto}.slider-tilt+.question-interface__footer{margin-top:0}@media screen and (min-width: 50em){.slider-tilt .question-interface__help{order:0;margin-top:auto;margin-bottom:0}}.tilt-wrapper{display:flex;flex-direction:column;margin-bottom:0;width:100%;transform-origin:center bottom;animation:tiltQuestionEnter .3s .3s backwards ease-out;pointer-events:none;padding-top:56px}@media screen and (min-width: 50em){.tilt-wrapper{margin-block:auto;max-height:70vh}.tilt-wrapper:after{content:"";flex:0 1 50%;display:block;aspect-ratio:1;height:30vh;max-height:27.5rem;margin-top:-5px;background:url(/assets/face-CZUjBZXI.svg) center top no-repeat;background-size:contain}}.tilt-interface{position:relative;flex:0 1 auto;aspect-ratio:1.414;width:100%;max-width:23.75rem;margin:0 auto}.tilt-interface:before{content:"";position:absolute;z-index:1;bottom:0;left:50%;width:16px;height:16px;margin-bottom:-8px;margin-left:-8px;border-radius:50%;background:#000}@media screen and (min-width: 50em){.tilt-interface{flex-basis:50%;max-width:45rem;max-height:27.5rem;margin:auto}.tilt-interface:before{width:32px;height:32px;margin-bottom:-16px;margin-left:-16px}}.tilt-option{position:absolute;bottom:0;left:50%;height:100%;transform:rotate(var(--angle, 0deg));transform-origin:bottom center}.tilt-option input{position:absolute;top:-4px;left:-4px;width:8px;height:8px;border-radius:50%;background:var(--color-contrast, #000)}.tilt-option__stroke{position:absolute;top:0;left:50%;height:100%;width:4px;transform:translate(-50%);stroke:var(--color-contrast, #000);stroke-dasharray:6 6;stroke-linecap:round;stroke-linejoin:round}.tilt-option:has(input:checked) .tilt-option__stroke{stroke-width:4}.tilt-dragger{position:absolute;top:-57px;bottom:0;left:50%;width:104px;transform:translate(-50%) rotate(var(--angle, 0deg));transform-origin:bottom center;pointer-events:all}.tilt-dragger__handle{position:absolute;top:0;left:0;width:100%}.tilt-dragger__stroke{position:absolute;z-index:-1;top:0;left:50%;height:100%;width:4px;transform:translate(-50%);stroke:var(--color-contrast, #000);stroke-dasharray:6 6;stroke-linecap:round;stroke-linejoin:round}.tilt-dragger:not(.is-dragging){transition:transform .2s ease-out}.mood-interface{display:flex;flex-direction:row;align-items:center;justify-content:center}.mood-display{display:block;width:17.5rem;display:flex;flex-direction:column}.mood-display svg{display:block}.mood-display figcaption{font-size:var(--font-size-small)}.mood-slider{position:relative;flex:none;height:18.75rem;width:15px;pointer-events:none;margin-left:2.5rem;margin-right:1.25rem}.mood-slider__stroke{position:absolute;top:0;left:50%;height:100%;width:15px;transform:translate(-50%);fill:none;stroke:var(--color-contrast, #000);stroke-width:4;stroke-dasharray:8 8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.slider-option{position:absolute;top:var(--y, 0%);left:var(--x, 0%);transform-origin:bottom center}.slider-option input{position:absolute;top:-30px;left:-30px;width:60px;height:60px;border-radius:50%;pointer-events:all}.slider-option input:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:inherit;background:var(--color-contrast, #000);transform:translate(-50%) translateY(-50%)}.mood-dragger{position:absolute;top:var(--y, 0%);left:var(--x, 0%);transform:translate(-50%) translateY(-50%);pointer-events:all}.mood-dragger svg{display:block}.mood-dragger:not(.is-dragging){transition:top .2s ease-out,left .2s ease-out}.slider-pie{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:2.5rem}@media screen and (min-width: 1000px){.slider-pie{flex-direction:column;width:100%;max-width:25rem;flex:1}}.pie-display{flex:1;max-width:25rem;max-height:25rem;display:grid;place-items:center;aspect-ratio:1}@media screen and (min-width: 1000px){.pie-display{margin-top:auto}}.pie-display__shape,.pie-display__value{grid-column:1;grid-row:1}.pie-display__shape{width:100%;height:100%}.pie-display__stroke{fill:none;stroke:#000;stroke-dasharray:2 2}.pie-display__fill{fill:#fff;stroke:#000;stroke-width:1}.pie-display__value{position:relative;isolation:isolate;display:flex;justify-content:center;align-items:center;width:7.5rem;height:7.5rem}.pie-display__value .value__frame{fill:#fff;stroke:#000;stroke-width:3}.pie-slider{position:relative;flex:none;pointer-events:none;margin:auto}.pie-slider.vertical{grid-area:vertical;height:15rem;width:15px;margin-left:2.5rem;margin-right:1.25rem}@media screen and (min-width: 1000px){.pie-slider.vertical{display:none}}.pie-slider.horizontal{display:none;width:18.75rem;height:15px;margin-top:3.75rem}@media screen and (min-width: 1000px){.pie-slider.horizontal{display:block}}.pie-slider input{width:0;height:0;opacity:0;pointer-events:none}.pie-slider__stroke{position:absolute;fill:none;stroke:var(--color-contrast, #000);stroke-width:4;stroke-dasharray:8 8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.vertical .pie-slider__stroke{top:0;left:50%;height:100%;width:15px;transform:translate(-50%)}.horizontal .pie-slider__stroke{top:50%;left:0;width:100%;height:15px;transform:translateY(-50%)}.pie-slider:before,.pie-slider:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--color-contrast, #000);transform:translate(-50%) translateY(-50%)}.pie-slider.vertical:before{top:0;left:25%}.pie-slider.vertical:after{top:100%;left:75%}.pie-slider.horizontal:before{left:0;top:25%}.pie-slider.horizontal:after{left:100%;top:75%}.pie-dragger{position:absolute;z-index:1;top:var(--y, 0%);left:var(--x, 0%);transform:translate(-50%) translateY(-50%);pointer-events:all;width:3.25rem;height:3.25rem;background:center no-repeat;background-size:contain}.vertical .pie-dragger{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='51'%20viewBox='0%200%2052%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M49.8418%2030.158C53.0315%20-2.9573%205.11018%20-8.97499%202.07145%2026.4152C-0.193449%2052.7791%2048.0487%2057.2923%2049.8418%2030.158Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='4'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M34.9883%2018.2663L30.4038%2014.9301L25.5542%2011.8749C23.0995%2014.52%2021.2732%2015.4479%2017.7732%2019.2199'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M17.7734%2031.9841L22.3579%2035.3203L27.2075%2038.3756C29.6623%2035.7304%2031.4885%2034.8026%2034.9885%2031.0306'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e")}.horizontal .pie-dragger{background-image:url("data:image/svg+xml,%3csvg%20width='85'%20height='88'%20viewBox='0%200%2085%2088'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.9788%2084.0776C90.5925%2089.4345%20100.699%208.95549%2041.2643%203.85224C-3.01098%200.0485771%20-10.5906%2081.0664%2034.9788%2084.0776Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='6.71759'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M54.9479%2059.1322L60.5506%2051.433L65.6816%2043.2885C61.2394%2039.1661%2059.6812%2036.0991%2053.3465%2030.2212'%20stroke='black'%20stroke-width='5.03819'%20stroke-linecap='round'/%3e%3cpath%20d='M31.9115%2030.221L26.3087%2037.9202L21.1777%2046.0646C25.62%2050.1871%2027.1782%2053.2541%2033.5129%2059.132'%20stroke='black'%20stroke-width='5.03819'%20stroke-linecap='round'/%3e%3c/svg%3e")}.pie-dragger:not(.is-dragging){transition:top .2s ease-out,left .2s ease-out}.slider-pie-time{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:2.5rem;position:relative}@media screen and (min-width: 1000px){.slider-pie-time{flex-direction:column;width:100%;max-width:25rem;flex:1}}.time-display[data-v-2fa5d842]{max-width:25rem;max-height:25rem;display:grid;place-items:center;aspect-ratio:1;position:relative}@media screen and (min-width: 1000px){.time-display[data-v-2fa5d842]{margin-top:auto}}.time-display__shape[data-v-2fa5d842],.time-display__value[data-v-2fa5d842]{grid-column:1;grid-row:1}.time-display__shape[data-v-2fa5d842]{width:100%;height:100%}.time-display__stroke[data-v-2fa5d842]{fill:none;stroke:#000;z-index:12}.time-display__fill[data-v-2fa5d842]{fill:#fff;stroke-width:1;z-index:8}.time-display__arrow[data-v-2fa5d842]{position:absolute;z-index:9;top:25px;height:50%;padding-top:10px}.time-display__moving-arrow[data-v-2fa5d842]{position:absolute;z-index:9;transform-origin:bottom;top:0;height:50%;padding-top:10px}.time-display__lines[data-v-2fa5d842]{position:absolute;max-width:25rem;max-height:calc(25rem - 12px);width:100%;height:calc(100% - 12px)}.time-display__lines.one[data-v-2fa5d842]{height:calc(100% - 50px);transform:rotate(60deg)}.time-display__lines.two[data-v-2fa5d842]{height:calc(100% - 50px);transform:rotate(90deg)}.time-display__lines.three[data-v-2fa5d842]{transform:rotate(90deg)}.time-display__lines.four[data-v-2fa5d842]{height:calc(100% - 50px);transform:rotate(150deg)}.time-display__lines.five[data-v-2fa5d842]{height:calc(100% - 50px);transform:rotate(180deg)}.time-display__value[data-v-2fa5d842]{isolation:isolate;z-index:10;display:flex;justify-content:center;align-items:center;position:relative;width:7.5rem;height:7.5rem}.time-display__value[data-v-2fa5d842] .value__frame{fill:#fff;stroke:#000;stroke-width:3}.pie-slider[data-v-2fa5d842]{position:relative;flex:none;pointer-events:none;margin:auto}.pie-slider.vertical[data-v-2fa5d842]{grid-area:vertical;height:15rem;width:15px;margin-left:2.5rem;margin-right:1.25rem}@media screen and (min-width: 1000px){.pie-slider.vertical[data-v-2fa5d842]{display:none}}.pie-slider.horizontal[data-v-2fa5d842]{display:none;width:18.75rem;height:15px;margin-top:3.75rem}@media screen and (min-width: 1000px){.pie-slider.horizontal[data-v-2fa5d842]{display:block}}.pie-slider input[data-v-2fa5d842]{width:0;height:0;opacity:0;pointer-events:none}.pie-slider__stroke[data-v-2fa5d842]{position:absolute;fill:none;stroke:var(--color-contrast, #000);stroke-width:4;stroke-dasharray:8 8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.vertical .pie-slider__stroke[data-v-2fa5d842]{top:0;left:50%;height:100%;width:15px;transform:translate(-50%)}.horizontal .pie-slider__stroke[data-v-2fa5d842]{top:50%;left:0;width:100%;height:15px;transform:translateY(-50%)}.pie-slider[data-v-2fa5d842]:before,.pie-slider[data-v-2fa5d842]:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--color-contrast, #000);transform:translate(-50%) translateY(-50%)}.pie-slider.vertical[data-v-2fa5d842]:before{top:0;left:25%}.pie-slider.vertical[data-v-2fa5d842]:after{top:100%;left:75%}.pie-slider.horizontal[data-v-2fa5d842]:before{left:0;top:25%}.pie-slider.horizontal[data-v-2fa5d842]:after{left:100%;top:75%}.pie-dragger[data-v-2fa5d842]{position:absolute;z-index:1;top:var(--y, 0%);left:var(--x, 0%);transform:translate(-50%) translateY(-50%);pointer-events:all;width:3.25rem;height:3.25rem;background:center no-repeat;background-size:contain}.vertical .pie-dragger[data-v-2fa5d842]{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='51'%20viewBox='0%200%2052%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M49.8418%2030.158C53.0315%20-2.9573%205.11018%20-8.97499%202.07145%2026.4152C-0.193449%2052.7791%2048.0487%2057.2923%2049.8418%2030.158Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='4'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M34.9883%2018.2663L30.4038%2014.9301L25.5542%2011.8749C23.0995%2014.52%2021.2732%2015.4479%2017.7732%2019.2199'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M17.7734%2031.9841L22.3579%2035.3203L27.2075%2038.3756C29.6623%2035.7304%2031.4885%2034.8026%2034.9885%2031.0306'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e")}.horizontal .pie-dragger[data-v-2fa5d842]{background-image:url("data:image/svg+xml,%3csvg%20width='85'%20height='88'%20viewBox='0%200%2085%2088'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M34.9788%2084.0776C90.5925%2089.4345%20100.699%208.95549%2041.2643%203.85224C-3.01098%200.0485771%20-10.5906%2081.0664%2034.9788%2084.0776Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='6.71759'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M54.9479%2059.1322L60.5506%2051.433L65.6816%2043.2885C61.2394%2039.1661%2059.6812%2036.0991%2053.3465%2030.2212'%20stroke='black'%20stroke-width='5.03819'%20stroke-linecap='round'/%3e%3cpath%20d='M31.9115%2030.221L26.3087%2037.9202L21.1777%2046.0646C25.62%2050.1871%2027.1782%2053.2541%2033.5129%2059.132'%20stroke='black'%20stroke-width='5.03819'%20stroke-linecap='round'/%3e%3c/svg%3e")}.pie-dragger[data-v-2fa5d842]:not(.is-dragging){transition:top .2s ease-out,left .2s ease-out}@keyframes rankEnter{0%{transform:translateY(100vh)}to{transform:translateY(0)}}.rank-list{--build-delay: 2s;max-width:43.75rem;margin-inline:auto}@media screen and (min-width: 1000px){.rank-list{flex-direction:column;align-items:stretch}}.button.rank-button{font-size:var(--font-size-small);min-height:4.75rem;padding-left:6.25rem;color:var(--color-contrast, #000)!important;animation:rankEnter .3s calc(var(--index, 0) * .2s + .3s) ease-out backwards}.button.rank-button .button__frame{fill:none!important}.button.rank-button .rank{position:absolute;isolation:isolate;top:-2px;left:-4px;width:5rem;height:5rem;display:flex;justify-content:center;align-items:center;font-size:var(--font-size-base);color:var(--color-contrast, #000)}.button.rank-button .rank__value{position:relative;isolation:isolate;width:3.125rem;height:3.125rem;display:flex;justify-content:center;align-items:center}.button.rank-button .rank__frame{fill:var(--color-base, #f1d900);stroke:var(--color-contrast, #000);stroke-width:3;stroke-dasharray:6 6}.button.rank-button .rank .value__frame{fill:#fff;stroke:#000;stroke-width:3}.button.rank-button .rank[aria-hidden=true] .rank__value{opacity:.5}.button.rank-button .rank[aria-hidden=true] .value__frame{display:none}@keyframes starWiggle{0%{transform:rotate(0)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}.star-rating{display:grid}.star-rating>:first-child{margin-top:0}.star-rating h2+*{margin-top:0}.rating-stars{position:relative;isolation:isolate;display:flex;padding:1.25rem;margin:1.25rem auto}.rating-stars__frame{fill:none;stroke:#000;stroke-width:2;stroke-dasharray:4 4}.rating-star{position:relative}.rating-star input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.star{display:block;max-width:4.375rem;aspect-ratio:1;fill:none;stroke:#000;stroke-width:3}.star__fill{opacity:0}.is-active .star__fill{opacity:1}.animate .is-active .star{animation:starWiggle .3s}.slider-trend{width:100%;max-width:20rem;font-size:2.25rem}.trend-values,.trend-labels{display:flex;justify-content:space-around;padding-right:8%;line-height:1}.trend-value{padding:.625rem 1.875rem;position:relative;fill:#fff;stroke:#000;stroke-width:3}.trend-display{position:relative;aspect-ratio:320/222;background:url("data:image/svg+xml,%3csvg%20width='319'%20height='222'%20viewBox='0%200%20319%20222'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.36719%20165.133C1.36719%20165.133%20124.888%20163.133%20164.74%20164.133C204.592%20165.133%20303.587%20165.133%20303.587%20165.133'%20stroke='black'%20stroke-linecap='round'/%3e%3cpath%20d='M1.36719%20107.335C1.36719%20107.335%20124.888%20105.335%20164.74%20106.335C204.592%20107.335%20303.587%20107.335%20303.587%20107.335'%20stroke='black'%20stroke-linecap='round'/%3e%3cpath%20d='M1.36719%2047.8324C1.36719%2047.8324%20124.888%2045.8322%20164.74%2046.8323C204.592%2047.8324%20303.587%2047.8324%20303.587%2047.8324'%20stroke='black'%20stroke-linecap='round'/%3e%3cpath%20d='M1.36719%202.54492C1.36719%202.54492%20124.888%200.544688%20164.74%201.5448C204.592%202.54492%20303.587%202.54492%20303.587%202.54492'%20stroke='black'%20stroke-linecap='round'/%3e%3c/svg%3e") 0 0 no-repeat;background-size:contain;margin:1.875rem auto .625rem}.trend-display:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;background:url("data:image/svg+xml,%3csvg%20width='319'%20height='222'%20viewBox='0%200%20319%20222'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.1797%20210.289C4.07513%20210.289%203.17969%20211.184%203.17969%20212.289C3.17968%20213.394%204.07511%20214.289%205.17968%20214.289L5.1797%20210.289ZM318.33%20209.408L297.847%20198.742L298.851%20221.814L318.33%20209.408ZM5.17969%20212.289C5.17968%20214.289%205.17995%20214.289%205.18051%20214.289C5.18106%20214.289%205.18189%20214.289%205.18299%20214.289C5.18521%20214.289%205.18852%20214.289%205.19294%20214.289C5.20178%20214.289%205.21502%20214.289%205.23264%20214.289C5.26788%20214.289%205.32065%20214.289%205.39074%20214.289C5.53094%20214.289%205.74045%20214.289%206.01773%20214.289C6.57228%20214.289%207.39788%20214.289%208.48208%20214.289C10.6505%20214.289%2013.8533%20214.289%2017.9909%20214.289C26.2661%20214.289%2038.2806%20214.289%2053.2376%20214.289C83.1515%20214.289%20124.835%20214.289%20171.915%20214.289L171.915%20210.289C124.835%20210.289%2083.1515%20210.289%2053.2376%20210.289C38.2806%20210.289%2026.2662%20210.289%2017.9909%20210.289C13.8533%20210.289%2010.6505%20210.289%208.4821%20210.289C7.3979%20210.289%206.5723%20210.289%206.01775%20210.289C5.74047%20210.289%205.53096%20210.289%205.39077%20210.289C5.32067%20210.289%205.2679%20210.289%205.23266%20210.289C5.21504%20210.289%205.2018%20210.289%205.19296%20210.289C5.18855%20210.289%205.18523%20210.289%205.18302%20210.289C5.18191%20210.289%205.18108%20210.289%205.18053%20210.289C5.17998%20210.289%205.1797%20210.289%205.17969%20212.289ZM171.915%20214.289C233.84%20214.289%20277.654%20213.044%20300.418%20212.19L300.268%20208.193C277.551%20209.045%20233.786%20210.289%20171.915%20210.289L171.915%20214.289Z'%20fill='black'/%3e%3c/svg%3e") 0 0 no-repeat;background-size:contain}.trend-bars{position:absolute;top:0;left:0;right:8%;height:95%}.trend-bar,.trend-slider{position:absolute;top:0;transform:translate(-50%)}.trend-bar{z-index:1}.trend-bar.before{left:25%}.trend-bar.after{left:75%}.trend-bar__fill,.trend-bar__stroke{transform:translateY(calc(100% - var(--value, 0%)))}.static .trend-bar__fill{fill:var(--color-base, #f1d900)}.changing .trend-bar__fill{fill:#fff}.trend-bar__stroke{fill:none;stroke:#000}.trend-slider{left:75%;width:50%;height:100%;z-index:3}.trend-slider.before{left:25%}.trend-slider.after{left:75%}.trend-slider input{width:0;height:0;opacity:0;pointer-events:none}.trend-dragger{position:absolute;z-index:1;top:calc(100% - var(--value, 0%));left:50%;transform:translate(-50%) translateY(-50%);pointer-events:all;width:3.25rem;height:3.25rem;background:center no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='51'%20viewBox='0%200%2052%2051'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M49.8418%2030.158C53.0315%20-2.9573%205.11018%20-8.97499%202.07145%2026.4152C-0.193449%2052.7791%2048.0487%2057.2923%2049.8418%2030.158Z'%20fill='%2300FFF0'%20stroke='black'%20stroke-width='4'%20stroke-miterlimit='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M34.9883%2018.2663L30.4038%2014.9301L25.5542%2011.8749C23.0995%2014.52%2021.2732%2015.4479%2017.7732%2019.2199'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cpath%20d='M17.7734%2031.9841L22.3579%2035.3203L27.2075%2038.3756C29.6623%2035.7304%2031.4885%2034.8026%2034.9885%2031.0306'%20stroke='black'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e")}.trend-dragger:not(.is-dragging){transition:top .2s ease-out,left .2s ease-out}.question-progress{position:absolute;top:0;right:0;margin:.625rem 1rem;width:2.25rem;height:2.25rem}.question-progress__shape{fill:none;stroke:currentColor;stroke-width:2}.question-progress__fill{fill:currentColor}@media screen and (min-width: 1000px){.question-progress{width:4.5rem;height:4.5rem}}.question-screen__preface,.question-screen__answer,.question-screen__stats{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.question-screen__interface{flex:1}.question-screen__preface,.question-screen__answer,.question-screen__stats{padding:1.25rem}.question-screen__preface.build-enter-active,.question-screen__answer.build-enter-active,.question-screen__stats.build-enter-active{animation:fadeIn .3s forwards ease-out}.question-screen__preface.build-leave-active,.question-screen__answer.build-leave-active,.question-screen__stats.build-leave-active{animation:fadeOut .3s forwards ease-out}.question-screen__preface>*,.question-screen__answer>*{max-width:37.5rem}@keyframes answerEnter{0%{transform:translateY(200%)}to{transform:translateY(0)}}.answer{width:100%;max-width:33rem}.answer.circle,.answer.percent{position:relative;isolation:isolate;margin-bottom:3rem;aspect-ratio:528/414;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20528%20414'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3crect%20id='Artboard1'%20x='0'%20y='0'%20width='528'%20height='414'%20style='fill:none;'/%3e%3cpath%20d='M159.028,225.549C143.047,229.211%2089.641,240.288%2045.279,268.823C-121.434,376.055%20209.613,447.262%20432.049,398.167C564.686,368.889%20547.02,291.481%20456.669,251.305C382.248,218.212%20223.89,210.687%20159.028,225.549Z'/%3e%3c/svg%3e") center bottom no-repeat;background-size:contain;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20528%20414'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3crect%20id='Artboard1'%20x='0'%20y='0'%20width='528'%20height='414'%20style='fill:none;'/%3e%3cclipPath%20id='_clip1'%3e%3crect%20x='0'%20y='0'%20width='528'%20height='414'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23_clip1)'%3e%3cpath%20d='M0.017,326.321L0,326.321L0,-0L528,-0L528,326.321L527.984,326.321C528.785,355.261%20500.338,383.093%20432.049,398.167C252.578,437.779%202.4,399.075%200.017,326.321Z'/%3e%3c/g%3e%3c/svg%3e") center bottom no-repeat;-webkit-mask-size:contain;mask-size:contain;overflow:hidden;container-type:inline-size}.answer__value{display:flex;justify-content:center;align-items:center;font-weight:700}.answer__value svg{display:none}.answer.percent .answer__value,.answer.circle .answer__value{animation:answerEnter 1s ease-out;margin:6% auto 0;isolation:isolate;position:relative;width:69.696969697%;aspect-ratio:368/352;font-size:40cqw}.answer.percent .answer__value svg,.answer.circle .answer__value svg{display:block}.answer.percent .answer__value svg{display:block}.answer.percent .answer__value:after{content:"";position:absolute;z-index:-2;top:-8%;left:80%;width:33.152173913%;aspect-ratio:122/120;background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20122%20120'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3e%3crect%20id='Artboard2'%20x='0'%20y='0'%20width='122'%20height='120'%20style='fill:none;'/%3e%3cg%3e%3cpath%20d='M38.057,9.034C34.564,11.095%2022.892,17.328%2013.196,33.383C-23.241,93.717%2049.113,133.781%2097.729,106.158C126.718,89.684%20122.857,46.131%20103.11,23.526C86.844,4.906%2052.233,0.672%2038.057,9.034Z'%20style='fill:%23fff;stroke:%23000;stroke-width:5.11px;'/%3e%3cpath%20d='M90.748,19.967C91.258,20.648%2091.429,21.585%2091.258,22.777L91.258,25.203C91.258,26.65%2088.918,30.736%2084.236,37.46C81.256,41.121%2074.276,51.719%2063.295,69.254C56.485,79.809%2050.995,88.577%2046.824,95.557C44.611,99.048%2042.227,100.793%2039.673,100.793C37.801,100.793%2036.396,100.027%2035.46,98.495C35.034,97.814%2034.821,97.047%2034.821,96.196C34.821,95.43%2035.162,94.281%2035.843,92.748C36.779,90.961%2039.375,87.598%2043.632,82.661C47.888,77.554%2052.953,70.105%2058.826,60.316C63.678,52.229%2067.977,45.207%2071.723,39.248C74.702,34.566%2076.617,31.289%2077.468,29.416C79.256,25.5%2081.341,22.521%2083.725,20.478C85.598,19.372%2087.172,18.818%2088.449,18.818C89.471,18.818%2090.237,19.201%2090.748,19.967ZM27.926,40.653C27.926,35.8%2028.948,31.8%2030.991,28.65C34.992,22.266%2041.078,19.074%2049.25,19.074C53.847,19.074%2057.592,20.393%2060.486,23.032C63.38,25.671%2064.827,29.501%2064.827,34.524C64.827,39.631%2062.572,44.696%2058.06,49.718C53.549,54.741%2048.611,57.252%2043.249,57.252C39.248,57.252%2035.673,55.677%2032.523,52.527C29.459,49.293%2027.926,45.334%2027.926,40.653ZM51.548,44.1C54.017,41.887%2055.251,39.163%2055.251,35.928C55.251,29.714%2053.336,26.607%2049.505,26.607C45.76,26.607%2042.78,27.841%2040.567,30.31C38.354,32.779%2037.247,35.758%2037.247,39.248C37.247,42.568%2037.673,44.781%2038.524,45.888C39.461,46.909%2041.248,47.42%2043.887,47.42C46.526,47.42%2049.08,46.313%2051.548,44.1ZM68.147,96.707C65.253,93.983%2063.806,90.067%2063.806,84.959C63.806,79.682%2065.934,75%2070.19,70.914C74.446,66.828%2079.001,64.785%2083.853,64.785C88.62,64.785%2092.493,66.488%2095.472,69.893C98.451,73.298%2099.941,77.639%2099.941,82.917C99.941,87.939%2098.026,92.195%2094.195,95.685C90.45,99.09%2085.896,100.793%2080.533,100.793C75.255,100.793%2071.127,99.431%2068.147,96.707ZM76.83,76.405C74.446,78.362%2073.255,80.788%2073.255,83.683C73.255,89.216%2075.894,91.982%2081.171,91.982C83.555,91.982%2085.853,90.918%2088.066,88.79C90.365,86.577%2091.514,84.449%2091.514,82.406C91.514,78.66%2090.535,76.021%2088.577,74.489C87.641,73.808%2086.534,73.468%2085.257,73.468C82.108,73.468%2079.299,74.447%2076.83,76.405Z'%20style='fill-rule:nonzero;'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;background-size:contain}.answer__frame{fill:#fff;stroke:#000;stroke-width:6}.stat{position:relative;isolation:isolate;display:flex;align-items:center;font-size:var(--font-size-small);min-height:4.75rem;padding:.1em .8em .3em;padding-left:5.625rem;line-height:var(--line-height);text-align:center;text-transform:lowercase}.stat+.stat{margin-top:1.25rem}.stat__value{position:absolute;top:-2px;left:-4px;width:5rem;height:5rem;display:flex;justify-content:center;align-items:center;font-size:2.25rem}.stat__frame,.stat .value__frame{fill:var(--color-base, #f1d900);stroke:var(--color-contrast, #000);stroke-width:3}.stat.highest{color:#fff}.stat.highest .stat__value{color:#000}.stat.highest .stat__frame{fill:#000}.stat.highest .value__frame{fill:#fff}@keyframes faceDecor{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.screen--home{font-size:var(--font-size-small);padding-top:2.5rem}.screen--home h1{font-size:var(--font-size-h1xl);font-weight:400}.screen--home .content{max-width:43.75rem;margin-inline:auto;padding:1.875rem}.screen--home .flag{display:block;background:url(/assets/flag-CexCOr4G.svg) center center no-repeat;background-size:contain;aspect-ratio:1;height:30vh;margin-bottom:3rem;animation:faceDecor 2s ease-in-out alternate infinite;transform-origin:center bottom}@media screen and (max-width: 360px){.screen--home .flag{margin-bottom:0}}.screen--home .decors{position:absolute;z-index:-1;top:0;left:50%;width:100%;height:100%;min-width:31.25rem;transform:translate(-50%)}@media screen and (max-width: 400px){.screen--home .decors{display:none}}.screen--home .decor{position:absolute;background:0 0 no-repeat;background-size:contain}.screen--home .decor--button-33{top:12%;left:62%;aspect-ratio:357/221;height:24.0217391304vh;background-image:url(/assets/button-33-DIEmcrdl.svg)}.screen--home .decor--button-66{top:-3%;right:58%;aspect-ratio:215/142;height:15.4347826087vh;background-image:url(/assets/button-66-D_kQG-Bu.svg)}.screen--home .decor--button-definitely{top:-2%;left:70%;aspect-ratio:272/124;height:13.4782608696vh;background-image:url(/assets/button-definitely-53qByxBO.svg)}.screen--home .decor--button-nope{top:2%;right:73%;aspect-ratio:313/172;height:18.6956521739vh;background-image:url(/assets/button-nope-D4L7lmwU.svg)}.screen--home .decor--percent-22{top:25%;left:80%;aspect-ratio:404/333;height:36.1956521739vh;background-image:url(/assets/percent-22-B7Zs2k4H.svg)}.screen--home .decor--ui-rating{top:25%;right:73%;aspect-ratio:584/418;height:45.4347826087vh;background-image:url(/assets/ui-rating-D3bk9bkx.svg)}.screen--home .button{margin-top:1.5em}.screen--chapters{padding-top:2.5rem}@media screen and (min-width: 1000px){.screen--chapters{padding-top:0}}.share-buttons{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:.625rem}@media screen and (min-width: 360px) and (min-height: 700px){.share-buttons{margin-top:1.25rem}}.share-buttons .button{margin:0;padding:.375rem}@media screen and (min-width: 360px) and (min-height: 700px){.share-buttons .button{padding:.625rem}}.module-end .face{display:block;width:12.5rem;height:auto;margin:0 auto}.module-end .face+*{margin-top:.75rem}@media screen and (min-width: 360px) and (min-height: 700px){.module-end .face+*{margin-top:1.875rem}}@media screen and (min-height: 800px){.module-end .face{width:16.5625rem}}.module-end .screen__body{font-size:var(--font-size-small);padding-bottom:0}.module-end h2{font-size:var(--font-size-base)}.screen--generic{text-align:left;font-family:Poppins,sans-serif;font-size:1.125rem;--line-height: 1.5}.screen--generic .screen__header{padding:1rem;display:flex;justify-content:flex-end}.screen--generic .screen__header .button{margin:0 0 0 auto}.screen--generic .screen__body{display:block;padding:1.875rem 1.5rem}.screen--generic .screen__body>*{max-width:50rem;margin-inline:auto}.screen--generic h1,.screen--generic h2,.screen--generic h3,.screen--generic h4,.screen--generic h5,.screen--generic h6{text-align:center;margin-top:1em}.screen--generic h2{font-size:2em}.screen--generic h3{font-size:1.5em}.screen--generic :first-child{margin-top:0}@media screen and (min-width: 50em){.screen--generic{font-size:1.5rem}}.screen--survey{padding:1.25rem}
