@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap);.header[data-v-26256951]{background-color:var(--banner-color);width:100%;height:50px;padding:70px 0;color:#fff}.header-title[data-v-26256951]{font-family:Inter,sans-serif;color:#fff;font-size:1.5em;text-align:left;position:relative;top:-20%;font-weight:700;margin-left:5%}.header-icon[data-v-26256951]{display:inline-block;cursor:pointer}body,html{height:auto;margin:0;padding:0}#app{min-height:100vh;margin:0;display:flex;flex-direction:column;background-color:#e4e4e4;text-align:center}.main-content[data-v-7a3ed9ca]{flex-grow:1;background-color:#fff;border-top-right-radius:10px;border-top-left-radius:10px;width:80%;margin:-50px auto 0 auto;padding:0 20px;box-shadow:0 0 10px rgba(0,0,0,.1)}.unanswered-error-message-top[data-v-7a3ed9ca]{font-family:DM Sans,sans-serif;font-weight:400;color:#eb3737;margin-left:auto;margin-right:20px;margin-top:-20px;text-align:right;transition:all .3s ease-in-out;visibility:hidden;opacity:0}.unanswered-error-message-top.show[data-v-7a3ed9ca]{visibility:visible;opacity:1}.unanswered-error-message-bottom[data-v-7a3ed9ca]{font-family:DM Sans,sans-serif;font-weight:400;color:#eb3737;margin-left:auto;margin-right:20px;margin-bottom:-5px;text-align:right;transition:all .3s ease-in-out;visibility:hidden;opacity:0}.unanswered-error-message-bottom.show[data-v-7a3ed9ca]{visibility:visible;opacity:1}.nav-button-container[data-v-7a3ed9ca]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:80%;min-width:100px;margin:10px 20px 30px auto}.nav-button[data-v-7a3ed9ca]{font-family:Mulish,sans-serif;font-weight:700;font-size:1.2em;width:30%;max-width:400px;min-width:100px;margin:0 5px;padding:10px 20px;border:none;border-radius:2px;cursor:pointer;transition:background-color .3s;display:flex;justify-content:center;align-items:center}.next-button[data-v-7a3ed9ca]{background-color:#b5b5b5;color:#fff}.next-button.active[data-v-7a3ed9ca]{background-color:var(--activated-button-color)}.next-button[data-v-7a3ed9ca]:hover{background-color:#838383;box-shadow:0 8px 15px rgba(0,0,0,.1)}.next-button.active[data-v-7a3ed9ca]:hover{background-color:#03356b;box-shadow:0 8px 15px rgba(0,0,0,.2)}.prev-button[data-v-7a3ed9ca]{background-color:#a47676;color:#fff}.prev-button[data-v-7a3ed9ca]:hover{background-color:#830505;box-shadow:0 8px 15px rgba(0,0,0,.1)}.question-container[data-v-257d33bc]{width:90%;padding-bottom:3em;margin-left:50px;font-family:Roboto,sans-serif;text-align:left}.question-text[data-v-257d33bc]{margin-bottom:10px;font-size:1em}.options-container[data-v-257d33bc]{display:flex;flex-direction:row;justify-content:space-between;padding:0 8px;margin:0 20px;font-weight:700;width:80%;min-width:300px;max-width:800px}.option-box[data-v-257d33bc]{border:1px solid #686868;padding:8px;text-align:center;cursor:pointer;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;margin:0 4px;border-radius:8px;width:60%}.option-box[data-v-257d33bc]:hover{background-color:var(--hover-color)}.option-box.selected[data-v-257d33bc]{background-color:var(--selected-color)}@media (max-width:600px){.options-container[data-v-257d33bc]{margin:0;flex-direction:column;align-items:center;gap:5px}.question-container[data-v-257d33bc]{margin-left:0;width:100%}}.question-container{width:90%;padding-bottom:3em;margin-left:50px;font-family:Roboto,sans-serif;text-align:center}.diagram-container{position:relative;box-sizing:border-box;border:15px solid #e0e0e0;display:flex;justify-content:center;align-items:center;margin-left:1.5em}.column-container{flex-direction:column}.disabled-diagram{pointer-events:none;opacity:.3}.no-regions-text{margin-bottom:1em}.no-regions-button,.no-regions-text{font-weight:700;text-align:center;font-family:Roboto,sans-serif}.no-regions-button{border:1px solid #686868;padding:8px;cursor:pointer;background:transparent;overflow:hidden;text-overflow:ellipsis;margin:0 4px;border-radius:8px;width:200px}.no-regions-button:hover{background-color:var(--affected-region-hover-color)}.no-regions-active,.no-regions-active:hover,.no-regions-button:active{background-color:var(--affected-region-color);color:#fff}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;font-size:2em;color:#000;text-align:center;background-color:#fff}.expand_icon{position:absolute;cursor:pointer;top:2em;right:2em;width:2em}.expand_icon img{width:100%}.expand_icon:hover{opacity:.7}.aspect-ratio-preserver{position:relative;width:40%;padding-top:90%}.aspect-ratio-preserver-expanded{width:100%;padding-top:200%}.svg-container{position:absolute;top:0;right:0;bottom:0;left:0}.human-diagram{width:100%;height:100%}.question-text{margin-bottom:10px;font-size:1em}@media (max-width:600px){.question-container{margin-left:0;width:100%}.diagram-container{margin-left:0}.no-regions-button{margin-top:10px}}.affected-region{fill:var(--affected-region-color);stroke:var(--affected-region-stroke);stroke-width:1px;cursor:pointer}.affected-region:hover{fill:var(--affected-region-hover-color)}.non-affected-region{fill:var(--non-affected-region-color);stroke:var(--non-affected-region-stroke);stroke-width:1px;cursor:pointer}.non-affected-region:hover{fill:var(--affected-region-hover-color)}@media (hover:none){.affected-region:hover{fill:var(--affected-region-color)}.non-affected-region:hover{fill:var(--non-affected-region-color)}}.genital-warning-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:8px;max-width:400px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.2)}.ok-button{background-color:#064896;color:#fff;border:none;padding:8px 20px;border-radius:4px;margin-top:15px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:500;font-size:1em}.ok-button:hover{background-color:#053875}.form-container[data-v-4acc531f]{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.header-row[data-v-4acc531f]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:.5em}.title[data-v-4acc531f]{margin-right:10px;margin-bottom:.25em;margin-left:.2em;font-family:DM Sans,sans-serif;font-weight:600;font-size:2em}.info-icon[data-v-4acc531f]{justify-content:center;align-items:center;margin-left:1.2em;transform:translateY(35%);width:1.5em;cursor:pointer}.info-icon img[data-v-4acc531f]{width:100%}.help-text[data-v-4acc531f]{font-family:Roboto,sans-serif;font-weight:400;font-size:1em;color:#830505;margin-bottom:.5em;margin-left:1em;margin-right:1em;line-height:1.5em;text-align:left}.separator[data-v-4acc531f]{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.questionnaire-content[data-v-4acc531f]{width:100%;margin-bottom:1em}.questionnaire-title-container[data-v-4acc531f]{display:flex;flex-direction:row;width:100%;padding:0}.questionnaire-title[data-v-4acc531f]{font-family:DM Sans,sans-serif;font-weight:700;font-size:1.5em;margin-top:.5em;margin-bottom:.5em;margin-left:1em}.questionnaire-score[data-v-4acc531f]{font-family:DM Sans,sans-serif;font-weight:700;font-size:1.8em;margin-top:.3em;position:absolute;left:50%;transform:translateX(-50%)}.section-title[data-v-4acc531f]{font-family:Roboto,sans-serif;text-align:left;font-weight:700;font-size:1em;color:grey;margin-top:.5em;margin-left:3em}.photo-guide-link[data-v-4acc531f]{font-family:Mulish,sans-serif;font-size:1em;font-weight:500;margin-bottom:10px}.photo-guide-link p[data-v-4acc531f]{margin:0;padding:0;text-align:left}.age-radio-row[data-v-4acc531f]{margin:0 0 2em 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.age-question-text[data-v-4acc531f]{font-weight:700;font-family:Roboto,sans-serif;margin-bottom:.7em;text-align:center}.age-radio-options[data-v-4acc531f]{display:flex;flex-direction:row;gap:2em;justify-content:center}.age-radio-label[data-v-4acc531f]{font-family:Roboto,sans-serif;font-size:1em;display:flex;align-items:center;gap:.5em}.disabled-radio-row[data-v-4acc531f]{opacity:.5}@media (max-width:600px){.questionnaire-title-container[data-v-4acc531f]{flex-direction:column}.questionnaire-title[data-v-4acc531f]{margin-left:0}.questionnaire-score[data-v-4acc531f]{position:relative;margin:auto;align-self:center;left:0;transform:translateX(0)}}.progress-container[data-v-0bd34ad4]{position:relative;height:15px;background:#385682;border-radius:10px}.progress-container.fixed[data-v-0bd34ad4]{position:fixed;width:60%;bottom:10px;left:50%;transform:translateX(-50%)}.progress-bar[data-v-0bd34ad4]{position:relative;height:100%;background:#5297ff;border-radius:10px}.uploaded-image[data-v-4e227ab5]{position:relative;box-sizing:border-box;min-height:50px;height:20%;margin:4px 0;width:100%;border-radius:4px;border:.5px solid #e3e3e3;background-color:#fff;display:flex;flex-direction:row;transition:border .2s ease}.confirm-message[data-v-4e227ab5]{position:relative;width:100%;height:100%;box-sizing:border-box;display:flex;justify-content:space-evenly;align-items:center;font-weight:700}.confirm-button[data-v-4e227ab5]{padding:10px 20px;margin:0 2px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.yes-button[data-v-4e227ab5]{background-color:#28a745}.yes-button[data-v-4e227ab5]:hover{background-color:#218838}.no-button[data-v-4e227ab5]{background-color:#dc3545}.no-button[data-v-4e227ab5]:hover{background-color:#c82333}.uploaded-image-success[data-v-4e227ab5]{border:2px solid #00ab11}.uploaded-image-iqa[data-v-4e227ab5]{border:2px solid orange}.uploaded-image-error[data-v-4e227ab5]{border:2px solid #e41d1d}.upload-status[data-v-4e227ab5]{transition:color .2s ease}.upload-status-success[data-v-4e227ab5]{color:#00ab11}.upload-status-iqa[data-v-4e227ab5]{color:orange}.upload-status-error[data-v-4e227ab5]{color:#e41d1d}.image-preview[data-v-4e227ab5]{display:flex;align-items:center;justify-content:center}.image-preview img[data-v-4e227ab5]{width:50px;max-height:80%;margin-left:15px}.upload-info[data-v-4e227ab5]{box-sizing:border-box;padding:.5em;margin:0 0 0 1em;font-size:.75em;font-weight:400;flex:1;display:flex;flex-direction:column;overflow:hidden;justify-content:start}.upload-info-text[data-v-4e227ab5]{height:2em;justify-content:space-between}.info-text-wrapper[data-v-4e227ab5],.upload-info-text[data-v-4e227ab5]{width:100%;display:flex;flex-direction:row;align-items:center;overflow:hidden}.info-text-wrapper[data-v-4e227ab5]{justify-content:start;margin-right:5px}.image-name[data-v-4e227ab5]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-progress-bar[data-v-4e227ab5]{width:100%;height:3px;border-radius:4px}.cancel-icon[data-v-4e227ab5]{height:100%;width:28px;align-self:center;transform:translateY(13%);margin-right:5px;display:flex;align-items:center;justify-content:center;transition:filter .3s ease}.cancel-icon img[data-v-4e227ab5]:hover{cursor:pointer;filter:brightness(70%)}.image-upload-container[data-v-7c243ce8]{box-sizing:border-box;width:95%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;background:rgba(6,72,150,.28);box-shadow:0 6px 8px rgba(0,0,0,.05);border-radius:4px;padding:2em 1em;font-family:Mulish,sans-serif;margin:2px;margin-bottom:2em;height:auto;min-height:300px;max-height:400px;position:relative;overflow-y:auto;overflow-x:hidden}.image-upload-container.disabled[data-v-7c243ce8]{pointer-events:none;opacity:.5}.region-svg[data-v-7c243ce8]{display:flex;align-items:center;justify-content:center;max-height:100%;max-width:20%;padding-right:1em;flex-shrink:0}.body-part-svg[data-v-7c243ce8]{max-height:100%;max-width:100%;width:auto;-o-object-fit:contain;object-fit:contain}.upload-area[data-v-7c243ce8]{flex-grow:1;max-width:30%;max-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f8f8ff;border:1px dashed rgba(56,78,183,.3);border-radius:4px;padding:1em;text-align:center;margin:auto}.upload-icon[data-v-7c243ce8]{width:100%;display:flex;justify-content:center;align-items:center}.upload-instructions[data-v-7c243ce8]{font-size:1;font-weight:700;margin-bottom:.5em;color:#0f0f0f;text-align:center;word-break:break-word;white-space:normal}.browse-button[data-v-7c243ce8]{background:none;color:#483ea8;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:underline}.upload-support[data-v-7c243ce8]{font-size:.75em;font-weight:400;margin-bottom:.5em;color:#676767;text-align:center;word-break:break-word;white-space:normal}.uploaded-images[data-v-7c243ce8]{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;max-width:100%;overflow-y:auto;overflow-x:hidden;max-height:1200px}.uploaded-image-bar[data-v-7c243ce8]{position:relative;width:100%;display:flex;align-items:center;margin-bottom:1em}.uploaded-image-bar[data-v-7c243ce8]:hover{border:none;transform:none;box-shadow:none}.upload-text[data-v-7c243ce8]{font-size:.875em;font-weight:700;margin-bottom:.5em;color:#676767}.image-missing[data-v-7c243ce8]{color:#e41d1d}@media (max-width:1200px){.region-svg[data-v-7c243ce8]{max-width:25%}.upload-area[data-v-7c243ce8]{max-width:65%}}@media (max-width:800px){.image-upload-container[data-v-7c243ce8]{flex-direction:column;height:auto;max-height:400px;overflow-y:auto;overflow-x:auto}.region-svg[data-v-7c243ce8]{max-width:50%;height:auto;margin-bottom:1em}.upload-area[data-v-7c243ce8]{max-width:100%;margin:0}}@media (max-width:600px){.upload-area[data-v-7c243ce8]{max-height:120px;padding:.5em;font-size:.9em;flex:none}.upload-icon img[data-v-7c243ce8]{width:32px;height:auto}.uploaded-images[data-v-7c243ce8]{box-sizing:border-box;flex:none;margin:0;max-width:100%;width:100%}.region-svg[data-v-7c243ce8]{max-width:25%;height:auto;margin-bottom:1em}.image-upload-container[data-v-7c243ce8]{height:auto;max-height:300px;overflow-y:auto;overflow-x:auto}}.checkbox-container[data-v-7c243ce8]{font-family:Mulish,sans-serif;font-weight:300;margin-left:2.8em;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.checkbox-container input[type=checkbox][data-v-7c243ce8]{cursor:pointer}.checkbox-container .checkbox-label-text[data-v-7c243ce8]{margin-left:5px;cursor:default}.custom-checkbox[data-v-7c243ce8]{transform:scale(1.5);margin-right:10px}.form-container[data-v-2ac44f22]{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.photo-guide-link[data-v-2ac44f22]{font-family:Mulish,sans-serif;font-size:1em;font-weight:500;margin-bottom:10px}.photo-guide-link p[data-v-2ac44f22]{margin:0;padding:0;text-align:left}.header-row[data-v-2ac44f22]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:.5em}.title[data-v-2ac44f22]{margin-right:10px;margin-bottom:.25em;margin-left:.2em;font-family:DM Sans,sans-serif;font-weight:600;font-size:2em}.region-text[data-v-2ac44f22]{font-family:Mulish,sans-serif;font-weight:700;font-size:1.375em;margin:0 0 0 3em}.region-text2[data-v-2ac44f22]{font-family:Mulish,sans-serif;font-weight:300;font-size:1em;margin-left:3em}.info-icon[data-v-2ac44f22]{justify-content:center;align-items:center;margin-left:1.2em;transform:translateY(35%);width:1.5em;cursor:pointer}.info-icon img[data-v-2ac44f22]{width:100%}.help-text[data-v-2ac44f22]{font-family:Roboto,sans-serif;font-weight:400;font-size:1em;color:#830505;margin-bottom:.5em;margin-left:1em;margin-right:1em;line-height:1.5em;text-align:left}.separator[data-v-2ac44f22]{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.instruction-text[data-v-2ac44f22]{font-family:Roboto,sans-serif;font-weight:500;font-size:1;margin:0 0 10px 3em;text-align:left}.bold-text[data-v-2ac44f22]{font-weight:700}.italic-text[data-v-2ac44f22]{font-style:italic}.submit-container[data-v-1b5ae3ac]{margin-top:1em;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;font-weight:500;align-self:center;height:100%;align-items:center;justify-content:center;min-height:50vh}.form-submitted[data-v-1b5ae3ac],.thanks[data-v-1b5ae3ac]{margin-bottom:0}.thanks[data-v-1b5ae3ac]{font-size:2em}.form-submitted[data-v-1b5ae3ac]{font-size:1.2em}.more-info[data-v-1b5ae3ac]{font-size:.8em;margin-top:.5em}.done-icon[data-v-1b5ae3ac]{height:150px;max-height:300px;margin-top:2em}.results-button[data-v-1b5ae3ac]{font-family:DM Sans,sans-serif;font-weight:500;font-size:1.2em;width:60%;max-width:400px;margin:1em 5px;padding:10px 20px;border-radius:7px;border:none;background-color:#064896;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.results-button[data-v-1b5ae3ac]:disabled{background-color:#ccc;cursor:not-allowed;opacity:.7}.processing-status[data-v-1b5ae3ac]{font-size:1em;color:#666;display:flex;align-items:center;justify-content:center;margin-top:.5em}.timeout-message[data-v-1b5ae3ac]{font-size:1em;color:#d32f2f;margin-top:.5em;text-align:center;max-width:600px;line-height:1.5}.timeout-message a[data-v-1b5ae3ac]{color:#064896;text-decoration:underline}.spinner[data-v-1b5ae3ac]{display:inline-block;width:16px;height:16px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#064896;animation:spin-1b5ae3ac 1s ease-in-out infinite;margin-right:8px}@keyframes spin-1b5ae3ac{to{transform:rotate(1turn)}}.submit-container[data-v-84893d08]{margin-top:1em;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;font-weight:500;align-self:center;height:100%;align-items:center;justify-content:center;min-height:50vh}.thanks[data-v-84893d08]{font-size:2em;margin-bottom:0}.more-info[data-v-84893d08]{font-size:.8em;margin-top:.5em}.submit-container[data-v-3b042310]{margin-top:1em;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;font-weight:500;align-self:center;height:100%;align-items:center;justify-content:center;min-height:50vh}.thanks[data-v-3b042310]{font-size:2em;margin-bottom:0}.more-info[data-v-3b042310]{font-size:.8em;margin-top:.5em}.uploaded-image[data-v-7ebf0ea5]{position:relative;box-sizing:border-box;min-height:150px;height:100%;margin:4px 0;width:100%;border-radius:4px;border:.5px solid #e3e3e3;background-color:#fff;display:flex;flex-direction:row;transition:border .2s ease}.image-preview[data-v-7ebf0ea5]{display:flex;align-items:center;justify-content:center}.image-preview img[data-v-7ebf0ea5]{width:100px;max-height:80%;margin-left:15px}.upload-info[data-v-7ebf0ea5]{box-sizing:border-box;padding:.5em;margin:0 0 0 1em;font-size:.75em;font-weight:400;flex:1;display:flex;flex-direction:column;overflow:hidden;justify-content:center;align-items:start;text-align:start}.info-text-wrapper[data-v-7ebf0ea5]{width:100%;align-items:center;display:flex;flex-direction:row;justify-content:start;overflow:hidden;margin-right:5px;font-size:1em}.image-name[data-v-7ebf0ea5]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.result-text[data-v-7ebf0ea5]{line-height:1.4}.expand-info-icon[data-v-7ebf0ea5]{height:100%;width:28px;align-self:center;margin-right:20px;display:flex;align-items:center;justify-content:center;transition:filter .3s ease}.expand-info-icon img[data-v-7ebf0ea5]{width:100%;height:100%;max-width:28px;max-height:28px;-o-object-fit:contain;object-fit:contain;display:block}.expand-info-icon[data-v-7ebf0ea5]:hover{cursor:pointer;filter:brightness(.8)}.bold[data-v-7ebf0ea5]{font-weight:600}.red[data-v-7ebf0ea5]{color:#9c0000}.expanded[data-v-7ebf0ea5]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.expanded-content[data-v-7ebf0ea5]{background-color:#fefefe;margin:auto;padding:20px;border:15px solid #73af71;border-radius:8px;width:80%;max-height:90vh;overflow-x:hidden;overflow-y:auto;word-wrap:break-word;white-space:normal}.expanded-results[data-v-7ebf0ea5]{white-space:pre-line;line-height:1.6}.close[data-v-7ebf0ea5]{color:#aaa;float:right;font-size:28px;font-weight:700}.close[data-v-7ebf0ea5]:focus,.close[data-v-7ebf0ea5]:hover{color:#000;text-decoration:none;cursor:pointer}.severity-grid[data-v-7ebf0ea5]{display:grid;grid-template-columns:auto 20px;-moz-column-gap:8px;column-gap:8px;row-gap:.2em;margin-bottom:.5em}.expanded-content .severity-grid[data-v-7ebf0ea5]{max-width:300px;margin-left:auto;margin-right:auto}.severity-label[data-v-7ebf0ea5]{text-align:left;padding-right:5px}.severity-value[data-v-7ebf0ea5]{text-align:left}@media (max-width:500px){.expand-info-icon[data-v-7ebf0ea5]{height:22px;width:22px;margin-right:10px}.expand-info-icon img[data-v-7ebf0ea5]{max-width:22px;max-height:22px}}.severity-highlight[data-v-7ebf0ea5]{font-weight:800;font-size:1.15em;color:#2d2d2d;border-radius:.3em;display:inline-block}.image-upload-container[data-v-b73e8916]{box-sizing:border-box;width:95%;align-self:center;background:#73af71;box-shadow:0 6px 8px rgba(0,0,0,.05);border-radius:4px;padding:1em 1em;font-family:Mulish,sans-serif;margin:2em}.uploaded-images[data-v-b73e8916]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;gap:8px}.notes-header-row[data-v-2acec37e]{display:flex;align-items:center;margin-bottom:.5em}.notes-header-text[data-v-2acec37e]{font-family:Mulish,sans-serif;font-size:1.1em;font-weight:600}.info-icon[data-v-2acec37e]{display:flex;align-items:center;margin-left:1.2em;cursor:pointer}.info-icon img[data-v-2acec37e]{width:1.5em}.form-container[data-v-2acec37e]{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;width:100%;box-sizing:border-box}.header-row[data-v-2acec37e]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:.5em}.title[data-v-2acec37e]{margin-right:10px;margin-bottom:.25em;margin-left:.2em;font-family:DM Sans,sans-serif;font-weight:600;font-size:2em}.region-text[data-v-2acec37e]{font-family:Mulish,sans-serif;font-weight:700;font-size:1.375em;margin:0 0 0 3em}.separator[data-v-2acec37e]{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.message-text[data-v-2acec37e]{font-family:Roboto,sans-serif;font-weight:500;font-size:1.5;margin:3em 0 3em 3em}.notes-section[data-v-2acec37e]{width:100%;background-color:#f8f8f8;border-radius:4px;padding:12px 15px;margin:10px 0 20px 0;box-sizing:border-box}.notes-title[data-v-2acec37e]{font-family:DM Sans,sans-serif;font-weight:600;font-size:1.1em;margin:0 0 8px 0;color:#064896}.notes-text[data-v-2acec37e]{font-family:Mulish,sans-serif;font-size:.95em;line-height:1.5;margin:8px 0;color:#333}.result-section[data-v-2acec37e]{margin:1.5em 0;width:100%;padding:0 3em;box-sizing:border-box}.result-section h3[data-v-2acec37e]{font-family:Mulish,sans-serif;font-weight:700;font-size:1.25em;margin:0 0 .5em 0;color:#333}.disabled-form{pointer-events:none}.enabled-form{pointer-events:auto}.survey-button-container{display:flex;justify-content:center;margin-top:2rem;margin-bottom:2rem}.survey-button{font-family:DM Sans,sans-serif;font-weight:500;font-size:1.2em;width:60%;max-width:400px;padding:12px 20px;border-radius:7px;border:none;background-color:#064896;color:#fff;cursor:pointer;transition:all .3s ease-in-out}.survey-button:hover{background-color:#043670;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.section-title-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:1em}.section-title{margin-right:10px;margin-bottom:.25em;margin-left:.2em;font-family:DM Sans,sans-serif;font-weight:600;font-size:2em}.section-title.center{text-align:center;width:100%;margin-left:0;margin-right:0}.center-title{justify-content:center!important}.section-separator{width:100%;margin-bottom:1em;border-top:1px solid #e0e0e0}.help-text-container{display:flex;justify-content:center;width:100%;margin-top:1rem}.help-text{font-family:Roboto,sans-serif;font-weight:400;font-size:1em;color:#830505;line-height:1.5em;text-align:center}.help-text a{color:#064896}.help-text a,.help-text a:hover{text-decoration:underline}.easi-results{width:95%;margin:1.5rem auto;padding:1rem;background-color:#f9f9f9;border-radius:8px;font-family:DM Sans,sans-serif;align-self:center;box-sizing:border-box}.easi-summary{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:1.5rem}.easi-score-container{display:flex;align-items:baseline}.easi-score{font-size:2.5em;font-weight:700;color:#064896}.easi-max{font-size:1.2em;color:#666;margin-left:.25rem}.easi-severity{font-size:1.3em;font-weight:500;color:#333;margin-top:.5rem}.easi-regions{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.easi-region{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.region-name{font-size:1.1em;margin-top:0;color:#064896}.region-details,.region-name{margin-bottom:.75rem}.severity-item{display:flex;justify-content:space-between;margin-bottom:.25rem}.severity-label{color:#555}.severity-value{font-weight:500}.region-score{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.score-formula{color:#666;font-size:.9em}.score-result{font-weight:700;font-size:1.2em;color:#064896}.info-row{justify-content:center;margin-bottom:.5em;margin-top:.5em}.info-icon,.info-row{display:flex;align-items:center}.info-icon{margin-left:1.2em;cursor:pointer}.info-icon img{width:1.5em}.welcome-container[data-v-a1ae8628]{margin-top:1em;display:flex;flex-direction:column;font-family:DM Sans,sans-serif;font-weight:500;align-self:center;height:100%;align-items:center;justify-content:center;min-height:50vh;justify-content:space-evenly}.landing-info[data-v-a1ae8628],.welcome[data-v-a1ae8628]{margin-bottom:1em}.welcome[data-v-a1ae8628]{font-size:2.2em}.landing-info[data-v-a1ae8628]{font-size:1.2em;width:80%}.more-info[data-v-a1ae8628]{font-size:.8em;margin-top:.5em}.new-form-button[data-v-a1ae8628]{font-family:DM Sans,sans-serif;font-weight:500;font-size:1.2em;width:60%;max-width:400px;margin:1em 5px;padding:10px 20px;border-radius:7px;border:none;background-color:#064896;color:#fff;cursor:pointer;transition:all .3s ease-in-out}:root{--banner-color:#064896;--activated-button-color:#064896;--hover-color:#4f9eff3b;--selected-color:#4f9eff6e;--affected-region-color:#f55;--affected-region-stroke:#ffb380;--affected-region-hover-color:#ffc5c5;--non-affected-region-color:#9bc5f6;--non-affected-region-stroke:#c4fbed}:root.results{--banner-color:#06967c;--selected-color:#a4f1c3;--affected-region-color:#f55;--affected-region-stroke:#ffb380}