:root{--LEFT: left;--RIGHT: right;height:100%;font-size:16px;line-height:1.4}[dir=rtl]:root{--LEFT: right;--RIGHT: left}.mirror{transform:scaleX(-1)}[dir=rtl] .mirror{transform:scale(1)}.bd-blur{--BD_BLUR_RADIUS: 12px;--BD_BLUR_BRIGHTNESS: .6;-webkit-backdrop-filter:blur(var(--BD_BLUR_RADIUS)) brightness(var(--BD_BLUR_BRIGHTNESS));backdrop-filter:blur(var(--BD_BLUR_RADIUS)) brightness(var(--BD_BLUR_BRIGHTNESS))}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.bg-contain{background-size:contain;background-position:center;background-repeat:no-repeat}.bg-cover{background-size:cover;background-position:center;background-repeat:no-repeat}.mask-contain{-webkit-mask-size:contain;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}.center-self{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.no-events{pointer-events:none}.relative{position:relative}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.w100{width:100%}.h100{height:100%}.hide-of{overflow:hidden}.block{display:block}.blocki{display:block!important}.inline-block{display:inline-block}.border-box{box-sizing:border-box}.isolate{isolation:isolate}.pre-wrap{white-space:pre-wrap}.invisible{visibility:hidden}.square{aspect-ratio:1}.m-auto{margin-left:auto;margin-right:auto}.flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.flex.inline,.iflex{display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flex;display:-o-inline-flex;display:inline-flex}.flex.horz{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row}.flex.reverse-horz{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;-o-flex-direction:row-reverse;flex-direction:row-reverse}.flex.vert{-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.flex.rev-vert{-webkit-flex-direction:column-reverse;-webkit-box-orient:vertical-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse}.flex.horz-rev{-webkit-flex-direction:row-reverse;-webkit-box-orient:horizontal-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;-o-flex-direction:row-reverse;flex-direction:row-reverse}.flex.start{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;-o-justify-content:flex-start;justify-content:flex-start}.flex.center{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.flex.end{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end}.flex.space-between{-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.flex.evenly{-webkit-justify-content:space-evenly;-moz-justify-content:space-evenly;-ms-justify-content:space-evenly;-o-justify-content:space-evenly;justify-content:space-evenly}.flex.around{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around}.flex.top,flex.left{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start}.flex.middle{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center}.flex.bottom,.flex.right{-webkit-align-items:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-o-align-items:flex-end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end}.flex.stretch{-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;-o-align-items:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch}.flex.content.top{-webkit-align-content:flex-start;-moz-align-content:flex-start;-ms-align-content:flex-start;-o-align-content:flex-start;align-content:flex-start}.flex1{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.flex.shrink{flex-shrink:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-o-flex-shrink:1;-ms-flex-shrink:1}.flex.wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex.nowrap{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.gap-2{gap:.125rem}.gap-4{gap:.25rem}.gap-6{gap:.375rem}.gap-8{gap:.5rem}.gap-10{gap:.625rem}.gap-12{gap:.75rem}.gap-14{gap:.875rem}.gap-16{gap:1rem}.gap-18{gap:1.125rem}.gap-20{gap:1.25rem}.gap-24{gap:1.5rem}.gap-32{gap:2rem}.grid{display:grid}.grid.inline{display:inline-grid}.grid.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.center{place-content:center}.grid.middle{align-items:center}.place-center{display:grid;place-items:center}.margin-8{margin:.5rem}.mt-4{margin-top:.25rem}:root{--NAVY-100: #052383;--GREY-5: #F2F2F2;--GREY-10: #E6E6E6;--GREY-25: #D9D9D9;--GREY-50: #999999;--GREY-100: #4D4D4D;--GREY-120: #070707;--GREY-140: #222326;--GREY-900: #373238;--RED-100: #FF0404;--RED-120: #D9262A;--redLight: #ffdede;--redPrimary: var(--RED-100);--redDark: #b41720;--yellowLight: #fff7c9;--yellowPrimary: #ffde59;--yellowDark: #edad18;--GREY-MEDIUM: #575757;--PRIMARY: #052383;--PRIMARY_DARK: var(--NAVY-100);--PRIMARY_LIGHT: #1f69aa}.grey-140{color:var(--GREY-140)}.grey-100{color:var(--GREY-100)}.grey-120{color:var(--GREY-120)}.grey-50{color:var(--GREY-50)}.grey-5{color:var(--GREY-5)}.grey-900{color:var(--GREY-900)}.grey-5-bg{background-color:var(--GREY-5)}.greyMedium{color:var(--GREY-MEDIUM)}.red{color:var(--redPrimary)}.white{color:#fff}.white-80{color:#fffc}:root{--ICON_BUTTON_SIZE: 2rem;--BUTTON_TRANSITION: background-color .125s linear, color .125s linear, fill .125s linear}button,.button{border:none;line-height:1.4;cursor:pointer}button,.button,button *,.button *{transition:var(--BUTTON_TRANSITION)}button.primary,.button.primary{background-color:var(--PRIMARY);color:#fff}button.primary:hover,.button.primary:hover{background-color:var(--PRIMARY_DARK)}button.primary.blank,.button.primary.blank{background-color:#07070738}button.primary.blank:hover,.button.primary.blank:hover,button.primary.blank:active,.button.primary.blank:active{background-color:#0707075c}button.primary.white,.button.primary.white{background-color:#fff;color:var(--PRIMARY)}button.primary.white:hover,.button.primary.white:hover,button.primary.white:active,.button.primary.white:active{background-color:var(--RED-100);color:#fff}button.secondary,.button.secondary{--BUTTON_HOVER_COLOR: var(--RED-100);background-color:transparent;color:var(--PRIMARY)}button.secondary.grey-100,.button.secondary.grey-100{color:var(--GREY-100)}button.secondary.toggle svg,.button.secondary.toggle svg,button.secondary.toggle svg g,.button.secondary.toggle svg g{fill:var(--PRIMARY)}button.secondary.toggle.open,.button.secondary.toggle.open{background-color:var(--PRIMARY_DARK)}button.secondary.toggle.open svg path,.button.secondary.toggle.open svg path,button.secondary.toggle.open svg rect,.button.secondary.toggle.open svg rect{fill:#fff}button.secondary.toggle.open:hover svg path,.button.secondary.toggle.open:hover svg path,button.secondary.toggle.open:hover svg rect,.button.secondary.toggle.open:hover svg rect{fill:#fff}button.secondary.toggle:hover svg path,.button.secondary.toggle:hover svg path,button.secondary.toggle:hover svg rect,.button.secondary.toggle:hover svg rect{fill:var(--BUTTON_HOVER_COLOR)}button.icon,.button.icon{background-color:transparent;padding:0;cursor:pointer}button.icon.grey-100,.button.icon.grey-100{color:var(--GREY-100)}button.icon.grey-100 g,.button.icon.grey-100 g,button.icon.grey-100 path,.button.icon.grey-100 path{fill:var(--GREY-100)}button.icon.grey,.button.icon.grey{color:var(--GREY-140)}button.icon.grey svg,.button.icon.grey svg,button.icon.grey svg g,.button.icon.grey svg g{fill:var(--GREY-140)}button.icon.grey.open,.button.icon.grey.open,button.icon.grey:hover,.button.icon.grey:hover{background-color:#0003}button.icon.grey.open svg,.button.icon.grey.open svg,button.icon.grey:hover svg,.button.icon.grey:hover svg{fill:var(--PRIMARY)}button.icon.white,.button.icon.white{color:#fff}button.icon.white svg,.button.icon.white svg{fill:#fff}button.icon.white.open,.button.icon.white.open,button.icon.white:hover,.button.icon.white:hover{background-color:#fff3}button.icon svg,.button.icon svg{display:block;width:var(--ICON_BUTTON_SIZE);height:var(--ICON_BUTTON_SIZE)}button.icon-text,.button.icon-text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:.5rem;padding:.25rem 2rem .25rem 1.5rem}button.icon-text svg,.button.icon-text svg{width:1rem}button.icon-text.primary svg *,.button.icon-text.primary svg *{fill:#fff}button.flex svg,.button.flex svg{width:1rem;height:1rem}span:has(svg){display:grid;place-content:center}.ellipsis{overflow:hidden;text-overflow:ellipsis}.clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.clamp.one,.clamp-1{-webkit-line-clamp:1;line-clamp:1}.clamp-2{-webkit-line-clamp:2;line-clamp:2}.clamp-3{-webkit-line-clamp:3;line-clamp:3}.clamp.four,.clamp-4{-webkit-line-clamp:4;line-clamp:4}.tiny-text{font-size:.64rem;line-height:1.2}.small-text{font-size:.8rem}.smaller-text{font-size:.95rem}.medium-text{font-size:1.5625rem;line-height:1.2}.large-text{font-size:1.9531rem;line-height:1.2}.large-text .cap-comp{top:.15rem}.xlarge-text{font-size:2.44125rem;line-height:1.2}.cap-comp{position:relative;top:.1rem}.nowrap{white-space:nowrap}.darkGrey-text{color:var(--GREY-100)}.grey-text{color:var(--GREY-50)}.white-text{color:#fff}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.w700,.bold{font-weight:700}.w600{font-weight:600}.w500{font-weight:500}.w400{font-weight:400}.roboto{font-family:Roboto}.align-center{text-align:center}.align-left{text-align:var(--LEFT)}.align-right{text-align:var(--RIGHT)}.mt-2{margin-top:.125rem}.mt-6{margin-top:.375rem}.mt-8{margin-top:.5rem}.mt-12{margin-top:.75rem}.mt-16{margin-top:1rem}.mt-20{margin-top:1.25rem}.mt-24{margin-top:1.5rem}.mt-30{margin-top:1.875rem}.mt-32{margin-top:2rem}.mt-36{margin-top:2.25rem}.mt--16{margin-top:-1rem}.mt-16i{margin-top:1rem!important}.mb-4{margin-bottom:.25rem}.mb-8{margin-bottom:.5rem}.mb-16{margin-bottom:1rem}.mb-18{margin-bottom:1.125rem}.mb-20{margin-bottom:1.25rem}.mb-24{margin-bottom:1.5rem}.mb-32{margin-bottom:2rem}.mb-36{margin-bottom:2.25rem}.ml-16{margin-inline-start:1rem}.ml-16i{margin-inline-start:1rem!important}.me-14{margin-inline-end:.875rem}.me-16{margin-inline-end:1rem}.me-8{margin-inline-end:.5rem}.ms-16{margin-inline-start:1rem}.ms-8{margin-inline-start:.5rem}.pt-24{padding-top:1.5rem}:root{--DROPDOWN_ARROW: url(/assets/images/Icon_ArrowDown.svg);--DROPDOWN_ARROW_COLOR: white;--DROPDOWN_HOVER_ARROW_COLOR: var(--DROPDOWN_ARROW_COLOR);--DROPDOWN_OPEN_ARROW_COLOR: var(--DROPDOWN_HOVER_ARROW_COLOR);--DROPDOWN_ARROW_SIZE: 1.125rem;--DROPDOWN_BG_COLOR: var(--PRIMARY);--DROPDOWN_FG_COLOR: white;--DROPDOWN_HOVER_BG_COLOR: var(--DROPDOWN_BG_COLOR);--DROPDOWN_HOVER_FG_COLOR: var(--DROPDOWN_FG_COLOR);--DROPDOWN_OPEN_BG_COLOR: var(--DROPDOWN_HOVER_BG_COLOR);--DROPDOWN_OPEN_FG_COLOR: var(--DROPDOWN_HOVER_FG_COLOR);--DROPDOWN_PLACEHOLDER_COLOR: var(--GREY-100);--DROPDOWN_PLACEHOLDER_HOVER_COLOR: var(--DROPDOWN_HOVER_FG_COLOR);--DROPDOWN_PLACEHOLDER_ACTIVE_COLOR: var(--GREY-100);--DROPDOWN_LIST_BG_COLOR: white;--DROPDOWN_LIST_FG_COLOR: var(--GREY-100);--DROPDOWN_LIST_HOVER_BG_COLOR: #dbdbdb;--DROPDOWN_LIST_HOVER_FG_COLOR: var(--GREY-100);--DROPDOWN_LIST_SELECTED_BG_COLOR: #f0f0f0;--DROPDOWN_LIST_SELECTED_FG_COLOR: var(--GREY-100);--DROPDOWN_LIST_MAX_ROWS: 6;--DROPDOWN_LIST_SHADOW_COLOR: #e6e6e6;--DROPDOWN_FONT_FAMLIY: inherit;--DROPDOWN_FONT_WEIGHT: 400;--DROPDOWN_FONT_SIZE: .8rem;--DROPDOWN_BORDER_RADIUS: 0;--DROPDOWN_ROW_HEIGHT: 2rem}.dropdown{--ROW_HEIGHT: var(--DROPDOWN_ROW_HEIGHT);--MAX_HEIGHT: calc(var(--ROW_HEIGHT) * var(--DROPDOWN_LIST_MAX_ROWS));outline:transparent;position:relative;font-size:var(--DROPDOWN_FONT_SIZE);display:inline-block;border-radius:var(--DROPDOWN_BORDER_RADIUS);background-color:var(--DROPDOWN_BG_COLOR);color:var(--DROPDOWN_FG_COLOR)}.dropdown .placeholder{color:var(--DROPDOWN_PLACEHOLDER_COLOR);transition:all .25s linear}.dropdown .placeholder.float{position:absolute;background-color:transparent;height:unset;padding:0;left:0;top:0;transform:translateY(-100%);font-size:calc(var(--DROPDOWN_FONT_SIZE) * .8);color:var(--DROPDOWN_PLACEHOLDER_ACTIVE_COLOR)}.dropdown:hover{background-color:var(--DROPDOWN_HOVER_BG_COLOR);color:var(--DROPDOWN_HOVER_FG_COLOR)}.dropdown:hover .placeholder{color:var(--DROPDOWN_PLACEHOLDER_HOVER_COLOR)}.dropdown:hover .row.value{color:var(--DROPDOWN_HOVER_FG_COLOR)}.dropdown:hover:after{background-color:var(--DROPDOWN_HOVER_ARROW_COLOR)}.dropdown.open{background-color:var(--DROPDOWN_OPEN_BG_COLOR)}.dropdown.open .row.value{color:var(--DROPDOWN_OPEN_FG_COLOR)}.dropdown.open .dropdownlist{max-height:var(--MAX_HEIGHT)}.dropdown.hide .dropdownlist{max-height:0}.dropdown:after{content:"";cursor:pointer;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:var(--DROPDOWN_ARROW_SIZE);height:var(--DROPDOWN_ARROW_SIZE);-webkit-mask-image:var(--DROPDOWN_ARROW);mask-image:var(--DROPDOWN_ARROW);-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:var(--DROPDOWN_ARROW_COLOR);transition:transform .25s linear}.dropdown.open:after{transform:translateY(-50%) scaleY(-1);background-color:var(--DROPDOWN_OPEN_ARROW_COLOR)}.dropdown.up .dropdownlist{top:unset;bottom:100%;box-shadow:0 -2px 8px #2828284d}.dropdown .sizer{height:1rem;overflow:hidden}.dropdown .sizer>*{width:unset;margin-inline-end:.25rem}.dropdown.selected .placeholder.float{color:var(--DROPDOWN_PLACEHOLDER_ACTIVE_COLOR)}.dropdown .row,.dropdownlist .row{color:var(--DROPDOWN_FG_COLOR);font-family:var(--DROPDOWN_FONT_FAMLIY);font-weight:var(--DROPDOWN_FONT_WEIGHT);text-align:var(--LEFT);box-sizing:border-box;max-width:100%;height:var(--ROW_HEIGHT);padding-top:.5625rem;padding-bottom:.4375rem;padding-inline-start:1rem;padding-inline-end:2.5rem;cursor:pointer}.dropdownlist{z-index:1000;position:absolute;left:0;top:100%;width:100%;overflow-x:hidden;overflow-y:auto;background-color:var(--DROPDOWN_LIST_BG_COLOR);box-shadow:0 2px 8px var(--DROPDOWN_LIST_SHADOW_COLOR);cursor:pointer}.dropdownlist .row.selected{background-color:var(--DROPDOWN_LIST_SELECTED_BG_COLOR);color:var(--DROPDOWN_LIST_SELECTED_FG_COLOR)}.dropdownlist .row{color:var(--DROPDOWN_LIST_FG_COLOR)}.dropdownlist .row:hover{background-color:var(--DROPDOWN_LIST_HOVER_BG_COLOR);color:var(--DROPDOWN_LIST_HOVER_FG_COLOR)}.dropdownlist a.row{display:block}[dir=rtl] .dropdown:after{left:.75rem;right:unset}.dropdown-overlay{--ROW_HEIGHT: var(--DROPDOWN_ROW_HEIGHT);--MAX_HEIGHT: calc(var(--ROW_HEIGHT) * var(--DROPDOWN_LIST_MAX_ROWS));position:fixed;left:0;top:0;width:100%;height:100%}.dropdown-overlay .dropdownlist{max-height:var(--MAX_HEIGHT)}:root{--DIALOG_PADDING: 1.5rem;--DIALOG_BG_COLOR: white;--DIALOG_BORDER_RADIUS: 2px}.fade-in-out-enter-active,.fade-in-out-leave-active{transition:opacity .25s linear}.fade-in-out-enter-from,.fade-in-out-leave-to{opacity:0}.fade-in-out-enter-to,.fade-in-out-leave-from{opacity:1}.overlay{position:fixed;z-index:100;left:0;top:0;width:100%;height:-webkit-fill-available;height:100dvh;transition:opacity .25s linear;opacity:0;--BD_BLUR_RADIUS: 12px;--BD_BLUR_BRIGHTNESS: .6;-webkit-backdrop-filter:blur(var(--BD_BLUR_RADIUS)) brightness(var(--BD_BLUR_BRIGHTNESS));backdrop-filter:blur(var(--BD_BLUR_RADIUS)) brightness(var(--BD_BLUR_BRIGHTNESS));place-content:center;display:grid;place-items:center}.overlay.show{opacity:1}.overlay.dialogs{opacity:unset}.overlay .dialog{position:relative;padding:1.5rem;background-color:var(--DIALOG_BG_COLOR);border-radius:var(--DIALOG_BORDER_RADIUS)}.overlay .close{position:absolute;right:.625rem;top:.625rem}.overlay .dialog[dir=ltr] .close{right:.625rem!important;left:unset!important}.overlay.fade-in-out-enter-from,.overlay.fade-in-out-leave-to{opacity:0}.overlay.fade-in-out-enter-to,.overlay.fade-in-out-leave-from{opacity:1}[dir=rtl] .overlay .close{right:unset;left:.625rem}:root{--TEXTINPUT_BG_COLOR: white;--TEXTINPUT_FG_COLOR: var(--GREY-100);--TEXTINPUT_BG_COLOR_ACTIVE: var(--TEXTINPUT_BG_COLOR);--TEXTINPUT_BORDER_COLOR: var(--GREY-100);--TEXTINPUT_BORDER_COLOR_DISABLED: var(--GREY-50);--TEXTINPUT_BORDER_COLOR_HOVER: var(--PRIMARY);--TEXTINPUT_BORDER_COLOR_ACTIVE: var(--PRIMARY_DARK);--TEXTINPUT_BORDER_RADIUS: .25rem;--TEXTINPUT_PLACEHOLDER_FONT_FAMILY: inherit;--TEXTINPUT_PLACEHOLDER_FONT_SIZE: 1rem;--TEXTINPUT_PLACEHOLDER_COLOR: var(--GREY-100);--TEXTINPUT_PLACEHOLDER_ACTIVE_COLOR: var(--GREY-100);--TEXTINPUT_PLACEHOLDER_WEIGHT: 400;--TEXTINPUT_PADDING: 1rem;--TEXTINPUT_INVALID_BORDER_COLOR: var(--RED-100);--TEXTINPUT_INVALID_BORDER_COLOR_HOVER: var(--redDark);--TEXTINPUT_INVALID_BORDER_COLOR_ACTIVE: var(--redDark);--TEXTINPUT_MULTILINE_PADDING: 1rem}.textinput{background-color:var(--TEXTINPUT_BG_COLOR);border-radius:var(--TEXTINPUT_BORDER_RADIUS);box-sizing:border-box;padding:0 var(--TEXTINPUT_PADDING);position:relative;display:inline-block;color:var(--GREY-120)}.textinput input,.textinput textarea{font-size:1rem;width:100%;height:100%;box-sizing:border-box;background-color:transparent;border:none;outline:none;display:block;color:var(--TEXTINPUT_FG_COLOR);caret-color:var(--TEXTINPUT_FG_COLOR)}.textinput input::placeholder,.textinput textarea::placeholder{font-family:var(--TEXTINPUT_PLACEHOLDER_FONT_FAMILY);font-size:var(--TEXTINPUT_PLACEHOLDER_FONT_SIZE);color:var(--TEXTINPUT_PLACEHOLDER_COLOR);font-weight:var(--TEXTINPUT_PLACEHOLDER_WEIGHT)}.textinput input:disabled,.textinput textarea:disabled{pointer-events:none}.textinput textarea{resize:none}.textinput .placeholder{position:absolute;pointer-events:none;font-family:var(--TEXTINPUT_PLACEHOLDER_FONT_FAMILY);font-size:var(--TEXTINPUT_PLACEHOLDER_FONT_SIZE);color:var(--TEXTINPUT_PLACEHOLDER_COLOR);font-weight:var(--TEXTINPUT_PLACEHOLDER_WEIGHT);left:var(--TEXTINPUT_PADDING);top:50%;transform:translateY(-50%);transition:.25s linear all}.textinput .placeholder.float{top:0;left:0;font-size:calc(var(--TEXTINPUT_PLACEHOLDER_FONT_SIZE) * .8);color:var(--TEXTINPUT_PLACEHOLDER_ACTIVE_COLOR);transform:translateY(-100%)}.textinput.multiline{padding-top:var(--TEXTINPUT_MULTILINE_PADDING);padding-bottom:var(--TEXTINPUT_MULTILINE_PADDING)}.textinput.multiline .placeholder{top:var(--TEXTINPUT_MULTILINE_PADDING);transform:translate(0)}.textinput.multiline .placeholder.float{top:0;transform:translateY(-100%)}.textinput:has([disabled]){border-color:var(--TEXTINPUT_BORDER_COLOR_DISABLED)}.textinput:hover:after{border:2px solid var(--TEXTINPUT_BORDER_COLOR_HOVER)}.textinput:focus-within{background-color:var(--TEXTINPUT_BG_COLOR_ACTIVE)}.textinput:focus-within:after{border:2px solid var(--TEXTINPUT_BORDER_COLOR_ACTIVE)}.textinput:after{content:"";transition:border-color .5s linear;border-radius:var(--TEXTINPUT_BORDER_RADIUS);position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid var(--TEXTINPUT_BORDER_COLOR);background-color:transparent;pointer-events:none}.textinput input::-webkit-outer-spin-button,.textinput input::-webkit-inner-spin-button{display:none}.form-field.invalid .textinput{--TEXTINPUT_BORDER_COLOR: var(--TEXTINPUT_INVALID_BORDER_COLOR);--TEXTINPUT_BORDER_COLOR_HOVER: var(--TEXTINPUT_INVALID_BORDER_COLOR_HOVER);--TEXTINPUT_BORDER_COLOR_ACTIVE: var(--TEXTINPUT_INVALID_BORDER_COLOR_ACTIVE)}[dir=rtl] .textinput .placeholder{left:unset;right:var(--TEXTINPUT_PADDING)}[dir=rtl] .textinput:focus-within .placeholder{left:unset;right:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{width:8px;height:8px;background-color:transparent}::-webkit-scrollbar-thumb{width:8px;height:8px;border-radius:4px;background-color:#0006}:root{--PRIMARY: #ed6f3a;--PRIMARY_DARK: #ec652c;--TEXT_COLOR: #303030;--GREY-7: #f7f7f7;--GREY-30: #d8d8d8;--GREY-90: #545454;--GREY-110: #424242;--GREY: #808080;--GREY_DARK: var(--TEXT_COLOR);--redPrimary: #de3a61;--redLight: rgba(222, 58, 97, .1);--greenLight: #e5f5f2;--greenPrimary: #009d7c;--purplePrimary: #472a76;--BODY_PADDING_Y: 3.125rem;--BODY_PADDING_X: 3.125rem;--MAX_CONTENT_WIDTH: 960px;--MAX_FORM_WIDTH: 440px}*{box-sizing:border-box}body{margin:0;height:100dvh;font-family:Arimo,sans-serif;color:var(--TEXT_COLOR);overflow-x:hidden}body.native .ps__rail-y{pointer-events:none}#app{height:100dvh;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.pointer{cursor:pointer}.page{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.body{padding:var(--BODY_PADDING_Y) var(--BODY_PADDING_X)}.grecaptcha-badge{visibility:hidden}#error{margin:3rem;background-color:var(--redPrimary);color:#fff;padding:1.5rem}.underline-bottom{border-bottom:1px solid var(--GREY-5)}:root{--SAFE_AREA_TOP: env(safe-area-inset-top, 0);--HEADER_CONTENT_HEIGHT: 4.38rem;--HEADER_HEIGHT: calc(var(--HEADER_CONTENT_HEIGHT) + var(--SAFE_AREA_TOP))}header{z-index:2;height:var(--HEADER_HEIGHT);min-height:var(--HEADER_HEIGHT);border-bottom:1px solid var(--GREY-5);position:sticky;top:0;background-color:#000}header .content{margin-top:var(--SAFE_AREA_TOP);background-color:#fff;padding:0 1.5rem;height:var(--HEADER_CONTENT_HEIGHT);position:relative}header .toggle{display:none}header .logo-button{position:absolute;display:block;left:50%;top:50%;transition:all .2s linear;transform:translate(-50%,-50%)}header .logo{height:1.5625rem}header.scroll{box-shadow:0 10px 20px #0000000f,0 6px 6px #0000001a}header .button.back{position:absolute;padding:0;left:.5rem;top:50%;transform:translateY(-50%)}header .button.back .text-icon{width:1.625rem}@media (max-width: 350px){header .button.back .text{display:none}}button,.button{box-sizing:border-box;font-weight:700;text-transform:uppercase;text-align:center;position:relative;-webkit-tap-highlight-color:transparent;cursor:pointer;height:2.75rem;font-size:.9375rem;border-radius:.25rem;padding:0 1.875rem;-webkit-font-smoothing:antialiased}button:not(:where(.togglebutton,.secondary,.outline,.icon)):hover,.button:not(:where(.togglebutton,.secondary,.outline,.icon)):hover{filter:brightness(1.1);box-shadow:var(--GREY-90) 0 2px 4px 0}button.nocap,.button.nocap{text-transform:none}button.padding-0,.button.padding-0{padding:0;margin:0}button:disabled,.button:disabled{opacity:.35;pointer-events:none}button.white-outline,.button.white-outline{background-color:transparent;border:1px solid white;color:#fff}button.white-outline:hover,.button.white-outline:hover{background-color:#fff;color:var(--PRIMARY)}button.white,.button.white{background-color:transparent;padding:0;color:#fff;font-weight:400;font-size:.875rem;text-transform:uppercase}button.black,.button.black{background-color:#000;color:#fff}button.green,.button.green{background-color:var(--greenPrimary);color:#fff}button.purple,.button.purple{background-color:var(--purplePrimary);color:#fff}button.outline,.button.outline{background-color:transparent;border:1px solid var(--PRIMARY);color:var(--PRIMARY)}button.outline:hover,.button.outline:hover{border-color:var(--PRIMARY);background-color:#ed6f3a1a}button.purple,.button.purple{background-color:#6a469f}button.purple:hover,.button.purple:hover{background-color:#634194}button.secondary,.button.secondary{border:1px solid transparent}button.grey,.button.grey{background-color:var(--GREY-30)}button.eye,.button.eye{position:absolute;right:0;top:50%;transform:translateY(-50%)}button.eye:after,.button.eye:after{content:"";font-family:Icons;color:var(--PRIMARY);font-size:1.25rem;font-weight:100}button.eye.cross:after,.button.eye.cross:after{content:""}button.full-width,.button.full-width{width:100%}button.text-icon,.button.text-icon,button.close,.button.close{padding:0;background:transparent}button.close,.button.close{font-size:.875rem}button.primary-hover:hover,.button.primary-hover:hover{color:var(--PRIMARY)}button.inline,.button.inline{display:inline-grid;align-items:center}button.compact,.button.compact{height:2.25rem;padding:0 1.5rem}button.fit-content,.button.fit-content{width:fit-content;margin:0 auto}button.fit-content.padding-0,.button.fit-content.padding-0{margin:0}button.no-hover:hover,.button.no-hover:hover{box-shadow:none;filter:none}button.auto-height,.button.auto-height{height:unset}button.red-text,.button.red-text{color:var(--redPrimary)}button.scroll,.button.scroll{position:absolute;color:#6a469f}button.scroll img,.button.scroll img{width:1.25rem;aspect-ratio:1}button.scroll.isBottom img,.button.scroll.isBottom img{transform:scaleY(-1)}@media (max-width: 600px){button.scroll,.button.scroll{padding:0 .5rem;height:2.5rem}}a.button{display:grid;place-items:center}a{-webkit-tap-highlight-color:transparent;color:var(--TEXT_COLOR);text-decoration:none}.button.play,button.play{--PLAY_BUTTON_SIZE: 80px;--PLAY_BUTTON_COLOR: white;--PLAY_BUTTON_BG_COLOR: rgba(26, 26, 26, .3);--TOP_WIDTH: calc(var(--PLAY_BUTTON_SIZE) * .2625);--LEFT_WIDTH: calc(var(--PLAY_BUTTON_SIZE) * .4125);position:relative;box-sizing:border-box;width:var(--PLAY_BUTTON_SIZE);height:var(--PLAY_BUTTON_SIZE);padding:0;border-radius:50%;background-color:var(--PLAY_BUTTON_BG_COLOR)}.button.play:after,button.play:after{position:absolute;top:50%;transform:translate(-50%,-50%);content:"";box-sizing:border-box;left:55%;height:33.75%;border-color:transparent transparent transparent var(--PLAY_BUTTON_COLOR);cursor:pointer;border-style:solid;border-width:var(--TOP_WIDTH) 0 var(--TOP_WIDTH) var(--LEFT_WIDTH)}.loading{--DOT_COLOR: var(--GREY)}.loading span{display:block;border-radius:50%;width:.5rem;height:.5rem;animation:blink .6s ease-out infinite both;background-color:var(--DOT_COLOR)}.loading span:nth-child(2){animation-delay:.2s}.loading span:nth-child(3){animation-delay:.4s}.loading.primary{--DOT_COLOR: var(--PRIMARY)}.loading.white{--DOT_COLOR: white}@keyframes blink{0%{opacity:.2;transform:scale(1)}20%{opacity:1;transform:scale(1.75)}to{opacity:.2;transform:scale(1)}}:root{--SMALLER_TEXT: .9375rem;--TINY_TEXT: .625rem}@font-face{font-family:Icons;src:url(/assets/bt-icons-CjmfchND.woff2) format("woff2")}h1,h2,h3,p{margin:0}h1{font-size:3rem}h2{font-size:1.5rem}.strong{font-weight:700}.text-10{font-size:.625rem}.text-11{font-size:.6875rem}.text-12{font-size:.75rem}.text-13{font-size:.8125rem}.text-14{font-size:.875rem}.text-15{font-size:.9375rem}.text-16{font-size:1rem}.text-17{font-size:1.0625rem}.text-18{font-size:1.125rem}.text-19{font-size:1.1875rem}.text-20{font-size:1.25rem}.text-21{font-size:1.3125rem}.text-22{font-size:1.375rem}.text-23{font-size:1.4375rem}.text-24{font-size:1.5rem}.text-25{font-size:1.5625rem}.text-26{font-size:1.625rem}.text-30{font-size:1.875rem}.text-32{font-size:2rem}.text-34{font-size:2.125rem}.text-36{font-size:2.25rem}.text-60{font-size:3.75rem}.text-64{font-size:4rem}.mt-15{margin-top:.9375rem}.mb-15{margin-bottom:.9375rem}p{font-size:.9375rem;line-height:1.56}.green-text{color:#009d7c}.grey-text{color:var(--GREY)}.primary-text{color:var(--PRIMARY)}.purple-text{color:var(--purplePrimary)}.line-1{line-height:1em}.line-2{line-height:2em}.line-32{line-height:2rem}.line-36{line-height:2.25rem}.grey-90{color:var(--GREY-90)}.grey-110{color:var(--GREY-110)}.dropdown{--DROPDOWN_ARROW: "";--DROPDOWN_ARROW_SIZE: 1.125rem;--DROPDOWN_BG_COLOR: white;--DROPDOWN_FG_COLOR: var(--TEXT_COLOR);--DROPDOWN_HOVER_BG_COLOR: var(--DROPDOWN_BG_COLOR);--DROPDOWN_HOVER_FG_COLOR: var(--DROPDOWN_FG_COLOR);--DROPDOWN_OPEN_BG_COLOR: var(--DROPDOWN_HOVER_BG_COLOR);--DROPDOWN_OPEN_FG_COLOR: var(--DROPDOWN_HOVER_FG_COLOR);--DROPDOWN_PLACEHOLDER_COLOR: var(--PRIMARY);--DROPDOWN_PLACEHOLDER_HOVER_COLOR: var(--PRIMARY);--DROPDOWN_PLACEHOLDER_ACTIVE_COLOR: var(--PRIMARY);--DROPDOWN_LIST_BG_COLOR: white;--DROPDOWN_LIST_FG_COLOR: var(--PRIMARY);--DROPDOWN_LIST_HOVER_BG_COLOR: var(--PRIMARY);--DROPDOWN_LIST_HOVER_FG_COLOR: white;--DROPDOWN_LIST_SELECTED_BG_COLOR: silver;--DROPDOWN_LIST_SELECTED_FG_COLOR: white;--DROPDOWN_LIST_MAX_ROWS: 6;--DROPDOWN_LIST_SHADOW_COLOR: transparent;--DROPDOWN_FONT_SIZE: 1rem;--DROPDOWN_BORDER_RADIUS: 0;--DROPDOWN_ROW_HEIGHT: 3.5rem;height:3rem;box-sizing:border-box}.dropdown .dropdownlist{z-index:99;border:1px solid transparent;border-top-color:var(--PRIMARY)}.dropdown.open .dropdownlist{border-color:var(--PRIMARY);border-top-width:.25rem}.dropdown:after{font-size:.9375rem;display:grid;place-items:center;content:"";background-color:transparent;font-family:Icons;color:var(--PRIMARY);right:0;width:unset;height:unset;transform:translateY(-55%)}.dropdown .row{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center}.dropdown>.row{padding:0;height:100%}.dropdown.selected>.row{font-weight:700}.overlay{background-color:#00000080;-webkit-backdrop-filter:none;backdrop-filter:none}.overlay .close{position:absolute;right:1.875rem;top:1.875rem;height:.875rem;cursor:pointer}.overlay .close>*{height:100%}.overlay .close .x{width:.875rem}.overlay .close .x:after{content:"";font-family:Icons;width:100%;height:100%;color:var(--PRIMARY)}.overlay .close:hover{box-shadow:none}.overlay.confirm,.overlay.alert,.overlay.exception{align-content:start}.overlay.confirm .dialog,.overlay.alert .dialog,.overlay.exception .dialog{transform:translateY(calc(-100% - 3.125rem));transition:transform .125s linear;margin-top:3.125rem;width:100dvw;max-width:470px;padding:.875rem 1.25rem 1.75rem;text-align:center;box-sizing:border-box}.overlay.confirm .dialog h2,.overlay.alert .dialog h2,.overlay.exception .dialog h2{font-size:1.3125rem;padding-bottom:.875rem;border-bottom:1px solid var(--GREY-5)}.overlay.confirm .dialog p,.overlay.alert .dialog p,.overlay.exception .dialog p{margin:1.875rem 0}.overlay.confirm .dialog .actions,.overlay.alert .dialog .actions,.overlay.exception .dialog .actions{padding:.3rem 0}.overlay.confirm.show .dialog,.overlay.alert.show .dialog,.overlay.exception.show .dialog{transform:translate(0)}.overlay.side{display:block}.overlay.side .dialog{transform:translate(100%);transition:transform .25s linear;position:absolute;padding:6.125rem 0 3rem;right:0;top:0;height:100dvh;width:37.5rem;max-width:100%}.overlay.side.show .dialog{transform:translate(0)}.overlay.side .scroller{padding:0 3.125rem}.overlay.fullscreen .dialog{position:absolute;top:0;right:0;bottom:0;left:0;padding:2.5rem}.overlay .scroller{box-sizing:border-box;overflow-y:auto;height:100%}.textinput{--TEXTINPUT_BORDER_RADIUS: 0;--TEXTINPUT_BORDER_COLOR: var(--PRIMARY);--TEXTINPUT_PADDING: 0;--TEXTINPUT_INVALID_BORDER_COLOR: var(--redPrimary);--TEXTINPUT_INVALID_BORDER_COLOR_HOVER: var(--redPrimary);--TEXTINPUT_INVALID_BORDER_COLOR_ACTIVE: var(--redPrimary);height:3rem}.textinput:after,.textinput:hover:after{border-width:0 0 1px 0}.textinput:focus-within:after{border-width:0 0 .125rem 0}.textinput input::placeholder{text-transform:uppercase;opacity:.35}.textboxes{width:100%}.textboxes .textinput input{width:calc(100% - 8rem);margin:auto}.textboxes .textinput:after,.textboxes .textinput:hover:after{border-width:1px}.textboxes .textinput:focus-within:after{border-width:.125rem}.dropdown .placeholder,.textinput .placeholder{white-space:nowrap;opacity:.35;color:var(--PRIMARY)}.dropdown .placeholder.float,.textinput .placeholder.float{color:var(--PRIMARY);font-size:.625rem;opacity:1}.dropdown input::placeholder,.textinput input::placeholder{opacity:.35;color:var(--PRIMARY)}.placeholder{text-transform:uppercase}.questions .textinput,#results .textinput{--TEXTINPUT_PLACEHOLDER_FONT_SIZE: 1.5rem;--TEXTINPUT_PLACEHOLDER_COLOR: var(--PRIMARY);height:4.1875rem;display:block}.questions .textinput:focus-within:after,#results .textinput:focus-within:after{border-bottom-width:3px}.questions .textinput:focus-within button.ok,#results .textinput:focus-within button.ok{opacity:1}.questions .textinput button.ok,#results .textinput button.ok{position:absolute;font-size:.875rem;transition:opacity .25s linear;opacity:0;width:2.75rem;height:2.25rem;padding:0;right:.75rem;top:50%;transform:translateY(-50%)}form .form-field .dropdown,form .form-field .textinput{display:block}form .submit{margin-top:1.5rem}form .submit .error{margin-bottom:-2px;padding:.375rem .625rem calc(.375rem + 2px)}form .submit:has(.error){margin-top:0}.form-field .error{margin-top:.3125rem}.form-field:focus-within .error{display:none}.error{background-color:var(--redPrimary);color:#fff;font-size:.8125rem;padding:.375rem .625rem}.form-error{margin-bottom:-2px;padding:.375rem .625rem calc(.375rem + 2px)}.animated-icon{background-color:#52397c1a;animation:.5s cubic-bezier(.215,.61,.355,1) 1 both bounceInOuter}.animated-icon:after{animation:.6s cubic-bezier(.215,.61,.355,1) .2s 1 both bounceInInner}.ic-status{display:inline-block;width:7.5rem;aspect-ratio:1;border-radius:50%;position:relative}.ic-status.success,.ic-status.submitting{background-color:#52397c1a;animation:.5s cubic-bezier(.215,.61,.355,1) 1 both bounceInOuter}.ic-status.success:after,.ic-status.submitting:after{animation:.6s cubic-bezier(.215,.61,.355,1) .2s 1 both bounceInInner}.ic-status:after{position:absolute;left:0;top:0%;width:100%;aspect-ratio:1;border-radius:50%;content:""}.ic-status.success:after{background:#fff url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Keyshape%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='120'%20height='120'%20viewBox='0%200%2048%2048'%3e%3cg%20fill='none'%20fill-rule='evenodd'%20transform='translate(24,24)%20scale(1,1)%20translate(-60.141,-60)'%3e%3cpath%20fill='%2352397C'%20d='M36.765,6L16.05,29.97L8.473,22.5L3.75,27.214L16.061,39L41.532,10.714Z'%20transform='translate(37.5,37.5)'/%3e%3c/g%3e%3c/svg%3e") center center / 60% auto no-repeat}.ic-status.submitting:after{background:#fff url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='120'%20height='120'%20viewBox='0%200%2046%2046'%3e%3cstyle%3e%20@keyframes%20wifi-bot_o%20{%200%25%20{%20opacity:%201%20}%2012.5%25%20{%20opacity:%200%20}%2025%25%20{%20opacity:%201%20}%2087.5%25%20{%20opacity:%201%20}%20100%25%20{%20opacity:%201%20}%20}%20@keyframes%20wifi-mid_o%20{%200%25%20{%20opacity:%201%20}%2012.5%25%20{%20opacity:%200%20}%2025%25%20{%20opacity:%200%20}%2037.5%25%20{%20opacity:%201%20}%2087.5%25%20{%20opacity:%201%20}%20100%25%20{%20opacity:%201%20}%20}%20@keyframes%20wifi-toop_o%20{%200%25%20{%20opacity:%201%20}%2012.5%25%20{%20opacity:%200%20}%2037.5%25%20{%20opacity:%200%20}%2050%25%20{%20opacity:%201%20}%2087.5%25%20{%20opacity:%201%20}%20100%25%20{%20opacity:%201%20}%20}%20%3c/style%3e%3ctitle%3eSending...%3c/title%3e%3cg%20id='ic_sending'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='icon'%20fill='%2352397C'%20transform='translate(-7.24999,-8.87499)%20scale(1,1)'%3e%3cpath%20id='wifi-bot'%20d='M35.7351,41.7258C32.1872,38.2847,27.3243,37.8777,23.4344,41.7982C23.2342,41.9987,23.1243,42.1179,23.4936,42.5007L29.5941,48.75L35.6342,42.6935C36.2559,42.0422,35.9412,41.9411,35.7351,41.7258'%20style='animation:%20wifi-bot_o%200.8s%20linear%20infinite%20both;'%20opacity='1'/%3e%3cpath%20id='wifi-mid'%20d='M45.4756,33.7917C37.0721,25.7005,23.4989,25.7361,15.148,33.8997C14.9504,34.091,14.9504,34.4046,15.1496,34.5959L19.5063,38.8563C19.7023,39.0479,20.0202,39.0479,20.2174,38.8563C25.811,33.3891,34.9185,33.3861,40.5147,38.8563C40.708,39.0479,41.0298,39.0479,41.2258,38.8563L45.5857,34.5959L45.6003,34.5788C45.7994,34.3845,45.7994,34.0697,45.6034,33.8811L45.4756,33.7917Z'%20opacity='1'%20style='animation:%20wifi-mid_o%200.8s%20linear%20infinite%20both;'/%3e%3cpath%20id='wifi-toop'%20d='M53.1055,24.5489L52.9753,24.4575C40.4349,11.8079,20.1345,11.8504,7.6461,24.5682C7.45059,24.7671,7.45059,25.0915,7.6504,25.2963L12.1211,29.8497C12.3193,30.0517,12.6365,30.0485,12.832,29.8497C22.5014,19.9999,38.2342,20.0046,47.9024,29.8512C48.0948,30.0485,48.4162,30.0501,48.6118,29.8528L53.0824,25.2963L53.1012,25.2774C53.2967,25.0766,53.301,24.7466,53.1055,24.5489'%20opacity='1'%20style='animation:%20wifi-toop_o%200.8s%20linear%20infinite%20both;'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center / 60% auto no-repeat}.ic-status.fail:after{background:#fff url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20fill='%23FFE2E9'%20opacity='.7'%20cx='60'%20cy='60'%20r='60'/%3e%3cpath%20d='M60%2019.09c-22.593%200-40.91%2018.316-40.91%2040.91%200%2022.593%2018.317%2040.91%2040.91%2040.91%2022.593%200%2040.91-18.317%2040.91-40.91%200-22.594-18.317-40.91-40.91-40.91'%20fill='%23FFF'/%3e%3cpath%20d='M63.967%2077.6v1.455a3.2%203.2%200%200%201-3.2%203.2h-1.3a3.2%203.2%200%200%201-3.2-3.2V77.6a3.2%203.2%200%200%201%203.2-3.2h1.3a3.2%203.2%200%200%201%203.2%203.2Zm-8.656-36.692.841%2024.96a3.2%203.2%200%200%200%203.198%203.092h1.405a3.2%203.2%200%200%200%203.198-3.092l.842-24.96a3.2%203.2%200%200%200-3.198-3.308H58.51a3.2%203.2%200%200%200-3.199%203.308Z'%20fill='%23CD4863'%20fill-rule='nonzero'/%3e%3c/g%3e%3c/svg%3e") center center / 100% auto no-repeat}.ic-status.pending:after{background:#fff url("data:image/svg+xml,%3csvg%20width='120'%20height='120'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3ccircle%20fill='%23ECE9F1'%20opacity='.7'%20cx='60'%20cy='60'%20r='60'/%3e%3cpath%20d='M60%2019.09c-22.593%200-40.91%2018.316-40.91%2040.91%200%2022.593%2018.317%2040.91%2040.91%2040.91%2022.593%200%2040.91-18.317%2040.91-40.91%200-22.594-18.317-40.91-40.91-40.91'%20fill='%23FFF'/%3e%3cg%20transform='translate(28%2028)'%20fill='%23472A76'%20fill-rule='nonzero'%3e%3cpath%20d='M53.333%208a1.6%201.6%200%201%201%200%203.2h-1.45c.05%203.101-.374%206.606-1.595%2010.007-1.81%205.047-5.057%208.78-9.903%2010.69%204.765%201.926%207.964%205.634%209.756%2010.63.927%202.582%201.407%205.326%201.55%208.065.035.684.047%201.335.04%201.943l1.602-.002a1.6%201.6%200%201%201%200%203.2H10.667a1.6%201.6%200%201%201%200-3.2h1.45c-.05-3.1.374-6.606%201.595-10.007%201.81-5.047%205.057-8.779%209.903-10.69-4.765-1.926-7.964-5.633-9.756-10.629-.927-2.582-1.407-5.326-1.55-8.065a31.197%2031.197%200%200%201-.04-1.943l-1.602.001a1.6%201.6%200%201%201%200-3.2h42.666ZM31.927%2033.6c-8.207%200-12.94%203.698-15.204%2010.007-1.077%203.001-1.453%206.163-1.405%208.927l33.214.001a27.967%2027.967%200%200%200-.037-1.777c-.128-2.448-.555-4.892-1.365-7.15-2.265-6.31-6.997-10.008-15.203-10.008ZM15.468%2011.198c-.006.553.005%201.148.037%201.777.128%202.449.555%204.892%201.365%207.151%202.265%206.31%206.997%2010.007%2015.203%2010.007%208.207%200%2012.94-3.698%2015.204-10.007%201.077-3%201.453-6.162%201.405-8.926l-33.214-.002Z'/%3e%3cpath%20d='M32%2028.737c8.578%200%2013.494-4.834%2014.748-14.503a.8.8%200%200%200-.793-.9H17.972a.8.8%200%200%200-.795.907C18.483%2023.905%2023.424%2028.737%2032%2028.737ZM31.92%2048.47c-4.453%200-7.919.18-10.398.542a.8.8%200%200%200%20.115%201.592h20.587a.8.8%200%200%200%20.113-1.592c-2.493-.361-5.965-.542-10.418-.542Z'/%3e%3ccircle%20cx='32'%20cy='38.933'%20r='1.067'/%3e%3ccircle%20cx='32'%20cy='44.267'%20r='1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center / 100% auto no-repeat}.ic-status.processing{--BORDER_WIDTH: 18px;border:var(--BORDER_WIDTH) solid #ebebeb;border-top-color:var(--PRIMARY);border-radius:50%;aspect-ratio:1;animation:spin 2.5s linear infinite}.ic-status.processing.large{width:7.375rem}.ic-status.processing:after{content:none}.text-icon{display:block;font-family:Icons;aspect-ratio:1;line-height:1em;-webkit-font-smoothing:antialiased}@keyframes bounceInInner{0%{opacity:0;transform:scale(0)}5%{opacity:1}40%{transform:scale(.76)}60%{transform:scale(.56)}80%{transform:scale(.68)}to{transform:scale(.66)}}@keyframes bounceInOuter{0%{opacity:0;transform:scale(0)}5%{opacity:1}40%{transform:scale(1.25)}60%{transform:scale(.875)}80%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radios{--SELECTED_BORDER_COLOR: white;text-align:var(--LEFT)}.radios>button{text-align:var(--LEFT);height:unset;background-color:transparent;color:var(--TEXT_COLOR);width:fit-content}.radios>button .radio{box-sizing:border-box;display:grid;place-items:center;white-space:nowrap;overflow:hidden;font-size:2.125rem;border-radius:50%;border:1px solid var(--PRIMARY)}.radios>button .radio.selected{border-width:3px;border-color:var(--SELECTED_BORDER_COLOR)}.radios>button div{white-space:nowrap}.radios>button div.wrap{white-space:wrap}.radios>button:hover{box-shadow:none}.radios.compact{width:100%;max-width:700px}@media (min-width: 400px){.radios.compact button{text-align:center;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;padding:0}}.radiobuttons.scores button{display:block;position:relative;padding:0;background-color:transparent;border:1px solid var(--PRIMARY);border-radius:50%;height:2.625rem;aspect-ratio:1;transition:background-color .2s ease;overflow:hidden;color:var(--TEXT_COLOR);outline:transparent}.radiobuttons.scores button:disabled{border-color:#d8d8d8}.radiobuttons.scores button.selected,.radiobuttons.scores button:hover{background-color:var(--PRIMARY);border-color:var(--PRIMARY);color:#fff;opacity:1}.radiobuttons.scores button.selected:after,.radiobuttons.scores button:hover:after{width:100%}.radiobuttons.scores button:after{content:"";z-index:-1;background-color:var(--PRIMARY);position:absolute;left:0;top:0;width:0;height:100%;transition:width .25s ease}:root{--CANVAS_ASPECT: 1536 / 850}.sketchpads{background-color:#ebebeb}.sketchpads .drawingarea{background-color:#f6f6f6;aspect-ratio:var(--CANVAS_ASPECT);background-size:contain;background-position:center;background-repeat:no-repeat;position:relative}.sketchpads .drawingarea.square{aspect-ratio:4 / 3}.sketchpads canvas{display:block;width:100%;height:100%}.sketchpads .background{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center center;opacity:.25}.sketchpads .preview{position:absolute;width:90%;left:5%;top:50%;transform:translateY(-50%);pointer-events:none}.sketchpads .preview img{width:60%;aspect-ratio:390 / 188;object-fit:contain}.sketchpads .preview p{color:var(--GREY);margin-top:.5rem}.sketchpads .preview p.single{font-size:1.25rem;color:var(--PRIMARY)}.sketchpads .toolbar{position:absolute;top:.5rem;right:.5rem;background-color:#f6f6f6}.sketchpads .toolbar.fitter{background-color:transparent}.sketchpads .toolbar button{background-color:#ed6f3a14;color:var(--PRIMARY)}.sketchpads .hints{position:absolute;text-align:var(--LEFT);font-size:1.125rem;line-height:1.4;top:1rem;left:1.5rem}.sketchpads .hint{position:absolute;font-weight:700;opacity:.35;top:1rem;right:1.5rem;font-size:1.5rem}@media (max-width: 600px){.sketchpads{padding-bottom:4rem}.sketchpads .toolbar{right:0;top:0rem;gap:.5rem}.sketchpads .toolbar button{height:2.25rem;padding:0 .75rem}}@media (min-width: 744px) and (orientation: portrait){.testscroller:has(.multi) .content{height:100%}.testscroller:has(.multi) .sketchpads{min-height:0}.testscroller:has(.multi) .drawingarea{max-height:50%;margin-left:auto;margin-right:auto}}ul.string-list{padding-inline-start:0}ul.string-list li{list-style:none;margin-top:.75rem;gap:1.3125rem}ul.string-list li span{width:.9375rem}ol{padding-inline-start:0;text-align:var(--LEFT)}ol li{counter-increment:item;list-style:none;padding-inline-start:2.75rem;color:#3f3f3f;font-size:.9375rem;position:relative}ol li:before{position:absolute;box-sizing:border-box;text-align:center;padding-top:.125rem;font-size:.8rem;left:0;border:1px solid var(--GREY-120);width:1.5rem;height:1.5rem;border-radius:50%;content:counter(item)}.instructions ol{margin:.75rem auto}.instructions ol li{margin-bottom:.75rem}.instructions ol li button{margin-top:1.5rem}.toggle-content button.toggle{text-transform:none;padding:0;height:unset}.toggle-content button.toggle .text-icon{width:1.375rem;font-size:.8125rem;border:1px solid var(--PRIMARY);border-radius:50%;display:grid;place-items:center;padding-top:.125rem}.toggle-content button.toggle .text-icon.detail{transform:scaleY(-1)}.toggle-content .content{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;transition:max-height .25s linear;max-height:0px;overflow:hidden}.toggle-content .content.show{max-height:500px}.toggle-content .content.auto{max-height:unset}.togglebutton span{text-align:var(--LEFT)}.bt-toggle{background-color:transparent;color:var(--TEXT_COLOR);min-height:3.5rem;gap:.75rem}.bt-toggle .check{display:grid;place-items:center;aspect-ratio:1;height:100%;font-size:2.25rem;border-radius:50%;border:3px solid rgba(211,80,24,.25);color:transparent;background-color:#edb39a1f}.bt-toggle.selected .check{background-color:#fff;color:var(--GREY_DARK);border-color:var(--PRIMARY)}.togglebutton.slider{--TOGGLE_COLOR: var(--GREY-30);box-sizing:border-box;background-color:#fff;border:1px solid var(--TOGGLE_COLOR);border-radius:1rem;height:2rem;width:3.375rem;min-width:3.375rem;padding:.125rem}.togglebutton.slider .check{height:1.625rem;border-radius:50%;background-color:var(--TOGGLE_COLOR);aspect-ratio:1;transition:transform .2s ease-out}.togglebutton.slider .check svg{display:none}.togglebutton.slider.selected{background-color:#fff;--TOGGLE_COLOR: var(--PRIMARY)}.togglebutton.slider.selected .check{transform:translate(1.375rem)}.profile .togglebutton{--TOGGLE_COLOR: var(--GREY-30);box-sizing:border-box;background-color:#fff;border:1px solid var(--TOGGLE_COLOR);border-radius:1rem;height:2rem;width:3.375rem;min-width:3.375rem;padding:.125rem}.profile .togglebutton .check{height:1.625rem;border-radius:50%;background-color:var(--TOGGLE_COLOR);aspect-ratio:1;transition:transform .2s ease-out}.profile .togglebutton .check svg{display:none}.profile .togglebutton.selected{background-color:#fff;--TOGGLE_COLOR: var(--PRIMARY)}.profile .togglebutton.selected .check{transform:translate(1.375rem)}.small-play-button{--PLAY_BUTTON_SIZE: 2rem;--PLAY_BUTTON_COLOR: var(--PRIMARY);--PLAY_BUTTON_BG_COLOR: transparent}.replay-controls{padding:1rem 3rem}.replay-controls .progress{background:0 0;height:.25rem;position:relative}.replay-controls .progress::-webkit-slider-runnable-track{background-color:#d8d8d8;border-radius:.125rem;height:.25rem}.replay-controls .progress::-webkit-slider-thumb{-webkit-appearance:none;width:1rem;height:1rem;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #00000080;cursor:pointer;margin-top:-.375rem}.replay-controls button.play{--PLAY_BUTTON_SIZE: 2rem;--PLAY_BUTTON_COLOR: var(--PRIMARY);--PLAY_BUTTON_BG_COLOR: transparent}#replayViewer{display:block}#replayViewer .dialog{position:absolute;background-color:#fff;top:3rem;bottom:3rem;width:100%;padding:2rem 2rem 1rem}#replayViewer .sketchpads{width:100%;height:100%;max-width:700px;margin:0 auto;background-color:#ebebeb;padding:1.5rem 0}#replayViewer .drawingarea{margin:0 1.5rem;background-color:#fff}#replayViewer button.exit{display:inline-block;width:2rem;height:2rem;padding:0;background-color:transparent;font-size:2rem;color:var(--PRIMARY);font-weight:1}#replayViewer .controls{padding:1rem 3rem}#replayViewer .controls .progress{background:0 0;height:.25rem;position:relative}#replayViewer .controls .progress::-webkit-slider-runnable-track{background-color:#d8d8d8;border-radius:.125rem;height:.25rem}#replayViewer .controls .progress::-webkit-slider-thumb{-webkit-appearance:none;width:1rem;height:1rem;background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #00000080;cursor:pointer;margin-top:-.375rem}#replayViewer .controls button.play{--PLAY_BUTTON_SIZE: 2rem;--PLAY_BUTTON_COLOR: var(--PRIMARY);--PLAY_BUTTON_BG_COLOR: transparent}@media (max-height: 1024px){#replayViewer .drawingarea{position:relative;isolation:isolate;max-height:200px;margin-left:auto;margin-right:auto}#replayViewer .drawingarea:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:#fff;z-index:-1}#replayViewer .drawingarea.square{max-height:300px}}#pageload{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100dvh;background-color:#0000001a}#pageload .loading{position:absolute;right:1rem;bottom:1rem}.snackbar{width:100%;position:fixed;bottom:1rem;transition:transform .25s ease-in-out;transform:translateY(calc(100% + 1rem))}.snackbar.open{transform:translate(0)}.snackbar .content{margin:0 2.5rem;background-color:#fff;padding:.5rem 1rem;border-radius:.25rem;box-shadow:0 5px 10px #00000080}@media (min-width: 1024px){.snackbar .content{width:999px;box-sizing:border-box;margin:0 auto}}.snackbar{z-index:1000}.snackbar .content{color:#fff;padding:.5rem 2rem .5rem 1rem;margin:1rem 2rem;width:fit-content}.snackbar.success .content{background-color:#51a351}.snackbar.error{background-color:transparent}.snackbar.error .content{color:var(--redPrimary);background-color:#fff}.snackbar button{font-size:.75rem;padding:.25rem .5rem;height:unset;margin-left:4rem}button.download{--ICON_BUTTON_SIZE: 2.5rem;position:relative}button.download.icon{height:var(--ICON_BUTTON_SIZE);min-width:var(--ICON_BUTTON_SIZE)}button.download .printer{background-size:contain;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='120'%20height='120'%3e%3cpath%20fill='%23ED6F3A'%20fill-rule='evenodd'%20d='M97.313%2041.25H26.436c-8.606%200-15.187%206.375-15.187%2014.712v29.423H31.5V105h60.75V85.385h20.25V55.962c0-8.337-6.581-14.712-15.188-14.712ZM82.5%2097.5H41.25V71.25H82.5V97.5ZM95.625%2060C92.25%2060%2090%2057.75%2090%2054.375s2.25-5.625%205.625-5.625%205.625%202.25%205.625%205.625S99%2060%2095.625%2060ZM90%2015H30v18.75h60V15Z'/%3e%3c/svg%3e");aspect-ratio:1;width:1.25rem;min-width:1.25rem;margin:.5rem}button.download .circle_progress{position:absolute;aspect-ratio:1;box-sizing:border-box;width:var(--ICON_BUTTON_SIZE);min-width:var(--ICON_BUTTON_SIZE);left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg)}.progress__value{fill:none;opacity:0;stroke-width:2px;stroke:var(--PRIMARY);stroke-linecap:square}button.downloading{transition:border-width .2s linear .4s,border-color .2s linear .4s;border:2px solid var(--GREY-5);width:var(--ICON_BUTTON_SIZE);height:var(--ICON_BUTTON_SIZE);line-height:22px;border-radius:50%}button.downloading .progress__value{transition:opacity .13s ease .7s;opacity:1}button.downloading .circle_progress{width:var(--ICON_BUTTON_SIZE);height:var(--ICON_BUTTON_SIZE)}.tooltip{position:absolute;display:none;top:0;left:50%;transform:translate(-50%,-100%);background-color:#000;color:#fff;padding:.5rem;border-radius:.125rem}.tooltip.show{display:initial}#not_found{text-align:center;padding:var(--BODY_PADDING_Y) var(--BODY_PADDING_X);background-color:var(--purplePrimary);color:#fffc}#not_found>*{margin-top:2rem}:root{--NAV-WIDTH: 290px;--SAFE_AREA_RIGHT: env(safe-area-inset-right, 0)}.environment{text-transform:uppercase;position:fixed;right:calc(.5rem + var(--SAFE_AREA_RIGHT));top:.5rem;font-size:.6rem;background-color:var(--PRIMARY);color:#fff;padding:.125rem .25rem;border-radius:.25rem;z-index:10000}.environment .text-icon{display:inline-block;font-size:.5rem;width:.5rem;height:.5rem}.tabs{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around}.tabs .tab{opacity:.2;transition:opacity .25s linear,border-color .25s linear;cursor:pointer;color:var(--TEXT_COLOR);text-decoration:none;font-size:1.3125rem;border-bottom:3px solid transparent;line-height:2;font-weight:400}.tabs .tab.selected{opacity:1;border-color:var(--PRIMARY);font-weight:700}#videoPlayer{z-index:1000;transform:translateY(-100%);transition:opacity .25s linear,transform .25s linear;pointer-events:none}#videoPlayer .close{pointer-events:all;text-shadow:1px 1px 1px rgba(0,0,0,.2)}#videoPlayer.show{background-color:#000;transform:translate(0)}#videoPlayer video{pointer-events:all;width:100%;height:100%;object-fit:contain}.overlay.block{display:block}:root{--NAV_HEIGHT: 4.6875rem}#qnav{background-color:#303030;height:var(--NAV_HEIGHT);min-height:var(--NAV_HEIGHT)}#qnav button{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;font-size:1.25rem;width:10rem;height:100%;gap:1.5rem;color:#fff;border-radius:0}#qnav button.grey-dark{background-color:var(--GREY-110)}#qnav button:first-child{box-shadow:2px 0 4px #00000040;padding-inline-start:.75rem}#qnav button:last-child{box-shadow:-2px 0 4px #00000040;padding-inline-end:.75rem}#qnav .middle{width:50%}#qnav .progress{position:relative;width:100%;background-color:#676767;height:.625rem;border-radius:.625rem;overflow:hidden}#qnav .progress .fill{background-color:var(--PRIMARY);position:absolute;left:0;top:0;height:100%;width:100%;border-radius:.625rem;transition:transform .25s ease-out;will-change:transform}.status_message .actions{width:100%}.status_message .actions>*{width:100%;max-width:19.25rem}@media (max-width: 800px){.status_message .actions{-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}}.card-select>button{width:100%;border:.25rem solid transparent;border-radius:.5rem;padding:1.5rem 3.5rem 1.5rem 1.375rem}.card-select>button:has(.selected){border-color:#e6e6e6;background-color:#fcfcfc}.card-select>button:last-child{-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start}.card-select>button:last-child .radio{margin-top:.125rem}.card-select>button p{font-weight:400;text-wrap:wrap;text-transform:none}.card-select .radio{box-sizing:border-box;background-color:#fff;border-radius:50%;min-width:1.1875rem;aspect-ratio:1;font-size:0;border:3px solid white;box-shadow:0 0 0 1px #ed6f3a}.card-select .radio.selected{background-color:var(--PRIMARY)}.card-select .submit{margin:3rem auto 0}@media (min-width: 900px) and (max-width: 980px){.card-select .saved_card div{white-space:wrap}}@media (max-width: 500px){.card-select button div{white-space:wrap}.card-select .saved_card{gap:.5rem}.card-select .saved_card div{font-size:.8rem}}.chart{width:100%;max-width:960px;touch-action:none;-ms-touch-action:none}.chart .chart-item .circle-group{height:50px;width:50px;fill:transparent;cursor:pointer}.chart .chart-item .active .score-label{transition:all .5s;stroke:#fff;fill:#fff}.chart text{text-anchor:middle}.chart .axis-label{font-size:12px;color:var(--GREY-110)}.chart .axis{shape-rendering:crispedges}.chart .axis .tick{stroke:#f5f5f5;stroke-opacity:.05}.chart .axis .tick text{font-weight:700;font-size:13px;color:var(--GREY_DARK);margin-right:10px}.chart .right-border{stroke:#000}.chart .label-date{font-size:14px;font-weight:700;color:#000}.chart .label-year{font-size:13px;color:var(--GREY-110)}.chart .scroll-bar{shape-rendering:crispedges;stroke:#000;stroke-width:3px}.chart .test:after{content:" ";width:8px;height:8px;top:90%;left:50%;margin-left:-5px;display:inline-block;border:1px solid;background:#fff;border-left-color:transparent;border-top-color:transparent}.chart-controls{padding-left:44px}.chart-controls .chart-navigation{font-size:20px;display:inline-block;width:62px;height:40px;margin:0;color:var(--GREY_DARK)}.chart-controls .chart-navigation.disabled{opacity:.2;cursor:default}.chart-controls .chart-navigation.disabled:hover{color:inherit}.chart-controls .chart-navigation:hover{color:var(--PRIMARY)}.chart-controls .chart-navigation i{pointer-events:none}.domain.shadow{filter:url(#dropRightShadow)}.right-border.shadow{filter:url(#dropLeftShadow)}#app:has(.home) header .logo-button{left:1.875rem;transform:translateY(-50%)}#app:has(.grade) header .logo-button,#app:has(.home.center) header .logo-button,#app:has(#demo) header .logo-button{left:50%;transform:translate(-50%,-50%)}:root{--MAX_LOGIN_FORM_WIDTH: 22.5rem;--LOGIN_VIDEO_ASPECT: 1536 / 2048}#login.login hr{width:100%;border-color:var(--PRIMARY);border-bottom:none}#login.login .video{max-height:0px;overflow:hidden}#login.login #signup_login{min-width:100%}#login .dropdown .dropdownlist{z-index:1}#login .video{background-image:url(/assets/img-signup-vid-poster-CYTbjqyF.jpg);background-position:top;transition:max-height .25s linear;max-height:calc(100dvh - var(--HEADER_HEIGHT))}#login .video .content{text-align:center;aspect-ratio:var(--LOGIN_VIDEO_ASPECT);padding:5vh 4.375rem;color:#fff;top:0;right:0;bottom:0;left:0;min-width:50vw}#login .video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#30303096;z-index:-1}#login .video p{opacity:.7}@media (min-width: 744px){#login{display:grid;transition:all .25s linear;grid-template-columns:1fr 1fr}#login.inline{display:inline-grid}#login.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}#login.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}#login.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}#login.login{grid-template-columns:0fr 1fr}#login.login .video{max-height:unset}#login.login .video .content{position:absolute;transition:transform .98s ease-out;transform:translate(-100%)}#login .video{display:grid;place-items:center}#login .video .content{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;text-align:var(--LEFT);position:absolute;aspect-ratio:unset}}.loginpage form{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:32px;padding:3rem 0}.loginpage .content{padding:5rem 0;max-width:var(--MAX_LOGIN_FORM_WIDTH);margin:auto}.date-picker .month{flex:2 1 9.5rem}.date-picker .day,.date-picker .year{flex:1 1 5rem}#signupForm.fade-up-enter-active,#loginForm.fade-up-enter-active,#signupForm .fade-up-leave-active,#loginForm .fade-up-leave-active{transition:all .25s ease-out}#signupForm.fade-up-enter-from,#signupForm.fade-up-leave-to{transform:translateY(-30px);opacity:0}#loginForm.fade-up-enter-from,#loginForm.fade-up-leave-to{transform:translateY(30px);opacity:0}.password_requirements{font-weight:700}.password_requirements .check{width:1.25rem;aspect-ratio:1;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20120%20120'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='20'%20y='52'%20width='80'%20height='16'%20rx='8'%20fill='%23262626'%20fill-rule='evenodd'%3e%3c/rect%3e%3c/svg%3e");background-size:contain;background-position:center;background-repeat:no-repeat}.password_requirements .check.pass{background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%20120%20120'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M85.88%2031.11a8%208%200%200%201%2011.825%2010.78L54.42%2089.373a8%208%200%200%201-11.278.544l-20.003-18.09a8%208%200%200%201%2010.732-11.867l14.092%2012.744%2037.918-41.594Z'%20fill='%23009D7C'%20fill-rule='evenodd'%3e%3c/path%3e%3c/svg%3e")}.home-padding{padding:2.5rem 3.75rem}.collapsed{--NAV-WIDTH: 90px}.collapsed #mainnav .collapse,.collapsed #mainnav .collapse .toggle{transform:none}.collapsed #mainnav label{opacity:0}#home{display:grid;grid-template-columns:var(--NAV-WIDTH) 1fr;transition:grid-template-columns .3s ease;overflow-y:auto;flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}#home.collapsed{--NAV-WIDTH: 90px}#home.collapsed #mainnav .collapse,#home.collapsed #mainnav .collapse .toggle{transform:none}#home.collapsed #mainnav label{opacity:0}#mainnav{background-color:#fff;z-index:1;position:fixed;height:100%;padding:0 1.875rem;white-space:nowrap;overflow:hidden;transition:.3s;width:var(--NAV-WIDTH);border-right:1px solid var(--GREY-5)}#mainnav>*{height:4.375rem}#mainnav>*.selected,#mainnav>*:hover{color:var(--PRIMARY)}#mainnav .icon{font-family:Icons;font-size:1.875rem;width:1.875rem;aspect-ratio:1}#mainnav label{cursor:pointer;transition:opacity .3s .1s ease}#mainnav .collapse{container-type:size}#mainnav .collapse .toggle{cursor:pointer;transition:transform .2s ease-out;transform:translate(calc(100cqw - 30px)) rotateY(180deg);width:30px;will-change:transform}.home{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;padding:2.5rem 3.75rem;grid-area:1 / 2;overflow-x:hidden;overflow-y:auto}.home h2{font-size:1.3125rem;line-height:3rem;opacity:.9}.home>*+h2{margin-top:1.5rem}.home h2.heading{border-bottom:1px solid var(--GREY-5)}.dashboard-card{padding:1.5rem 0 1.25rem}.dashboard-card a.button,.dashboard-card button{min-width:12.5rem;color:#fff}.dashboard-card+.dashboard-card{border-top:1px solid var(--GREY-5)}#dashboard{grid-area:1 / 2}#dashboard .notification{padding:1.5rem 0 1.25rem;cursor:pointer}#dashboard .notification+.notification{border-top:1px solid var(--GREY-5)}#dashboard .appointment{padding:1.5rem 0 1.25rem}#dashboard .appointment a.button,#dashboard .appointment button{min-width:12.5rem;color:#fff}#dashboard .appointment+.dashboard-card{border-top:1px solid var(--GREY-5)}#dashboard .appointment .status{font-size:.9375rem}#dashboard .appointment.failed .text-icon,#dashboard .appointment.failed .status{color:var(--redPrimary)}#dashboard .appointment.failed button{background-color:var(--redPrimary)}#dashboard .appointment.active .text-icon,#dashboard .appointment.active .status{color:var(--PRIMARY)}#dashboard .appointment.active button{background-color:var(--PRIMARY)}#dashboard .appointment.completed .status{color:var(--greenPrimary)}#dashboard .appointment.incompleted .text-icon,#dashboard .appointment.incompleted .status{color:var(--redPrimary)}#dashboard .appointment.incompleted button{background-color:var(--redPrimary)}#dashboard .appointment.scored .text-icon,#dashboard .appointment.scored .status{color:var(--greenPrimary)}#dashboard .appointment.scored button{background-color:var(--greenPrimary)}#dashboard .appointment+.appointment{border-top:1px solid var(--GREY-5)}#help{padding:0}#help .content{padding:2.5rem 3.75rem}@media only screen and (max-width: 1024px){#home{--NAV-WIDTH: 90px}#home #mainnav .collapse,#home #mainnav .collapse .toggle{transform:none}#home #mainnav label{opacity:0}#mainnav .collapse{display:none}}@media (prefers-reduced-motion: reduce){#home,#mainnav,#mainnav label{transition:none}}#purchase{--MIN_DESC_WIDTH: 11.5625rem;--CELL_WIDTH: 9.8125rem;--PLATFORM_ICON_SIZE: 2rem}#purchase h2{margin-bottom:2.25rem}#purchase .table{margin:auto;padding-bottom:2.125rem;grid-template-columns:auto repeat(3,var(--CELL_WIDTH));justify-items:center;justify-content:center;min-width:calc(var(--MIN_DESC_WIDTH) + var(--CELL_WIDTH) * 3)}#purchase .table>*{background-color:#fff;box-sizing:border-box;width:100%;min-width:var(--CELL_WIDTH)}#purchase .table .hightlight_header{background-color:var(--greenPrimary);color:#fff;padding:.375rem 0;border-radius:3px 3px 0 0}#purchase .table .platform_header{grid-row:2 / 3;padding-bottom:.9375rem}#purchase .table .platform_header img{width:var(--PLATFORM_ICON_SIZE);aspect-ratio:1;object-fit:contain}#purchase .table .desc{grid-column:1 / 2;justify-self:start;padding:.5rem 1.5rem;color:var(--GREY-110);text-align:var(--LEFT);min-width:var(--MIN_DESC_WIDTH)}#purchase .table .cell{display:grid;place-items:center}#purchase .table .cell.selected{border-color:var(--greenPrimary);border-style:solid;border-width:0 3px}#purchase .table .alt{background-color:var(--GREY-7)}#purchase .table .check{background-color:#de3a6142;color:var(--redPrimary);border-radius:50%;width:1.375rem;display:grid;place-items:center;text-align:center;font-weight:700}#purchase .table .check.available{background-color:#009d7c42;color:var(--greenPrimary)}#purchase .table .price{padding:1.5rem 0}#purchase .table .price.selected{background-color:#e5f5f2;border-bottom-width:3px}#purchase .optiontable{overflow-x:auto}#purchase .nav{display:none;padding:.5625rem 0}#purchase .nav button{visibility:hidden}#purchase .nav button.visible{visibility:initial}@media (max-width: 475px){#purchase{--BODY_PADDING_X: 1.5rem;--BODY_PADDING_Y: 1.5rem}}@media (max-width: 744px){#purchase{--MIN_DESC_WIDTH: 37dvw;--CELL_WIDTH: calc(calc(63dvw - var(--BODY_PADDING_X)*2) / 2);--PLATFORM_ICON_SIZE: 1.5rem}#purchase .nav{display:flex}#purchase .plabel{display:none}#purchase .table .desc{position:sticky;left:0;padding-inline-start:0;padding-inline-end:.5rem}#purchase .table .selected{position:sticky;left:var(--MIN_DESC_WIDTH)}#purchase .table .amount{font-size:1rem}#purchase .table .period,#purchase .table .hightlight_header{font-size:.6875rem}}:root{--MAX_QUESTION_WIDTH: 960px;--FLASH: -2px -2px 5px var(--PRIMARY), 2px 2px 5px var(--PRIMARY), 2px -2px 5px var(--PRIMARY), -2px 2px 5px var(--PRIMARY)}#survey .blocks{max-width:60vw;margin:auto}.testscroller{flex:1;overflow:hidden}.questions{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}.questions .body{background-color:#fff}.questions .content{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.questions .question{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;min-height:0;overflow:auto}.questions .q_and_a{padding:1.25rem 4.357rem 0}.questions .q_and_a .textboxes:last-child,.questions .q_and_a .radios:last-child{padding-bottom:3rem}.questions .q_and_a .textboxes input{text-transform:uppercase}.questions .blocks h2{line-height:1.5}.questions .blocks+.radios,.questions .blocks+.textboxes{margin-top:3rem}.questions .sketchpads{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.questions button.scroll{right:.5rem;bottom:calc(var(--NAV_HEIGHT) + 1rem)}.questions .instructions{gap:2rem}.questions .instructions img{padding:.25rem;width:166px;aspect-ratio:1;object-fit:contain;max-width:166px;margin:0 auto!important;border:1px solid var(--GREY-5)}.questions .instructions ol{margin:0}.questions .instructions li:last-child{margin-bottom:0}@media (max-width: 744px){.questions .instructions{-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:0}}.questions .instructions ul{max-width:var(--MAX_QUESTION_WIDTH)}.questions .img_hints{padding:1.5rem 4.357rem 0;max-width:700px;margin:0 auto;width:100%}.questions .img_hints>*{position:relative;padding:.9375rem 0;border-top:1px solid var(--GREY-5)}.questions .img_hints>*:after{position:absolute;display:block;font-family:Icons;aspect-ratio:1;line-height:1em;-webkit-font-smoothing:antialiased;display:grid;place-items:center;font-weight:700;width:2.3125rem;content:"";font-size:1.1875rem;border:1px solid var(--GREY-5);background-color:#fff;left:50%;top:0;transform:translate(-50%,-50%) rotate(90deg);border-radius:50%}.questions .img_hints>*:first-child:after{display:none}.questions .img_hints img{width:60%;max-width:8.25rem;margin:0}.questions button.flash{animation:flash .5s linear;animation-delay:.5s}@keyframes flash{25%{box-shadow:var(--FLASH)}50%{box-shadow:none}75%{box-shadow:var(--FLASH)}}.questions .date-picker{max-width:460px;margin:5rem auto}.questions .textinput{width:100%;max-width:500px;margin:auto}.questions .textinput input{font-size:1.5rem;text-align:center}.questions *+.blocks{padding-top:2.75rem}.questions .blocks{padding-bottom:1.25rem}.questions .blocks img{margin:1rem auto;height:13rem}.q_and_a.drawing .blocks img{max-width:80%;height:8rem;object-fit:contain;object-position:center center}.q_and_a.path .blocks img{width:17rem;max-width:80%;height:unset}@media (min-width: 1193px) and (orientation: landscape){.questions:has(.sketchpads) .q_and_a,.questions:has(.img_hints) .q_and_a{padding-top:4rem;padding-bottom:3rem}.questions:has(.sketchpads) .content,.questions:has(.img_hints) .content{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.questions:has(.sketchpads) .content .q_and_a,.questions:has(.img_hints) .content .q_and_a{flex:.5 1 0}.questions:has(.sketchpads) .content .sketchpads,.questions:has(.img_hints) .content .sketchpads,.questions:has(.sketchpads) .content .img_hints,.questions:has(.img_hints) .content .img_hints{flex:1}.questions:has(.sketchpads) .content .img_hints>*:first-child,.questions:has(.img_hints) .content .img_hints>*:first-child{border-top:none}.questions:has(.sketchpads) .content .filler,.questions:has(.img_hints) .content .filler{display:none}}.sub-question{margin-top:3.75rem}.answer-grid{display:grid;margin:auto;grid-template-columns:1fr;width:100%;max-width:var(--MAX_QUESTION_WIDTH)}.answer-grid.inline{display:inline-grid}.answer-grid.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.answer-grid.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.answer-grid.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.radios.answer-grid{--SELECTED_BORDER_COLOR: var(--PRIMARY);gap:.5rem 1.25rem}.radios.answer-grid .radio{min-width:4rem}@media (min-width: 400px){.radios.answer-grid.radios.compact{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:space-evenly;-moz-justify-content:space-evenly;-ms-justify-content:space-evenly;-o-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 940px){.radios.answer-grid{grid-template-rows:repeat(4,auto);grid-auto-flow:column}}.textboxes.answer-grid{gap:2rem}.textboxes.answer-grid.textboxes.compact{gap:5.5rem 1.25rem}.textboxes.answer-grid.textboxes.compact .textbox{width:100%}@media (min-width: 680px){.textboxes.answer-grid.textboxes.compact{grid-template-columns:1fr}}@media (min-width: 720px){.textboxes.answer-grid.textboxes.compact{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;gap:6.25rem 1.5rem}}.textboxes.answer-grid.textboxes.dates{grid-template-columns:1fr;gap:4rem}.textboxes.answer-grid.textboxes.dates .textbox{width:100%;max-width:27rem;margin:auto}@media (min-width: 680px){.textboxes.answer-grid{grid-template-columns:repeat(2,auto)}}@media (min-width: 1168px){.textboxes.answer-grid{grid-template-columns:repeat(3,auto)}}:root{--FOOTER_HEIGHT: 3.875rem}footer{height:var(--FOOTER_HEIGHT);gap:3.125rem;border-top:1px solid var(--GREY-5);padding:0 1.5rem}.score-0{background-color:#ec6f3a}svg .score-0 .outer-circle{stroke:#ec6f3a;fill:#fff}svg .score-0 .circle{fill:#ec6f3a;cursor:pointer}svg .score-0 .line{stroke:#ec6f3a}svg .score-0 .score-label{stroke:#ec6f3a;fill:#ec6f3a;cursor:pointer}.results-tooltip--score-0{background-color:#ec6f3a;width:35px;font-size:17px;height:42px}.score-1{background-color:#ed703a}svg .score-1 .outer-circle{stroke:#ed703a;fill:#fff}svg .score-1 .circle{fill:#ed703a;cursor:pointer}svg .score-1 .line{stroke:#ed703a}svg .score-1 .score-label{stroke:#ed703a;fill:#ed703a;cursor:pointer}.results-tooltip--score-1{background-color:#ed703a;width:35px;font-size:17px;height:42px}.score-2{background-color:#eb753a}svg .score-2 .outer-circle{stroke:#eb753a;fill:#fff}svg .score-2 .circle{fill:#eb753a;cursor:pointer}svg .score-2 .line{stroke:#eb753a}svg .score-2 .score-label{stroke:#eb753a;fill:#eb753a;cursor:pointer}.results-tooltip--score-2{background-color:#eb753a;width:35px;font-size:17px;height:42px}.score-3{background-color:#e97d39}svg .score-3 .outer-circle{stroke:#e97d39;fill:#fff}svg .score-3 .circle{fill:#e97d39;cursor:pointer}svg .score-3 .line{stroke:#e97d39}svg .score-3 .score-label{stroke:#e97d39;fill:#e97d39;cursor:pointer}.results-tooltip--score-3{background-color:#e97d39;width:35px;font-size:17px;height:42px}.score-4{background-color:#e9863a}svg .score-4 .outer-circle{stroke:#e9863a;fill:#fff}svg .score-4 .circle{fill:#e9863a;cursor:pointer}svg .score-4 .line{stroke:#e9863a}svg .score-4 .score-label{stroke:#e9863a;fill:#e9863a;cursor:pointer}.results-tooltip--score-4{background-color:#e9863a;width:35px;font-size:17px;height:42px}.score-5{background-color:#e78e39}svg .score-5 .outer-circle{stroke:#e78e39;fill:#fff}svg .score-5 .circle{fill:#e78e39;cursor:pointer}svg .score-5 .line{stroke:#e78e39}svg .score-5 .score-label{stroke:#e78e39;fill:#e78e39;cursor:pointer}.results-tooltip--score-5{background-color:#e78e39;width:35px;font-size:17px;height:42px}.score-6{background-color:#e69639}svg .score-6 .outer-circle{stroke:#e69639;fill:#fff}svg .score-6 .circle{fill:#e69639;cursor:pointer}svg .score-6 .line{stroke:#e69639}svg .score-6 .score-label{stroke:#e69639;fill:#e69639;cursor:pointer}.results-tooltip--score-6{background-color:#e69639;width:35px;font-size:17px;height:42px}.score-7{background-color:#e49d38}svg .score-7 .outer-circle{stroke:#e49d38;fill:#fff}svg .score-7 .circle{fill:#e49d38;cursor:pointer}svg .score-7 .line{stroke:#e49d38}svg .score-7 .score-label{stroke:#e49d38;fill:#e49d38;cursor:pointer}.results-tooltip--score-7{background-color:#e49d38;width:35px;font-size:17px;height:42px}.score-8{background-color:#e2a538}svg .score-8 .outer-circle{stroke:#e2a538;fill:#fff}svg .score-8 .circle{fill:#e2a538;cursor:pointer}svg .score-8 .line{stroke:#e2a538}svg .score-8 .score-label{stroke:#e2a538;fill:#e2a538;cursor:pointer}.results-tooltip--score-8{background-color:#e2a538;width:35px;font-size:17px;height:42px}.score-9{background-color:#e1ae38}svg .score-9 .outer-circle{stroke:#e1ae38;fill:#fff}svg .score-9 .circle{fill:#e1ae38;cursor:pointer}svg .score-9 .line{stroke:#e1ae38}svg .score-9 .score-label{stroke:#e1ae38;fill:#e1ae38;cursor:pointer}.results-tooltip--score-9{background-color:#e1ae38;width:35px;font-size:17px;height:42px}.score-10{background-color:#e0b537}svg .score-10 .outer-circle{stroke:#e0b537;fill:#fff}svg .score-10 .circle{fill:#e0b537;cursor:pointer}svg .score-10 .line{stroke:#e0b537}svg .score-10 .score-label{stroke:#e0b537;fill:#e0b537;cursor:pointer}.results-tooltip--score-10{background-color:#e0b537;width:35px;font-size:17px;height:42px}.score-11{background-color:#debe37}svg .score-11 .outer-circle{stroke:#debe37;fill:#fff}svg .score-11 .circle{fill:#debe37;cursor:pointer}svg .score-11 .line{stroke:#debe37}svg .score-11 .score-label{stroke:#debe37;fill:#debe37;cursor:pointer}.results-tooltip--score-11{background-color:#debe37;width:35px;font-size:17px;height:42px}.score-12{background-color:#d7c239}svg .score-12 .outer-circle{stroke:#d7c239;fill:#fff}svg .score-12 .circle{fill:#d7c239;cursor:pointer}svg .score-12 .line{stroke:#d7c239}svg .score-12 .score-label{stroke:#d7c239;fill:#d7c239;cursor:pointer}.results-tooltip--score-12{background-color:#d7c239;width:35px;font-size:17px;height:42px}.score-13{background-color:#c0bf40}svg .score-13 .outer-circle{stroke:#c0bf40;fill:#fff}svg .score-13 .circle{fill:#c0bf40;cursor:pointer}svg .score-13 .line{stroke:#c0bf40}svg .score-13 .score-label{stroke:#c0bf40;fill:#c0bf40;cursor:pointer}.results-tooltip--score-13{background-color:#c0bf40;width:35px;font-size:17px;height:42px}.score-14{background-color:#a9bb46}svg .score-14 .outer-circle{stroke:#a9bb46;fill:#fff}svg .score-14 .circle{fill:#a9bb46;cursor:pointer}svg .score-14 .line{stroke:#a9bb46}svg .score-14 .score-label{stroke:#a9bb46;fill:#a9bb46;cursor:pointer}.results-tooltip--score-14{background-color:#a9bb46;width:35px;font-size:17px;height:42px}.score-15{background-color:#94b84e}svg .score-15 .outer-circle{stroke:#94b84e;fill:#fff}svg .score-15 .circle{fill:#94b84e;cursor:pointer}svg .score-15 .line{stroke:#94b84e}svg .score-15 .score-label{stroke:#94b84e;fill:#94b84e;cursor:pointer}.results-tooltip--score-15{background-color:#94b84e;width:35px;font-size:17px;height:42px}.score-16{background-color:#7db355}svg .score-16 .outer-circle{stroke:#7db355;fill:#fff}svg .score-16 .circle{fill:#7db355;cursor:pointer}svg .score-16 .line{stroke:#7db355}svg .score-16 .score-label{stroke:#7db355;fill:#7db355;cursor:pointer}.results-tooltip--score-16{background-color:#7db355;width:35px;font-size:17px;height:42px}.score-17{background-color:#66b05c}svg .score-17 .outer-circle{stroke:#66b05c;fill:#fff}svg .score-17 .circle{fill:#66b05c;cursor:pointer}svg .score-17 .line{stroke:#66b05c}svg .score-17 .score-label{stroke:#66b05c;fill:#66b05c;cursor:pointer}.results-tooltip--score-17{background-color:#66b05c;width:35px;font-size:17px;height:42px}.score-18{background-color:#4fac63}svg .score-18 .outer-circle{stroke:#4fac63;fill:#fff}svg .score-18 .circle{fill:#4fac63;cursor:pointer}svg .score-18 .line{stroke:#4fac63}svg .score-18 .score-label{stroke:#4fac63;fill:#4fac63;cursor:pointer}.results-tooltip--score-18{background-color:#4fac63;width:35px;font-size:17px;height:42px}.score-19{background-color:#39a869}svg .score-19 .outer-circle{stroke:#39a869;fill:#fff}svg .score-19 .circle{fill:#39a869;cursor:pointer}svg .score-19 .line{stroke:#39a869}svg .score-19 .score-label{stroke:#39a869;fill:#39a869;cursor:pointer}.results-tooltip--score-19{background-color:#39a869;width:35px;font-size:17px;height:42px}.score-20{background-color:#22a471}svg .score-20 .outer-circle{stroke:#22a471;fill:#fff}svg .score-20 .circle{fill:#22a471;cursor:pointer}svg .score-20 .line{stroke:#22a471}svg .score-20 .score-label{stroke:#22a471;fill:#22a471;cursor:pointer}.results-tooltip--score-20{background-color:#22a471;width:35px;font-size:17px;height:42px}.score-21{background-color:#0ca078}svg .score-21 .outer-circle{stroke:#0ca078;fill:#fff}svg .score-21 .circle{fill:#0ca078;cursor:pointer}svg .score-21 .line{stroke:#0ca078}svg .score-21 .score-label{stroke:#0ca078;fill:#0ca078;cursor:pointer}.results-tooltip--score-21{background-color:#0ca078;width:35px;font-size:17px;height:42px}.score-22{background-color:#009d7c}svg .score-22 .outer-circle{stroke:#009d7c;fill:#fff}svg .score-22 .circle{fill:#009d7c;cursor:pointer}svg .score-22 .line{stroke:#009d7c}svg .score-22 .score-label{stroke:#009d7c;fill:#009d7c;cursor:pointer}.results-tooltip--score-22{background-color:#009d7c;width:35px;font-size:17px;height:42px}#performance{font-size:.9375rem}#performance .toolbar{padding:1.5rem 0}#performance .toolbar button{min-width:7.5rem;padding:.25rem .5rem;height:unset}#performance .empty{padding:3rem 0;color:var(--GREY-110);text-align:center}#performance .empty .text-icon{font-size:2.75rem;width:2.75rem}#performance .empty p{max-width:31.25rem;margin:0 auto}#performance .list>*{padding:1rem 0;border-bottom:1px solid var(--GREY-5)}#performance .list .score{min-width:2.75rem;aspect-ratio:1;border-radius:50%;color:#fff}#performance .list img{min-width:1.125rem;width:1.125rem;aspect-ratio:1;vertical-align:middle;margin-inline-start:.75rem}#performance .chart{display:block;width:100%;aspect-ratio:945 / 405}.dialog .help{text-align:var(--LEFT)}.dialog .help h3{margin-top:2.25rem;font-size:.9375rem}.dialog .help p{margin-top:.8125rem}.dialog .help p+p{margin-top:1.25rem}#zoom{padding-inline-start:2.75rem}#zoom button:disabled{opacity:.2}.active-test{--OFFSET_X: calc(-50% + .75rem) ;--OFFSET_Y: calc(-100% - 1.25rem) ;position:absolute;cursor:pointer;font-size:.9375rem;opacity:1;transform:translate(var(--OFFSET_X),var(--OFFSET_Y));border:solid 1px black;background-color:#000;border-radius:.25rem;box-shadow:0 2px 4px #0000001f;height:2.75rem;text-transform:uppercase;color:#fff}.active-test-enter-active,.active-test-leave-active{transition:transform .125s linear,opacity .125s linear}.active-test-enter-from,.active-test-leave-to{opacity:0;transform:translate(var(--OFFSET_X))}.active-test-enter-to,.active-test-leave-from{opacity:1;transform:translate(var(--OFFSET_X),var(--OFFSET_Y))}.active-test:after{content:"";width:.5rem;height:.5rem;bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg);display:inline-block;position:absolute;border:1px solid black;background:#fff}.active-test>*{padding:0 .25rem}.active-test .text-icon{height:.6875rem}.active-test .score{display:grid;place-items:center;box-sizing:border-box;width:2.1875rem;height:100%}.locked-content{padding:1.5rem 0;gap:3.75rem;max-width:960px}.locked-content h3,.locked-content p{line-height:1.73}.locked-content .price{line-height:1.625rem}.locked-content img{display:block}@media (min-width: 970px){.locked-content{flex-direction:row!important;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start}.locked-content>*{width:50%}}.checkout{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.checkout.confirm .plan{height:100%}.checkout .pale{opacity:.7}.checkout .nav{margin-bottom:1.375rem}.checkout .nav img{aspect-ratio:1}.checkout .nav img:first-child{width:1.125rem}.checkout .nav img:nth-child(2){box-sizing:border-box;padding:.25rem;background-color:#fff;border-radius:50%;width:2rem;margin-inline-start:.5625rem;margin-inline-end:.75rem}.checkout .plan{background-color:var(--purplePrimary);color:#fff;padding:var(--BODY_PADDING_Y) var(--BODY_PADDING_X)}.checkout .plan h1{line-height:1.75}.checkout .plan .info{color:#009d7c;font-weight:700;background-color:var(--greenLight);padding:1px .75rem;border-radius:.25rem}.checkout .plan .plan-detail{margin:1.375rem 0}.checkout .content{width:100%;max-width:496px;margin:0 auto}@media (min-width: 900px){.checkout{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.checkout>*{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;box-sizing:border-box;width:50%}}.invoice{gap:.875rem;line-height:1.56}.invoice .prices{max-width:24.375rem;margin-inline-start:auto}.invoice .text-icon{box-sizing:border-box;background-color:#fff;width:3.25rem;padding:.25rem;font-size:2.75rem;border-radius:.5rem}.invoice .tax-hint{font-size:.625rem;text-align:center;padding:.5rem .125rem;border-radius:.25rem;background-color:#ffffff4d}.invoice .subtotal{margin:1.375rem 0 .75rem;padding-bottom:.75rem;border-bottom:1px solid white}.invoice .upperline{border-top:1px solid white}.invoice .total.grid{margin-top:.75rem;padding-top:.75rem;font-size:.9375rem;font-weight:700;grid-template-columns:1fr auto auto;gap:0 .375rem}.invoice .total.grid .currency{background-color:#ffffff4d;padding:0 .75rem;border-radius:.25rem}.invoice button{margin-top:2.0625rem;width:100%}.stripe-form{text-align:center;padding:2.5rem}.stripe-form .content{max-width:496px;margin:auto}#plans .back{margin:0}#plans .body{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}#plans .plans{margin:3.625rem 0}#plans .plans>*+*{margin-top:3rem}#plans .planInfo .heading .text-icon{width:3.75rem;font-size:3.75rem}#plans .planInfo .heading h1{font-size:1.5rem}#plans .planInfo.subscription .heading .text-icon{color:#009d7c}#plans .price{text-align:center;color:var(--GREY-50);color:var(--GREY);font-size:.875rem;margin-top:.75rem}#plans .divider{width:1px!important;background-color:var(--GREY-5)}@media (min-width: 600px){#plans .plans{height:100%;margin-left:auto;margin-right:auto;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;gap:4rem}#plans .plans>*{width:50%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;max-width:410px;margin:0 auto}#plans .plans>*+*{margin-top:0}}@media (max-width: 600px){.flat-grid{grid-template-columns:1fr;gap:1rem}}#profile .account_info{grid-template-columns:12.5rem 1fr auto;gap:1.5rem 1rem;justify-items:start}#profile .account_info .word-break{word-break:break-all}@media (max-width: 620px){#profile .account_info{grid-template-columns:12.5rem 1fr}#profile .account_info .col2{grid-column:1 / 3}#profile .account_info a.button{grid-column:2 / 3;grid-row:1;justify-self:end}#profile .account_info a.button:last-child{grid-row:3}}@media (min-width: 621px) and (max-width: 800px){#profile .account_info{grid-template-columns:8rem 1fr auto}}@media (max-width: 800px){#profile .account_info .current_email>*{display:block}}#profile .unverified{font-size:.6875rem;text-transform:uppercase;padding:.3125rem .5rem;background-color:var(--redLight);color:var(--redPrimary)}#profile .notification+.notification{margin-top:3rem}#profile .sub_status{opacity:0;transition:opacity .2s linear}#profile .sub_status.show{opacity:1}#profile .personal.grid{grid-template-columns:12.5rem auto;gap:2rem 1rem}.profile .heading+*{margin-top:1.875rem}.profile .plan-row+.plan-row{margin-top:1.875rem}.profile .heading+.grid{padding:1.5rem 0}.profile *+.heading{margin-top:1.5rem}.profile label{font-size:.9375rem;text-transform:uppercase;line-height:2.25rem}.profile p+p{margin-top:1.5rem}.profile button.secondary.padding-0,.profile .button.secondary.padding-0{height:2.25rem}.profile .edit-account{gap:1.625rem}.profile .edit-account .heading{margin-top:0}.profile .edit-account .back{width:1.625rem;font-size:1.625rem}.profile .change-plan{max-width:818px}.profile .plan-info{padding:.5rem}.profile .plan-info>*+*{margin-top:.6875rem}@media (max-width: 600px){.heading.toolbar{-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-align-items:flex-start;-ms-align-items:flex-start;-o-align-items:flex-start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start}.heading.toolbar button,.heading.toolbar .button{margin-bottom:.5rem}}.edit_profile.grid{max-width:37.5rem;padding:1.5rem 0;grid-template-columns:12.5rem 1fr;gap:3rem 1rem;align-items:start}.edit_profile.grid .textinput{display:block}@media (max-width: 600px){.edit_profile.grid{grid-template-columns:1fr;gap:1rem}}.edit_profile.grid .password_requirements{margin-top:.25rem;font-weight:400!important;line-height:2.25}#changeInfo .textbox{max-width:500px}#changeInfo .textbox input{text-transform:uppercase;font-weight:700}#changeInfo .radios button{padding:0}#changeInfo .radios .radio{width:3rem}#changeInfo .radios .radio.selected{border-width:3px;border-color:var(--PRIMARY)}#results .button.back{font-size:1.625rem;width:1.625rem;font-weight:400}#results .content{padding:1.5rem}#results .video_score{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.375rem}#results .video_score.inline{display:inline-grid}#results .video_score.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}#results .video_score.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}#results .video_score.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}#results .video{aspect-ratio:316 / 178;position:relative;cursor:pointer}#results .video .button.play{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#results video{aspect-ratio:316 / 178;width:100%;pointer-events:none;display:block}#results video[controls]{pointer-events:all}#results .score .desc{line-height:1.73}#results .header{color:#303030}#results h3{font-size:.9375rem}#results ol.qas>li{counter-increment:question;padding-top:1rem;padding-bottom:1rem;font-size:1rem}#results ol.qas>li:before{content:counter(question)}#results ol.qas>li+li{border-top:1px solid var(--GREY-5)}#results ol.array-answers{max-width:50%;border:1px solid var(--PRIMARY);border-radius:.5rem;padding:1rem;margin-top:1rem}#results ol.array-answers li{font-size:1rem;padding:0 1.75rem;min-height:1.375rem}#results ol.array-answers li+li{margin-top:1rem}#results ol.array-answers li:before{font-size:1rem;text-align:var(--RIGHT);padding:0;border:none;width:1.25rem;content:counter(item) "."}#results .blocks h2{font-size:.875rem;line-height:1.8}#results .blocks img{width:7.5rem}#results .textinput{display:block;max-width:50%;margin-top:1.5rem}#results .textinput input{font-weight:700}#results .instructions ol{margin:0}#results .instructions ol li{font-weight:700;line-height:1.5rem;color:#d8d8d8;padding:0;margin:0;border:none}#results .instructions ol li:before{content:none}#results .sketchpads{position:relative;padding:0;max-width:50%;background-color:#fff}#results .sketchpads .drawingarea{background-color:#fff}#results .sketchpads button.play{--PLAY_BUTTON_SIZE: 1.625rem;--PLAY_BUTTON_BG_COLOR: white;--PLAY_BUTTON_COLOR: var(--PRIMARY);position:absolute;right:0;bottom:0;border:1px solid var(--PRIMARY)}#results .summary{margin:1.25rem 0 3rem;padding:3rem 2rem;font-size:1.2rem;background-color:var(--GREY-7)}#results .summary>*+*{margin-top:1.5rem}#results .footer>*{margin-bottom:1.5rem;line-height:1.5}#results .submit{margin-left:auto;margin-right:auto}.slide-rtl-enter-active,.slide-rtl-leave-active,.slide-ltr-enter-active,.slide-ltr-leave-active{transition:transform .25s linear}.slide-rtl-enter-active .question,.slide-rtl-leave-active .question,.slide-ltr-enter-active .question,.slide-ltr-leave-active .question,.slide-rtl-enter-active.profile,.slide-rtl-leave-active.profile,.slide-ltr-enter-active.profile,.slide-ltr-leave-active.profile{overflow-y:hidden}.slide-rtl-enter-from,.slide-ltr-leave-to{transform:translate(100%)}.slide-rtl-enter-to,.slide-rtl-leave-from,.slide-ltr-enter-to,.slide-ltr-leave-from{transform:translate(0)}.slide-rtl-leave-to,.slide-ltr-enter-from{transform:translate(-100%)}.slideup-enter-active,.slideup-leave-active{transition:transform .25s linear}.slideup-enter-from,.sliderup-leave-to{transform:translateY(100%)}.slideup-enter-to,.slideup-leave-from{transform:translate(0)}.fade-inout-enter-active,.fade-inout-leave-active{transition:opacity .25s linear}.fade-inout-enter-from,.fade-inout-leave-to{opacity:0}.fade-inout-enter-to,.fade-inout-leave-from{opacity:1}@media (prefers-reduced-motion: reduce){.slide-rtl-enter-active,.slide-rtl-leave-active,.slide-ltr-enter-active,.slide-ltr-leave-active{transition:none}}#tutorial canvas.status{display:block;width:7.5rem;aspect-ratio:1;margin:0 auto}#tutorial p .button{font-size:.8125rem;padding:.25rem;height:unset;display:inline-flex}#tutorial .button.tab{background-color:var(--GREY_DARK);color:#fff;padding:.25rem .75rem;border-radius:0}#tutorial .button.nav{position:relative;border-radius:0;padding:.25rem 1.5rem}#tutorial .button.nav:after{position:absolute;display:block;font-family:Icons;aspect-ratio:1;line-height:1em;-webkit-font-smoothing:antialiased;width:.625rem;font-size:.75rem;top:50%;transform:translateY(-50%)}#tutorial .button.next:after{content:"";right:.25rem}#tutorial .button.back{background-color:var(--GREY_DARK);color:#fff}#tutorial .button.back:after{content:"";left:.25rem}#tutorial .buttons{width:100%}#tutorial .button.begin{flex:1;margin-top:2.5rem;max-width:14.5rem;width:100%}#tutorial button.outline{border-color:#ed6f3a26}#tutorial button.outline:hover{border-color:var(--PRIIMARY)}#tutorial p .circle{display:inline-block;width:1.5rem;aspect-ratio:1;border-radius:50%;border:1px solid var(--GREY_DARK)}#tutorial .button.primary.no-hover:hover{background-color:var(--PRIMARY)}.ic-status.brain,.ic-status.tutorial{background-color:#52397c1a;animation:.5s cubic-bezier(.215,.61,.355,1) 1 both bounceInOuter}.ic-status.brain:after,.ic-status.tutorial:after{animation:.6s cubic-bezier(.215,.61,.355,1) .2s 1 both bounceInInner}.ic-status.tutorial:after{border-radius:0;width:90%;left:5%;top:5%}.ic-status.brain:after{background:#fff url(/assets/ic-brain-Bd9vUm14.svg) center center / 60% auto no-repeat}.ic-status.ok:after{background:#fff url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='50'%20height='62'%20viewBox='0%200%2050%2062'%3e%3cstyle%3e%20@keyframes%20orange_to_blue%20{%200%25%20{%20fill:%20%23ED6F3A;%20}%20100%25%20{%20fill:%20%2352397C;%20}%20}%20@keyframes%20blue_to_orange%20{%20100%25%20{%20fill:%20%23ED6F3A;%20}%200%25%20{%20fill:%20%2352397C;%20}%20}%20%3c/style%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%2352397C'%3e%3crect%20width='50'%20height='4'/%3e%3crect%20width='50'%20height='2'%20y='10'/%3e%3c/g%3e%3cg%20transform='translate(0%2034)'%3e%3crect%20width='50'%20height='28'%20fill='%2352397C'%20rx='.708'/%3e%3cpolygon%20fill='%23FFF'%20points='35%204%2039%204%2039%208%2035%208'/%3e%3cpolygon%20fill='%23FFF'%20points='35%2012%2047%2012%2047%2016%2035%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='43%204%2047%204%2047%208%2043%208'/%3e%3cpolygon%20fill='%23FFF'%20points='40%2020%2047%2020%2047%2024%2040%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='13%2020%2037%2020%2037%2024%2013%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='11%2012%2015%2012%2015%2016%2011%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='11%204%2015%204%2015%208%2011%208'/%3e%3cpolygon%20fill='%23FFF'%20points='3%2020%2010%2020%2010%2024%203%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='3%2012%207%2012%207%2016%203%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='3%204%207%204%207%208%203%208'/%3e%3cpolygon%20fill='%23FFF'%20points='19%2012%2023%2012%2023%2016%2019%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='19%204%2023%204%2023%208%2019%208'/%3e%3cpolygon%20fill='%23FFF'%20points='27%2012%2031%2012%2031%2016%2027%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='27%204%2031%204%2031%208%2027%208'/%3e%3c/g%3e%3cg%20transform='translate(9%2020)'%3e%3crect%20width='22'%20height='6'%20fill='%23ED6F3A'%20rx='1'%20style='animation:%20orange_to_blue%202s%20steps(1)%20both'/%3e%3crect%20width='6'%20height='6'%20x='26'%20fill='%2352397C'%20rx='1'%20style='animation:%20blue_to_orange%201s%20steps(1)%20both%20;%20animation-delay:%201s'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center / 60% auto no-repeat}.ic-status.multi:after{background:#fff url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='50'%20height='62'%20viewBox='0%200%2050%2062'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%2352397C'%3e%3crect%20width='50'%20height='4'/%3e%3crect%20width='50'%20height='2'%20y='10'/%3e%3c/g%3e%3cg%20transform='translate(0%2034)'%3e%3crect%20width='50'%20height='28'%20fill='%2352397C'%20rx='.708'/%3e%3cpolygon%20fill='%23FFF'%20points='35%204%2039%204%2039%208%2035%208'/%3e%3cpolygon%20fill='%23FFF'%20points='35%2012%2047%2012%2047%2016%2035%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='43%204%2047%204%2047%208%2043%208'/%3e%3cpolygon%20fill='%23FFF'%20points='40%2020%2047%2020%2047%2024%2040%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='13%2020%2037%2020%2037%2024%2013%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='11%2012%2015%2012%2015%2016%2011%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='11%204%2015%204%2015%208%2011%208'/%3e%3cpolygon%20fill='%23FFF'%20points='3%2020%2010%2020%2010%2024%203%2024'/%3e%3cpolygon%20fill='%23FFF'%20points='3%2012%207%2012%207%2016%203%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='3%204%207%204%207%208%203%208'/%3e%3cpolygon%20fill='%23FFF'%20points='19%2012%2023%2012%2023%2016%2019%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='19%204%2023%204%2023%208%2019%208'/%3e%3cpolygon%20fill='%23FFF'%20points='27%2012%2031%2012%2031%2016%2027%2016'/%3e%3cpolygon%20fill='%23FFF'%20points='27%204%2031%204%2031%208%2027%208'/%3e%3c/g%3e%3cg%20transform='translate(0%2020)'%3e%3crect%20width='22'%20height='6'%20fill='%23ED6F3A'%20rx='1'/%3e%3crect%20width='22'%20height='6'%20x='28'%20fill='%2352397C'%20rx='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center / 60% auto no-repeat}.ic-status.radio:after{background:#fff url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%23FFF'%20d='M0%200h60v60H0z'/%3e%3cpath%20d='M10%205.2h40v3.2H10Zm0%208h40v1.6H10Zm0%206.4h40v1.6H10Zm6.87%2024.659h9.6v1.6h-9.6Zm4.8-3.2a7.2%207.2%200%201%200%200-14.4%207.2%207.2%200%200%200%200%2014.4Zm12.8%203.2h9.6v1.6h-9.6Z'%20fill='%23472A76'/%3e%3ccircle%20stroke='%23ED6F3A'%20stroke-width='2.118'%20fill='%23472A76'%20cx='39.412'%20cy='33.859'%20r='6.141'/%3e%3c/g%3e%3c/svg%3e") center center / 100% auto no-repeat}.ic-status.draw:after{background:#fff url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='50'%20height='62'%20viewBox='0%200%2050%2062'%3e%3cdefs%3e%3crect%20id='ic-draw-a'%20width='50'%20height='42'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(0%2020)'%3e%3cmask%20id='ic-draw-b'%20fill='%23fff'%3e%3cuse%20xlink:href='%23ic-draw-a'/%3e%3c/mask%3e%3cuse%20fill='%2352397C'%20fill-opacity='.08'%20xlink:href='%23ic-draw-a'/%3e%3cg%20mask='url(%23ic-draw-b)'%3e%3cg%20transform='translate(1%205)'%3e%3ccircle%20cx='8.706'%20cy='6.706'%20r='5.456'%20stroke='%2352397C'%20stroke-width='2.5'/%3e%3cpath%20stroke='%2352397C'%20stroke-width='2.5'%20d='M39.1764706,12.1617647%20C42.1896712,12.1617647%2044.6323529,9.71908297%2044.6323529,6.70588235%20C44.6323529,3.69268173%2042.1896712,1.25%2039.1764706,1.25%20C36.16327,1.25%2033.7205882,3.69268173%2033.7205882,6.70588235%20C33.7205882,9.71908297%2036.16327,12.1617647%2039.1764706,12.1617647%20Z'/%3e%3crect%20width='21.882'%20height='2.824'%20x='7.706'%20y='5.294'%20fill='%23ED6F3A'%20rx='1.412'/%3e%3cpath%20fill='%2352397C'%20d='M0.305417554,26.0240671%20C0.305417554,26.0240671%205.69575677,23.9580208%208.51650731,22.0006671%20C11.8296873,19.7015453%2017.4478481,14.7440717%2019.3925765,13.5226395%20C21.3373049,12.3012073%2021.7694809,12.0138487%2024.0743349,11.8701061%20C26.3791888,11.7264901%2028.3958409,11.3672602%2028.2518668,12.9477957%20C28.1077658,14.5284578%2026.3071383,15.9655039%2025.2267618,16.1809912%20C24.1462585,16.3964785%2023.8581835,16.3964785%2023.8581835,16.3964785%20C23.8581835,16.3964785%2022.8498574,17.4024234%2022.1296064,17.8335246%20C21.4092286,18.2646258%2020.905129,18.5519844%2020.905129,18.5519844%20C20.905129,18.5519844%2023.4260075,19.4859314%2024.506384,19.629674%20C25.5868873,19.7734166%2026.4511124,19.629674%2027.6755899,19.8451613%20C28.9000673,20.0607752%2030.6287712,20.6354924%2032.1413237,20.7073636%20C33.6538762,20.7792349%2034.3740003,20.7111597%2035.6706551,20.7792349%20C37.0391066,20.8511062%2041.8649659,21.7133085%2043.161367,22.1444097%20C44.4578949,22.5753843%2044.601869,23.2939706%2044.601869,23.8686878%20C44.601869,24.4435316%2044.0244504,25.5766431%2042.8012415,25.5212212%20C41.2166385,25.4493499%2037.2551312,25.5212212%2036.1747547,25.5212212%20C35.0943782,25.5212212%2031.9972227,25.3774786%2030.9888967,25.3774786%20C29.9804438,25.3774786%2029.6203183,25.6648372%2029.6203183,25.6648372%20C29.6203183,25.6648372%2031.9251723,26.1678097%2031.7091477,28.323189%20C31.4929963,30.4786948%2028.7559664,30.7660534%2028.7559664,30.7660534%20C28.7559664,30.7660534%2029.8364697,31.6282557%2029.4763442,32.993304%20C29.1162187,34.3584788%2027.6045542,34.8614512%2027.0284041,35.0050673%20C26.4032902,35.1609571%2026.2350879,35.2206811%2026.2350879,35.2206811%20C26.2350879,35.2206811%2026.1630374,36.4419868%2025.4427864,37.1604465%20C24.7225354,37.8790328%2023.6693047,38.2884967%2022.633706,38.45375%20C20.8330785,38.7411086%2019.032451,38.310134%2016.4393952,37.9507776%20C13.8464662,37.5915477%2013.1262152,36.9449592%2010.8934117,37.0887018%20C9.79388096,37.1594343%208.22843227,37.2323178%207.58010489,37.8071616%20C6.93190436,38.3818788%206.57177886,38.7411086%205.56345283,38.9567225%20C4.55499995,39.1722098%204.33897538,39.0285938%203.25847203,39.4596949%20C1.49298182,40.1641094%200.953618086,40.393642%200.953618086,40.393642%20L0.305417554,26.0240671%20Z'%20transform='rotate(-66%2022.454%2026.062)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20fill='%2352397C'%3e%3crect%20width='50'%20height='4'/%3e%3crect%20width='50'%20height='2'%20y='10'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center / 100% auto no-repeat}.ic-status.nav:after{background:#fff url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='50'%20height='62'%20viewBox='0%200%2050%2062'%3e%3cdefs%3e%3crect%20id='ic-goback-static-a'%20width='22'%20height='16'%20rx='1'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20fill='%2352397C'%3e%3crect%20width='50'%20height='4'/%3e%3crect%20width='50'%20height='2'%20y='10'/%3e%3crect%20width='50'%20height='2'%20y='18'/%3e%3c/g%3e%3cg%20transform='translate(0%2046)'%3e%3crect%20width='22'%20height='16'%20fill='%2352397C'%20rx='1'/%3e%3cpath%20fill='%23ED6F3A'%20stroke='%23ED6F3A'%20stroke-width='.5'%20d='M12,6.04180846%20L9.27272727,8.49197861%20L12,10.9421488%20L12,12.9839572%20L7,8.49197861%20L12,4%20L12,6.04180846%20Z'/%3e%3cg%20transform='translate(28)'%3e%3cuse%20fill='%2352397C'%20xlink:href='%23ic-goback-static-a'/%3e%3cpath%20fill='%23FFF'%20stroke='%23FFF'%20stroke-width='.5'%20d='M15,5.81818182%20L12.2727273,8%20L15,10.1818182%20L15,12%20L10,8%20L15,4%20L15,5.81818182%20Z'%20transform='matrix(-1%200%200%201%2025%200)'/%3e%3c/g%3e%3c/g%3e%3crect%20width='22'%20height='6'%20x='14'%20y='30'%20fill='%2352397C'%20rx='1'/%3e%3c/g%3e%3c/svg%3e") center center / 60% auto no-repeat}#terms{--PADDING: max(var(--BODY_PADDING_X), calc((100% - 960px)/2) );padding-left:var(--PADDING);padding-right:var(--PADDING);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:1rem}#terms .toc{min-height:15rem;border:1px solid var(--GREY-30);padding:1.5rem;margin-top:.5rem}#terms .toc h1{font-size:1.5rem;line-height:1.75;margin:1.5rem 0}#terms .toc h2{font-size:.9375rem;font-weight:400;margin:1rem 0 2.25rem}#terms .toc h2:before{counter-increment:sub-section;content:counter(sub-section,lower-alpha) ". "}#terms .align-left{align-self:start}#terms .ic-status{margin:0 auto}#terms .buttons>*{flex-basis:360px;max-width:360px}#terms button.back{width:232px}#terms .email{height:unset}#terms .togglebutton{font-weight:400;margin:.25rem auto 2.25rem;text-transform:none}:root{--CLINIC_MAX_CONTENT_WIDTH: 440px}#clinical{background-color:var(--purplePrimary);color:#fff}#clinical .buttons>*{flex-basis:100%}#clinical form{box-sizing:border-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;max-width:var(--CLINIC_MAX_CONTENT_WIDTH);padding:11vh 0;min-height:100%;margin:0 auto}#clinical form h1{margin-bottom:2.5rem}#clinical form p{opacity:.67;margin-bottom:2.5rem}#clinical form .textinput{background-color:#d8d8d8}#clinical form input{text-align:center;font-weight:700;font-size:.9375rem}#clinical form input::placeholder{font-size:.9375rem;font-weight:700;opacity:.2}#clinical form hr{margin:3.875rem 0}.clinical_footer{padding:2.5rem;height:unset}.clinical_footer .links{font-size:.8125rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:1rem}.clinical_footer a{font-weight:700;text-transform:uppercase}.clinical_footer a:hover{color:var(--PRIMARY)}.clinical_footer .follow{color:#999;text-transform:lowercase;margin:2.5rem 0 1rem}@media (min-width: 768px){.clinical_footer .links{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;gap:2rem}}.submit-page .content{max-width:760px;margin:0 auto}.submit-page .content .submitted{margin:4rem auto}.submit-page .top{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}.submit-page .top .heading{transition:height .25s linear}.submit-page .top .icon{transition:min-height .25s linear}.submit-page .top.hide{flex:0}.submit-page .top.hide .heading{height:0!important;overflow:hidden}.submit-page .top.hide .icon{flex:0;min-height:7.5rem!important}.submit-page .buttons{max-width:530px;width:100%;margin:1rem auto}@media (max-width: 600px){.submit-page .buttons{grid-template-columns:1fr}}.submit-page.grader{background-color:var(--purplePrimary);color:#fff}.submit-page.grader .ic-status{background-color:#ffffff1a}#offline{padding:4.375rem 2rem;text-align:center}#offline h2{margin:1.25rem auto}#offline p{margin:2.5rem auto}.clinical-select{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;text-align:var(--LEFT);max-width:var(--MAX_FORM_WIDTH);width:100%;margin:0 auto;padding:2.375rem}.clinical-select .submit{margin-top:1.5rem}.clinical-select .submit.gap{margin-top:4.25rem}.clinical-select h2{padding-bottom:.75rem;margin-bottom:1.5rem}.clinical-select label{font-weight:700}.test-options{margin-top:3rem}.test-options .togglebutton{padding:0}.test-options .tests{display:grid;margin-top:4.375rem;grid-template-columns:1fr 1fr;gap:1.5rem 1rem}.test-options .tests.inline{display:inline-grid}.test-options .tests.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.test-options .tests.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.test-options .tests.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.test-options button.outline.selected{background-color:var(--PRIMARY);color:#fff}.patient-info{background-color:var(--purplePrimary);color:#fff;border-radius:.75rem;padding:4.375rem 2rem .875rem}.patient-results{margin-top:2rem}.patient-results .results{display:grid;grid-template-columns:repeat(3,auto);gap:.5rem}.patient-results .results.inline{display:inline-grid}.patient-results .results.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-results .results.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.patient-results .results.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.patient-detail{margin-top:2rem;display:grid;grid-template-columns:1fr 2fr}.patient-detail.inline{display:inline-grid}.patient-detail.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.patient-detail.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.patient-detail.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.clinical-search{--CLINIC_MAX_CONTENT_WIDTH: 640px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;overflow:hidden}.clinical-search .header{padding:2.375rem 1rem}.clinical-search .header.shadow{box-shadow:0 8px 24px #26262642}.clinical-search .searchinput,.clinical-search .empty{max-width:var(--CLINIC_MAX_CONTENT_WIDTH);margin:auto}.clinical-search .search{height:4rem;padding:0 4rem}.clinical-search .search input::placeholder{font-weight:700}.clinical-search .search .text-icon{position:absolute;top:50%;transform:translateY(-50%);color:var(--PRIMARY);font-weight:700}.clinical-search .search .glass{width:2rem;padding:.25rem;left:1rem}.clinical-search .search .close{height:2rem;right:1rem;background-color:#26262614;border-radius:50%}.clinical-search .list{flex-grow:1;box-flex:1;-webkit-box-flex:1;-moz-box-flex:1;padding-bottom:3rem}.clinical-search .list a{display:grid;place-items:center;font-size:1.1875rem;font-weight:700;height:4.25rem}.clinical-search .list a:hover{background-color:var(--PRIMARY);color:#fff}.clinical-search .grey-bg{background-color:var(--GREY-5)}.clinical-search .empty{padding:0 3rem;text-align:center}.clinical-search .empty .text-icon{font-weight:700;margin:auto;font-size:4.5rem;width:7.5rem}.clinical-search .empty img{margin-bottom:1.5rem}@media (max-width: 640px){:root{--BODY_PADDING_X: 1.5rem;--BODY_PADDING_Y: 1.5rem}.home{padding:2.5rem}#results .content{padding:1.5rem 0}#results .video_score{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.card-select>button{padding:1.5rem}.card-select .saved_card{display:grid;grid-template-columns:auto 1fr}.card-select .saved_card.inline{display:inline-grid}.card-select .saved_card.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card-select .saved_card.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card-select .saved_card.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-select .saved_card img{grid-row:1 / 3}.card-select .saved_card>div:last-child{grid-column:2 / 3}.card-select button>div{white-space:wrap}.vert-on-medium{-webkit-flex-direction:column;-webkit-box-orient:vertical;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:1rem}}@media (max-width: 480px){#home{--NAV-WIDTH: 0}#home #mainnav{display:none}header .toggle{display:block;width:2.5rem;height:2.5rem}header .toggle svg{width:2.5rem;height:2.5rem}header .logo-button{left:50%!important;transform:translate(-50%,-50%)!important}#menu{z-index:1;position:fixed;top:var(--HEADER_HEIGHT);left:0;width:100%;height:calc(100dvh - var(--HEADER_HEIGHT));background-color:#fff;--NAV-WIDTH: 100%}.questions .q_and_a{padding:2.5rem 2.5rem 0}.radios>button div{white-space:wrap}}@media (max-width: 400px){:root{font-size:14px}.loginpage form{padding:3rem 1.5rem}.home{padding:2rem}}#nativeSignup{--CONTENT_HEIGHT: calc(100dvh - var(--HEADER_HEIGHT));position:relative}#nativeSignup>*.slide-rtl-enter-active,#nativeSignup>*.silde-ltr-enter-active,#nativeSignup *.slide-rtl-leave-active,#nativeSignup *.slide-ltr-leave-active{position:absolute;width:100%;height:100%;top:0}#nativeSignup button.scroll{z-index:1;left:50%;bottom:1rem;transform:translate(-50%)}#nativeSignup .footer-scroll{position:relative;text-align:center;isolation:isolate;padding:2rem}#nativeSignup .footer-scroll:before{position:absolute;z-index:-1;content:"";width:100%;left:0;top:-2rem;height:2rem;background:linear-gradient(0deg,#fff 0%,transparent 100%);pointer-events:none}#nativeSignup .footer-scroll.scroll:after{position:absolute;z-index:0;content:"";width:100%;left:0;top:-1px;height:1px;box-shadow:0 -10px 20px #0000001a,0 -6px 6px #0000004d}#nsignup{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;height:var(--CONTENT_HEIGHT)}#nsignup .videoContainer{overflow:hidden;position:relative}#nsignup .videoContainer video{width:100%;height:100%;object-fit:cover;object-position:top}#nsignup .body{padding:var(--BODY_PADDING_Y) var(--BODY_PADDING_X) 0}#nsignup .content{max-width:700px;width:100%;margin:0 auto;text-align:center}#nsignup .content>*+*{margin-top:1rem}#nsignup .content .buttons{margin:2rem 0 0}#nsignup .content .buttons>*{flex-basis:100%}@media (max-width: 580px){#nsignup{--BODY_PADDING_X: 1.5rem}#nsignup .buttons{gap:1rem}}#nlogin{height:calc(100dvh - var(--HEADER_HEIGHT))}#nlogin .content{padding:2rem 0;width:100%}#nlogin button.scroll{display:none}#npurchase{height:var(--CONTENT_HEIGHT);isolation:isolate}#npurchase .content{--MAX_LOGIN_FORM_WIDTH: 1024px;margin:0 auto;padding:5rem 2rem}#npurchase .plans{display:grid;grid-template-columns:1fr 1fr;gap:2rem 3rem}#npurchase .plans.inline{display:inline-grid}#npurchase .plans.col-2{grid-template-columns:repeat(2,minmax(0,1fr))}#npurchase .plans.col-3{grid-template-columns:repeat(3,minmax(0,1fr))}#npurchase .plans.col-4{grid-template-columns:repeat(4,minmax(0,1fr))}#npurchase .plan{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:1.5rem}#npurchase .plan .text-icon{width:2.5rem;font-size:2.5rem}#npurchase *+h2{margin-top:3rem}#npurchase h2{margin-bottom:3rem}#npurchase li+li{margin-top:2rem}@media (max-width: 580px){#npurchase .plans{grid-template-columns:1fr}}#contact .content{--MAX_LOGIN_FORM_WIDTH: 1024px;padding:var(--BODY_PADDING_Y) var(--BODY_PADDING_X)}#contact .content>*+*{margin-top:1.5rem}#contact .content h2{margin-top:3rem}.login-footer{padding:2rem 0}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.ps{position:relative}
