.mp-test{display:grid;gap:0}.mp-test__question,.mp-test__result,.mp-test__more{display:grid;gap:var(--space-4)}.mp-test__more h3{margin:0;color:var(--color-text-primary)}.mp-test__progress,.mp-test__review-counter{margin:0 0 .75rem;color:var(--color-neutral-850);font-size:1.125rem;font-weight:var(--font-weight-bold);line-height:var(--text-body-line-height)}.mp-test__progress-track{display:flex;gap:.25rem;width:100%;height:.375rem;margin-bottom:-.5rem}.mp-test__progress-track button{position:relative;display:block;flex:1 1 0;min-width:0;padding:0;height:100%;cursor:pointer;background:var(--color-neutral-200);border:0;border-radius:999px;transition:background-color .24s ease}.mp-test__progress-track button:before{position:absolute;top:-.75rem;right:0;bottom:-.75rem;left:0;content:""}.mp-test__progress-track button.is-complete{background:var(--color-brand-primary)}.mp-test__progress-track button.is-current{z-index:1;background:var(--color-brand-primary)}@media(hover:hover)and (pointer:fine){.mp-test__progress-track button:not(.is-current):is(:hover,:focus-visible){z-index:1;background:var(--color-brand-primary-soft)}}.mp-test__progress-track button:after{position:absolute;top:50%;left:50%;display:grid;width:1.5rem;height:1.5rem;place-items:center;color:var(--color-blue-700);font-size:.75rem;font-weight:var(--font-weight-semibold);line-height:1;content:attr(data-question-number);pointer-events:none;background:var(--color-blue-200);border-radius:50%;opacity:0;transform:translate(-50%,-35%) scale(.72) rotate(-8deg);transition:opacity .22s ease,transform .3s cubic-bezier(.22,1,.36,1)}.mp-test__progress-track button.is-current:after{color:var(--color-surface-primary);background:var(--color-brand-primary);opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}@media(hover:hover)and (pointer:fine){.mp-test__progress-track button:not(.is-current):is(:hover,:focus-visible):after{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}.mp-test__progress-track button:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:3px}.mp-test__question:has(input:checked) .mp-test__progress-track .is-current{background:var(--color-brand-primary)}.mp-test__intro{margin-bottom:1.25rem}.mp-test__intro>:first-child{margin-top:0}.mp-test__intro>:last-child{margin-bottom:0}.mp-test__question{min-width:0;margin:0;padding:0;border:0;gap:1.25rem}.mp-test__question[hidden],.mp-test__result[hidden],.mp-test__intro[hidden]{display:none}.mp-test__question.is-active{animation:mp-test-question-enter .36s cubic-bezier(.22,1,.36,1) both}@keyframes mp-test-question-enter{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.mp-test__question.is-active{animation:none}}.mp-test__question-title{display:block;margin:0;color:var(--color-text-primary);font-size:1.5rem;font-weight:var(--font-weight-semibold);line-height:1.25}.mp-test__question-title>:first-child{margin-top:0}.mp-test__question-title>:last-child{margin-bottom:0}.mp-test__question-image,.mp-test__result-image{display:grid;gap:var(--space-3);margin:0}.mp-test__question-image img,.mp-test__result-image img{display:block;width:100%;max-width:100%;height:auto;border-radius:1.25rem}.mp-test__question-image figcaption{max-width:72ch;justify-self:center;color:var(--color-text-secondary);font-size:var(--text-caption-size);line-height:var(--text-caption-line-height);text-align:center}.mp-test__answers{display:grid;gap:.625rem}.mp-test__answer{display:flex;min-height:3.5rem;align-items:center;gap:var(--space-3);padding:var(--space-4);cursor:pointer;color:var(--color-text-primary);background:var(--color-surface-primary);border:1px solid #e5e5e6;border-radius:1rem;transition:border-color var(--motion-transition-fast),background-color var(--motion-transition-fast)}.mp-test__answer:has(input:checked){background:var(--color-surface-primary);border-color:var(--color-brand-primary)}.mp-test__question.is-confirmed .mp-test__answer{flex-wrap:wrap;cursor:default}.mp-test__question.is-confirmed .mp-test__answer-text{flex:1 1 0}.mp-test__question.is-confirmed .mp-test__answer-input{align-self:flex-start}.mp-test__question.is-confirmed .mp-test__answer.is-correct{background:#e8f9ef;border-color:#20c669}.mp-test__question.is-confirmed .mp-test__answer.is-incorrect{background:#ffeaed;border-color:#fb4d61}.mp-test__question.is-confirmed .mp-test__answer.is-correct .mp-test__answer-input,.mp-test__question.is-confirmed .mp-test__answer.is-incorrect .mp-test__answer-input{border:0;background-repeat:no-repeat;background-position:center;background-size:1rem}.mp-test__question.is-confirmed .mp-test__answer.is-correct .mp-test__answer-input{background-color:#20c669;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 12.5 4.25 4.25L19 7' fill='none' stroke='%23fff' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.mp-test__question.is-confirmed .mp-test__answer.is-incorrect .mp-test__answer-input{background-color:#fb4d61;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 7 10 10m0-10L7 17' fill='none' stroke='%23fff' stroke-width='2.75' stroke-linecap='round'/%3E%3C/svg%3E")}.mp-test__answer-input{flex:0 0 1.5rem;width:1.5rem;height:1.5rem;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid var(--color-neutral-300);border-radius:50%;background:var(--color-surface-primary);cursor:pointer}.mp-test__answer-input:checked{border:.375rem solid var(--color-brand-primary)}.mp-test__answer-input:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:3px}.mp-test__answer-text{min-width:0;font-size:var(--text-body-size);line-height:var(--text-body-line-height)}.mp-test__answer-code{font-weight:var(--font-weight-semibold)}.mp-test__question.is-confirmed .mp-test__answer-explanation,.mp-test__question.is-confirmed .mp-test__answer-image,.mp-test__question.is-confirmed .mp-test__answer-sources{flex-basis:100%;width:100%}.mp-test__question.is-confirmed .mp-test__answer-explanation{margin-top:.25rem}.mp-test__question.is-confirmed .mp-test__answer-explanation>:first-child{margin-top:0}.mp-test__question.is-confirmed .mp-test__answer-explanation>:last-child{margin-bottom:0}.mp-test__question.is-confirmed .mp-test__answer-explanation a{text-decoration:underline;text-underline-offset:.15em}.mp-test__question.is-confirmed .mp-test__answer-image img{display:block;width:100%;height:auto;border-radius:1.25rem}.mp-test__answer-sources{display:flex;flex-wrap:wrap;align-items:center;gap:0 var(--space-2);margin-top:var(--space-3);font-size:.875rem;line-height:1.4}.mp-test__answer-sources[hidden]{display:none}.mp-test__answer-sources-title{font-weight:var(--font-weight-semibold)}.mp-test__answer-sources-list{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.mp-test__answer-sources-list li{display:inline-flex;align-items:center}.mp-test__answer-sources-list li+li:before{margin-right:var(--space-2);color:var(--color-text-secondary);content:","}.mp-test__answer-sources-list a{display:inline-flex;align-items:center;gap:.25rem;color:var(--color-brand-primary);text-decoration:underline;text-underline-offset:.125em}.mp-test__answer-source-icon{position:relative;flex:0 0 1rem;width:1rem;height:1rem;color:var(--color-text-secondary)}.mp-test__answer-source-icon img{display:block;width:100%;height:100%}.mp-test__answer-source-icon .mp-test__answer-source-favicon{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.1875rem}.mp-test__question.has-error .mp-test__answers{padding:var(--space-2);border:1px solid var(--color-status-danger);border-radius:var(--radius-md)}.mp-test__navigation,.mp-test__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:end}.mp-test__navigation{container-type:inline-size;justify-content:space-between}.mp-test__navigation button[hidden]+.c-button{margin-left:auto}.mp-test__result{gap:1.25rem}.mp-test__result-email-form{border:1px solid #e5e5e6}.mp-test__email-only{display:grid;width:100%;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,6vw,5rem);background:#f5fafe;border:1px solid #dcebf7;border-radius:1.5rem}.mp-test__email-only-content{display:grid;width:min(100%,32rem);min-width:0;margin:0 auto;justify-items:center;gap:1.25rem;text-align:center}.mp-test__email-only-image{width:min(100%,8rem);height:auto}.mp-test__email-only-title,.mp-test__email-only-heading{width:100%;margin:0;color:var(--color-text-primary);font-weight:var(--font-weight-bold)}.mp-test__email-only-title{font-size:var(--text-h2-size);line-height:var(--text-h2-line-height)}.mp-test__email-only-heading{font-size:var(--text-h3-size);line-height:var(--text-h3-line-height)}.mp-test__email-only-form{display:grid;gap:var(--space-3);width:100%;min-width:0;text-align:left}.mp-test__email-only-form .c-field,.mp-test__email-only-form .c-field__control,.mp-test__email-only-form .c-button{width:100%;min-width:0}.mp-test__email-only-form .c-field__input{min-height:3.25rem;font-size:var(--text-body-size);border-color:var(--color-brand-primary);border-radius:999px}.mp-test__email-only-form .c-checkbox{width:100%;min-width:0;justify-self:start}.mp-test__email-only-form .c-checkbox__label{min-width:0;overflow-wrap:anywhere}.mp-test__email-only-restart{display:inline-flex;gap:.5rem;align-items:center}.c-modal:has(.mp-test__email-modal-content) .c-modal__heading{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.c-modal:has(.mp-test__email-modal-content) .c-modal__close{position:absolute;top:var(--space-4);right:var(--space-4);z-index:1}.mp-test__email-modal-content{display:grid;justify-items:center;gap:1.5rem;padding:.5rem 1rem 1rem;text-align:center}.mp-test__email-modal-content img{width:min(100%,11rem);height:auto}.mp-test__email-modal-content p{margin:0;color:var(--color-text-primary);font-size:var(--text-h3-size);font-weight:var(--font-weight-bold);line-height:var(--text-h3-line-height)}.mp-test__email-modal-content .c-button{width:100%}.mp-test__result-card{display:grid;gap:1.25rem}.mp-test__result-body{display:grid;gap:.75rem}.mp-test__result-summary{display:grid;gap:0}.mp-test__result-score,.mp-test__result-title{margin:0;color:var(--color-text-primary);font-weight:var(--font-weight-bold)}.mp-test__result-score{font-size:3.4375rem;line-height:1}.mp-test__result-title{font-size:2.25rem;line-height:1.1}.mp-test__result-description{padding:.5rem .75rem;background:#f5fafe;border-radius:var(--radius-md)}.mp-test__result-description>:first-child{margin-top:0}.mp-test__result-description>:last-child{margin-bottom:0}.mp-test :is(.mp-test__answer-explanation,.mp-test__result-description) img{border-radius:1.25rem}.mp-test__actions .c-button{display:inline-flex;gap:.5rem;align-items:center}.mp-test__actions .c-button svg{flex:0 0 1.25rem}.mp-test__review{display:grid;gap:2rem}.mp-test__review-question{display:grid;gap:1.25rem}.mp-test__review-counter{margin-bottom:-.75rem}.mp-test__review-answers{display:grid;gap:.625rem}.mp-test__review-answer{display:grid;gap:1rem;align-items:start;padding:1rem;background:var(--color-surface-primary);border:1px solid #e5e5e6;border-radius:1.5rem}.mp-test__review-answer.is-correct{background:#e8f9ef;border-color:#20c669}.mp-test__review-answer.is-incorrect{background:#ffeaed;border-color:#fb4d61}.mp-test__review-answer-main{display:flex;gap:.75rem;align-items:flex-start}.mp-test__review-answer-icon{display:grid;flex:0 0 1.5rem;width:1.5rem;height:1.5rem;place-items:center}.mp-test__review-answer-icon svg{display:block;width:100%;height:100%}.mp-test__review-answer .mp-test__answer-text{font-size:var(--text-body-lg-size);line-height:var(--text-body-lg-line-height)}.mp-test__review-explanation{margin:0;font-size:var(--text-body-lg-size);line-height:var(--text-body-lg-line-height)}.mp-test__review-explanation>:first-child{margin-top:0}.mp-test__review-explanation>:last-child{margin-bottom:0}.mp-test__review-explanation a{text-decoration:underline;text-underline-offset:.15em}.mp-test__review-answer-image img{display:block;width:100%;height:auto;border-radius:1.25rem}.mp-test__email-notice{width:100%;margin:0;color:var(--color-status-success);font-weight:var(--font-weight-semibold)}.mp-test__more a{color:var(--color-brand-primary);font-weight:var(--font-weight-semibold);text-decoration:none}@media(max-width:40rem){.mp-test__progress-track{display:grid;grid-template-columns:repeat(auto-fill,minmax(3rem,1fr));height:auto;column-gap:.25rem;row-gap:1.25rem;margin-bottom:0}.mp-test__progress-track button{flex:none;min-width:3rem;height:.375rem}.mp-test__email-only{padding:2rem 1.25rem}.mp-test__email-only-content{gap:1rem}.mp-test__email-only-title{font-size:2rem;line-height:1.15}.mp-test__email-only-heading{font-size:1.5rem;line-height:1.2}.mp-test__navigation,.mp-test__actions .c-button{width:100%}.mp-test__navigation .c-button{width:auto;flex:0 0 auto}@container (max-width: 14rem){.mp-test__navigation .c-button{flex-basis:100%;width:100%}}}
