.vue-map{width:100%;height:100%}.vue-map-container{height:100%}.vue3-progress[data-v-7f3fe0d3]{background:#a307ba;background:#27c4f5 -webkit-gradient(linear,left top,right top,from(#27c4f5),color-stop(#a307ba),color-stop(#fd8d32),color-stop(#70c050),to(#27c4f5));background:#27c4f5 -webkit-linear-gradient(left,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);background:#27c4f5 linear-gradient(to right,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);-webkit-animation:2s linear infinite rainbow-7f3fe0d3,.5s ease-out enter-7f3fe0d3;animation:2s linear infinite rainbow-7f3fe0d3,.5s ease-out enter-7f3fe0d3;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;-webkit-transform-origin:left;transform-origin:left;background-size:500%;z-index:999999;position:fixed;display:block;width:100%;opacity:1;left:0;top:0}@-webkit-keyframes rainbow-7f3fe0d3{0%{background-position:0% 0}to{background-position:125% 0}}@keyframes rainbow-7f3fe0d3{0%{background-position:0% 0}to{background-position:125% 0}}@-webkit-keyframes enter-7f3fe0d3{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes enter-7f3fe0d3{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 4px var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 4px var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:4px;min-width:260px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:700;border-radius:4px;font-size:1rem;cursor:pointer;background:#0000}.dp__preset_ranges,.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:4px;height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:4px;background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{left:50%;bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;overflow-y:auto;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{height:100%;flex-direction:column}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:4px;text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:4px;text-align:center}.dp__overlay_cell:hover,.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0;background:#fff}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:4px;cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color);background:var(--dp-background-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;user-select:none;box-sizing:border-box}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);background:var(--dp-background-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translate(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(-22px)}.calendar-prev-leave-to{opacity:0;transform:translate(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}.round text[data-v-ea317412]{font:32px Verdana,Helvetica,Arial,sans-serif}svg[data-v-ea317412]{margin-left:1em;margin-right:1em}.circle[data-v-ea317412]:hover{cursor:pointer;background-color:#eee}div[data-v-31a4a339]{margin:0 auto;vertical-align:center;display:flex;justify-content:center;align-items:center}.justify-content-center[data-v-969ca010]{display:flex;justify-content:center}.align-items-center[data-v-969ca010]{display:flex;align-items:center}.explainer[data-v-969ca010]{max-width:25em;margin:0 auto}.second-td[data-v-969ca010]{width:8em}.title[data-v-969ca010]{max-width:12em;margin-left:1em}.showHideButton[data-v-969ca010]{margin-left:1em;margin-right:1em}.icon[data-v-969ca010]{padding-right:.5em}.row[data-v-969ca010]{display:flex;flex-direction:row}.centered[data-v-41466e96]{display:flex;align-items:center;justify-content:center}.row[data-v-41466e96]{margin:1em 0;display:flex;flex-direction:row}.explainer[data-v-41466e96]{max-width:25em;margin:0 auto}.title[data-v-41466e96]{max-width:12em;margin-left:1em}.showHideButton[data-v-41466e96]{margin-left:1em;margin-right:1em}.side-padded[data-v-457c2c41]{padding:.5em}.button[data-v-457c2c41]{font-weight:700;border:none;text-align:center;font-size:1.5em;color:#fff}.button[data-v-457c2c41]:hover{cursor:pointer}.selected[data-v-457c2c41]{border-bottom:4px solid black}.shadow[data-v-457c2c41]{text-shadow:1px 1px 2px black}@media (max-width: 700px){.button[data-v-457c2c41]{margin:.5em 0}}input[data-v-063e534b]{height:2em;width:3em;font-weight:700;font-size:24px;margin-left:.5em;margin-right:.5em;text-align:center}input[type=number][data-v-063e534b]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.centered[data-v-063e534b]{display:flex;justify-content:center;align-items:center}.centered[data-v-5312c0af]{display:flex;align-items:center;justify-content:center}.column[data-v-5312c0af]{display:flex;flex-direction:column}img[data-v-5312c0af]{height:3em}input[data-v-5312c0af]{width:4em}.container[data-v-1fd0100f]{margin:1em}.centered[data-v-1fd0100f]{display:flex;align-items:center;justify-content:center}.col[data-v-1fd0100f]{display:flex;flex-direction:column}.font-light[data-v-1fd0100f]{font-weight:400}.color-cell[data-v-1fd0100f]{font-weight:700;color:#fff;text-shadow:1px 1px 2px black;padding:1em}td[data-v-1fd0100f]{padding:1em}#section-computational-details[data-v-1fd0100f]{font-size:.5em}th[data-v-4ec59188],.bold[data-v-4ec59188]{font-weight:700}.font-light[data-v-4ec59188]{font-weight:400}.col[data-v-4ec59188]{display:flex;flex-direction:column;justify-content:center;align-items:center}td[data-v-4ec59188]{padding:.5em}.mathematical-details td[data-v-4ec59188]{text-align:center}.justify-content-center[data-v-4ec59188]{display:flex;justify-content:center}.align-items-center[data-v-4ec59188]{display:flex;align-items:center}.row[data-v-4ec59188]{display:flex;flex-direction:row}.explainer[data-v-4ec59188]{max-width:25em;margin:0 auto}.italic[data-v-4ec59188]{font-style:italic}.quote[data-v-4ec59188]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}text[data-v-69af5391]{font-size:20em}.label[data-v-69af5391]{font-weight:700}svg[data-v-69af5391]{margin:0 auto}@media (max-width: 750px){svg[data-v-69af5391]{width:25em}}.bold[data-v-077ecd6c]{font-weight:700}.justify-content-center[data-v-077ecd6c]{display:flex;justify-content:center}.align-items-center[data-v-077ecd6c]{display:flex;align-items:center}.col[data-v-077ecd6c]{display:flex;flex-direction:column}.second-td[data-v-077ecd6c]{width:8em}.explainer[data-v-077ecd6c]{max-width:25em;margin:0 auto}.italic[data-v-077ecd6c]{font-style:italic}.bold[data-v-6400b24d]{font-weight:700}.justify-content-center[data-v-6400b24d]{display:flex;justify-content:center}.align-items-center[data-v-6400b24d]{display:flex;align-items:center}.col[data-v-6400b24d]{display:flex;flex-direction:column}.second-td[data-v-6400b24d]{width:8em}.explainer[data-v-6400b24d]{max-width:25em;margin:0 auto}.italic[data-v-6400b24d]{font-style:italic}.bold[data-v-40df15b3]{font-weight:700}.justify-content-center[data-v-40df15b3]{display:flex;justify-content:center}.align-items-center[data-v-40df15b3]{display:flex;align-items:center}.col[data-v-40df15b3]{display:flex;flex-direction:column}.second-td[data-v-40df15b3]{width:8em}.explainer[data-v-40df15b3]{max-width:25em;margin:0 auto}.italic[data-v-40df15b3]{font-style:italic}p[data-v-40df15b3],h1[data-v-40df15b3],h2[data-v-40df15b3],h3[data-v-40df15b3],h4[data-v-40df15b3],h5[data-v-40df15b3],h6[data-v-40df15b3]{text-align:left}.justify-content-center[data-v-3ef28a50]{display:flex;justify-content:center}.align-items-center[data-v-3ef28a50]{display:flex;align-items:center}.explainer[data-v-3ef28a50]{max-width:25em;margin:0 auto}.centered[data-v-3ef28a50]{display:flex;align-items:center;justify-content:center}.bold[data-v-3ef28a50]{font-weight:700}.justify-content-center[data-v-33fc6af2]{display:flex;justify-content:center}.align-items-center[data-v-33fc6af2]{display:flex;align-items:center}.explainer[data-v-33fc6af2]{max-width:25em;margin:0 auto}.centered[data-v-33fc6af2]{display:flex;align-items:center;justify-content:center}.bold[data-v-33fc6af2]{font-weight:700}.font-light[data-v-e878a20c]{font-weight:400}.col[data-v-e878a20c]{display:flex;flex-direction:column}td[data-v-e878a20c]{padding:.5em}.operator[data-v-e878a20c]{font-weight:700}.row[data-v-e878a20c]{display:flex;flex-direction:row}.bold[data-v-e878a20c]{font-weight:700}.justify-content-center[data-v-e878a20c]{display:flex;justify-content:center}.align-items-center[data-v-e878a20c]{display:flex;align-items:center}.explainer[data-v-e878a20c]{max-width:25em;margin:0 auto}.masking-table[data-v-e878a20c],.equations[data-v-e878a20c]{font-size:.5em}.masking-table text[data-v-e878a20c]{font-size:1em}.bold[data-v-7f1d9880]{font-weight:700}.centered[data-v-7f1d9880]{display:flex;justify-content:center;align-items:center}.main[data-v-6d0b9555]{display:flex;flex-direction:row}.container[data-v-6d0b9555]{margin:1em}label[data-v-6d0b9555]{padding:1em}.subsection[data-v-6d0b9555]{font-weight:700}.wide[data-v-6d0b9555]{display:flex;flex-direction:row}.row[data-v-6d0b9555]{display:flex;flex-direction:column}.textarea-label[data-v-6d0b9555]{padding-top:0}th[data-v-6d0b9555],tr[data-v-6d0b9555]{font-size:smaller}textarea[data-v-6d0b9555]{width:30em}.border-showing[data-v-6d0b9555]{border:1px solid grey}.centered[data-v-6d0b9555]{display:flex;justify-content:center}.wider-input[data-v-6d0b9555]{width:30em}button[data-v-6d0b9555]{padding:1em 3em}table[data-v-6d0b9555]{text-align:center;border-spacing:0}td[data-v-6d0b9555]{padding:0}.menu[data-v-6eaf0ff3]{min-width:500px;margin-top:0;margin-bottom:0}.menu button[data-v-6eaf0ff3]{border:0;background-color:#eee}.menu .tab-item[data-v-6eaf0ff3]{border-top:4px solid #eee}.menu button.selected[data-v-6eaf0ff3],.menu .button.selected[data-v-6eaf0ff3]{background-color:#cacaca}.centered[data-v-02ef8920]{display:flex;align-items:center;justify-content:center}.row[data-v-02ef8920]{display:flex;flex-direction:row}.column[data-v-02ef8920]{display:flex;flex-direction:column}.bordered[data-v-02ef8920]{border:1px solid black;padding:.5em}.container[data-v-02ef8920]{margin:.5em}.padded[data-v-02ef8920]{padding:.5em}.unselected[data-v-02ef8920]{background-color:#cacaca}td[data-v-02ef8920]{text-align:center}.clickable-row[data-v-02ef8920]{cursor:pointer;border-collapse:collapse}.test[data-v-02ef8920]{min-width:3em}.italic[data-v-02ef8920]{font-style:italic}td[data-v-5bed74c9]{height:1em}.bar[data-v-5bed74c9]{color:#fff;text-shadow:1px 1px 2px black;font-weight:700;display:inline-block;height:1.5em;min-width:1px}.v-ticks[data-v-5bed74c9]{font-weight:700;padding:1em;text-align:end}.container[data-v-f1937ea0]{margin:1em}.centered[data-v-f1937ea0]{display:flex;align-items:center;justify-content:center}.col[data-v-f1937ea0]{flex-direction:column}.bold[data-v-f1937ea0]{font-weight:700;font-style:italic}.font-light[data-v-f60647e2]{font-weight:400}.col[data-v-f60647e2]{display:flex;flex-direction:column}td[data-v-f60647e2]{padding:.5em}.operator[data-v-f60647e2]{font-weight:700;text-align:center}.row[data-v-f60647e2]{display:flex;flex-direction:row}.bold[data-v-f60647e2]{font-weight:700}.justify-content-center[data-v-f60647e2]{display:flex;justify-content:center}.align-items-center[data-v-f60647e2]{display:flex;align-items:center}.explainer[data-v-f60647e2]{max-width:25em;margin:1em auto}text[data-v-718c89dc]{dominant-baseline:hanging;font:10px Verdana,Helvetica,Arial,sans-serif;font-weight:700}text[data-v-222286de]{dominant-baseline:hanging;font:10px Verdana,Helvetica,Arial,sans-serif;font-weight:700}.centered[data-v-48b7e4ae]{display:flex;align-items:center;justify-content:center}.row[data-v-48b7e4ae]{margin:1em 0;display:flex;flex-direction:row}.explainer[data-v-48b7e4ae]{max-width:25em;margin:0 auto}.title[data-v-48b7e4ae]{max-width:12em;margin-left:1em}.italic[data-v-48b7e4ae]{font-style:italic}.showHideButton[data-v-48b7e4ae]{margin-left:1em;margin-right:1em}th[data-v-48b7e4ae],td[data-v-48b7e4ae]{border:1px solid gray;padding:.25em;text-align:center}.column[data-v-48b7e4ae]{display:flex;flex-direction:column}.fig-title[data-v-48b7e4ae]{font-style:italic}table[data-v-689d2757]{padding:1em}th[data-v-689d2757]{padding:1em;width:4em}.people-icons[data-v-689d2757]{padding-top:1em;padding-bottom:1em}.justify-content-center[data-v-689d2757]{display:flex;justify-content:center}.align-items-center[data-v-689d2757]{display:flex;align-items:center}.column[data-v-689d2757]{display:flex;flex-direction:column}.row[data-v-689d2757]{display:flex;flex-direction:row}.inline[data-v-689d2757]{display:inline-block}.bold[data-v-689d2757]{font-weight:700}.italic[data-v-689d2757]{font-style:italic}.container[data-v-689d2757]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.col[data-v-689d2757]{display:flex;flex-direction:column}.explainer[data-v-689d2757]{max-width:25em;margin:0 auto}.second-td[data-v-689d2757]{width:8em}table[data-v-6515c908]{padding:1em}th[data-v-6515c908]{padding:1em;width:4em}.people-icons[data-v-6515c908]{padding-top:1em;padding-bottom:1em}.justify-content-center[data-v-6515c908]{display:flex;justify-content:center}.align-items-center[data-v-6515c908]{display:flex;align-items:center}.column[data-v-6515c908]{display:flex;flex-direction:column}.row[data-v-6515c908]{display:flex;flex-direction:row}.inline[data-v-6515c908]{display:inline-block}.bold[data-v-6515c908]{font-weight:700}.italic[data-v-6515c908]{font-style:italic}.container[data-v-6515c908]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.col[data-v-6515c908]{display:flex;flex-direction:column}.explainer[data-v-6515c908]{max-width:25em;margin:0 auto}.second-td[data-v-6515c908]{width:8em}.has-borders[data-v-1c404d1d]{border-collapse:collapse;border:2px solid gray}.symptomatic[data-v-1c404d1d]{background-color:red}.asymptomatic[data-v-1c404d1d]{background-color:green;text-decoration:line-through;color:#fff}.row[data-v-1c404d1d]{display:flex;flex-direction:row}.fig-title[data-v-1c404d1d],.italic[data-v-1c404d1d]{font-style:italic}.symptoms[data-v-1c404d1d]{height:10em}.symptoms th[data-v-1c404d1d],.symptoms td[data-v-1c404d1d]{padding:0 .25em}.centered[data-v-1c404d1d]{display:flex;align-items:center;justify-content:center}.column[data-v-1c404d1d]{display:flex;flex-direction:column}text[data-v-a4385928]{dominant-baseline:hanging;font:10px Verdana,Helvetica,Arial,sans-serif;font-weight:700}.link-h1[data-v-64d508c5]{margin-top:1em}.link-h2[data-v-64d508c5]{margin-left:.5em;margin-top:1em}.container[data-v-64d508c5]{display:flex;flex-direction:column}.scroll[data-v-64d508c5]{overflow-y:auto}.active[data-v-64d508c5]{background-color:#d9d9d9}#link-interventions[data-v-64d508c5]{display:none}@media (max-width: 1400px){#link-interventions[data-v-64d508c5]{display:inline-block}.link-h1[data-v-64d508c5],.link-h2[data-v-64d508c5]{font-size:.75em}}.font-light[data-v-1e111cae]{font-weight:400}.col[data-v-1e111cae]{display:flex;flex-direction:column}td[data-v-1e111cae]{padding:.5em}.highlight[data-v-1e111cae]{font-style:italic}.align-items-center[data-v-1e111cae]{display:flex;align-items:center}.justify-content-center[data-v-1e111cae]{display:flex;justify-content:center}.bold[data-v-1e111cae]{font-weight:700}.row[data-v-1e111cae]{display:flex;flex-direction:row}.explainer[data-v-1e111cae]{max-width:25em;margin:0 auto}.justify-content-center[data-v-e9d59218]{display:flex;justify-content:center}.align-items-center[data-v-e9d59218]{display:flex;align-items:center}.explainer[data-v-e9d59218]{max-width:25em;margin:0 auto}.second-td[data-v-e9d59218]{width:8em}.bold[data-v-e9d59218]{font-weight:700}td[data-v-e9d59218]{padding:1em}.main[data-v-713e42d8]{display:flex;flex-direction:row}.container[data-v-713e42d8]{margin:1em}label[data-v-713e42d8]{padding:1em}.subsection[data-v-713e42d8]{text-align:center;font-weight:700;margin-left:1em}.wide[data-v-713e42d8],.row[data-v-713e42d8]{display:flex;flex-direction:row}.textarea-label[data-v-713e42d8]{padding-top:0}textarea[data-v-713e42d8]{width:30em}.border-showing[data-v-713e42d8]{border:1px solid grey}.hide-horizontal-border[data-v-713e42d8]{border:0}.centered[data-v-713e42d8]{display:flex;align-items:center;justify-content:center}.wider-input[data-v-713e42d8]{width:30em}button[data-v-713e42d8]{padding:1em 3em}table[data-v-713e42d8]{margin:0 auto}.scrollable[data-v-713e42d8]{overflow-y:scroll;height:72em}.scroll-table[data-v-713e42d8]{height:40em;overflow-y:scroll}.col[data-v-713e42d8]{display:flex;flex-direction:column}.padded[data-v-713e42d8],td[data-v-713e42d8]{padding:1em}span[data-v-713e42d8]{line-height:2em}.highlight[data-v-713e42d8]{font-style:italic;font-weight:700}img[data-v-713e42d8]{width:4em}p[data-v-713e42d8],li[data-v-713e42d8]{line-height:2em}.clicked[data-v-713e42d8]{background-color:#e6e6e6}.quote[data-v-713e42d8]{font-style:italic;padding-left:2em}div[data-v-713e42d8]{scroll-behavior:smooth}.left-pane[data-v-713e42d8]{width:20rem;height:50em;position:fixed;left:0;border-right:1px solid black;height:100vh;border-top:0px;border-bottom:0px}.right-pane[data-v-713e42d8]{height:auto;margin-left:20rem}.controls[data-v-713e42d8]{overflow:auto;border-right:1px solid grey;position:sticky;height:92vh;top:3.2em}@media (max-width: 840em){.centered[data-v-713e42d8]{overflow-x:auto}}@media (max-width: 1080px){.left-pane[data-v-713e42d8]{display:none;position:unset}.right-pane[data-v-713e42d8]{margin-left:0;width:100vw}}.header-icon[data-v-713e42d8]{font-size:2em}.icon-bar[data-v-713e42d8]{position:fixed;background-color:#fff}.italic[data-v-713e42d8]{font-style:italic}.bold[data-v-713e42d8]{font-weight:700}.table-td-mask[data-v-713e42d8]{padding:0;width:3em}.table-td[data-v-713e42d8]{padding:0 .5em}.tilted-header[data-v-713e42d8],th.table-td-mask[data-v-713e42d8]{font-size:.5em}.parameters td img[data-v-713e42d8]{height:3.5em}.grid[data-v-713e42d8]{display:grid;grid-template-columns:40vw 60vw}.column-controls[data-v-713e42d8]{display:none}.second-column[data-v-713e42d8]{display:flex;flex-direction:row}@media (max-width: 1400px){.grid[data-v-713e42d8]{grid-template-columns:40vw 60vw}.third-col[data-v-713e42d8]{display:}.column-controls[data-v-713e42d8]{display:block}.second-column[data-v-713e42d8]{flex-direction:column}}@media (max-width: 1000px){.grid[data-v-713e42d8]{grid-template-columns:100vw}.column-controls[data-v-713e42d8]{display:block}.controls[data-v-713e42d8]{position:static;height:auto;border-right:0}}@media (max-width: 750px){.grid[data-v-713e42d8]{grid-template-columns:100vw}.column-controls[data-v-713e42d8]{display:block}.masking-table[data-v-713e42d8],.equations[data-v-713e42d8]{font-size:.5em}.masking-table text[data-v-713e42d8]{font-size:1em}.controls[data-v-713e42d8]{position:static;height:auto;border-right:0}}.item-span-wide[data-v-713e42d8]{grid-column-start:1;grid-column-end:3;grid-row-start:auto;grid-row-end:auto}.sticky[data-v-713e42d8]{position:sticky;top:3.2em;height:80vh}.equations[data-v-713e42d8]{font-style:italic}.stuff td[data-v-713e42d8]{text-align:center}.explainer[data-v-713e42d8]{max-width:25em;margin:0 auto}.menu[data-v-713e42d8]{background-color:transparent}.footer[data-v-285859f7]{position:fixed;bottom:0;background-color:#fff;width:100vw;display:flex;flex-direction:row;vertical-align:center;border-top:1px solid grey;justify-content:end}.link[data-v-285859f7]{padding:1em}a[data-v-7de12d86]{cursor:pointer}.clickable[data-v-7de12d86]{padding:1em;font-size:1.3em}.logo-link[data-v-7de12d86]{text-decoration:none;color:#000}.row[data-v-7de12d86]{display:flex;flex-direction:row}.col[data-v-7de12d86]{display:flex;flex-direction:column}.main[data-v-7de12d86]{border-bottom:1px solid grey}.spaced-between[data-v-7de12d86]{justify-content:space-between}.side-padding[data-v-7de12d86]{padding-left:2em;padding-right:2em}.vertical-centered[data-v-7de12d86]{display:flex;justify-content:center;align-items:center}.bunched-vertically-in-the-middle[data-v-7de12d86]{margin:0 auto}.fixed-nav-bar[data-v-7de12d86]{position:fixed;top:0;left:0;z-index:9999;width:100%;height:50px;background-color:#fff}.fixed-nav-bar-bottom[data-v-7de12d86]{position:fixed;top:3em;left:0;z-index:9999;width:100%;height:50px;background-color:#fff}.logo[data-v-7de12d86]{font-size:3em;margin-left:.25em}.title[data-v-7de12d86]{margin-left:.5em}.mobile-row[data-v-7de12d86]{display:flex;flex-direction:row}.mobile-row[data-v-7de12d86]:hover{background-color:#efefef;cursor:pointer}.mobile-col[data-v-7de12d86]{overflow:auto;max-height:100vh}@media (max-width: 800px){.desktop[data-v-7de12d86]{display:none}.mobile[data-v-7de12d86]{display:inline-block}.navbar-top-container[data-v-7de12d86]{display:flex;z-index:999;flex-direction:column;width:100vw;background-color:#fff;position:fixed;top:3em}.fixed-nav-bar-bottom[data-v-7de12d86]{display:none}.mobile-col[data-v-7de12d86]{max-height:86vh}}@media (min-width: 800px){.desktop[data-v-7de12d86]{display:inline-block}.mobile[data-v-7de12d86],.mobile-col[data-v-7de12d86]{display:none}}.spinner-background[data-v-580fafd0]{background-color:#80808080;position:absolute;z-index:9999;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.loader[data-v-580fafd0]{width:48px;height:48px;border:5px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-580fafd0 1s linear infinite}@keyframes rotation-580fafd0{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.col[data-v-7a42e9aa]{display:flex;flex-direction:column}.row[data-v-7a42e9aa]{display:flex;flex-direction:row}.container[data-v-7a42e9aa]{margin:1em}label[data-v-7a42e9aa]{padding:1em}.subsection[data-v-7a42e9aa]{font-weight:700}.wide[data-v-7a42e9aa]{flex-direction:column}.border-showing[data-v-7a42e9aa]{border:1px solid grey}.centered[data-v-7a42e9aa]{display:flex;justify-content:center}button[data-v-7a42e9aa]{padding:1em 3em}.width[data-v-7a42e9aa]{max-width:70em}@media (max-width: 70em){.width[data-v-7a42e9aa]{width:100vw}}.map[data-v-7a42e9aa]{width:100vw;height:60vw}@media (max-width: 840em){.map[data-v-7a42e9aa]{height:30vw}}@media ((max-height: 1200px) and (orientation: landscape)){.map[data-v-7a42e9aa]{height:25vw}}@media ((max-height: 1180px) and (orientation: portrait)){.map[data-v-7a42e9aa]{height:25vw}}@media ((max-height: 670px) and (orientation: landscape)){.map[data-v-7a42e9aa]{height:15vw}}.router-view-container[data-v-7a42e9aa]{position:relative;top:3em;display:flex;justify-content:center;align-items:center;flex-direction:column}.closable-container[data-v-6dcccaae]{width:400px;font-weight:700;background-color:#ffffd6;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0}.close[data-v-6dcccaae]{position:relative}.slot-wrapper[data-v-6dcccaae]{position:relative;top:-30px}p[data-v-6dcccaae]{padding:1em}.button[data-v-604d6f1c]{color:#fff}.main[data-v-604d6f1c]{display:flex;flex-direction:row}.container[data-v-604d6f1c]{margin:1em}.autocomplete[data-v-604d6f1c]{width:20em}.wider-input[data-v-604d6f1c]{width:30em}label[data-v-604d6f1c]{padding:1em}.subsection[data-v-604d6f1c]{font-weight:700}.wide[data-v-604d6f1c]{display:flex;flex-direction:row;align-items:center}.row[data-v-604d6f1c]{display:flex;flex-direction:row}.textarea-label[data-v-604d6f1c]{padding-top:0}textarea[data-v-604d6f1c]{width:30em}.border-showing[data-v-604d6f1c]{border:0}.centered[data-v-604d6f1c]{display:flex;justify-content:center;align-items:center}table[data-v-604d6f1c]{text-align:center}.bold[data-v-604d6f1c]{font-weight:700}.selected[data-v-604d6f1c]{background-color:#e6e6e6}.tab[data-v-604d6f1c]{width:50%;margin:0;background-color:#e6e6e6}text[data-v-604d6f1c]{dominant-baseline:hanging;font:10px Verdana,Helvetica,Arial,sans-serif;font-weight:700}.continuous[data-v-604d6f1c]{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:100vw}.continuous input[data-v-604d6f1c]{width:3em;height:1em;font-weight:700;font-size:24px;margin-left:.5em;margin-right:.5em;text-align:center}.continuous.mega .round[data-v-604d6f1c]{margin-left:.25em;margin-right:.25em}.grouping[data-v-604d6f1c]{padding:1em;border:1px solid #e6e6e6}.add-activity-groups[data-v-604d6f1c]{font-weight:700;font-size:2em;height:2em;width:2em}.message[data-v-604d6f1c]{padding-left:1em;padding-right:1em}.menu[data-v-604d6f1c]{min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.space-around[data-v-604d6f1c]{display:flex;flex-direction:row;justify-content:space-around}.menu button[data-v-604d6f1c]{border:0;background-color:#eee}.menu .tab-item[data-v-604d6f1c]{border-top:4px solid #eee}.menu button.selected[data-v-604d6f1c],.menu .button.selected[data-v-604d6f1c]{background-color:#cacaca}.container[data-v-604d6f1c]{display:flex;flex-direction:column;margin-left:0;margin-right:0}.grouping .container[data-v-604d6f1c]{display:flex;flex-direction:row;align-items:center;margin-top:0;margin-bottom:0}p[data-v-604d6f1c]{padding:1em}.grouping input[type=number][data-v-604d6f1c]{width:2em;font-size:24px}.container input[data-v-604d6f1c]{height:2em;margin-left:1em;margin-right:1em}.container select[data-v-604d6f1c]{height:3em;margin-left:1em;margin-right:1em}.autocomplete[data-v-604d6f1c]{width:auto}.row[data-v-604d6f1c]{flex-direction:row}.row button[data-v-604d6f1c]{width:100%;padding-top:1em;padding-bottom:1em}h2[data-v-604d6f1c],h3[data-v-604d6f1c],h4[data-v-604d6f1c],h5[data-v-604d6f1c]{margin-left:1em}label[data-v-604d6f1c],h2[data-v-604d6f1c]{text-align:center}.wider-input[data-v-604d6f1c],input[data-v-604d6f1c]{width:auto}.chunk[data-v-604d6f1c]{width:100vw}.container.centered button[data-v-604d6f1c]{width:50%;padding-top:1em;padding-bottom:1em}.final[data-v-604d6f1c]{justify-content:center;align-items:center}.final .button[data-v-604d6f1c]{width:50%;border:1px solid white}.collapsable[data-v-604d6f1c]{display:flex;flex-direction:row}.img[data-v-604d6f1c]{max-width:400px}.menu-button[data-v-604d6f1c]{background-color:transparent}@media (max-width: 1000px){.collapsable[data-v-604d6f1c]{flex-direction:column}}@media (min-width: 750px){.border-showing[data-v-604d6f1c],.chunk[data-v-604d6f1c]{width:750px}}.add-measurements[data-v-604d6f1c]{margin-top:3.2em}.margined[data-v-7dfd3518]{margin:1em}.toc[data-v-7dfd3518]{width:35vw;position:fixed;top:0;display:flex;flex-direction:column;height:90vh}.grid[data-v-7dfd3518]{display:grid;grid-template-columns:35vw 65vw;justify-content:center}.grid-images[data-v-7dfd3518]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto}.main[data-v-7dfd3518]{margin-left:35vw;width:60vw}.overflow[data-v-7dfd3518]{overflow:auto}.toc-button[data-v-7dfd3518]{position:fixed;right:1em;top:4em}.left-pane-image[data-v-7dfd3518]{max-width:15em}@media (min-width: 1200px){.toc-button[data-v-7dfd3518]{display:none}}@media (max-width: 1200px){.left-pane-image[data-v-7dfd3518]{max-width:8em}.grid[data-v-7dfd3518]{display:flex;flex-direction:column}.toc[data-v-7dfd3518]{position:relative;width:75vw}.main[data-v-7dfd3518]{width:75vw;margin-left:0}}.tos-header[data-v-7dfd3518]{display:flex;flex-direction:row;width:100%}th[data-v-7dfd3518],td[data-v-7dfd3518]{padding:.5em}.main[data-v-1f67e704]{display:flex;flex-direction:row}.container[data-v-1f67e704]{margin:1em}label[data-v-1f67e704]{padding:1em}.subsection[data-v-1f67e704]{text-align:center;font-weight:700;margin-left:1em}.wide[data-v-1f67e704],.row[data-v-1f67e704]{display:flex;flex-direction:row}.textarea-label[data-v-1f67e704]{padding-top:0}textarea[data-v-1f67e704]{width:30em}.border-showing[data-v-1f67e704]{border:1px solid grey}.centered[data-v-1f67e704]{display:flex;align-items:center;justify-content:center}.wider-input[data-v-1f67e704]{width:30em}button[data-v-1f67e704]{padding:1em 3em}table[data-v-1f67e704]{text-align:center;padding:2em}.scrollable[data-v-1f67e704]{overflow-y:scroll;height:72em}.scroll-table[data-v-1f67e704]{height:40em;overflow-y:scroll}.col[data-v-1f67e704]{display:flex;flex-direction:column}.margined[data-v-1f67e704]{margin:2em}.padded[data-v-1f67e704],th[data-v-1f67e704]{padding:1em}.font-light[data-v-1f67e704]{font-weight:400}td[data-v-1f67e704]{padding:1em}span[data-v-1f67e704]{line-height:2em}.highlight[data-v-1f67e704]{font-style:italic;font-weight:700}img[data-v-1f67e704]{width:4em}p[data-v-1f67e704],li[data-v-1f67e704]{line-height:2em}.bold[data-v-1f67e704]{font-weight:700}.italic[data-v-1f67e704]{font-style:italic}.clicked[data-v-1f67e704]{background-color:#e6e6e6}.color-cell[data-v-1f67e704]{font-weight:700;color:#fff;text-shadow:1px 1px 2px black;padding:1em}.quote[data-v-1f67e704]{font-style:italic;padding-left:2em}div[data-v-1f67e704]{scroll-behavior:smooth}.left-pane[data-v-1f67e704]{width:20rem;height:50em;position:fixed;left:0;border-right:0px;border-top:0px;border-bottom:0px}.right-pane[data-v-1f67e704]{width:70vw;height:auto;margin-left:20rem}.link-h1[data-v-1f67e704]{margin-left:2em;margin-top:1em}.icon-img[data-v-1f67e704]{width:10rem;height:10rem}.link-h2[data-v-1f67e704]{margin-left:3em;margin-top:1em}@media (max-width: 840em){.centered[data-v-1f67e704]{overflow-x:auto}}@media (max-width: 1080px){.left-pane[data-v-1f67e704]{display:none;position:unset}.right-pane[data-v-1f67e704]{margin-left:0;width:100vw}}.margined[data-v-fd788098]{margin:1em}tr:hover.clickable[data-v-7c656e78]{background-color:#efefef;cursor:pointer}.clicked[data-v-7c656e78]{background-color:#e6e6e6}td[data-v-7c656e78]{padding:1em;text-align:center;margin:auto;vertical-align:middle;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}td.containing-cell[data-v-7c656e78]{width:7em}button[data-v-7c656e78]{padding:1em 3em}.col[data-v-7c656e78]{display:flex;flex-direction:column}.horizontally-center[data-v-7c656e78]{display:flex;justify-content:center}.margined[data-v-7c656e78]{margin:1em}.emojis[data-v-7c656e78]{font-size:xx-large;text-shadow:1px 1px 2px black}.risk-score[data-v-7c656e78]{border-radius:100%;width:2em;height:2em}a[data-v-7c656e78]{text-decoration:none}.score[data-v-7c656e78]:hover:after{content:"Click grade for full analysis"}@media (max-width: 800px){.middle-controls[data-v-7c656e78]{display:flex;flex-direction:column}.controls[data-v-7c656e78]{width:auto}.desktop[data-v-7c656e78]{display:none}}@media (min-width: 800px){.middle-controls[data-v-7c656e78]{display:flex;flex-direction:row}.desktop[data-v-7c656e78]{display:table-cell}}button[data-v-4d871447]{display:flex;cursor:pointer}tr:hover.clickable[data-v-3765521e]{background-color:#efefef;cursor:pointer}.clicked[data-v-3765521e]{background-color:#e6e6e6}td[data-v-3765521e]{text-align:center;vertical-align:center}.col[data-v-3765521e]{display:flex;flex-direction:column;align-items:center}.horizontally-center[data-v-3765521e]{display:flex;justify-content:center}.margined[data-v-3765521e]{display:flex;justify-content:center;padding:.5em;margin:0 1em}th[data-v-3765521e]{background:#eee}.scrollable[data-v-3765521e]{overflow-y:auto;height:80vh;width:100%}.scrollable table[data-v-3765521e]{width:100%}.scrollable thead th[data-v-3765521e]{position:sticky;top:0}.row[data-v-3765521e]{display:flex;flex-direction:row}.justify-space-between[data-v-3765521e]{display:flex;justify-items:space-between;align-items:center}.controls[data-v-3765521e]{padding-top:1em;padding-bottom:1em;width:100%;background-color:#eee}.button[data-v-3765521e]{display:flex;color:#fff;border:none;font-weight:700;border-radius:2%;text-decoration:none}.buttons[data-v-3765521e]{min-width:15em}.pin[data-v-3765521e]{border:0;padding:0}th[data-v-3765521e]{padding:1em}.space-around[data-v-3765521e]{display:flex;justify-content:space-around;align-items:center}.filter-button[data-v-3765521e]{cursor:pointer}@media (max-width: 1400px){.col[data-v-3765521e]{height:60vh}}@media (max-width: 800px){.middle-controls[data-v-3765521e]{display:flex;flex-direction:column}.controls[data-v-3765521e]{width:100%}.scrollable[data-v-3765521e]{font-size:.9em}}@media (min-width: 800px){.middle-controls[data-v-3765521e]{display:flex;flex-direction:row}.desktop[data-v-3765521e]{display:table-cell}}.col[data-v-69f8ffab]{display:flex;flex-direction:column}.row[data-v-69f8ffab]{display:flex;flex-direction:row}.container[data-v-69f8ffab]{margin:1em}label[data-v-69f8ffab]{padding:1em}.subsection[data-v-69f8ffab]{font-weight:700}.body[data-v-69f8ffab]{top:3.2em;width:100vw}.wide[data-v-69f8ffab]{flex-direction:column}.border-showing[data-v-69f8ffab]{border:1px solid grey}.centered[data-v-69f8ffab]{display:flex;justify-content:center;align-items:center}.column[data-v-69f8ffab]{display:flex;flex-direction:column;align-items:center}button[data-v-69f8ffab]{padding:1em 3em}.filters[data-v-69f8ffab]{position:relative;top:0;left:0;height:90vh}.map[data-v-69f8ffab]{height:90vh}.icon[data-v-69f8ffab]{font-size:2em;padding:.125em .25em;text-shadow:1px 1px 2px black}.icon[data-v-69f8ffab]:hover{background-color:#efefef}.clicked[data-v-69f8ffab]{background-color:#e6e6e6}.absolute[data-v-69f8ffab]{position:absolute}.icon-col[data-v-69f8ffab]{background-color:#ccc;padding-right:.25em;padding-left:.25em;height:9rem}.space-between[data-v-69f8ffab]{display:flex;justify-content:space-between}.scrollable[data-v-69f8ffab]{overflow-y:auto}p[data-v-69f8ffab]{padding:1em}.padded[data-v-69f8ffab]{padding:.5em}.grid[data-v-69f8ffab]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.align-items-center[data-v-69f8ffab]{display:flex;align-items:center}.grade-info[data-v-69f8ffab]{text-align:center;max-width:20em}th[data-v-69f8ffab]{padding:0 1em}.location-type[data-v-69f8ffab]:hover{background-color:#efefef;cursor:pointer}.location-types[data-v-69f8ffab]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.topFilterRow[data-v-69f8ffab]{border-bottom:1px solid #eee}@media (max-width: 700px){.location-type[data-v-69f8ffab]{width:100vw;display:flex;justify-content:center}.location-types[data-v-69f8ffab]{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media (max-width: 1400px){.grid[data-v-69f8ffab]{display:flex;flex-direction:column}.map[data-v-69f8ffab]{max-height:33%}.body[data-v-69f8ffab]{height:90vh}.filters[data-v-69f8ffab]{width:100vw}}.main[data-v-31a28103]{display:flex;flex-direction:column}p[data-v-31a28103]{margin:1em}.quote[data-v-31a28103]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-31a28103]{margin-left:2em}.credentials[data-v-31a28103]{margin-left:3em}.italic[data-v-31a28103]{font-style:italic}.tagline[data-v-31a28103]{text-align:center;font-weight:700}.call-to-actions[data-v-31a28103]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-31a28103]{text-decoration:none}.main[data-v-31a28103]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.centered[data-v-31a28103]{display:flex;justify-content:space-around}img[data-v-31a28103]{width:30em}.top-container[data-v-31a28103]{margin-bottom:5em}@media (max-width: 700px){img[data-v-31a28103]{width:100vw}.call-to-actions[data-v-31a28103]{height:14em}}.circle[data-v-48cf7880]{border-radius:100%;width:1em;height:1em;border:1px solid black}.pair[data-v-48cf7880]{display:flex;flex-direction:row;align-items:center}.pair[data-v-48cf7880]:hover{cursor:pointer}.text[data-v-48cf7880]{color:#aaa;margin-left:1em}.selected .text[data-v-48cf7880]{color:#000}.main[data-v-41ac76d2]{display:flex;flex-direction:column}.add-facial-measurements-button[data-v-41ac76d2]{margin:1em auto}input[type=number][data-v-41ac76d2]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.text-for-other[data-v-41ac76d2]{margin:0 1.25em}.menu[data-v-41ac76d2]{justify-content:center;background-color:#eee;margin:0 2em}.row[data-v-41ac76d2]{display:flex;flex-direction:row}.row button[data-v-41ac76d2]{width:100%;padding-top:1em;padding-bottom:1em}.flex-dir-col[data-v-41ac76d2]{display:flex;flex-direction:column}p[data-v-41ac76d2]{margin:1em}select[data-v-41ac76d2]{padding:.25em}.quote[data-v-41ac76d2]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-41ac76d2]{margin-left:2em}.credentials[data-v-41ac76d2]{margin-left:3em}.italic[data-v-41ac76d2]{font-style:italic}.tagline[data-v-41ac76d2]{text-align:center;font-weight:700}.call-to-actions[data-v-41ac76d2]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-41ac76d2]{text-decoration:none}.label-input[data-v-41ac76d2]{align-items:center;justify-content:space-between}.main[data-v-41ac76d2]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.centered[data-v-41ac76d2]{display:flex;justify-content:space-around}.adaptive-wide img[data-v-41ac76d2]{width:100%}img[data-v-41ac76d2]{width:30em}#tabToShowMobile[data-v-41ac76d2]{font-size:1.5em}.edit-facial-measurements[data-v-41ac76d2]{display:flex;flex-direction:row}@media (min-width: 700px){#tabToShowMobile[data-v-41ac76d2]{display:none}}@media (max-width: 700px){img[data-v-41ac76d2]{width:100vw}.call-to-actions[data-v-41ac76d2]{height:14em}.edit-facial-measurements[data-v-41ac76d2]{flex-direction:column}#tabToShow[data-v-41ac76d2]{display:none}}.popup[data-v-95f9ac42]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.content[data-v-95f9ac42]{background-color:#fff;padding:2em;border-radius:8px;max-width:600px;max-height:80vh;overflow-y:auto;margin:2em;position:relative}.close[data-v-95f9ac42]{position:absolute;top:10px;right:10px;z-index:1001;margin-left:0;margin-right:0}.slot-wrapper[data-v-95f9ac42]{position:relative}p[data-v-95f9ac42]{padding:1em}button[data-v-95fe600c]{display:flex;cursor:pointer;padding:.25em}input[type=number][data-v-95fe600c]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.explanation[data-v-95fe600c]{display:flex;flex-direction:column;align-items:center}p[data-v-95fe600c]{margin:1em}.justify-content-center[data-v-95fe600c]{display:flex;justify-content:center}.adaptive-wide img[data-v-95fe600c]{width:100%}img[data-v-95fe600c]{max-width:30em}tbody tr[data-v-95fe600c]:hover{cursor:pointer;background-color:#e6e6e6}th[data-v-95fe600c],td[data-v-95fe600c]{text-align:center}.num[data-v-95fe600c]{width:3em}tr.checkboxes td[data-v-95fe600c]{display:flex;flex-direction:row}@media (max-width: 700px){#search[data-v-95fe600c]{width:70vw;padding:1em}}.main[data-v-4e5a173a],.flex-dir-col[data-v-4e5a173a]{display:flex;flex-direction:column}p[data-v-4e5a173a]{margin:1em}.quote[data-v-4e5a173a]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-4e5a173a]{margin-left:2em}.credentials[data-v-4e5a173a]{margin-left:3em}.italic[data-v-4e5a173a]{font-style:italic}.tagline[data-v-4e5a173a]{text-align:center;font-weight:700}.call-to-actions[data-v-4e5a173a]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-4e5a173a]{text-decoration:none}.main[data-v-4e5a173a]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.centered[data-v-4e5a173a]{display:flex;justify-content:space-around}img[data-v-4e5a173a]{width:30em}.question[data-v-4e5a173a]{padding-left:1em}.number[data-v-4e5a173a]{width:5em}@media (max-width: 700px){img[data-v-4e5a173a]{width:100vw}.call-to-actions[data-v-4e5a173a]{height:14em}.number[data-v-4e5a173a]{width:95vw;padding-top:1em;padding-bottom:1em}}.scatter-plot[data-v-488ffa89]{display:flex;flex-direction:column;align-items:center;padding:1em}.plot[data-v-488ffa89]{background-color:#fff;border:1px solid #ddd;border-radius:4px}.title[data-v-488ffa89]{text-align:center;margin-bottom:1em}text[data-v-488ffa89]{font-size:12px;font-family:Arial,sans-serif}.axis-limit[data-v-488ffa89]{font-size:10px;fill:#666}.main[data-v-1acd3ae7]{display:flex;flex-direction:column}.add-facial-measurements-button[data-v-1acd3ae7]{margin:1em auto}input[type=number][data-v-1acd3ae7]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.has-minimal-width[data-v-1acd3ae7]{min-width:25em}.text-for-other[data-v-1acd3ae7]{margin:0 1.25em}.justify-content-center[data-v-1acd3ae7]{display:flex;justify-content:center}.justify-items-center[data-v-1acd3ae7]{display:flex;justify-items:center}.almost-full-width[data-v-1acd3ae7]{width:90%}.input-list[data-v-1acd3ae7]{min-width:20em}.menu[data-v-1acd3ae7]{justify-content:space-between;margin-top:0;margin-bottom:0}.row[data-v-1acd3ae7]{display:flex;flex-direction:row}.row .button[data-v-1acd3ae7]{width:100%;margin:1em;max-width:10em}.risk-score[data-v-1acd3ae7]{border-radius:100%;width:5em;height:5em}.flex-dir-col[data-v-1acd3ae7]{display:flex;flex-direction:column}p[data-v-1acd3ae7]{margin:1em}select[data-v-1acd3ae7]{padding:.25em}.quote[data-v-1acd3ae7]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-1acd3ae7]{margin-left:2em}.credentials[data-v-1acd3ae7]{margin-left:3em}.italic[data-v-1acd3ae7]{font-style:italic}.tagline[data-v-1acd3ae7]{text-align:center;font-weight:700;margin-right:2em;margin-bottom:0}.text-align-center[data-v-1acd3ae7]{text-align:center}.align-items-center[data-v-1acd3ae7]{display:flex;flex-direction:column;align-items:center}p.left-pane[data-v-1acd3ae7]{max-width:50%}p.narrow-p[data-v-1acd3ae7]{max-width:40em}.notes[data-v-1acd3ae7]{max-width:20em}.call-to-actions[data-v-1acd3ae7]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-1acd3ae7]{text-decoration:none}.label-input[data-v-1acd3ae7]{align-items:center;justify-content:space-between}.grid.edit[data-v-1acd3ae7]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.grid[data-v-1acd3ae7]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto}.grid.view.quad[data-v-1acd3ae7]{grid-template-columns:25% 25% 25% 25%}.grid.view.triple[data-v-1acd3ae7]{grid-template-columns:33% 33% 33%}.grid.view.dual[data-v-1acd3ae7]{grid-template-columns:50% 50%}.grid.view.single[data-v-1acd3ae7]{grid-template-columns:33% 33%}.grid.dual[data-v-1acd3ae7]{grid-template-columns:50% 50%}.centered[data-v-1acd3ae7]{display:flex;justify-content:center}.adaptive-wide img[data-v-1acd3ae7]{width:100%}img[data-v-1acd3ae7]{max-width:30em}img.preview[data-v-1acd3ae7]{max-width:20em}.edit-facial-measurements[data-v-1acd3ae7]{display:flex;flex-direction:row}th[data-v-1acd3ae7],td[data-v-1acd3ae7]{padding:.5em;text-align:center}.navigator[data-v-1acd3ae7]{font-size:1.5em}.bar-charts[data-v-1acd3ae7]{grid-template-columns:33% 33% 33%}.header[data-v-1acd3ae7]{width:90vw;position:fixed;background-color:#fff;display:flex;justify-content:center;padding-top:1em}.main-section[data-v-1acd3ae7]{margin-top:5em}.tab-set[data-v-1acd3ae7]{margin-left:2em;margin-right:2em}.title[data-v-1acd3ae7]{text-align:center}.card[data-v-1acd3ae7]{padding:1em}.filterCheckbox[data-v-1acd3ae7]{display:flex;justify-content:center}.contextualizePopup[data-v-1acd3ae7]{position:fixed;display:flex;justify-content:center;width:100%;margin-top:10em}#contextualize-button[data-v-1acd3ae7]{margin-left:2em;margin-right:2em}@media (max-width: 1300px){.grid.view[data-v-1acd3ae7],.grid.view.quad[data-v-1acd3ae7]{grid-template-columns:50% 50%}.grid.bar-charts[data-v-1acd3ae7]{grid-template-columns:100%}}@media (max-width: 1000px){.grid.triple[data-v-1acd3ae7],.grid.view.triple[data-v-1acd3ae7],.grid.view.quad[data-v-1acd3ae7]{grid-template-columns:100%}.header[data-v-1acd3ae7]{flex-direction:column}.main-section[data-v-1acd3ae7]{margin-top:12em}}@media (max-width: 700px){img[data-v-1acd3ae7]{width:100vw}.call-to-actions[data-v-1acd3ae7]{height:14em}.edit-facial-measurements[data-v-1acd3ae7]{flex-direction:column}.grid.view[data-v-1acd3ae7]{grid-template-columns:100%}.hide-when-mobile[data-v-1acd3ae7]{display:none}.buttons[data-v-1acd3ae7],.edit tr[data-v-1acd3ae7]{display:flex;flex-direction:column;align-items:center}input[data-v-1acd3ae7]{width:95vw}#contextualize-button[data-v-1acd3ae7]{margin-left:0;margin-right:0}.main-section[data-v-1acd3ae7]{margin-top:15em}select[data-v-1acd3ae7]{width:97vw}.navigator[data-v-1acd3ae7]{width:98vw}}@media (min-width: 700px){.hide-when-not-mobile[data-v-1acd3ae7]{display:none}.buttons[data-v-1acd3ae7]{flex-direction:row}}button[data-v-094883c9]{display:flex;cursor:pointer;padding:.25em}@media (max-width: 700px){.icon[data-v-094883c9]{padding:1em}}.flex[data-v-4288c4e8]{display:flex}.main[data-v-4288c4e8]{display:flex;flex-direction:column}.add-facial-measurements-button[data-v-4288c4e8]{margin:1em auto}.card[data-v-4288c4e8]{padding:1em 0}.pointable[data-v-4288c4e8]:hover{background-color:#eee;cursor:pointer}.text-row[data-v-4288c4e8]{padding:.5em}.text-row[data-v-4288c4e8]:hover{background-color:#eee}.card .description[data-v-4288c4e8]{padding:1em 0}input[type=number][data-v-4288c4e8]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-4288c4e8]{max-width:10em;max-height:10em}td[data-v-4288c4e8],th[data-v-4288c4e8]{padding:.5em}.text-for-other[data-v-4288c4e8]{margin:0 1.25em}.justify-items-center[data-v-4288c4e8]{justify-items:center}.menu[data-v-4288c4e8]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-4288c4e8]{display:flex;flex-direction:row}.flex-dir-col[data-v-4288c4e8]{display:flex;flex-direction:column}select[data-v-4288c4e8]{padding:.25em}.quote[data-v-4288c4e8]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-4288c4e8]{margin-left:2em}.credentials[data-v-4288c4e8]{margin-left:3em}.italic[data-v-4288c4e8]{font-style:italic}.tagline[data-v-4288c4e8]{text-align:center;font-weight:700}.align-items-center[data-v-4288c4e8]{display:flex;align-items:center}p.left-pane[data-v-4288c4e8]{max-width:50%}p.narrow-p[data-v-4288c4e8]{max-width:40em;padding:1em}.call-to-actions[data-v-4288c4e8]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-4288c4e8]{text-decoration:none}.label-input[data-v-4288c4e8]{align-items:center;justify-content:space-between}.main[data-v-4288c4e8],.grid.selectedMask[data-v-4288c4e8]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto}.align-content-center[data-v-4288c4e8]{display:flex;align-content:center}.justify-content-center[data-v-4288c4e8]{display:flex;justify-content:center}.adaptive-wide img[data-v-4288c4e8]{width:100%}img[data-v-4288c4e8]{max-width:30em}.edit-facial-measurements[data-v-4288c4e8]{display:flex;flex-direction:row}tbody tr[data-v-4288c4e8]:hover{cursor:pointer}.grid[data-v-4288c4e8]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto}.grid.qlft[data-v-4288c4e8]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.grid.qlft.one-col[data-v-4288c4e8]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.text-align-center[data-v-4288c4e8]{text-align:center}p[data-v-4288c4e8]{max-width:50em}.instructions[data-v-4288c4e8]{overflow:scroll;max-height:32em}h3[data-v-4288c4e8]{padding:1em}input[type=number][data-v-4288c4e8]{width:6em}.top-container[data-v-4288c4e8]{margin-bottom:5em}.top-container>div[data-v-4288c4e8]{padding-left:1em;padding-right:1em}.grid.selectedMask.oneCol[data-v-4288c4e8]{display:grid;grid-template-columns:100%;grid-template-rows:auto}@media (max-width: 700px){img[data-v-4288c4e8]{width:100vw}.instructions p[data-v-4288c4e8],h4[data-v-4288c4e8]{padding:1em}.call-to-actions[data-v-4288c4e8]{height:14em}.edit-facial-measurements[data-v-4288c4e8]{flex-direction:column}.row.buttons[data-v-4288c4e8]{flex-direction:column;width:95vw}.grid.qlft[data-v-4288c4e8]{grid-template-columns:100%}.main[data-v-4288c4e8],.grid.selectedMask[data-v-4288c4e8],.grid.selectedMask.oneCol[data-v-4288c4e8]{display:grid;grid-template-columns:100%;grid-template-rows:auto}}.flex[data-v-3f87417d]{display:flex}button[data-v-3f87417d]{display:flex;cursor:pointer;padding:.25em}.add-facial-measurements-button[data-v-3f87417d]{margin:1em auto}.card[data-v-3f87417d]{padding:1em 0}.card[data-v-3f87417d]:hover{cursor:pointer;background-color:#e6e6e6}.card .description[data-v-3f87417d]{padding:1em}input[type=number][data-v-3f87417d]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-3f87417d]{max-width:10em;max-height:10em}.text-for-other[data-v-3f87417d]{margin:0 1.25em}.justify-items-center[data-v-3f87417d]{justify-items:center}.menu[data-v-3f87417d]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-3f87417d]{display:flex;flex-direction:row}.flex-dir-col[data-v-3f87417d]{display:flex;flex-direction:column}p[data-v-3f87417d]{margin:1em}select[data-v-3f87417d]{padding:.25em}.quote[data-v-3f87417d]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-3f87417d]{margin-left:2em}.credentials[data-v-3f87417d]{margin-left:3em}.italic[data-v-3f87417d]{font-style:italic}.tagline[data-v-3f87417d]{text-align:center;font-weight:700}.align-items-center[data-v-3f87417d]{display:flex;align-items:center}p.left-pane[data-v-3f87417d]{max-width:50%}p.narrow-p[data-v-3f87417d]{max-width:40em}.call-to-actions[data-v-3f87417d]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-3f87417d]{text-decoration:none}.label-input[data-v-3f87417d]{align-items:center;justify-content:space-between}.justify-content-center[data-v-3f87417d]{display:flex;justify-content:center}.adaptive-wide img[data-v-3f87417d]{width:100%}img[data-v-3f87417d]{max-width:30em}.edit-facial-measurements[data-v-3f87417d]{display:flex;flex-direction:row}.masks[data-v-3f87417d]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;overflow-y:auto;height:75vh}tbody tr[data-v-3f87417d]:hover{cursor:pointer;background-color:#e6e6e6}.tape-measure[data-v-3f87417d]{margin-right:.5em;max-width:1.5em}.risk-score[data-v-3f87417d]{width:5em;height:3em;font-size:1em;padding-left:.5em;padding-right:.5em}.sticky[data-v-3f87417d]{position:fixed;top:3em}th[data-v-3f87417d],td[data-v-3f87417d]{padding-left:.5em;padding-right:.5em;text-align:center}.popup[data-v-3f87417d]{top:3em}.button[data-v-3f87417d]{margin:1em}h3[data-v-3f87417d]{padding-left:1em;padding-right:1em}@media (max-width: 700px){img[data-v-3f87417d]{width:100vw}.call-to-actions[data-v-3f87417d]{height:14em}.edit-facial-measurements[data-v-3f87417d]{flex-direction:column}}@media (max-width: 700px){.masks[data-v-3f87417d]{grid-template-columns:100%;overflow:auto;height:65vh}#search[data-v-3f87417d]{width:70vw;padding:1em}.icon[data-v-3f87417d]{padding:1em}.thumbnail[data-v-3f87417d]{max-width:70vw;max-height:none}}.flex[data-v-d5288322]{display:flex}.main[data-v-d5288322]{display:flex;flex-direction:column}button[data-v-d5288322]{display:flex;cursor:pointer;padding:.25em}.add-facial-measurements-button[data-v-d5288322]{margin:1em auto}.card[data-v-d5288322]{padding:1em 0}.card[data-v-d5288322]:hover{cursor:pointer;background-color:#e6e6e6}.card .description[data-v-d5288322]{padding:1em}input[type=number][data-v-d5288322]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-d5288322]{max-width:10em;max-height:10em}.text-for-other[data-v-d5288322]{margin:0 1.25em}.justify-items-center[data-v-d5288322]{justify-items:center}.menu[data-v-d5288322]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-d5288322]{display:flex;flex-direction:row}.flex-dir-col[data-v-d5288322]{display:flex;flex-direction:column}p[data-v-d5288322]{margin:1em}select[data-v-d5288322]{padding:.25em}ul li[data-v-d5288322]{list-style-type:none}.colorLabel[data-v-d5288322]{margin-left:1em}.quote[data-v-d5288322]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-d5288322]{margin-left:2em}.credentials[data-v-d5288322]{margin-left:3em}.italic[data-v-d5288322]{font-style:italic}.tagline[data-v-d5288322]{text-align:center;font-weight:700}.align-items-center[data-v-d5288322]{display:flex;align-items:center}p.left-pane[data-v-d5288322]{max-width:50%}p.narrow-p[data-v-d5288322]{max-width:40em}.call-to-actions[data-v-d5288322]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-d5288322]{text-decoration:none}.label-input[data-v-d5288322]{align-items:center;justify-content:space-between}.main[data-v-d5288322]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.justify-content-center[data-v-d5288322]{display:flex;justify-content:center}.adaptive-wide img[data-v-d5288322]{width:100%}img[data-v-d5288322]{max-width:30em}.edit-facial-measurements[data-v-d5288322]{display:flex;flex-direction:row}.grid[data-v-d5288322]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;overflow-y:auto;height:75vh}.targeted[data-v-d5288322]{padding-left:5em}tbody tr[data-v-d5288322]:hover{cursor:pointer;background-color:#e6e6e6}.tape-measure[data-v-d5288322]{margin-right:.5em;max-width:1.5em}.risk-score[data-v-d5288322]{width:5em;height:3em;font-size:1em}.sticky[data-v-d5288322]{position:fixed;top:3em}th[data-v-d5288322],td[data-v-d5288322]{text-align:center}.num[data-v-d5288322]{width:3em}tr.options td[data-v-d5288322],.filterCheckbox[data-v-d5288322]{display:flex;flex-direction:row}.options[data-v-d5288322]:hover{cursor:pointer}.sort-table[data-v-d5288322]{width:20em}.wide[data-v-d5288322]{display:flex;flex-direction:row}@media (max-width: 700px){.grid[data-v-d5288322]{grid-template-columns:50% 50%}}@media (max-width: 700px){img[data-v-d5288322]{width:100vw}.call-to-actions[data-v-d5288322]{height:14em}.edit-facial-measurements[data-v-d5288322]{flex-direction:column}}@media (max-width: 700px){.grid[data-v-d5288322]{grid-template-columns:100%}#search[data-v-d5288322]{width:70vw;padding:1em}.icon[data-v-d5288322]{padding:1em}.thumbnail[data-v-d5288322]{max-width:70vw;max-height:none}.targeted[data-v-d5288322]{padding-left:50vw}.main[data-v-d5288322]{overflow:auto;height:65vh}}.flex[data-v-d8b76bde]{display:flex}.main[data-v-d8b76bde]{display:flex;flex-direction:column}button[data-v-d8b76bde]{display:flex;cursor:pointer;padding:.25em}.add-facial-measurements-button[data-v-d8b76bde]{margin:1em auto}.card[data-v-d8b76bde]{padding:1em 0}.card[data-v-d8b76bde]:hover{cursor:pointer;background-color:#e6e6e6}.card .description[data-v-d8b76bde]{padding:1em}input[type=number][data-v-d8b76bde]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-d8b76bde]{max-width:10em;max-height:10em}.text-for-other[data-v-d8b76bde]{margin:0 1.25em}.justify-items-center[data-v-d8b76bde]{justify-items:center}.menu[data-v-d8b76bde]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-d8b76bde]{display:flex;flex-direction:row}.flex-dir-col[data-v-d8b76bde]{display:flex;flex-direction:column}p[data-v-d8b76bde]{margin:1em}select[data-v-d8b76bde]{padding:.25em}.quote[data-v-d8b76bde]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-d8b76bde]{margin-left:2em}.credentials[data-v-d8b76bde]{margin-left:3em}.italic[data-v-d8b76bde]{font-style:italic}.tagline[data-v-d8b76bde]{text-align:center;font-weight:700}.align-items-center[data-v-d8b76bde]{display:flex;align-items:center}p.left-pane[data-v-d8b76bde]{max-width:50%}p.narrow-p[data-v-d8b76bde]{max-width:40em}.call-to-actions[data-v-d8b76bde]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-d8b76bde]{text-decoration:none}.label-input[data-v-d8b76bde]{align-items:center;justify-content:space-between}.main[data-v-d8b76bde]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.justify-content-center[data-v-d8b76bde]{display:flex;justify-content:center}.adaptive-wide img[data-v-d8b76bde]{width:100%}img[data-v-d8b76bde]{max-width:30em}.edit-facial-measurements[data-v-d8b76bde]{display:flex;flex-direction:row}.grid[data-v-d8b76bde]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;overflow-y:auto;height:75vh}.targeted[data-v-d8b76bde]{padding-left:5em}tbody tr[data-v-d8b76bde]:hover{cursor:pointer;background-color:#e6e6e6}.tape-measure[data-v-d8b76bde]{margin-right:.5em;max-width:1.5em}.risk-score[data-v-d8b76bde]{width:5em;height:3em;font-size:1em}.sticky[data-v-d8b76bde]{position:fixed;top:3em}th[data-v-d8b76bde],td[data-v-d8b76bde]{text-align:center}@media (max-width: 700px){.grid[data-v-d8b76bde]{grid-template-columns:50% 50%}}@media (max-width: 700px){img[data-v-d8b76bde]{width:100vw}.call-to-actions[data-v-d8b76bde]{height:14em}.edit-facial-measurements[data-v-d8b76bde]{flex-direction:column}}@media (max-width: 700px){.grid[data-v-d8b76bde]{grid-template-columns:100%}#search[data-v-d8b76bde]{width:70vw;padding:1em}.icon[data-v-d8b76bde]{padding:1em}.thumbnail[data-v-d8b76bde]{max-width:70vw;max-height:none}.targeted[data-v-d8b76bde]{padding-left:50vw}.main[data-v-d8b76bde]{overflow:auto;height:65vh}}.flex[data-v-5d693f84]{display:flex}.main[data-v-5d693f84]{display:flex;flex-direction:column}.add-facial-measurements-button[data-v-5d693f84]{margin:1em auto}.card[data-v-5d693f84]{cursor:pointer;padding:1em 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.card .description[data-v-5d693f84]{padding:1em 0}input[type=number][data-v-5d693f84]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}td[data-v-5d693f84],th[data-v-5d693f84]{padding:1em}.text-for-other[data-v-5d693f84]{margin:0 1.25em}.justify-items-center[data-v-5d693f84]{justify-items:center}.menu[data-v-5d693f84]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-5d693f84]{display:flex;flex-direction:row}.flex-dir-col[data-v-5d693f84]{display:flex;flex-direction:column}p[data-v-5d693f84]{margin:1em}select[data-v-5d693f84],label[data-v-5d693f84]{margin:1em;padding:.25em}.quote[data-v-5d693f84]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-5d693f84]{margin-left:2em}.credentials[data-v-5d693f84]{margin-left:3em}.italic[data-v-5d693f84]{font-style:italic}.tagline[data-v-5d693f84]{text-align:center;font-weight:700}.align-items-center[data-v-5d693f84]{display:flex;align-items:center}p.left-pane[data-v-5d693f84]{max-width:50%}p.narrow-p[data-v-5d693f84]{max-width:40em}.call-to-actions[data-v-5d693f84]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-5d693f84]{text-decoration:none}.label-input[data-v-5d693f84]{align-items:center;justify-content:space-between}.main[data-v-5d693f84]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.justify-content-center[data-v-5d693f84]{display:flex;justify-content:center}.adaptive-wide img[data-v-5d693f84]{width:100%}img[data-v-5d693f84]{max-width:30em}.edit-facial-measurements[data-v-5d693f84]{display:flex;flex-direction:row}.thumbnail[data-v-5d693f84]{max-width:10em;max-height:10em}table th[data-v-5d693f84]{position:sticky;top:0;background-color:#eee}.status[data-v-5d693f84]{padding:.5em;min-width:7em;text-align:center}tbody tr[data-v-5d693f84]:hover{cursor:pointer}.grid[data-v-5d693f84]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.text-align-center[data-v-5d693f84]{text-align:center}.scrollable[data-v-5d693f84]{overflow-y:auto;height:75vh;width:100%}tbody tr[data-v-5d693f84]:hover{cursor:pointer;background-color:#e6e6e6}.padded[data-v-5d693f84]{padding:.5em}.mobileView[data-v-5d693f84]{display:none}@media (max-width: 1450px){#search[data-v-5d693f84]{width:70vw;padding:1em}.status[data-v-5d693f84]{min-width:3em}.mobileView[data-v-5d693f84]{display:flex}.desktopView[data-v-5d693f84]{display:none}table th[data-v-5d693f84]{position:static}img[data-v-5d693f84]{width:50vw}.call-to-actions[data-v-5d693f84]{height:14em}.edit-facial-measurements[data-v-5d693f84]{flex-direction:column}.thumbnail[data-v-5d693f84]{max-height:none}}@media (max-width: 950px){#search[data-v-5d693f84]{width:70vw;padding:1em}.grid[data-v-5d693f84]{grid-template-columns:100%}.status[data-v-5d693f84]{min-width:3em}.mobileView[data-v-5d693f84]{display:flex}.desktopView[data-v-5d693f84]{display:none}table th[data-v-5d693f84]{position:static}img[data-v-5d693f84]{width:50vw}.call-to-actions[data-v-5d693f84]{height:14em}.edit-facial-measurements[data-v-5d693f84]{flex-direction:column}.thumbnail[data-v-5d693f84]{max-width:50vw;max-height:none}}.margined[data-v-d1b9d75e]{margin:1em}.toc[data-v-d1b9d75e]{width:35vw;position:fixed;top:0;display:flex;flex-direction:column;height:90vh}.grid[data-v-d1b9d75e]{display:grid;grid-template-columns:35vw 65vw;justify-content:center}.grid.even[data-v-d1b9d75e]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.center[data-v-d1b9d75e]{display:flex;justify-content:center}.grid-images[data-v-d1b9d75e]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.main[data-v-d1b9d75e]{margin-left:35vw;width:60vw}.overflow[data-v-d1b9d75e]{overflow:auto}.toc-button[data-v-d1b9d75e]{position:fixed;right:1em;top:4em}.left-pane-image[data-v-d1b9d75e]{max-width:15em}figure[data-v-d1b9d75e]{display:flex;justify-content:center;flex-direction:column;align-items:center}img[data-v-d1b9d75e]{max-width:700px}.tos-header[data-v-d1b9d75e]{display:flex;flex-direction:row;width:100%}th[data-v-d1b9d75e],td[data-v-d1b9d75e]{padding:.5em}.single-image[data-v-d1b9d75e]{max-width:40em}@media (min-width: 1200px){.toc-button[data-v-d1b9d75e]{display:none}}@media (min-width: 1201px){.grid.even[data-v-d1b9d75e]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.grid.even img[data-v-d1b9d75e]{width:100%}}@media (max-width: 1200px){.grid[data-v-d1b9d75e]{display:flex;flex-direction:column}.grid.even[data-v-d1b9d75e]{display:grid;grid-template-columns:50vw 50vw;grid-template-rows:auto}.grid.even img[data-v-d1b9d75e]{width:100%}.toc[data-v-d1b9d75e]{position:relative;width:75vw}.main[data-v-d1b9d75e]{width:75vw;margin-left:0}img[data-v-d1b9d75e]{max-width:90vw}}@media (max-width: 900px){.grid.even[data-v-d1b9d75e]{display:grid;grid-template-columns:100vw}.single-image[data-v-d1b9d75e]{max-width:20em}}.main[data-v-7b7a8db6]{display:flex;flex-direction:column}p[data-v-7b7a8db6]{margin:1em}th[data-v-7b7a8db6],td[data-v-7b7a8db6]{padding:.5em}.quote[data-v-7b7a8db6]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-7b7a8db6]{margin-left:2em}.credentials[data-v-7b7a8db6]{margin-left:3em}.italic[data-v-7b7a8db6]{font-style:italic}.tagline[data-v-7b7a8db6]{text-align:center;font-weight:700}.call-to-actions[data-v-7b7a8db6]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-7b7a8db6]{text-decoration:none}.main[data-v-7b7a8db6]{display:flex;align-items:center}.centered[data-v-7b7a8db6]{display:flex;justify-content:space-around}img[data-v-7b7a8db6]{width:30em}.row[data-v-7b7a8db6]{display:flex;flex-direction:row}.align-items-center[data-v-7b7a8db6]{align-items:center}.justify-content-center[data-v-7b7a8db6]{justify-content:center}tbody tr[data-v-7b7a8db6]:hover{cursor:pointer;background-color:#e6e6e6}thead th[data-v-7b7a8db6]{background-color:#eee;padding:1em}.colored-cell[data-v-7b7a8db6]{text-align:center}.narrow[data-v-7b7a8db6]{max-width:50em}th[data-v-7b7a8db6]{background-color:#eee}.mobile-card[data-v-7b7a8db6]{display:none;cursor:pointer}@media (max-width: 700px){img[data-v-7b7a8db6]{width:100vw}.call-to-actions[data-v-7b7a8db6]{height:14em}.card[data-v-7b7a8db6]{display:none}.mobile-card[data-v-7b7a8db6]{display:block}.cards[data-v-7b7a8db6]{display:flex;flex-direction:column}.top-container[data-v-7b7a8db6]{margin-bottom:5em}}.main[data-v-69caaea3]{display:flex;flex-direction:column}p[data-v-69caaea3]{margin:1em}th[data-v-69caaea3],td[data-v-69caaea3]{padding:.5em}.quote[data-v-69caaea3]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-69caaea3]{margin-left:2em}.credentials[data-v-69caaea3]{margin-left:3em}.italic[data-v-69caaea3]{font-style:italic}.tagline[data-v-69caaea3]{text-align:center;font-weight:700}.call-to-actions[data-v-69caaea3]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-69caaea3]{text-decoration:none}.main[data-v-69caaea3]{display:flex;align-items:center}.centered[data-v-69caaea3]{display:flex;justify-content:space-around}img[data-v-69caaea3]{width:30em}.row[data-v-69caaea3]{display:flex;flex-direction:row}.align-items-center[data-v-69caaea3]{align-items:center}.justify-content-center[data-v-69caaea3]{justify-content:center}tbody tr[data-v-69caaea3]:hover{cursor:pointer}thead th[data-v-69caaea3]{background-color:#eee;padding:1em}.colored-cell[data-v-69caaea3]{text-align:center}.narrow[data-v-69caaea3]{max-width:50em}@media (max-width: 700px){.top-container[data-v-69caaea3]{margin-bottom:10em}img[data-v-69caaea3]{width:100vw}.call-to-actions[data-v-69caaea3]{height:14em}.buttons .button[data-v-69caaea3]{width:95vw}}.flex[data-v-36a3ec93]{display:flex}.main[data-v-36a3ec93]{display:flex;flex-direction:column}button[data-v-36a3ec93]{display:flex;cursor:pointer;padding:.25em}.add-facial-measurements-button[data-v-36a3ec93]{margin:1em auto}.card[data-v-36a3ec93]{padding:1em 0}.card[data-v-36a3ec93]:hover{cursor:pointer;background-color:#e6e6e6}.card .description[data-v-36a3ec93]{padding:1em}input[type=number][data-v-36a3ec93]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-36a3ec93]{max-width:10em;max-height:10em}.text-for-other[data-v-36a3ec93]{margin:0 1.25em}.justify-items-center[data-v-36a3ec93]{justify-items:center}.menu[data-v-36a3ec93]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-36a3ec93]{display:flex;flex-direction:row}.flex-dir-col[data-v-36a3ec93]{display:flex;flex-direction:column}p[data-v-36a3ec93]{margin:1em}select[data-v-36a3ec93]{padding:.25em}.quote[data-v-36a3ec93]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-36a3ec93]{margin-left:2em}.credentials[data-v-36a3ec93]{margin-left:3em}.italic[data-v-36a3ec93]{font-style:italic}.tagline[data-v-36a3ec93]{text-align:center;font-weight:700}.align-items-center[data-v-36a3ec93]{display:flex;align-items:center}p.left-pane[data-v-36a3ec93]{max-width:50%}p.narrow-p[data-v-36a3ec93]{max-width:40em}.call-to-actions[data-v-36a3ec93]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-36a3ec93]{text-decoration:none}.label-input[data-v-36a3ec93]{align-items:center;justify-content:space-between}.main[data-v-36a3ec93]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.justify-content-center[data-v-36a3ec93]{display:flex;justify-content:center}.adaptive-wide img[data-v-36a3ec93]{width:100%}img[data-v-36a3ec93]{max-width:30em}.edit-facial-measurements[data-v-36a3ec93]{display:flex;flex-direction:row}.grid[data-v-36a3ec93]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;overflow-y:auto;height:75vh}.targeted[data-v-36a3ec93]{padding-left:5em}tbody tr[data-v-36a3ec93]:hover{cursor:pointer;background-color:#e6e6e6}.tape-measure[data-v-36a3ec93]{margin-right:.5em;max-width:1.5em}.risk-score[data-v-36a3ec93]{width:5em;height:3em;font-size:1em}.sticky[data-v-36a3ec93]{position:fixed;top:3em}th[data-v-36a3ec93],td[data-v-36a3ec93]{text-align:center}.num[data-v-36a3ec93]{width:3em}tr.checkboxes td[data-v-36a3ec93]{display:flex;flex-direction:row}.sort-table[data-v-36a3ec93]{width:20em}@media (max-width: 700px){.grid[data-v-36a3ec93]{grid-template-columns:50% 50%}}@media (max-width: 700px){img[data-v-36a3ec93]{width:100vw}.call-to-actions[data-v-36a3ec93]{height:14em}.edit-facial-measurements[data-v-36a3ec93]{flex-direction:column}}@media (max-width: 700px){.grid[data-v-36a3ec93]{grid-template-columns:100%}#search[data-v-36a3ec93]{width:70vw;padding:1em}.icon[data-v-36a3ec93]{padding:1em}.thumbnail[data-v-36a3ec93]{max-width:70vw;max-height:none}.targeted[data-v-36a3ec93]{padding-left:50vw}.main[data-v-36a3ec93]{overflow:auto;height:65vh}}.section[data-v-60b45bc2]{margin-bottom:1.5em}.section h4[data-v-60b45bc2]{margin-bottom:.5em;color:#333}.close-button[data-v-60b45bc2]{margin-top:1em;padding:.5em 1em;background-color:#eee;border:none;border-radius:4px;cursor:pointer}.close-button[data-v-60b45bc2]:hover{background-color:#ddd}td[data-v-60b45bc2],th[data-v-60b45bc2]{padding:.5em}.flex[data-v-29ab1802]{display:flex}.main[data-v-29ab1802]{display:flex;flex-direction:column}button[data-v-29ab1802]{display:flex;cursor:pointer;padding:.25em}.add-facial-measurements-button[data-v-29ab1802]{margin:1em auto}.card[data-v-29ab1802]{padding:1em 0}.card[data-v-29ab1802]:hover{cursor:pointer;background-color:#e6e6e6}.card .description[data-v-29ab1802]{padding:1em}input[type=number][data-v-29ab1802]{min-width:2em;font-size:24px;padding-left:.25em;padding-right:.25em}.thumbnail[data-v-29ab1802]{max-width:10em;max-height:10em}.text-for-other[data-v-29ab1802]{margin:0 1.25em}.justify-items-center[data-v-29ab1802]{justify-items:center}.menu[data-v-29ab1802]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-29ab1802]{display:flex;flex-direction:row}.flex-dir-col[data-v-29ab1802]{display:flex;flex-direction:column}p[data-v-29ab1802]{margin:1em}select[data-v-29ab1802]{padding:.25em}.quote[data-v-29ab1802]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-29ab1802]{margin-left:2em}.credentials[data-v-29ab1802]{margin-left:3em}.italic[data-v-29ab1802]{font-style:italic}.tagline[data-v-29ab1802]{text-align:center;font-weight:700;margin-left:.5em;margin-right:.5em}.align-items-center[data-v-29ab1802]{display:flex;align-items:center}p.left-pane[data-v-29ab1802]{max-width:50%}p.narrow-p[data-v-29ab1802]{max-width:40em}.call-to-actions[data-v-29ab1802]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-29ab1802]{text-decoration:none}.label-input[data-v-29ab1802]{align-items:center;justify-content:space-between}.main[data-v-29ab1802]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.justify-content-center[data-v-29ab1802]{display:flex;justify-content:center}.adaptive-wide img[data-v-29ab1802]{width:100%}img[data-v-29ab1802]{max-width:30em}.edit-facial-measurements[data-v-29ab1802]{display:flex;flex-direction:row}.grid[data-v-29ab1802]{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;overflow-y:auto;height:75vh}.targeted[data-v-29ab1802]{padding-left:5em}tbody tr[data-v-29ab1802]:hover{cursor:pointer;background-color:#e6e6e6}.tape-measure[data-v-29ab1802]{margin-right:.5em;max-width:1.5em}.risk-score[data-v-29ab1802]{width:5em;height:3em;font-size:1em}.sticky[data-v-29ab1802]{position:fixed;top:3em}th[data-v-29ab1802],td[data-v-29ab1802]{text-align:center}.icon[data-v-29ab1802]{justify-content:center;align-items:center;min-width:3em}@media (max-width: 700px){.grid[data-v-29ab1802]{grid-template-columns:50% 50%}}@media (max-width: 700px){img[data-v-29ab1802]{width:100vw}.call-to-actions[data-v-29ab1802]{height:14em}.edit-facial-measurements[data-v-29ab1802]{flex-direction:column}}@media (max-width: 700px){.grid[data-v-29ab1802]{grid-template-columns:100%}#search[data-v-29ab1802]{width:53vw;padding:1em}.icon[data-v-29ab1802]{padding:1em}.thumbnail[data-v-29ab1802]{max-width:70vw;max-height:none}.targeted[data-v-29ab1802]{padding-left:50vw}.main[data-v-29ab1802]{overflow:auto;height:65vh}}.row[data-v-3c540063]{display:flex;flex-direction:row;align-items:center}.main[data-v-3c540063]{display:flex;flex-direction:row}.container[data-v-3c540063]{margin:1em}label[data-v-3c540063]{padding:1em}.subsection[data-v-3c540063],.bold[data-v-3c540063]{font-weight:700}.column[data-v-3c540063]{display:flex;flex-direction:column}.wide[data-v-3c540063]{flex-direction:column}.border-showing[data-v-3c540063]{border:1px solid grey}.centered[data-v-3c540063]{display:flex;justify-content:space-around}button[data-v-3c540063]{padding:1em 3em}p[data-v-3c540063]{max-width:450px;padding:1em}text[data-v-3c540063]{dominant-baseline:hanging;font:10px Verdana,Helvetica,Arial,sans-serif;font-weight:700}#miscellaneous-button text[data-v-3c540063]{font:2em Verdana,Helvetica,Arial,sans-serif}.question-mark[data-v-3c540063]{font-size:1.25em;fill:red}button.tab-item[data-v-3c540063]{padding:0}.menu .tab-item[data-v-3c540063]{border-top:4px solid #eee;border-bottom:4px solid #eee}.menu button.selected[data-v-3c540063]{border-bottom:4px solid black}.menu[data-v-3c540063]{background-color:#eee;min-width:445px}.menu button[data-v-3c540063]{border:0}select[data-v-3c540063]{height:3em}.change button[data-v-3c540063]{margin-top:4em;font-weight:700}tr td[data-v-3c540063]{text-align:center;padding:.5em}.icon-img[data-v-3c540063]{width:10rem;height:10rem}h2[data-v-3c540063]{text-align:center}.border-showing[data-v-3c540063]{border:1px solid gray;width:95vw}.mobile[data-v-3c540063]{display:flex;flex-direction:column}label[data-v-3c540063],h2[data-v-3c540063]{text-align:center}.container input[data-v-3c540063]{height:2em;margin-left:1em;margin-right:1em}input[data-v-3c540063]{width:auto}.carbon-dioxide-monitor[data-v-3c540063]{margin-top:1em}@media (min-width: 750px){.border-showing[data-v-3c540063],.chunk[data-v-3c540063]{width:750px}p[data-v-3c540063]{padding:1em;width:auto}}.margined[data-v-469c5b14]{margin:1em}.toc[data-v-469c5b14]{width:35vw;position:fixed;top:0;display:flex;flex-direction:column;height:90vh}.grid[data-v-469c5b14]{display:grid;grid-template-columns:35vw 65vw;justify-content:center}.main[data-v-469c5b14]{margin-left:35vw;width:60vw}.overflow[data-v-469c5b14]{overflow:auto}.toc-button[data-v-469c5b14]{position:fixed;right:1em;top:4em}@media (min-width: 750px){.toc-button[data-v-469c5b14]{display:none}}@media (max-width: 750px){.grid[data-v-469c5b14]{display:flex;flex-direction:column}.toc[data-v-469c5b14]{position:relative;width:75vw}.main[data-v-469c5b14]{width:75vw;margin-left:0}}.tos-header[data-v-469c5b14]{display:flex;flex-direction:row;width:100%}.main[data-v-611f3547]{display:flex;flex-direction:column}p[data-v-611f3547]{margin:1em}th[data-v-611f3547],td[data-v-611f3547]{padding:.5em}.colored-cell[data-v-611f3547]{color:#fff;text-shadow:1px 1px 2px black}.quote[data-v-611f3547]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-611f3547]{margin-left:2em}.credentials[data-v-611f3547]{margin-left:3em}.italic[data-v-611f3547]{font-style:italic}.tagline[data-v-611f3547]{text-align:center;font-weight:700}.call-to-actions[data-v-611f3547]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-611f3547]{text-decoration:none}.main[data-v-611f3547]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.centered[data-v-611f3547]{display:flex;justify-content:space-around}.missing[data-v-611f3547]{color:#000}img[data-v-611f3547]{width:30em}.top-container[data-v-611f3547]{height:100vh}@media (max-width: 700px){img[data-v-611f3547]{width:100vw}.call-to-actions[data-v-611f3547]{height:14em}#search[data-v-611f3547]{width:75vw;padding:1em}}.row[data-v-611f3547]{display:flex;flex-direction:row}.align-items-center[data-v-611f3547]{align-items:center}.justify-content-center[data-v-611f3547]{justify-content:center}tbody tr[data-v-611f3547]:hover{cursor:pointer;background-color:#e6e6e6}thead th[data-v-611f3547]{background-color:#eee;padding:1em}.colored-cell[data-v-611f3547],.text-align-center[data-v-611f3547]{text-align:center}.empty-sign[data-v-611f3547]{margin-top:25em}.scrollable[data-v-611f3547]{overflow-y:auto;height:75vh}a[data-v-611f3547]{color:#fff}.main[data-v-016d2448]{display:flex;flex-direction:column}.add-facial-measurements-button[data-v-016d2448]{margin:1em auto}input[type=number][data-v-016d2448]{max-width:2.5em;font-size:24px;padding-left:.25em;padding-right:.25em}.text-for-other[data-v-016d2448]{margin:0 1.25em}.justify-items-center[data-v-016d2448]{justify-items:center}.justify-content-center[data-v-016d2448]{justify-content:center}.menu[data-v-016d2448]{justify-content:center;min-width:500px;background-color:#eee;margin-top:0;margin-bottom:0}.row[data-v-016d2448]{display:flex;flex-direction:row}.row button[data-v-016d2448]{width:100%;padding-top:1em;padding-bottom:1em}.flex-dir-col[data-v-016d2448]{display:flex;flex-direction:column}p[data-v-016d2448]{margin:1em}select[data-v-016d2448]{padding:.25em}.quote[data-v-016d2448]{font-style:italic;margin:1em 1em 1em 2em;padding-left:1em;border-left:5px solid black;max-width:25em}.author[data-v-016d2448]{margin-left:2em}.credentials[data-v-016d2448]{margin-left:3em}.italic[data-v-016d2448]{font-style:italic}.tagline[data-v-016d2448]{text-align:center;font-weight:700}.align-items-center[data-v-016d2448]{display:flex;flex-direction:column;align-items:center}.left-pane-image[data-v-016d2448]{max-width:24em}.left-pane[data-v-016d2448]{text-align:center}p.narrow-p[data-v-016d2448]{max-width:40em}.call-to-actions[data-v-016d2448]{display:flex;flex-direction:column;align-items:center;height:14em}.call-to-actions a[data-v-016d2448]{text-decoration:none}.label-input[data-v-016d2448]{align-items:center;justify-content:space-between}.main[data-v-016d2448]{display:grid;grid-template-columns:100%;grid-template-rows:auto}.centered[data-v-016d2448]{display:flex;justify-content:center}.adaptive-wide img[data-v-016d2448]{width:100%}img[data-v-016d2448]{max-width:30em}.edit-facial-measurements[data-v-016d2448]{display:grid;grid-template-columns:50% 50%;grid-template-rows:auto;min-width:53em}.buttons[data-v-016d2448]{display:flex;flex-direction:row}@media (max-width: 700px){img[data-v-016d2448]{width:100vw}.call-to-actions[data-v-016d2448]{height:14em}.edit-facial-measurements[data-v-016d2448]{display:grid;grid-template-columns:100%;min-width:auto}.buttons[data-v-016d2448]{flex-direction:column}.canConvertToColumn[data-v-016d2448]{display:flex;flex-direction:column;margin:1em 0}input[data-v-016d2448]{width:90vw;padding:1em}}.main[data-v-d9720e9c]{display:flex;flex-direction:row}.container[data-v-d9720e9c]{margin:1em}label[data-v-d9720e9c]{padding:1em}.subsection[data-v-d9720e9c]{font-weight:700}.wide[data-v-d9720e9c]{flex-direction:column}.border-showing[data-v-d9720e9c]{border:1px solid grey}.centered[data-v-d9720e9c]{display:flex;justify-content:center}button[data-v-d9720e9c]{padding:1em 3em}.main[data-v-1c47dfe2]{display:flex;flex-direction:row}.container[data-v-1c47dfe2]{margin:1em}label[data-v-1c47dfe2]{padding:1em}.subsection[data-v-1c47dfe2]{font-weight:700}.wide[data-v-1c47dfe2]{flex-direction:column}.border-showing[data-v-1c47dfe2]{border:1px solid grey}.centered[data-v-1c47dfe2]{display:flex;justify-content:center}button[data-v-1c47dfe2]{padding:1em 3em}@media (max-width: 700px){.container[data-v-1c47dfe2]{display:flex;flex-direction:column;align-items:center}input[data-v-1c47dfe2]{width:95vw;font-size:2em}.button[data-v-1c47dfe2]{width:93vw}.top-container[data-v-1c47dfe2]{margin-bottom:4em}input[type=checkbox][data-v-1c47dfe2]{transform:scale(2)}}.margined[data-v-bda115da]{margin:1em}.toc[data-v-bda115da]{width:35vw;position:fixed;top:0;display:flex;flex-direction:column;height:90vh}.grid[data-v-bda115da]{display:grid;grid-template-columns:35vw 65vw;justify-content:center}.main[data-v-bda115da]{margin-left:35vw;width:60vw}.overflow[data-v-bda115da]{overflow:auto}.toc-button[data-v-bda115da]{position:fixed;right:1em;top:4em}@media (min-width: 750px){.toc-button[data-v-bda115da]{display:none}}@media (max-width: 750px){.grid[data-v-bda115da]{display:flex;flex-direction:column}.toc[data-v-bda115da]{position:relative;width:75vw}.main[data-v-bda115da]{width:75vw;margin-left:0}}.tos-header[data-v-bda115da]{display:flex;flex-direction:row;width:100%}
