html,body{width:100%;height:100%;color:var(--text-dark);background-color:var(--background);margin:0;padding:0;font-family:Fira Sans,sans-serif;font-size:16px;overflow:hidden}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}:root{--primary:#4e94ad;--primary-highlight:#7fbdd4;--blue:#4e94ad;--secondary:#4e94ad;--tertiary:#4e94ad;--black:#303133;--error:#c3284c;--grey:#a0a0a0;--grey-highlight:#d2d2d2;--light-grey:#ececec;--dark-grey:#7b7b7b;--background:#f6f5fa;--white:#fff;--purple:#2e1a47;--orange:#e86c27;--orange-highlight:#f7945d;--yellow:#ffbf48;--yellow-highlight:#ffcb6b;--yellow-dimmed:#efb853;--yellow-dimmed-highlight:#ffcd70;--green:#6c8849;--green-highlight:#8bae5f;--red:#c7392d;--red-highlight:#ec7c73;--dark-red:#9c0f1c;--nav:#f7f4f4;--nav-border:#707070;--box-border:#d5d5d5;--text-dark:#424242}.border-primary{border:1px solid var(--primary)}.border-grey{border:1px solid var(--grey)}.border-light-grey{border:1px solid var(--background)}.bg{background-color:var(--background)}.border-color-primary{border-color:var(--primary)}.border-color-secondary{border-color:var(--secondary)}.border-color-tertiary{border-color:var(--tertiary)}.border-color-grey{border-color:var(--grey)}.bd-primary{border-color:var(--primary)}.bd-secondary{border-color:var(--secondary)}.bd-tertiary{border-color:var(--tertiary)}.bd-grey{border-color:var(--grey)}.bd-green{border-color:var(--green)}.bd-black{border-color:var(--black)}.pointer{cursor:pointer}.inline-block{display:inline-block}.display-none{display:none}.text-thin{font-weight:300}.text-regular{font-weight:400}.text-semibold{font-weight:500}.text-bold{font-weight:600}.fst-i{font-style:italic}.margin-auto{margin:auto}.margin-none{margin:0}.margin-small{margin:10px}.margin-medium{margin:30px}.margin-large{margin:100px}.margin-top-none{margin-top:0}.margin-bottom-none{margin-bottom:0}.margin-left-none{margin-left:0}.margin-right-none{margin-right:0}.margin-top-auto{margin-top:auto}.margin-bottom-auto{margin-bottom:auto}.margin-left-auto{margin-left:auto}.margin-right-auto{margin-right:auto}.margin-top-extra-small{margin-top:5px}.margin-top-small{margin-top:10px}.margin-top-medium{margin-top:30px}.margin-top-large{margin-top:100px}.margin-bottom-extra-small{margin-bottom:5px}.margin-bottom-small{margin-bottom:10px}.margin-bottom-medium{margin-bottom:30px}.margin-bottom-large{margin-bottom:100px}.margin-left-extra-small{margin-left:5px}.margin-left-small{margin-left:10px}.margin-left-medium{margin-left:30px}.margin-left-large{margin-left:100px}.margin-right-extra-small{margin-right:5px}.margin-right-small{margin-right:10px}.margin-right-medium{margin-right:30px}.margin-right-large{margin-right:100px}.margin-y-medium{margin-top:30px;margin-bottom:30px}.margin-y-large{margin-top:100px;margin-bottom:100px}.margin-y-none{margin-top:0;margin-bottom:0}.margin-x-medium{margin-left:30px;margin-right:30px}.padding-none{padding:0}.padding-small{padding:10px}.padding-medium{padding:30px}.padding-large{padding:100px}.padding-top-none{padding-top:0}.padding-bottom-none{padding-bottom:0}.padding-left-none{padding-left:0}.padding-right-none{padding-right:0}.padding-top-small{padding-top:10px}.padding-top-medium{padding-top:30px}.padding-top-large{padding-top:100px}.padding-bottom-small{padding-bottom:10px}.padding-bottom-medium{padding-bottom:30px}.padding-bottom-large{padding-bottom:100px}.padding-left-small{padding-left:10px}.padding-left-medium{padding-left:30px}.padding-left-large{padding-left:100px}.padding-right-small{padding-right:10px}.padding-right-medium{padding-right:30px}.padding-right-large{padding-right:100px}.padding-x-small{padding-left:10px;padding-right:10px}.padding-y-small{padding-top:10px;padding-bottom:10px}.full-width{width:100%}.full-height{height:100%}.mw-250{max-width:250px}.mw-auto{min-width:auto}.text-left{text-align:left}.text-center,.ta-center{text-align:center}.text-right{text-align:right}.valign-middle{vertical-align:middle}.white-space-pre-wrap,.ws-pre-wrap{white-space:pre-wrap}.rounded-sm{border-radius:3px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:10px}.c-primary{color:var(--primary)}.bg-primary{background-color:var(--primary)}.c-primary-highlight{color:var(--primary-highlight)}.bg-primary-highlight{background-color:var(--primary-highlight)}.c-blue{color:var(--blue)}.bg-blue{background-color:var(--blue)}.c-secondary{color:var(--secondary)}.bg-secondary{background-color:var(--secondary)}.c-tertiary{color:var(--tertiary)}.bg-tertiary{background-color:var(--tertiary)}.c-black{color:var(--black)}.bg-black{background-color:var(--black)}.c-error{color:var(--error)}.bg-error{background-color:var(--error)}.c-grey{color:var(--grey)}.bg-grey{background-color:var(--grey)}.c-grey-highlight{color:var(--grey-highlight)}.bg-grey-highlight{background-color:var(--grey-highlight)}.c-light-grey{color:var(--light-grey)}.bg-light-grey{background-color:var(--light-grey)}.c-dark-grey{color:var(--dark-grey)}.bg-dark-grey{background-color:var(--dark-grey)}.c-background{color:var(--background)}.bg-background{background-color:var(--background)}.c-white{color:var(--white)}.bg-white{background-color:var(--white)}.c-purple{color:var(--purple)}.bg-purple{background-color:var(--purple)}.c-orange{color:var(--orange)}.bg-orange{background-color:var(--orange)}.c-orange-highlight{color:var(--orange-highlight)}.bg-orange-highlight{background-color:var(--orange-highlight)}.c-yellow{color:var(--yellow)}.bg-yellow{background-color:var(--yellow)}.c-yellow-highlight{color:var(--yellow-highlight)}.bg-yellow-highlight{background-color:var(--yellow-highlight)}.c-yellow-dimmed{color:var(--yellow-dimmed)}.bg-yellow-dimmed{background-color:var(--yellow-dimmed)}.c-yellow-dimmed-highlight{color:var(--yellow-dimmed-highlight)}.bg-yellow-dimmed-highlight{background-color:var(--yellow-dimmed-highlight)}.c-green{color:var(--green)}.bg-green{background-color:var(--green)}.c-green-highlight{color:var(--green-highlight)}.bg-green-highlight{background-color:var(--green-highlight)}.c-red{color:var(--red)}.bg-red{background-color:var(--red)}.c-red-highlight{color:var(--red-highlight)}.bg-red-highlight{background-color:var(--red-highlight)}.c-dark-red{color:var(--dark-red)}.bg-dark-red{background-color:var(--dark-red)}.c-nav{color:var(--nav)}.bg-nav{background-color:var(--nav)}.c-nav-border{color:var(--nav-border)}.bg-nav-border{background-color:var(--nav-border)}.c-box-border{color:var(--box-border)}.bg-box-border{background-color:var(--box-border)}.c-text-dark{color:var(--text-dark)}.bg-text-dark{background-color:var(--text-dark)}:root{--header-height:70px;--nav-width:200px}.m-a{margin:auto}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-6{margin:5rem}.m-7{margin:10rem}.ml-a{margin-left:auto}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:3rem}.ml-6{margin-left:5rem}.ml-7{margin-left:10rem}.mr-a{margin-right:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:3rem}.mr-6{margin-right:5rem}.mr-7{margin-right:10rem}.mt-a{margin-top:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-6{margin-top:5rem}.mt-7{margin-top:10rem}.mb-a{margin-bottom:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-6{margin-bottom:5rem}.mb-7{margin-bottom:10rem}.mx-a{margin-left:auto;margin-right:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:1rem;margin-right:1rem}.mx-4{margin-left:1.5rem;margin-right:1.5rem}.mx-5{margin-left:3rem;margin-right:3rem}.mx-6{margin-left:5rem;margin-right:5rem}.mx-7{margin-left:10rem;margin-right:10rem}.my-a{margin-top:auto;margin-bottom:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:3rem;margin-bottom:3rem}.my-6{margin-top:5rem;margin-bottom:5rem}.my-7{margin-top:10rem;margin-bottom:10rem}.p-a{padding:auto}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.p-6{padding:5rem}.p-7{padding:10rem}.pl-a{padding-left:auto}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:1rem}.pl-4{padding-left:1.5rem}.pl-5{padding-left:3rem}.pl-6{padding-left:5rem}.pl-7{padding-left:10rem}.pr-a{padding-right:auto}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:1rem}.pr-4{padding-right:1.5rem}.pr-5{padding-right:3rem}.pr-6{padding-right:5rem}.pr-7{padding-right:10rem}.pt-a{padding-top:auto}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pt-6{padding-top:5rem}.pt-7{padding-top:10rem}.pb-a{padding-bottom:auto}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pb-6{padding-bottom:5rem}.pb-7{padding-bottom:10rem}.px-a{padding-left:auto;padding-right:auto}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.px-5{padding-left:3rem;padding-right:3rem}.px-6{padding-left:5rem;padding-right:5rem}.px-7{padding-left:10rem;padding-right:10rem}.py-a{padding-top:auto;padding-bottom:auto}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:1rem;padding-bottom:1rem}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}.py-6{padding-top:5rem;padding-bottom:5rem}.py-7{padding-top:10rem;padding-bottom:10rem}.d-ib{display:inline-block}.d-n{display:none}.ta-left{text-align:left}.ta-center{text-align:center}.ta-right{text-align:right}.user-select-none{user-select:none}a{text-decoration:none}.underline{text-decoration:underline}.alert{border:1px solid gray;margin-bottom:20px;padding:10px}.alert.alert-info{border-color:var(--primary);background-color:rgba(var(--primary),.2)}.alert.alert-error{border-color:var(--error);background-color:rgba(var(--error),.2)}.arrow{border-bottom:2px solid #000;border-right:2px solid #000;width:10px;height:10px;transition:transform .2s}.arrow--down{transform:translateY(-2px)rotate(45deg)}.arrow--up{transform:translateY(2px)rotate(225deg)}.arrow--left{transform:translate(-2px)rotate(-45deg)}.arrow--right{transform:translate(2px)rotate(135deg)}.assessment__progress-bar{background-color:#0000001a;height:2px}.assessment__progress-bar--dark-background{background-color:#000}.assessment__progress-bar--tall{border-radius:10px;height:10px}.assessment__progress-bar__progress{background-color:var(--primary);height:100%;transition:width .2s}.assessment__progress-bar__progress--tall{border-radius:10px}.assessment__question-value{background-color:#0000000d;border-radius:5px;min-height:22px;padding:7px 12px}.box{border:1px solid var(--box-border);background-color:#fff;padding:30px}.button{cursor:pointer;vertical-align:middle;box-sizing:border-box;background-color:#0000;background-color:var(--primary);color:#fff;text-align:center;border:none;border-radius:5px;margin:4px 2px;padding:10px 15px;font-size:14px;line-height:18px;transition:background-color .2s;display:inline-block;position:relative}.button:focus{outline:none}.button:hover{background-color:var(--primary-highlight)}.button.no-text{padding:0}.button.button-disabled{cursor:default;background-color:#ccc}.button.icon{padding-left:51px}.button.icon:after{content:"";background-color:#0000001a;background-position:50%;background-repeat:no-repeat;background-size:15px;width:36px;height:100%;transition:background-color .2s;position:absolute;top:0;left:0}.button.icon.no-text{width:36px;height:36px;padding:0}.button.icon.no-text:after{background-color:#0000;width:100%;height:100%}.button.outline{border:1px solid var(--primary);color:var(--primary);background-color:#0000}.button.outline.icon:after{border-right:1px solid var(--primary);background-color:#0000;width:34px;height:100%}.button.outline:hover{background-color:rgba(var(--primary),.3)}.button.green{background-color:var(--green);color:#fff}.button.green:hover{background-color:var(--green-highlight)}.button.red{background-color:var(--red);color:#fff}.button.red:hover{background-color:var(--red-highlight)}.button.grey{background-color:var(--grey);color:#fff}.button.grey:hover{background-color:var(--grey-highlight)}.button.yellow{background-color:var(--yellow-dimmed);color:#fff}.button.yellow:hover{background-color:var(--yellow-dimmed-highlight)}.button.orange{background-color:var(--orange);color:#fff}.button.orange:hover{background-color:var(--orange-highlight)}.button.wide{width:calc(100% - 4px)}.button.no-bg,.button.no-bg:hover{background-color:#0000}.button--block{display:block}.icon-plus:after{background-image:url(/images/icons/plus-white-bcfb7983a5ec65df071537c6af6fee6f.svg?vsn=d)}.button.outline.icon-plus:after,.icon-plus.icon--primary:after{background-image:url(/images/icons/plus-primary-dd63d9cabc73952e5985647386225199.svg?vsn=d)}.icon-cross:after{background-image:url(/images/icons/cross-white-243c691782bf187461f14b49e70f1484.svg?vsn=d)}.button.outline.icon-cross:after,.icon-cross.icon--primary:after{background-image:url(/images/icons/cross-primary.svg)}.icon-tick:after{background-image:url(/images/icons/tick-white-d91181a5420c211e2f7a1501c59e8380.svg?vsn=d)}.button.outline.icon-tick:after,.icon-tick.icon--primary:after{background-image:url(/images/icons/tick-primary-6a65b393d1b5aeb9f56b04e5f4c79e4a.svg?vsn=d)}.icon-arrow-left:after{background-image:url(/images/icons/arrow-left-white-8375f2a64b4722cc5baa3d0343031109.svg?vsn=d)}.button.outline.icon-arrow-left:after,.icon-arrow-left.icon--primary:after{background-image:url(/images/icons/arrow-left-primary-16891aaf5527f0a05b65c70e04e175de.svg?vsn=d)}.icon-arrow-right:after{background-image:url(/images/icons/arrow-right-white-9e4cab3fffb72c5d5a6e4e71091fd309.svg?vsn=d)}.button.outline.icon-arrow-right:after,.icon-arrow-right.icon--primary:after{background-image:url(/images/icons/arrow-right-primary-c2d555bc1182fb082bf8391a8f5d462c.svg?vsn=d)}.icon-arrow-up:after{background-image:url(/images/icons/arrow-up-white-e234f9c5b8a42242f83b05ae244e9841.svg?vsn=d)}.button.outline.icon-arrow-up:after,.icon-arrow-up.icon--primary:after{background-image:url(/images/icons/arrow-up-primary-1bb5b9070ecf8f21d39ae669b398d848.svg?vsn=d)}.icon-arrow-down:after{background-image:url(/images/icons/arrow-down-white-2a61680f8d35283aa7ad64f01134598f.svg?vsn=d)}.button.outline.icon-arrow-down:after,.icon-arrow-down.icon--primary:after{background-image:url(/images/icons/arrow-down-primary-0b5ee9a29884dd22c1d459488ec00c60.svg?vsn=d)}.icon-rewind:after{background-image:url(/images/icons/rewind-white-d11a2b6fc22799b1af09cd9d75a04006.svg?vsn=d)}.button.outline.icon-rewind:after,.icon-rewind.icon--primary:after{background-image:url(/images/icons/rewind-primary.svg)}.icon-list:after{background-image:url(/images/icons/list-white-f6405bb2d863c6ae37781421e86d324b.svg?vsn=d)}.button.outline.icon-list:after,.icon-list.icon--primary:after{background-image:url(/images/icons/list-primary.svg)}.icon-drive:after{background-image:url(/images/icons/drive-white-1ae517ad31202229570483a8b1758bc5.svg?vsn=d)}.button.outline.icon-drive:after,.icon-drive.icon--primary:after{background-image:url(/images/icons/drive-primary.svg)}.icon-pen:after{background-image:url(/images/icons/pen-white-6028a10b86a240dba458904878b52dc4.svg?vsn=d)}.button.outline.icon-pen:after,.icon-pen.icon--primary:after{background-image:url(/images/icons/pen-primary-a50ad13a609864e0eac2ce742e3ce36a.svg?vsn=d)}.icon-lock:after{background-image:url(/images/icons/lock-white-83162875379322c7edf091db06d375ff.svg?vsn=d)}.button.outline.icon-lock:after,.icon-lock.icon--primary:after{background-image:url(/images/icons/lock-primary.svg)}.icon-ring:after{background-image:url(/images/icons/ring-white-a56efd4727b6069f4abffa94f63e87c2.svg?vsn=d)}.button.outline.icon-ring:after,.icon-ring.icon--primary:after{background-image:url(/images/icons/ring-primary.svg)}.icon-cog:after{background-image:url(/images/icons/cog-white-e7a04f0c7dab2c6da34b27f84b474b35.svg?vsn=d)}.button.outline.icon-cog:after,.icon-cog.icon--primary:after{background-image:url(/images/icons/cog-primary-726cba9cdba4a437f2a41f4292bb62c6.svg?vsn=d)}.icon-files:after{background-image:url(/images/icons/files-white-2845a7bc8dee45685eced15ee6d14461.svg?vsn=d)}.button.outline.icon-files:after,.icon-files.icon--primary:after{background-image:url(/images/icons/files-primary.svg)}.icon-eye:after{background-image:url(/images/icons/eye-white-81a464d5e8a9a90af892c20ec583def0.svg?vsn=d)}.button.outline.icon-eye:after,.icon-eye.icon--primary:after{background-image:url(/images/icons/eye-primary-3a483d655f735c21aef8309e315a6a27.svg?vsn=d)}.icon-revert:after{background-image:url(/images/icons/revert-white.svg)}.button.outline.icon-revert:after,.icon-revert.icon--primary:after{background-image:url(/images/icons/revert-primary-1f5962cce50295dde03479ff23f6a3fa.svg?vsn=d)}.icon-upload:after{background-image:url(/images/icons/upload-white-4d907bae59f229c749cfd546d58f6bd3.svg?vsn=d)}.button.outline.icon-upload:after,.icon-upload.icon--primary:after{background-image:url(/images/icons/upload-primary.svg)}.icon-trash:after{background-image:url(/images/icons/trash-white-24423b742b3af8316a8e01a3b89b7b49.svg?vsn=d)}.button.outline.icon-trash:after,.icon-trash.icon--primary:after{background-image:url(/images/icons/trash-primary.svg)}.icon-mail:after{background-image:url(/images/icons/mail-white-32da6692dbd69f110de609c2f0e6f868.svg?vsn=d)}.button.outline.icon-mail:after,.icon-mail.icon--primary:after{background-image:url(/images/icons/mail-primary.svg)}.icon-profile:after{background-image:url(/images/icons/profile-white-76fc7bd95daf039c797852aa02177379.svg?vsn=d)}.button.outline.icon-profile:after,.icon-profile.icon--primary:after{background-image:url(/images/icons/profile-primary.svg)}.icon-warning-outline:after{background-image:url(/images/icons/warning-outline-white-cea940e4a5ecb51ef36d1ba45b9545c5.svg?vsn=d)}.button.outline.icon-warning-outline:after,.icon-warning-outline.icon--primary:after{background-image:url(/images/icons/warning-outline-primary-fc710e122ab6eba34f28900557c67603.svg?vsn=d)}.icon-download:after{background-image:url(/images/icons/download-white-41f07a6e749b1fb35ba28eba8a7ef371.svg?vsn=d)}.button.outline.icon-download:after,.icon-download.icon--primary:after{background-image:url(/images/icons/download-primary-187aaf227ba28fcd13165f6b0ff37a1d.svg?vsn=d)}.icon-edit:after{background-image:url(/images/icons/edit-white-c147584622955c3f364fceb46c0e26e5.svg?vsn=d)}.button.outline.icon-edit:after,.icon-edit.icon--primary:after{background-image:url(/images/icons/edit-primary-bb4c42cc941e772df37dec84f3d458f1.svg?vsn=d)}.card{text-align:center;background-color:#fff;flex-direction:column;flex:1;min-width:200px;max-width:250px;margin:10px;padding:30px;display:flex}.card--no-bg{background-color:#0000}.card--selectable{cursor:pointer;position:relative}.card--selectable:after{content:"";transition:background-color .3s;position:absolute;inset:0}.card--selectable:hover:after{background-color:rgba(var(--primary),.1)}.card__end{margin-top:auto}.checkbox-row{cursor:pointer;align-items:center;display:flex}.checkbox{box-sizing:border-box;border:2px solid var(--grey);cursor:pointer;border-radius:5px;flex-shrink:0;width:20px;height:20px;position:relative}.checkbox:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:60%;width:100%;height:100%;position:absolute;top:0;left:0}.checkbox--light{border-color:#fff}.checkbox--active{border-color:var(--primary);background-color:rgba(var(--primary),.1)}.checkbox--active.checkbox--light{background-color:#fff3;border-color:#fff}.checkbox--active.checkbox--light:after{background-image:url(/images/icons/tick-white-d91181a5420c211e2f7a1501c59e8380.svg?vsn=d)}.checkbox--active:after{background-image:url(/images/icons/tick-primary-6a65b393d1b5aeb9f56b04e5f4c79e4a.svg?vsn=d)}.checkbox-row__label{color:var(--grey);margin-left:10px}.checkbox-row__label--active{color:var(--primary)}.circle-button{background-color:var(--primary);border-radius:50%;width:30px;height:30px;position:relative}.circle-button:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:32%;position:absolute;inset:0}.circle-button--large-icon:after{background-size:50%}.circle-button--large{width:50px;height:50px}.circle-button--transparent{background-color:#0000}.circle-button--transparent:hover{background-color:rgba(var(--primary),.3)}.column-container{clear:both}.column{box-sizing:border-box;vertical-align:top;float:left;width:100%;margin:0;padding-bottom:10px}.column.perc-10{width:10%}.column.perc-20{width:20%}.column.perc-25{width:25%}.column.perc-30{width:30%}.column.perc-33{width:33%}.column.perc-34{width:34%}.column.perc-40{width:40%}.column.perc-50{width:50%}.column.perc-60{width:60%}.column.perc-66{width:66%}.column.perc-70{width:70%}.column.perc-75{width:75%}.column.perc-76{width:76%}.column.perc-80{width:80%}.column.perc-90{width:90%}.column.perc-100{width:100%}@media screen and (width<=400px){.column-container.max-400{display:block}.column-container.max-400 .column{width:100%;margin-bottom:5px;padding-left:0;padding-right:0}}@media screen and (width<=600px){.column-container.max-600{display:block}.column-container.max-600 .column{width:100%;margin-bottom:5px;padding-left:0;padding-right:0}}@media screen and (width<=800px){.column-container.max-800{display:block}.column-container.max-800 .column{width:100%;margin-bottom:5px;padding-left:0;padding-right:0}}@media screen and (width<=1000px){.column-container.max-1000{display:block}.column-container.max-1000 .column{width:100%;margin-bottom:5px;padding-left:0;padding-right:0}}@media screen and (width<=1200px){.column-container.max-1200{display:block}.column-container.max-1200 .column{width:100%;margin-bottom:5px;padding-left:0;padding-right:0}}.content{box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;position:relative}.content-small{max-width:400px}.content-medium{max-width:800px}.content-large{max-width:1200px}.date-input{width:100%;max-width:400px;height:80px;display:flex}.date-input__selector{flex-direction:column;padding:2px;display:flex}.date-input__selector--day{flex:1}.date-input__selector--month{flex:3}.date-input__selector--year{flex:2}.date-input__selector__arrow{cursor:pointer;flex:1;position:relative}.date-input__selector__arrow:after{content:"";border-top:1px solid var(--primary);border-right:1px solid var(--primary);width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.date-input__selector__arrow:hover:after{border-width:2px}.date-input__selector__arrow--up:after{transform:translate(-50%,-50%)rotate(-45deg)}.date-input__selector__arrow--down:after{transform:translate(-50%,-50%)rotate(135deg)}.date-input__selector__value{text-align:center;border:1px solid gray;flex:2;justify-content:center;align-items:center;font-size:16px;display:flex}.divider{background-color:var(--grey);width:100%;height:1px}.divider--dotted{background-image:linear-gradient(90deg,#000 10%,#fff0 0%);background-position:top;background-repeat:repeat-x;background-size:10px 3px;height:1px}.dropdown-container{position:relative}.dropdown-container .dropdown-menu-icon{background-image:url(/images/icons/menu-tertiary-4fa4e8c183d74abcd217e74785e678d3.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:20px;width:30px;height:30px}.dropdown-container .dropdown-menu-icon--white{background-image:url(/images/icons/menu-white-35e189708dd6fc8b5be7f7976fdd0280.svg?vsn=d)}.dropdown-container .dropdown-menu{border:1px solid var(--box-border);text-align:center;box-sizing:border-box;z-index:5;background-color:#fff;min-width:150px;max-width:300px;padding:10px 20px;transition:transform .2s;position:absolute;top:calc(100% + 10px);transform:scale(0)}.dropdown-container .dropdown-menu:after{content:"";border-left:1px solid var(--box-border);border-top:1px solid var(--box-border);background-color:#fff;width:10px;height:10px;position:absolute;top:-5px;right:10px;transform:rotate(45deg)}.dropdown-container .dropdown-menu.dropdown-from-right{transform-origin:100% 0;right:0}.dropdown-container .dropdown-menu .dropdown-item{color:var(--tertiary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;padding:10px;transition:color .2s;overflow:hidden}.dropdown-container .dropdown-menu .dropdown-item:hover{color:var(--primary)}.dropdown-container .dropdown-menu a+a .dropdown-item{border-top:1px solid var(--box-border)}.dropdown-container .dropdown-menu .dropdown-item-title{color:#424242;white-space:nowrap;text-overflow:ellipsis;padding:10px 10px 0;overflow:hidden}.dropdown-container .dropdown-link:focus~.dropdown-menu,.dropdown-container .dropdown-menu:hover,.dropdown-container .dropdown-menu.open{transform:scale(1)}.dropdown-container .dropdown-menu.closed,.dropdown-container .dropdown-menu.closed:hover{transform:scale(0)}.editable-image-container{text-align:center;min-height:30px;transition:padding .3s;position:relative}.editable-image-container .editable-image{max-width:100%;max-height:100px}.editable-image-container:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:50px;transition:background .3s;position:absolute;inset:0}.editable-image-container:hover{padding:20px 0}.editable-image-container:hover:after,.editable-image-container:hover.no-image:after{background-color:#00000080;background-image:url(/images/icons/edit-circle-large-white-7662e704e517b25c86f7ea2493dd3251.svg?vsn=d)}.editable-image-container.no-image{height:50px}.editable-image-container.no-image:after{background-image:url(/images/icons/image-square-large-blue-99d4a28c2db8ffc029f4f2a7ff678378.svg?vsn=d)}.file-selector{border:1px solid var(--primary);flex-direction:column;align-items:center;transition:border-color .2s,background-color .2s;display:flex}.file-selector--hover{background-color:rgba(var(--primary),.1)}.flex{display:flex}.flex--column{flex-direction:column}.flex--wrap{flex-wrap:wrap}.flex--center{justify-content:center;align-items:center}.flex--align-center{align-items:center}.flex--align-start{align-items:start}.flex--align-end{align-items:flex-end}.flex--justify-center{justify-content:center}.flex--justify-start{justify-content:flex-start}.flex--justify-end{justify-content:flex-end}.flex--justify-space-between{justify-content:space-between}.flex--grow{flex-grow:1}.flex--shrink-0{flex-shrink:0}.flex--gap-05{gap:.5rem}.flex--gap-1{gap:1rem}.flex--gap-2{gap:2rem}.flex--gap-3{gap:3rem}.flex--gap-4{gap:4rem}.flex__1{flex:1}.flex__2{flex:2}.flex__column+.flex__column{margin-left:10px}@media screen and (width<=400px){.flex--column-at-400{flex-direction:column}.flex--column-at-400 .flex__column{margin-left:0}}@media screen and (width<=600px){.flex--column-at-600{flex-direction:column}.flex--column-at-600 .flex__column{margin-left:0}}@media screen and (width<=800px){.flex--column-at-800{flex-direction:column}.flex--column-at-800 .flex__column{margin-left:0}}@media screen and (width<=1000px){.flex--column-at-1000{flex-direction:column}.flex--column-at-1000 .flex__column{margin-left:0}}@media screen and (width<=1200px){.flex--column-at-1200{flex-direction:column}.flex--column-at-1200 .flex__column{margin-left:0}}input,textarea,.select{box-sizing:border-box;border:1px solid var(--box-border);text-align:left;width:100%;padding:10px;font-family:Fira Sans,sans-serif;font-size:14px}input:focus,textarea:focus,.select:focus{border-color:var(--tertiary);outline:none;transition:border-color .2s}.input--search{border-radius:3px;max-width:400px;padding:5px;font-size:14px}.form-block{margin-bottom:20px}.form-label{margin-bottom:2px}.form-description{color:var(--grey);margin-bottom:2px}.primary-label .form-label{color:var(--primary)}.form-error-message{color:var(--error);margin-top:2px;font-size:14px;display:block}.form-button-container{text-align:right;margin:10px 0}textarea{min-width:100%;max-width:100%;min-height:50px}.textarea-preview{border:none;border-radius:5px;min-width:100%;max-width:100%;margin-top:10px}header{height:var(--header-height);background-color:var(--black);justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}header .menu-button{width:var(--header-height);height:var(--header-height);cursor:pointer;background-image:url(/images/icons/list-white-f6405bb2d863c6ae37781421e86d324b.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:15px;transition:left .2s,background-color .2s;display:none}header .menu-button:hover{background-color:#ffffff1a}header .title{width:calc(100% - (var(--header-height)*2));color:#fff;box-sizing:border-box;padding:0 40px;font-size:20px;font-weight:400;transition:left .2s,padding .2s}header .title .logo{width:120px;transition:width .2s}header .title .text{margin-left:20px}header .user-name{color:#fff;font-size:18px}header .profile{align-items:center}header .profile .dropdown-link{height:var(--header-height);align-items:center;display:flex}header .profile .icon{background-image:url(/images/icons/profile-white-76fc7bd95daf039c797852aa02177379.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:30px;width:50px;height:50px;margin:5px}header .profile.dropdown-container .dropdown-menu{right:13px}@media only screen and (width<=800px){header .menu-button{display:block}header .title{padding-left:0;display:none}}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:32px;line-height:32px}h2{font-size:24px;line-height:24px}h3{font-size:18px;line-height:18px}h4{font-size:16px;line-height:16px}h5,h6{font-size:14px;line-height:14px}h1.heading-large{font-size:70px;line-height:70px}@media only screen and (width<=800px){h1{font-size:26px;line-height:26px}h2{font-size:22px;line-height:22px}}.icon-button{cursor:pointer;width:16px;height:16px;line-height:0}.icon-button--inline{display:inline}.input-dropdown{border:1px solid var(--grey);border-top:none}.input-dropdown__item{cursor:pointer;padding:10px;transition:background-color .2s,color .2s}.input-dropdown__item:hover{background-color:var(--primary);color:#fff}.line-chart__guides .tick{stroke:#d3d3d3;opacity:.2}.line-chart__guides path{stroke-width:0}.line-chart{position:relative}.line-chart__container{width:100%;height:100%}.line-chart__tooltip{background-color:#fff;border-radius:3px;min-width:150px;padding:10px;transition:left .5s;position:absolute;top:0;transform:translate(-50%,-100%);box-shadow:2px 2px 10px #0003}.line-chart__tooltip:after{content:"";background-color:#fff;border-radius:2px;width:10px;height:10px;display:block;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.link{color:var(--primary);cursor:pointer;text-decoration:none}.link:hover{color:var(--primary-highlight);text-decoration:underline}.link--inline{display:inline-block}.link--underline{text-decoration:underline}.link--red{color:var(--red)}.link--red:hover{color:var(--red-highlight)}.link--orange{color:var(--orange)}.link--orange:hover{color:var(--orange-highlight)}.link--grey{color:var(--grey)}.link--grey:hover{color:var(--grey-highlight)}.link--white,.link--white:hover{color:#fff}.link--green,.link--green:visited{color:var(--green)}.link--green:hover{color:var(--green-highlight)}.list .listing{border-bottom:1px solid var(--box-border);min-height:30px;margin:0;padding:10px 0}.list .listing-with-menu .listing-content,.list .listing-with-menu .menu-container{vertical-align:middle;display:inline-block}.list .listing-with-menu .listing-content{width:calc(100% - 30px)}.live-badge{border:1px solid var(--primary);color:var(--primary);padding:5px 10px;display:inline-block}main{top:var(--header-height);left:var(--nav-width);box-sizing:border-box;padding:30px;transition:left .2s,transform .2s;position:absolute;bottom:0;right:0;overflow:auto}@media only screen and (width<=800px){main{left:0}.nav-open main{transform:translateX(var(--nav-width))}}.messaging-container{margin:40px 0;position:relative}.messaging-container__alert-icon{background-image:url(/images/icons/alert-circle-orange-e00132f9158a8a820cbb2edb8aadeb01.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:contain;width:40px;height:40px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.messaging{border:2px solid var(--grey);border-radius:5px;margin-bottom:5px}.messaging__scroll-box{box-sizing:border-box;background-color:#fff;width:100%;height:200px;padding-top:10px;overflow-y:auto}.messaging__row{box-sizing:border-box;text-align:right;flex-direction:column;align-items:flex-end;width:100%;padding-bottom:10px;padding-left:20px;padding-right:10px;display:flex}.messaging__row--public-user,.messaging__row--other{text-align:left;align-items:flex-start}.messaging__message{background-color:var(--grey);color:#fff;text-align:right;border-radius:5px 5px 0;margin-left:20px;padding:10px}.messaging__message-info{color:var(--grey);margin-top:2px;font-size:12px}.messaging__message--public-user,.messaging__message--other{background-color:var(--purple);text-align:left;border-radius:5px 5px 5px 0;margin-left:0;margin-right:20px}.messaging__message-details{color:var(--grey);margin-top:2px;font-size:12px}.messaging__input-row{border-top:2px solid var(--grey);align-items:stretch;width:100%;height:50px;display:flex}.messaging__input-row__input{background-color:var(--background);border:none;border-radius:0}.messaging__input-row__input:focus{border:none}.messaging__input-row__send-button{cursor:pointer;background-color:var(--grey);color:#fff;align-items:center;padding:0 30px;transition:background-color .2s;display:flex}.messaging__input-row__send-button:hover{background-color:var(--green)}.messaging__status-row{align-items:center;display:flex}.messaging__status-row__alert-icon{background-image:url(/images/icons/alert-circle-orange-e00132f9158a8a820cbb2edb8aadeb01.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:contain;width:40px;height:40px;margin-right:10px}.messaging__status-row__message{flex:1}.messaging__limit{text-align:right;color:var(--grey);margin-top:10px}.messaging__limit--error{color:var(--red)}.nav-close-overlay{top:var(--header-height);left:var(--nav-width);cursor:pointer;display:none;position:absolute;bottom:0;right:0}nav{top:var(--header-height);width:var(--nav-width);box-sizing:border-box;background-color:var(--black);text-align:center;transition:left .2s;position:absolute;bottom:0;left:0;overflow:hidden auto}nav .nav-item{color:#fff;width:100%;padding:14px 0;font-weight:400;transition:background-color .3s;display:block}nav .nav-item.selected{background-color:var(--primary)}nav .nav-item.selected:hover{background-color:var(--primary-highlight)}nav .nav-item:hover{background-color:#fff3}@media only screen and (width<=800px){nav{left:calc(-1*var(--nav-width))}.nav-open .nav-close-overlay{z-index:1000;display:block}.nav-open nav{left:0}}.note-list__header{border-bottom:1px solid var(--light-grey);justify-content:space-between;align-items:flex-end;padding-bottom:5px;display:flex}.note-list__header__title{font-size:18px}.note-list__note{margin:10px 0}.note-list__note__content{white-space:pre-wrap}.note-list__note__tags{flex-wrap:wrap;display:flex}.note-list__note__tags__tag{border:1px solid var(--purple);color:var(--purple);border-radius:10px;margin-top:5px;margin-bottom:5px;margin-right:5px;padding:2px 10px;font-size:12px}.note-list__note__details{font-size:14px;display:flex}.note-list__note__details__creation{color:var(--grey);margin-right:20px}.note-list__note__details__edit{margin-right:10px}.note-list__note__association-link{display:flex}.note-list__note__association-link__icon{width:12px;margin-right:5px;transform:rotate(180deg)}.note-list__note__association-link__label{color:var(--primary);font-size:12px}.notify-tool-bar{background-color:#fff;border:2px solid #fff;border-radius:5px;align-items:stretch;height:40px;display:flex;position:fixed;bottom:30px;right:30px;overflow:hidden}.notify-tool-bar__count{background-color:#0ff;width:40px}.notify-tool-bar__expand-button{width:40px;position:relative}.notify-tool-bar__expand-button--active .notify-tool-bar__expand-button__bar--top-bar{transform:translate(-50%,-50%)rotate(45deg)}.notify-tool-bar__expand-button--active .notify-tool-bar__expand-button__bar--middle-bar{transform:translate(-50%,-50%)scale(0)}.notify-tool-bar__expand-button--active .notify-tool-bar__expand-button__bar--bottom-bar{transform:translate(-50%,-50%)rotate(-45deg)}.notify-tool-bar__expand-button__bar{background-color:var(--grey);transform-origin:50%;width:20px;height:3px;transition:transform .5s;position:absolute;top:50%;left:50%}.notify-tool-bar__expand-button__bar--top-bar{transform:translate(-50%,calc(-50% - 10px))}.notify-tool-bar__expand-button__bar--middle-bar{transform:translate(-50%,-50%)}.notify-tool-bar__expand-button__bar--bottom-bar{transform:translate(-50%,calc(10px - 50%))}.orderable-list.dragging{cursor:move}.orderable-list.dragging .orderable-listing{user-select:none}.orderable-list .orderable-listing .hideable-listing{overflow:hidden}.orderable-list .orderable-listing .hideable-listing.hide{height:0}.orderable-list .orderable-listing .drag-sample{background-color:rgba(var(--primary),.1);height:0;padding:0 5px;transition:background-color .2s,height .2s;overflow:hidden}.orderable-list .orderable-listing .drag-sample *{border-color:var(--primary)}.orderable-list .orderable-listing .drag-sample.open{height:51px}.orderable-list .orderable-listing.end-listing{padding-bottom:0;transition:padding .2s}.orderable-list .orderable-listing.end-listing.open{padding-bottom:50px}.overlay-container{z-index:10;position:fixed;inset:0;& .overlay-wrapper{box-sizing:border-box;width:100%;height:100%;padding:200px 10px 10px;overflow:auto}& .overlay-background{cursor:pointer;background-color:#0009;position:absolute;inset:0}}.pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.pagination__column{justify-content:center;align-items:center;display:flex}.pagination__column--main{flex:1}.pagination__column--side{width:100px}.pagination__page{box-sizing:border-box;cursor:pointer;min-width:30px;height:30px;color:var(--grey);border-radius:20px;justify-content:center;align-items:center;margin:10px 5px;padding:5px;display:flex}.pagination__page--active{color:#fff;background-color:var(--primary)}.pagination__button{color:var(--grey);cursor:pointer;background-repeat:no-repeat;background-size:10px;transition:color .2s,background-image .2s}.pagination__button--previous{background-image:url(/images/icons/arrow-left-grey-5de15be60af6f037734ea8fe18204e2e.svg?vsn=d);background-position:0;padding-left:20px}.pagination__button--previous:hover{color:var(--primary);background-image:url(/images/icons/arrow-left-primary-16891aaf5527f0a05b65c70e04e175de.svg?vsn=d)}.pagination__button--next{text-align:right;background-image:url(/images/icons/arrow-right-grey-bc4f8b32dea57e3f06bc202a26778980.svg?vsn=d);background-position:100%;padding-right:20px}.pagination__button--next:hover{color:var(--primary);background-image:url(/images/icons/arrow-right-primary-c2d555bc1182fb082bf8391a8f5d462c.svg?vsn=d)}.question-listing{margin-bottom:30px}.question-listing .question-heading{background-color:var(--primary);color:#fff;align-items:center;display:flex}.question-listing .question-heading .title{flex:1;padding:10px}.question-listing .question-heading .name{font-size:16px;line-height:18px}.question-listing .question-heading .id{color:#ffffffb3;font-size:10px;line-height:12px}.question-listing .question-heading .location-button{box-sizing:border-box;text-align:center;cursor:pointer;border:1px solid #fff;width:150px;padding:5px 10px;transition:background-color .2s,color .2s}.question-listing .question-heading .location-button.active{color:var(--primary);background-color:#fff}.question-listing .question-heading .location-button:hover{background-color:#fff3}.question-listing .question-heading .dropdown-menu-icon{background-image:url(/images/icons/menu-white-35e189708dd6fc8b5be7f7976fdd0280.svg?vsn=d);width:35px}.question-listing .question-option{border-bottom:1px solid var(--box-border);padding:5px 0}.question-listing .question-option .menu-container,.question-listing .question-option .question-option-column-container{vertical-align:middle;display:inline-block}.question-listing .question-option .question-option-column-container{width:calc(100% - 30px)}.question-listing .question-option .question-option-column-container .question-option-column{vertical-align:middle;box-sizing:border-box;padding:0 5px;display:inline-block}.question-listing .question-option .question-option-column-container .question-option-column .button{box-sizing:border-box;width:100%;margin:0}.question-listing .question-option-button-row{text-align:right;padding-top:2px}.question-listing .question-option-button-row .button{margin-bottom:0}.question-preview{background-color:var(--light-grey);text-align:center;padding:30px}.question-preview .question-preview-input,.question-preview .question-preview-select{box-sizing:border-box;background-color:#fff;border:none;border-radius:5px;width:100%;height:30px;margin:10px;padding:5px 10px}.question-preview .question-preview-input:focus,.question-preview .question-preview-select:focus{outline:none}.question-preview .question-preview-input{width:100%;max-width:300px}.question-preview .question-preview-select{width:auto;min-width:300px}.question-preview .question-preview-icon-button{vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:40%;border-radius:30px;width:30px;height:30px;display:inline-block}.question-preview .question-preview-icon-button.plus-icon{background-image:url(/images/preview-icons/plus-white-b3640a0d9b0efb60b610062e946e8f9c.svg?vsn=d)}.question-preview .question-preview-icon-button.cross-icon{background-image:url(/images/preview-icons/cross-white-37e9e66e349271fa202023c9a93c5c8c.svg?vsn=d)}.question-preview .question-preview-button{background-color:var(--grey);color:#fff;box-sizing:border-box;cursor:pointer;border-radius:5px;min-width:100px;margin:10px;padding:10px 20px;font-size:14px;transition:background-color .2s;display:inline-block;position:relative}.question-preview .question-preview-button.bg-primary{background-color:var(--primary)}.question-preview .question-preview-button .tick-circle{background-color:#fff;border-style:solid;border-width:2px;border-radius:30px;width:20px;height:20px;transition:border-color .2s;position:absolute;top:-10px;right:-10px}.question-preview .question-preview-button .tick-circle .tick{border-bottom-style:solid;border-bottom-width:2px;border-left-style:solid;border-left-width:2px;width:12px;height:5px;transition:transform .2s,border-color .2s;position:absolute;top:6px;left:3px;transform:scale(0)rotate(-45deg)}.question-preview .question-preview-button.selected .tick-circle .tick{transform:scale(1)rotate(-45deg)}.section{background-color:#fff;margin-bottom:30px;box-shadow:1px 1px 8px #0000001a}.section__header{background-color:var(--black);color:#fff;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.section__header__title{font-size:20px}.section__header__controls{align-items:center;display:flex}.section-icon-border{border:2px solid var(--black);border-radius:100%;padding:10px;display:inline-block}.section-icon-border .section-icon{display:block}.section-icon{width:100%;max-width:200px}.section-icon--small{max-width:30px}.section-icon--inline{width:30px;max-width:30px;margin-right:5px;display:inline-block}.select-container{width:100%;max-width:400px;display:inline-block}.select-container .select{height:40px;color:var(--primary);white-space:nowrap;text-overflow:ellipsis;padding-top:0;padding-bottom:0;padding-right:0;line-height:40px;overflow:hidden}.select-container .select:after{content:"";background-color:var(--primary);background-image:url(/images/icons/arrow-down-white-2a61680f8d35283aa7ad64f01134598f.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:15px;width:40px;position:absolute;top:0;bottom:0;right:0}.select-container .select.dropdown-container .dropdown-menu{right:13px}.select--primary{width:200px;margin-top:5px;margin-left:10px}.spinner{border:3px solid var(--primary);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation-name:spinner;animation-duration:.8s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.split-view{justify-content:center;align-items:stretch;width:100%;display:flex}table{border-collapse:collapse;width:100%}table th,table td{text-align:left;border-bottom:2px solid var(--background);vertical-align:middle;background-color:#fff;padding:10px 15px}table th{vertical-align:bottom;background-color:var(--grey);color:#fff;font-weight:400}table th .sort-arrow{background-image:url(/images/icons/dropdown-arrow-outline-white-7fab8bb4d9b7e924dcf98856b16d0e36.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:contain;width:15px;height:7px;display:inline-block}table th .sort-arrow.active{background-image:url(/images/icons/dropdown-arrow-white-73ad555ef4e7728a924d49f8b0506020.svg?vsn=d)}table th .sort-arrow.ascending{transform:rotate(180deg)}table tr:last-child td{border:none}table .button-column{text-align:right;width:20px;padding:0}table.no-border td,table.no-border th{border:none}table.no-padding th,table.no-padding td{padding:0}.td--dark{background-color:var(--grey);color:#fff}.table__cell--summary{font-weight:700}.table__cell--selection{width:20px}.tag{color:var(--dark-grey);background-color:var(--light-grey);border-radius:12px;padding:4px 10px;display:inline-block}.toggle{vertical-align:middle;cursor:pointer;background-color:#d5d5d5;border-radius:20px;width:40px;height:20px;margin:5px;transition:background-color .2s;display:inline-block;position:relative}.toggle:after{content:"";background-color:#fff;border-radius:100%;width:16px;min-width:16px;height:16px;min-height:16px;transition:left .2s;position:absolute;top:2px;left:2px}.toggle.active{background-color:var(--primary)}.toggle.active:after{left:calc(100% - 18px)}.toggle.toggle--green.active{background-color:var(--green)}.tooltip-container{position:relative}.tooltip{background-color:var(--black);color:#fff;white-space:pre-wrap;border-radius:5px;min-width:150px;padding:10px 14px;animation-name:tooltip;animation-duration:.2s;position:absolute;top:0;left:0;transform:translateY(calc(-100% - 8px))}.tooltip--centered{text-align:center;animation-name:tooltip-centered;left:50%;transform:translate(-50%)translateY(calc(-100% - 8px))}.tooltip--wide{min-width:300px}.tooltip:after{content:"";background-color:var(--black);border-radius:2px;width:14px;height:14px;position:absolute;bottom:0;left:10px;transform:translateY(4px)rotate(45deg)}.tooltip--centered:after{left:50%;transform:translate(-50%)translateY(4px)rotate(45deg)}@keyframes tooltip{0%{opacity:0;transform:translateY(calc(-100% - 14px))}to{opacity:1;transform:translateY(calc(-100% - 8px))}}@keyframes tooltip-centered{0%{opacity:0;transform:translate(-50%)translateY(calc(-100% - 14px))}to{opacity:1;transform:translate(-50%)translateY(calc(-100% - 8px))}}.tree-select{background-color:var(--light-grey);border-radius:5px;padding:10px}.tree-select__branch+.tree-select__branch{margin-top:10px}.tree-select__branch__heading-row{align-items:center;margin-bottom:5px;display:flex}.tree-select__branch__checkbox{border:2px solid var(--grey);cursor:pointer;border-radius:5px;width:20px;height:20px;position:relative}.tree-select__branch__checkbox:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:60%;width:100%;height:100%;position:absolute;top:0;left:0}.tree-select__branch__checkbox--selected{border-color:var(--primary)}.tree-select__branch__checkbox--selected:after{background-image:url(/images/icons/tick-primary-6a65b393d1b5aeb9f56b04e5f4c79e4a.svg?vsn=d)}.tree-select__branch__checkbox--partial{border-color:var(--primary)}.tree-select__branch__checkbox--partial:after{background-image:url(/images/icons/dot-primary-a766050c1a2a0a95b1e16c5878eb4995.svg?vsn=d)}.tree-select__branch__arrow{cursor:pointer;width:20px;height:20px;margin:0 10px;position:relative}.tree-select__branch__arrow:after{content:"";background-image:url(/images/icons/arrow-right-grey-bc4f8b32dea57e3f06bc202a26778980.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:60%;width:100%;height:100%;position:absolute;top:0;left:0}.tree-select__branch__arrow--expanded{transform:rotate(90deg)}.tree-select__branch__arrow--hidden{opacity:0}.tree-select__branch__children{margin-top:10px;padding-left:20px}hr{background-color:#d5d5d5;border:none;height:1px}.grid__container{box-sizing:border-box;flex-wrap:wrap;width:100%;display:flex}.grid__item{box-sizing:border-box;margin:0}.grid--zeroMinWidth{min-width:0}.grid--direction-column{flex-direction:column}.grid--direction-column-reverse{flex-direction:column-reverse}.grid--direction-row-reverse{flex-direction:row-reverse}.grid--wrap-nowrap{flex-wrap:nowrap}.grid--wrap-reverse{flex-wrap:wrap-reverse}.grid--align-items-center{align-items:center}.grid--align-items-flex-start{align-items:flex-start}.grid--align-items-flex-end{align-items:flex-end}.grid--align-items-baseline{align-items:baseline}.grid--align-content-center{align-content:center}.grid--align-content-flex-start{align-content:flex-start}.grid--align-content-flex-end{align-content:flex-end}.grid--align-content-space-between{align-content:space-between}.grid--align-content-space-around{align-content:space-around}.grid--justify-center{justify-content:center}.grid--justify-flex-end{justify-content:flex-end}.grid--justify-space-between{justify-content:space-between}.grid--justify-space-around{justify-content:space-around}.grid--justify-space-evenly{justify-content:space-evenly}.grid--spacing-1{width:calc(100% + 8px);margin:-4px}.grid--spacing-1>.grid__item{padding:4px}.grid--spacing-2{width:calc(100% + 16px);margin:-8px}.grid--spacing-2>.grid__item{padding:8px}.grid--spacing-3{width:calc(100% + 24px);margin:-12px}.grid--spacing-3>.grid__item{padding:12px}.grid--spacing-4{width:calc(100% + 32px);margin:-16px}.grid--spacing-4>.grid__item{padding:16px}.grid--spacing-5{width:calc(100% + 40px);margin:-20px}.grid--spacing-5>.grid__item{padding:20px}.grid--spacing-6{width:calc(100% + 48px);margin:-24px}.grid--spacing-6>.grid__item{padding:24px}.grid--spacing-7{width:calc(100% + 56px);margin:-28px}.grid--spacing-7>.grid__item{padding:28px}.grid--spacing-8{width:calc(100% + 64px);margin:-32px}.grid--spacing-8>.grid__item{padding:32px}.grid--spacing-9{width:calc(100% + 72px);margin:-36px}.grid--spacing-9>.grid__item{padding:36px}.grid--spacing-10{width:calc(100% + 80px);margin:-40px}.grid--spacing-10>.grid__item{padding:40px}.grid--xs-auto{flex-grow:0;flex-basis:auto;max-width:none}.grid--xs-true{flex-grow:1;flex-basis:0;max-width:100%}.grid--xs-0{display:none}.grid--xs-1{flex-grow:0;flex-basis:8.33333%;max-width:8.33333%}.grid--xs-2{flex-grow:0;flex-basis:16.6667%;max-width:16.6667%}.grid--xs-3{flex-grow:0;flex-basis:25%;max-width:25%}.grid--xs-4{flex-grow:0;flex-basis:33.3333%;max-width:33.3333%}.grid--xs-5{flex-grow:0;flex-basis:41.6667%;max-width:41.6667%}.grid--xs-6{flex-grow:0;flex-basis:50%;max-width:50%}.grid--xs-7{flex-grow:0;flex-basis:58.3333%;max-width:58.3333%}.grid--xs-8{flex-grow:0;flex-basis:66.6667%;max-width:66.6667%}.grid--xs-9{flex-grow:0;flex-basis:75%;max-width:75%}.grid--xs-10{flex-grow:0;flex-basis:83.3333%;max-width:83.3333%}.grid--xs-11{flex-grow:0;flex-basis:91.6667%;max-width:91.6667%}.grid--xs-12{flex-grow:0;flex-basis:100%;max-width:100%}@media (width>=600px){.grid--sm-auto{flex-grow:0;flex-basis:auto;max-width:none}.grid--sm-true{flex-grow:1;flex-basis:0;max-width:100%}.grid--sm-1{flex-grow:0;flex-basis:8.33333%;max-width:8.33333%}.grid--sm-2{flex-grow:0;flex-basis:16.6667%;max-width:16.6667%}.grid--sm-3{flex-grow:0;flex-basis:25%;max-width:25%}.grid--sm-4{flex-grow:0;flex-basis:33.3333%;max-width:33.3333%}.grid--sm-5{flex-grow:0;flex-basis:41.6667%;max-width:41.6667%}.grid--sm-6{flex-grow:0;flex-basis:50%;max-width:50%}.grid--sm-7{flex-grow:0;flex-basis:58.3333%;max-width:58.3333%}.grid--sm-8{flex-grow:0;flex-basis:66.6667%;max-width:66.6667%}.grid--sm-9{flex-grow:0;flex-basis:75%;max-width:75%}.grid--sm-10{flex-grow:0;flex-basis:83.3333%;max-width:83.3333%}.grid--sm-11{flex-grow:0;flex-basis:91.6667%;max-width:91.6667%}.grid--sm-12{flex-grow:0;flex-basis:100%;max-width:100%}}@media (width>=960px){.grid--md-auto{flex-grow:0;flex-basis:auto;max-width:none}.grid--md-true{flex-grow:1;flex-basis:0;max-width:100%}.grid--md-1{flex-grow:0;flex-basis:8.33333%;max-width:8.33333%}.grid--md-2{flex-grow:0;flex-basis:16.6667%;max-width:16.6667%}.grid--md-3{flex-grow:0;flex-basis:25%;max-width:25%}.grid--md-4{flex-grow:0;flex-basis:33.3333%;max-width:33.3333%}.grid--md-5{flex-grow:0;flex-basis:41.6667%;max-width:41.6667%}.grid--md-6{flex-grow:0;flex-basis:50%;max-width:50%}.grid--md-7{flex-grow:0;flex-basis:58.3333%;max-width:58.3333%}.grid--md-8{flex-grow:0;flex-basis:66.6667%;max-width:66.6667%}.grid--md-9{flex-grow:0;flex-basis:75%;max-width:75%}.grid--md-10{flex-grow:0;flex-basis:83.3333%;max-width:83.3333%}.grid--md-11{flex-grow:0;flex-basis:91.6667%;max-width:91.6667%}.grid--md-12{flex-grow:0;flex-basis:100%;max-width:100%}}@media (width>=1280px){.grid--lg-auto{flex-grow:0;flex-basis:auto;max-width:none}.grid--lg-true{flex-grow:1;flex-basis:0;max-width:100%}.grid--lg-1{flex-grow:0;flex-basis:8.33333%;max-width:8.33333%}.grid--lg-2{flex-grow:0;flex-basis:16.6667%;max-width:16.6667%}.grid--lg-3{flex-grow:0;flex-basis:25%;max-width:25%}.grid--lg-4{flex-grow:0;flex-basis:33.3333%;max-width:33.3333%}.grid--lg-5{flex-grow:0;flex-basis:41.6667%;max-width:41.6667%}.grid--lg-6{flex-grow:0;flex-basis:50%;max-width:50%}.grid--lg-7{flex-grow:0;flex-basis:58.3333%;max-width:58.3333%}.grid--lg-8{flex-grow:0;flex-basis:66.6667%;max-width:66.6667%}.grid--lg-9{flex-grow:0;flex-basis:75%;max-width:75%}.grid--lg-10{flex-grow:0;flex-basis:83.3333%;max-width:83.3333%}.grid--lg-11{flex-grow:0;flex-basis:91.6667%;max-width:91.6667%}.grid--lg-12{flex-grow:0;flex-basis:100%;max-width:100%}}@media (width>=1920px){.grid--xl-auto{flex-grow:0;flex-basis:auto;max-width:none}.grid--xl-true{flex-grow:1;flex-basis:0;max-width:100%}.grid--xl-1{flex-grow:0;flex-basis:8.33333%;max-width:8.33333%}.grid--xl-2{flex-grow:0;flex-basis:16.6667%;max-width:16.6667%}.grid--xl-3{flex-grow:0;flex-basis:25%;max-width:25%}.grid--xl-4{flex-grow:0;flex-basis:33.3333%;max-width:33.3333%}.grid--xl-5{flex-grow:0;flex-basis:41.6667%;max-width:41.6667%}.grid--xl-6{flex-grow:0;flex-basis:50%;max-width:50%}.grid--xl-7{flex-grow:0;flex-basis:58.3333%;max-width:58.3333%}.grid--xl-8{flex-grow:0;flex-basis:66.6667%;max-width:66.6667%}.grid--xl-9{flex-grow:0;flex-basis:75%;max-width:75%}.grid--xl-10{flex-grow:0;flex-basis:83.3333%;max-width:83.3333%}.grid--xl-11{flex-grow:0;flex-basis:91.6667%;max-width:91.6667%}.grid--xl-12{flex-grow:0;flex-basis:100%;max-width:100%}}@media screen and (width<=600px){.grid--hide-xs{display:none}}@media screen and (width<=960px){.grid--hide-sm{display:none}}@media screen and (width<=1280px){.grid--hide-md{display:none}}@media screen and (width<=1920px){.grid--hide-lg{display:none}}.report-review{flex-wrap:wrap;justify-content:space-between;width:100%;display:flex;position:relative}.report-review__save{background-color:var(--orange);z-index:1;height:100px;position:fixed;bottom:0;right:0}.report-review__report{background-color:#fff;width:calc(50% - 50px);padding:0 20px}.report-review__report__logo{background-image:url(/images/blp-logo-06325d8029e62b298a6ffc96552b641d.jpg?vsn=d);background-repeat:no-repeat;background-size:contain;width:50%;height:100px;margin:80px auto}.report-review__report__business-explanation{background-color:var(--light-grey);background-color:var(--light-grey);margin:0 -20px;padding:10px}.report-review__report__action--down-arrow,.report-review__report__action--up-arrow{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;width:10px;height:10px;margin:4px}.report-review__report__action--down-arrow{background-image:url(/images/icons/arrow-down-primary-0b5ee9a29884dd22c1d459488ec00c60.svg?vsn=d)}.report-review__report__action--up-arrow{background-image:url(/images/icons/arrow-up-primary-1bb5b9070ecf8f21d39ae669b398d848.svg?vsn=d)}.report-review__review__container{background-color:var(--light-grey);width:calc(50% - 10px)}.report-review__review__content{margin:0 20px;position:sticky;top:0}.indexable__item{transition:padding .2s,opacity .2s,outline .2s}.indexable__item--hover{background-color:rgba(var(--light-grey),.5);outline-top:1px solid var(--primary);padding:10px 5px 2px}.indexable__item--drag{opacity:.5;outline:none}.indexable__item--placeholder{height:30px;transition:height .2s,background-color .2s}.indexable__item--placeholder.indexable__item--hover{background-color:rgba(var(--light-grey),.5);height:40px}.text-list-input__row{align-items:center;margin:5px 0;display:flex}.text-list-input__row__circle-button{flex-shrink:0;margin-left:5px}.text-list-input__row--create{justify-content:flex-end}.text-list-input__row__drag-button{cursor:pointer;background-image:url(/images/icons/index-dafe26024814133d31572e77b871f89b.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:16px;border-radius:15px;width:30px;height:30px;margin:0 5px;transition:background-color .2s}.text-list-input__row__drag-button:hover{background-color:var(--light-grey)}.report-score{width:100%}.report-score__text{justify-content:space-between;font-size:16px;display:flex}.report-score__bar{background-color:#0000001a;border-radius:15px;width:100%;height:12px}.report-score__bar__score{border-radius:15px;min-width:2%;height:12px}.request-view{transform-origin:top;transition:opacity .2s,transform .2s;position:relative}.request-view:after{content:"";border:0 solid var(--primary);border-top-color:#0000;border-radius:20px;width:0;height:0;transition:width .2s,height .2s,border .2s;animation:.8s linear infinite request-view-spinner;position:absolute;top:20px;left:50%}.request-view--busy{opacity:0;transform:translateY(20px)}.request-view--ready-busy{opacity:.7}.request-view--busy,.request-view--ready-busy{min-height:30px}.request-view--busy:after,.request-view--ready-busy:after{border-width:3px;width:20px;height:20px}.request-view--inline{display:inline-block}@keyframes request-view-spinner{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}.grant-status-pipeline{flex-wrap:wrap;display:flex}.grant-status-pipeline__status{margin:5px}.grant-status-pipeline__status__button{border:1px solid var(--grey);text-align:center;cursor:pointer;padding:5px 10px;transition:background-color .2s}.grant-status-pipeline__status__button:hover{background-color:rgba(var(--grey),.2)}.grant-status-pipeline__status__button--complete{border-color:var(--blue);color:var(--blue)}.grant-status-pipeline__status__button--complete:hover{background-color:rgba(var(--blue),.2)}.grant-status-pipeline__status__button--active{border-color:var(--green);color:var(--green)}.grant-status-pipeline__status__button--active:hover{background-color:rgba(var(--green),.2)}.grant-status-pipeline__status__button--active.grant-status-pipeline__status__button--on-hold{border-color:var(--orange);color:var(--orange)}.grant-status-pipeline__status__button--unsuccessful{border-color:var(--red);color:var(--red)}.grant-status-pipeline__status__button--unsuccessful:hover{background-color:rgba(var(--red),.2)}.grant-status-pipeline__status__button--on-hold{cursor:not-allowed}.grant-status-pipeline__status__button--on-hold:hover{background-color:#0000}.grant-status-pipeline__status__date{color:var(--grey);text-align:center;margin-top:5px;font-size:12px}.grant-status-pipeline__status__user{color:var(--grey);text-align:center;margin-top:2px;font-size:14px}.grant-status-pipeline__delimiter{border-right:3px solid var(--black);border-top:3px solid var(--black);width:10px;height:10px;margin:0 5px;transform:translate(-2px,14px)rotate(45deg)}.number-circle{background-color:var(--primary);color:#fff;text-align:center;box-sizing:border-box;border-radius:20px;width:40px;height:40px;padding:9px 0;font-size:18px;transition:transform .2s,background-color .2s}.number-circle--selectable{cursor:pointer}.number-circle--selectable:hover{background-color:var(--primary-highlight);transform:scale(1.1)}td.form-question-value__td,tr.form-question-value__tr:last-child .form-question-value__td{border:1px solid var(--grey);background-color:#0000;padding:5px}.unread-messages{background-image:url(/images/icons/mail-orange-a7b89e10481575955bb19543b139bb7e.svg?vsn=d);background-position:50%;background-repeat:no-repeat;background-size:contain;width:30px;height:30px;position:relative}.unread-messages__count{border:2px solid var(--orange);width:16px;height:16px;color:var(--orange);background-color:#fff;border-radius:100%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-10px}.assessment-panel{border:1px solid var(--box-border);background-color:#fff}.assessment-panel__tabs{align-items:stretch;display:flex}.assessment-panel__tab{text-align:center;border-bottom:1px solid var(--box-border);cursor:pointer;color:var(--grey);flex:1;padding:10px}.assessment-panel__tab+.assessment-panel__tab{border-left:1px solid var(--box-border)}.assessment-panel__tab--active{color:var(--primary);border-bottom:none}.assessment-panel__content{padding:20px}.assessment-panel__row{display:flex}.assessment-panel__row+.assessment-panel__row{border-top:1px solid var(--box-border);margin-top:15px;padding-top:15px}.assessment-panel__factor-column{flex:1}.assessment-panel__factor-column__title{font-weight:500}.assessment-panel__factor-column__description{color:var(--grey);white-space:pre-wrap}.assessment-panel__factor-column__roi{color:var(--green);margin:5px 0}.assessment-panel__factor-column__formula{color:var(--green);margin:5px 0;font-style:italic}.assessment-panel__factor-column__question-toggle{color:var(--primary);cursor:pointer;margin:5px 0;text-decoration:none}.assessment-panel__factor-column__question{margin-bottom:5px}.assessment-panel__factor-column__question-answer{color:var(--green);margin-top:5px}.assessment-panel__score-column{text-align:right;margin-left:20px}.assessment-panel__score-column__score{font-weight:500}.radio{align-items:top;cursor:pointer;margin:5px 0;display:flex}.radio__button{border:2px solid var(--grey);border-radius:100%;width:16px;height:16px;margin-right:5px;transition:border-color .3s;position:relative}.radio__button:after{content:"";background-color:var(--grey);border-radius:100%;width:14px;height:14px;transition:transform .3s,background-color .3s;position:absolute;top:1px;left:1px;transform:scale(0)}.radio__button--active{border-color:var(--primary)}.radio__button--active:after{background-color:var(--primary);transform:scale(1)}.radio__label{flex:1;margin-left:5px}.editable-text{cursor:pointer;transition:color .2s}.editable-text:hover{color:var(--primary);text-decoration:underline}.editable-text--inline{display:inline-block}.editable-text__text{display:inline}.editable-text__icon{background-image:url(/images/icons/edit-grey-0ca0604a6de93995f32baa03e8a119ff.svg?vsn=d);background-position:50%;background-size:100%;width:12px;height:12px;margin-left:5px;transition:background-image .2s;display:inline-block}.editable-text:hover .editable-text__icon{background-image:url(/images/icons/edit-primary-bb4c42cc941e772df37dec84f3d458f1.svg?vsn=d)}.editable-text--grey{color:var(--grey)}.editable-text--grey .editable-text__icon{background-image:url(/images/icons/edit-grey-0ca0604a6de93995f32baa03e8a119ff.svg?vsn=d)}.editable-text--grey:hover{color:var(--grey)}.editable-text--grey:hover .editable-text__icon{background-image:url(/images/icons/edit-grey-0ca0604a6de93995f32baa03e8a119ff.svg?vsn=d)}.editable-text--primary{color:var(--primary)}.editable-text--primary .editable-text__icon{background-image:url(/images/icons/edit-primary-bb4c42cc941e772df37dec84f3d458f1.svg?vsn=d)}.editable-text--primary:hover{color:var(--primary)}.editable-text--primary:hover .editable-text__icon{background-image:url(/images/icons/edit-primary-bb4c42cc941e772df37dec84f3d458f1.svg?vsn=d)}.editable-text--orange{color:var(--orange)}.editable-text--orange .editable-text__icon{background-image:url(/images/icons/edit-orange-59c8fe3ad7f5649b7bdea429a51de04b.svg?vsn=d)}.editable-text--orange:hover{color:var(--orange)}.editable-text--orange:hover .editable-text__icon{background-image:url(/images/icons/edit-orange-59c8fe3ad7f5649b7bdea429a51de04b.svg?vsn=d)}.editable-text--red{color:var(--red)}.editable-text--red .editable-text__icon{background-image:url(/images/icons/edit-red-971d58bacb6b5cf585c92a116ac69e00.svg?vsn=d)}.editable-text--red:hover{color:var(--red)}.editable-text--red:hover .editable-text__icon{background-image:url(/images/icons/edit-red-971d58bacb6b5cf585c92a116ac69e00.svg?vsn=d)}.editable-text--green{color:var(--green)}.editable-text--green .editable-text__icon{background-image:url(/images/icons/edit-green-b7e901c7e1c2da05e40184609c1db5c2.svg?vsn=d)}.editable-text--green:hover{color:var(--green)}.editable-text--green:hover .editable-text__icon{background-image:url(/images/icons/edit-green-b7e901c7e1c2da05e40184609c1db5c2.svg?vsn=d)}.profile-picture-uploader{background-color:#888;background-image:center;cursor:pointer;background-position:50%;background-size:cover;border-radius:75px;width:150px;height:150px;margin:10px auto;position:relative;overflow:hidden}.profile-picture-uploader:after{content:"";color:#fff;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:absolute;inset:0}.profile-picture-uploader:hover:after{content:"upload";background-color:#00000080}.profile-picture{background-position:50%;background-size:contain;border-radius:20px;width:40px;height:40px}.tag-select{flex-wrap:wrap;display:flex}.tag-select__option{border:1px solid var(--grey);color:var(--grey);cursor:pointer;border-radius:10px;margin-bottom:5px;margin-right:5px;padding:2px 10px;font-size:12px}.tag-select__option--active{border-color:var(--purple);color:var(--purple)}.radio-button{border:2px solid var(--dark-grey);color:var(--dark-grey);cursor:pointer;border-radius:5px;padding:2px 8px;transition:color .2s,border-color .2s}.radio-button:hover{color:var(--primary-highlight);border-color:var(--primary-highlight)}.radio-button--selected{border-color:var(--primary);color:var(--primary)}.loan-dashboard{align-items:start;gap:20px;display:flex}.loan-dashboard__main{background-color:#fff;border-radius:10px;flex-direction:column;flex-grow:1;gap:40px;min-width:0;padding:16px;display:flex}.loan-dashboard__sidebar{background-color:#fff;border-radius:10px;flex-grow:0;width:350px;padding:16px}.loan-dashboard__breakdown-section{justify-content:space-between;gap:20px;display:flex}.loan-dashboard__data-summary{background-color:#f5f5f5;border-radius:6px;flex-direction:column;gap:20px;width:320px;padding:10px;display:flex}.loan-dashboard__data-summary__row{justify-content:space-between;gap:10px;display:flex}.loan-dashboard__doughnut-chart-section{align-items:center;gap:30px;margin-top:20px;display:flex}.loan-dashboard__doughnut-chart{flex-shrink:0;width:300px;height:300px}.loan-dashboard__capital-section{flex-wrap:wrap;gap:3rem;display:flex}.loan-dashboard__half-doughnut-chart-section{flex-direction:column;align-items:start;gap:30px;display:flex}.loan-dashboard__half-doughnut-chart{width:300px;height:150px}@media screen and (width<=1200px){.loan-dashboard__breakdown-section{flex-direction:column-reverse}.loan-dashboard__data-summary{width:auto}.loan-dashboard__capital-section{justify-content:stretch}.loan-dashboard__half-doughnut-chart-section{align-items:center;width:100%}}@media screen and (width<=1240px){.loan-dashboard__doughnut-chart-section{flex-direction:column}}@media screen and (width<=1600px){.loan-dashboard{flex-direction:column;align-items:stretch}.loan-dashboard__sidebar{width:auto}}.loan-dashboard__trend-section{flex-direction:column;gap:16px;min-width:0;display:flex}.loan-dashboard__trend-content{gap:20px;min-width:0;display:flex}.loan-dashboard__trend-main{flex-direction:column;flex-grow:1;gap:12px;min-width:0;display:flex}.loan-dashboard__trend-chart-container{flex-grow:1;min-width:0;height:350px;position:relative}.loan-dashboard__trend-controls{flex-shrink:0;width:250px}.loan-dashboard__trend-legend-item{cursor:pointer;align-items:center;gap:8px;padding:2px 0;transition:opacity .2s;display:flex}.loan-dashboard__trend-legend-swatch{border-radius:2px;flex-shrink:0;width:12px;height:12px;display:inline-block}.loan-dashboard__trend-tooltip{z-index:10}@media screen and (width<=1240px){.loan-dashboard__trend-content{flex-direction:column}.loan-dashboard__trend-controls{width:auto}}.legend{flex-direction:column;gap:6px;display:flex}.legend__item{align-items:center;gap:12px;display:flex}.legend__item__color{border-radius:20px;width:35px;height:10px}.legend__item__label{gap:6px;display:flex}.legend__item__label *{white-space:nowrap}.icon-toggle{display:inline-flex}.icon-toggle__option{cursor:pointer;border:2px solid var(--dark-grey);background:0 0;justify-content:center;align-items:center;padding:4px 7px;transition:background-color .2s,border-color .2s;display:flex}.icon-toggle__option:first-child{border-right:1px solid var(--dark-grey);border-radius:5px 0 0 5px}.icon-toggle__option:last-child{border-left:1px solid var(--dark-grey);border-radius:0 5px 5px 0}.icon-toggle__option:hover{background:var(--light-grey)}.icon-toggle__option--active{background:var(--primary);border-color:var(--primary)}.icon-toggle__option--active:hover{background:var(--primary-highlight);border-color:var(--primary-highlight)}.icon-toggle__option img{width:16px;height:16px;display:block}.icon-toggle__option:not(.icon-toggle__option--active) img{filter:brightness(0)saturate()invert(50%)}.filter-row{gap:10px;margin-bottom:10px;display:flex}.filter-cell{width:400px}.filter-cell label{margin-bottom:5px;font-size:1rem;display:block}.filter-cell select{border:1px solid var(--box-border,#d5d5d5);color:#4e94ad;background-color:#0000;width:100%;height:40px;display:block}.filter-cell button{cursor:pointer;color:#4e94ad;border:1px solid var(--box-border,#4e94ad);background-color:#0000;width:100%;height:40px;display:block}.drag-item{border:1px solid var(--grey);cursor:move;border-radius:5px}.dragging{background:var(--light-grey);cursor:grab}.dragging span,.dragging .toggle{opacity:0}.dropping{background:var(--light-grey)}
/*# sourceMappingURL=app.css.map */
