/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}:root{--solriz-blue: #008DC9;--green-light: #B6CF93;--green: #77A32A;--red: #FF0000 }html{font-family:parisine-std,sans-serif;font-size:15px;line-height:1.5;font-style:normal;font-weight:400;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-height: 768px){html{font-size:16px}}body{background:#f3fafa;border-radius:20px}.person{background:url(/build/assets/person-Cq9aTlY5.svg) no-repeat center bottom;background-size:contain;position:fixed;height:70vh;left:50%;right:0;bottom:0;z-index:-1;transform:translate(-50%)}main{height:100dvh;padding-bottom:170px;display:flex;flex-direction:column;justify-content:center;flex-grow:1;min-height:0}@media screen and (min-height: 1100px){main{padding-bottom:200px}}h1,h2,h3,h4,strong,.title{font-weight:700;font-family:parisine-std,sans-serif;font-style:normal}.legend{border:1px solid rgba(153,211,217,1);width:258px;max-width:50%;left:2%;top:3%;position:fixed;border-radius:15px;padding:12px}.legend__item{display:flex;align-items:center}.legend__item+.legend__item{margin-top:10px}.legend__icon{width:27px;height:27px;display:inline-block;margin-right:10px}header img{position:fixed;width:clamp(100px,10vw,150px);margin-left:auto;right:2%;top:3%}p{margin-top:0}h1{text-align:center;font-size:clamp(1.25rem,0rem + 4vw,2.5rem);line-height:1.15;margin:0}h2{font-size:1.7rem;font-weight:700;margin:0;line-height:1.2}ul{text-align:left;max-width:500px;margin:0 auto}@media screen and (min-height: 1100px){h2{font-size:2rem;font-weight:400}}[x-cloak]{display:none!important}button{box-shadow:none;background:var(--solriz-blue);transition:all .2s ease-in-out;cursor:pointer;color:#fff;border-radius:15px;padding:1rem 1.8rem;font-size:1.5rem;border:1px solid transparent;display:inline-flex;gap:10px;align-items:center;flex:none!important}input[type=text],input[type=email]{padding:.5rem .7rem;border-radius:5px;border:1px solid var(--solriz-blue);font-size:1.2rem;box-shadow:none;transition:all .2s ease-in-out}label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--solriz-blue);font-weight:700}form{margin-top:2rem;border:1px solid rgba(153,211,217,.5);padding:1.5rem}.form-group{display:flex;flex-direction:column;gap:.2rem;margin-bottom:1rem}@media screen and (min-height: 1100px){button{padding:1rem 1.8rem;font-size:2rem}}button svg{width:28px;height:28px;fill:#fff;top:2px;position:relative;transform:translate(0);transition:transform .2s ease-in-out}button:hover{background-color:#006f9d;color:#fff}button:hover svg{transform:translate(5px)}button[disabled]{pointer-events:none;background:#00000052;cursor:not-allowed}.button.is-loading{pointer-events:none;opacity:.5;cursor:wait}.button.is-loading:after{content:" ";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-width='7' d='M40 72A32 32 0 0 1 8 40 32 32 0 0 1 40 8a32 32 0 0 1 32 32'/%3E%3C/svg%3E%0A");transform:translate(0);transition:all .2s ease-in-out;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button--small{padding:6px 15px 6px 10px;font-size:1rem;background:#99d3d9;gap:0;border-radius:11px}.button--small svg{width:20px;height:20px;top:0}.button--medium{padding:10px 15px 10px 10px;font-size:1.2rem;border-radius:11px}.button--secondary{background:#fff;color:var(--solriz-blue);border:1px solid var(--solriz-blue)}.button--secondary[disabled]{background:#fff}.button--secondary.is-loading:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 80 80'%3E%3Cpath fill='none' stroke='%238DC9FF' stroke-linecap='round' stroke-width='7' d='M40 72A32 32 0 0 1 8 40 32 32 0 0 1 40 8a32 32 0 0 1 32 32'/%3E%3C/svg%3E%0A")}.button--secondary:hover{background:var(--solriz-blue);color:#fff}.modal,.footer__inner{background:#fff;box-shadow:2px 2px 50px #0000004d;border-radius:25px;width:90vw;max-width:847px;position:fixed;padding:23px;pointer-events:initial}.footer__inner{padding:1.3rem;align-items:center;min-height:101px;display:flex;flex-direction:column;gap:.5rem;text-align:center;position:fixed;bottom:25px;left:50%;transform:translate(-50%)}@media screen and (min-width: 700px){.footer__inner{flex-direction:row;justify-content:space-between;text-align:left;min-height:120px}}@media screen and (min-height: 1100px){.footer__inner{padding:23px;min-height:151px}}.footer__content{padding-left:23px}.footer__content h2 span{text-transform:capitalize;color:var(--red)}footer p{margin:0}footer button{max-height:95px;min-width:216px;justify-content:center}.modal{left:50%;top:50%;padding:4%;transform:translate(-50%,-50%);text-align:center}.modal h2{font-size:2.7rem;font-weight:400;margin:0 0 2rem;line-height:1.2}.modal--outro{text-align:left}@media screen and (min-height: 1100px){.modal h2{font-size:3.1rem}}.step-back{position:absolute;left:2%;top:calc(2% + 200px)}@media screen and (min-width: 1187px){.step-back{top:auto;bottom:2%;transform:none}}.has-view-intro{pointer-events:none}.has-view-intro svg .symptom .circle{fill:var(--green-light)!important}#circle-container{aspect-ratio:1264/1113;line-height:1;min-height:0;display:flex;justify-content:center;align-items:center}svg{width:100%;height:100%;max-height:1223px;font-size:.6rem;font-weight:700}svg .symptom{cursor:pointer}svg .symptom .circle:not(.border){fill:var(--green);filter:drop-shadow(1px 1px 5px rgba(0,0,0,.1));transition:fill .2s ease-in-out}svg text{fill:#fff}svg .symptom:not(.selected):hover .circle{fill:#557916}:root:root svg .symptom.current .circle{fill:var(--red)!important}svg line{stroke-width:4px;stroke:var(--red);stroke-linecap:round}svg line.current{stroke-dasharray:9,9;stroke-dashoffset:22;stroke-width:4px;stroke:var(--red);animation:dash-to 1s linear infinite}svg line.secondary{opacity:.2}svg .symptom.disabled{pointer-events:none}svg .symptom.disabled .circle{fill:var(--green-light)}svg .symptom.selected .circle,svg .symptom.main-symptom .circle{fill:var(--red)}.has-view-otherSymptoms svg .main-symptom{pointer-events:none}@keyframes dash-to{to{stroke-dashoffset:4}}@keyframes dash-from{to{stroke-dashoffset:28}}.result{flex-grow:1;margin:-5px 0 0;text-align:left;width:96%}@media screen and (min-width: 800px){.result{max-width:600px}}.result__count{color:var(--red);margin-bottom:3px}.main-symptom-de-emphasized{pointer-events:none}.main-symptom-de-emphasized .circle{transform-origin:center;transform-box:fill-box;animation:die-and-revive 10s linear}@keyframes die-and-revive{0%{fill:red}10%{fill:#f1f2f2;transform:scale(1)}20%{transform:scale(.5)}70%{fill:#f1f2f2;transform:scale(.5)}to{fill:red;transform:scale(1)}}svg line.line-de-emphasized{animation:die-and-feed 7.5s linear forwards,2s linear .5s infinite dash-from}svg line.line-de-emphasized-reverse{animation:die-and-feed 7.5s linear forwards,2s linear .5s infinite dash-to}@keyframes die-and-feed{0%{opacity:1}20%{opacity:0}80%{opacity:0;stroke-dasharray:8,4;stroke-dashoffset:16;width:0}to{opacity:1;stroke:red;stroke-dasharray:8,4;stroke-dashoffset:16;width:100%}}.hand-icon{width:200px;height:auto;position:absolute;top:35%;left:55%;pointer-events:none;transform:translate(-50%,-50%);display:none}.has-view-mainSymptom .hand-icon{display:block}.lines{transform:scale(1);animation:pulse 2s infinite;transform-origin:50% 50%;transition-delay:.5s}.hand{transform:scale(1);animation:click 2s infinite;transform-origin:50% 30%}@keyframes click{0%{transform:scale(1)}10%{transform:scale(.9)}40%{transform:scale(1)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1);opacity:0}8%{transform:scale(1.05);opacity:0}25%{transform:scale(1);opacity:1}80%{transform:scale(1.5);opacity:0}to{transform:scale(1.5);opacity:0}}.hidden{display:none!important}
