@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap);
:root{--blue-50: #EBF0FA;--blue-100: #D8E2F6;--blue-150: #C4D3F1;--blue-200: #B1C5ED;--blue-500: #3C6ED2;--blue-700: #24427E;--blue-950: #060B15;--yellow-50: #FFFAEC;--yellow-100: #FEF6D8;--yellow-500: #FBD03D;--magenta-200: #E6AFDB;--magenta-500: #C038A4;--purple-200: #D3BDE2;--purple-500: #915AB7;--orange-200: #FFCCB6;--orange-500: #FF8048;--orange-600: #CC663A;--orange-601: #a44b25;--green-50: #E7F3EA;--green-100: #CFE6D5;--green-200: #9ECEAC;--green-500: #0D842F;--red-50: #FBE9EB;--red-100: #F8D4D7;--red-500: #DC2636;--red-700: #8B1A2B;--red-950: #2B0A0D;--neutral-50: #F1F1F1;--neutral-100: #E3E3E3;--neutral-150: #D5D5D5;--neutral-200: #C7C7C7;--neutral-400: #8e8e8e;--neutral-500: #727272;--neutral-600: #5B5B5B;--neutral-800: #2E2E2E;--neutral-900: #8e8e8e;--neutral-950: #0B0B0B;--black: #000;--white: #FFF;--default-copy-color: var(--black);--default-link-color: var(--blue-500);--default-link-hover-color: var(--blue-700)}:root{--body-text-max-width: 55em}:root{--default--badge-bg-color: var(--white);--default--badge-border-color: var(--neutral-150);--default--badge-text-color: var(--black);--default--badge-text-size: 0.75rem;--default--badge-text-weight: 600;--default--badge-fixed-height: 20px;--default--badge-dot-size: 8px}:root{--maced-default--indicator-bg: var(--neutral-800);--maced-default--indicator-text: var(--white);--maced-default--indicator-border-width: 2px}*{box-sizing:border-box;margin:0;padding:0}*::before,*::after{box-sizing:border-box}h1,h2,h3,form,fieldset,hr,input,textarea,select{margin-bottom:1rem}h1:last-child,h2:last-child,h3:last-child,form:last-child,fieldset:last-child,hr:last-child,input:last-child,textarea:last-child,select:last-child{margin-bottom:0}html{font-size:16px;font-family:"Open Sans",sans-serif}p{font-family:"Open Sans",sans-serif;font-size:1rem;line-height:1.5rem;font-weight:400}:root{--foundations--form-field-minimum-width: 300px;--foundations--form-field-maximum-width: 420px;--foundations--form-field-spacing: 1.5rem;--foundations--form-input-bg-color: var(--white);--foundations--form-input-color: var(--black);--foundations--form-field-label-color: var(--black);--foundations--form-field-disabled-color: var(--neutral-400);--foundations--form-field-label-font-size: 1rem;--foundations--form-input-border-color: var(--neutral-500);--foundations--form-input-border-radius: 4px;--foundations--form-field-error-color: var(--red-500);--foundations--form-field-helper-color: var(--neutral-500);--foundations--form-required-color: var(--red-500);--foundations--form-disabled-bg-color: var(--neutral-50);--foundations--form-disabled-border-color: var(--neutral-200);--foundations--form-disabled-text-color: var(--black);--foundations--form-radio-size: 24px;--foundations--form-checkbox-size: 1.5rem;--foundations--form-checkbox-bg-color: var(--white);--foundations--form-checkbox-border-color: var(--neutral-500);--foundations--form-checkbox-border-width: 2px;--foundations--form-checkbox-border-radius: 0.25rem;--foundations--form-checkbox-checked-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+CjxwYXRoIHN0cm9rZT0iIzNDNkVEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNCIgZD0iTTEyLjMzMyAxIDUgOC4zMzMgMS42NjcgNSIvPgo8L3N2Zz4K)}.c-form-fieldset{border:none;padding:0}.c-form-field-name-container{margin-bottom:1rem}@media only screen and (min-width: 1024px){.c-form-field-name-container{display:flex;gap:1rem;margin-bottom:0}.c-form-field-name-container .c-form-field{width:26.25rem}}.c-form-field{font-family:"Open Sans",sans-serif;font-size:1rem;line-height:1.5rem;font-weight:400;display:flex;flex-direction:column;min-width:var(--foundations--form-field-minimum-width);max-width:var(--foundations--form-field-maximum-width);margin-bottom:var(--foundations--form-field-spacing)}.c-form-field:last-child{margin-bottom:0}.c-form-field.c-form-field--flex{display:flex;flex-direction:row;gap:0.5rem}.c-form-field__title{font-weight:600;margin-bottom:0.5rem}.c-form-field__info-text{font-family:"Open Sans",sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:400;color:var(--foundations--form-field-helper-color);margin-bottom:1rem}.c-form-field--row{gap:0.75rem;flex-direction:row;align-items:flex-start;max-width:100%;margin-bottom:1rem}.c-form-field--row:last-child{margin-bottom:0}.c-form-field--row .c-form-field__label,.c-form-field--row .c-form-field__input,.c-form-field--row .c-form-field__radio,.c-form-field--row .c-form-field__checkbox{margin-bottom:0;max-width:100%}.c-form-field__label{display:block;margin-bottom:0.5rem}.c-form-field__label-required{color:var(--foundations--form-required-color)}.c-form-field__label-required:before{content:"*"}.c-form-field__label-required-text{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-100%;overflow:hidden;padding:0;position:absolute !important;width:1px}.c-form-field__label{line-height:1.5}.c-form-field__label a{color:inherit;font-weight:600}.c-form-field__input{background-color:var(--foundations--form-input-bg-color);color:var(--foundations--form-input-color);display:block;border:solid 1px var(--foundations--form-input-border-color);border-radius:var(--foundations--form-input-border-radius);padding:0.75rem 1rem;min-width:var(--foundations--form-field-minimum-width);max-width:var(--foundations--form-field-maximum-width)}.c-form-field__input:disabled,.c-form-field__input:read-only{background-color:var(--foundations--form-disabled-bg-color);border:solid 1px var(--foundations--form-disabled-border-color);color:var(--foundations--form-disabled-text-color)}.c-form-field__radio{width:var(--foundations--form-radio-size);height:var(--foundations--form-radio-size);margin-bottom:0}.c-form-field__checkbox{appearance:none;width:var(--foundations--form-checkbox-size);height:var(--foundations--form-checkbox-size);min-width:var(--foundations--form-checkbox-size);margin:0;display:grid;place-content:center;cursor:pointer;border:none}.c-form-field__checkbox::after{display:block;width:var(--foundations--form-checkbox-size);height:var(--foundations--form-checkbox-size);content:"";border-radius:var(--foundations--form-checkbox-border-radius);background-color:var(--foundations--form-checkbox-bg-color);border:solid var(--foundations--form-checkbox-border-width) var(--foundations--form-checkbox-border-color);background-image:none}.c-form-field__checkbox:checked::after{background-size:80%;background-repeat:no-repeat;background-position:center;background-image:var(--foundations--form-checkbox-checked-image)}.c-form-field__checkbox:disabled::after{background-image:none;background-color:var(--foundations--form-disabled-bg-color);border:solid var(--foundations--form-checkbox-border-width) var(--foundations--form-disabled-border-color)}.c-forms__helper-text{font-family:"Open Sans",sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:400;color:var(--foundations--form-field-helper-color);margin-top:0.5rem}.c-form-validation-errors{color:var(--foundations--form-field-error-color)}.c-form-validation-errors ul li{list-style-type:none}.c-form-field--error.c-form-field--row{flex-wrap:wrap}.c-form-field--error.c-form-field--row .c-forms__helper-text{flex-basis:100%}.c-form-field--error.c-form-field--row .c-form-field__label{flex-basis:85%}@media only screen and (min-width: 1024px){.c-form-field--error.c-form-field--row .c-form-field__label{flex-basis:95%}}.c-form-field--error .c-form-field__checkbox::after{border-color:var(--foundations--form-field-error-color)}.c-form-field--error .c-form-field__checkbox{margin-bottom:0}.c-form-field--error .c-form-field__input{border:solid 1px var(--foundations--form-field-error-color);margin-bottom:0}.c-form-field--error .c-form-field__select{border:solid 1px var(--foundations--form-field-error-color);margin-bottom:0}.c-form-field--error .c-forms__helper-text{color:var(--foundations--form-field-error-color)}.c-form-field--error .c-forms__helper-text ul li{list-style-type:none}.c-form-field--disabled .c-form-field__input{background-color:var(--foundations--form-disabled-bg-color);border:solid 1px var(--foundations--form-disabled-border-color);color:var(--foundations--form-disabled-text-color)}.c-form-field__input--code{font-size:1.875rem;letter-spacing:.5em;line-height:1;max-width:15em}.c-form-field__file-input-label,.c-form-field__file-input-name{display:none}.js .c-form-field__file-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.js .c-form-field__file-input+label{display:flex;cursor:pointer}.js .c-form-field__file-input:focus+label{background-color:var(--blue-700)}.js .c-form-field__file-input:focus-within+label{outline:2px solid var(--blue-950);outline-offset:2px}.js .c-form-field__file-input+label:hover{background-color:var(--blue-950)}.js .c-form-field__file-input-label{display:block;position:relative;font-size:1rem;font-family:"Open Sans",sans-serif;font-weight:600;text-decoration:none;text-align:center;border-style:solid;border-radius:0.25rem;border-width:2px;width:fit-content;justify-content:center;padding:calc(.5rem - 2px) 1rem;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;transition:background-color .2s,color .2s,border-color .2s}@media only screen and (min-width: 1440px){.js .c-form-field__file-input-label{font-size:1rem;padding:calc(.75rem - 2px) 1rem}}.js .c-form-field__file-input-label{color:var(--black);background-color:var(--white);border-color:var(--blue-500)}.js .c-form-field__file-input-label svg{fill:currentColor}.js .c-form-field__file-input-label:hover{background-color:var(--white);border-color:var(--blue-950)}.js .c-form-field__file-input-label:active{background-color:var(--white);border-color:var(--blue-700)}.js .c-form-field__file-input-label:disabled{background-color:var(--white);border-color:var(--blue-200);color:var(--neutral-400)}.js .c-form-field__file-input-label:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.js .c-form-field__file-input-label{font-size:1rem;padding:calc(.5rem - 2px) 1rem;color:var(--white);background-color:var(--blue-500);border-color:rgba(0,0,0,0)}.js .c-form-field__file-input-label svg{fill:currentColor}.js .c-form-field__file-input-label:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0)}.js .c-form-field__file-input-label:active{background-color:var(--blue-700);border-color:rgba(0,0,0,0)}.js .c-form-field__file-input-label:disabled{background-color:var(--blue-200);border-color:rgba(0,0,0,0);color:var(--white)}.js .c-form-field__file-input-label:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.js .c-form-field__file-input-label{display:flex;align-items:center;gap:.625rem}.js .c-form-field__file-input-name{display:flex;align-items:center;padding:1rem 1rem 0 0;word-break:break-all}.js .c-form-field__file-input-name .u-icon{margin-left:1rem;cursor:pointer;min-width:1em}.js .c-form-field__file-input-preview-wrapper{width:100%;display:flex;align-items:flex-start;gap:1rem;margin-top:1rem}.js .c-form-field__file-input-preview{width:100%;max-width:100px;height:auto}.js .c-form-field__file-input-wrapper{width:100%;display:flex;flex-direction:column;position:relative}.js .c-form-field__file-input-wrapper .c-form-field__errors-list ul{margin:0;padding:0}.js .c-form-field__file-input-wrapper .c-form-field__errors-list ul li{margin:0;padding:0;list-style-type:none;color:var(--foundations--form-field-error-color)}.c-form-field__input--date{background-color:var(--foundations--form-input-bg-color);color:var(--foundations--form-input-color);display:block;border:solid 1px var(--foundations--form-input-border-color);border-radius:var(--foundations--form-input-border-radius);padding:0.75rem 1rem;min-width:var(--foundations--form-field-minimum-width);max-width:var(--foundations--form-field-maximum-width)}.c-form-field__input--date:disabled,.c-form-field__input--date:read-only{background-color:var(--foundations--form-disabled-bg-color);border:solid 1px var(--foundations--form-disabled-border-color);color:var(--foundations--form-disabled-text-color)}.c-form-field__input--date{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDlIMU0xNCAxVjVNNiAxVjVNNSAxM0g2TTUgMTdINk05LjUgMTNIMTAuNU05LjUgMTdIMTAuNU0xNCAxM0gxNU0xNCAxN0gxNU01LjggMjFIMTQuMkMxNS44ODAyIDIxIDE2LjcyMDIgMjEgMTcuMzYyIDIwLjY3M0MxNy45MjY1IDIwLjM4NTQgMTguMzg1NCAxOS45MjY1IDE4LjY3MyAxOS4zNjJDMTkgMTguNzIwMiAxOSAxNy44ODAyIDE5IDE2LjJWNy44QzE5IDYuMTE5ODQgMTkgNS4yNzk3NiAxOC42NzMgNC42MzgwM0MxOC4zODU0IDQuMDczNTQgMTcuOTI2NSAzLjYxNDYgMTcuMzYyIDMuMzI2OThDMTYuNzIwMiAzIDE1Ljg4MDIgMyAxNC4yIDNINS44QzQuMTE5ODQgMyAzLjI3OTc2IDMgMi42MzgwMyAzLjMyNjk4QzIuMDczNTQgMy42MTQ2IDEuNjE0NiA0LjA3MzU0IDEuMzI2OTggNC42MzgwM0MxIDUuMjc5NzYgMSA2LjExOTg0IDEgNy44VjE2LjJDMSAxNy44ODAyIDEgMTguNzIwMiAxLjMyNjk4IDE5LjM2MkMxLjYxNDYgMTkuOTI2NSAyLjA3MzU0IDIwLjM4NTQgMi42MzgwMyAyMC42NzNDMy4yNzk3NiAyMSA0LjExOTg0IDIxIDUuOCAyMVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:right 1rem center}input::-webkit-calendar-picker-indicator{opacity:0}.c-form-field__select{background-color:var(--foundations--form-input-bg-color);color:var(--foundations--form-input-color);display:block;border:solid 1px var(--foundations--form-input-border-color);border-radius:var(--foundations--form-input-border-radius);padding:0.75rem 1rem;min-width:var(--foundations--form-field-minimum-width);max-width:var(--foundations--form-field-maximum-width)}.c-form-field__select:disabled,.c-form-field__select:read-only{background-color:var(--foundations--form-disabled-bg-color);border:solid 1px var(--foundations--form-disabled-border-color);color:var(--foundations--form-disabled-text-color)}.c-form-field__select{appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjcwNzExIDAuMjkyODkzQzEuMzE2NTggLTAuMDk3NjMxMSAwLjY4MzQxNyAtMC4wOTc2MzExIDAuMjkyODkzIDAuMjkyODkzQy0wLjA5NzYzMTEgMC42ODM0MTcgLTAuMDk3NjMxMSAxLjMxNjU4IDAuMjkyODkzIDEuNzA3MTFMMS43MDcxMSAwLjI5Mjg5M1pNOCA4TDcuMjkyODkgOC43MDcxMUM3LjY4MzQyIDkuMDk3NjMgOC4zMTY1OCA5LjA5NzYzIDguNzA3MTEgOC43MDcxMUw4IDhaTTE1LjcwNzEgMS43MDcxMUMxNi4wOTc2IDEuMzE2NTggMTYuMDk3NiAwLjY4MzQxNyAxNS43MDcxIDAuMjkyODkzQzE1LjMxNjYgLTAuMDk3NjMxMSAxNC42ODM0IC0wLjA5NzYzMTEgMTQuMjkyOSAwLjI5Mjg5M0wxNS43MDcxIDEuNzA3MTFaTTAuMjkyODkzIDEuNzA3MTFMNy4yOTI4OSA4LjcwNzExTDguNzA3MTEgNy4yOTI4OUwxLjcwNzExIDAuMjkyODkzTDAuMjkyODkzIDEuNzA3MTFaTTguNzA3MTEgOC43MDcxMUwxNS43MDcxIDEuNzA3MTFMMTQuMjkyOSAwLjI5Mjg5M0w3LjI5Mjg5IDcuMjkyODlMOC43MDcxMSA4LjcwNzExWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:right 1rem center}.c-form-field__select:read-only{background-color:var(--foundations--form-input-bg-color);border:solid 1px var(--foundations--form-input-border-color);color:var(--foundations--form-input-color)}.c-form-field__select:disabled{background-color:var(--foundations--form-disabled-bg-color);border:solid 1px var(--foundations--form-disabled-border-color);color:var(--foundations--form-disabled-color)}.u-button{display:block;position:relative;font-size:1rem;font-family:"Open Sans",sans-serif;font-weight:600;text-decoration:none;text-align:center;border-style:solid;border-radius:0.25rem;border-width:2px;width:fit-content;justify-content:center;padding:calc(.5rem - 2px) 1rem;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;transition:background-color .2s,color .2s,border-color .2s}@media only screen and (min-width: 1440px){.u-button{font-size:1rem;padding:calc(.75rem - 2px) 1rem}}.u-button{color:var(--black);background-color:var(--white);border-color:var(--blue-500)}.u-button svg{fill:currentColor}.u-button:hover{background-color:var(--white);border-color:var(--blue-950)}.u-button:active{background-color:var(--white);border-color:var(--blue-700)}.u-button:disabled{background-color:var(--white);border-color:var(--blue-200);color:var(--neutral-400)}.u-button:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--primary{color:var(--white);background-color:var(--blue-500);border-color:rgba(0,0,0,0)}.u-button--primary svg{fill:currentColor}.u-button--primary:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0)}.u-button--primary:active{background-color:var(--blue-700);border-color:rgba(0,0,0,0)}.u-button--primary:disabled{background-color:var(--blue-200);border-color:rgba(0,0,0,0);color:var(--white)}.u-button--primary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--secondary{color:var(--black);background-color:var(--white);border-color:var(--blue-500)}.u-button--secondary svg{fill:currentColor}.u-button--secondary:hover{background-color:var(--white);border-color:var(--blue-950)}.u-button--secondary:active{background-color:var(--white);border-color:var(--blue-700)}.u-button--secondary:disabled{background-color:var(--white);border-color:var(--blue-200);color:var(--neutral-400)}.u-button--secondary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--tertiary{color:var(--black);background-color:var(--neutral-100);border-color:rgba(0,0,0,0)}.u-button--tertiary svg{fill:currentColor}.u-button--tertiary:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0);color:var(--white)}.u-button--tertiary:active{background-color:var(--neutral-200);border-color:rgba(0,0,0,0)}.u-button--tertiary:disabled{background-color:var(--neutral-50);border-color:rgba(0,0,0,0);color:var(--neutral-400)}.u-button--tertiary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--small{font-size:.875rem;padding:calc(.25rem - 2px) 1rem}.u-button--medium{font-size:1rem;padding:calc(.5rem - 2px) 1rem}.u-button--large{font-size:1rem;padding:calc(.75rem - 2px) 1rem}.u-button--full-width{width:100%}.u-button--icon-leading{display:flex;align-items:center;gap:.625rem}.u-button--icon-trailing{display:flex;align-items:center;flex-direction:row-reverse;gap:.625rem}.u-button--icon-only{min-width:40px;min-height:40px;display:flex;justify-content:center;align-items:center;padding:0}.u-button--no-wrap{white-space:nowrap}.u-icon{fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:1em;height:1em;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.u-icon--large{fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:1.5em;height:1.5em;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.u-icon--chevron-up{transform:rotate(90deg)}.u-icon--chevron-right{transform:rotate(180deg)}.u-icon--chevron-down{transform:rotate(270deg)}.u-icon--alert-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9998 9.66663V15M14.9998 20.3333H15.0132M28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9998 9.66663V15M14.9998 20.3333H15.0132M28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--alert-triangle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9995 9.99994V15.3333M14.9995 20.6666H15.0128M13.1533 3.18891L2.18675 22.1311C1.57848 23.1817 1.27434 23.707 1.31929 24.1382C1.3585 24.5143 1.55553 24.856 1.86134 25.0783C2.21195 25.3333 2.81897 25.3333 4.033 25.3333H25.966C27.1801 25.3333 27.7871 25.3333 28.1377 25.0783C28.4435 24.856 28.6405 24.5143 28.6797 24.1382C28.7247 23.707 28.4205 23.1817 27.8123 22.1311L16.8458 3.1889C16.2397 2.14202 15.9366 1.61858 15.5412 1.44277C15.1964 1.28942 14.8027 1.28942 14.4578 1.44277C14.0624 1.61858 13.7594 2.14202 13.1533 3.18891Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9995 9.99994V15.3333M14.9995 20.6666H15.0128M13.1533 3.18891L2.18675 22.1311C1.57848 23.1817 1.27434 23.707 1.31929 24.1382C1.3585 24.5143 1.55553 24.856 1.86134 25.0783C2.21195 25.3333 2.81897 25.3333 4.033 25.3333H25.966C27.1801 25.3333 27.7871 25.3333 28.1377 25.0783C28.4435 24.856 28.6405 24.5143 28.6797 24.1382C28.7247 23.707 28.4205 23.1817 27.8123 22.1311L16.8458 3.1889C16.2397 2.14202 15.9366 1.61858 15.5412 1.44277C15.1964 1.28942 14.8027 1.28942 14.4578 1.44277C14.0624 1.61858 13.7594 2.14202 13.1533 3.18891Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--bag{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.7765 1.10222L13.0353 0.136297V0.136297L12.7765 1.10222ZM14 5C14 5.55228 14.4477 6 15 6C15.5523 6 16 5.55228 16 5H14ZM14.8978 3.22354L15.8637 2.96472V2.96472L14.8978 3.22354ZM9.22354 1.10222L9.48236 2.06815L9.22354 1.10222ZM6 5C6 5.55228 6.44772 6 7 6C7.55228 6 8 5.55228 8 5H6ZM7.10222 3.22354L8.06815 3.48236L7.10222 3.22354ZM2.09202 18.782L2.54601 17.891L2.09202 18.782ZM1.21799 17.908L2.10899 17.454L1.21799 17.908ZM20.782 17.908L19.891 17.454L20.782 17.908ZM19.908 18.782L19.454 17.891L19.908 18.782ZM19.908 5.21799L19.454 6.10899L19.908 5.21799ZM20.782 6.09202L19.891 6.54601L20.782 6.09202ZM2.09202 5.21799L2.54601 6.10899L2.09202 5.21799ZM1.21799 6.09202L2.10899 6.54601L1.21799 6.09202ZM11 2C11.9944 2 12.2954 2.00859 12.5176 2.06815L13.0353 0.136297C12.4946 -0.00858915 11.8656 0 11 0V2ZM16 5C16 4.13441 16.0086 3.50545 15.8637 2.96472L13.9319 3.48236C13.9914 3.70464 14 4.00565 14 5H16ZM12.5176 2.06815C13.2078 2.25308 13.7469 2.79218 13.9319 3.48236L15.8637 2.96472C15.4938 1.58436 14.4156 0.506165 13.0353 0.136297L12.5176 2.06815ZM11 0C10.1344 0 9.50545 -0.00858927 8.96472 0.136297L9.48236 2.06815C9.70464 2.00859 10.0056 2 11 2V0ZM8 5C8 4.00565 8.00859 3.70464 8.06815 3.48236L6.1363 2.96472C5.99141 3.50545 6 4.13441 6 5H8ZM8.96472 0.136297C7.58436 0.506165 6.50617 1.58436 6.1363 2.96472L8.06815 3.48236C8.25308 2.79218 8.79218 2.25308 9.48236 2.06815L8.96472 0.136297ZM4.2 6H17.8V4H4.2V6ZM20 8.2V15.8H22V8.2H20ZM17.8 18H4.2V20H17.8V18ZM2 15.8V8.2H0V15.8H2ZM4.2 18C3.62345 18 3.25117 17.9992 2.96784 17.9761C2.69617 17.9539 2.59545 17.9162 2.54601 17.891L1.63803 19.673C2.01641 19.8658 2.40963 19.9371 2.80497 19.9694C3.18864 20.0008 3.65645 20 4.2 20V18ZM0 15.8C0 16.3436 -0.000777721 16.8114 0.0305694 17.195C0.0628704 17.5904 0.134186 17.9836 0.32698 18.362L2.10899 17.454C2.0838 17.4045 2.04612 17.3038 2.02393 17.0322C2.00078 16.7488 2 16.3766 2 15.8H0ZM2.54601 17.891C2.35785 17.7951 2.20487 17.6422 2.10899 17.454L0.32698 18.362C0.614601 18.9265 1.07354 19.3854 1.63803 19.673L2.54601 17.891ZM20 15.8C20 16.3766 19.9992 16.7488 19.9761 17.0322C19.9539 17.3038 19.9162 17.4045 19.891 17.454L21.673 18.362C21.8658 17.9836 21.9371 17.5904 21.9694 17.195C22.0008 16.8114 22 16.3436 22 15.8H20ZM17.8 20C18.3436 20 18.8114 20.0008 19.195 19.9694C19.5904 19.9371 19.9836 19.8658 20.362 19.673L19.454 17.891C19.4045 17.9162 19.3038 17.9539 19.0322 17.9761C18.7488 17.9992 18.3766 18 17.8 18V20ZM19.891 17.454C19.7951 17.6422 19.6422 17.7951 19.454 17.891L20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362L19.891 17.454ZM17.8 6C18.3766 6 18.7488 6.00078 19.0322 6.02393C19.3038 6.04612 19.4045 6.0838 19.454 6.10899L20.362 4.32698C19.9836 4.13419 19.5904 4.06287 19.195 4.03057C18.8114 3.99922 18.3436 4 17.8 4V6ZM22 8.2C22 7.65645 22.0008 7.18864 21.9694 6.80497C21.9371 6.40963 21.8658 6.01641 21.673 5.63803L19.891 6.54601C19.9162 6.59545 19.9539 6.69617 19.9761 6.96784C19.9992 7.25117 20 7.62345 20 8.2H22ZM19.454 6.10899C19.6422 6.20487 19.7951 6.35785 19.891 6.54601L21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698L19.454 6.10899ZM4.2 4C3.65645 4 3.18864 3.99922 2.80497 4.03057C2.40963 4.06287 2.01641 4.13419 1.63803 4.32698L2.54601 6.10899C2.59545 6.0838 2.69617 6.04612 2.96784 6.02393C3.25117 6.00078 3.62345 6 4.2 6V4ZM2 8.2C2 7.62345 2.00078 7.25117 2.02393 6.96784C2.04612 6.69617 2.0838 6.59545 2.10899 6.54601L0.32698 5.63803C0.134186 6.01641 0.0628704 6.40963 0.0305694 6.80497C-0.000777721 7.18864 0 7.65645 0 8.2H2ZM1.63803 4.32698C1.07354 4.6146 0.614601 5.07354 0.32698 5.63803L2.10899 6.54601C2.20487 6.35785 2.35785 6.20487 2.54601 6.10899L1.63803 4.32698Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.7765 1.10222L13.0353 0.136297V0.136297L12.7765 1.10222ZM14 5C14 5.55228 14.4477 6 15 6C15.5523 6 16 5.55228 16 5H14ZM14.8978 3.22354L15.8637 2.96472V2.96472L14.8978 3.22354ZM9.22354 1.10222L9.48236 2.06815L9.22354 1.10222ZM6 5C6 5.55228 6.44772 6 7 6C7.55228 6 8 5.55228 8 5H6ZM7.10222 3.22354L8.06815 3.48236L7.10222 3.22354ZM2.09202 18.782L2.54601 17.891L2.09202 18.782ZM1.21799 17.908L2.10899 17.454L1.21799 17.908ZM20.782 17.908L19.891 17.454L20.782 17.908ZM19.908 18.782L19.454 17.891L19.908 18.782ZM19.908 5.21799L19.454 6.10899L19.908 5.21799ZM20.782 6.09202L19.891 6.54601L20.782 6.09202ZM2.09202 5.21799L2.54601 6.10899L2.09202 5.21799ZM1.21799 6.09202L2.10899 6.54601L1.21799 6.09202ZM11 2C11.9944 2 12.2954 2.00859 12.5176 2.06815L13.0353 0.136297C12.4946 -0.00858915 11.8656 0 11 0V2ZM16 5C16 4.13441 16.0086 3.50545 15.8637 2.96472L13.9319 3.48236C13.9914 3.70464 14 4.00565 14 5H16ZM12.5176 2.06815C13.2078 2.25308 13.7469 2.79218 13.9319 3.48236L15.8637 2.96472C15.4938 1.58436 14.4156 0.506165 13.0353 0.136297L12.5176 2.06815ZM11 0C10.1344 0 9.50545 -0.00858927 8.96472 0.136297L9.48236 2.06815C9.70464 2.00859 10.0056 2 11 2V0ZM8 5C8 4.00565 8.00859 3.70464 8.06815 3.48236L6.1363 2.96472C5.99141 3.50545 6 4.13441 6 5H8ZM8.96472 0.136297C7.58436 0.506165 6.50617 1.58436 6.1363 2.96472L8.06815 3.48236C8.25308 2.79218 8.79218 2.25308 9.48236 2.06815L8.96472 0.136297ZM4.2 6H17.8V4H4.2V6ZM20 8.2V15.8H22V8.2H20ZM17.8 18H4.2V20H17.8V18ZM2 15.8V8.2H0V15.8H2ZM4.2 18C3.62345 18 3.25117 17.9992 2.96784 17.9761C2.69617 17.9539 2.59545 17.9162 2.54601 17.891L1.63803 19.673C2.01641 19.8658 2.40963 19.9371 2.80497 19.9694C3.18864 20.0008 3.65645 20 4.2 20V18ZM0 15.8C0 16.3436 -0.000777721 16.8114 0.0305694 17.195C0.0628704 17.5904 0.134186 17.9836 0.32698 18.362L2.10899 17.454C2.0838 17.4045 2.04612 17.3038 2.02393 17.0322C2.00078 16.7488 2 16.3766 2 15.8H0ZM2.54601 17.891C2.35785 17.7951 2.20487 17.6422 2.10899 17.454L0.32698 18.362C0.614601 18.9265 1.07354 19.3854 1.63803 19.673L2.54601 17.891ZM20 15.8C20 16.3766 19.9992 16.7488 19.9761 17.0322C19.9539 17.3038 19.9162 17.4045 19.891 17.454L21.673 18.362C21.8658 17.9836 21.9371 17.5904 21.9694 17.195C22.0008 16.8114 22 16.3436 22 15.8H20ZM17.8 20C18.3436 20 18.8114 20.0008 19.195 19.9694C19.5904 19.9371 19.9836 19.8658 20.362 19.673L19.454 17.891C19.4045 17.9162 19.3038 17.9539 19.0322 17.9761C18.7488 17.9992 18.3766 18 17.8 18V20ZM19.891 17.454C19.7951 17.6422 19.6422 17.7951 19.454 17.891L20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362L19.891 17.454ZM17.8 6C18.3766 6 18.7488 6.00078 19.0322 6.02393C19.3038 6.04612 19.4045 6.0838 19.454 6.10899L20.362 4.32698C19.9836 4.13419 19.5904 4.06287 19.195 4.03057C18.8114 3.99922 18.3436 4 17.8 4V6ZM22 8.2C22 7.65645 22.0008 7.18864 21.9694 6.80497C21.9371 6.40963 21.8658 6.01641 21.673 5.63803L19.891 6.54601C19.9162 6.59545 19.9539 6.69617 19.9761 6.96784C19.9992 7.25117 20 7.62345 20 8.2H22ZM19.454 6.10899C19.6422 6.20487 19.7951 6.35785 19.891 6.54601L21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698L19.454 6.10899ZM4.2 4C3.65645 4 3.18864 3.99922 2.80497 4.03057C2.40963 4.06287 2.01641 4.13419 1.63803 4.32698L2.54601 6.10899C2.59545 6.0838 2.69617 6.04612 2.96784 6.02393C3.25117 6.00078 3.62345 6 4.2 6V4ZM2 8.2C2 7.62345 2.00078 7.25117 2.02393 6.96784C2.04612 6.69617 2.0838 6.59545 2.10899 6.54601L0.32698 5.63803C0.134186 6.01641 0.0628704 6.40963 0.0305694 6.80497C-0.000777721 7.18864 0 7.65645 0 8.2H2ZM1.63803 4.32698C1.07354 4.6146 0.614601 5.07354 0.32698 5.63803L2.10899 6.54601C2.20487 6.35785 2.35785 6.20487 2.54601 6.10899L1.63803 4.32698Z' fill='black'/%3e %3c/svg%3e")}.u-icon--box{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 6.50006L0.552786 5.60564C0.214002 5.77503 0 6.12129 0 6.50006C0 6.87884 0.214002 7.2251 0.552786 7.39449L1 6.50006ZM21 6.50006L21.4472 7.39449C21.786 7.2251 22 6.87884 22 6.50006C22 6.12129 21.786 5.77503 21.4472 5.60564L21 6.50006ZM10.9078 11.4325L10.7234 12.4153L10.9078 11.4325ZM11.0922 11.4325L11.2766 12.4153L11.0922 11.4325ZM10.6422 1.67895L11.0894 2.57338L10.6422 1.67895ZM10.9078 1.56766L10.7234 0.584804L10.9078 1.56766ZM11.3578 1.67895L10.9106 2.57338L11.3578 1.67895ZM11.0922 1.56766L11.2766 0.584804L11.0922 1.56766ZM15 12.5001C15 13.0524 15.4477 13.5001 16 13.5001C16.5523 13.5001 17 13.0524 17 12.5001H15ZM11.4472 5.60564C10.9532 5.35865 10.3526 5.55887 10.1056 6.05285C9.85858 6.54683 10.0588 7.1475 10.5528 7.39449L11.4472 5.60564ZM15.9727 9.14605L15.0273 9.47212L15.9727 9.14605ZM15.8572 8.95922L16.5716 8.25951L16.5716 8.2595L15.8572 8.95922ZM4 7.50006C4 6.94778 3.55228 6.50006 3 6.50006C2.44772 6.50006 2 6.94778 2 7.50006H4ZM20 7.50006C20 6.94778 19.5523 6.50006 19 6.50006C18.4477 6.50006 18 6.94778 18 7.50006H20ZM3.93335 15.7612L3.51669 16.6702L3.5167 16.6703L3.93335 15.7612ZM10.3334 18.6945L10.75 17.7855H10.75L10.3334 18.6945ZM11.6666 18.6945L12.0833 19.6036L11.6666 18.6945ZM18.0666 15.7612L18.4833 16.6703L18.4833 16.6702L18.0666 15.7612ZM10.8289 18.8853L10.6579 19.8706H10.6579L10.8289 18.8853ZM11.1711 18.8853L11.3421 19.8706H11.3421L11.1711 18.8853ZM18.942 15.0274L18 14.6917L18 14.6917L18.942 15.0274ZM18.6976 15.4082L18 14.6917L18 14.6917L18.6976 15.4082ZM3.05802 15.0274L2.11604 15.363V15.363L3.05802 15.0274ZM3.30238 15.4082L4 14.6917L4 14.6917L3.30238 15.4082ZM10.195 0.784523L0.552786 5.60564L1.44721 7.39449L11.0894 2.57338L10.195 0.784523ZM0.552786 7.39449L10.195 12.2156L11.0894 10.4268L1.44721 5.60564L0.552786 7.39449ZM11.805 12.2156L21.4472 7.39449L20.5528 5.60564L10.9106 10.4268L11.805 12.2156ZM21.4472 5.60564L11.805 0.784523L10.9106 2.57338L20.5528 7.39449L21.4472 5.60564ZM10.195 12.2156C10.2743 12.2553 10.4847 12.3705 10.7234 12.4153L11.0922 10.4496C11.1074 10.4525 11.1218 10.4557 11.1353 10.4593C11.1487 10.4628 11.1603 10.4663 11.1699 10.4695C11.1885 10.4756 11.1989 10.4803 11.1974 10.4796C11.1968 10.4794 11.1942 10.4782 11.1889 10.4758C11.1836 10.4733 11.1766 10.4699 11.1672 10.4653C11.1577 10.4607 11.1468 10.4553 11.1336 10.4488C11.1204 10.4422 11.1061 10.4351 11.0894 10.4268L10.195 12.2156ZM10.9106 10.4268C10.8939 10.4351 10.8796 10.4422 10.8664 10.4488C10.8532 10.4553 10.8423 10.4607 10.8328 10.4653C10.8234 10.4699 10.8164 10.4733 10.8111 10.4758C10.8058 10.4782 10.8032 10.4794 10.8026 10.4796C10.8011 10.4803 10.8115 10.4756 10.8301 10.4695C10.8397 10.4663 10.8513 10.4628 10.8647 10.4593C10.8782 10.4557 10.8926 10.4525 10.9078 10.4496L11.2766 12.4153C11.5153 12.3705 11.7257 12.2553 11.805 12.2156L10.9106 10.4268ZM10.7234 12.4153C10.9062 12.4496 11.0938 12.4496 11.2766 12.4153L10.9078 10.4496C10.9687 10.4382 11.0313 10.4382 11.0922 10.4496L10.7234 12.4153ZM11.0894 2.57338C11.1061 2.56506 11.1204 2.55792 11.1336 2.55133C11.1468 2.54478 11.1577 2.53939 11.1672 2.53479C11.1766 2.53019 11.1836 2.52684 11.1889 2.52437C11.1942 2.52191 11.1968 2.52076 11.1974 2.52051C11.1989 2.51984 11.1885 2.52449 11.1699 2.53064C11.1603 2.53381 11.1487 2.53734 11.1353 2.54086C11.1218 2.54439 11.1074 2.54766 11.0922 2.55051L10.7234 0.584804C10.4847 0.629595 10.2744 0.744855 10.195 0.784523L11.0894 2.57338ZM11.805 0.784523C11.7256 0.744855 11.5153 0.629595 11.2766 0.584804L10.9078 2.55051C10.8926 2.54766 10.8782 2.54439 10.8647 2.54086C10.8513 2.53734 10.8397 2.53381 10.8301 2.53064C10.8115 2.52449 10.8011 2.51984 10.8026 2.52051C10.8032 2.52076 10.8058 2.52191 10.8111 2.52437C10.8164 2.52684 10.8234 2.53019 10.8328 2.53479C10.8423 2.53939 10.8532 2.54478 10.8664 2.55133C10.8796 2.55792 10.8939 2.56506 10.9106 2.57338L11.805 0.784523ZM11.0922 2.55051C11.0313 2.56194 10.9687 2.56194 10.9078 2.55051L11.2766 0.584804C11.0938 0.550508 10.9062 0.550508 10.7234 0.584804L11.0922 2.55051ZM17 12.5001V9.49449H15V12.5001H17ZM16.005 7.88452L11.4472 5.60564L10.5528 7.39449L15.1106 9.67338L16.005 7.88452ZM17 9.49449C17 9.38751 17.013 9.09548 16.918 8.81997L15.0273 9.47212C15.0212 9.45428 15.0161 9.43699 15.012 9.42058C15.0079 9.40427 15.005 9.38991 15.0029 9.37807C14.999 9.35518 14.9983 9.34196 14.9985 9.34492C14.9986 9.34611 14.9988 9.34997 14.999 9.35741C14.9993 9.36485 14.9995 9.37465 14.9996 9.38771C14.9998 9.40078 14.9999 9.41585 15 9.43394C15 9.45212 15 9.47175 15 9.49449H17ZM15.1106 9.67338C15.1309 9.68355 15.1485 9.69233 15.1647 9.7005C15.1808 9.70863 15.1943 9.71546 15.2059 9.72145C15.2175 9.72743 15.2262 9.732 15.2327 9.73554C15.2393 9.73907 15.2426 9.74099 15.2437 9.74159C15.2462 9.74308 15.2347 9.73658 15.216 9.72283C15.2063 9.71571 15.1948 9.7067 15.182 9.69573C15.1692 9.6847 15.156 9.67242 15.1428 9.65894L16.5716 8.2595C16.3677 8.05129 16.1007 7.93237 16.005 7.88452L15.1106 9.67338ZM16.918 8.81997C16.8455 8.60979 16.7272 8.41835 16.5716 8.25951L15.1428 9.65894C15.0909 9.60599 15.0515 9.54218 15.0273 9.47212L16.918 8.81997ZM2 7.50006V14.3067H4V7.50006H2ZM20 14.3067V7.50006H18V14.3067H20ZM3.5167 16.6703L9.9167 19.6036L10.75 17.7855L4.35001 14.8521L3.5167 16.6703ZM12.0833 19.6036L18.4833 16.6703L17.65 14.8521L11.25 17.7855L12.0833 19.6036ZM9.9167 19.6036C10.1138 19.6939 10.3725 19.821 10.6579 19.8706L11 17.9C11.0282 17.9049 11.0359 17.911 10.9962 17.8951C10.9473 17.8756 10.8813 17.8456 10.75 17.7855L9.9167 19.6036ZM11.25 17.7855C11.1187 17.8456 11.0527 17.8756 11.0038 17.8951C10.9641 17.911 10.9718 17.9049 11 17.9L11.3421 19.8706C11.6275 19.821 11.8862 19.6939 12.0833 19.6036L11.25 17.7855ZM10.6579 19.8706C10.8843 19.9099 11.1157 19.9099 11.3421 19.8706L11 17.9H11L10.6579 19.8706ZM18 14.3067C18 14.5051 17.9995 14.6075 17.9948 14.6816C17.9908 14.7437 17.9864 14.7299 18 14.6917L19.884 15.363C20.0139 14.9984 20 14.6031 20 14.3067H18ZM18.4833 16.6702C18.7528 16.5467 19.1179 16.3947 19.3952 16.1246L18 14.6917C18.0291 14.6634 18.0434 14.6617 17.9886 14.6912C17.9233 14.7264 17.8304 14.7695 17.65 14.8521L18.4833 16.6702ZM18 14.6917V14.6917L19.3952 16.1246C19.6142 15.9114 19.7814 15.6509 19.884 15.363L18 14.6917ZM2 14.3067C2 14.6032 1.9861 14.9984 2.11604 15.363L4 14.6917C4.01361 14.7299 4.00918 14.7437 4.00521 14.6816C4.00047 14.6075 4 14.5051 4 14.3067H2ZM4.35001 14.8521C4.16965 14.7695 4.07675 14.7264 4.01138 14.6912C3.95658 14.6617 3.97094 14.6634 4 14.6917L2.60476 16.1246C2.88209 16.3947 3.2472 16.5467 3.51669 16.6702L4.35001 14.8521ZM2.11604 15.363C2.21862 15.6509 2.3858 15.9114 2.60476 16.1246L4 14.6917H4L2.11604 15.363Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 6.50006L0.552786 5.60564C0.214002 5.77503 0 6.12129 0 6.50006C0 6.87884 0.214002 7.2251 0.552786 7.39449L1 6.50006ZM21 6.50006L21.4472 7.39449C21.786 7.2251 22 6.87884 22 6.50006C22 6.12129 21.786 5.77503 21.4472 5.60564L21 6.50006ZM10.9078 11.4325L10.7234 12.4153L10.9078 11.4325ZM11.0922 11.4325L11.2766 12.4153L11.0922 11.4325ZM10.6422 1.67895L11.0894 2.57338L10.6422 1.67895ZM10.9078 1.56766L10.7234 0.584804L10.9078 1.56766ZM11.3578 1.67895L10.9106 2.57338L11.3578 1.67895ZM11.0922 1.56766L11.2766 0.584804L11.0922 1.56766ZM15 12.5001C15 13.0524 15.4477 13.5001 16 13.5001C16.5523 13.5001 17 13.0524 17 12.5001H15ZM11.4472 5.60564C10.9532 5.35865 10.3526 5.55887 10.1056 6.05285C9.85858 6.54683 10.0588 7.1475 10.5528 7.39449L11.4472 5.60564ZM15.9727 9.14605L15.0273 9.47212L15.9727 9.14605ZM15.8572 8.95922L16.5716 8.25951L16.5716 8.2595L15.8572 8.95922ZM4 7.50006C4 6.94778 3.55228 6.50006 3 6.50006C2.44772 6.50006 2 6.94778 2 7.50006H4ZM20 7.50006C20 6.94778 19.5523 6.50006 19 6.50006C18.4477 6.50006 18 6.94778 18 7.50006H20ZM3.93335 15.7612L3.51669 16.6702L3.5167 16.6703L3.93335 15.7612ZM10.3334 18.6945L10.75 17.7855H10.75L10.3334 18.6945ZM11.6666 18.6945L12.0833 19.6036L11.6666 18.6945ZM18.0666 15.7612L18.4833 16.6703L18.4833 16.6702L18.0666 15.7612ZM10.8289 18.8853L10.6579 19.8706H10.6579L10.8289 18.8853ZM11.1711 18.8853L11.3421 19.8706H11.3421L11.1711 18.8853ZM18.942 15.0274L18 14.6917L18 14.6917L18.942 15.0274ZM18.6976 15.4082L18 14.6917L18 14.6917L18.6976 15.4082ZM3.05802 15.0274L2.11604 15.363V15.363L3.05802 15.0274ZM3.30238 15.4082L4 14.6917L4 14.6917L3.30238 15.4082ZM10.195 0.784523L0.552786 5.60564L1.44721 7.39449L11.0894 2.57338L10.195 0.784523ZM0.552786 7.39449L10.195 12.2156L11.0894 10.4268L1.44721 5.60564L0.552786 7.39449ZM11.805 12.2156L21.4472 7.39449L20.5528 5.60564L10.9106 10.4268L11.805 12.2156ZM21.4472 5.60564L11.805 0.784523L10.9106 2.57338L20.5528 7.39449L21.4472 5.60564ZM10.195 12.2156C10.2743 12.2553 10.4847 12.3705 10.7234 12.4153L11.0922 10.4496C11.1074 10.4525 11.1218 10.4557 11.1353 10.4593C11.1487 10.4628 11.1603 10.4663 11.1699 10.4695C11.1885 10.4756 11.1989 10.4803 11.1974 10.4796C11.1968 10.4794 11.1942 10.4782 11.1889 10.4758C11.1836 10.4733 11.1766 10.4699 11.1672 10.4653C11.1577 10.4607 11.1468 10.4553 11.1336 10.4488C11.1204 10.4422 11.1061 10.4351 11.0894 10.4268L10.195 12.2156ZM10.9106 10.4268C10.8939 10.4351 10.8796 10.4422 10.8664 10.4488C10.8532 10.4553 10.8423 10.4607 10.8328 10.4653C10.8234 10.4699 10.8164 10.4733 10.8111 10.4758C10.8058 10.4782 10.8032 10.4794 10.8026 10.4796C10.8011 10.4803 10.8115 10.4756 10.8301 10.4695C10.8397 10.4663 10.8513 10.4628 10.8647 10.4593C10.8782 10.4557 10.8926 10.4525 10.9078 10.4496L11.2766 12.4153C11.5153 12.3705 11.7257 12.2553 11.805 12.2156L10.9106 10.4268ZM10.7234 12.4153C10.9062 12.4496 11.0938 12.4496 11.2766 12.4153L10.9078 10.4496C10.9687 10.4382 11.0313 10.4382 11.0922 10.4496L10.7234 12.4153ZM11.0894 2.57338C11.1061 2.56506 11.1204 2.55792 11.1336 2.55133C11.1468 2.54478 11.1577 2.53939 11.1672 2.53479C11.1766 2.53019 11.1836 2.52684 11.1889 2.52437C11.1942 2.52191 11.1968 2.52076 11.1974 2.52051C11.1989 2.51984 11.1885 2.52449 11.1699 2.53064C11.1603 2.53381 11.1487 2.53734 11.1353 2.54086C11.1218 2.54439 11.1074 2.54766 11.0922 2.55051L10.7234 0.584804C10.4847 0.629595 10.2744 0.744855 10.195 0.784523L11.0894 2.57338ZM11.805 0.784523C11.7256 0.744855 11.5153 0.629595 11.2766 0.584804L10.9078 2.55051C10.8926 2.54766 10.8782 2.54439 10.8647 2.54086C10.8513 2.53734 10.8397 2.53381 10.8301 2.53064C10.8115 2.52449 10.8011 2.51984 10.8026 2.52051C10.8032 2.52076 10.8058 2.52191 10.8111 2.52437C10.8164 2.52684 10.8234 2.53019 10.8328 2.53479C10.8423 2.53939 10.8532 2.54478 10.8664 2.55133C10.8796 2.55792 10.8939 2.56506 10.9106 2.57338L11.805 0.784523ZM11.0922 2.55051C11.0313 2.56194 10.9687 2.56194 10.9078 2.55051L11.2766 0.584804C11.0938 0.550508 10.9062 0.550508 10.7234 0.584804L11.0922 2.55051ZM17 12.5001V9.49449H15V12.5001H17ZM16.005 7.88452L11.4472 5.60564L10.5528 7.39449L15.1106 9.67338L16.005 7.88452ZM17 9.49449C17 9.38751 17.013 9.09548 16.918 8.81997L15.0273 9.47212C15.0212 9.45428 15.0161 9.43699 15.012 9.42058C15.0079 9.40427 15.005 9.38991 15.0029 9.37807C14.999 9.35518 14.9983 9.34196 14.9985 9.34492C14.9986 9.34611 14.9988 9.34997 14.999 9.35741C14.9993 9.36485 14.9995 9.37465 14.9996 9.38771C14.9998 9.40078 14.9999 9.41585 15 9.43394C15 9.45212 15 9.47175 15 9.49449H17ZM15.1106 9.67338C15.1309 9.68355 15.1485 9.69233 15.1647 9.7005C15.1808 9.70863 15.1943 9.71546 15.2059 9.72145C15.2175 9.72743 15.2262 9.732 15.2327 9.73554C15.2393 9.73907 15.2426 9.74099 15.2437 9.74159C15.2462 9.74308 15.2347 9.73658 15.216 9.72283C15.2063 9.71571 15.1948 9.7067 15.182 9.69573C15.1692 9.6847 15.156 9.67242 15.1428 9.65894L16.5716 8.2595C16.3677 8.05129 16.1007 7.93237 16.005 7.88452L15.1106 9.67338ZM16.918 8.81997C16.8455 8.60979 16.7272 8.41835 16.5716 8.25951L15.1428 9.65894C15.0909 9.60599 15.0515 9.54218 15.0273 9.47212L16.918 8.81997ZM2 7.50006V14.3067H4V7.50006H2ZM20 14.3067V7.50006H18V14.3067H20ZM3.5167 16.6703L9.9167 19.6036L10.75 17.7855L4.35001 14.8521L3.5167 16.6703ZM12.0833 19.6036L18.4833 16.6703L17.65 14.8521L11.25 17.7855L12.0833 19.6036ZM9.9167 19.6036C10.1138 19.6939 10.3725 19.821 10.6579 19.8706L11 17.9C11.0282 17.9049 11.0359 17.911 10.9962 17.8951C10.9473 17.8756 10.8813 17.8456 10.75 17.7855L9.9167 19.6036ZM11.25 17.7855C11.1187 17.8456 11.0527 17.8756 11.0038 17.8951C10.9641 17.911 10.9718 17.9049 11 17.9L11.3421 19.8706C11.6275 19.821 11.8862 19.6939 12.0833 19.6036L11.25 17.7855ZM10.6579 19.8706C10.8843 19.9099 11.1157 19.9099 11.3421 19.8706L11 17.9H11L10.6579 19.8706ZM18 14.3067C18 14.5051 17.9995 14.6075 17.9948 14.6816C17.9908 14.7437 17.9864 14.7299 18 14.6917L19.884 15.363C20.0139 14.9984 20 14.6031 20 14.3067H18ZM18.4833 16.6702C18.7528 16.5467 19.1179 16.3947 19.3952 16.1246L18 14.6917C18.0291 14.6634 18.0434 14.6617 17.9886 14.6912C17.9233 14.7264 17.8304 14.7695 17.65 14.8521L18.4833 16.6702ZM18 14.6917V14.6917L19.3952 16.1246C19.6142 15.9114 19.7814 15.6509 19.884 15.363L18 14.6917ZM2 14.3067C2 14.6032 1.9861 14.9984 2.11604 15.363L4 14.6917C4.01361 14.7299 4.00918 14.7437 4.00521 14.6816C4.00047 14.6075 4 14.5051 4 14.3067H2ZM4.35001 14.8521C4.16965 14.7695 4.07675 14.7264 4.01138 14.6912C3.95658 14.6617 3.97094 14.6634 4 14.6917L2.60476 16.1246C2.88209 16.3947 3.2472 16.5467 3.51669 16.6702L4.35001 14.8521ZM2.11604 15.363C2.21862 15.6509 2.3858 15.9114 2.60476 16.1246L4 14.6917H4L2.11604 15.363Z' fill='black'/%3e %3c/svg%3e")}.u-icon--book-closed{mask-image:url("data:image/svg+xml,%3csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 20.673L2.18404 21.564L2.63803 20.673ZM1.32698 19.362L0.435974 19.816L1.32698 19.362ZM16.782 19.908L15.891 19.454L16.782 19.908ZM15.908 20.782L15.454 19.891L15.908 20.782ZM15.908 1.21799L15.454 2.10899L15.908 1.21799ZM16.782 2.09202L15.891 2.54601L16.782 2.09202ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM17 15H18C18 14.4477 17.5523 14 17 14V15ZM16 18C16 18.5523 16.4477 19 17 19C17.5523 19 18 18.5523 18 18H16ZM0 18C0 18.5523 0.447715 19 1 19C1.55228 19 2 18.5523 2 18H0ZM5.8 2H13.8V0H5.8V2ZM16 4.2V17.8H18V4.2H16ZM13.8 20H5.8V22H13.8V20ZM2 16.2V5.8H0V16.2H2ZM5.8 20C4.94342 20 4.36113 19.9992 3.91104 19.9624C3.47262 19.9266 3.24842 19.8617 3.09202 19.782L2.18404 21.564C2.66937 21.8113 3.18608 21.9099 3.74817 21.9558C4.2986 22.0008 4.97642 22 5.8 22V20ZM0 16.2C0 17.0236 -0.000777721 17.7014 0.0441936 18.2518C0.0901188 18.8139 0.188683 19.3306 0.435974 19.816L2.21799 18.908C2.1383 18.7516 2.07337 18.5274 2.03755 18.089C2.00078 17.6389 2 17.0566 2 16.2H0ZM3.09202 19.782C2.7157 19.5903 2.40973 19.2843 2.21799 18.908L0.435974 19.816C0.819467 20.5686 1.43139 21.1805 2.18404 21.564L3.09202 19.782ZM16 17.8C16 18.3766 15.9992 18.7488 15.9761 19.0322C15.9539 19.3038 15.9162 19.4045 15.891 19.454L17.673 20.362C17.8658 19.9836 17.9371 19.5904 17.9694 19.195C18.0008 18.8114 18 18.3436 18 17.8H16ZM13.8 22C14.3436 22 14.8114 22.0008 15.195 21.9694C15.5904 21.9371 15.9836 21.8658 16.362 21.673L15.454 19.891C15.4045 19.9162 15.3038 19.9539 15.0322 19.9761C14.7488 19.9992 14.3766 20 13.8 20V22ZM15.891 19.454C15.7951 19.6422 15.6422 19.7951 15.454 19.891L16.362 21.673C16.9265 21.3854 17.3854 20.9265 17.673 20.362L15.891 19.454ZM13.8 2C14.3766 2 14.7488 2.00078 15.0322 2.02393C15.3038 2.04612 15.4045 2.0838 15.454 2.10899L16.362 0.32698C15.9836 0.134186 15.5904 0.0628704 15.195 0.0305694C14.8114 -0.000777721 14.3436 0 13.8 0V2ZM18 4.2C18 3.65645 18.0008 3.18864 17.9694 2.80497C17.9371 2.40963 17.8658 2.01641 17.673 1.63803L15.891 2.54601C15.9162 2.59545 15.9539 2.69617 15.9761 2.96784C15.9992 3.25117 16 3.62345 16 4.2H18ZM15.454 2.10899C15.6422 2.20487 15.7951 2.35785 15.891 2.54601L17.673 1.63803C17.3854 1.07354 16.9265 0.614601 16.362 0.32698L15.454 2.10899ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM4 16H17V14H4V16ZM16 15V18H18V15H16ZM4 14C1.79086 14 0 15.7909 0 18H2C2 16.8954 2.89543 16 4 16V14Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 20.673L2.18404 21.564L2.63803 20.673ZM1.32698 19.362L0.435974 19.816L1.32698 19.362ZM16.782 19.908L15.891 19.454L16.782 19.908ZM15.908 20.782L15.454 19.891L15.908 20.782ZM15.908 1.21799L15.454 2.10899L15.908 1.21799ZM16.782 2.09202L15.891 2.54601L16.782 2.09202ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM17 15H18C18 14.4477 17.5523 14 17 14V15ZM16 18C16 18.5523 16.4477 19 17 19C17.5523 19 18 18.5523 18 18H16ZM0 18C0 18.5523 0.447715 19 1 19C1.55228 19 2 18.5523 2 18H0ZM5.8 2H13.8V0H5.8V2ZM16 4.2V17.8H18V4.2H16ZM13.8 20H5.8V22H13.8V20ZM2 16.2V5.8H0V16.2H2ZM5.8 20C4.94342 20 4.36113 19.9992 3.91104 19.9624C3.47262 19.9266 3.24842 19.8617 3.09202 19.782L2.18404 21.564C2.66937 21.8113 3.18608 21.9099 3.74817 21.9558C4.2986 22.0008 4.97642 22 5.8 22V20ZM0 16.2C0 17.0236 -0.000777721 17.7014 0.0441936 18.2518C0.0901188 18.8139 0.188683 19.3306 0.435974 19.816L2.21799 18.908C2.1383 18.7516 2.07337 18.5274 2.03755 18.089C2.00078 17.6389 2 17.0566 2 16.2H0ZM3.09202 19.782C2.7157 19.5903 2.40973 19.2843 2.21799 18.908L0.435974 19.816C0.819467 20.5686 1.43139 21.1805 2.18404 21.564L3.09202 19.782ZM16 17.8C16 18.3766 15.9992 18.7488 15.9761 19.0322C15.9539 19.3038 15.9162 19.4045 15.891 19.454L17.673 20.362C17.8658 19.9836 17.9371 19.5904 17.9694 19.195C18.0008 18.8114 18 18.3436 18 17.8H16ZM13.8 22C14.3436 22 14.8114 22.0008 15.195 21.9694C15.5904 21.9371 15.9836 21.8658 16.362 21.673L15.454 19.891C15.4045 19.9162 15.3038 19.9539 15.0322 19.9761C14.7488 19.9992 14.3766 20 13.8 20V22ZM15.891 19.454C15.7951 19.6422 15.6422 19.7951 15.454 19.891L16.362 21.673C16.9265 21.3854 17.3854 20.9265 17.673 20.362L15.891 19.454ZM13.8 2C14.3766 2 14.7488 2.00078 15.0322 2.02393C15.3038 2.04612 15.4045 2.0838 15.454 2.10899L16.362 0.32698C15.9836 0.134186 15.5904 0.0628704 15.195 0.0305694C14.8114 -0.000777721 14.3436 0 13.8 0V2ZM18 4.2C18 3.65645 18.0008 3.18864 17.9694 2.80497C17.9371 2.40963 17.8658 2.01641 17.673 1.63803L15.891 2.54601C15.9162 2.59545 15.9539 2.69617 15.9761 2.96784C15.9992 3.25117 16 3.62345 16 4.2H18ZM15.454 2.10899C15.6422 2.20487 15.7951 2.35785 15.891 2.54601L17.673 1.63803C17.3854 1.07354 16.9265 0.614601 16.362 0.32698L15.454 2.10899ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM4 16H17V14H4V16ZM16 15V18H18V15H16ZM4 14C1.79086 14 0 15.7909 0 18H2C2 16.8954 2.89543 16 4 16V14Z' fill='black'/%3e %3c/svg%3e")}.u-icon--bookshelf{mask-image:url("data:image/svg+xml,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.9448 8.26292L16.9523 6.93786M14.1063 16.1122L19.1177 14.8012M5.74978 2.18853C5.74978 1.53272 5.21814 1.00109 4.56234 1.00109H2.18745C1.53164 1.00109 1 1.53272 1 2.18853V18.8128C1 19.4686 1.53164 20.0002 2.18745 20.0002H4.56234C5.21814 20.0002 5.74978 19.4686 5.74978 18.8128M5.74978 2.18853V18.8128M5.74978 2.18853C5.74978 1.53272 6.28142 1.00109 6.93723 1.00109H9.31212C9.96792 1.00109 10.4996 1.53272 10.4996 2.18853V18.8128C10.4996 19.4686 9.96792 20.0002 9.31212 20.0002H6.93723C6.28142 20.0002 5.74978 19.4686 5.74978 18.8128M1 5.75087H5.74978M5.74978 15.2504H10.4996M11.4509 1.6656L14.0442 1.03625C14.7116 0.875949 15.3896 1.26187 15.5665 1.90546L19.9542 17.8386C20.0316 18.1303 19.9973 18.4404 19.858 18.7081C19.7188 18.9759 19.4846 19.182 19.2013 19.2861L19.0434 19.3348L16.45 19.9641C15.7827 20.1244 15.1046 19.7385 14.9277 19.0949L10.5401 3.16178C10.4627 2.87008 10.497 2.56 10.6362 2.29225C10.7755 2.02451 11.0097 1.8184 11.2929 1.71428L11.4509 1.6656Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.9448 8.26292L16.9523 6.93786M14.1063 16.1122L19.1177 14.8012M5.74978 2.18853C5.74978 1.53272 5.21814 1.00109 4.56234 1.00109H2.18745C1.53164 1.00109 1 1.53272 1 2.18853V18.8128C1 19.4686 1.53164 20.0002 2.18745 20.0002H4.56234C5.21814 20.0002 5.74978 19.4686 5.74978 18.8128M5.74978 2.18853V18.8128M5.74978 2.18853C5.74978 1.53272 6.28142 1.00109 6.93723 1.00109H9.31212C9.96792 1.00109 10.4996 1.53272 10.4996 2.18853V18.8128C10.4996 19.4686 9.96792 20.0002 9.31212 20.0002H6.93723C6.28142 20.0002 5.74978 19.4686 5.74978 18.8128M1 5.75087H5.74978M5.74978 15.2504H10.4996M11.4509 1.6656L14.0442 1.03625C14.7116 0.875949 15.3896 1.26187 15.5665 1.90546L19.9542 17.8386C20.0316 18.1303 19.9973 18.4404 19.858 18.7081C19.7188 18.9759 19.4846 19.182 19.2013 19.2861L19.0434 19.3348L16.45 19.9641C15.7827 20.1244 15.1046 19.7385 14.9277 19.0949L10.5401 3.16178C10.4627 2.87008 10.497 2.56 10.6362 2.29225C10.7755 2.02451 11.0097 1.8184 11.2929 1.71428L11.4509 1.6656Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--building{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--check-circle{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--chevron{mask-image:url("data:image/svg+xml,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.29289 15.7071C7.68342 16.0976 8.31658 16.0976 8.70711 15.7071C9.09763 15.3166 9.09763 14.6834 8.70711 14.2929L7.29289 15.7071ZM1 8L0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L1 8ZM8.70711 1.70711C9.09763 1.31658 9.09763 0.683417 8.70711 0.292893C8.31658 -0.0976311 7.68342 -0.0976311 7.29289 0.292893L8.70711 1.70711ZM8.70711 14.2929L1.70711 7.29289L0.292893 8.70711L7.29289 15.7071L8.70711 14.2929ZM1.70711 8.70711L8.70711 1.70711L7.29289 0.292893L0.292893 7.29289L1.70711 8.70711Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.29289 15.7071C7.68342 16.0976 8.31658 16.0976 8.70711 15.7071C9.09763 15.3166 9.09763 14.6834 8.70711 14.2929L7.29289 15.7071ZM1 8L0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L1 8ZM8.70711 1.70711C9.09763 1.31658 9.09763 0.683417 8.70711 0.292893C8.31658 -0.0976311 7.68342 -0.0976311 7.29289 0.292893L8.70711 1.70711ZM8.70711 14.2929L1.70711 7.29289L0.292893 8.70711L7.29289 15.7071L8.70711 14.2929ZM1.70711 8.70711L8.70711 1.70711L7.29289 0.292893L0.292893 7.29289L1.70711 8.70711Z' fill='black'/%3e %3c/svg%3e")}.u-icon--class-admin{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 19C20 19.5523 20.4477 20 21 20C21.5523 20 22 19.5523 22 19H20ZM18.2493 12.1576C17.7144 12.0199 17.1692 12.3419 17.0316 12.8768C16.8939 13.4116 17.2159 13.9568 17.7507 14.0945L18.2493 12.1576ZM14.8752 0.363821C14.3633 0.156595 13.7803 0.40361 13.5731 0.915544C13.3658 1.42748 13.6129 2.01047 14.1248 2.2177L14.8752 0.363821ZM14.1248 7.7823C13.6129 7.98953 13.3658 8.57252 13.5731 9.08446C13.7803 9.59639 14.3633 9.8434 14.8752 9.63618L14.1248 7.7823ZM13.5307 13.3045L13.9134 12.3806L13.5307 13.3045ZM15 19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19H15ZM15.6955 15.4693L16.6194 15.0866V15.0866L15.6955 15.4693ZM3.46927 13.3045L3.08658 12.3806L3.46927 13.3045ZM0 19C0 19.5523 0.447715 20 1 20C1.55228 20 2 19.5523 2 19H0ZM1.30448 15.4693L0.380602 15.0866H0.380602L1.30448 15.4693ZM20 17V19H22V17H20ZM17.7507 14.0945C19.0449 14.4275 20 15.6035 20 17H22C22 14.6688 20.4056 12.7126 18.2493 12.1576L17.7507 14.0945ZM14.1248 2.2177C15.2261 2.66348 16 3.74256 16 5H18C18 2.90006 16.7058 1.10481 14.8752 0.363821L14.1248 2.2177ZM16 5C16 6.25744 15.2261 7.33652 14.1248 7.7823L14.8752 9.63618C16.7058 8.89519 18 7.09994 18 5H16ZM7 14H10V12H7V14ZM10 14C10.9456 14 11.6047 14.0005 12.1206 14.0357C12.6275 14.0703 12.9227 14.135 13.1481 14.2284L13.9134 12.3806C13.4037 12.1695 12.8654 12.0819 12.2567 12.0404C11.6569 11.9995 10.9182 12 10 12V14ZM17 19C17 18.0818 17.0005 17.3431 16.9596 16.7433C16.9181 16.1346 16.8305 15.5963 16.6194 15.0866L14.7716 15.8519C14.865 16.0773 14.9297 16.3725 14.9643 16.8794C14.9995 17.3953 15 18.0544 15 19H17ZM13.1481 14.2284C13.8831 14.5328 14.4672 15.1169 14.7716 15.8519L16.6194 15.0866C16.1119 13.8614 15.1386 12.8881 13.9134 12.3806L13.1481 14.2284ZM7 12C6.0818 12 5.34307 11.9995 4.74331 12.0404C4.13456 12.0819 3.59628 12.1695 3.08658 12.3806L3.85195 14.2284C4.07733 14.135 4.37254 14.0703 4.87945 14.0357C5.39534 14.0005 6.05443 14 7 14V12ZM2 19C2 18.0544 2.00054 17.3953 2.03574 16.8794C2.07033 16.3725 2.135 16.0773 2.22836 15.8519L0.380602 15.0866C0.169478 15.5963 0.0819139 16.1346 0.0403798 16.7433C-0.000541568 17.3431 0 18.0818 0 19H2ZM3.08658 12.3806C1.86144 12.8881 0.888072 13.8614 0.380602 15.0866L2.22836 15.8519C2.53284 15.1169 3.11687 14.5328 3.85195 14.2284L3.08658 12.3806ZM11.5 5C11.5 6.65685 10.1569 8 8.5 8V10C11.2614 10 13.5 7.76142 13.5 5H11.5ZM8.5 8C6.84315 8 5.5 6.65685 5.5 5H3.5C3.5 7.76142 5.73858 10 8.5 10V8ZM5.5 5C5.5 3.34315 6.84315 2 8.5 2V0C5.73858 0 3.5 2.23858 3.5 5H5.5ZM8.5 2C10.1569 2 11.5 3.34315 11.5 5H13.5C13.5 2.23858 11.2614 0 8.5 0V2Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 19C20 19.5523 20.4477 20 21 20C21.5523 20 22 19.5523 22 19H20ZM18.2493 12.1576C17.7144 12.0199 17.1692 12.3419 17.0316 12.8768C16.8939 13.4116 17.2159 13.9568 17.7507 14.0945L18.2493 12.1576ZM14.8752 0.363821C14.3633 0.156595 13.7803 0.40361 13.5731 0.915544C13.3658 1.42748 13.6129 2.01047 14.1248 2.2177L14.8752 0.363821ZM14.1248 7.7823C13.6129 7.98953 13.3658 8.57252 13.5731 9.08446C13.7803 9.59639 14.3633 9.8434 14.8752 9.63618L14.1248 7.7823ZM13.5307 13.3045L13.9134 12.3806L13.5307 13.3045ZM15 19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19H15ZM15.6955 15.4693L16.6194 15.0866V15.0866L15.6955 15.4693ZM3.46927 13.3045L3.08658 12.3806L3.46927 13.3045ZM0 19C0 19.5523 0.447715 20 1 20C1.55228 20 2 19.5523 2 19H0ZM1.30448 15.4693L0.380602 15.0866H0.380602L1.30448 15.4693ZM20 17V19H22V17H20ZM17.7507 14.0945C19.0449 14.4275 20 15.6035 20 17H22C22 14.6688 20.4056 12.7126 18.2493 12.1576L17.7507 14.0945ZM14.1248 2.2177C15.2261 2.66348 16 3.74256 16 5H18C18 2.90006 16.7058 1.10481 14.8752 0.363821L14.1248 2.2177ZM16 5C16 6.25744 15.2261 7.33652 14.1248 7.7823L14.8752 9.63618C16.7058 8.89519 18 7.09994 18 5H16ZM7 14H10V12H7V14ZM10 14C10.9456 14 11.6047 14.0005 12.1206 14.0357C12.6275 14.0703 12.9227 14.135 13.1481 14.2284L13.9134 12.3806C13.4037 12.1695 12.8654 12.0819 12.2567 12.0404C11.6569 11.9995 10.9182 12 10 12V14ZM17 19C17 18.0818 17.0005 17.3431 16.9596 16.7433C16.9181 16.1346 16.8305 15.5963 16.6194 15.0866L14.7716 15.8519C14.865 16.0773 14.9297 16.3725 14.9643 16.8794C14.9995 17.3953 15 18.0544 15 19H17ZM13.1481 14.2284C13.8831 14.5328 14.4672 15.1169 14.7716 15.8519L16.6194 15.0866C16.1119 13.8614 15.1386 12.8881 13.9134 12.3806L13.1481 14.2284ZM7 12C6.0818 12 5.34307 11.9995 4.74331 12.0404C4.13456 12.0819 3.59628 12.1695 3.08658 12.3806L3.85195 14.2284C4.07733 14.135 4.37254 14.0703 4.87945 14.0357C5.39534 14.0005 6.05443 14 7 14V12ZM2 19C2 18.0544 2.00054 17.3953 2.03574 16.8794C2.07033 16.3725 2.135 16.0773 2.22836 15.8519L0.380602 15.0866C0.169478 15.5963 0.0819139 16.1346 0.0403798 16.7433C-0.000541568 17.3431 0 18.0818 0 19H2ZM3.08658 12.3806C1.86144 12.8881 0.888072 13.8614 0.380602 15.0866L2.22836 15.8519C2.53284 15.1169 3.11687 14.5328 3.85195 14.2284L3.08658 12.3806ZM11.5 5C11.5 6.65685 10.1569 8 8.5 8V10C11.2614 10 13.5 7.76142 13.5 5H11.5ZM8.5 8C6.84315 8 5.5 6.65685 5.5 5H3.5C3.5 7.76142 5.73858 10 8.5 10V8ZM5.5 5C5.5 3.34315 6.84315 2 8.5 2V0C5.73858 0 3.5 2.23858 3.5 5H5.5ZM8.5 2C10.1569 2 11.5 3.34315 11.5 5H13.5C13.5 2.23858 11.2614 0 8.5 0V2Z' fill='black'/%3e %3c/svg%3e")}.u-icon--clock{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.0002 10V20L26.6668 23.3334M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.0002 10V20L26.6668 23.3334M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--close{mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.7071 1.70711C16.0976 1.31658 16.0976 0.683417 15.7071 0.292893C15.3166 -0.0976311 14.6834 -0.0976311 14.2929 0.292893L15.7071 1.70711ZM0.292893 14.2929C-0.0976311 14.6834 -0.0976311 15.3166 0.292893 15.7071C0.683417 16.0976 1.31658 16.0976 1.70711 15.7071L0.292893 14.2929ZM1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.2929 15.7071ZM14.2929 0.292893L0.292893 14.2929L1.70711 15.7071L15.7071 1.70711L14.2929 0.292893ZM0.292893 1.70711L14.2929 15.7071L15.7071 14.2929L1.70711 0.292893L0.292893 1.70711Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.7071 1.70711C16.0976 1.31658 16.0976 0.683417 15.7071 0.292893C15.3166 -0.0976311 14.6834 -0.0976311 14.2929 0.292893L15.7071 1.70711ZM0.292893 14.2929C-0.0976311 14.6834 -0.0976311 15.3166 0.292893 15.7071C0.683417 16.0976 1.31658 16.0976 1.70711 15.7071L0.292893 14.2929ZM1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.2929 15.7071ZM14.2929 0.292893L0.292893 14.2929L1.70711 15.7071L15.7071 1.70711L14.2929 0.292893ZM0.292893 1.70711L14.2929 15.7071L15.7071 14.2929L1.70711 0.292893L0.292893 1.70711Z' fill='black'/%3e %3c/svg%3e")}.u-icon--copy{mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.15353 35.3034L4.83451 33.9668L4.15353 35.3034ZM2.69681 33.8466L4.03332 33.1657L2.69681 33.8466ZM25.3035 33.8466L23.967 33.1657L25.3035 33.8466ZM23.8468 35.3034L23.1658 33.9668L23.8468 35.3034ZM23.8468 12.6966L23.1658 14.0332L23.8468 12.6966ZM25.3035 14.1534L23.967 14.8344L25.3035 14.1534ZM4.15353 12.6966L4.83451 14.0332L4.15353 12.6966ZM2.69681 14.1534L4.03332 14.8344L2.69681 14.1534ZM10.8335 12.3333C10.8335 13.1618 11.5051 13.8333 12.3335 13.8333C13.1619 13.8333 13.8335 13.1618 13.8335 12.3333H10.8335ZM25.6668 24.1667C24.8384 24.1667 24.1668 24.8382 24.1668 25.6667C24.1668 26.4951 24.8384 27.1667 25.6668 27.1667V24.1667ZM33.8468 25.3034L33.1658 23.9668L33.1658 23.9668L33.8468 25.3034ZM35.3035 23.8466L33.967 23.1656V23.1656L35.3035 23.8466ZM33.8468 2.69664L33.1658 4.03315L33.1658 4.03315L33.8468 2.69664ZM35.3035 4.15336L33.967 4.83435V4.83435L35.3035 4.15336ZM14.1535 2.69664L13.4725 1.36013V1.36013L14.1535 2.69664ZM12.6968 4.15336L11.3603 3.47238V3.47238L12.6968 4.15336ZM7.66683 13.8333H20.3335V10.8333H7.66683V13.8333ZM24.1668 17.6667V30.3333H27.1668V17.6667H24.1668ZM20.3335 34.1667H7.66683V37.1667H20.3335V34.1667ZM3.8335 30.3333V17.6667H0.833496V30.3333H3.8335ZM7.66683 34.1667C6.70866 34.1667 6.08024 34.1655 5.59965 34.1262C5.13657 34.0884 4.94433 34.0228 4.83451 33.9668L3.47254 36.6399C4.07576 36.9472 4.70675 37.0633 5.35535 37.1163C5.98645 37.1678 6.75816 37.1667 7.66683 37.1667V34.1667ZM0.833496 30.3333C0.833496 31.242 0.83233 32.0137 0.883892 32.6448C0.936885 33.2934 1.05294 33.9244 1.3603 34.5276L4.03332 33.1657C3.97736 33.0558 3.91176 32.8636 3.87393 32.4005C3.83466 31.9199 3.8335 31.2915 3.8335 30.3333H0.833496ZM4.83451 33.9668C4.48955 33.7911 4.20908 33.5106 4.03332 33.1657L1.3603 34.5276C1.82369 35.4371 2.56309 36.1765 3.47254 36.6399L4.83451 33.9668ZM24.1668 30.3333C24.1668 31.2915 24.1657 31.9199 24.1264 32.4005C24.0886 32.8636 24.023 33.0558 23.967 33.1657L26.64 34.5276C26.9474 33.9244 27.0634 33.2934 27.1164 32.6448C27.168 32.0137 27.1668 31.242 27.1668 30.3333H24.1668ZM20.3335 37.1667C21.2422 37.1667 22.0139 37.1678 22.645 37.1163C23.2936 37.0633 23.9246 36.9472 24.5278 36.6399L23.1658 33.9668C23.056 34.0228 22.8638 34.0884 22.4007 34.1262C21.9201 34.1655 21.2917 34.1667 20.3335 34.1667V37.1667ZM23.967 33.1657C23.7912 33.5106 23.5108 33.7911 23.1658 33.9668L24.5278 36.6399C25.4372 36.1765 26.1766 35.4371 26.64 34.5276L23.967 33.1657ZM20.3335 13.8333C21.2917 13.8333 21.9201 13.8345 22.4007 13.8738C22.8638 13.9116 23.056 13.9772 23.1658 14.0332L24.5278 11.3601C23.9246 11.0528 23.2936 10.9367 22.645 10.8837C22.0139 10.8322 21.2422 10.8333 20.3335 10.8333V13.8333ZM27.1668 17.6667C27.1668 16.758 27.168 15.9863 27.1164 15.3552C27.0634 14.7066 26.9474 14.0756 26.64 13.4724L23.967 14.8344C24.023 14.9442 24.0886 15.1364 24.1264 15.5995C24.1657 16.0801 24.1668 16.7085 24.1668 17.6667H27.1668ZM23.1658 14.0332C23.5108 14.2089 23.7912 14.4894 23.967 14.8344L26.64 13.4724C26.1766 12.5629 25.4372 11.8235 24.5278 11.3601L23.1658 14.0332ZM7.66683 10.8333C6.75816 10.8333 5.98645 10.8322 5.35535 10.8837C4.70675 10.9367 4.07576 11.0528 3.47254 11.3601L4.83451 14.0332C4.94433 13.9772 5.13657 13.9116 5.59965 13.8738C6.08024 13.8345 6.70866 13.8333 7.66683 13.8333V10.8333ZM3.8335 17.6667C3.8335 16.7085 3.83466 16.0801 3.87393 15.5995C3.91176 15.1364 3.97736 14.9442 4.03332 14.8344L1.3603 13.4724C1.05294 14.0756 0.936885 14.7066 0.883892 15.3552C0.83233 15.9863 0.833496 16.758 0.833496 17.6667H3.8335ZM3.47254 11.3601C2.56309 11.8235 1.82369 12.5629 1.3603 13.4724L4.03332 14.8344C4.20909 14.4894 4.48955 14.2089 4.83451 14.0332L3.47254 11.3601ZM17.6668 3.83333H30.3335V0.833333H17.6668V3.83333ZM13.8335 12.3333V7.66667H10.8335V12.3333H13.8335ZM30.3335 24.1667H25.6668V27.1667H30.3335V24.1667ZM34.1668 7.66667V20.3333H37.1668V7.66667H34.1668ZM30.3335 27.1667C31.2422 27.1667 32.0139 27.1678 32.645 27.1163C33.2936 27.0633 33.9246 26.9472 34.5278 26.6399L33.1658 23.9668C33.056 24.0228 32.8638 24.0884 32.4007 24.1262C31.9201 24.1655 31.2917 24.1667 30.3335 24.1667V27.1667ZM34.1668 20.3333C34.1668 21.2915 34.1657 21.9199 34.1264 22.4005C34.0886 22.8636 34.023 23.0558 33.967 23.1656L36.64 24.5276C36.9474 23.9244 37.0634 23.2934 37.1164 22.6448C37.168 22.0137 37.1668 21.242 37.1668 20.3333H34.1668ZM34.5278 26.6399C35.4372 26.1765 36.1766 25.4371 36.64 24.5276L33.967 23.1656C33.7912 23.5106 33.5108 23.7911 33.1658 23.9668L34.5278 26.6399ZM30.3335 3.83333C31.2917 3.83333 31.9201 3.8345 32.4007 3.87377C32.8638 3.9116 33.056 3.9772 33.1658 4.03315L34.5278 1.36014C33.9246 1.05278 33.2936 0.936721 32.645 0.883729C32.0139 0.832166 31.2422 0.833333 30.3335 0.833333V3.83333ZM37.1668 7.66667C37.1668 6.758 37.168 5.98628 37.1164 5.35519C37.0634 4.70659 36.9474 4.0756 36.64 3.47238L33.967 4.83435C34.023 4.94417 34.0886 5.13641 34.1264 5.59949C34.1657 6.08008 34.1668 6.70849 34.1668 7.66667H37.1668ZM33.1658 4.03315C33.5108 4.20892 33.7912 4.48938 33.967 4.83435L36.64 3.47238C36.1766 2.56293 35.4372 1.82352 34.5278 1.36013L33.1658 4.03315ZM17.6668 0.833333C16.7582 0.833333 15.9864 0.832166 15.3554 0.883729C14.7068 0.936721 14.0758 1.05278 13.4725 1.36013L14.8345 4.03315C14.9443 3.9772 15.1366 3.9116 15.5997 3.87377C16.0802 3.8345 16.7087 3.83333 17.6668 3.83333V0.833333ZM13.8335 7.66667C13.8335 6.70849 13.8347 6.08008 13.8739 5.59949C13.9118 5.13641 13.9774 4.94417 14.0333 4.83435L11.3603 3.47238C11.0529 4.0756 10.9369 4.70659 10.8839 5.35519C10.8323 5.98628 10.8335 6.758 10.8335 7.66667H13.8335ZM13.4725 1.36013C12.5631 1.82352 11.8237 2.56293 11.3603 3.47238L14.0333 4.83435C14.2091 4.48939 14.4895 4.20892 14.8345 4.03315L13.4725 1.36013Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.15353 35.3034L4.83451 33.9668L4.15353 35.3034ZM2.69681 33.8466L4.03332 33.1657L2.69681 33.8466ZM25.3035 33.8466L23.967 33.1657L25.3035 33.8466ZM23.8468 35.3034L23.1658 33.9668L23.8468 35.3034ZM23.8468 12.6966L23.1658 14.0332L23.8468 12.6966ZM25.3035 14.1534L23.967 14.8344L25.3035 14.1534ZM4.15353 12.6966L4.83451 14.0332L4.15353 12.6966ZM2.69681 14.1534L4.03332 14.8344L2.69681 14.1534ZM10.8335 12.3333C10.8335 13.1618 11.5051 13.8333 12.3335 13.8333C13.1619 13.8333 13.8335 13.1618 13.8335 12.3333H10.8335ZM25.6668 24.1667C24.8384 24.1667 24.1668 24.8382 24.1668 25.6667C24.1668 26.4951 24.8384 27.1667 25.6668 27.1667V24.1667ZM33.8468 25.3034L33.1658 23.9668L33.1658 23.9668L33.8468 25.3034ZM35.3035 23.8466L33.967 23.1656V23.1656L35.3035 23.8466ZM33.8468 2.69664L33.1658 4.03315L33.1658 4.03315L33.8468 2.69664ZM35.3035 4.15336L33.967 4.83435V4.83435L35.3035 4.15336ZM14.1535 2.69664L13.4725 1.36013V1.36013L14.1535 2.69664ZM12.6968 4.15336L11.3603 3.47238V3.47238L12.6968 4.15336ZM7.66683 13.8333H20.3335V10.8333H7.66683V13.8333ZM24.1668 17.6667V30.3333H27.1668V17.6667H24.1668ZM20.3335 34.1667H7.66683V37.1667H20.3335V34.1667ZM3.8335 30.3333V17.6667H0.833496V30.3333H3.8335ZM7.66683 34.1667C6.70866 34.1667 6.08024 34.1655 5.59965 34.1262C5.13657 34.0884 4.94433 34.0228 4.83451 33.9668L3.47254 36.6399C4.07576 36.9472 4.70675 37.0633 5.35535 37.1163C5.98645 37.1678 6.75816 37.1667 7.66683 37.1667V34.1667ZM0.833496 30.3333C0.833496 31.242 0.83233 32.0137 0.883892 32.6448C0.936885 33.2934 1.05294 33.9244 1.3603 34.5276L4.03332 33.1657C3.97736 33.0558 3.91176 32.8636 3.87393 32.4005C3.83466 31.9199 3.8335 31.2915 3.8335 30.3333H0.833496ZM4.83451 33.9668C4.48955 33.7911 4.20908 33.5106 4.03332 33.1657L1.3603 34.5276C1.82369 35.4371 2.56309 36.1765 3.47254 36.6399L4.83451 33.9668ZM24.1668 30.3333C24.1668 31.2915 24.1657 31.9199 24.1264 32.4005C24.0886 32.8636 24.023 33.0558 23.967 33.1657L26.64 34.5276C26.9474 33.9244 27.0634 33.2934 27.1164 32.6448C27.168 32.0137 27.1668 31.242 27.1668 30.3333H24.1668ZM20.3335 37.1667C21.2422 37.1667 22.0139 37.1678 22.645 37.1163C23.2936 37.0633 23.9246 36.9472 24.5278 36.6399L23.1658 33.9668C23.056 34.0228 22.8638 34.0884 22.4007 34.1262C21.9201 34.1655 21.2917 34.1667 20.3335 34.1667V37.1667ZM23.967 33.1657C23.7912 33.5106 23.5108 33.7911 23.1658 33.9668L24.5278 36.6399C25.4372 36.1765 26.1766 35.4371 26.64 34.5276L23.967 33.1657ZM20.3335 13.8333C21.2917 13.8333 21.9201 13.8345 22.4007 13.8738C22.8638 13.9116 23.056 13.9772 23.1658 14.0332L24.5278 11.3601C23.9246 11.0528 23.2936 10.9367 22.645 10.8837C22.0139 10.8322 21.2422 10.8333 20.3335 10.8333V13.8333ZM27.1668 17.6667C27.1668 16.758 27.168 15.9863 27.1164 15.3552C27.0634 14.7066 26.9474 14.0756 26.64 13.4724L23.967 14.8344C24.023 14.9442 24.0886 15.1364 24.1264 15.5995C24.1657 16.0801 24.1668 16.7085 24.1668 17.6667H27.1668ZM23.1658 14.0332C23.5108 14.2089 23.7912 14.4894 23.967 14.8344L26.64 13.4724C26.1766 12.5629 25.4372 11.8235 24.5278 11.3601L23.1658 14.0332ZM7.66683 10.8333C6.75816 10.8333 5.98645 10.8322 5.35535 10.8837C4.70675 10.9367 4.07576 11.0528 3.47254 11.3601L4.83451 14.0332C4.94433 13.9772 5.13657 13.9116 5.59965 13.8738C6.08024 13.8345 6.70866 13.8333 7.66683 13.8333V10.8333ZM3.8335 17.6667C3.8335 16.7085 3.83466 16.0801 3.87393 15.5995C3.91176 15.1364 3.97736 14.9442 4.03332 14.8344L1.3603 13.4724C1.05294 14.0756 0.936885 14.7066 0.883892 15.3552C0.83233 15.9863 0.833496 16.758 0.833496 17.6667H3.8335ZM3.47254 11.3601C2.56309 11.8235 1.82369 12.5629 1.3603 13.4724L4.03332 14.8344C4.20909 14.4894 4.48955 14.2089 4.83451 14.0332L3.47254 11.3601ZM17.6668 3.83333H30.3335V0.833333H17.6668V3.83333ZM13.8335 12.3333V7.66667H10.8335V12.3333H13.8335ZM30.3335 24.1667H25.6668V27.1667H30.3335V24.1667ZM34.1668 7.66667V20.3333H37.1668V7.66667H34.1668ZM30.3335 27.1667C31.2422 27.1667 32.0139 27.1678 32.645 27.1163C33.2936 27.0633 33.9246 26.9472 34.5278 26.6399L33.1658 23.9668C33.056 24.0228 32.8638 24.0884 32.4007 24.1262C31.9201 24.1655 31.2917 24.1667 30.3335 24.1667V27.1667ZM34.1668 20.3333C34.1668 21.2915 34.1657 21.9199 34.1264 22.4005C34.0886 22.8636 34.023 23.0558 33.967 23.1656L36.64 24.5276C36.9474 23.9244 37.0634 23.2934 37.1164 22.6448C37.168 22.0137 37.1668 21.242 37.1668 20.3333H34.1668ZM34.5278 26.6399C35.4372 26.1765 36.1766 25.4371 36.64 24.5276L33.967 23.1656C33.7912 23.5106 33.5108 23.7911 33.1658 23.9668L34.5278 26.6399ZM30.3335 3.83333C31.2917 3.83333 31.9201 3.8345 32.4007 3.87377C32.8638 3.9116 33.056 3.9772 33.1658 4.03315L34.5278 1.36014C33.9246 1.05278 33.2936 0.936721 32.645 0.883729C32.0139 0.832166 31.2422 0.833333 30.3335 0.833333V3.83333ZM37.1668 7.66667C37.1668 6.758 37.168 5.98628 37.1164 5.35519C37.0634 4.70659 36.9474 4.0756 36.64 3.47238L33.967 4.83435C34.023 4.94417 34.0886 5.13641 34.1264 5.59949C34.1657 6.08008 34.1668 6.70849 34.1668 7.66667H37.1668ZM33.1658 4.03315C33.5108 4.20892 33.7912 4.48938 33.967 4.83435L36.64 3.47238C36.1766 2.56293 35.4372 1.82352 34.5278 1.36013L33.1658 4.03315ZM17.6668 0.833333C16.7582 0.833333 15.9864 0.832166 15.3554 0.883729C14.7068 0.936721 14.0758 1.05278 13.4725 1.36013L14.8345 4.03315C14.9443 3.9772 15.1366 3.9116 15.5997 3.87377C16.0802 3.8345 16.7087 3.83333 17.6668 3.83333V0.833333ZM13.8335 7.66667C13.8335 6.70849 13.8347 6.08008 13.8739 5.59949C13.9118 5.13641 13.9774 4.94417 14.0333 4.83435L11.3603 3.47238C11.0529 4.0756 10.9369 4.70659 10.8839 5.35519C10.8323 5.98628 10.8335 6.758 10.8335 7.66667H13.8335ZM13.4725 1.36013C12.5631 1.82352 11.8237 2.56293 11.3603 3.47238L14.0333 4.83435C14.2091 4.48939 14.4895 4.20892 14.8345 4.03315L13.4725 1.36013Z' fill='black'/%3e %3c/svg%3e")}.u-icon--dots-horizontal{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 2V4C10.1046 4 11 3.10457 11 2H9ZM9 2H7C7 3.10457 7.89543 4 9 4V2ZM9 2V0C7.89543 0 7 0.89543 7 2H9ZM9 2H11C11 0.89543 10.1046 0 9 0V2ZM16 2V4C17.1046 4 18 3.10457 18 2H16ZM16 2H14C14 3.10457 14.8954 4 16 4V2ZM16 2V0C14.8954 0 14 0.89543 14 2H16ZM16 2H18C18 0.89543 17.1046 0 16 0V2ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 2V4C10.1046 4 11 3.10457 11 2H9ZM9 2H7C7 3.10457 7.89543 4 9 4V2ZM9 2V0C7.89543 0 7 0.89543 7 2H9ZM9 2H11C11 0.89543 10.1046 0 9 0V2ZM16 2V4C17.1046 4 18 3.10457 18 2H16ZM16 2H14C14 3.10457 14.8954 4 16 4V2ZM16 2V0C14.8954 0 14 0.89543 14 2H16ZM16 2H18C18 0.89543 17.1046 0 16 0V2ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2Z' fill='black'/%3e %3c/svg%3e")}.u-icon--dots-vertical{mask-image:url("data:image/svg+xml,%3csvg width='6' height='24' viewBox='0 0 6 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3.00008 13.3333C3.73646 13.3333 4.33341 12.7364 4.33341 12C4.33341 11.2636 3.73646 10.6666 3.00008 10.6666C2.2637 10.6666 1.66675 11.2636 1.66675 12C1.66675 12.7364 2.2637 13.3333 3.00008 13.3333Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 3.99998C3.73646 3.99998 4.33341 3.40303 4.33341 2.66665C4.33341 1.93027 3.73646 1.33331 3.00008 1.33331C2.2637 1.33331 1.66675 1.93027 1.66675 2.66665C1.66675 3.40303 2.2637 3.99998 3.00008 3.99998Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 22.6666C3.73646 22.6666 4.33341 22.0697 4.33341 21.3333C4.33341 20.5969 3.73646 20 3.00008 20C2.2637 20 1.66675 20.5969 1.66675 21.3333C1.66675 22.0697 2.2637 22.6666 3.00008 22.6666Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='6' height='24' viewBox='0 0 6 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3.00008 13.3333C3.73646 13.3333 4.33341 12.7364 4.33341 12C4.33341 11.2636 3.73646 10.6666 3.00008 10.6666C2.2637 10.6666 1.66675 11.2636 1.66675 12C1.66675 12.7364 2.2637 13.3333 3.00008 13.3333Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 3.99998C3.73646 3.99998 4.33341 3.40303 4.33341 2.66665C4.33341 1.93027 3.73646 1.33331 3.00008 1.33331C2.2637 1.33331 1.66675 1.93027 1.66675 2.66665C1.66675 3.40303 2.2637 3.99998 3.00008 3.99998Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 22.6666C3.73646 22.6666 4.33341 22.0697 4.33341 21.3333C4.33341 20.5969 3.73646 20 3.00008 20C2.2637 20 1.66675 20.5969 1.66675 21.3333C1.66675 22.0697 2.2637 22.6666 3.00008 22.6666Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--download{mask-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M28 20V21.6C28 23.8402 28 24.9603 27.564 25.816C27.1805 26.5686 26.5686 27.1805 25.816 27.564C24.9603 28 23.8402 28 21.6 28H10.4C8.15979 28 7.03969 28 6.18404 27.564C5.43139 27.1805 4.81947 26.5686 4.43597 25.816C4 24.9603 4 23.8402 4 21.6V20M22.6667 13.3333L16 20M16 20L9.33333 13.3333M16 20V4' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M28 20V21.6C28 23.8402 28 24.9603 27.564 25.816C27.1805 26.5686 26.5686 27.1805 25.816 27.564C24.9603 28 23.8402 28 21.6 28H10.4C8.15979 28 7.03969 28 6.18404 27.564C5.43139 27.1805 4.81947 26.5686 4.43597 25.816C4 24.9603 4 23.8402 4 21.6V20M22.6667 13.3333L16 20M16 20L9.33333 13.3333M16 20V4' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--drag-and-drop{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 12V2M20 2L15 7M20 2L25 7M20 28V38M20 38L25 33M20 38L15 33M28 20L38 20M38 20L33 15M38 20L33 25M12 20L2 20M2 20L7 25M2 20L7 15' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 12V2M20 2L15 7M20 2L25 7M20 28V38M20 38L25 33M20 38L15 33M28 20L38 20M38 20L33 15M38 20L33 25M12 20L2 20M2 20L7 25M2 20L7 15' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--edit{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.99997 19.0002H19M1 19.0002H2.67454C3.16372 19.0002 3.40832 19.0002 3.63849 18.945C3.84256 18.896 4.03765 18.8152 4.2166 18.7055C4.41843 18.5818 4.59138 18.4089 4.93729 18.063L17.5 5.50023C18.3285 4.6718 18.3285 3.32865 17.5 2.50023C16.6716 1.6718 15.3285 1.6718 14.5 2.50023L1.93726 15.063C1.59136 15.4089 1.4184 15.5818 1.29472 15.7837C1.18506 15.9626 1.10425 16.1577 1.05526 16.3618C1 16.5919 1 16.8365 1 17.3257V19.0002Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.99997 19.0002H19M1 19.0002H2.67454C3.16372 19.0002 3.40832 19.0002 3.63849 18.945C3.84256 18.896 4.03765 18.8152 4.2166 18.7055C4.41843 18.5818 4.59138 18.4089 4.93729 18.063L17.5 5.50023C18.3285 4.6718 18.3285 3.32865 17.5 2.50023C16.6716 1.6718 15.3285 1.6718 14.5 2.50023L1.93726 15.063C1.59136 15.4089 1.4184 15.5818 1.29472 15.7837C1.18506 15.9626 1.10425 16.1577 1.05526 16.3618C1 16.5919 1 16.8365 1 17.3257V19.0002Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--eye{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.22683 11.9509C2.04525 11.6634 1.95446 11.5196 1.90363 11.2979C1.86546 11.1313 1.86546 10.8687 1.90363 10.7021C1.95446 10.4804 2.04525 10.3366 2.22683 10.0491C3.72737 7.67311 8.19387 1.66666 15.0005 1.66666C21.8072 1.66666 26.2737 7.67311 27.7742 10.0491C27.9558 10.3366 28.0466 10.4804 28.0974 10.7021C28.1356 10.8687 28.1356 11.1313 28.0974 11.2979C28.0466 11.5196 27.9558 11.6634 27.7742 11.9509C26.2737 14.3269 21.8072 20.3333 15.0005 20.3333C8.19387 20.3333 3.72737 14.3269 2.22683 11.9509Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15.0005 15C17.2097 15 19.0005 13.2091 19.0005 11C19.0005 8.79085 17.2097 6.99999 15.0005 6.99999C12.7914 6.99999 11.0005 8.79085 11.0005 11C11.0005 13.2091 12.7914 15 15.0005 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.22683 11.9509C2.04525 11.6634 1.95446 11.5196 1.90363 11.2979C1.86546 11.1313 1.86546 10.8687 1.90363 10.7021C1.95446 10.4804 2.04525 10.3366 2.22683 10.0491C3.72737 7.67311 8.19387 1.66666 15.0005 1.66666C21.8072 1.66666 26.2737 7.67311 27.7742 10.0491C27.9558 10.3366 28.0466 10.4804 28.0974 10.7021C28.1356 10.8687 28.1356 11.1313 28.0974 11.2979C28.0466 11.5196 27.9558 11.6634 27.7742 11.9509C26.2737 14.3269 21.8072 20.3333 15.0005 20.3333C8.19387 20.3333 3.72737 14.3269 2.22683 11.9509Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15.0005 15C17.2097 15 19.0005 13.2091 19.0005 11C19.0005 8.79085 17.2097 6.99999 15.0005 6.99999C12.7914 6.99999 11.0005 8.79085 11.0005 11C11.0005 13.2091 12.7914 15 15.0005 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--eye-off{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.3239 4.78976C13.8658 4.70964 14.4248 4.66667 15.0006 4.66667C21.8072 4.66667 26.2737 10.6731 27.7743 13.0491C27.9559 13.3367 28.0467 13.4805 28.0975 13.7022C28.1357 13.8688 28.1356 14.1316 28.0975 14.2981C28.0466 14.5199 27.9551 14.6646 27.7722 14.9541C27.3725 15.5869 26.7629 16.4761 25.9553 17.4406M7.96576 6.95338C5.083 8.90893 3.12593 11.6258 2.22814 13.047C2.04571 13.3358 1.9545 13.4802 1.90365 13.702C1.86546 13.8685 1.86545 14.1313 1.90362 14.2978C1.95444 14.5196 2.04524 14.6634 2.22685 14.9509C3.72739 17.3269 8.19388 23.3333 15.0006 23.3333C17.7451 23.3333 20.1092 22.3568 22.0518 21.0355M3.00055 2L27.0006 26M12.1721 11.1716C11.4483 11.8954 11.0006 12.8954 11.0006 14C11.0006 16.2091 12.7914 18 15.0006 18C16.1051 18 17.1051 17.5523 17.829 16.8284' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.3239 4.78976C13.8658 4.70964 14.4248 4.66667 15.0006 4.66667C21.8072 4.66667 26.2737 10.6731 27.7743 13.0491C27.9559 13.3367 28.0467 13.4805 28.0975 13.7022C28.1357 13.8688 28.1356 14.1316 28.0975 14.2981C28.0466 14.5199 27.9551 14.6646 27.7722 14.9541C27.3725 15.5869 26.7629 16.4761 25.9553 17.4406M7.96576 6.95338C5.083 8.90893 3.12593 11.6258 2.22814 13.047C2.04571 13.3358 1.9545 13.4802 1.90365 13.702C1.86546 13.8685 1.86545 14.1313 1.90362 14.2978C1.95444 14.5196 2.04524 14.6634 2.22685 14.9509C3.72739 17.3269 8.19388 23.3333 15.0006 23.3333C17.7451 23.3333 20.1092 22.3568 22.0518 21.0355M3.00055 2L27.0006 26M12.1721 11.1716C11.4483 11.8954 11.0006 12.8954 11.0006 14C11.0006 16.2091 12.7914 18 15.0006 18C16.1051 18 17.1051 17.5523 17.829 16.8284' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--info-circle{mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--file-import{mask-image:url("data:image/svg+xml,%3csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M17 11.5V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V16.2C1 17.8802 1 18.7202 1.32698 19.362C1.6146 19.9265 2.07354 20.3854 2.63803 20.673C3.27976 21 4.1198 21 5.79986 21H9.5M11 10H5M7 14H5M13 6H5M12 18L15 15M15 21V15M18 18L15 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M17 11.5V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V16.2C1 17.8802 1 18.7202 1.32698 19.362C1.6146 19.9265 2.07354 20.3854 2.63803 20.673C3.27976 21 4.1198 21 5.79986 21H9.5M11 10H5M7 14H5M13 6H5M12 18L15 15M15 21V15M18 18L15 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--file-plus{mask-image:url("data:image/svg+xml,%3csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.8334 7.00004V4.53337C11.8334 3.41327 11.8334 2.85322 11.6154 2.42539C11.4237 2.04907 11.1177 1.74311 10.7414 1.55136C10.3136 1.33337 9.75352 1.33337 8.63341 1.33337H4.36675C3.24664 1.33337 2.68659 1.33337 2.25877 1.55136C1.88244 1.74311 1.57648 2.04907 1.38473 2.42539C1.16675 2.85322 1.16675 3.41327 1.16675 4.53337V11.4667C1.16675 12.5868 1.16675 13.1469 1.38473 13.5747C1.57648 13.951 1.88244 14.257 2.25877 14.4487C2.68659 14.6667 3.24664 14.6667 4.36675 14.6667H6.50008M7.83341 7.33337H3.83341M5.16675 10H3.83341M9.16675 4.66671H3.83341M10.5001 14V10M8.50008 12H12.5001' stroke='%232E2E2E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.8334 7.00004V4.53337C11.8334 3.41327 11.8334 2.85322 11.6154 2.42539C11.4237 2.04907 11.1177 1.74311 10.7414 1.55136C10.3136 1.33337 9.75352 1.33337 8.63341 1.33337H4.36675C3.24664 1.33337 2.68659 1.33337 2.25877 1.55136C1.88244 1.74311 1.57648 2.04907 1.38473 2.42539C1.16675 2.85322 1.16675 3.41327 1.16675 4.53337V11.4667C1.16675 12.5868 1.16675 13.1469 1.38473 13.5747C1.57648 13.951 1.88244 14.257 2.25877 14.4487C2.68659 14.6667 3.24664 14.6667 4.36675 14.6667H6.50008M7.83341 7.33337H3.83341M5.16675 10H3.83341M9.16675 4.66671H3.83341M10.5001 14V10M8.50008 12H12.5001' stroke='%232E2E2E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--funnel{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H19.4C19.9601 1 20.2401 1 20.454 1.10899C20.6422 1.20487 20.7951 1.35785 20.891 1.54601C21 1.75992 21 2.03995 21 2.6V3.26939C21 3.53819 21 3.67259 20.9672 3.79756C20.938 3.90831 20.8901 4.01323 20.8255 4.10776C20.7526 4.21443 20.651 4.30245 20.4479 4.4785L14.0521 10.0215C13.849 10.1975 13.7474 10.2856 13.6745 10.3922C13.6099 10.4868 13.562 10.5917 13.5328 10.7024C13.5 10.8274 13.5 10.9618 13.5 11.2306V16.4584C13.5 16.6539 13.5 16.7517 13.4685 16.8363C13.4406 16.911 13.3953 16.9779 13.3363 17.0315C13.2695 17.0922 13.1787 17.1285 12.9971 17.2012L9.59711 18.5612C9.22957 18.7082 9.0458 18.7817 8.89827 18.751C8.76927 18.7242 8.65605 18.6476 8.58325 18.5377C8.5 18.4122 8.5 18.2142 8.5 17.8184V11.2306C8.5 10.9618 8.5 10.8274 8.46715 10.7024C8.43805 10.5917 8.39014 10.4868 8.32551 10.3922C8.25258 10.2856 8.15102 10.1975 7.94789 10.0215L1.55211 4.4785C1.34898 4.30245 1.24742 4.21443 1.17449 4.10776C1.10986 4.01323 1.06195 3.90831 1.03285 3.79756C1 3.67259 1 3.53819 1 3.26939V2.6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H19.4C19.9601 1 20.2401 1 20.454 1.10899C20.6422 1.20487 20.7951 1.35785 20.891 1.54601C21 1.75992 21 2.03995 21 2.6V3.26939C21 3.53819 21 3.67259 20.9672 3.79756C20.938 3.90831 20.8901 4.01323 20.8255 4.10776C20.7526 4.21443 20.651 4.30245 20.4479 4.4785L14.0521 10.0215C13.849 10.1975 13.7474 10.2856 13.6745 10.3922C13.6099 10.4868 13.562 10.5917 13.5328 10.7024C13.5 10.8274 13.5 10.9618 13.5 11.2306V16.4584C13.5 16.6539 13.5 16.7517 13.4685 16.8363C13.4406 16.911 13.3953 16.9779 13.3363 17.0315C13.2695 17.0922 13.1787 17.1285 12.9971 17.2012L9.59711 18.5612C9.22957 18.7082 9.0458 18.7817 8.89827 18.751C8.76927 18.7242 8.65605 18.6476 8.58325 18.5377C8.5 18.4122 8.5 18.2142 8.5 17.8184V11.2306C8.5 10.9618 8.5 10.8274 8.46715 10.7024C8.43805 10.5917 8.39014 10.4868 8.32551 10.3922C8.25258 10.2856 8.15102 10.1975 7.94789 10.0215L1.55211 4.4785C1.34898 4.30245 1.24742 4.21443 1.17449 4.10776C1.10986 4.01323 1.06195 3.90831 1.03285 3.79756C1 3.67259 1 3.53819 1 3.26939V2.6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--folder-question{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.8845 2.76892L9.99003 3.21613L9.99003 3.21613L10.8845 2.76892ZM11.1056 5.44721C11.3526 5.94119 11.9532 6.14142 12.4472 5.89443C12.9412 5.64744 13.1414 5.04676 12.8944 4.55279L11.1056 5.44721ZM9.41607 1.10931L9.74215 0.163965L9.74215 0.163964L9.41607 1.10931ZM10.1634 1.57116L10.8631 0.856745V0.856745L10.1634 1.57116ZM2.09202 1.21799L1.63803 0.32698L1.63803 0.32698L2.09202 1.21799ZM1.21799 2.09202L0.32698 1.63803L0.32698 1.63803L1.21799 2.09202ZM2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM20.673 17.362L21.564 17.816L20.673 17.362ZM19.362 18.673L19.816 19.564L19.362 18.673ZM19.362 5.32698L19.816 4.43597L19.362 5.32698ZM20.673 6.63803L21.564 6.18404L20.673 6.63803ZM7.90676 9.42039C7.72349 9.94138 7.99726 10.5123 8.51825 10.6956C9.03924 10.8788 9.61016 10.6051 9.79343 10.0841L7.90676 9.42039ZM13.2193 10.5017L12.2193 10.5002V10.5017H13.2193ZM10.6548 11.8013C10.1308 11.976 9.84768 12.5423 10.0223 13.0662C10.197 13.5902 10.7633 13.8733 11.2872 13.6987L10.6548 11.8013ZM11 14.75C10.4477 14.75 10 15.1977 10 15.75C10 16.3023 10.4477 16.75 11 16.75V14.75ZM11.01 16.75C11.5623 16.75 12.01 16.3023 12.01 15.75C12.01 15.1977 11.5623 14.75 11.01 14.75V16.75ZM4.2 2H8.02229V0H4.2V2ZM9.99003 3.21613L11.1056 5.44721L12.8944 4.55279L11.7789 2.3217L9.99003 3.21613ZM2 5V4.2H0V5H2ZM8.02229 2C8.8127 2 8.96938 2.01305 9.09 2.05465L9.74215 0.163964C9.22895 -0.0130475 8.66771 0 8.02229 0V2ZM11.7789 2.3217C11.4902 1.74443 11.2509 1.23659 10.8631 0.856745L9.46365 2.28558C9.55481 2.37487 9.63656 2.50918 9.99003 3.21613L11.7789 2.3217ZM9.09 2.05465C9.23013 2.10299 9.35776 2.18187 9.46365 2.28558L10.8631 0.856745C10.5454 0.545596 10.1625 0.308961 9.74215 0.163965L9.09 2.05465ZM4.2 0C3.65645 0 3.18864 -0.000777721 2.80497 0.0305694C2.40963 0.0628704 2.01641 0.134186 1.63803 0.32698L2.54601 2.10899C2.59545 2.0838 2.69617 2.04612 2.96784 2.02393C3.25117 2.00078 3.62345 2 4.2 2V0ZM2 4.2C2 3.62345 2.00078 3.25117 2.02393 2.96784C2.04612 2.69617 2.0838 2.59545 2.10899 2.54601L0.32698 1.63803C0.134186 2.01641 0.0628704 2.40963 0.0305694 2.80497C-0.000777721 3.18864 0 3.65645 0 4.2H2ZM1.63803 0.32698C1.07354 0.614601 0.614601 1.07354 0.32698 1.63803L2.10899 2.54601C2.20487 2.35785 2.35785 2.20487 2.54601 2.10899L1.63803 0.32698ZM1 6H16.2V4H1V6ZM20 9.8V14.2H22V9.8H20ZM16.2 18H5.8V20H16.2V18ZM2 14.2V5H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM20 14.2C20 15.0566 19.9992 15.6389 19.9624 16.089C19.9266 16.5274 19.8617 16.7516 19.782 16.908L21.564 17.816C21.8113 17.3306 21.9099 16.8139 21.9558 16.2518C22.0008 15.7014 22 15.0236 22 14.2H20ZM16.2 20C17.0236 20 17.7014 20.0008 18.2518 19.9558C18.8139 19.9099 19.3306 19.8113 19.816 19.564L18.908 17.782C18.7516 17.8617 18.5274 17.9266 18.089 17.9624C17.6389 17.9992 17.0566 18 16.2 18V20ZM19.782 16.908C19.5903 17.2843 19.2843 17.5903 18.908 17.782L19.816 19.564C20.5686 19.1805 21.1805 18.5686 21.564 17.816L19.782 16.908ZM16.2 6C17.0566 6 17.6389 6.00078 18.089 6.03755C18.5274 6.07337 18.7516 6.1383 18.908 6.21799L19.816 4.43597C19.3306 4.18868 18.8139 4.09012 18.2518 4.04419C17.7014 3.99922 17.0236 4 16.2 4V6ZM22 9.8C22 8.97642 22.0008 8.2986 21.9558 7.74817C21.9099 7.18608 21.8113 6.66937 21.564 6.18404L19.782 7.09202C19.8617 7.24842 19.9266 7.47262 19.9624 7.91104C19.9992 8.36113 20 8.94342 20 9.8H22ZM18.908 6.21799C19.2843 6.40973 19.5903 6.7157 19.782 7.09202L21.564 6.18404C21.1805 5.43139 20.5686 4.81947 19.816 4.43597L18.908 6.21799ZM9.79343 10.0841C9.89126 9.80598 10.0844 9.57148 10.3385 9.42211L9.32515 7.69784C8.66379 8.08653 8.16133 8.69674 7.90676 9.42039L9.79343 10.0841ZM10.3385 9.42211C10.5927 9.27274 10.8915 9.21813 11.1821 9.26797L11.5202 7.29676C10.7641 7.16707 9.98651 7.30915 9.32515 7.69784L10.3385 9.42211ZM11.1821 9.26797C11.4726 9.31781 11.7362 9.46887 11.926 9.69441L13.4561 8.4064C12.962 7.81954 12.2763 7.42645 11.5202 7.29676L11.1821 9.26797ZM11.926 9.69441C12.1159 9.91994 12.2198 10.2054 12.2193 10.5002L14.2193 10.5032C14.2205 9.73605 13.9501 8.99327 13.4561 8.4064L11.926 9.69441ZM12.2193 10.5017C12.2193 10.7203 12.0422 11.0214 11.5405 11.3559C11.3201 11.5028 11.0925 11.6173 10.9162 11.6957C10.8294 11.7342 10.7585 11.7625 10.7116 11.7804C10.6883 11.7893 10.6711 11.7955 10.6613 11.799C10.6563 11.8008 10.6532 11.8018 10.6521 11.8022C10.6515 11.8024 10.6515 11.8024 10.6519 11.8023C10.6521 11.8022 10.6525 11.8021 10.653 11.8019C10.6532 11.8018 10.6535 11.8018 10.6538 11.8017C10.6539 11.8016 10.6542 11.8015 10.6543 11.8015C10.6545 11.8014 10.6548 11.8013 10.971 12.75C11.2872 13.6987 11.2875 13.6986 11.2878 13.6985C11.2879 13.6985 11.2882 13.6983 11.2885 13.6983C11.2889 13.6981 11.2894 13.698 11.2899 13.6978C11.2909 13.6975 11.2921 13.6971 11.2934 13.6966C11.296 13.6957 11.2991 13.6947 11.3028 13.6934C11.3102 13.6909 11.3197 13.6875 11.3313 13.6834C11.3543 13.6752 11.3855 13.6639 11.4236 13.6494C11.4997 13.6204 11.6044 13.5784 11.7285 13.5233C11.9736 13.4143 12.3082 13.2478 12.6499 13.02C13.2724 12.605 14.2193 11.782 14.2193 10.5017H12.2193ZM11 16.75H11.01V14.75H11V16.75Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.8845 2.76892L9.99003 3.21613L9.99003 3.21613L10.8845 2.76892ZM11.1056 5.44721C11.3526 5.94119 11.9532 6.14142 12.4472 5.89443C12.9412 5.64744 13.1414 5.04676 12.8944 4.55279L11.1056 5.44721ZM9.41607 1.10931L9.74215 0.163965L9.74215 0.163964L9.41607 1.10931ZM10.1634 1.57116L10.8631 0.856745V0.856745L10.1634 1.57116ZM2.09202 1.21799L1.63803 0.32698L1.63803 0.32698L2.09202 1.21799ZM1.21799 2.09202L0.32698 1.63803L0.32698 1.63803L1.21799 2.09202ZM2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM20.673 17.362L21.564 17.816L20.673 17.362ZM19.362 18.673L19.816 19.564L19.362 18.673ZM19.362 5.32698L19.816 4.43597L19.362 5.32698ZM20.673 6.63803L21.564 6.18404L20.673 6.63803ZM7.90676 9.42039C7.72349 9.94138 7.99726 10.5123 8.51825 10.6956C9.03924 10.8788 9.61016 10.6051 9.79343 10.0841L7.90676 9.42039ZM13.2193 10.5017L12.2193 10.5002V10.5017H13.2193ZM10.6548 11.8013C10.1308 11.976 9.84768 12.5423 10.0223 13.0662C10.197 13.5902 10.7633 13.8733 11.2872 13.6987L10.6548 11.8013ZM11 14.75C10.4477 14.75 10 15.1977 10 15.75C10 16.3023 10.4477 16.75 11 16.75V14.75ZM11.01 16.75C11.5623 16.75 12.01 16.3023 12.01 15.75C12.01 15.1977 11.5623 14.75 11.01 14.75V16.75ZM4.2 2H8.02229V0H4.2V2ZM9.99003 3.21613L11.1056 5.44721L12.8944 4.55279L11.7789 2.3217L9.99003 3.21613ZM2 5V4.2H0V5H2ZM8.02229 2C8.8127 2 8.96938 2.01305 9.09 2.05465L9.74215 0.163964C9.22895 -0.0130475 8.66771 0 8.02229 0V2ZM11.7789 2.3217C11.4902 1.74443 11.2509 1.23659 10.8631 0.856745L9.46365 2.28558C9.55481 2.37487 9.63656 2.50918 9.99003 3.21613L11.7789 2.3217ZM9.09 2.05465C9.23013 2.10299 9.35776 2.18187 9.46365 2.28558L10.8631 0.856745C10.5454 0.545596 10.1625 0.308961 9.74215 0.163965L9.09 2.05465ZM4.2 0C3.65645 0 3.18864 -0.000777721 2.80497 0.0305694C2.40963 0.0628704 2.01641 0.134186 1.63803 0.32698L2.54601 2.10899C2.59545 2.0838 2.69617 2.04612 2.96784 2.02393C3.25117 2.00078 3.62345 2 4.2 2V0ZM2 4.2C2 3.62345 2.00078 3.25117 2.02393 2.96784C2.04612 2.69617 2.0838 2.59545 2.10899 2.54601L0.32698 1.63803C0.134186 2.01641 0.0628704 2.40963 0.0305694 2.80497C-0.000777721 3.18864 0 3.65645 0 4.2H2ZM1.63803 0.32698C1.07354 0.614601 0.614601 1.07354 0.32698 1.63803L2.10899 2.54601C2.20487 2.35785 2.35785 2.20487 2.54601 2.10899L1.63803 0.32698ZM1 6H16.2V4H1V6ZM20 9.8V14.2H22V9.8H20ZM16.2 18H5.8V20H16.2V18ZM2 14.2V5H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM20 14.2C20 15.0566 19.9992 15.6389 19.9624 16.089C19.9266 16.5274 19.8617 16.7516 19.782 16.908L21.564 17.816C21.8113 17.3306 21.9099 16.8139 21.9558 16.2518C22.0008 15.7014 22 15.0236 22 14.2H20ZM16.2 20C17.0236 20 17.7014 20.0008 18.2518 19.9558C18.8139 19.9099 19.3306 19.8113 19.816 19.564L18.908 17.782C18.7516 17.8617 18.5274 17.9266 18.089 17.9624C17.6389 17.9992 17.0566 18 16.2 18V20ZM19.782 16.908C19.5903 17.2843 19.2843 17.5903 18.908 17.782L19.816 19.564C20.5686 19.1805 21.1805 18.5686 21.564 17.816L19.782 16.908ZM16.2 6C17.0566 6 17.6389 6.00078 18.089 6.03755C18.5274 6.07337 18.7516 6.1383 18.908 6.21799L19.816 4.43597C19.3306 4.18868 18.8139 4.09012 18.2518 4.04419C17.7014 3.99922 17.0236 4 16.2 4V6ZM22 9.8C22 8.97642 22.0008 8.2986 21.9558 7.74817C21.9099 7.18608 21.8113 6.66937 21.564 6.18404L19.782 7.09202C19.8617 7.24842 19.9266 7.47262 19.9624 7.91104C19.9992 8.36113 20 8.94342 20 9.8H22ZM18.908 6.21799C19.2843 6.40973 19.5903 6.7157 19.782 7.09202L21.564 6.18404C21.1805 5.43139 20.5686 4.81947 19.816 4.43597L18.908 6.21799ZM9.79343 10.0841C9.89126 9.80598 10.0844 9.57148 10.3385 9.42211L9.32515 7.69784C8.66379 8.08653 8.16133 8.69674 7.90676 9.42039L9.79343 10.0841ZM10.3385 9.42211C10.5927 9.27274 10.8915 9.21813 11.1821 9.26797L11.5202 7.29676C10.7641 7.16707 9.98651 7.30915 9.32515 7.69784L10.3385 9.42211ZM11.1821 9.26797C11.4726 9.31781 11.7362 9.46887 11.926 9.69441L13.4561 8.4064C12.962 7.81954 12.2763 7.42645 11.5202 7.29676L11.1821 9.26797ZM11.926 9.69441C12.1159 9.91994 12.2198 10.2054 12.2193 10.5002L14.2193 10.5032C14.2205 9.73605 13.9501 8.99327 13.4561 8.4064L11.926 9.69441ZM12.2193 10.5017C12.2193 10.7203 12.0422 11.0214 11.5405 11.3559C11.3201 11.5028 11.0925 11.6173 10.9162 11.6957C10.8294 11.7342 10.7585 11.7625 10.7116 11.7804C10.6883 11.7893 10.6711 11.7955 10.6613 11.799C10.6563 11.8008 10.6532 11.8018 10.6521 11.8022C10.6515 11.8024 10.6515 11.8024 10.6519 11.8023C10.6521 11.8022 10.6525 11.8021 10.653 11.8019C10.6532 11.8018 10.6535 11.8018 10.6538 11.8017C10.6539 11.8016 10.6542 11.8015 10.6543 11.8015C10.6545 11.8014 10.6548 11.8013 10.971 12.75C11.2872 13.6987 11.2875 13.6986 11.2878 13.6985C11.2879 13.6985 11.2882 13.6983 11.2885 13.6983C11.2889 13.6981 11.2894 13.698 11.2899 13.6978C11.2909 13.6975 11.2921 13.6971 11.2934 13.6966C11.296 13.6957 11.2991 13.6947 11.3028 13.6934C11.3102 13.6909 11.3197 13.6875 11.3313 13.6834C11.3543 13.6752 11.3855 13.6639 11.4236 13.6494C11.4997 13.6204 11.6044 13.5784 11.7285 13.5233C11.9736 13.4143 12.3082 13.2478 12.6499 13.02C13.2724 12.605 14.2193 11.782 14.2193 10.5017H12.2193ZM11 16.75H11.01V14.75H11V16.75Z' fill='black'/%3e %3c/svg%3e")}.u-icon--glasses{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--graduation-hat{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--loading{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 3.75V7.91667M20 30V36.6667M9.58333 20H3.75M35.4167 20H32.9167M30.7618 30.7618L29.5833 29.5833M31.107 9.02631L28.75 11.3833M8.20262 31.7974L12.9167 27.0833M8.5478 8.68113L12.0833 12.2167' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 3.75V7.91667M20 30V36.6667M9.58333 20H3.75M35.4167 20H32.9167M30.7618 30.7618L29.5833 29.5833M31.107 9.02631L28.75 11.3833M8.20262 31.7974L12.9167 27.0833M8.5478 8.68113L12.0833 12.2167' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--logout{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L13.2929 14.2929ZM19 10L19.7071 10.7071C20.0976 10.3166 20.0976 9.68342 19.7071 9.29289L19 10ZM14.7071 4.29289C14.3166 3.90237 13.6834 3.90237 13.2929 4.29289C12.9024 4.68342 12.9024 5.31658 13.2929 5.70711L14.7071 4.29289ZM7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11V9ZM7.77646 18.8978L7.51764 17.9319L7.77646 18.8978ZM11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15H11ZM9.89778 16.7765L10.8637 17.0353L9.89778 16.7765ZM7.77646 1.10222L8.03528 0.136297V0.136297L7.77646 1.10222ZM9 5C9 5.55228 9.44772 6 10 6C10.5523 6 11 5.55228 11 5H9ZM9.89778 3.22354L10.8637 2.96472V2.96472L9.89778 3.22354ZM1.22836 17.1481L2.15224 16.7654H2.15224L1.22836 17.1481ZM2.85195 18.7716L2.46927 19.6955H2.46927L2.85195 18.7716ZM1.22836 2.85195L2.15224 3.23463L2.15224 3.23463L1.22836 2.85195ZM2.85195 1.22836L3.23463 2.15224L2.85195 1.22836ZM14.7071 15.7071L19.7071 10.7071L18.2929 9.29289L13.2929 14.2929L14.7071 15.7071ZM19.7071 9.29289L14.7071 4.29289L13.2929 5.70711L18.2929 10.7071L19.7071 9.29289ZM19 9H7V11H19V9ZM0 5.5V14.5H2V5.5H0ZM6 0H5.5V2H6V0ZM5.5 20H6V18H5.5V20ZM6 20C6.86559 20 7.49456 20.0086 8.03528 19.8637L7.51764 17.9319C7.29536 17.9914 6.99435 18 6 18V20ZM9 15C9 15.9944 8.99141 16.2954 8.93185 16.5176L10.8637 17.0353C11.0086 16.4946 11 15.8656 11 15H9ZM8.03528 19.8637C9.41565 19.4938 10.4938 18.4156 10.8637 17.0353L8.93185 16.5176C8.74692 17.2078 8.20782 17.7469 7.51764 17.9319L8.03528 19.8637ZM6 2C6.99435 2 7.29536 2.00859 7.51764 2.06815L8.03528 0.136297C7.49456 -0.00858915 6.86559 0 6 0V2ZM11 5C11 4.13441 11.0086 3.50545 10.8637 2.96472L8.93185 3.48236C8.99141 3.70464 9 4.00565 9 5H11ZM7.51764 2.06815C8.20782 2.25308 8.74692 2.79218 8.93185 3.48236L10.8637 2.96472C10.4938 1.58436 9.41565 0.506165 8.03528 0.136297L7.51764 2.06815ZM0 14.5C0 15.1852 -0.000541568 15.7492 0.0308647 16.2095C0.0628839 16.6788 0.131418 17.1129 0.304482 17.5307L2.15224 16.7654C2.09694 16.6319 2.0513 16.4409 2.02623 16.0734C2.00054 15.697 2 15.2126 2 14.5H0ZM5.5 18C4.78741 18 4.30304 17.9995 3.9266 17.9738C3.55915 17.9487 3.36813 17.9031 3.23463 17.8478L2.46927 19.6955C2.88708 19.8686 3.32118 19.9371 3.79046 19.9691C4.25077 20.0005 4.81477 20 5.5 20V18ZM0.304482 17.5307C0.710458 18.5108 1.48915 19.2895 2.46927 19.6955L3.23463 17.8478C2.74458 17.6448 2.35523 17.2554 2.15224 16.7654L0.304482 17.5307ZM2 5.5C2 4.7874 2.00054 4.30304 2.02623 3.9266C2.0513 3.55915 2.09694 3.36813 2.15224 3.23463L0.304483 2.46927C0.131418 2.88708 0.062884 3.32118 0.0308648 3.79046C-0.000541568 4.25077 0 4.81477 0 5.5H2ZM5.5 0C4.81477 0 4.25077 -0.000541568 3.79046 0.0308647C3.32118 0.0628838 2.88708 0.131418 2.46927 0.304482L3.23463 2.15224C3.36813 2.09694 3.55915 2.0513 3.9266 2.02623C4.30304 2.00054 4.78741 2 5.5 2V0ZM2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224L2.46927 0.304482C1.48915 0.710458 0.710459 1.48915 0.304483 2.46927L2.15224 3.23463Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L13.2929 14.2929ZM19 10L19.7071 10.7071C20.0976 10.3166 20.0976 9.68342 19.7071 9.29289L19 10ZM14.7071 4.29289C14.3166 3.90237 13.6834 3.90237 13.2929 4.29289C12.9024 4.68342 12.9024 5.31658 13.2929 5.70711L14.7071 4.29289ZM7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11V9ZM7.77646 18.8978L7.51764 17.9319L7.77646 18.8978ZM11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15H11ZM9.89778 16.7765L10.8637 17.0353L9.89778 16.7765ZM7.77646 1.10222L8.03528 0.136297V0.136297L7.77646 1.10222ZM9 5C9 5.55228 9.44772 6 10 6C10.5523 6 11 5.55228 11 5H9ZM9.89778 3.22354L10.8637 2.96472V2.96472L9.89778 3.22354ZM1.22836 17.1481L2.15224 16.7654H2.15224L1.22836 17.1481ZM2.85195 18.7716L2.46927 19.6955H2.46927L2.85195 18.7716ZM1.22836 2.85195L2.15224 3.23463L2.15224 3.23463L1.22836 2.85195ZM2.85195 1.22836L3.23463 2.15224L2.85195 1.22836ZM14.7071 15.7071L19.7071 10.7071L18.2929 9.29289L13.2929 14.2929L14.7071 15.7071ZM19.7071 9.29289L14.7071 4.29289L13.2929 5.70711L18.2929 10.7071L19.7071 9.29289ZM19 9H7V11H19V9ZM0 5.5V14.5H2V5.5H0ZM6 0H5.5V2H6V0ZM5.5 20H6V18H5.5V20ZM6 20C6.86559 20 7.49456 20.0086 8.03528 19.8637L7.51764 17.9319C7.29536 17.9914 6.99435 18 6 18V20ZM9 15C9 15.9944 8.99141 16.2954 8.93185 16.5176L10.8637 17.0353C11.0086 16.4946 11 15.8656 11 15H9ZM8.03528 19.8637C9.41565 19.4938 10.4938 18.4156 10.8637 17.0353L8.93185 16.5176C8.74692 17.2078 8.20782 17.7469 7.51764 17.9319L8.03528 19.8637ZM6 2C6.99435 2 7.29536 2.00859 7.51764 2.06815L8.03528 0.136297C7.49456 -0.00858915 6.86559 0 6 0V2ZM11 5C11 4.13441 11.0086 3.50545 10.8637 2.96472L8.93185 3.48236C8.99141 3.70464 9 4.00565 9 5H11ZM7.51764 2.06815C8.20782 2.25308 8.74692 2.79218 8.93185 3.48236L10.8637 2.96472C10.4938 1.58436 9.41565 0.506165 8.03528 0.136297L7.51764 2.06815ZM0 14.5C0 15.1852 -0.000541568 15.7492 0.0308647 16.2095C0.0628839 16.6788 0.131418 17.1129 0.304482 17.5307L2.15224 16.7654C2.09694 16.6319 2.0513 16.4409 2.02623 16.0734C2.00054 15.697 2 15.2126 2 14.5H0ZM5.5 18C4.78741 18 4.30304 17.9995 3.9266 17.9738C3.55915 17.9487 3.36813 17.9031 3.23463 17.8478L2.46927 19.6955C2.88708 19.8686 3.32118 19.9371 3.79046 19.9691C4.25077 20.0005 4.81477 20 5.5 20V18ZM0.304482 17.5307C0.710458 18.5108 1.48915 19.2895 2.46927 19.6955L3.23463 17.8478C2.74458 17.6448 2.35523 17.2554 2.15224 16.7654L0.304482 17.5307ZM2 5.5C2 4.7874 2.00054 4.30304 2.02623 3.9266C2.0513 3.55915 2.09694 3.36813 2.15224 3.23463L0.304483 2.46927C0.131418 2.88708 0.062884 3.32118 0.0308648 3.79046C-0.000541568 4.25077 0 4.81477 0 5.5H2ZM5.5 0C4.81477 0 4.25077 -0.000541568 3.79046 0.0308647C3.32118 0.0628838 2.88708 0.131418 2.46927 0.304482L3.23463 2.15224C3.36813 2.09694 3.55915 2.0513 3.9266 2.02623C4.30304 2.00054 4.78741 2 5.5 2V0ZM2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224L2.46927 0.304482C1.48915 0.710458 0.710459 1.48915 0.304483 2.46927L2.15224 3.23463Z' fill='black'/%3e %3c/svg%3e")}.u-icon--menu-01{mask-image:url("data:image/svg+xml,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 7H19M1 1H19M1 13H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 7H19M1 1H19M1 13H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--minus{mask-image:url("data:image/svg+xml,%3csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1H15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1H15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--minus-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.6665 15H20.3332M28.3332 15C28.3332 22.3638 22.3636 28.3334 14.9998 28.3334C7.63604 28.3334 1.6665 22.3638 1.6665 15C1.6665 7.63622 7.63604 1.66669 14.9998 1.66669C22.3636 1.66669 28.3332 7.63622 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.6665 15H20.3332M28.3332 15C28.3332 22.3638 22.3636 28.3334 14.9998 28.3334C7.63604 28.3334 1.6665 22.3638 1.6665 15C1.6665 7.63622 7.63604 1.66669 14.9998 1.66669C22.3636 1.66669 28.3332 7.63622 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--pen-tool{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--plus-circle{mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.5002 12.3333C20.5002 11.5049 19.8286 10.8333 19.0002 10.8333C18.1717 10.8333 17.5002 11.5049 17.5002 12.3333H20.5002ZM17.5002 25.6666C17.5002 26.4951 18.1717 27.1666 19.0002 27.1666C19.8286 27.1666 20.5002 26.4951 20.5002 25.6666H17.5002ZM12.3335 17.5C11.5051 17.5 10.8335 18.1716 10.8335 19C10.8335 19.8284 11.5051 20.5 12.3335 20.5V17.5ZM25.6668 20.5C26.4953 20.5 27.1668 19.8284 27.1668 19C27.1668 18.1716 26.4953 17.5 25.6668 17.5V20.5ZM34.1668 19C34.1668 27.3763 27.3765 34.1666 19.0002 34.1666V37.1666C29.0333 37.1666 37.1668 29.0332 37.1668 19H34.1668ZM19.0002 34.1666C10.6238 34.1666 3.8335 27.3763 3.8335 19H0.833496C0.833496 29.0332 8.96699 37.1666 19.0002 37.1666V34.1666ZM3.8335 19C3.8335 10.6237 10.6238 3.83331 19.0002 3.83331V0.833313C8.96699 0.833313 0.833496 8.96681 0.833496 19H3.8335ZM19.0002 3.83331C27.3765 3.83331 34.1668 10.6237 34.1668 19H37.1668C37.1668 8.96681 29.0333 0.833313 19.0002 0.833313V3.83331ZM17.5002 12.3333V25.6666H20.5002V12.3333H17.5002ZM12.3335 20.5H25.6668V17.5H12.3335V20.5Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.5002 12.3333C20.5002 11.5049 19.8286 10.8333 19.0002 10.8333C18.1717 10.8333 17.5002 11.5049 17.5002 12.3333H20.5002ZM17.5002 25.6666C17.5002 26.4951 18.1717 27.1666 19.0002 27.1666C19.8286 27.1666 20.5002 26.4951 20.5002 25.6666H17.5002ZM12.3335 17.5C11.5051 17.5 10.8335 18.1716 10.8335 19C10.8335 19.8284 11.5051 20.5 12.3335 20.5V17.5ZM25.6668 20.5C26.4953 20.5 27.1668 19.8284 27.1668 19C27.1668 18.1716 26.4953 17.5 25.6668 17.5V20.5ZM34.1668 19C34.1668 27.3763 27.3765 34.1666 19.0002 34.1666V37.1666C29.0333 37.1666 37.1668 29.0332 37.1668 19H34.1668ZM19.0002 34.1666C10.6238 34.1666 3.8335 27.3763 3.8335 19H0.833496C0.833496 29.0332 8.96699 37.1666 19.0002 37.1666V34.1666ZM3.8335 19C3.8335 10.6237 10.6238 3.83331 19.0002 3.83331V0.833313C8.96699 0.833313 0.833496 8.96681 0.833496 19H3.8335ZM19.0002 3.83331C27.3765 3.83331 34.1668 10.6237 34.1668 19H37.1668C37.1668 8.96681 29.0333 0.833313 19.0002 0.833313V3.83331ZM17.5002 12.3333V25.6666H20.5002V12.3333H17.5002ZM12.3335 20.5H25.6668V17.5H12.3335V20.5Z' fill='black'/%3e %3c/svg%3e")}.u-icon--plus{mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 1C9 0.447715 8.55228 0 8 0C7.44772 0 7 0.447715 7 1H9ZM7 15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15H7ZM1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM7 1V15H9V1H7ZM1 9H15V7H1V9Z' fill='white'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 1C9 0.447715 8.55228 0 8 0C7.44772 0 7 0.447715 7 1H9ZM7 15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15H7ZM1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM7 1V15H9V1H7ZM1 9H15V7H1V9Z' fill='white'/%3e %3c/svg%3e")}.u-icon--refresh-ccw{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.66675 11.3333C1.66675 11.3333 1.82851 10.201 6.5148 5.51472C11.2011 0.828427 18.7991 0.828427 23.4854 5.51472C25.1457 7.17509 26.2178 9.20096 26.7016 11.3333M1.66675 11.3333V3.33333M1.66675 11.3333H9.66675M28.3334 16.6667C28.3334 16.6667 28.1717 17.799 23.4854 22.4853C18.7991 27.1716 11.2011 27.1716 6.5148 22.4853C4.85443 20.8249 3.78234 18.799 3.29852 16.6667M28.3334 16.6667V24.6667M28.3334 16.6667H20.3334' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.66675 11.3333C1.66675 11.3333 1.82851 10.201 6.5148 5.51472C11.2011 0.828427 18.7991 0.828427 23.4854 5.51472C25.1457 7.17509 26.2178 9.20096 26.7016 11.3333M1.66675 11.3333V3.33333M1.66675 11.3333H9.66675M28.3334 16.6667C28.3334 16.6667 28.1717 17.799 23.4854 22.4853C18.7991 27.1716 11.2011 27.1716 6.5148 22.4853C4.85443 20.8249 3.78234 18.799 3.29852 16.6667M28.3334 16.6667V24.6667M28.3334 16.6667H20.3334' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--remove{mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14 5V4.2C14 3.0799 14 2.51984 13.782 2.09202C13.5903 1.71569 13.2843 1.40973 12.908 1.21799C12.4802 1 11.9201 1 10.8 1H9.2C8.07989 1 7.51984 1 7.09202 1.21799C6.71569 1.40973 6.40973 1.71569 6.21799 2.09202C6 2.51984 6 3.0799 6 4.2V5M8 10.5V15.5M12 10.5V15.5M1 5H19M17 5V16.2C17 17.8802 17 18.7202 16.673 19.362C16.3854 19.9265 15.9265 20.3854 15.362 20.673C14.7202 21 13.8802 21 12.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14 5V4.2C14 3.0799 14 2.51984 13.782 2.09202C13.5903 1.71569 13.2843 1.40973 12.908 1.21799C12.4802 1 11.9201 1 10.8 1H9.2C8.07989 1 7.51984 1 7.09202 1.21799C6.71569 1.40973 6.40973 1.71569 6.21799 2.09202C6 2.51984 6 3.0799 6 4.2V5M8 10.5V15.5M12 10.5V15.5M1 5H19M17 5V16.2C17 17.8802 17 18.7202 16.673 19.362C16.3854 19.9265 15.9265 20.3854 15.362 20.673C14.7202 21 13.8802 21 12.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--report{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM18.673 17.362L19.564 17.816L18.673 17.362ZM17.362 18.673L17.816 19.564L17.362 18.673ZM17.362 1.32698L17.816 0.435974L17.362 1.32698ZM18.673 2.63803L19.564 2.18404L18.673 2.63803ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM7 13C7 12.4477 6.55228 12 6 12C5.44772 12 5 12.4477 5 13H7ZM5 15C5 15.5523 5.44772 16 6 16C6.55228 16 7 15.5523 7 15H5ZM11 9C11 8.44772 10.5523 8 10 8C9.44771 8 9 8.44772 9 9H11ZM9 15C9 15.5523 9.44771 16 10 16C10.5523 16 11 15.5523 11 15H9ZM15 5C15 4.44772 14.5523 4 14 4C13.4477 4 13 4.44772 13 5H15ZM13 15C13 15.5523 13.4477 16 14 16C14.5523 16 15 15.5523 15 15H13ZM5.8 2H14.2V0H5.8V2ZM18 5.8V14.2H20V5.8H18ZM14.2 18H5.8V20H14.2V18ZM2 14.2V5.8H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM18 14.2C18 15.0566 17.9992 15.6389 17.9624 16.089C17.9266 16.5274 17.8617 16.7516 17.782 16.908L19.564 17.816C19.8113 17.3306 19.9099 16.8139 19.9558 16.2518C20.0008 15.7014 20 15.0236 20 14.2H18ZM14.2 20C15.0236 20 15.7014 20.0008 16.2518 19.9558C16.8139 19.9099 17.3306 19.8113 17.816 19.564L16.908 17.782C16.7516 17.8617 16.5274 17.9266 16.089 17.9624C15.6389 17.9992 15.0566 18 14.2 18V20ZM17.782 16.908C17.5903 17.2843 17.2843 17.5903 16.908 17.782L17.816 19.564C18.5686 19.1805 19.1805 18.5686 19.564 17.816L17.782 16.908ZM14.2 2C15.0566 2 15.6389 2.00078 16.089 2.03755C16.5274 2.07337 16.7516 2.1383 16.908 2.21799L17.816 0.435974C17.3306 0.188683 16.8139 0.0901188 16.2518 0.0441936C15.7014 -0.000777721 15.0236 0 14.2 0V2ZM20 5.8C20 4.97642 20.0008 4.2986 19.9558 3.74817C19.9099 3.18608 19.8113 2.66937 19.564 2.18404L17.782 3.09202C17.8617 3.24842 17.9266 3.47262 17.9624 3.91104C17.9992 4.36113 18 4.94342 18 5.8H20ZM16.908 2.21799C17.2843 2.40973 17.5903 2.7157 17.782 3.09202L19.564 2.18404C19.1805 1.43139 18.5686 0.819467 17.816 0.435974L16.908 2.21799ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM5 13V15H7V13H5ZM9 9V15H11V9H9ZM13 5V15H15V5H13Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM18.673 17.362L19.564 17.816L18.673 17.362ZM17.362 18.673L17.816 19.564L17.362 18.673ZM17.362 1.32698L17.816 0.435974L17.362 1.32698ZM18.673 2.63803L19.564 2.18404L18.673 2.63803ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM7 13C7 12.4477 6.55228 12 6 12C5.44772 12 5 12.4477 5 13H7ZM5 15C5 15.5523 5.44772 16 6 16C6.55228 16 7 15.5523 7 15H5ZM11 9C11 8.44772 10.5523 8 10 8C9.44771 8 9 8.44772 9 9H11ZM9 15C9 15.5523 9.44771 16 10 16C10.5523 16 11 15.5523 11 15H9ZM15 5C15 4.44772 14.5523 4 14 4C13.4477 4 13 4.44772 13 5H15ZM13 15C13 15.5523 13.4477 16 14 16C14.5523 16 15 15.5523 15 15H13ZM5.8 2H14.2V0H5.8V2ZM18 5.8V14.2H20V5.8H18ZM14.2 18H5.8V20H14.2V18ZM2 14.2V5.8H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM18 14.2C18 15.0566 17.9992 15.6389 17.9624 16.089C17.9266 16.5274 17.8617 16.7516 17.782 16.908L19.564 17.816C19.8113 17.3306 19.9099 16.8139 19.9558 16.2518C20.0008 15.7014 20 15.0236 20 14.2H18ZM14.2 20C15.0236 20 15.7014 20.0008 16.2518 19.9558C16.8139 19.9099 17.3306 19.8113 17.816 19.564L16.908 17.782C16.7516 17.8617 16.5274 17.9266 16.089 17.9624C15.6389 17.9992 15.0566 18 14.2 18V20ZM17.782 16.908C17.5903 17.2843 17.2843 17.5903 16.908 17.782L17.816 19.564C18.5686 19.1805 19.1805 18.5686 19.564 17.816L17.782 16.908ZM14.2 2C15.0566 2 15.6389 2.00078 16.089 2.03755C16.5274 2.07337 16.7516 2.1383 16.908 2.21799L17.816 0.435974C17.3306 0.188683 16.8139 0.0901188 16.2518 0.0441936C15.7014 -0.000777721 15.0236 0 14.2 0V2ZM20 5.8C20 4.97642 20.0008 4.2986 19.9558 3.74817C19.9099 3.18608 19.8113 2.66937 19.564 2.18404L17.782 3.09202C17.8617 3.24842 17.9266 3.47262 17.9624 3.91104C17.9992 4.36113 18 4.94342 18 5.8H20ZM16.908 2.21799C17.2843 2.40973 17.5903 2.7157 17.782 3.09202L19.564 2.18404C19.1805 1.43139 18.5686 0.819467 17.816 0.435974L16.908 2.21799ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM5 13V15H7V13H5ZM9 9V15H11V9H9ZM13 5V15H15V5H13Z' fill='black'/%3e %3c/svg%3e")}.u-icon--search{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--settings{mask-image:url(6dcdc994dc66be7e84328a214e59014c.svg);-webkit-mask-image:url(6dcdc994dc66be7e84328a214e59014c.svg)}.u-icon--share{mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.59 12.51L13.42 16.49M13.41 5.51L6.59 9.49M19 4C19 5.65685 17.6569 7 16 7C14.3431 7 13 5.65685 13 4C13 2.34315 14.3431 1 16 1C17.6569 1 19 2.34315 19 4ZM7 11C7 12.6569 5.65685 14 4 14C2.34315 14 1 12.6569 1 11C1 9.34315 2.34315 8 4 8C5.65685 8 7 9.34315 7 11ZM19 18C19 19.6569 17.6569 21 16 21C14.3431 21 13 19.6569 13 18C13 16.3431 14.3431 15 16 15C17.6569 15 19 16.3431 19 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.59 12.51L13.42 16.49M13.41 5.51L6.59 9.49M19 4C19 5.65685 17.6569 7 16 7C14.3431 7 13 5.65685 13 4C13 2.34315 14.3431 1 16 1C17.6569 1 19 2.34315 19 4ZM7 11C7 12.6569 5.65685 14 4 14C2.34315 14 1 12.6569 1 11C1 9.34315 2.34315 8 4 8C5.65685 8 7 9.34315 7 11ZM19 18C19 19.6569 17.6569 21 16 21C14.3431 21 13 19.6569 13 18C13 16.3431 14.3431 15 16 15C17.6569 15 19 16.3431 19 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--speedometer{mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12H4ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4V6ZM17.207 8.20711C17.5975 7.81658 17.5975 7.18342 17.207 6.79289C16.8165 6.40237 16.1833 6.40237 15.7928 6.79289L17.207 8.20711ZM11.2928 11.2929C10.9023 11.6834 10.9023 12.3166 11.2928 12.7071C11.6833 13.0976 12.3165 13.0976 12.707 12.7071L11.2928 11.2929ZM6 12C6 8.68629 8.68629 6 12 6V4C7.58172 4 4 7.58172 4 12H6ZM21 12C21 16.9706 16.9706 21 12 21V23C18.0751 23 23 18.0751 23 12H21ZM12 21C7.02944 21 3 16.9706 3 12H1C1 18.0751 5.92487 23 12 23V21ZM3 12C3 7.02944 7.02944 3 12 3V1C5.92487 1 1 5.92487 1 12H3ZM12 3C16.9706 3 21 7.02944 21 12H23C23 5.92487 18.0751 1 12 1V3ZM15.7928 6.79289L11.2928 11.2929L12.707 12.7071L17.207 8.20711L15.7928 6.79289ZM12 12V14C13.1046 14 14 13.1046 14 12H12ZM12 12H10C10 13.1046 10.8954 14 12 14V12ZM12 12V10C10.8954 10 10 10.8954 10 12H12ZM12 12H14C14 10.8954 13.1046 10 12 10V12Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12H4ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4V6ZM17.207 8.20711C17.5975 7.81658 17.5975 7.18342 17.207 6.79289C16.8165 6.40237 16.1833 6.40237 15.7928 6.79289L17.207 8.20711ZM11.2928 11.2929C10.9023 11.6834 10.9023 12.3166 11.2928 12.7071C11.6833 13.0976 12.3165 13.0976 12.707 12.7071L11.2928 11.2929ZM6 12C6 8.68629 8.68629 6 12 6V4C7.58172 4 4 7.58172 4 12H6ZM21 12C21 16.9706 16.9706 21 12 21V23C18.0751 23 23 18.0751 23 12H21ZM12 21C7.02944 21 3 16.9706 3 12H1C1 18.0751 5.92487 23 12 23V21ZM3 12C3 7.02944 7.02944 3 12 3V1C5.92487 1 1 5.92487 1 12H3ZM12 3C16.9706 3 21 7.02944 21 12H23C23 5.92487 18.0751 1 12 1V3ZM15.7928 6.79289L11.2928 11.2929L12.707 12.7071L17.207 8.20711L15.7928 6.79289ZM12 12V14C13.1046 14 14 13.1046 14 12H12ZM12 12H10C10 13.1046 10.8954 14 12 14V12ZM12 12V10C10.8954 10 10 10.8954 10 12H12ZM12 12H14C14 10.8954 13.1046 10 12 10V12Z' fill='black'/%3e %3c/svg%3e")}.u-icon--three-dots{mask-image:url("data:image/svg+xml,%3csvg width='4' height='18' viewBox='0 0 4 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2 9V11C3.10457 11 4 10.1046 4 9H2ZM2 9H0C0 10.1046 0.89543 11 2 11V9ZM2 9V7C0.89543 7 0 7.89543 0 9H2ZM2 9H4C4 7.89543 3.10457 7 2 7V9ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2ZM2 16V18C3.10457 18 4 17.1046 4 16H2ZM2 16H0C0 17.1046 0.89543 18 2 18V16ZM2 16V14C0.89543 14 0 14.8954 0 16H2ZM2 16H4C4 14.8954 3.10457 14 2 14V16Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='4' height='18' viewBox='0 0 4 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2 9V11C3.10457 11 4 10.1046 4 9H2ZM2 9H0C0 10.1046 0.89543 11 2 11V9ZM2 9V7C0.89543 7 0 7.89543 0 9H2ZM2 9H4C4 7.89543 3.10457 7 2 7V9ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2ZM2 16V18C3.10457 18 4 17.1046 4 16H2ZM2 16H0C0 17.1046 0.89543 18 2 18V16ZM2 16V14C0.89543 14 0 14.8954 0 16H2ZM2 16H4C4 14.8954 3.10457 14 2 14V16Z' fill='black'/%3e %3c/svg%3e")}.u-icon--tick-circle{mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.20711 10.2929C6.81658 9.90237 6.18342 9.90237 5.79289 10.2929C5.40237 10.6834 5.40237 11.3166 5.79289 11.7071L7.20711 10.2929ZM9.5 14L8.79289 14.7071C9.18342 15.0976 9.81658 15.0976 10.2071 14.7071L9.5 14ZM16.2071 8.70711C16.5976 8.31658 16.5976 7.68342 16.2071 7.29289C15.8166 6.90237 15.1834 6.90237 14.7929 7.29289L16.2071 8.70711ZM20 11C20 15.9706 15.9706 20 11 20V22C17.0751 22 22 17.0751 22 11H20ZM11 20C6.02944 20 2 15.9706 2 11H0C0 17.0751 4.92487 22 11 22V20ZM2 11C2 6.02944 6.02944 2 11 2V0C4.92487 0 0 4.92487 0 11H2ZM11 2C15.9706 2 20 6.02944 20 11H22C22 4.92487 17.0751 0 11 0V2ZM5.79289 11.7071L8.79289 14.7071L10.2071 13.2929L7.20711 10.2929L5.79289 11.7071ZM10.2071 14.7071L16.2071 8.70711L14.7929 7.29289L8.79289 13.2929L10.2071 14.7071Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.20711 10.2929C6.81658 9.90237 6.18342 9.90237 5.79289 10.2929C5.40237 10.6834 5.40237 11.3166 5.79289 11.7071L7.20711 10.2929ZM9.5 14L8.79289 14.7071C9.18342 15.0976 9.81658 15.0976 10.2071 14.7071L9.5 14ZM16.2071 8.70711C16.5976 8.31658 16.5976 7.68342 16.2071 7.29289C15.8166 6.90237 15.1834 6.90237 14.7929 7.29289L16.2071 8.70711ZM20 11C20 15.9706 15.9706 20 11 20V22C17.0751 22 22 17.0751 22 11H20ZM11 20C6.02944 20 2 15.9706 2 11H0C0 17.0751 4.92487 22 11 22V20ZM2 11C2 6.02944 6.02944 2 11 2V0C4.92487 0 0 4.92487 0 11H2ZM11 2C15.9706 2 20 6.02944 20 11H22C22 4.92487 17.0751 0 11 0V2ZM5.79289 11.7071L8.79289 14.7071L10.2071 13.2929L7.20711 10.2929L5.79289 11.7071ZM10.2071 14.7071L16.2071 8.70711L14.7929 7.29289L8.79289 13.2929L10.2071 14.7071Z' fill='black'/%3e %3c/svg%3e")}.u-icon--tool{mask-image:url("data:image/svg+xml,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99984 7.00008L12.9998 13.0001M6.99984 7.00008H2.99984L1.6665 3.00008L2.99984 1.66675L6.99984 3.00008V7.00008ZM24.6785 2.65476L21.175 6.15825C20.647 6.68628 20.383 6.95029 20.284 7.25472C20.197 7.52252 20.197 7.81098 20.284 8.07877C20.383 8.38321 20.647 8.64722 21.175 9.17524L21.4913 9.49159C22.0194 10.0196 22.2834 10.2836 22.5878 10.3825C22.8556 10.4695 23.1441 10.4695 23.4119 10.3825C23.7163 10.2836 23.9803 10.0196 24.5083 9.49159L27.7855 6.21437C28.1385 7.07326 28.3332 8.01394 28.3332 9.00008C28.3332 13.0502 25.0499 16.3334 20.9998 16.3334C20.5116 16.3334 20.0344 16.2857 19.5728 16.1947C18.9247 16.0668 18.6006 16.0029 18.4041 16.0225C18.1952 16.0433 18.0923 16.0746 17.9072 16.1737C17.7331 16.2668 17.5585 16.4414 17.2092 16.7907L7.6665 26.3334C6.56193 27.438 4.77107 27.438 3.66651 26.3334C2.56194 25.2288 2.56194 23.438 3.66651 22.3334L13.2092 12.7907C13.5585 12.4414 13.7331 12.2668 13.8263 12.0927C13.9253 11.9077 13.9566 11.8047 13.9774 11.5958C13.997 11.3994 13.9331 11.0753 13.8053 10.4271C13.7142 9.96549 13.6665 9.48836 13.6665 9.00008C13.6665 4.94999 16.9497 1.66675 20.9998 1.66675C22.3405 1.66675 23.5971 2.02651 24.6785 2.65476ZM14.9999 19L22.3332 26.3333C23.4377 27.4378 25.2286 27.4378 26.3332 26.3333C27.4377 25.2287 27.4377 23.4378 26.3331 22.3333L20.3003 16.3005C19.8732 16.2601 19.4568 16.183 19.0542 16.0725C18.5355 15.9301 17.9664 16.0335 17.5861 16.4139L14.9999 19Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99984 7.00008L12.9998 13.0001M6.99984 7.00008H2.99984L1.6665 3.00008L2.99984 1.66675L6.99984 3.00008V7.00008ZM24.6785 2.65476L21.175 6.15825C20.647 6.68628 20.383 6.95029 20.284 7.25472C20.197 7.52252 20.197 7.81098 20.284 8.07877C20.383 8.38321 20.647 8.64722 21.175 9.17524L21.4913 9.49159C22.0194 10.0196 22.2834 10.2836 22.5878 10.3825C22.8556 10.4695 23.1441 10.4695 23.4119 10.3825C23.7163 10.2836 23.9803 10.0196 24.5083 9.49159L27.7855 6.21437C28.1385 7.07326 28.3332 8.01394 28.3332 9.00008C28.3332 13.0502 25.0499 16.3334 20.9998 16.3334C20.5116 16.3334 20.0344 16.2857 19.5728 16.1947C18.9247 16.0668 18.6006 16.0029 18.4041 16.0225C18.1952 16.0433 18.0923 16.0746 17.9072 16.1737C17.7331 16.2668 17.5585 16.4414 17.2092 16.7907L7.6665 26.3334C6.56193 27.438 4.77107 27.438 3.66651 26.3334C2.56194 25.2288 2.56194 23.438 3.66651 22.3334L13.2092 12.7907C13.5585 12.4414 13.7331 12.2668 13.8263 12.0927C13.9253 11.9077 13.9566 11.8047 13.9774 11.5958C13.997 11.3994 13.9331 11.0753 13.8053 10.4271C13.7142 9.96549 13.6665 9.48836 13.6665 9.00008C13.6665 4.94999 16.9497 1.66675 20.9998 1.66675C22.3405 1.66675 23.5971 2.02651 24.6785 2.65476ZM14.9999 19L22.3332 26.3333C23.4377 27.4378 25.2286 27.4378 26.3332 26.3333C27.4377 25.2287 27.4377 23.4378 26.3331 22.3333L20.3003 16.3005C19.8732 16.2601 19.4568 16.183 19.0542 16.0725C18.5355 15.9301 17.9664 16.0335 17.5861 16.4139L14.9999 19Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--upload{mask-image:url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M26 18V19.6C26 21.8402 26 22.9603 25.564 23.816C25.1805 24.5686 24.5686 25.1805 23.816 25.564C22.9603 26 21.8402 26 19.6 26H8.4C6.15979 26 5.03969 26 4.18404 25.564C3.43139 25.1805 2.81947 24.5686 2.43597 23.816C2 22.9603 2 21.8402 2 19.6V18M20.6667 8.66667L14 2M14 2L7.33333 8.66667M14 2V18' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M26 18V19.6C26 21.8402 26 22.9603 25.564 23.816C25.1805 24.5686 24.5686 25.1805 23.816 25.564C22.9603 26 21.8402 26 19.6 26H8.4C6.15979 26 5.03969 26 4.18404 25.564C3.43139 25.1805 2.81947 24.5686 2.43597 23.816C2 22.9603 2 21.8402 2 19.6V18M20.6667 8.66667L14 2M14 2L7.33333 8.66667M14 2V18' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--user{mask-image:url("data:image/svg+xml,%3csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13 18C8.77319 18 5.01436 20.0408 2.62129 23.208C2.10624 23.8896 1.84871 24.2304 1.85713 24.691C1.86364 25.0469 2.08711 25.4959 2.36712 25.7156C2.72955 26 3.23179 26 4.23627 26H21.7637C22.7681 26 23.2704 26 23.6328 25.7156C23.9128 25.4959 24.1363 25.0469 24.1428 24.691C24.1512 24.2304 23.8937 23.8896 23.3786 23.208C20.9856 20.0408 17.2267 18 13 18Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13 14C16.3137 14 19 11.3137 19 8C19 4.68629 16.3137 2 13 2C9.68626 2 6.99996 4.68629 6.99996 8C6.99996 11.3137 9.68626 14 13 14Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13 18C8.77319 18 5.01436 20.0408 2.62129 23.208C2.10624 23.8896 1.84871 24.2304 1.85713 24.691C1.86364 25.0469 2.08711 25.4959 2.36712 25.7156C2.72955 26 3.23179 26 4.23627 26H21.7637C22.7681 26 23.2704 26 23.6328 25.7156C23.9128 25.4959 24.1363 25.0469 24.1428 24.691C24.1512 24.2304 23.8937 23.8896 23.3786 23.208C20.9856 20.0408 17.2267 18 13 18Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13 14C16.3137 14 19 11.3137 19 8C19 4.68629 16.3137 2 13 2C9.68626 2 6.99996 4.68629 6.99996 8C6.99996 11.3137 9.68626 14 13 14Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--user-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.08823 24.9178C6.89933 23.0069 8.79307 21.6666 10.9998 21.6666H18.9998C21.2066 21.6666 23.1003 23.0069 23.9114 24.9178M20.3332 11.6666C20.3332 14.6121 17.9454 17 14.9998 17C12.0543 17 9.6665 14.6121 9.6665 11.6666C9.6665 8.72111 12.0543 6.33329 14.9998 6.33329C17.9454 6.33329 20.3332 8.72111 20.3332 11.6666ZM28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.08823 24.9178C6.89933 23.0069 8.79307 21.6666 10.9998 21.6666H18.9998C21.2066 21.6666 23.1003 23.0069 23.9114 24.9178M20.3332 11.6666C20.3332 14.6121 17.9454 17 14.9998 17C12.0543 17 9.6665 14.6121 9.6665 11.6666C9.6665 8.72111 12.0543 6.33329 14.9998 6.33329C17.9454 6.33329 20.3332 8.72111 20.3332 11.6666ZM28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--archived{mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.605 21.6H21.5949C21.6283 21.6 21.6554 21.5729 21.6554 21.5394V8.99449C21.6554 8.96105 21.6283 8.93394 21.5949 8.93394H2.46094C2.4275 8.93394 2.40039 8.96105 2.40039 8.99449V21.5394C2.40039 21.5729 2.4275 21.6 2.46094 21.6H5.45819M6.92516 8.90367V5.43853C6.92516 5.40509 6.95227 5.37798 6.98571 5.37798H17.0701C17.1036 5.37798 17.1307 5.40509 17.1307 5.43853V8.90367M16.6242 18.5174L18.5013 16.7615M9.36369 14.3174H14.6921C14.7256 14.3174 14.7527 14.2903 14.7527 14.2569V11.8349C14.7527 11.8014 14.7256 11.7743 14.6921 11.7743H9.36369C9.33025 11.7743 9.30314 11.8014 9.30314 11.8349V14.2569C9.30314 14.2903 9.33025 14.3174 9.36369 14.3174ZM2.53089 8.93394H21.4951C21.5406 8.93394 21.5698 8.88575 21.5488 8.84544L18.5238 1.8326C18.5134 1.81257 18.4926 1.8 18.4701 1.8H5.5856C5.5631 1.8 5.54246 1.81247 5.532 1.83238L2.47729 8.84523C2.4561 8.88555 2.48534 8.93394 2.53089 8.93394Z' stroke='black' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.605 21.6H21.5949C21.6283 21.6 21.6554 21.5729 21.6554 21.5394V8.99449C21.6554 8.96105 21.6283 8.93394 21.5949 8.93394H2.46094C2.4275 8.93394 2.40039 8.96105 2.40039 8.99449V21.5394C2.40039 21.5729 2.4275 21.6 2.46094 21.6H5.45819M6.92516 8.90367V5.43853C6.92516 5.40509 6.95227 5.37798 6.98571 5.37798H17.0701C17.1036 5.37798 17.1307 5.40509 17.1307 5.43853V8.90367M16.6242 18.5174L18.5013 16.7615M9.36369 14.3174H14.6921C14.7256 14.3174 14.7527 14.2903 14.7527 14.2569V11.8349C14.7527 11.8014 14.7256 11.7743 14.6921 11.7743H9.36369C9.33025 11.7743 9.30314 11.8014 9.30314 11.8349V14.2569C9.30314 14.2903 9.33025 14.3174 9.36369 14.3174ZM2.53089 8.93394H21.4951C21.5406 8.93394 21.5698 8.88575 21.5488 8.84544L18.5238 1.8326C18.5134 1.81257 18.4926 1.8 18.4701 1.8H5.5856C5.5631 1.8 5.54246 1.81247 5.532 1.83238L2.47729 8.84523C2.4561 8.88555 2.48534 8.93394 2.53089 8.93394Z' stroke='black' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e")}.u-icon--key{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15 6.99994C15 6.48812 14.8047 5.9763 14.4142 5.58579C14.0237 5.19526 13.5118 5 13 5M13 13C16.3137 13 19 10.3137 19 7C19 3.68629 16.3137 1 13 1C9.68629 1 7 3.68629 7 7C7 7.27368 7.01832 7.54308 7.05381 7.80704C7.11218 8.24118 7.14136 8.45825 7.12172 8.59559C7.10125 8.73865 7.0752 8.81575 7.00469 8.9419C6.937 9.063 6.81771 9.18229 6.57913 9.42087L1.46863 14.5314C1.29568 14.7043 1.2092 14.7908 1.14736 14.8917C1.09253 14.9812 1.05213 15.0787 1.02763 15.1808C1 15.2959 1 15.4182 1 15.6627V17.4C1 17.9601 1 18.2401 1.10899 18.454C1.20487 18.6422 1.35785 18.7951 1.54601 18.891C1.75992 19 2.03995 19 2.6 19H5V17H7V15H9L10.5791 13.4209C10.8177 13.1823 10.937 13.063 11.0581 12.9953C11.1843 12.9248 11.2613 12.8987 11.4044 12.8783C11.5417 12.8586 11.7588 12.8878 12.193 12.9462C12.4569 12.9817 12.7263 13 13 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15 6.99994C15 6.48812 14.8047 5.9763 14.4142 5.58579C14.0237 5.19526 13.5118 5 13 5M13 13C16.3137 13 19 10.3137 19 7C19 3.68629 16.3137 1 13 1C9.68629 1 7 3.68629 7 7C7 7.27368 7.01832 7.54308 7.05381 7.80704C7.11218 8.24118 7.14136 8.45825 7.12172 8.59559C7.10125 8.73865 7.0752 8.81575 7.00469 8.9419C6.937 9.063 6.81771 9.18229 6.57913 9.42087L1.46863 14.5314C1.29568 14.7043 1.2092 14.7908 1.14736 14.8917C1.09253 14.9812 1.05213 15.0787 1.02763 15.1808C1 15.2959 1 15.4182 1 15.6627V17.4C1 17.9601 1 18.2401 1.10899 18.454C1.20487 18.6422 1.35785 18.7951 1.54601 18.891C1.75992 19 2.03995 19 2.6 19H5V17H7V15H9L10.5791 13.4209C10.8177 13.1823 10.937 13.063 11.0581 12.9953C11.1843 12.9248 11.2613 12.8987 11.4044 12.8783C11.5417 12.8586 11.7588 12.8878 12.193 12.9462C12.4569 12.9817 12.7263 13 13 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--google-classroom{background-image:url(9c16afe4d93b9bc50bf76187760b96a9.svg)}.u-icon--minorstudent{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--adultstudent{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--teacher{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--institutionmanager{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}:root{--footer-border-color: var(--neutral-100);--footer-bg-color: var(--white);--footer-link-color: var(--default-link-color);--footer-link-hover-color: var(--default-link-hover-color)}.c-footer{background-color:var(--footer-bg-color);border-top:solid 1px var(--footer-border-color);font-family:"Open Sans",sans-serif}.c-footer__container{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding-top:2.5rem;padding-bottom:1.5rem;padding-inline:1rem}.c-footer__logo{display:block}.c-footer__menu{list-style-type:none;padding:0;display:flex;flex-direction:column;gap:0.75rem}.c-footer__menu-item{margin:0;text-align:center}.c-footer__menu-item-link{font-family:"Open Sans",sans-serif;font-weight:600;text-decoration:underline;color:var(--footer-link-color)}.c-footer__menu-item-link:hover{color:var(--footer-link-hover-color)}.c-footer__company-info{font-family:"Open Sans",sans-serif;font-weight:400;font-size:.875rem;line-height:1.25rem}@media only screen and (min-width: 1024px){.c-footer__company-info{font-size:1rem;line-height:1.5rem}}.c-footer__company-info{display:flex;flex-wrap:wrap;justify-content:center;row-gap:0.25rem;column-gap:1rem;width:100%}@media only screen and (min-width: 768px){.c-footer__container{align-items:flex-start}.c-footer__company-info{justify-content:flex-start}.c-footer__menu{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;width:100%}.c-footer__menu-item{text-align:unset}}@media only screen and (min-width: 1024px){.c-footer__container{padding-inline:1.5rem;padding-top:1.5rem;display:grid;grid-template-columns:25% auto;grid-column-gap:1rem;grid-row-gap:1.5rem}.c-footer__company-info{grid-column:1/-1;display:flex}}@media only screen and (min-width: 1920px){.c-footer__container{grid-template-columns:20% auto}.c-footer__menu{grid-template-columns:1fr 1fr 1fr 1fr}}:root{--chip-bg-color: var(--white);--chip-border-color: var(--neutral-500);--chip-border-radius: 0.5rem;--chip-default-spacing: 0.25rem;--chip-text-color: var(--black);--chip-text-weight: 600;--chip-subtext-color: var(--neutral-600);--chip-subtext-weight: 400;--chip-padding-x: 8px;--chip-padding-y: 2px}.c-chip{display:block;height:fit-content;border-radius:var(--chip-border-radius);max-width:fit-content;color:var(--chip-text-color);font-size:.875rem;font-weight:var(--chip-text-weight);padding-top:var(--chip-padding-y);padding-bottom:var(--chip-padding-y);padding-left:var(--chip-padding-x);padding-right:var(--chip-padding-x);background-color:var(--chip-bg-color);border:solid 1px var(--chip-text-color);line-height:1.25}:root{--notice-border-radius: 8px;--notice-border-width: 2px;--notice-padding-x: 1rem;--notice-padding-y: 0.5rem;--notice-gap: 1rem;--notice-icon-size: 1em;--notice-icon-large-size: 1.5em;--notice-max-width: var(--body-text-max-width);--notice-message-weight: 600;--notice-font-size: 1rem;--notice-message-line-height: 1.5;--notice-success-bg-color: var(--green-100);--notice-success-border-color: var(--green-500);--notice-success-text-color: var(--black);--notice-warning-bg-color: var(--yellow-100);--notice-warning-border-color: var(--yellow-500);--notice-warning-text-color: var(--black);--notice-error-bg-color: var(--red-100);--notice-error-border-color: var(--red-500);--notice-error-text-color: var(--black);--notice-default-bg-color: var(--blue-100);--notice-default-border-color: var(--blue-500);--notice-default-text-color: var(--black)}.c-notice{display:flex;align-items:center;border-radius:var(--notice-border-radius);padding-block:var(--notice-padding-y);padding-inline:var(--notice-padding-x);gap:var(--notice-gap);background-color:var(--notice-default-bg-color);border:solid var(--notice-border-width) var(--notice-default-border-color);color:var(--notice-default-text-color);width:fit-content}@media only screen and (min-width: 1024px){.c-notice{padding-top:calc(var(--notice-padding-y)*1.5);padding-bottom:calc(var(--notice-padding-y)*1.5)}}.c-notice--full-width{width:100%}.c-notice--max-width{max-width:var(--notice-max-width)}.c-notice__icon{display:block;align-self:flex-start;fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:var(--notice-icon-size);height:var(--notice-icon-size);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}@media only screen and (min-width: 1024px){.c-notice__icon{fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:var(--notice-icon-large-size);height:var(--notice-icon-large-size);background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}}.c-notice__icon{min-width:var(--notice-icon-size);height:calc(var(--notice-font-size)*var(--notice-message-line-height))}.c-notice__content{font-size:var(--notice-font-size);font-weight:var(--notice-message-weight);line-height:var(--notice-message-line-height);flex:1;margin:0}.c-notice__link{font-weight:var(--notice-message-weight);color:var(--notice-default-text-color)}.c-notice__list-results{list-style-position:inside;line-height:1.5}.u-button{display:block;position:relative;font-size:1rem;font-family:"Open Sans",sans-serif;font-weight:600;text-decoration:none;text-align:center;border-style:solid;border-radius:0.25rem;border-width:2px;width:fit-content;justify-content:center;padding:calc(.5rem - 2px) 1rem;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;transition:background-color .2s,color .2s,border-color .2s}@media only screen and (min-width: 1440px){.u-button{font-size:1rem;padding:calc(.75rem - 2px) 1rem}}.u-button{color:var(--black);background-color:var(--white);border-color:var(--blue-500)}.u-button svg{fill:currentColor}.u-button:hover{background-color:var(--white);border-color:var(--blue-950)}.u-button:active{background-color:var(--white);border-color:var(--blue-700)}.u-button:disabled{background-color:var(--white);border-color:var(--blue-200);color:var(--neutral-400)}.u-button:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--primary{color:var(--white);background-color:var(--blue-500);border-color:rgba(0,0,0,0)}.u-button--primary svg{fill:currentColor}.u-button--primary:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0)}.u-button--primary:active{background-color:var(--blue-700);border-color:rgba(0,0,0,0)}.u-button--primary:disabled{background-color:var(--blue-200);border-color:rgba(0,0,0,0);color:var(--white)}.u-button--primary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--secondary{color:var(--black);background-color:var(--white);border-color:var(--blue-500)}.u-button--secondary svg{fill:currentColor}.u-button--secondary:hover{background-color:var(--white);border-color:var(--blue-950)}.u-button--secondary:active{background-color:var(--white);border-color:var(--blue-700)}.u-button--secondary:disabled{background-color:var(--white);border-color:var(--blue-200);color:var(--neutral-400)}.u-button--secondary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--tertiary{color:var(--black);background-color:var(--neutral-100);border-color:rgba(0,0,0,0)}.u-button--tertiary svg{fill:currentColor}.u-button--tertiary:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0);color:var(--white)}.u-button--tertiary:active{background-color:var(--neutral-200);border-color:rgba(0,0,0,0)}.u-button--tertiary:disabled{background-color:var(--neutral-50);border-color:rgba(0,0,0,0);color:var(--neutral-400)}.u-button--tertiary:focus-within{outline:2px solid var(--blue-950);outline-offset:2px}.u-button--small{font-size:.875rem;padding:calc(.25rem - 2px) 1rem}.u-button--medium{font-size:1rem;padding:calc(.5rem - 2px) 1rem}.u-button--large{font-size:1rem;padding:calc(.75rem - 2px) 1rem}.u-button--full-width{width:100%}.u-button--icon-leading{display:flex;align-items:center;gap:.625rem}.u-button--icon-trailing{display:flex;align-items:center;flex-direction:row-reverse;gap:.625rem}.u-button--icon-only{min-width:40px;min-height:40px;display:flex;justify-content:center;align-items:center;padding:0}.u-button--no-wrap{white-space:nowrap}.u-icon{fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:1em;height:1em;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.u-icon--large{fill:currentColor;transform:translate(0, 0);display:inline-block;vertical-align:text-top;width:1.5em;height:1.5em;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:currentColor;mask-position:center;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat}.u-icon--chevron-up{transform:rotate(90deg)}.u-icon--chevron-right{transform:rotate(180deg)}.u-icon--chevron-down{transform:rotate(270deg)}.u-icon--alert-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9998 9.66663V15M14.9998 20.3333H15.0132M28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9998 9.66663V15M14.9998 20.3333H15.0132M28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--alert-triangle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9995 9.99994V15.3333M14.9995 20.6666H15.0128M13.1533 3.18891L2.18675 22.1311C1.57848 23.1817 1.27434 23.707 1.31929 24.1382C1.3585 24.5143 1.55553 24.856 1.86134 25.0783C2.21195 25.3333 2.81897 25.3333 4.033 25.3333H25.966C27.1801 25.3333 27.7871 25.3333 28.1377 25.0783C28.4435 24.856 28.6405 24.5143 28.6797 24.1382C28.7247 23.707 28.4205 23.1817 27.8123 22.1311L16.8458 3.1889C16.2397 2.14202 15.9366 1.61858 15.5412 1.44277C15.1964 1.28942 14.8027 1.28942 14.4578 1.44277C14.0624 1.61858 13.7594 2.14202 13.1533 3.18891Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14.9995 9.99994V15.3333M14.9995 20.6666H15.0128M13.1533 3.18891L2.18675 22.1311C1.57848 23.1817 1.27434 23.707 1.31929 24.1382C1.3585 24.5143 1.55553 24.856 1.86134 25.0783C2.21195 25.3333 2.81897 25.3333 4.033 25.3333H25.966C27.1801 25.3333 27.7871 25.3333 28.1377 25.0783C28.4435 24.856 28.6405 24.5143 28.6797 24.1382C28.7247 23.707 28.4205 23.1817 27.8123 22.1311L16.8458 3.1889C16.2397 2.14202 15.9366 1.61858 15.5412 1.44277C15.1964 1.28942 14.8027 1.28942 14.4578 1.44277C14.0624 1.61858 13.7594 2.14202 13.1533 3.18891Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--bag{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.7765 1.10222L13.0353 0.136297V0.136297L12.7765 1.10222ZM14 5C14 5.55228 14.4477 6 15 6C15.5523 6 16 5.55228 16 5H14ZM14.8978 3.22354L15.8637 2.96472V2.96472L14.8978 3.22354ZM9.22354 1.10222L9.48236 2.06815L9.22354 1.10222ZM6 5C6 5.55228 6.44772 6 7 6C7.55228 6 8 5.55228 8 5H6ZM7.10222 3.22354L8.06815 3.48236L7.10222 3.22354ZM2.09202 18.782L2.54601 17.891L2.09202 18.782ZM1.21799 17.908L2.10899 17.454L1.21799 17.908ZM20.782 17.908L19.891 17.454L20.782 17.908ZM19.908 18.782L19.454 17.891L19.908 18.782ZM19.908 5.21799L19.454 6.10899L19.908 5.21799ZM20.782 6.09202L19.891 6.54601L20.782 6.09202ZM2.09202 5.21799L2.54601 6.10899L2.09202 5.21799ZM1.21799 6.09202L2.10899 6.54601L1.21799 6.09202ZM11 2C11.9944 2 12.2954 2.00859 12.5176 2.06815L13.0353 0.136297C12.4946 -0.00858915 11.8656 0 11 0V2ZM16 5C16 4.13441 16.0086 3.50545 15.8637 2.96472L13.9319 3.48236C13.9914 3.70464 14 4.00565 14 5H16ZM12.5176 2.06815C13.2078 2.25308 13.7469 2.79218 13.9319 3.48236L15.8637 2.96472C15.4938 1.58436 14.4156 0.506165 13.0353 0.136297L12.5176 2.06815ZM11 0C10.1344 0 9.50545 -0.00858927 8.96472 0.136297L9.48236 2.06815C9.70464 2.00859 10.0056 2 11 2V0ZM8 5C8 4.00565 8.00859 3.70464 8.06815 3.48236L6.1363 2.96472C5.99141 3.50545 6 4.13441 6 5H8ZM8.96472 0.136297C7.58436 0.506165 6.50617 1.58436 6.1363 2.96472L8.06815 3.48236C8.25308 2.79218 8.79218 2.25308 9.48236 2.06815L8.96472 0.136297ZM4.2 6H17.8V4H4.2V6ZM20 8.2V15.8H22V8.2H20ZM17.8 18H4.2V20H17.8V18ZM2 15.8V8.2H0V15.8H2ZM4.2 18C3.62345 18 3.25117 17.9992 2.96784 17.9761C2.69617 17.9539 2.59545 17.9162 2.54601 17.891L1.63803 19.673C2.01641 19.8658 2.40963 19.9371 2.80497 19.9694C3.18864 20.0008 3.65645 20 4.2 20V18ZM0 15.8C0 16.3436 -0.000777721 16.8114 0.0305694 17.195C0.0628704 17.5904 0.134186 17.9836 0.32698 18.362L2.10899 17.454C2.0838 17.4045 2.04612 17.3038 2.02393 17.0322C2.00078 16.7488 2 16.3766 2 15.8H0ZM2.54601 17.891C2.35785 17.7951 2.20487 17.6422 2.10899 17.454L0.32698 18.362C0.614601 18.9265 1.07354 19.3854 1.63803 19.673L2.54601 17.891ZM20 15.8C20 16.3766 19.9992 16.7488 19.9761 17.0322C19.9539 17.3038 19.9162 17.4045 19.891 17.454L21.673 18.362C21.8658 17.9836 21.9371 17.5904 21.9694 17.195C22.0008 16.8114 22 16.3436 22 15.8H20ZM17.8 20C18.3436 20 18.8114 20.0008 19.195 19.9694C19.5904 19.9371 19.9836 19.8658 20.362 19.673L19.454 17.891C19.4045 17.9162 19.3038 17.9539 19.0322 17.9761C18.7488 17.9992 18.3766 18 17.8 18V20ZM19.891 17.454C19.7951 17.6422 19.6422 17.7951 19.454 17.891L20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362L19.891 17.454ZM17.8 6C18.3766 6 18.7488 6.00078 19.0322 6.02393C19.3038 6.04612 19.4045 6.0838 19.454 6.10899L20.362 4.32698C19.9836 4.13419 19.5904 4.06287 19.195 4.03057C18.8114 3.99922 18.3436 4 17.8 4V6ZM22 8.2C22 7.65645 22.0008 7.18864 21.9694 6.80497C21.9371 6.40963 21.8658 6.01641 21.673 5.63803L19.891 6.54601C19.9162 6.59545 19.9539 6.69617 19.9761 6.96784C19.9992 7.25117 20 7.62345 20 8.2H22ZM19.454 6.10899C19.6422 6.20487 19.7951 6.35785 19.891 6.54601L21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698L19.454 6.10899ZM4.2 4C3.65645 4 3.18864 3.99922 2.80497 4.03057C2.40963 4.06287 2.01641 4.13419 1.63803 4.32698L2.54601 6.10899C2.59545 6.0838 2.69617 6.04612 2.96784 6.02393C3.25117 6.00078 3.62345 6 4.2 6V4ZM2 8.2C2 7.62345 2.00078 7.25117 2.02393 6.96784C2.04612 6.69617 2.0838 6.59545 2.10899 6.54601L0.32698 5.63803C0.134186 6.01641 0.0628704 6.40963 0.0305694 6.80497C-0.000777721 7.18864 0 7.65645 0 8.2H2ZM1.63803 4.32698C1.07354 4.6146 0.614601 5.07354 0.32698 5.63803L2.10899 6.54601C2.20487 6.35785 2.35785 6.20487 2.54601 6.10899L1.63803 4.32698Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.7765 1.10222L13.0353 0.136297V0.136297L12.7765 1.10222ZM14 5C14 5.55228 14.4477 6 15 6C15.5523 6 16 5.55228 16 5H14ZM14.8978 3.22354L15.8637 2.96472V2.96472L14.8978 3.22354ZM9.22354 1.10222L9.48236 2.06815L9.22354 1.10222ZM6 5C6 5.55228 6.44772 6 7 6C7.55228 6 8 5.55228 8 5H6ZM7.10222 3.22354L8.06815 3.48236L7.10222 3.22354ZM2.09202 18.782L2.54601 17.891L2.09202 18.782ZM1.21799 17.908L2.10899 17.454L1.21799 17.908ZM20.782 17.908L19.891 17.454L20.782 17.908ZM19.908 18.782L19.454 17.891L19.908 18.782ZM19.908 5.21799L19.454 6.10899L19.908 5.21799ZM20.782 6.09202L19.891 6.54601L20.782 6.09202ZM2.09202 5.21799L2.54601 6.10899L2.09202 5.21799ZM1.21799 6.09202L2.10899 6.54601L1.21799 6.09202ZM11 2C11.9944 2 12.2954 2.00859 12.5176 2.06815L13.0353 0.136297C12.4946 -0.00858915 11.8656 0 11 0V2ZM16 5C16 4.13441 16.0086 3.50545 15.8637 2.96472L13.9319 3.48236C13.9914 3.70464 14 4.00565 14 5H16ZM12.5176 2.06815C13.2078 2.25308 13.7469 2.79218 13.9319 3.48236L15.8637 2.96472C15.4938 1.58436 14.4156 0.506165 13.0353 0.136297L12.5176 2.06815ZM11 0C10.1344 0 9.50545 -0.00858927 8.96472 0.136297L9.48236 2.06815C9.70464 2.00859 10.0056 2 11 2V0ZM8 5C8 4.00565 8.00859 3.70464 8.06815 3.48236L6.1363 2.96472C5.99141 3.50545 6 4.13441 6 5H8ZM8.96472 0.136297C7.58436 0.506165 6.50617 1.58436 6.1363 2.96472L8.06815 3.48236C8.25308 2.79218 8.79218 2.25308 9.48236 2.06815L8.96472 0.136297ZM4.2 6H17.8V4H4.2V6ZM20 8.2V15.8H22V8.2H20ZM17.8 18H4.2V20H17.8V18ZM2 15.8V8.2H0V15.8H2ZM4.2 18C3.62345 18 3.25117 17.9992 2.96784 17.9761C2.69617 17.9539 2.59545 17.9162 2.54601 17.891L1.63803 19.673C2.01641 19.8658 2.40963 19.9371 2.80497 19.9694C3.18864 20.0008 3.65645 20 4.2 20V18ZM0 15.8C0 16.3436 -0.000777721 16.8114 0.0305694 17.195C0.0628704 17.5904 0.134186 17.9836 0.32698 18.362L2.10899 17.454C2.0838 17.4045 2.04612 17.3038 2.02393 17.0322C2.00078 16.7488 2 16.3766 2 15.8H0ZM2.54601 17.891C2.35785 17.7951 2.20487 17.6422 2.10899 17.454L0.32698 18.362C0.614601 18.9265 1.07354 19.3854 1.63803 19.673L2.54601 17.891ZM20 15.8C20 16.3766 19.9992 16.7488 19.9761 17.0322C19.9539 17.3038 19.9162 17.4045 19.891 17.454L21.673 18.362C21.8658 17.9836 21.9371 17.5904 21.9694 17.195C22.0008 16.8114 22 16.3436 22 15.8H20ZM17.8 20C18.3436 20 18.8114 20.0008 19.195 19.9694C19.5904 19.9371 19.9836 19.8658 20.362 19.673L19.454 17.891C19.4045 17.9162 19.3038 17.9539 19.0322 17.9761C18.7488 17.9992 18.3766 18 17.8 18V20ZM19.891 17.454C19.7951 17.6422 19.6422 17.7951 19.454 17.891L20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362L19.891 17.454ZM17.8 6C18.3766 6 18.7488 6.00078 19.0322 6.02393C19.3038 6.04612 19.4045 6.0838 19.454 6.10899L20.362 4.32698C19.9836 4.13419 19.5904 4.06287 19.195 4.03057C18.8114 3.99922 18.3436 4 17.8 4V6ZM22 8.2C22 7.65645 22.0008 7.18864 21.9694 6.80497C21.9371 6.40963 21.8658 6.01641 21.673 5.63803L19.891 6.54601C19.9162 6.59545 19.9539 6.69617 19.9761 6.96784C19.9992 7.25117 20 7.62345 20 8.2H22ZM19.454 6.10899C19.6422 6.20487 19.7951 6.35785 19.891 6.54601L21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698L19.454 6.10899ZM4.2 4C3.65645 4 3.18864 3.99922 2.80497 4.03057C2.40963 4.06287 2.01641 4.13419 1.63803 4.32698L2.54601 6.10899C2.59545 6.0838 2.69617 6.04612 2.96784 6.02393C3.25117 6.00078 3.62345 6 4.2 6V4ZM2 8.2C2 7.62345 2.00078 7.25117 2.02393 6.96784C2.04612 6.69617 2.0838 6.59545 2.10899 6.54601L0.32698 5.63803C0.134186 6.01641 0.0628704 6.40963 0.0305694 6.80497C-0.000777721 7.18864 0 7.65645 0 8.2H2ZM1.63803 4.32698C1.07354 4.6146 0.614601 5.07354 0.32698 5.63803L2.10899 6.54601C2.20487 6.35785 2.35785 6.20487 2.54601 6.10899L1.63803 4.32698Z' fill='black'/%3e %3c/svg%3e")}.u-icon--box{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 6.50006L0.552786 5.60564C0.214002 5.77503 0 6.12129 0 6.50006C0 6.87884 0.214002 7.2251 0.552786 7.39449L1 6.50006ZM21 6.50006L21.4472 7.39449C21.786 7.2251 22 6.87884 22 6.50006C22 6.12129 21.786 5.77503 21.4472 5.60564L21 6.50006ZM10.9078 11.4325L10.7234 12.4153L10.9078 11.4325ZM11.0922 11.4325L11.2766 12.4153L11.0922 11.4325ZM10.6422 1.67895L11.0894 2.57338L10.6422 1.67895ZM10.9078 1.56766L10.7234 0.584804L10.9078 1.56766ZM11.3578 1.67895L10.9106 2.57338L11.3578 1.67895ZM11.0922 1.56766L11.2766 0.584804L11.0922 1.56766ZM15 12.5001C15 13.0524 15.4477 13.5001 16 13.5001C16.5523 13.5001 17 13.0524 17 12.5001H15ZM11.4472 5.60564C10.9532 5.35865 10.3526 5.55887 10.1056 6.05285C9.85858 6.54683 10.0588 7.1475 10.5528 7.39449L11.4472 5.60564ZM15.9727 9.14605L15.0273 9.47212L15.9727 9.14605ZM15.8572 8.95922L16.5716 8.25951L16.5716 8.2595L15.8572 8.95922ZM4 7.50006C4 6.94778 3.55228 6.50006 3 6.50006C2.44772 6.50006 2 6.94778 2 7.50006H4ZM20 7.50006C20 6.94778 19.5523 6.50006 19 6.50006C18.4477 6.50006 18 6.94778 18 7.50006H20ZM3.93335 15.7612L3.51669 16.6702L3.5167 16.6703L3.93335 15.7612ZM10.3334 18.6945L10.75 17.7855H10.75L10.3334 18.6945ZM11.6666 18.6945L12.0833 19.6036L11.6666 18.6945ZM18.0666 15.7612L18.4833 16.6703L18.4833 16.6702L18.0666 15.7612ZM10.8289 18.8853L10.6579 19.8706H10.6579L10.8289 18.8853ZM11.1711 18.8853L11.3421 19.8706H11.3421L11.1711 18.8853ZM18.942 15.0274L18 14.6917L18 14.6917L18.942 15.0274ZM18.6976 15.4082L18 14.6917L18 14.6917L18.6976 15.4082ZM3.05802 15.0274L2.11604 15.363V15.363L3.05802 15.0274ZM3.30238 15.4082L4 14.6917L4 14.6917L3.30238 15.4082ZM10.195 0.784523L0.552786 5.60564L1.44721 7.39449L11.0894 2.57338L10.195 0.784523ZM0.552786 7.39449L10.195 12.2156L11.0894 10.4268L1.44721 5.60564L0.552786 7.39449ZM11.805 12.2156L21.4472 7.39449L20.5528 5.60564L10.9106 10.4268L11.805 12.2156ZM21.4472 5.60564L11.805 0.784523L10.9106 2.57338L20.5528 7.39449L21.4472 5.60564ZM10.195 12.2156C10.2743 12.2553 10.4847 12.3705 10.7234 12.4153L11.0922 10.4496C11.1074 10.4525 11.1218 10.4557 11.1353 10.4593C11.1487 10.4628 11.1603 10.4663 11.1699 10.4695C11.1885 10.4756 11.1989 10.4803 11.1974 10.4796C11.1968 10.4794 11.1942 10.4782 11.1889 10.4758C11.1836 10.4733 11.1766 10.4699 11.1672 10.4653C11.1577 10.4607 11.1468 10.4553 11.1336 10.4488C11.1204 10.4422 11.1061 10.4351 11.0894 10.4268L10.195 12.2156ZM10.9106 10.4268C10.8939 10.4351 10.8796 10.4422 10.8664 10.4488C10.8532 10.4553 10.8423 10.4607 10.8328 10.4653C10.8234 10.4699 10.8164 10.4733 10.8111 10.4758C10.8058 10.4782 10.8032 10.4794 10.8026 10.4796C10.8011 10.4803 10.8115 10.4756 10.8301 10.4695C10.8397 10.4663 10.8513 10.4628 10.8647 10.4593C10.8782 10.4557 10.8926 10.4525 10.9078 10.4496L11.2766 12.4153C11.5153 12.3705 11.7257 12.2553 11.805 12.2156L10.9106 10.4268ZM10.7234 12.4153C10.9062 12.4496 11.0938 12.4496 11.2766 12.4153L10.9078 10.4496C10.9687 10.4382 11.0313 10.4382 11.0922 10.4496L10.7234 12.4153ZM11.0894 2.57338C11.1061 2.56506 11.1204 2.55792 11.1336 2.55133C11.1468 2.54478 11.1577 2.53939 11.1672 2.53479C11.1766 2.53019 11.1836 2.52684 11.1889 2.52437C11.1942 2.52191 11.1968 2.52076 11.1974 2.52051C11.1989 2.51984 11.1885 2.52449 11.1699 2.53064C11.1603 2.53381 11.1487 2.53734 11.1353 2.54086C11.1218 2.54439 11.1074 2.54766 11.0922 2.55051L10.7234 0.584804C10.4847 0.629595 10.2744 0.744855 10.195 0.784523L11.0894 2.57338ZM11.805 0.784523C11.7256 0.744855 11.5153 0.629595 11.2766 0.584804L10.9078 2.55051C10.8926 2.54766 10.8782 2.54439 10.8647 2.54086C10.8513 2.53734 10.8397 2.53381 10.8301 2.53064C10.8115 2.52449 10.8011 2.51984 10.8026 2.52051C10.8032 2.52076 10.8058 2.52191 10.8111 2.52437C10.8164 2.52684 10.8234 2.53019 10.8328 2.53479C10.8423 2.53939 10.8532 2.54478 10.8664 2.55133C10.8796 2.55792 10.8939 2.56506 10.9106 2.57338L11.805 0.784523ZM11.0922 2.55051C11.0313 2.56194 10.9687 2.56194 10.9078 2.55051L11.2766 0.584804C11.0938 0.550508 10.9062 0.550508 10.7234 0.584804L11.0922 2.55051ZM17 12.5001V9.49449H15V12.5001H17ZM16.005 7.88452L11.4472 5.60564L10.5528 7.39449L15.1106 9.67338L16.005 7.88452ZM17 9.49449C17 9.38751 17.013 9.09548 16.918 8.81997L15.0273 9.47212C15.0212 9.45428 15.0161 9.43699 15.012 9.42058C15.0079 9.40427 15.005 9.38991 15.0029 9.37807C14.999 9.35518 14.9983 9.34196 14.9985 9.34492C14.9986 9.34611 14.9988 9.34997 14.999 9.35741C14.9993 9.36485 14.9995 9.37465 14.9996 9.38771C14.9998 9.40078 14.9999 9.41585 15 9.43394C15 9.45212 15 9.47175 15 9.49449H17ZM15.1106 9.67338C15.1309 9.68355 15.1485 9.69233 15.1647 9.7005C15.1808 9.70863 15.1943 9.71546 15.2059 9.72145C15.2175 9.72743 15.2262 9.732 15.2327 9.73554C15.2393 9.73907 15.2426 9.74099 15.2437 9.74159C15.2462 9.74308 15.2347 9.73658 15.216 9.72283C15.2063 9.71571 15.1948 9.7067 15.182 9.69573C15.1692 9.6847 15.156 9.67242 15.1428 9.65894L16.5716 8.2595C16.3677 8.05129 16.1007 7.93237 16.005 7.88452L15.1106 9.67338ZM16.918 8.81997C16.8455 8.60979 16.7272 8.41835 16.5716 8.25951L15.1428 9.65894C15.0909 9.60599 15.0515 9.54218 15.0273 9.47212L16.918 8.81997ZM2 7.50006V14.3067H4V7.50006H2ZM20 14.3067V7.50006H18V14.3067H20ZM3.5167 16.6703L9.9167 19.6036L10.75 17.7855L4.35001 14.8521L3.5167 16.6703ZM12.0833 19.6036L18.4833 16.6703L17.65 14.8521L11.25 17.7855L12.0833 19.6036ZM9.9167 19.6036C10.1138 19.6939 10.3725 19.821 10.6579 19.8706L11 17.9C11.0282 17.9049 11.0359 17.911 10.9962 17.8951C10.9473 17.8756 10.8813 17.8456 10.75 17.7855L9.9167 19.6036ZM11.25 17.7855C11.1187 17.8456 11.0527 17.8756 11.0038 17.8951C10.9641 17.911 10.9718 17.9049 11 17.9L11.3421 19.8706C11.6275 19.821 11.8862 19.6939 12.0833 19.6036L11.25 17.7855ZM10.6579 19.8706C10.8843 19.9099 11.1157 19.9099 11.3421 19.8706L11 17.9H11L10.6579 19.8706ZM18 14.3067C18 14.5051 17.9995 14.6075 17.9948 14.6816C17.9908 14.7437 17.9864 14.7299 18 14.6917L19.884 15.363C20.0139 14.9984 20 14.6031 20 14.3067H18ZM18.4833 16.6702C18.7528 16.5467 19.1179 16.3947 19.3952 16.1246L18 14.6917C18.0291 14.6634 18.0434 14.6617 17.9886 14.6912C17.9233 14.7264 17.8304 14.7695 17.65 14.8521L18.4833 16.6702ZM18 14.6917V14.6917L19.3952 16.1246C19.6142 15.9114 19.7814 15.6509 19.884 15.363L18 14.6917ZM2 14.3067C2 14.6032 1.9861 14.9984 2.11604 15.363L4 14.6917C4.01361 14.7299 4.00918 14.7437 4.00521 14.6816C4.00047 14.6075 4 14.5051 4 14.3067H2ZM4.35001 14.8521C4.16965 14.7695 4.07675 14.7264 4.01138 14.6912C3.95658 14.6617 3.97094 14.6634 4 14.6917L2.60476 16.1246C2.88209 16.3947 3.2472 16.5467 3.51669 16.6702L4.35001 14.8521ZM2.11604 15.363C2.21862 15.6509 2.3858 15.9114 2.60476 16.1246L4 14.6917H4L2.11604 15.363Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 6.50006L0.552786 5.60564C0.214002 5.77503 0 6.12129 0 6.50006C0 6.87884 0.214002 7.2251 0.552786 7.39449L1 6.50006ZM21 6.50006L21.4472 7.39449C21.786 7.2251 22 6.87884 22 6.50006C22 6.12129 21.786 5.77503 21.4472 5.60564L21 6.50006ZM10.9078 11.4325L10.7234 12.4153L10.9078 11.4325ZM11.0922 11.4325L11.2766 12.4153L11.0922 11.4325ZM10.6422 1.67895L11.0894 2.57338L10.6422 1.67895ZM10.9078 1.56766L10.7234 0.584804L10.9078 1.56766ZM11.3578 1.67895L10.9106 2.57338L11.3578 1.67895ZM11.0922 1.56766L11.2766 0.584804L11.0922 1.56766ZM15 12.5001C15 13.0524 15.4477 13.5001 16 13.5001C16.5523 13.5001 17 13.0524 17 12.5001H15ZM11.4472 5.60564C10.9532 5.35865 10.3526 5.55887 10.1056 6.05285C9.85858 6.54683 10.0588 7.1475 10.5528 7.39449L11.4472 5.60564ZM15.9727 9.14605L15.0273 9.47212L15.9727 9.14605ZM15.8572 8.95922L16.5716 8.25951L16.5716 8.2595L15.8572 8.95922ZM4 7.50006C4 6.94778 3.55228 6.50006 3 6.50006C2.44772 6.50006 2 6.94778 2 7.50006H4ZM20 7.50006C20 6.94778 19.5523 6.50006 19 6.50006C18.4477 6.50006 18 6.94778 18 7.50006H20ZM3.93335 15.7612L3.51669 16.6702L3.5167 16.6703L3.93335 15.7612ZM10.3334 18.6945L10.75 17.7855H10.75L10.3334 18.6945ZM11.6666 18.6945L12.0833 19.6036L11.6666 18.6945ZM18.0666 15.7612L18.4833 16.6703L18.4833 16.6702L18.0666 15.7612ZM10.8289 18.8853L10.6579 19.8706H10.6579L10.8289 18.8853ZM11.1711 18.8853L11.3421 19.8706H11.3421L11.1711 18.8853ZM18.942 15.0274L18 14.6917L18 14.6917L18.942 15.0274ZM18.6976 15.4082L18 14.6917L18 14.6917L18.6976 15.4082ZM3.05802 15.0274L2.11604 15.363V15.363L3.05802 15.0274ZM3.30238 15.4082L4 14.6917L4 14.6917L3.30238 15.4082ZM10.195 0.784523L0.552786 5.60564L1.44721 7.39449L11.0894 2.57338L10.195 0.784523ZM0.552786 7.39449L10.195 12.2156L11.0894 10.4268L1.44721 5.60564L0.552786 7.39449ZM11.805 12.2156L21.4472 7.39449L20.5528 5.60564L10.9106 10.4268L11.805 12.2156ZM21.4472 5.60564L11.805 0.784523L10.9106 2.57338L20.5528 7.39449L21.4472 5.60564ZM10.195 12.2156C10.2743 12.2553 10.4847 12.3705 10.7234 12.4153L11.0922 10.4496C11.1074 10.4525 11.1218 10.4557 11.1353 10.4593C11.1487 10.4628 11.1603 10.4663 11.1699 10.4695C11.1885 10.4756 11.1989 10.4803 11.1974 10.4796C11.1968 10.4794 11.1942 10.4782 11.1889 10.4758C11.1836 10.4733 11.1766 10.4699 11.1672 10.4653C11.1577 10.4607 11.1468 10.4553 11.1336 10.4488C11.1204 10.4422 11.1061 10.4351 11.0894 10.4268L10.195 12.2156ZM10.9106 10.4268C10.8939 10.4351 10.8796 10.4422 10.8664 10.4488C10.8532 10.4553 10.8423 10.4607 10.8328 10.4653C10.8234 10.4699 10.8164 10.4733 10.8111 10.4758C10.8058 10.4782 10.8032 10.4794 10.8026 10.4796C10.8011 10.4803 10.8115 10.4756 10.8301 10.4695C10.8397 10.4663 10.8513 10.4628 10.8647 10.4593C10.8782 10.4557 10.8926 10.4525 10.9078 10.4496L11.2766 12.4153C11.5153 12.3705 11.7257 12.2553 11.805 12.2156L10.9106 10.4268ZM10.7234 12.4153C10.9062 12.4496 11.0938 12.4496 11.2766 12.4153L10.9078 10.4496C10.9687 10.4382 11.0313 10.4382 11.0922 10.4496L10.7234 12.4153ZM11.0894 2.57338C11.1061 2.56506 11.1204 2.55792 11.1336 2.55133C11.1468 2.54478 11.1577 2.53939 11.1672 2.53479C11.1766 2.53019 11.1836 2.52684 11.1889 2.52437C11.1942 2.52191 11.1968 2.52076 11.1974 2.52051C11.1989 2.51984 11.1885 2.52449 11.1699 2.53064C11.1603 2.53381 11.1487 2.53734 11.1353 2.54086C11.1218 2.54439 11.1074 2.54766 11.0922 2.55051L10.7234 0.584804C10.4847 0.629595 10.2744 0.744855 10.195 0.784523L11.0894 2.57338ZM11.805 0.784523C11.7256 0.744855 11.5153 0.629595 11.2766 0.584804L10.9078 2.55051C10.8926 2.54766 10.8782 2.54439 10.8647 2.54086C10.8513 2.53734 10.8397 2.53381 10.8301 2.53064C10.8115 2.52449 10.8011 2.51984 10.8026 2.52051C10.8032 2.52076 10.8058 2.52191 10.8111 2.52437C10.8164 2.52684 10.8234 2.53019 10.8328 2.53479C10.8423 2.53939 10.8532 2.54478 10.8664 2.55133C10.8796 2.55792 10.8939 2.56506 10.9106 2.57338L11.805 0.784523ZM11.0922 2.55051C11.0313 2.56194 10.9687 2.56194 10.9078 2.55051L11.2766 0.584804C11.0938 0.550508 10.9062 0.550508 10.7234 0.584804L11.0922 2.55051ZM17 12.5001V9.49449H15V12.5001H17ZM16.005 7.88452L11.4472 5.60564L10.5528 7.39449L15.1106 9.67338L16.005 7.88452ZM17 9.49449C17 9.38751 17.013 9.09548 16.918 8.81997L15.0273 9.47212C15.0212 9.45428 15.0161 9.43699 15.012 9.42058C15.0079 9.40427 15.005 9.38991 15.0029 9.37807C14.999 9.35518 14.9983 9.34196 14.9985 9.34492C14.9986 9.34611 14.9988 9.34997 14.999 9.35741C14.9993 9.36485 14.9995 9.37465 14.9996 9.38771C14.9998 9.40078 14.9999 9.41585 15 9.43394C15 9.45212 15 9.47175 15 9.49449H17ZM15.1106 9.67338C15.1309 9.68355 15.1485 9.69233 15.1647 9.7005C15.1808 9.70863 15.1943 9.71546 15.2059 9.72145C15.2175 9.72743 15.2262 9.732 15.2327 9.73554C15.2393 9.73907 15.2426 9.74099 15.2437 9.74159C15.2462 9.74308 15.2347 9.73658 15.216 9.72283C15.2063 9.71571 15.1948 9.7067 15.182 9.69573C15.1692 9.6847 15.156 9.67242 15.1428 9.65894L16.5716 8.2595C16.3677 8.05129 16.1007 7.93237 16.005 7.88452L15.1106 9.67338ZM16.918 8.81997C16.8455 8.60979 16.7272 8.41835 16.5716 8.25951L15.1428 9.65894C15.0909 9.60599 15.0515 9.54218 15.0273 9.47212L16.918 8.81997ZM2 7.50006V14.3067H4V7.50006H2ZM20 14.3067V7.50006H18V14.3067H20ZM3.5167 16.6703L9.9167 19.6036L10.75 17.7855L4.35001 14.8521L3.5167 16.6703ZM12.0833 19.6036L18.4833 16.6703L17.65 14.8521L11.25 17.7855L12.0833 19.6036ZM9.9167 19.6036C10.1138 19.6939 10.3725 19.821 10.6579 19.8706L11 17.9C11.0282 17.9049 11.0359 17.911 10.9962 17.8951C10.9473 17.8756 10.8813 17.8456 10.75 17.7855L9.9167 19.6036ZM11.25 17.7855C11.1187 17.8456 11.0527 17.8756 11.0038 17.8951C10.9641 17.911 10.9718 17.9049 11 17.9L11.3421 19.8706C11.6275 19.821 11.8862 19.6939 12.0833 19.6036L11.25 17.7855ZM10.6579 19.8706C10.8843 19.9099 11.1157 19.9099 11.3421 19.8706L11 17.9H11L10.6579 19.8706ZM18 14.3067C18 14.5051 17.9995 14.6075 17.9948 14.6816C17.9908 14.7437 17.9864 14.7299 18 14.6917L19.884 15.363C20.0139 14.9984 20 14.6031 20 14.3067H18ZM18.4833 16.6702C18.7528 16.5467 19.1179 16.3947 19.3952 16.1246L18 14.6917C18.0291 14.6634 18.0434 14.6617 17.9886 14.6912C17.9233 14.7264 17.8304 14.7695 17.65 14.8521L18.4833 16.6702ZM18 14.6917V14.6917L19.3952 16.1246C19.6142 15.9114 19.7814 15.6509 19.884 15.363L18 14.6917ZM2 14.3067C2 14.6032 1.9861 14.9984 2.11604 15.363L4 14.6917C4.01361 14.7299 4.00918 14.7437 4.00521 14.6816C4.00047 14.6075 4 14.5051 4 14.3067H2ZM4.35001 14.8521C4.16965 14.7695 4.07675 14.7264 4.01138 14.6912C3.95658 14.6617 3.97094 14.6634 4 14.6917L2.60476 16.1246C2.88209 16.3947 3.2472 16.5467 3.51669 16.6702L4.35001 14.8521ZM2.11604 15.363C2.21862 15.6509 2.3858 15.9114 2.60476 16.1246L4 14.6917H4L2.11604 15.363Z' fill='black'/%3e %3c/svg%3e")}.u-icon--book-closed{mask-image:url("data:image/svg+xml,%3csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 20.673L2.18404 21.564L2.63803 20.673ZM1.32698 19.362L0.435974 19.816L1.32698 19.362ZM16.782 19.908L15.891 19.454L16.782 19.908ZM15.908 20.782L15.454 19.891L15.908 20.782ZM15.908 1.21799L15.454 2.10899L15.908 1.21799ZM16.782 2.09202L15.891 2.54601L16.782 2.09202ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM17 15H18C18 14.4477 17.5523 14 17 14V15ZM16 18C16 18.5523 16.4477 19 17 19C17.5523 19 18 18.5523 18 18H16ZM0 18C0 18.5523 0.447715 19 1 19C1.55228 19 2 18.5523 2 18H0ZM5.8 2H13.8V0H5.8V2ZM16 4.2V17.8H18V4.2H16ZM13.8 20H5.8V22H13.8V20ZM2 16.2V5.8H0V16.2H2ZM5.8 20C4.94342 20 4.36113 19.9992 3.91104 19.9624C3.47262 19.9266 3.24842 19.8617 3.09202 19.782L2.18404 21.564C2.66937 21.8113 3.18608 21.9099 3.74817 21.9558C4.2986 22.0008 4.97642 22 5.8 22V20ZM0 16.2C0 17.0236 -0.000777721 17.7014 0.0441936 18.2518C0.0901188 18.8139 0.188683 19.3306 0.435974 19.816L2.21799 18.908C2.1383 18.7516 2.07337 18.5274 2.03755 18.089C2.00078 17.6389 2 17.0566 2 16.2H0ZM3.09202 19.782C2.7157 19.5903 2.40973 19.2843 2.21799 18.908L0.435974 19.816C0.819467 20.5686 1.43139 21.1805 2.18404 21.564L3.09202 19.782ZM16 17.8C16 18.3766 15.9992 18.7488 15.9761 19.0322C15.9539 19.3038 15.9162 19.4045 15.891 19.454L17.673 20.362C17.8658 19.9836 17.9371 19.5904 17.9694 19.195C18.0008 18.8114 18 18.3436 18 17.8H16ZM13.8 22C14.3436 22 14.8114 22.0008 15.195 21.9694C15.5904 21.9371 15.9836 21.8658 16.362 21.673L15.454 19.891C15.4045 19.9162 15.3038 19.9539 15.0322 19.9761C14.7488 19.9992 14.3766 20 13.8 20V22ZM15.891 19.454C15.7951 19.6422 15.6422 19.7951 15.454 19.891L16.362 21.673C16.9265 21.3854 17.3854 20.9265 17.673 20.362L15.891 19.454ZM13.8 2C14.3766 2 14.7488 2.00078 15.0322 2.02393C15.3038 2.04612 15.4045 2.0838 15.454 2.10899L16.362 0.32698C15.9836 0.134186 15.5904 0.0628704 15.195 0.0305694C14.8114 -0.000777721 14.3436 0 13.8 0V2ZM18 4.2C18 3.65645 18.0008 3.18864 17.9694 2.80497C17.9371 2.40963 17.8658 2.01641 17.673 1.63803L15.891 2.54601C15.9162 2.59545 15.9539 2.69617 15.9761 2.96784C15.9992 3.25117 16 3.62345 16 4.2H18ZM15.454 2.10899C15.6422 2.20487 15.7951 2.35785 15.891 2.54601L17.673 1.63803C17.3854 1.07354 16.9265 0.614601 16.362 0.32698L15.454 2.10899ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM4 16H17V14H4V16ZM16 15V18H18V15H16ZM4 14C1.79086 14 0 15.7909 0 18H2C2 16.8954 2.89543 16 4 16V14Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='18' height='22' viewBox='0 0 18 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 20.673L2.18404 21.564L2.63803 20.673ZM1.32698 19.362L0.435974 19.816L1.32698 19.362ZM16.782 19.908L15.891 19.454L16.782 19.908ZM15.908 20.782L15.454 19.891L15.908 20.782ZM15.908 1.21799L15.454 2.10899L15.908 1.21799ZM16.782 2.09202L15.891 2.54601L16.782 2.09202ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM17 15H18C18 14.4477 17.5523 14 17 14V15ZM16 18C16 18.5523 16.4477 19 17 19C17.5523 19 18 18.5523 18 18H16ZM0 18C0 18.5523 0.447715 19 1 19C1.55228 19 2 18.5523 2 18H0ZM5.8 2H13.8V0H5.8V2ZM16 4.2V17.8H18V4.2H16ZM13.8 20H5.8V22H13.8V20ZM2 16.2V5.8H0V16.2H2ZM5.8 20C4.94342 20 4.36113 19.9992 3.91104 19.9624C3.47262 19.9266 3.24842 19.8617 3.09202 19.782L2.18404 21.564C2.66937 21.8113 3.18608 21.9099 3.74817 21.9558C4.2986 22.0008 4.97642 22 5.8 22V20ZM0 16.2C0 17.0236 -0.000777721 17.7014 0.0441936 18.2518C0.0901188 18.8139 0.188683 19.3306 0.435974 19.816L2.21799 18.908C2.1383 18.7516 2.07337 18.5274 2.03755 18.089C2.00078 17.6389 2 17.0566 2 16.2H0ZM3.09202 19.782C2.7157 19.5903 2.40973 19.2843 2.21799 18.908L0.435974 19.816C0.819467 20.5686 1.43139 21.1805 2.18404 21.564L3.09202 19.782ZM16 17.8C16 18.3766 15.9992 18.7488 15.9761 19.0322C15.9539 19.3038 15.9162 19.4045 15.891 19.454L17.673 20.362C17.8658 19.9836 17.9371 19.5904 17.9694 19.195C18.0008 18.8114 18 18.3436 18 17.8H16ZM13.8 22C14.3436 22 14.8114 22.0008 15.195 21.9694C15.5904 21.9371 15.9836 21.8658 16.362 21.673L15.454 19.891C15.4045 19.9162 15.3038 19.9539 15.0322 19.9761C14.7488 19.9992 14.3766 20 13.8 20V22ZM15.891 19.454C15.7951 19.6422 15.6422 19.7951 15.454 19.891L16.362 21.673C16.9265 21.3854 17.3854 20.9265 17.673 20.362L15.891 19.454ZM13.8 2C14.3766 2 14.7488 2.00078 15.0322 2.02393C15.3038 2.04612 15.4045 2.0838 15.454 2.10899L16.362 0.32698C15.9836 0.134186 15.5904 0.0628704 15.195 0.0305694C14.8114 -0.000777721 14.3436 0 13.8 0V2ZM18 4.2C18 3.65645 18.0008 3.18864 17.9694 2.80497C17.9371 2.40963 17.8658 2.01641 17.673 1.63803L15.891 2.54601C15.9162 2.59545 15.9539 2.69617 15.9761 2.96784C15.9992 3.25117 16 3.62345 16 4.2H18ZM15.454 2.10899C15.6422 2.20487 15.7951 2.35785 15.891 2.54601L17.673 1.63803C17.3854 1.07354 16.9265 0.614601 16.362 0.32698L15.454 2.10899ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM4 16H17V14H4V16ZM16 15V18H18V15H16ZM4 14C1.79086 14 0 15.7909 0 18H2C2 16.8954 2.89543 16 4 16V14Z' fill='black'/%3e %3c/svg%3e")}.u-icon--bookshelf{mask-image:url("data:image/svg+xml,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.9448 8.26292L16.9523 6.93786M14.1063 16.1122L19.1177 14.8012M5.74978 2.18853C5.74978 1.53272 5.21814 1.00109 4.56234 1.00109H2.18745C1.53164 1.00109 1 1.53272 1 2.18853V18.8128C1 19.4686 1.53164 20.0002 2.18745 20.0002H4.56234C5.21814 20.0002 5.74978 19.4686 5.74978 18.8128M5.74978 2.18853V18.8128M5.74978 2.18853C5.74978 1.53272 6.28142 1.00109 6.93723 1.00109H9.31212C9.96792 1.00109 10.4996 1.53272 10.4996 2.18853V18.8128C10.4996 19.4686 9.96792 20.0002 9.31212 20.0002H6.93723C6.28142 20.0002 5.74978 19.4686 5.74978 18.8128M1 5.75087H5.74978M5.74978 15.2504H10.4996M11.4509 1.6656L14.0442 1.03625C14.7116 0.875949 15.3896 1.26187 15.5665 1.90546L19.9542 17.8386C20.0316 18.1303 19.9973 18.4404 19.858 18.7081C19.7188 18.9759 19.4846 19.182 19.2013 19.2861L19.0434 19.3348L16.45 19.9641C15.7827 20.1244 15.1046 19.7385 14.9277 19.0949L10.5401 3.16178C10.4627 2.87008 10.497 2.56 10.6362 2.29225C10.7755 2.02451 11.0097 1.8184 11.2929 1.71428L11.4509 1.6656Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.9448 8.26292L16.9523 6.93786M14.1063 16.1122L19.1177 14.8012M5.74978 2.18853C5.74978 1.53272 5.21814 1.00109 4.56234 1.00109H2.18745C1.53164 1.00109 1 1.53272 1 2.18853V18.8128C1 19.4686 1.53164 20.0002 2.18745 20.0002H4.56234C5.21814 20.0002 5.74978 19.4686 5.74978 18.8128M5.74978 2.18853V18.8128M5.74978 2.18853C5.74978 1.53272 6.28142 1.00109 6.93723 1.00109H9.31212C9.96792 1.00109 10.4996 1.53272 10.4996 2.18853V18.8128C10.4996 19.4686 9.96792 20.0002 9.31212 20.0002H6.93723C6.28142 20.0002 5.74978 19.4686 5.74978 18.8128M1 5.75087H5.74978M5.74978 15.2504H10.4996M11.4509 1.6656L14.0442 1.03625C14.7116 0.875949 15.3896 1.26187 15.5665 1.90546L19.9542 17.8386C20.0316 18.1303 19.9973 18.4404 19.858 18.7081C19.7188 18.9759 19.4846 19.182 19.2013 19.2861L19.0434 19.3348L16.45 19.9641C15.7827 20.1244 15.1046 19.7385 14.9277 19.0949L10.5401 3.16178C10.4627 2.87008 10.497 2.56 10.6362 2.29225C10.7755 2.02451 11.0097 1.8184 11.2929 1.71428L11.4509 1.6656Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--building{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--check-circle{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--chevron{mask-image:url("data:image/svg+xml,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.29289 15.7071C7.68342 16.0976 8.31658 16.0976 8.70711 15.7071C9.09763 15.3166 9.09763 14.6834 8.70711 14.2929L7.29289 15.7071ZM1 8L0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L1 8ZM8.70711 1.70711C9.09763 1.31658 9.09763 0.683417 8.70711 0.292893C8.31658 -0.0976311 7.68342 -0.0976311 7.29289 0.292893L8.70711 1.70711ZM8.70711 14.2929L1.70711 7.29289L0.292893 8.70711L7.29289 15.7071L8.70711 14.2929ZM1.70711 8.70711L8.70711 1.70711L7.29289 0.292893L0.292893 7.29289L1.70711 8.70711Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.29289 15.7071C7.68342 16.0976 8.31658 16.0976 8.70711 15.7071C9.09763 15.3166 9.09763 14.6834 8.70711 14.2929L7.29289 15.7071ZM1 8L0.292893 7.29289C-0.0976311 7.68342 -0.0976311 8.31658 0.292893 8.70711L1 8ZM8.70711 1.70711C9.09763 1.31658 9.09763 0.683417 8.70711 0.292893C8.31658 -0.0976311 7.68342 -0.0976311 7.29289 0.292893L8.70711 1.70711ZM8.70711 14.2929L1.70711 7.29289L0.292893 8.70711L7.29289 15.7071L8.70711 14.2929ZM1.70711 8.70711L8.70711 1.70711L7.29289 0.292893L0.292893 7.29289L1.70711 8.70711Z' fill='black'/%3e %3c/svg%3e")}.u-icon--class-admin{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 19C20 19.5523 20.4477 20 21 20C21.5523 20 22 19.5523 22 19H20ZM18.2493 12.1576C17.7144 12.0199 17.1692 12.3419 17.0316 12.8768C16.8939 13.4116 17.2159 13.9568 17.7507 14.0945L18.2493 12.1576ZM14.8752 0.363821C14.3633 0.156595 13.7803 0.40361 13.5731 0.915544C13.3658 1.42748 13.6129 2.01047 14.1248 2.2177L14.8752 0.363821ZM14.1248 7.7823C13.6129 7.98953 13.3658 8.57252 13.5731 9.08446C13.7803 9.59639 14.3633 9.8434 14.8752 9.63618L14.1248 7.7823ZM13.5307 13.3045L13.9134 12.3806L13.5307 13.3045ZM15 19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19H15ZM15.6955 15.4693L16.6194 15.0866V15.0866L15.6955 15.4693ZM3.46927 13.3045L3.08658 12.3806L3.46927 13.3045ZM0 19C0 19.5523 0.447715 20 1 20C1.55228 20 2 19.5523 2 19H0ZM1.30448 15.4693L0.380602 15.0866H0.380602L1.30448 15.4693ZM20 17V19H22V17H20ZM17.7507 14.0945C19.0449 14.4275 20 15.6035 20 17H22C22 14.6688 20.4056 12.7126 18.2493 12.1576L17.7507 14.0945ZM14.1248 2.2177C15.2261 2.66348 16 3.74256 16 5H18C18 2.90006 16.7058 1.10481 14.8752 0.363821L14.1248 2.2177ZM16 5C16 6.25744 15.2261 7.33652 14.1248 7.7823L14.8752 9.63618C16.7058 8.89519 18 7.09994 18 5H16ZM7 14H10V12H7V14ZM10 14C10.9456 14 11.6047 14.0005 12.1206 14.0357C12.6275 14.0703 12.9227 14.135 13.1481 14.2284L13.9134 12.3806C13.4037 12.1695 12.8654 12.0819 12.2567 12.0404C11.6569 11.9995 10.9182 12 10 12V14ZM17 19C17 18.0818 17.0005 17.3431 16.9596 16.7433C16.9181 16.1346 16.8305 15.5963 16.6194 15.0866L14.7716 15.8519C14.865 16.0773 14.9297 16.3725 14.9643 16.8794C14.9995 17.3953 15 18.0544 15 19H17ZM13.1481 14.2284C13.8831 14.5328 14.4672 15.1169 14.7716 15.8519L16.6194 15.0866C16.1119 13.8614 15.1386 12.8881 13.9134 12.3806L13.1481 14.2284ZM7 12C6.0818 12 5.34307 11.9995 4.74331 12.0404C4.13456 12.0819 3.59628 12.1695 3.08658 12.3806L3.85195 14.2284C4.07733 14.135 4.37254 14.0703 4.87945 14.0357C5.39534 14.0005 6.05443 14 7 14V12ZM2 19C2 18.0544 2.00054 17.3953 2.03574 16.8794C2.07033 16.3725 2.135 16.0773 2.22836 15.8519L0.380602 15.0866C0.169478 15.5963 0.0819139 16.1346 0.0403798 16.7433C-0.000541568 17.3431 0 18.0818 0 19H2ZM3.08658 12.3806C1.86144 12.8881 0.888072 13.8614 0.380602 15.0866L2.22836 15.8519C2.53284 15.1169 3.11687 14.5328 3.85195 14.2284L3.08658 12.3806ZM11.5 5C11.5 6.65685 10.1569 8 8.5 8V10C11.2614 10 13.5 7.76142 13.5 5H11.5ZM8.5 8C6.84315 8 5.5 6.65685 5.5 5H3.5C3.5 7.76142 5.73858 10 8.5 10V8ZM5.5 5C5.5 3.34315 6.84315 2 8.5 2V0C5.73858 0 3.5 2.23858 3.5 5H5.5ZM8.5 2C10.1569 2 11.5 3.34315 11.5 5H13.5C13.5 2.23858 11.2614 0 8.5 0V2Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 19C20 19.5523 20.4477 20 21 20C21.5523 20 22 19.5523 22 19H20ZM18.2493 12.1576C17.7144 12.0199 17.1692 12.3419 17.0316 12.8768C16.8939 13.4116 17.2159 13.9568 17.7507 14.0945L18.2493 12.1576ZM14.8752 0.363821C14.3633 0.156595 13.7803 0.40361 13.5731 0.915544C13.3658 1.42748 13.6129 2.01047 14.1248 2.2177L14.8752 0.363821ZM14.1248 7.7823C13.6129 7.98953 13.3658 8.57252 13.5731 9.08446C13.7803 9.59639 14.3633 9.8434 14.8752 9.63618L14.1248 7.7823ZM13.5307 13.3045L13.9134 12.3806L13.5307 13.3045ZM15 19C15 19.5523 15.4477 20 16 20C16.5523 20 17 19.5523 17 19H15ZM15.6955 15.4693L16.6194 15.0866V15.0866L15.6955 15.4693ZM3.46927 13.3045L3.08658 12.3806L3.46927 13.3045ZM0 19C0 19.5523 0.447715 20 1 20C1.55228 20 2 19.5523 2 19H0ZM1.30448 15.4693L0.380602 15.0866H0.380602L1.30448 15.4693ZM20 17V19H22V17H20ZM17.7507 14.0945C19.0449 14.4275 20 15.6035 20 17H22C22 14.6688 20.4056 12.7126 18.2493 12.1576L17.7507 14.0945ZM14.1248 2.2177C15.2261 2.66348 16 3.74256 16 5H18C18 2.90006 16.7058 1.10481 14.8752 0.363821L14.1248 2.2177ZM16 5C16 6.25744 15.2261 7.33652 14.1248 7.7823L14.8752 9.63618C16.7058 8.89519 18 7.09994 18 5H16ZM7 14H10V12H7V14ZM10 14C10.9456 14 11.6047 14.0005 12.1206 14.0357C12.6275 14.0703 12.9227 14.135 13.1481 14.2284L13.9134 12.3806C13.4037 12.1695 12.8654 12.0819 12.2567 12.0404C11.6569 11.9995 10.9182 12 10 12V14ZM17 19C17 18.0818 17.0005 17.3431 16.9596 16.7433C16.9181 16.1346 16.8305 15.5963 16.6194 15.0866L14.7716 15.8519C14.865 16.0773 14.9297 16.3725 14.9643 16.8794C14.9995 17.3953 15 18.0544 15 19H17ZM13.1481 14.2284C13.8831 14.5328 14.4672 15.1169 14.7716 15.8519L16.6194 15.0866C16.1119 13.8614 15.1386 12.8881 13.9134 12.3806L13.1481 14.2284ZM7 12C6.0818 12 5.34307 11.9995 4.74331 12.0404C4.13456 12.0819 3.59628 12.1695 3.08658 12.3806L3.85195 14.2284C4.07733 14.135 4.37254 14.0703 4.87945 14.0357C5.39534 14.0005 6.05443 14 7 14V12ZM2 19C2 18.0544 2.00054 17.3953 2.03574 16.8794C2.07033 16.3725 2.135 16.0773 2.22836 15.8519L0.380602 15.0866C0.169478 15.5963 0.0819139 16.1346 0.0403798 16.7433C-0.000541568 17.3431 0 18.0818 0 19H2ZM3.08658 12.3806C1.86144 12.8881 0.888072 13.8614 0.380602 15.0866L2.22836 15.8519C2.53284 15.1169 3.11687 14.5328 3.85195 14.2284L3.08658 12.3806ZM11.5 5C11.5 6.65685 10.1569 8 8.5 8V10C11.2614 10 13.5 7.76142 13.5 5H11.5ZM8.5 8C6.84315 8 5.5 6.65685 5.5 5H3.5C3.5 7.76142 5.73858 10 8.5 10V8ZM5.5 5C5.5 3.34315 6.84315 2 8.5 2V0C5.73858 0 3.5 2.23858 3.5 5H5.5ZM8.5 2C10.1569 2 11.5 3.34315 11.5 5H13.5C13.5 2.23858 11.2614 0 8.5 0V2Z' fill='black'/%3e %3c/svg%3e")}.u-icon--clock{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.0002 10V20L26.6668 23.3334M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.0002 10V20L26.6668 23.3334M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--close{mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.7071 1.70711C16.0976 1.31658 16.0976 0.683417 15.7071 0.292893C15.3166 -0.0976311 14.6834 -0.0976311 14.2929 0.292893L15.7071 1.70711ZM0.292893 14.2929C-0.0976311 14.6834 -0.0976311 15.3166 0.292893 15.7071C0.683417 16.0976 1.31658 16.0976 1.70711 15.7071L0.292893 14.2929ZM1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.2929 15.7071ZM14.2929 0.292893L0.292893 14.2929L1.70711 15.7071L15.7071 1.70711L14.2929 0.292893ZM0.292893 1.70711L14.2929 15.7071L15.7071 14.2929L1.70711 0.292893L0.292893 1.70711Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.7071 1.70711C16.0976 1.31658 16.0976 0.683417 15.7071 0.292893C15.3166 -0.0976311 14.6834 -0.0976311 14.2929 0.292893L15.7071 1.70711ZM0.292893 14.2929C-0.0976311 14.6834 -0.0976311 15.3166 0.292893 15.7071C0.683417 16.0976 1.31658 16.0976 1.70711 15.7071L0.292893 14.2929ZM1.70711 0.292893C1.31658 -0.0976311 0.683417 -0.0976311 0.292893 0.292893C-0.0976311 0.683417 -0.0976311 1.31658 0.292893 1.70711L1.70711 0.292893ZM14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.2929 15.7071ZM14.2929 0.292893L0.292893 14.2929L1.70711 15.7071L15.7071 1.70711L14.2929 0.292893ZM0.292893 1.70711L14.2929 15.7071L15.7071 14.2929L1.70711 0.292893L0.292893 1.70711Z' fill='black'/%3e %3c/svg%3e")}.u-icon--copy{mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.15353 35.3034L4.83451 33.9668L4.15353 35.3034ZM2.69681 33.8466L4.03332 33.1657L2.69681 33.8466ZM25.3035 33.8466L23.967 33.1657L25.3035 33.8466ZM23.8468 35.3034L23.1658 33.9668L23.8468 35.3034ZM23.8468 12.6966L23.1658 14.0332L23.8468 12.6966ZM25.3035 14.1534L23.967 14.8344L25.3035 14.1534ZM4.15353 12.6966L4.83451 14.0332L4.15353 12.6966ZM2.69681 14.1534L4.03332 14.8344L2.69681 14.1534ZM10.8335 12.3333C10.8335 13.1618 11.5051 13.8333 12.3335 13.8333C13.1619 13.8333 13.8335 13.1618 13.8335 12.3333H10.8335ZM25.6668 24.1667C24.8384 24.1667 24.1668 24.8382 24.1668 25.6667C24.1668 26.4951 24.8384 27.1667 25.6668 27.1667V24.1667ZM33.8468 25.3034L33.1658 23.9668L33.1658 23.9668L33.8468 25.3034ZM35.3035 23.8466L33.967 23.1656V23.1656L35.3035 23.8466ZM33.8468 2.69664L33.1658 4.03315L33.1658 4.03315L33.8468 2.69664ZM35.3035 4.15336L33.967 4.83435V4.83435L35.3035 4.15336ZM14.1535 2.69664L13.4725 1.36013V1.36013L14.1535 2.69664ZM12.6968 4.15336L11.3603 3.47238V3.47238L12.6968 4.15336ZM7.66683 13.8333H20.3335V10.8333H7.66683V13.8333ZM24.1668 17.6667V30.3333H27.1668V17.6667H24.1668ZM20.3335 34.1667H7.66683V37.1667H20.3335V34.1667ZM3.8335 30.3333V17.6667H0.833496V30.3333H3.8335ZM7.66683 34.1667C6.70866 34.1667 6.08024 34.1655 5.59965 34.1262C5.13657 34.0884 4.94433 34.0228 4.83451 33.9668L3.47254 36.6399C4.07576 36.9472 4.70675 37.0633 5.35535 37.1163C5.98645 37.1678 6.75816 37.1667 7.66683 37.1667V34.1667ZM0.833496 30.3333C0.833496 31.242 0.83233 32.0137 0.883892 32.6448C0.936885 33.2934 1.05294 33.9244 1.3603 34.5276L4.03332 33.1657C3.97736 33.0558 3.91176 32.8636 3.87393 32.4005C3.83466 31.9199 3.8335 31.2915 3.8335 30.3333H0.833496ZM4.83451 33.9668C4.48955 33.7911 4.20908 33.5106 4.03332 33.1657L1.3603 34.5276C1.82369 35.4371 2.56309 36.1765 3.47254 36.6399L4.83451 33.9668ZM24.1668 30.3333C24.1668 31.2915 24.1657 31.9199 24.1264 32.4005C24.0886 32.8636 24.023 33.0558 23.967 33.1657L26.64 34.5276C26.9474 33.9244 27.0634 33.2934 27.1164 32.6448C27.168 32.0137 27.1668 31.242 27.1668 30.3333H24.1668ZM20.3335 37.1667C21.2422 37.1667 22.0139 37.1678 22.645 37.1163C23.2936 37.0633 23.9246 36.9472 24.5278 36.6399L23.1658 33.9668C23.056 34.0228 22.8638 34.0884 22.4007 34.1262C21.9201 34.1655 21.2917 34.1667 20.3335 34.1667V37.1667ZM23.967 33.1657C23.7912 33.5106 23.5108 33.7911 23.1658 33.9668L24.5278 36.6399C25.4372 36.1765 26.1766 35.4371 26.64 34.5276L23.967 33.1657ZM20.3335 13.8333C21.2917 13.8333 21.9201 13.8345 22.4007 13.8738C22.8638 13.9116 23.056 13.9772 23.1658 14.0332L24.5278 11.3601C23.9246 11.0528 23.2936 10.9367 22.645 10.8837C22.0139 10.8322 21.2422 10.8333 20.3335 10.8333V13.8333ZM27.1668 17.6667C27.1668 16.758 27.168 15.9863 27.1164 15.3552C27.0634 14.7066 26.9474 14.0756 26.64 13.4724L23.967 14.8344C24.023 14.9442 24.0886 15.1364 24.1264 15.5995C24.1657 16.0801 24.1668 16.7085 24.1668 17.6667H27.1668ZM23.1658 14.0332C23.5108 14.2089 23.7912 14.4894 23.967 14.8344L26.64 13.4724C26.1766 12.5629 25.4372 11.8235 24.5278 11.3601L23.1658 14.0332ZM7.66683 10.8333C6.75816 10.8333 5.98645 10.8322 5.35535 10.8837C4.70675 10.9367 4.07576 11.0528 3.47254 11.3601L4.83451 14.0332C4.94433 13.9772 5.13657 13.9116 5.59965 13.8738C6.08024 13.8345 6.70866 13.8333 7.66683 13.8333V10.8333ZM3.8335 17.6667C3.8335 16.7085 3.83466 16.0801 3.87393 15.5995C3.91176 15.1364 3.97736 14.9442 4.03332 14.8344L1.3603 13.4724C1.05294 14.0756 0.936885 14.7066 0.883892 15.3552C0.83233 15.9863 0.833496 16.758 0.833496 17.6667H3.8335ZM3.47254 11.3601C2.56309 11.8235 1.82369 12.5629 1.3603 13.4724L4.03332 14.8344C4.20909 14.4894 4.48955 14.2089 4.83451 14.0332L3.47254 11.3601ZM17.6668 3.83333H30.3335V0.833333H17.6668V3.83333ZM13.8335 12.3333V7.66667H10.8335V12.3333H13.8335ZM30.3335 24.1667H25.6668V27.1667H30.3335V24.1667ZM34.1668 7.66667V20.3333H37.1668V7.66667H34.1668ZM30.3335 27.1667C31.2422 27.1667 32.0139 27.1678 32.645 27.1163C33.2936 27.0633 33.9246 26.9472 34.5278 26.6399L33.1658 23.9668C33.056 24.0228 32.8638 24.0884 32.4007 24.1262C31.9201 24.1655 31.2917 24.1667 30.3335 24.1667V27.1667ZM34.1668 20.3333C34.1668 21.2915 34.1657 21.9199 34.1264 22.4005C34.0886 22.8636 34.023 23.0558 33.967 23.1656L36.64 24.5276C36.9474 23.9244 37.0634 23.2934 37.1164 22.6448C37.168 22.0137 37.1668 21.242 37.1668 20.3333H34.1668ZM34.5278 26.6399C35.4372 26.1765 36.1766 25.4371 36.64 24.5276L33.967 23.1656C33.7912 23.5106 33.5108 23.7911 33.1658 23.9668L34.5278 26.6399ZM30.3335 3.83333C31.2917 3.83333 31.9201 3.8345 32.4007 3.87377C32.8638 3.9116 33.056 3.9772 33.1658 4.03315L34.5278 1.36014C33.9246 1.05278 33.2936 0.936721 32.645 0.883729C32.0139 0.832166 31.2422 0.833333 30.3335 0.833333V3.83333ZM37.1668 7.66667C37.1668 6.758 37.168 5.98628 37.1164 5.35519C37.0634 4.70659 36.9474 4.0756 36.64 3.47238L33.967 4.83435C34.023 4.94417 34.0886 5.13641 34.1264 5.59949C34.1657 6.08008 34.1668 6.70849 34.1668 7.66667H37.1668ZM33.1658 4.03315C33.5108 4.20892 33.7912 4.48938 33.967 4.83435L36.64 3.47238C36.1766 2.56293 35.4372 1.82352 34.5278 1.36013L33.1658 4.03315ZM17.6668 0.833333C16.7582 0.833333 15.9864 0.832166 15.3554 0.883729C14.7068 0.936721 14.0758 1.05278 13.4725 1.36013L14.8345 4.03315C14.9443 3.9772 15.1366 3.9116 15.5997 3.87377C16.0802 3.8345 16.7087 3.83333 17.6668 3.83333V0.833333ZM13.8335 7.66667C13.8335 6.70849 13.8347 6.08008 13.8739 5.59949C13.9118 5.13641 13.9774 4.94417 14.0333 4.83435L11.3603 3.47238C11.0529 4.0756 10.9369 4.70659 10.8839 5.35519C10.8323 5.98628 10.8335 6.758 10.8335 7.66667H13.8335ZM13.4725 1.36013C12.5631 1.82352 11.8237 2.56293 11.3603 3.47238L14.0333 4.83435C14.2091 4.48939 14.4895 4.20892 14.8345 4.03315L13.4725 1.36013Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.15353 35.3034L4.83451 33.9668L4.15353 35.3034ZM2.69681 33.8466L4.03332 33.1657L2.69681 33.8466ZM25.3035 33.8466L23.967 33.1657L25.3035 33.8466ZM23.8468 35.3034L23.1658 33.9668L23.8468 35.3034ZM23.8468 12.6966L23.1658 14.0332L23.8468 12.6966ZM25.3035 14.1534L23.967 14.8344L25.3035 14.1534ZM4.15353 12.6966L4.83451 14.0332L4.15353 12.6966ZM2.69681 14.1534L4.03332 14.8344L2.69681 14.1534ZM10.8335 12.3333C10.8335 13.1618 11.5051 13.8333 12.3335 13.8333C13.1619 13.8333 13.8335 13.1618 13.8335 12.3333H10.8335ZM25.6668 24.1667C24.8384 24.1667 24.1668 24.8382 24.1668 25.6667C24.1668 26.4951 24.8384 27.1667 25.6668 27.1667V24.1667ZM33.8468 25.3034L33.1658 23.9668L33.1658 23.9668L33.8468 25.3034ZM35.3035 23.8466L33.967 23.1656V23.1656L35.3035 23.8466ZM33.8468 2.69664L33.1658 4.03315L33.1658 4.03315L33.8468 2.69664ZM35.3035 4.15336L33.967 4.83435V4.83435L35.3035 4.15336ZM14.1535 2.69664L13.4725 1.36013V1.36013L14.1535 2.69664ZM12.6968 4.15336L11.3603 3.47238V3.47238L12.6968 4.15336ZM7.66683 13.8333H20.3335V10.8333H7.66683V13.8333ZM24.1668 17.6667V30.3333H27.1668V17.6667H24.1668ZM20.3335 34.1667H7.66683V37.1667H20.3335V34.1667ZM3.8335 30.3333V17.6667H0.833496V30.3333H3.8335ZM7.66683 34.1667C6.70866 34.1667 6.08024 34.1655 5.59965 34.1262C5.13657 34.0884 4.94433 34.0228 4.83451 33.9668L3.47254 36.6399C4.07576 36.9472 4.70675 37.0633 5.35535 37.1163C5.98645 37.1678 6.75816 37.1667 7.66683 37.1667V34.1667ZM0.833496 30.3333C0.833496 31.242 0.83233 32.0137 0.883892 32.6448C0.936885 33.2934 1.05294 33.9244 1.3603 34.5276L4.03332 33.1657C3.97736 33.0558 3.91176 32.8636 3.87393 32.4005C3.83466 31.9199 3.8335 31.2915 3.8335 30.3333H0.833496ZM4.83451 33.9668C4.48955 33.7911 4.20908 33.5106 4.03332 33.1657L1.3603 34.5276C1.82369 35.4371 2.56309 36.1765 3.47254 36.6399L4.83451 33.9668ZM24.1668 30.3333C24.1668 31.2915 24.1657 31.9199 24.1264 32.4005C24.0886 32.8636 24.023 33.0558 23.967 33.1657L26.64 34.5276C26.9474 33.9244 27.0634 33.2934 27.1164 32.6448C27.168 32.0137 27.1668 31.242 27.1668 30.3333H24.1668ZM20.3335 37.1667C21.2422 37.1667 22.0139 37.1678 22.645 37.1163C23.2936 37.0633 23.9246 36.9472 24.5278 36.6399L23.1658 33.9668C23.056 34.0228 22.8638 34.0884 22.4007 34.1262C21.9201 34.1655 21.2917 34.1667 20.3335 34.1667V37.1667ZM23.967 33.1657C23.7912 33.5106 23.5108 33.7911 23.1658 33.9668L24.5278 36.6399C25.4372 36.1765 26.1766 35.4371 26.64 34.5276L23.967 33.1657ZM20.3335 13.8333C21.2917 13.8333 21.9201 13.8345 22.4007 13.8738C22.8638 13.9116 23.056 13.9772 23.1658 14.0332L24.5278 11.3601C23.9246 11.0528 23.2936 10.9367 22.645 10.8837C22.0139 10.8322 21.2422 10.8333 20.3335 10.8333V13.8333ZM27.1668 17.6667C27.1668 16.758 27.168 15.9863 27.1164 15.3552C27.0634 14.7066 26.9474 14.0756 26.64 13.4724L23.967 14.8344C24.023 14.9442 24.0886 15.1364 24.1264 15.5995C24.1657 16.0801 24.1668 16.7085 24.1668 17.6667H27.1668ZM23.1658 14.0332C23.5108 14.2089 23.7912 14.4894 23.967 14.8344L26.64 13.4724C26.1766 12.5629 25.4372 11.8235 24.5278 11.3601L23.1658 14.0332ZM7.66683 10.8333C6.75816 10.8333 5.98645 10.8322 5.35535 10.8837C4.70675 10.9367 4.07576 11.0528 3.47254 11.3601L4.83451 14.0332C4.94433 13.9772 5.13657 13.9116 5.59965 13.8738C6.08024 13.8345 6.70866 13.8333 7.66683 13.8333V10.8333ZM3.8335 17.6667C3.8335 16.7085 3.83466 16.0801 3.87393 15.5995C3.91176 15.1364 3.97736 14.9442 4.03332 14.8344L1.3603 13.4724C1.05294 14.0756 0.936885 14.7066 0.883892 15.3552C0.83233 15.9863 0.833496 16.758 0.833496 17.6667H3.8335ZM3.47254 11.3601C2.56309 11.8235 1.82369 12.5629 1.3603 13.4724L4.03332 14.8344C4.20909 14.4894 4.48955 14.2089 4.83451 14.0332L3.47254 11.3601ZM17.6668 3.83333H30.3335V0.833333H17.6668V3.83333ZM13.8335 12.3333V7.66667H10.8335V12.3333H13.8335ZM30.3335 24.1667H25.6668V27.1667H30.3335V24.1667ZM34.1668 7.66667V20.3333H37.1668V7.66667H34.1668ZM30.3335 27.1667C31.2422 27.1667 32.0139 27.1678 32.645 27.1163C33.2936 27.0633 33.9246 26.9472 34.5278 26.6399L33.1658 23.9668C33.056 24.0228 32.8638 24.0884 32.4007 24.1262C31.9201 24.1655 31.2917 24.1667 30.3335 24.1667V27.1667ZM34.1668 20.3333C34.1668 21.2915 34.1657 21.9199 34.1264 22.4005C34.0886 22.8636 34.023 23.0558 33.967 23.1656L36.64 24.5276C36.9474 23.9244 37.0634 23.2934 37.1164 22.6448C37.168 22.0137 37.1668 21.242 37.1668 20.3333H34.1668ZM34.5278 26.6399C35.4372 26.1765 36.1766 25.4371 36.64 24.5276L33.967 23.1656C33.7912 23.5106 33.5108 23.7911 33.1658 23.9668L34.5278 26.6399ZM30.3335 3.83333C31.2917 3.83333 31.9201 3.8345 32.4007 3.87377C32.8638 3.9116 33.056 3.9772 33.1658 4.03315L34.5278 1.36014C33.9246 1.05278 33.2936 0.936721 32.645 0.883729C32.0139 0.832166 31.2422 0.833333 30.3335 0.833333V3.83333ZM37.1668 7.66667C37.1668 6.758 37.168 5.98628 37.1164 5.35519C37.0634 4.70659 36.9474 4.0756 36.64 3.47238L33.967 4.83435C34.023 4.94417 34.0886 5.13641 34.1264 5.59949C34.1657 6.08008 34.1668 6.70849 34.1668 7.66667H37.1668ZM33.1658 4.03315C33.5108 4.20892 33.7912 4.48938 33.967 4.83435L36.64 3.47238C36.1766 2.56293 35.4372 1.82352 34.5278 1.36013L33.1658 4.03315ZM17.6668 0.833333C16.7582 0.833333 15.9864 0.832166 15.3554 0.883729C14.7068 0.936721 14.0758 1.05278 13.4725 1.36013L14.8345 4.03315C14.9443 3.9772 15.1366 3.9116 15.5997 3.87377C16.0802 3.8345 16.7087 3.83333 17.6668 3.83333V0.833333ZM13.8335 7.66667C13.8335 6.70849 13.8347 6.08008 13.8739 5.59949C13.9118 5.13641 13.9774 4.94417 14.0333 4.83435L11.3603 3.47238C11.0529 4.0756 10.9369 4.70659 10.8839 5.35519C10.8323 5.98628 10.8335 6.758 10.8335 7.66667H13.8335ZM13.4725 1.36013C12.5631 1.82352 11.8237 2.56293 11.3603 3.47238L14.0333 4.83435C14.2091 4.48939 14.4895 4.20892 14.8345 4.03315L13.4725 1.36013Z' fill='black'/%3e %3c/svg%3e")}.u-icon--dots-horizontal{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 2V4C10.1046 4 11 3.10457 11 2H9ZM9 2H7C7 3.10457 7.89543 4 9 4V2ZM9 2V0C7.89543 0 7 0.89543 7 2H9ZM9 2H11C11 0.89543 10.1046 0 9 0V2ZM16 2V4C17.1046 4 18 3.10457 18 2H16ZM16 2H14C14 3.10457 14.8954 4 16 4V2ZM16 2V0C14.8954 0 14 0.89543 14 2H16ZM16 2H18C18 0.89543 17.1046 0 16 0V2ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 2V4C10.1046 4 11 3.10457 11 2H9ZM9 2H7C7 3.10457 7.89543 4 9 4V2ZM9 2V0C7.89543 0 7 0.89543 7 2H9ZM9 2H11C11 0.89543 10.1046 0 9 0V2ZM16 2V4C17.1046 4 18 3.10457 18 2H16ZM16 2H14C14 3.10457 14.8954 4 16 4V2ZM16 2V0C14.8954 0 14 0.89543 14 2H16ZM16 2H18C18 0.89543 17.1046 0 16 0V2ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2Z' fill='black'/%3e %3c/svg%3e")}.u-icon--dots-vertical{mask-image:url("data:image/svg+xml,%3csvg width='6' height='24' viewBox='0 0 6 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3.00008 13.3333C3.73646 13.3333 4.33341 12.7364 4.33341 12C4.33341 11.2636 3.73646 10.6666 3.00008 10.6666C2.2637 10.6666 1.66675 11.2636 1.66675 12C1.66675 12.7364 2.2637 13.3333 3.00008 13.3333Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 3.99998C3.73646 3.99998 4.33341 3.40303 4.33341 2.66665C4.33341 1.93027 3.73646 1.33331 3.00008 1.33331C2.2637 1.33331 1.66675 1.93027 1.66675 2.66665C1.66675 3.40303 2.2637 3.99998 3.00008 3.99998Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 22.6666C3.73646 22.6666 4.33341 22.0697 4.33341 21.3333C4.33341 20.5969 3.73646 20 3.00008 20C2.2637 20 1.66675 20.5969 1.66675 21.3333C1.66675 22.0697 2.2637 22.6666 3.00008 22.6666Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='6' height='24' viewBox='0 0 6 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M3.00008 13.3333C3.73646 13.3333 4.33341 12.7364 4.33341 12C4.33341 11.2636 3.73646 10.6666 3.00008 10.6666C2.2637 10.6666 1.66675 11.2636 1.66675 12C1.66675 12.7364 2.2637 13.3333 3.00008 13.3333Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 3.99998C3.73646 3.99998 4.33341 3.40303 4.33341 2.66665C4.33341 1.93027 3.73646 1.33331 3.00008 1.33331C2.2637 1.33331 1.66675 1.93027 1.66675 2.66665C1.66675 3.40303 2.2637 3.99998 3.00008 3.99998Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M3.00008 22.6666C3.73646 22.6666 4.33341 22.0697 4.33341 21.3333C4.33341 20.5969 3.73646 20 3.00008 20C2.2637 20 1.66675 20.5969 1.66675 21.3333C1.66675 22.0697 2.2637 22.6666 3.00008 22.6666Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--download{mask-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M28 20V21.6C28 23.8402 28 24.9603 27.564 25.816C27.1805 26.5686 26.5686 27.1805 25.816 27.564C24.9603 28 23.8402 28 21.6 28H10.4C8.15979 28 7.03969 28 6.18404 27.564C5.43139 27.1805 4.81947 26.5686 4.43597 25.816C4 24.9603 4 23.8402 4 21.6V20M22.6667 13.3333L16 20M16 20L9.33333 13.3333M16 20V4' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M28 20V21.6C28 23.8402 28 24.9603 27.564 25.816C27.1805 26.5686 26.5686 27.1805 25.816 27.564C24.9603 28 23.8402 28 21.6 28H10.4C8.15979 28 7.03969 28 6.18404 27.564C5.43139 27.1805 4.81947 26.5686 4.43597 25.816C4 24.9603 4 23.8402 4 21.6V20M22.6667 13.3333L16 20M16 20L9.33333 13.3333M16 20V4' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--drag-and-drop{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 12V2M20 2L15 7M20 2L25 7M20 28V38M20 38L25 33M20 38L15 33M28 20L38 20M38 20L33 15M38 20L33 25M12 20L2 20M2 20L7 25M2 20L7 15' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 12V2M20 2L15 7M20 2L25 7M20 28V38M20 38L25 33M20 38L15 33M28 20L38 20M38 20L33 15M38 20L33 25M12 20L2 20M2 20L7 25M2 20L7 15' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--edit{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.99997 19.0002H19M1 19.0002H2.67454C3.16372 19.0002 3.40832 19.0002 3.63849 18.945C3.84256 18.896 4.03765 18.8152 4.2166 18.7055C4.41843 18.5818 4.59138 18.4089 4.93729 18.063L17.5 5.50023C18.3285 4.6718 18.3285 3.32865 17.5 2.50023C16.6716 1.6718 15.3285 1.6718 14.5 2.50023L1.93726 15.063C1.59136 15.4089 1.4184 15.5818 1.29472 15.7837C1.18506 15.9626 1.10425 16.1577 1.05526 16.3618C1 16.5919 1 16.8365 1 17.3257V19.0002Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.99997 19.0002H19M1 19.0002H2.67454C3.16372 19.0002 3.40832 19.0002 3.63849 18.945C3.84256 18.896 4.03765 18.8152 4.2166 18.7055C4.41843 18.5818 4.59138 18.4089 4.93729 18.063L17.5 5.50023C18.3285 4.6718 18.3285 3.32865 17.5 2.50023C16.6716 1.6718 15.3285 1.6718 14.5 2.50023L1.93726 15.063C1.59136 15.4089 1.4184 15.5818 1.29472 15.7837C1.18506 15.9626 1.10425 16.1577 1.05526 16.3618C1 16.5919 1 16.8365 1 17.3257V19.0002Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--eye{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.22683 11.9509C2.04525 11.6634 1.95446 11.5196 1.90363 11.2979C1.86546 11.1313 1.86546 10.8687 1.90363 10.7021C1.95446 10.4804 2.04525 10.3366 2.22683 10.0491C3.72737 7.67311 8.19387 1.66666 15.0005 1.66666C21.8072 1.66666 26.2737 7.67311 27.7742 10.0491C27.9558 10.3366 28.0466 10.4804 28.0974 10.7021C28.1356 10.8687 28.1356 11.1313 28.0974 11.2979C28.0466 11.5196 27.9558 11.6634 27.7742 11.9509C26.2737 14.3269 21.8072 20.3333 15.0005 20.3333C8.19387 20.3333 3.72737 14.3269 2.22683 11.9509Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15.0005 15C17.2097 15 19.0005 13.2091 19.0005 11C19.0005 8.79085 17.2097 6.99999 15.0005 6.99999C12.7914 6.99999 11.0005 8.79085 11.0005 11C11.0005 13.2091 12.7914 15 15.0005 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.22683 11.9509C2.04525 11.6634 1.95446 11.5196 1.90363 11.2979C1.86546 11.1313 1.86546 10.8687 1.90363 10.7021C1.95446 10.4804 2.04525 10.3366 2.22683 10.0491C3.72737 7.67311 8.19387 1.66666 15.0005 1.66666C21.8072 1.66666 26.2737 7.67311 27.7742 10.0491C27.9558 10.3366 28.0466 10.4804 28.0974 10.7021C28.1356 10.8687 28.1356 11.1313 28.0974 11.2979C28.0466 11.5196 27.9558 11.6634 27.7742 11.9509C26.2737 14.3269 21.8072 20.3333 15.0005 20.3333C8.19387 20.3333 3.72737 14.3269 2.22683 11.9509Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M15.0005 15C17.2097 15 19.0005 13.2091 19.0005 11C19.0005 8.79085 17.2097 6.99999 15.0005 6.99999C12.7914 6.99999 11.0005 8.79085 11.0005 11C11.0005 13.2091 12.7914 15 15.0005 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--eye-off{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.3239 4.78976C13.8658 4.70964 14.4248 4.66667 15.0006 4.66667C21.8072 4.66667 26.2737 10.6731 27.7743 13.0491C27.9559 13.3367 28.0467 13.4805 28.0975 13.7022C28.1357 13.8688 28.1356 14.1316 28.0975 14.2981C28.0466 14.5199 27.9551 14.6646 27.7722 14.9541C27.3725 15.5869 26.7629 16.4761 25.9553 17.4406M7.96576 6.95338C5.083 8.90893 3.12593 11.6258 2.22814 13.047C2.04571 13.3358 1.9545 13.4802 1.90365 13.702C1.86546 13.8685 1.86545 14.1313 1.90362 14.2978C1.95444 14.5196 2.04524 14.6634 2.22685 14.9509C3.72739 17.3269 8.19388 23.3333 15.0006 23.3333C17.7451 23.3333 20.1092 22.3568 22.0518 21.0355M3.00055 2L27.0006 26M12.1721 11.1716C11.4483 11.8954 11.0006 12.8954 11.0006 14C11.0006 16.2091 12.7914 18 15.0006 18C16.1051 18 17.1051 17.5523 17.829 16.8284' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.3239 4.78976C13.8658 4.70964 14.4248 4.66667 15.0006 4.66667C21.8072 4.66667 26.2737 10.6731 27.7743 13.0491C27.9559 13.3367 28.0467 13.4805 28.0975 13.7022C28.1357 13.8688 28.1356 14.1316 28.0975 14.2981C28.0466 14.5199 27.9551 14.6646 27.7722 14.9541C27.3725 15.5869 26.7629 16.4761 25.9553 17.4406M7.96576 6.95338C5.083 8.90893 3.12593 11.6258 2.22814 13.047C2.04571 13.3358 1.9545 13.4802 1.90365 13.702C1.86546 13.8685 1.86545 14.1313 1.90362 14.2978C1.95444 14.5196 2.04524 14.6634 2.22685 14.9509C3.72739 17.3269 8.19388 23.3333 15.0006 23.3333C17.7451 23.3333 20.1092 22.3568 22.0518 21.0355M3.00055 2L27.0006 26M12.1721 11.1716C11.4483 11.8954 11.0006 12.8954 11.0006 14C11.0006 16.2091 12.7914 18 15.0006 18C16.1051 18 17.1051 17.5523 17.829 16.8284' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--info-circle{mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11 15V11M11 7H11.01M21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--file-import{mask-image:url("data:image/svg+xml,%3csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M17 11.5V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V16.2C1 17.8802 1 18.7202 1.32698 19.362C1.6146 19.9265 2.07354 20.3854 2.63803 20.673C3.27976 21 4.1198 21 5.79986 21H9.5M11 10H5M7 14H5M13 6H5M12 18L15 15M15 21V15M18 18L15 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M17 11.5V5.8C17 4.11984 17 3.27976 16.673 2.63803C16.3854 2.07354 15.9265 1.6146 15.362 1.32698C14.7202 1 13.8802 1 12.2 1H5.8C4.11984 1 3.27976 1 2.63803 1.32698C2.07354 1.6146 1.6146 2.07354 1.32698 2.63803C1 3.27976 1 4.11984 1 5.8V16.2C1 17.8802 1 18.7202 1.32698 19.362C1.6146 19.9265 2.07354 20.3854 2.63803 20.673C3.27976 21 4.1198 21 5.79986 21H9.5M11 10H5M7 14H5M13 6H5M12 18L15 15M15 21V15M18 18L15 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--file-plus{mask-image:url("data:image/svg+xml,%3csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.8334 7.00004V4.53337C11.8334 3.41327 11.8334 2.85322 11.6154 2.42539C11.4237 2.04907 11.1177 1.74311 10.7414 1.55136C10.3136 1.33337 9.75352 1.33337 8.63341 1.33337H4.36675C3.24664 1.33337 2.68659 1.33337 2.25877 1.55136C1.88244 1.74311 1.57648 2.04907 1.38473 2.42539C1.16675 2.85322 1.16675 3.41327 1.16675 4.53337V11.4667C1.16675 12.5868 1.16675 13.1469 1.38473 13.5747C1.57648 13.951 1.88244 14.257 2.25877 14.4487C2.68659 14.6667 3.24664 14.6667 4.36675 14.6667H6.50008M7.83341 7.33337H3.83341M5.16675 10H3.83341M9.16675 4.66671H3.83341M10.5001 14V10M8.50008 12H12.5001' stroke='%232E2E2E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M11.8334 7.00004V4.53337C11.8334 3.41327 11.8334 2.85322 11.6154 2.42539C11.4237 2.04907 11.1177 1.74311 10.7414 1.55136C10.3136 1.33337 9.75352 1.33337 8.63341 1.33337H4.36675C3.24664 1.33337 2.68659 1.33337 2.25877 1.55136C1.88244 1.74311 1.57648 2.04907 1.38473 2.42539C1.16675 2.85322 1.16675 3.41327 1.16675 4.53337V11.4667C1.16675 12.5868 1.16675 13.1469 1.38473 13.5747C1.57648 13.951 1.88244 14.257 2.25877 14.4487C2.68659 14.6667 3.24664 14.6667 4.36675 14.6667H6.50008M7.83341 7.33337H3.83341M5.16675 10H3.83341M9.16675 4.66671H3.83341M10.5001 14V10M8.50008 12H12.5001' stroke='%232E2E2E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--funnel{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H19.4C19.9601 1 20.2401 1 20.454 1.10899C20.6422 1.20487 20.7951 1.35785 20.891 1.54601C21 1.75992 21 2.03995 21 2.6V3.26939C21 3.53819 21 3.67259 20.9672 3.79756C20.938 3.90831 20.8901 4.01323 20.8255 4.10776C20.7526 4.21443 20.651 4.30245 20.4479 4.4785L14.0521 10.0215C13.849 10.1975 13.7474 10.2856 13.6745 10.3922C13.6099 10.4868 13.562 10.5917 13.5328 10.7024C13.5 10.8274 13.5 10.9618 13.5 11.2306V16.4584C13.5 16.6539 13.5 16.7517 13.4685 16.8363C13.4406 16.911 13.3953 16.9779 13.3363 17.0315C13.2695 17.0922 13.1787 17.1285 12.9971 17.2012L9.59711 18.5612C9.22957 18.7082 9.0458 18.7817 8.89827 18.751C8.76927 18.7242 8.65605 18.6476 8.58325 18.5377C8.5 18.4122 8.5 18.2142 8.5 17.8184V11.2306C8.5 10.9618 8.5 10.8274 8.46715 10.7024C8.43805 10.5917 8.39014 10.4868 8.32551 10.3922C8.25258 10.2856 8.15102 10.1975 7.94789 10.0215L1.55211 4.4785C1.34898 4.30245 1.24742 4.21443 1.17449 4.10776C1.10986 4.01323 1.06195 3.90831 1.03285 3.79756C1 3.67259 1 3.53819 1 3.26939V2.6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 2.6C1 2.03995 1 1.75992 1.10899 1.54601C1.20487 1.35785 1.35785 1.20487 1.54601 1.10899C1.75992 1 2.03995 1 2.6 1H19.4C19.9601 1 20.2401 1 20.454 1.10899C20.6422 1.20487 20.7951 1.35785 20.891 1.54601C21 1.75992 21 2.03995 21 2.6V3.26939C21 3.53819 21 3.67259 20.9672 3.79756C20.938 3.90831 20.8901 4.01323 20.8255 4.10776C20.7526 4.21443 20.651 4.30245 20.4479 4.4785L14.0521 10.0215C13.849 10.1975 13.7474 10.2856 13.6745 10.3922C13.6099 10.4868 13.562 10.5917 13.5328 10.7024C13.5 10.8274 13.5 10.9618 13.5 11.2306V16.4584C13.5 16.6539 13.5 16.7517 13.4685 16.8363C13.4406 16.911 13.3953 16.9779 13.3363 17.0315C13.2695 17.0922 13.1787 17.1285 12.9971 17.2012L9.59711 18.5612C9.22957 18.7082 9.0458 18.7817 8.89827 18.751C8.76927 18.7242 8.65605 18.6476 8.58325 18.5377C8.5 18.4122 8.5 18.2142 8.5 17.8184V11.2306C8.5 10.9618 8.5 10.8274 8.46715 10.7024C8.43805 10.5917 8.39014 10.4868 8.32551 10.3922C8.25258 10.2856 8.15102 10.1975 7.94789 10.0215L1.55211 4.4785C1.34898 4.30245 1.24742 4.21443 1.17449 4.10776C1.10986 4.01323 1.06195 3.90831 1.03285 3.79756C1 3.67259 1 3.53819 1 3.26939V2.6Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--folder-question{mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.8845 2.76892L9.99003 3.21613L9.99003 3.21613L10.8845 2.76892ZM11.1056 5.44721C11.3526 5.94119 11.9532 6.14142 12.4472 5.89443C12.9412 5.64744 13.1414 5.04676 12.8944 4.55279L11.1056 5.44721ZM9.41607 1.10931L9.74215 0.163965L9.74215 0.163964L9.41607 1.10931ZM10.1634 1.57116L10.8631 0.856745V0.856745L10.1634 1.57116ZM2.09202 1.21799L1.63803 0.32698L1.63803 0.32698L2.09202 1.21799ZM1.21799 2.09202L0.32698 1.63803L0.32698 1.63803L1.21799 2.09202ZM2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM20.673 17.362L21.564 17.816L20.673 17.362ZM19.362 18.673L19.816 19.564L19.362 18.673ZM19.362 5.32698L19.816 4.43597L19.362 5.32698ZM20.673 6.63803L21.564 6.18404L20.673 6.63803ZM7.90676 9.42039C7.72349 9.94138 7.99726 10.5123 8.51825 10.6956C9.03924 10.8788 9.61016 10.6051 9.79343 10.0841L7.90676 9.42039ZM13.2193 10.5017L12.2193 10.5002V10.5017H13.2193ZM10.6548 11.8013C10.1308 11.976 9.84768 12.5423 10.0223 13.0662C10.197 13.5902 10.7633 13.8733 11.2872 13.6987L10.6548 11.8013ZM11 14.75C10.4477 14.75 10 15.1977 10 15.75C10 16.3023 10.4477 16.75 11 16.75V14.75ZM11.01 16.75C11.5623 16.75 12.01 16.3023 12.01 15.75C12.01 15.1977 11.5623 14.75 11.01 14.75V16.75ZM4.2 2H8.02229V0H4.2V2ZM9.99003 3.21613L11.1056 5.44721L12.8944 4.55279L11.7789 2.3217L9.99003 3.21613ZM2 5V4.2H0V5H2ZM8.02229 2C8.8127 2 8.96938 2.01305 9.09 2.05465L9.74215 0.163964C9.22895 -0.0130475 8.66771 0 8.02229 0V2ZM11.7789 2.3217C11.4902 1.74443 11.2509 1.23659 10.8631 0.856745L9.46365 2.28558C9.55481 2.37487 9.63656 2.50918 9.99003 3.21613L11.7789 2.3217ZM9.09 2.05465C9.23013 2.10299 9.35776 2.18187 9.46365 2.28558L10.8631 0.856745C10.5454 0.545596 10.1625 0.308961 9.74215 0.163965L9.09 2.05465ZM4.2 0C3.65645 0 3.18864 -0.000777721 2.80497 0.0305694C2.40963 0.0628704 2.01641 0.134186 1.63803 0.32698L2.54601 2.10899C2.59545 2.0838 2.69617 2.04612 2.96784 2.02393C3.25117 2.00078 3.62345 2 4.2 2V0ZM2 4.2C2 3.62345 2.00078 3.25117 2.02393 2.96784C2.04612 2.69617 2.0838 2.59545 2.10899 2.54601L0.32698 1.63803C0.134186 2.01641 0.0628704 2.40963 0.0305694 2.80497C-0.000777721 3.18864 0 3.65645 0 4.2H2ZM1.63803 0.32698C1.07354 0.614601 0.614601 1.07354 0.32698 1.63803L2.10899 2.54601C2.20487 2.35785 2.35785 2.20487 2.54601 2.10899L1.63803 0.32698ZM1 6H16.2V4H1V6ZM20 9.8V14.2H22V9.8H20ZM16.2 18H5.8V20H16.2V18ZM2 14.2V5H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM20 14.2C20 15.0566 19.9992 15.6389 19.9624 16.089C19.9266 16.5274 19.8617 16.7516 19.782 16.908L21.564 17.816C21.8113 17.3306 21.9099 16.8139 21.9558 16.2518C22.0008 15.7014 22 15.0236 22 14.2H20ZM16.2 20C17.0236 20 17.7014 20.0008 18.2518 19.9558C18.8139 19.9099 19.3306 19.8113 19.816 19.564L18.908 17.782C18.7516 17.8617 18.5274 17.9266 18.089 17.9624C17.6389 17.9992 17.0566 18 16.2 18V20ZM19.782 16.908C19.5903 17.2843 19.2843 17.5903 18.908 17.782L19.816 19.564C20.5686 19.1805 21.1805 18.5686 21.564 17.816L19.782 16.908ZM16.2 6C17.0566 6 17.6389 6.00078 18.089 6.03755C18.5274 6.07337 18.7516 6.1383 18.908 6.21799L19.816 4.43597C19.3306 4.18868 18.8139 4.09012 18.2518 4.04419C17.7014 3.99922 17.0236 4 16.2 4V6ZM22 9.8C22 8.97642 22.0008 8.2986 21.9558 7.74817C21.9099 7.18608 21.8113 6.66937 21.564 6.18404L19.782 7.09202C19.8617 7.24842 19.9266 7.47262 19.9624 7.91104C19.9992 8.36113 20 8.94342 20 9.8H22ZM18.908 6.21799C19.2843 6.40973 19.5903 6.7157 19.782 7.09202L21.564 6.18404C21.1805 5.43139 20.5686 4.81947 19.816 4.43597L18.908 6.21799ZM9.79343 10.0841C9.89126 9.80598 10.0844 9.57148 10.3385 9.42211L9.32515 7.69784C8.66379 8.08653 8.16133 8.69674 7.90676 9.42039L9.79343 10.0841ZM10.3385 9.42211C10.5927 9.27274 10.8915 9.21813 11.1821 9.26797L11.5202 7.29676C10.7641 7.16707 9.98651 7.30915 9.32515 7.69784L10.3385 9.42211ZM11.1821 9.26797C11.4726 9.31781 11.7362 9.46887 11.926 9.69441L13.4561 8.4064C12.962 7.81954 12.2763 7.42645 11.5202 7.29676L11.1821 9.26797ZM11.926 9.69441C12.1159 9.91994 12.2198 10.2054 12.2193 10.5002L14.2193 10.5032C14.2205 9.73605 13.9501 8.99327 13.4561 8.4064L11.926 9.69441ZM12.2193 10.5017C12.2193 10.7203 12.0422 11.0214 11.5405 11.3559C11.3201 11.5028 11.0925 11.6173 10.9162 11.6957C10.8294 11.7342 10.7585 11.7625 10.7116 11.7804C10.6883 11.7893 10.6711 11.7955 10.6613 11.799C10.6563 11.8008 10.6532 11.8018 10.6521 11.8022C10.6515 11.8024 10.6515 11.8024 10.6519 11.8023C10.6521 11.8022 10.6525 11.8021 10.653 11.8019C10.6532 11.8018 10.6535 11.8018 10.6538 11.8017C10.6539 11.8016 10.6542 11.8015 10.6543 11.8015C10.6545 11.8014 10.6548 11.8013 10.971 12.75C11.2872 13.6987 11.2875 13.6986 11.2878 13.6985C11.2879 13.6985 11.2882 13.6983 11.2885 13.6983C11.2889 13.6981 11.2894 13.698 11.2899 13.6978C11.2909 13.6975 11.2921 13.6971 11.2934 13.6966C11.296 13.6957 11.2991 13.6947 11.3028 13.6934C11.3102 13.6909 11.3197 13.6875 11.3313 13.6834C11.3543 13.6752 11.3855 13.6639 11.4236 13.6494C11.4997 13.6204 11.6044 13.5784 11.7285 13.5233C11.9736 13.4143 12.3082 13.2478 12.6499 13.02C13.2724 12.605 14.2193 11.782 14.2193 10.5017H12.2193ZM11 16.75H11.01V14.75H11V16.75Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.8845 2.76892L9.99003 3.21613L9.99003 3.21613L10.8845 2.76892ZM11.1056 5.44721C11.3526 5.94119 11.9532 6.14142 12.4472 5.89443C12.9412 5.64744 13.1414 5.04676 12.8944 4.55279L11.1056 5.44721ZM9.41607 1.10931L9.74215 0.163965L9.74215 0.163964L9.41607 1.10931ZM10.1634 1.57116L10.8631 0.856745V0.856745L10.1634 1.57116ZM2.09202 1.21799L1.63803 0.32698L1.63803 0.32698L2.09202 1.21799ZM1.21799 2.09202L0.32698 1.63803L0.32698 1.63803L1.21799 2.09202ZM2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM20.673 17.362L21.564 17.816L20.673 17.362ZM19.362 18.673L19.816 19.564L19.362 18.673ZM19.362 5.32698L19.816 4.43597L19.362 5.32698ZM20.673 6.63803L21.564 6.18404L20.673 6.63803ZM7.90676 9.42039C7.72349 9.94138 7.99726 10.5123 8.51825 10.6956C9.03924 10.8788 9.61016 10.6051 9.79343 10.0841L7.90676 9.42039ZM13.2193 10.5017L12.2193 10.5002V10.5017H13.2193ZM10.6548 11.8013C10.1308 11.976 9.84768 12.5423 10.0223 13.0662C10.197 13.5902 10.7633 13.8733 11.2872 13.6987L10.6548 11.8013ZM11 14.75C10.4477 14.75 10 15.1977 10 15.75C10 16.3023 10.4477 16.75 11 16.75V14.75ZM11.01 16.75C11.5623 16.75 12.01 16.3023 12.01 15.75C12.01 15.1977 11.5623 14.75 11.01 14.75V16.75ZM4.2 2H8.02229V0H4.2V2ZM9.99003 3.21613L11.1056 5.44721L12.8944 4.55279L11.7789 2.3217L9.99003 3.21613ZM2 5V4.2H0V5H2ZM8.02229 2C8.8127 2 8.96938 2.01305 9.09 2.05465L9.74215 0.163964C9.22895 -0.0130475 8.66771 0 8.02229 0V2ZM11.7789 2.3217C11.4902 1.74443 11.2509 1.23659 10.8631 0.856745L9.46365 2.28558C9.55481 2.37487 9.63656 2.50918 9.99003 3.21613L11.7789 2.3217ZM9.09 2.05465C9.23013 2.10299 9.35776 2.18187 9.46365 2.28558L10.8631 0.856745C10.5454 0.545596 10.1625 0.308961 9.74215 0.163965L9.09 2.05465ZM4.2 0C3.65645 0 3.18864 -0.000777721 2.80497 0.0305694C2.40963 0.0628704 2.01641 0.134186 1.63803 0.32698L2.54601 2.10899C2.59545 2.0838 2.69617 2.04612 2.96784 2.02393C3.25117 2.00078 3.62345 2 4.2 2V0ZM2 4.2C2 3.62345 2.00078 3.25117 2.02393 2.96784C2.04612 2.69617 2.0838 2.59545 2.10899 2.54601L0.32698 1.63803C0.134186 2.01641 0.0628704 2.40963 0.0305694 2.80497C-0.000777721 3.18864 0 3.65645 0 4.2H2ZM1.63803 0.32698C1.07354 0.614601 0.614601 1.07354 0.32698 1.63803L2.10899 2.54601C2.20487 2.35785 2.35785 2.20487 2.54601 2.10899L1.63803 0.32698ZM1 6H16.2V4H1V6ZM20 9.8V14.2H22V9.8H20ZM16.2 18H5.8V20H16.2V18ZM2 14.2V5H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM20 14.2C20 15.0566 19.9992 15.6389 19.9624 16.089C19.9266 16.5274 19.8617 16.7516 19.782 16.908L21.564 17.816C21.8113 17.3306 21.9099 16.8139 21.9558 16.2518C22.0008 15.7014 22 15.0236 22 14.2H20ZM16.2 20C17.0236 20 17.7014 20.0008 18.2518 19.9558C18.8139 19.9099 19.3306 19.8113 19.816 19.564L18.908 17.782C18.7516 17.8617 18.5274 17.9266 18.089 17.9624C17.6389 17.9992 17.0566 18 16.2 18V20ZM19.782 16.908C19.5903 17.2843 19.2843 17.5903 18.908 17.782L19.816 19.564C20.5686 19.1805 21.1805 18.5686 21.564 17.816L19.782 16.908ZM16.2 6C17.0566 6 17.6389 6.00078 18.089 6.03755C18.5274 6.07337 18.7516 6.1383 18.908 6.21799L19.816 4.43597C19.3306 4.18868 18.8139 4.09012 18.2518 4.04419C17.7014 3.99922 17.0236 4 16.2 4V6ZM22 9.8C22 8.97642 22.0008 8.2986 21.9558 7.74817C21.9099 7.18608 21.8113 6.66937 21.564 6.18404L19.782 7.09202C19.8617 7.24842 19.9266 7.47262 19.9624 7.91104C19.9992 8.36113 20 8.94342 20 9.8H22ZM18.908 6.21799C19.2843 6.40973 19.5903 6.7157 19.782 7.09202L21.564 6.18404C21.1805 5.43139 20.5686 4.81947 19.816 4.43597L18.908 6.21799ZM9.79343 10.0841C9.89126 9.80598 10.0844 9.57148 10.3385 9.42211L9.32515 7.69784C8.66379 8.08653 8.16133 8.69674 7.90676 9.42039L9.79343 10.0841ZM10.3385 9.42211C10.5927 9.27274 10.8915 9.21813 11.1821 9.26797L11.5202 7.29676C10.7641 7.16707 9.98651 7.30915 9.32515 7.69784L10.3385 9.42211ZM11.1821 9.26797C11.4726 9.31781 11.7362 9.46887 11.926 9.69441L13.4561 8.4064C12.962 7.81954 12.2763 7.42645 11.5202 7.29676L11.1821 9.26797ZM11.926 9.69441C12.1159 9.91994 12.2198 10.2054 12.2193 10.5002L14.2193 10.5032C14.2205 9.73605 13.9501 8.99327 13.4561 8.4064L11.926 9.69441ZM12.2193 10.5017C12.2193 10.7203 12.0422 11.0214 11.5405 11.3559C11.3201 11.5028 11.0925 11.6173 10.9162 11.6957C10.8294 11.7342 10.7585 11.7625 10.7116 11.7804C10.6883 11.7893 10.6711 11.7955 10.6613 11.799C10.6563 11.8008 10.6532 11.8018 10.6521 11.8022C10.6515 11.8024 10.6515 11.8024 10.6519 11.8023C10.6521 11.8022 10.6525 11.8021 10.653 11.8019C10.6532 11.8018 10.6535 11.8018 10.6538 11.8017C10.6539 11.8016 10.6542 11.8015 10.6543 11.8015C10.6545 11.8014 10.6548 11.8013 10.971 12.75C11.2872 13.6987 11.2875 13.6986 11.2878 13.6985C11.2879 13.6985 11.2882 13.6983 11.2885 13.6983C11.2889 13.6981 11.2894 13.698 11.2899 13.6978C11.2909 13.6975 11.2921 13.6971 11.2934 13.6966C11.296 13.6957 11.2991 13.6947 11.3028 13.6934C11.3102 13.6909 11.3197 13.6875 11.3313 13.6834C11.3543 13.6752 11.3855 13.6639 11.4236 13.6494C11.4997 13.6204 11.6044 13.5784 11.7285 13.5233C11.9736 13.4143 12.3082 13.2478 12.6499 13.02C13.2724 12.605 14.2193 11.782 14.2193 10.5017H12.2193ZM11 16.75H11.01V14.75H11V16.75Z' fill='black'/%3e %3c/svg%3e")}.u-icon--glasses{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--graduation-hat{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--loading{mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 3.75V7.91667M20 30V36.6667M9.58333 20H3.75M35.4167 20H32.9167M30.7618 30.7618L29.5833 29.5833M31.107 9.02631L28.75 11.3833M8.20262 31.7974L12.9167 27.0833M8.5478 8.68113L12.0833 12.2167' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20 3.75V7.91667M20 30V36.6667M9.58333 20H3.75M35.4167 20H32.9167M30.7618 30.7618L29.5833 29.5833M31.107 9.02631L28.75 11.3833M8.20262 31.7974L12.9167 27.0833M8.5478 8.68113L12.0833 12.2167' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--logout{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L13.2929 14.2929ZM19 10L19.7071 10.7071C20.0976 10.3166 20.0976 9.68342 19.7071 9.29289L19 10ZM14.7071 4.29289C14.3166 3.90237 13.6834 3.90237 13.2929 4.29289C12.9024 4.68342 12.9024 5.31658 13.2929 5.70711L14.7071 4.29289ZM7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11V9ZM7.77646 18.8978L7.51764 17.9319L7.77646 18.8978ZM11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15H11ZM9.89778 16.7765L10.8637 17.0353L9.89778 16.7765ZM7.77646 1.10222L8.03528 0.136297V0.136297L7.77646 1.10222ZM9 5C9 5.55228 9.44772 6 10 6C10.5523 6 11 5.55228 11 5H9ZM9.89778 3.22354L10.8637 2.96472V2.96472L9.89778 3.22354ZM1.22836 17.1481L2.15224 16.7654H2.15224L1.22836 17.1481ZM2.85195 18.7716L2.46927 19.6955H2.46927L2.85195 18.7716ZM1.22836 2.85195L2.15224 3.23463L2.15224 3.23463L1.22836 2.85195ZM2.85195 1.22836L3.23463 2.15224L2.85195 1.22836ZM14.7071 15.7071L19.7071 10.7071L18.2929 9.29289L13.2929 14.2929L14.7071 15.7071ZM19.7071 9.29289L14.7071 4.29289L13.2929 5.70711L18.2929 10.7071L19.7071 9.29289ZM19 9H7V11H19V9ZM0 5.5V14.5H2V5.5H0ZM6 0H5.5V2H6V0ZM5.5 20H6V18H5.5V20ZM6 20C6.86559 20 7.49456 20.0086 8.03528 19.8637L7.51764 17.9319C7.29536 17.9914 6.99435 18 6 18V20ZM9 15C9 15.9944 8.99141 16.2954 8.93185 16.5176L10.8637 17.0353C11.0086 16.4946 11 15.8656 11 15H9ZM8.03528 19.8637C9.41565 19.4938 10.4938 18.4156 10.8637 17.0353L8.93185 16.5176C8.74692 17.2078 8.20782 17.7469 7.51764 17.9319L8.03528 19.8637ZM6 2C6.99435 2 7.29536 2.00859 7.51764 2.06815L8.03528 0.136297C7.49456 -0.00858915 6.86559 0 6 0V2ZM11 5C11 4.13441 11.0086 3.50545 10.8637 2.96472L8.93185 3.48236C8.99141 3.70464 9 4.00565 9 5H11ZM7.51764 2.06815C8.20782 2.25308 8.74692 2.79218 8.93185 3.48236L10.8637 2.96472C10.4938 1.58436 9.41565 0.506165 8.03528 0.136297L7.51764 2.06815ZM0 14.5C0 15.1852 -0.000541568 15.7492 0.0308647 16.2095C0.0628839 16.6788 0.131418 17.1129 0.304482 17.5307L2.15224 16.7654C2.09694 16.6319 2.0513 16.4409 2.02623 16.0734C2.00054 15.697 2 15.2126 2 14.5H0ZM5.5 18C4.78741 18 4.30304 17.9995 3.9266 17.9738C3.55915 17.9487 3.36813 17.9031 3.23463 17.8478L2.46927 19.6955C2.88708 19.8686 3.32118 19.9371 3.79046 19.9691C4.25077 20.0005 4.81477 20 5.5 20V18ZM0.304482 17.5307C0.710458 18.5108 1.48915 19.2895 2.46927 19.6955L3.23463 17.8478C2.74458 17.6448 2.35523 17.2554 2.15224 16.7654L0.304482 17.5307ZM2 5.5C2 4.7874 2.00054 4.30304 2.02623 3.9266C2.0513 3.55915 2.09694 3.36813 2.15224 3.23463L0.304483 2.46927C0.131418 2.88708 0.062884 3.32118 0.0308648 3.79046C-0.000541568 4.25077 0 4.81477 0 5.5H2ZM5.5 0C4.81477 0 4.25077 -0.000541568 3.79046 0.0308647C3.32118 0.0628838 2.88708 0.131418 2.46927 0.304482L3.23463 2.15224C3.36813 2.09694 3.55915 2.0513 3.9266 2.02623C4.30304 2.00054 4.78741 2 5.5 2V0ZM2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224L2.46927 0.304482C1.48915 0.710458 0.710459 1.48915 0.304483 2.46927L2.15224 3.23463Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L13.2929 14.2929ZM19 10L19.7071 10.7071C20.0976 10.3166 20.0976 9.68342 19.7071 9.29289L19 10ZM14.7071 4.29289C14.3166 3.90237 13.6834 3.90237 13.2929 4.29289C12.9024 4.68342 12.9024 5.31658 13.2929 5.70711L14.7071 4.29289ZM7 9C6.44772 9 6 9.44771 6 10C6 10.5523 6.44772 11 7 11V9ZM7.77646 18.8978L7.51764 17.9319L7.77646 18.8978ZM11 15C11 14.4477 10.5523 14 10 14C9.44772 14 9 14.4477 9 15H11ZM9.89778 16.7765L10.8637 17.0353L9.89778 16.7765ZM7.77646 1.10222L8.03528 0.136297V0.136297L7.77646 1.10222ZM9 5C9 5.55228 9.44772 6 10 6C10.5523 6 11 5.55228 11 5H9ZM9.89778 3.22354L10.8637 2.96472V2.96472L9.89778 3.22354ZM1.22836 17.1481L2.15224 16.7654H2.15224L1.22836 17.1481ZM2.85195 18.7716L2.46927 19.6955H2.46927L2.85195 18.7716ZM1.22836 2.85195L2.15224 3.23463L2.15224 3.23463L1.22836 2.85195ZM2.85195 1.22836L3.23463 2.15224L2.85195 1.22836ZM14.7071 15.7071L19.7071 10.7071L18.2929 9.29289L13.2929 14.2929L14.7071 15.7071ZM19.7071 9.29289L14.7071 4.29289L13.2929 5.70711L18.2929 10.7071L19.7071 9.29289ZM19 9H7V11H19V9ZM0 5.5V14.5H2V5.5H0ZM6 0H5.5V2H6V0ZM5.5 20H6V18H5.5V20ZM6 20C6.86559 20 7.49456 20.0086 8.03528 19.8637L7.51764 17.9319C7.29536 17.9914 6.99435 18 6 18V20ZM9 15C9 15.9944 8.99141 16.2954 8.93185 16.5176L10.8637 17.0353C11.0086 16.4946 11 15.8656 11 15H9ZM8.03528 19.8637C9.41565 19.4938 10.4938 18.4156 10.8637 17.0353L8.93185 16.5176C8.74692 17.2078 8.20782 17.7469 7.51764 17.9319L8.03528 19.8637ZM6 2C6.99435 2 7.29536 2.00859 7.51764 2.06815L8.03528 0.136297C7.49456 -0.00858915 6.86559 0 6 0V2ZM11 5C11 4.13441 11.0086 3.50545 10.8637 2.96472L8.93185 3.48236C8.99141 3.70464 9 4.00565 9 5H11ZM7.51764 2.06815C8.20782 2.25308 8.74692 2.79218 8.93185 3.48236L10.8637 2.96472C10.4938 1.58436 9.41565 0.506165 8.03528 0.136297L7.51764 2.06815ZM0 14.5C0 15.1852 -0.000541568 15.7492 0.0308647 16.2095C0.0628839 16.6788 0.131418 17.1129 0.304482 17.5307L2.15224 16.7654C2.09694 16.6319 2.0513 16.4409 2.02623 16.0734C2.00054 15.697 2 15.2126 2 14.5H0ZM5.5 18C4.78741 18 4.30304 17.9995 3.9266 17.9738C3.55915 17.9487 3.36813 17.9031 3.23463 17.8478L2.46927 19.6955C2.88708 19.8686 3.32118 19.9371 3.79046 19.9691C4.25077 20.0005 4.81477 20 5.5 20V18ZM0.304482 17.5307C0.710458 18.5108 1.48915 19.2895 2.46927 19.6955L3.23463 17.8478C2.74458 17.6448 2.35523 17.2554 2.15224 16.7654L0.304482 17.5307ZM2 5.5C2 4.7874 2.00054 4.30304 2.02623 3.9266C2.0513 3.55915 2.09694 3.36813 2.15224 3.23463L0.304483 2.46927C0.131418 2.88708 0.062884 3.32118 0.0308648 3.79046C-0.000541568 4.25077 0 4.81477 0 5.5H2ZM5.5 0C4.81477 0 4.25077 -0.000541568 3.79046 0.0308647C3.32118 0.0628838 2.88708 0.131418 2.46927 0.304482L3.23463 2.15224C3.36813 2.09694 3.55915 2.0513 3.9266 2.02623C4.30304 2.00054 4.78741 2 5.5 2V0ZM2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224L2.46927 0.304482C1.48915 0.710458 0.710459 1.48915 0.304483 2.46927L2.15224 3.23463Z' fill='black'/%3e %3c/svg%3e")}.u-icon--menu-01{mask-image:url("data:image/svg+xml,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 7H19M1 1H19M1 13H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 7H19M1 1H19M1 13H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--minus{mask-image:url("data:image/svg+xml,%3csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1H15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1H15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--minus-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.6665 15H20.3332M28.3332 15C28.3332 22.3638 22.3636 28.3334 14.9998 28.3334C7.63604 28.3334 1.6665 22.3638 1.6665 15C1.6665 7.63622 7.63604 1.66669 14.9998 1.66669C22.3636 1.66669 28.3332 7.63622 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9.6665 15H20.3332M28.3332 15C28.3332 22.3638 22.3636 28.3334 14.9998 28.3334C7.63604 28.3334 1.6665 22.3638 1.6665 15C1.6665 7.63622 7.63604 1.66669 14.9998 1.66669C22.3636 1.66669 28.3332 7.63622 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--pen-tool{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--plus-circle{mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.5002 12.3333C20.5002 11.5049 19.8286 10.8333 19.0002 10.8333C18.1717 10.8333 17.5002 11.5049 17.5002 12.3333H20.5002ZM17.5002 25.6666C17.5002 26.4951 18.1717 27.1666 19.0002 27.1666C19.8286 27.1666 20.5002 26.4951 20.5002 25.6666H17.5002ZM12.3335 17.5C11.5051 17.5 10.8335 18.1716 10.8335 19C10.8335 19.8284 11.5051 20.5 12.3335 20.5V17.5ZM25.6668 20.5C26.4953 20.5 27.1668 19.8284 27.1668 19C27.1668 18.1716 26.4953 17.5 25.6668 17.5V20.5ZM34.1668 19C34.1668 27.3763 27.3765 34.1666 19.0002 34.1666V37.1666C29.0333 37.1666 37.1668 29.0332 37.1668 19H34.1668ZM19.0002 34.1666C10.6238 34.1666 3.8335 27.3763 3.8335 19H0.833496C0.833496 29.0332 8.96699 37.1666 19.0002 37.1666V34.1666ZM3.8335 19C3.8335 10.6237 10.6238 3.83331 19.0002 3.83331V0.833313C8.96699 0.833313 0.833496 8.96681 0.833496 19H3.8335ZM19.0002 3.83331C27.3765 3.83331 34.1668 10.6237 34.1668 19H37.1668C37.1668 8.96681 29.0333 0.833313 19.0002 0.833313V3.83331ZM17.5002 12.3333V25.6666H20.5002V12.3333H17.5002ZM12.3335 20.5H25.6668V17.5H12.3335V20.5Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M20.5002 12.3333C20.5002 11.5049 19.8286 10.8333 19.0002 10.8333C18.1717 10.8333 17.5002 11.5049 17.5002 12.3333H20.5002ZM17.5002 25.6666C17.5002 26.4951 18.1717 27.1666 19.0002 27.1666C19.8286 27.1666 20.5002 26.4951 20.5002 25.6666H17.5002ZM12.3335 17.5C11.5051 17.5 10.8335 18.1716 10.8335 19C10.8335 19.8284 11.5051 20.5 12.3335 20.5V17.5ZM25.6668 20.5C26.4953 20.5 27.1668 19.8284 27.1668 19C27.1668 18.1716 26.4953 17.5 25.6668 17.5V20.5ZM34.1668 19C34.1668 27.3763 27.3765 34.1666 19.0002 34.1666V37.1666C29.0333 37.1666 37.1668 29.0332 37.1668 19H34.1668ZM19.0002 34.1666C10.6238 34.1666 3.8335 27.3763 3.8335 19H0.833496C0.833496 29.0332 8.96699 37.1666 19.0002 37.1666V34.1666ZM3.8335 19C3.8335 10.6237 10.6238 3.83331 19.0002 3.83331V0.833313C8.96699 0.833313 0.833496 8.96681 0.833496 19H3.8335ZM19.0002 3.83331C27.3765 3.83331 34.1668 10.6237 34.1668 19H37.1668C37.1668 8.96681 29.0333 0.833313 19.0002 0.833313V3.83331ZM17.5002 12.3333V25.6666H20.5002V12.3333H17.5002ZM12.3335 20.5H25.6668V17.5H12.3335V20.5Z' fill='black'/%3e %3c/svg%3e")}.u-icon--plus{mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 1C9 0.447715 8.55228 0 8 0C7.44772 0 7 0.447715 7 1H9ZM7 15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15H7ZM1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM7 1V15H9V1H7ZM1 9H15V7H1V9Z' fill='white'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M9 1C9 0.447715 8.55228 0 8 0C7.44772 0 7 0.447715 7 1H9ZM7 15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15H7ZM1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9V7ZM15 9C15.5523 9 16 8.55228 16 8C16 7.44772 15.5523 7 15 7V9ZM7 1V15H9V1H7ZM1 9H15V7H1V9Z' fill='white'/%3e %3c/svg%3e")}.u-icon--refresh-ccw{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.66675 11.3333C1.66675 11.3333 1.82851 10.201 6.5148 5.51472C11.2011 0.828427 18.7991 0.828427 23.4854 5.51472C25.1457 7.17509 26.2178 9.20096 26.7016 11.3333M1.66675 11.3333V3.33333M1.66675 11.3333H9.66675M28.3334 16.6667C28.3334 16.6667 28.1717 17.799 23.4854 22.4853C18.7991 27.1716 11.2011 27.1716 6.5148 22.4853C4.85443 20.8249 3.78234 18.799 3.29852 16.6667M28.3334 16.6667V24.6667M28.3334 16.6667H20.3334' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.66675 11.3333C1.66675 11.3333 1.82851 10.201 6.5148 5.51472C11.2011 0.828427 18.7991 0.828427 23.4854 5.51472C25.1457 7.17509 26.2178 9.20096 26.7016 11.3333M1.66675 11.3333V3.33333M1.66675 11.3333H9.66675M28.3334 16.6667C28.3334 16.6667 28.1717 17.799 23.4854 22.4853C18.7991 27.1716 11.2011 27.1716 6.5148 22.4853C4.85443 20.8249 3.78234 18.799 3.29852 16.6667M28.3334 16.6667V24.6667M28.3334 16.6667H20.3334' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--remove{mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14 5V4.2C14 3.0799 14 2.51984 13.782 2.09202C13.5903 1.71569 13.2843 1.40973 12.908 1.21799C12.4802 1 11.9201 1 10.8 1H9.2C8.07989 1 7.51984 1 7.09202 1.21799C6.71569 1.40973 6.40973 1.71569 6.21799 2.09202C6 2.51984 6 3.0799 6 4.2V5M8 10.5V15.5M12 10.5V15.5M1 5H19M17 5V16.2C17 17.8802 17 18.7202 16.673 19.362C16.3854 19.9265 15.9265 20.3854 15.362 20.673C14.7202 21 13.8802 21 12.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M14 5V4.2C14 3.0799 14 2.51984 13.782 2.09202C13.5903 1.71569 13.2843 1.40973 12.908 1.21799C12.4802 1 11.9201 1 10.8 1H9.2C8.07989 1 7.51984 1 7.09202 1.21799C6.71569 1.40973 6.40973 1.71569 6.21799 2.09202C6 2.51984 6 3.0799 6 4.2V5M8 10.5V15.5M12 10.5V15.5M1 5H19M17 5V16.2C17 17.8802 17 18.7202 16.673 19.362C16.3854 19.9265 15.9265 20.3854 15.362 20.673C14.7202 21 13.8802 21 12.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--report{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM18.673 17.362L19.564 17.816L18.673 17.362ZM17.362 18.673L17.816 19.564L17.362 18.673ZM17.362 1.32698L17.816 0.435974L17.362 1.32698ZM18.673 2.63803L19.564 2.18404L18.673 2.63803ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM7 13C7 12.4477 6.55228 12 6 12C5.44772 12 5 12.4477 5 13H7ZM5 15C5 15.5523 5.44772 16 6 16C6.55228 16 7 15.5523 7 15H5ZM11 9C11 8.44772 10.5523 8 10 8C9.44771 8 9 8.44772 9 9H11ZM9 15C9 15.5523 9.44771 16 10 16C10.5523 16 11 15.5523 11 15H9ZM15 5C15 4.44772 14.5523 4 14 4C13.4477 4 13 4.44772 13 5H15ZM13 15C13 15.5523 13.4477 16 14 16C14.5523 16 15 15.5523 15 15H13ZM5.8 2H14.2V0H5.8V2ZM18 5.8V14.2H20V5.8H18ZM14.2 18H5.8V20H14.2V18ZM2 14.2V5.8H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM18 14.2C18 15.0566 17.9992 15.6389 17.9624 16.089C17.9266 16.5274 17.8617 16.7516 17.782 16.908L19.564 17.816C19.8113 17.3306 19.9099 16.8139 19.9558 16.2518C20.0008 15.7014 20 15.0236 20 14.2H18ZM14.2 20C15.0236 20 15.7014 20.0008 16.2518 19.9558C16.8139 19.9099 17.3306 19.8113 17.816 19.564L16.908 17.782C16.7516 17.8617 16.5274 17.9266 16.089 17.9624C15.6389 17.9992 15.0566 18 14.2 18V20ZM17.782 16.908C17.5903 17.2843 17.2843 17.5903 16.908 17.782L17.816 19.564C18.5686 19.1805 19.1805 18.5686 19.564 17.816L17.782 16.908ZM14.2 2C15.0566 2 15.6389 2.00078 16.089 2.03755C16.5274 2.07337 16.7516 2.1383 16.908 2.21799L17.816 0.435974C17.3306 0.188683 16.8139 0.0901188 16.2518 0.0441936C15.7014 -0.000777721 15.0236 0 14.2 0V2ZM20 5.8C20 4.97642 20.0008 4.2986 19.9558 3.74817C19.9099 3.18608 19.8113 2.66937 19.564 2.18404L17.782 3.09202C17.8617 3.24842 17.9266 3.47262 17.9624 3.91104C17.9992 4.36113 18 4.94342 18 5.8H20ZM16.908 2.21799C17.2843 2.40973 17.5903 2.7157 17.782 3.09202L19.564 2.18404C19.1805 1.43139 18.5686 0.819467 17.816 0.435974L16.908 2.21799ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM5 13V15H7V13H5ZM9 9V15H11V9H9ZM13 5V15H15V5H13Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2.63803 18.673L2.18404 19.564L2.63803 18.673ZM1.32698 17.362L0.435974 17.816L1.32698 17.362ZM18.673 17.362L19.564 17.816L18.673 17.362ZM17.362 18.673L17.816 19.564L17.362 18.673ZM17.362 1.32698L17.816 0.435974L17.362 1.32698ZM18.673 2.63803L19.564 2.18404L18.673 2.63803ZM2.63803 1.32698L2.18404 0.435974L2.63803 1.32698ZM1.32698 2.63803L0.435974 2.18404L1.32698 2.63803ZM7 13C7 12.4477 6.55228 12 6 12C5.44772 12 5 12.4477 5 13H7ZM5 15C5 15.5523 5.44772 16 6 16C6.55228 16 7 15.5523 7 15H5ZM11 9C11 8.44772 10.5523 8 10 8C9.44771 8 9 8.44772 9 9H11ZM9 15C9 15.5523 9.44771 16 10 16C10.5523 16 11 15.5523 11 15H9ZM15 5C15 4.44772 14.5523 4 14 4C13.4477 4 13 4.44772 13 5H15ZM13 15C13 15.5523 13.4477 16 14 16C14.5523 16 15 15.5523 15 15H13ZM5.8 2H14.2V0H5.8V2ZM18 5.8V14.2H20V5.8H18ZM14.2 18H5.8V20H14.2V18ZM2 14.2V5.8H0V14.2H2ZM5.8 18C4.94342 18 4.36113 17.9992 3.91104 17.9624C3.47262 17.9266 3.24842 17.8617 3.09202 17.782L2.18404 19.564C2.66937 19.8113 3.18608 19.9099 3.74817 19.9558C4.2986 20.0008 4.97642 20 5.8 20V18ZM0 14.2C0 15.0236 -0.000777721 15.7014 0.0441936 16.2518C0.0901188 16.8139 0.188683 17.3306 0.435974 17.816L2.21799 16.908C2.1383 16.7516 2.07337 16.5274 2.03755 16.089C2.00078 15.6389 2 15.0566 2 14.2H0ZM3.09202 17.782C2.7157 17.5903 2.40973 17.2843 2.21799 16.908L0.435974 17.816C0.819467 18.5686 1.43139 19.1805 2.18404 19.564L3.09202 17.782ZM18 14.2C18 15.0566 17.9992 15.6389 17.9624 16.089C17.9266 16.5274 17.8617 16.7516 17.782 16.908L19.564 17.816C19.8113 17.3306 19.9099 16.8139 19.9558 16.2518C20.0008 15.7014 20 15.0236 20 14.2H18ZM14.2 20C15.0236 20 15.7014 20.0008 16.2518 19.9558C16.8139 19.9099 17.3306 19.8113 17.816 19.564L16.908 17.782C16.7516 17.8617 16.5274 17.9266 16.089 17.9624C15.6389 17.9992 15.0566 18 14.2 18V20ZM17.782 16.908C17.5903 17.2843 17.2843 17.5903 16.908 17.782L17.816 19.564C18.5686 19.1805 19.1805 18.5686 19.564 17.816L17.782 16.908ZM14.2 2C15.0566 2 15.6389 2.00078 16.089 2.03755C16.5274 2.07337 16.7516 2.1383 16.908 2.21799L17.816 0.435974C17.3306 0.188683 16.8139 0.0901188 16.2518 0.0441936C15.7014 -0.000777721 15.0236 0 14.2 0V2ZM20 5.8C20 4.97642 20.0008 4.2986 19.9558 3.74817C19.9099 3.18608 19.8113 2.66937 19.564 2.18404L17.782 3.09202C17.8617 3.24842 17.9266 3.47262 17.9624 3.91104C17.9992 4.36113 18 4.94342 18 5.8H20ZM16.908 2.21799C17.2843 2.40973 17.5903 2.7157 17.782 3.09202L19.564 2.18404C19.1805 1.43139 18.5686 0.819467 17.816 0.435974L16.908 2.21799ZM5.8 0C4.97642 0 4.2986 -0.000777721 3.74817 0.0441936C3.18608 0.0901188 2.66937 0.188683 2.18404 0.435974L3.09202 2.21799C3.24842 2.1383 3.47262 2.07337 3.91104 2.03755C4.36113 2.00078 4.94342 2 5.8 2V0ZM2 5.8C2 4.94342 2.00078 4.36113 2.03755 3.91104C2.07337 3.47262 2.1383 3.24842 2.21799 3.09202L0.435974 2.18404C0.188683 2.66937 0.0901188 3.18608 0.0441936 3.74817C-0.000777721 4.2986 0 4.97642 0 5.8H2ZM2.18404 0.435974C1.43139 0.819467 0.819467 1.43139 0.435974 2.18404L2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799L2.18404 0.435974ZM5 13V15H7V13H5ZM9 9V15H11V9H9ZM13 5V15H15V5H13Z' fill='black'/%3e %3c/svg%3e")}.u-icon--search{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19 19L14.65 14.65M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--settings{mask-image:url(6dcdc994dc66be7e84328a214e59014c.svg);-webkit-mask-image:url(6dcdc994dc66be7e84328a214e59014c.svg)}.u-icon--share{mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.59 12.51L13.42 16.49M13.41 5.51L6.59 9.49M19 4C19 5.65685 17.6569 7 16 7C14.3431 7 13 5.65685 13 4C13 2.34315 14.3431 1 16 1C17.6569 1 19 2.34315 19 4ZM7 11C7 12.6569 5.65685 14 4 14C2.34315 14 1 12.6569 1 11C1 9.34315 2.34315 8 4 8C5.65685 8 7 9.34315 7 11ZM19 18C19 19.6569 17.6569 21 16 21C14.3431 21 13 19.6569 13 18C13 16.3431 14.3431 15 16 15C17.6569 15 19 16.3431 19 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.59 12.51L13.42 16.49M13.41 5.51L6.59 9.49M19 4C19 5.65685 17.6569 7 16 7C14.3431 7 13 5.65685 13 4C13 2.34315 14.3431 1 16 1C17.6569 1 19 2.34315 19 4ZM7 11C7 12.6569 5.65685 14 4 14C2.34315 14 1 12.6569 1 11C1 9.34315 2.34315 8 4 8C5.65685 8 7 9.34315 7 11ZM19 18C19 19.6569 17.6569 21 16 21C14.3431 21 13 19.6569 13 18C13 16.3431 14.3431 15 16 15C17.6569 15 19 16.3431 19 18Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--speedometer{mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12H4ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4V6ZM17.207 8.20711C17.5975 7.81658 17.5975 7.18342 17.207 6.79289C16.8165 6.40237 16.1833 6.40237 15.7928 6.79289L17.207 8.20711ZM11.2928 11.2929C10.9023 11.6834 10.9023 12.3166 11.2928 12.7071C11.6833 13.0976 12.3165 13.0976 12.707 12.7071L11.2928 11.2929ZM6 12C6 8.68629 8.68629 6 12 6V4C7.58172 4 4 7.58172 4 12H6ZM21 12C21 16.9706 16.9706 21 12 21V23C18.0751 23 23 18.0751 23 12H21ZM12 21C7.02944 21 3 16.9706 3 12H1C1 18.0751 5.92487 23 12 23V21ZM3 12C3 7.02944 7.02944 3 12 3V1C5.92487 1 1 5.92487 1 12H3ZM12 3C16.9706 3 21 7.02944 21 12H23C23 5.92487 18.0751 1 12 1V3ZM15.7928 6.79289L11.2928 11.2929L12.707 12.7071L17.207 8.20711L15.7928 6.79289ZM12 12V14C13.1046 14 14 13.1046 14 12H12ZM12 12H10C10 13.1046 10.8954 14 12 14V12ZM12 12V10C10.8954 10 10 10.8954 10 12H12ZM12 12H14C14 10.8954 13.1046 10 12 10V12Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4 12C4 12.5523 4.44772 13 5 13C5.55228 13 6 12.5523 6 12H4ZM12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4V6ZM17.207 8.20711C17.5975 7.81658 17.5975 7.18342 17.207 6.79289C16.8165 6.40237 16.1833 6.40237 15.7928 6.79289L17.207 8.20711ZM11.2928 11.2929C10.9023 11.6834 10.9023 12.3166 11.2928 12.7071C11.6833 13.0976 12.3165 13.0976 12.707 12.7071L11.2928 11.2929ZM6 12C6 8.68629 8.68629 6 12 6V4C7.58172 4 4 7.58172 4 12H6ZM21 12C21 16.9706 16.9706 21 12 21V23C18.0751 23 23 18.0751 23 12H21ZM12 21C7.02944 21 3 16.9706 3 12H1C1 18.0751 5.92487 23 12 23V21ZM3 12C3 7.02944 7.02944 3 12 3V1C5.92487 1 1 5.92487 1 12H3ZM12 3C16.9706 3 21 7.02944 21 12H23C23 5.92487 18.0751 1 12 1V3ZM15.7928 6.79289L11.2928 11.2929L12.707 12.7071L17.207 8.20711L15.7928 6.79289ZM12 12V14C13.1046 14 14 13.1046 14 12H12ZM12 12H10C10 13.1046 10.8954 14 12 14V12ZM12 12V10C10.8954 10 10 10.8954 10 12H12ZM12 12H14C14 10.8954 13.1046 10 12 10V12Z' fill='black'/%3e %3c/svg%3e")}.u-icon--three-dots{mask-image:url("data:image/svg+xml,%3csvg width='4' height='18' viewBox='0 0 4 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2 9V11C3.10457 11 4 10.1046 4 9H2ZM2 9H0C0 10.1046 0.89543 11 2 11V9ZM2 9V7C0.89543 7 0 7.89543 0 9H2ZM2 9H4C4 7.89543 3.10457 7 2 7V9ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2ZM2 16V18C3.10457 18 4 17.1046 4 16H2ZM2 16H0C0 17.1046 0.89543 18 2 18V16ZM2 16V14C0.89543 14 0 14.8954 0 16H2ZM2 16H4C4 14.8954 3.10457 14 2 14V16Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='4' height='18' viewBox='0 0 4 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M2 9V11C3.10457 11 4 10.1046 4 9H2ZM2 9H0C0 10.1046 0.89543 11 2 11V9ZM2 9V7C0.89543 7 0 7.89543 0 9H2ZM2 9H4C4 7.89543 3.10457 7 2 7V9ZM2 2V4C3.10457 4 4 3.10457 4 2H2ZM2 2H0C0 3.10457 0.89543 4 2 4V2ZM2 2V0C0.89543 0 0 0.89543 0 2H2ZM2 2H4C4 0.89543 3.10457 0 2 0V2ZM2 16V18C3.10457 18 4 17.1046 4 16H2ZM2 16H0C0 17.1046 0.89543 18 2 18V16ZM2 16V14C0.89543 14 0 14.8954 0 16H2ZM2 16H4C4 14.8954 3.10457 14 2 14V16Z' fill='black'/%3e %3c/svg%3e")}.u-icon--tick-circle{mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.20711 10.2929C6.81658 9.90237 6.18342 9.90237 5.79289 10.2929C5.40237 10.6834 5.40237 11.3166 5.79289 11.7071L7.20711 10.2929ZM9.5 14L8.79289 14.7071C9.18342 15.0976 9.81658 15.0976 10.2071 14.7071L9.5 14ZM16.2071 8.70711C16.5976 8.31658 16.5976 7.68342 16.2071 7.29289C15.8166 6.90237 15.1834 6.90237 14.7929 7.29289L16.2071 8.70711ZM20 11C20 15.9706 15.9706 20 11 20V22C17.0751 22 22 17.0751 22 11H20ZM11 20C6.02944 20 2 15.9706 2 11H0C0 17.0751 4.92487 22 11 22V20ZM2 11C2 6.02944 6.02944 2 11 2V0C4.92487 0 0 4.92487 0 11H2ZM11 2C15.9706 2 20 6.02944 20 11H22C22 4.92487 17.0751 0 11 0V2ZM5.79289 11.7071L8.79289 14.7071L10.2071 13.2929L7.20711 10.2929L5.79289 11.7071ZM10.2071 14.7071L16.2071 8.70711L14.7929 7.29289L8.79289 13.2929L10.2071 14.7071Z' fill='black'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.20711 10.2929C6.81658 9.90237 6.18342 9.90237 5.79289 10.2929C5.40237 10.6834 5.40237 11.3166 5.79289 11.7071L7.20711 10.2929ZM9.5 14L8.79289 14.7071C9.18342 15.0976 9.81658 15.0976 10.2071 14.7071L9.5 14ZM16.2071 8.70711C16.5976 8.31658 16.5976 7.68342 16.2071 7.29289C15.8166 6.90237 15.1834 6.90237 14.7929 7.29289L16.2071 8.70711ZM20 11C20 15.9706 15.9706 20 11 20V22C17.0751 22 22 17.0751 22 11H20ZM11 20C6.02944 20 2 15.9706 2 11H0C0 17.0751 4.92487 22 11 22V20ZM2 11C2 6.02944 6.02944 2 11 2V0C4.92487 0 0 4.92487 0 11H2ZM11 2C15.9706 2 20 6.02944 20 11H22C22 4.92487 17.0751 0 11 0V2ZM5.79289 11.7071L8.79289 14.7071L10.2071 13.2929L7.20711 10.2929L5.79289 11.7071ZM10.2071 14.7071L16.2071 8.70711L14.7929 7.29289L8.79289 13.2929L10.2071 14.7071Z' fill='black'/%3e %3c/svg%3e")}.u-icon--tool{mask-image:url("data:image/svg+xml,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99984 7.00008L12.9998 13.0001M6.99984 7.00008H2.99984L1.6665 3.00008L2.99984 1.66675L6.99984 3.00008V7.00008ZM24.6785 2.65476L21.175 6.15825C20.647 6.68628 20.383 6.95029 20.284 7.25472C20.197 7.52252 20.197 7.81098 20.284 8.07877C20.383 8.38321 20.647 8.64722 21.175 9.17524L21.4913 9.49159C22.0194 10.0196 22.2834 10.2836 22.5878 10.3825C22.8556 10.4695 23.1441 10.4695 23.4119 10.3825C23.7163 10.2836 23.9803 10.0196 24.5083 9.49159L27.7855 6.21437C28.1385 7.07326 28.3332 8.01394 28.3332 9.00008C28.3332 13.0502 25.0499 16.3334 20.9998 16.3334C20.5116 16.3334 20.0344 16.2857 19.5728 16.1947C18.9247 16.0668 18.6006 16.0029 18.4041 16.0225C18.1952 16.0433 18.0923 16.0746 17.9072 16.1737C17.7331 16.2668 17.5585 16.4414 17.2092 16.7907L7.6665 26.3334C6.56193 27.438 4.77107 27.438 3.66651 26.3334C2.56194 25.2288 2.56194 23.438 3.66651 22.3334L13.2092 12.7907C13.5585 12.4414 13.7331 12.2668 13.8263 12.0927C13.9253 11.9077 13.9566 11.8047 13.9774 11.5958C13.997 11.3994 13.9331 11.0753 13.8053 10.4271C13.7142 9.96549 13.6665 9.48836 13.6665 9.00008C13.6665 4.94999 16.9497 1.66675 20.9998 1.66675C22.3405 1.66675 23.5971 2.02651 24.6785 2.65476ZM14.9999 19L22.3332 26.3333C23.4377 27.4378 25.2286 27.4378 26.3332 26.3333C27.4377 25.2287 27.4377 23.4378 26.3331 22.3333L20.3003 16.3005C19.8732 16.2601 19.4568 16.183 19.0542 16.0725C18.5355 15.9301 17.9664 16.0335 17.5861 16.4139L14.9999 19Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99984 7.00008L12.9998 13.0001M6.99984 7.00008H2.99984L1.6665 3.00008L2.99984 1.66675L6.99984 3.00008V7.00008ZM24.6785 2.65476L21.175 6.15825C20.647 6.68628 20.383 6.95029 20.284 7.25472C20.197 7.52252 20.197 7.81098 20.284 8.07877C20.383 8.38321 20.647 8.64722 21.175 9.17524L21.4913 9.49159C22.0194 10.0196 22.2834 10.2836 22.5878 10.3825C22.8556 10.4695 23.1441 10.4695 23.4119 10.3825C23.7163 10.2836 23.9803 10.0196 24.5083 9.49159L27.7855 6.21437C28.1385 7.07326 28.3332 8.01394 28.3332 9.00008C28.3332 13.0502 25.0499 16.3334 20.9998 16.3334C20.5116 16.3334 20.0344 16.2857 19.5728 16.1947C18.9247 16.0668 18.6006 16.0029 18.4041 16.0225C18.1952 16.0433 18.0923 16.0746 17.9072 16.1737C17.7331 16.2668 17.5585 16.4414 17.2092 16.7907L7.6665 26.3334C6.56193 27.438 4.77107 27.438 3.66651 26.3334C2.56194 25.2288 2.56194 23.438 3.66651 22.3334L13.2092 12.7907C13.5585 12.4414 13.7331 12.2668 13.8263 12.0927C13.9253 11.9077 13.9566 11.8047 13.9774 11.5958C13.997 11.3994 13.9331 11.0753 13.8053 10.4271C13.7142 9.96549 13.6665 9.48836 13.6665 9.00008C13.6665 4.94999 16.9497 1.66675 20.9998 1.66675C22.3405 1.66675 23.5971 2.02651 24.6785 2.65476ZM14.9999 19L22.3332 26.3333C23.4377 27.4378 25.2286 27.4378 26.3332 26.3333C27.4377 25.2287 27.4377 23.4378 26.3331 22.3333L20.3003 16.3005C19.8732 16.2601 19.4568 16.183 19.0542 16.0725C18.5355 15.9301 17.9664 16.0335 17.5861 16.4139L14.9999 19Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--upload{mask-image:url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M26 18V19.6C26 21.8402 26 22.9603 25.564 23.816C25.1805 24.5686 24.5686 25.1805 23.816 25.564C22.9603 26 21.8402 26 19.6 26H8.4C6.15979 26 5.03969 26 4.18404 25.564C3.43139 25.1805 2.81947 24.5686 2.43597 23.816C2 22.9603 2 21.8402 2 19.6V18M20.6667 8.66667L14 2M14 2L7.33333 8.66667M14 2V18' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M26 18V19.6C26 21.8402 26 22.9603 25.564 23.816C25.1805 24.5686 24.5686 25.1805 23.816 25.564C22.9603 26 21.8402 26 19.6 26H8.4C6.15979 26 5.03969 26 4.18404 25.564C3.43139 25.1805 2.81947 24.5686 2.43597 23.816C2 22.9603 2 21.8402 2 19.6V18M20.6667 8.66667L14 2M14 2L7.33333 8.66667M14 2V18' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--user{mask-image:url("data:image/svg+xml,%3csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13 18C8.77319 18 5.01436 20.0408 2.62129 23.208C2.10624 23.8896 1.84871 24.2304 1.85713 24.691C1.86364 25.0469 2.08711 25.4959 2.36712 25.7156C2.72955 26 3.23179 26 4.23627 26H21.7637C22.7681 26 23.2704 26 23.6328 25.7156C23.9128 25.4959 24.1363 25.0469 24.1428 24.691C24.1512 24.2304 23.8937 23.8896 23.3786 23.208C20.9856 20.0408 17.2267 18 13 18Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13 14C16.3137 14 19 11.3137 19 8C19 4.68629 16.3137 2 13 2C9.68626 2 6.99996 4.68629 6.99996 8C6.99996 11.3137 9.68626 14 13 14Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='26' height='28' viewBox='0 0 26 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13 18C8.77319 18 5.01436 20.0408 2.62129 23.208C2.10624 23.8896 1.84871 24.2304 1.85713 24.691C1.86364 25.0469 2.08711 25.4959 2.36712 25.7156C2.72955 26 3.23179 26 4.23627 26H21.7637C22.7681 26 23.2704 26 23.6328 25.7156C23.9128 25.4959 24.1363 25.0469 24.1428 24.691C24.1512 24.2304 23.8937 23.8896 23.3786 23.208C20.9856 20.0408 17.2267 18 13 18Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M13 14C16.3137 14 19 11.3137 19 8C19 4.68629 16.3137 2 13 2C9.68626 2 6.99996 4.68629 6.99996 8C6.99996 11.3137 9.68626 14 13 14Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--user-circle{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.08823 24.9178C6.89933 23.0069 8.79307 21.6666 10.9998 21.6666H18.9998C21.2066 21.6666 23.1003 23.0069 23.9114 24.9178M20.3332 11.6666C20.3332 14.6121 17.9454 17 14.9998 17C12.0543 17 9.6665 14.6121 9.6665 11.6666C9.6665 8.72111 12.0543 6.33329 14.9998 6.33329C17.9454 6.33329 20.3332 8.72111 20.3332 11.6666ZM28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.08823 24.9178C6.89933 23.0069 8.79307 21.6666 10.9998 21.6666H18.9998C21.2066 21.6666 23.1003 23.0069 23.9114 24.9178M20.3332 11.6666C20.3332 14.6121 17.9454 17 14.9998 17C12.0543 17 9.6665 14.6121 9.6665 11.6666C9.6665 8.72111 12.0543 6.33329 14.9998 6.33329C17.9454 6.33329 20.3332 8.72111 20.3332 11.6666ZM28.3332 15C28.3332 22.3638 22.3636 28.3333 14.9998 28.3333C7.63604 28.3333 1.6665 22.3638 1.6665 15C1.6665 7.63616 7.63604 1.66663 14.9998 1.66663C22.3636 1.66663 28.3332 7.63616 28.3332 15Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--archived{mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.605 21.6H21.5949C21.6283 21.6 21.6554 21.5729 21.6554 21.5394V8.99449C21.6554 8.96105 21.6283 8.93394 21.5949 8.93394H2.46094C2.4275 8.93394 2.40039 8.96105 2.40039 8.99449V21.5394C2.40039 21.5729 2.4275 21.6 2.46094 21.6H5.45819M6.92516 8.90367V5.43853C6.92516 5.40509 6.95227 5.37798 6.98571 5.37798H17.0701C17.1036 5.37798 17.1307 5.40509 17.1307 5.43853V8.90367M16.6242 18.5174L18.5013 16.7615M9.36369 14.3174H14.6921C14.7256 14.3174 14.7527 14.2903 14.7527 14.2569V11.8349C14.7527 11.8014 14.7256 11.7743 14.6921 11.7743H9.36369C9.33025 11.7743 9.30314 11.8014 9.30314 11.8349V14.2569C9.30314 14.2903 9.33025 14.3174 9.36369 14.3174ZM2.53089 8.93394H21.4951C21.5406 8.93394 21.5698 8.88575 21.5488 8.84544L18.5238 1.8326C18.5134 1.81257 18.4926 1.8 18.4701 1.8H5.5856C5.5631 1.8 5.54246 1.81247 5.532 1.83238L2.47729 8.84523C2.4561 8.88555 2.48534 8.93394 2.53089 8.93394Z' stroke='black' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.605 21.6H21.5949C21.6283 21.6 21.6554 21.5729 21.6554 21.5394V8.99449C21.6554 8.96105 21.6283 8.93394 21.5949 8.93394H2.46094C2.4275 8.93394 2.40039 8.96105 2.40039 8.99449V21.5394C2.40039 21.5729 2.4275 21.6 2.46094 21.6H5.45819M6.92516 8.90367V5.43853C6.92516 5.40509 6.95227 5.37798 6.98571 5.37798H17.0701C17.1036 5.37798 17.1307 5.40509 17.1307 5.43853V8.90367M16.6242 18.5174L18.5013 16.7615M9.36369 14.3174H14.6921C14.7256 14.3174 14.7527 14.2903 14.7527 14.2569V11.8349C14.7527 11.8014 14.7256 11.7743 14.6921 11.7743H9.36369C9.33025 11.7743 9.30314 11.8014 9.30314 11.8349V14.2569C9.30314 14.2903 9.33025 14.3174 9.36369 14.3174ZM2.53089 8.93394H21.4951C21.5406 8.93394 21.5698 8.88575 21.5488 8.84544L18.5238 1.8326C18.5134 1.81257 18.4926 1.8 18.4701 1.8H5.5856C5.5631 1.8 5.54246 1.81247 5.532 1.83238L2.47729 8.84523C2.4561 8.88555 2.48534 8.93394 2.53089 8.93394Z' stroke='black' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e")}.u-icon--key{mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15 6.99994C15 6.48812 14.8047 5.9763 14.4142 5.58579C14.0237 5.19526 13.5118 5 13 5M13 13C16.3137 13 19 10.3137 19 7C19 3.68629 16.3137 1 13 1C9.68629 1 7 3.68629 7 7C7 7.27368 7.01832 7.54308 7.05381 7.80704C7.11218 8.24118 7.14136 8.45825 7.12172 8.59559C7.10125 8.73865 7.0752 8.81575 7.00469 8.9419C6.937 9.063 6.81771 9.18229 6.57913 9.42087L1.46863 14.5314C1.29568 14.7043 1.2092 14.7908 1.14736 14.8917C1.09253 14.9812 1.05213 15.0787 1.02763 15.1808C1 15.2959 1 15.4182 1 15.6627V17.4C1 17.9601 1 18.2401 1.10899 18.454C1.20487 18.6422 1.35785 18.7951 1.54601 18.891C1.75992 19 2.03995 19 2.6 19H5V17H7V15H9L10.5791 13.4209C10.8177 13.1823 10.937 13.063 11.0581 12.9953C11.1843 12.9248 11.2613 12.8987 11.4044 12.8783C11.5417 12.8586 11.7588 12.8878 12.193 12.9462C12.4569 12.9817 12.7263 13 13 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15 6.99994C15 6.48812 14.8047 5.9763 14.4142 5.58579C14.0237 5.19526 13.5118 5 13 5M13 13C16.3137 13 19 10.3137 19 7C19 3.68629 16.3137 1 13 1C9.68629 1 7 3.68629 7 7C7 7.27368 7.01832 7.54308 7.05381 7.80704C7.11218 8.24118 7.14136 8.45825 7.12172 8.59559C7.10125 8.73865 7.0752 8.81575 7.00469 8.9419C6.937 9.063 6.81771 9.18229 6.57913 9.42087L1.46863 14.5314C1.29568 14.7043 1.2092 14.7908 1.14736 14.8917C1.09253 14.9812 1.05213 15.0787 1.02763 15.1808C1 15.2959 1 15.4182 1 15.6627V17.4C1 17.9601 1 18.2401 1.10899 18.454C1.20487 18.6422 1.35785 18.7951 1.54601 18.891C1.75992 19 2.03995 19 2.6 19H5V17H7V15H9L10.5791 13.4209C10.8177 13.1823 10.937 13.063 11.0581 12.9953C11.1843 12.9248 11.2613 12.8987 11.4044 12.8783C11.5417 12.8586 11.7588 12.8878 12.193 12.9462C12.4569 12.9817 12.7263 13 13 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--google-classroom{background-image:url(9c16afe4d93b9bc50bf76187760b96a9.svg)}.u-icon--minorstudent{mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3332 14.3797C13.9779 13.4291 16.0216 13.4291 17.6663 14.3797M1.6665 15.0001L2.60182 5.6469C2.63728 5.29228 2.65501 5.11497 2.68221 4.96286C3.0028 3.16944 4.49477 1.81922 6.31119 1.67867C6.46526 1.66675 6.64345 1.66675 6.99984 1.66675M28.3332 15.0001L27.3979 5.6469C27.3624 5.29229 27.3447 5.11497 27.3175 4.96286C26.9969 3.16944 25.5049 1.81922 23.6885 1.67867C23.5344 1.66675 23.3562 1.66675 22.9998 1.66675M10.7711 11.2288C12.8539 13.3116 12.8539 16.6885 10.7711 18.7713C8.68829 20.8541 5.3114 20.8541 3.2286 18.7713C1.14581 16.6885 1.14581 13.3116 3.2286 11.2288C5.31139 9.14605 8.68827 9.14605 10.7711 11.2288ZM26.7711 11.2288C28.8539 13.3116 28.8539 16.6885 26.7711 18.7713C24.6883 20.8541 21.3114 20.8541 19.2286 18.7713C17.1458 16.6885 17.1458 13.3116 19.2286 11.2288C21.3114 9.14605 24.6883 9.14605 26.7711 11.2288Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--adultstudent{mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='27' viewBox='0 0 30 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.6667 16.3333V12.3259C21.6667 12.0866 21.6667 11.967 21.6303 11.8613C21.5981 11.7679 21.5455 11.6828 21.4764 11.6122C21.3982 11.5324 21.2911 11.4789 21.0771 11.3719L15.0001 8.33334M4.33341 9.66667V18.7422C4.33341 19.238 4.33341 19.486 4.41077 19.7031C4.47916 19.895 4.59062 20.0687 4.73659 20.2108C4.9017 20.3716 5.12711 20.4749 5.57788 20.6815L14.1112 24.5926C14.4382 24.7425 14.6017 24.8174 14.772 24.847C14.9229 24.8732 15.0772 24.8732 15.2282 24.847C15.3985 24.8174 15.562 24.7425 15.8889 24.5926L24.4223 20.6815C24.8731 20.4749 25.0985 20.3716 25.2636 20.2108C25.4095 20.0687 25.521 19.895 25.5894 19.7031C25.6667 19.486 25.6667 19.238 25.6667 18.7422V9.66667M1.66675 8.33334L14.5231 1.90519C14.698 1.81773 14.7854 1.774 14.8771 1.75679C14.9584 1.74155 15.0418 1.74155 15.123 1.75679C15.2147 1.774 15.3022 1.81773 15.4771 1.90519L28.3334 8.33334L15.4771 14.7615C15.3022 14.8489 15.2147 14.8927 15.123 14.9099C15.0418 14.9251 14.9584 14.9251 14.8771 14.9099C14.7854 14.8927 14.698 14.8489 14.5231 14.7615L1.66675 8.33334Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--teacher{mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M22.9998 16.3334L21.267 7.66918C21.1702 7.18518 21.1218 6.94319 21.0041 6.74612C20.9001 6.57189 20.7576 6.42371 20.5876 6.31288C20.3954 6.1875 20.1555 6.1296 19.6756 6.01378L1.6665 1.66675M1.6665 1.66675L6.01354 19.6759C6.12935 20.1557 6.18726 20.3956 6.31263 20.5879C6.42347 20.7579 6.57165 20.9003 6.74587 21.0043C6.94294 21.122 7.18494 21.1704 7.66893 21.2672L16.3332 23.0001M1.6665 1.66675L11.7812 11.7814M20.5083 26.8249L26.8247 20.5086C27.3527 19.9806 27.6167 19.7165 27.7156 19.4121C27.8026 19.1443 27.8026 18.8558 27.7156 18.5881C27.6167 18.2836 27.3527 18.0196 26.8247 17.4916L25.8417 16.5086C25.3136 15.9806 25.0496 15.7165 24.7452 15.6176C24.4774 15.5306 24.1889 15.5306 23.9211 15.6176C23.6167 15.7165 23.3527 15.9806 22.8247 16.5086L16.5083 22.8249C15.9803 23.3529 15.7163 23.617 15.6174 23.9214C15.5304 24.1892 15.5304 24.4776 15.6174 24.7454C15.7163 25.0499 15.9803 25.3139 16.5083 25.8419L17.4913 26.8249C18.0194 27.3529 18.2834 27.617 18.5878 27.7159C18.8556 27.8029 19.1441 27.8029 19.4119 27.7159C19.7163 27.617 19.9803 27.3529 20.5083 26.8249ZM16.3332 13.6667C16.3332 15.1395 15.1393 16.3334 13.6665 16.3334C12.1937 16.3334 10.9998 15.1395 10.9998 13.6667C10.9998 12.194 12.1937 11.0001 13.6665 11.0001C15.1393 11.0001 16.3332 12.194 16.3332 13.6667Z' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.u-icon--institutionmanager{mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg width='30' height='28' viewBox='0 0 30 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.3332 12.6667H22.7332C24.2266 12.6667 24.9734 12.6667 25.5438 12.9573C26.0456 13.213 26.4535 13.6209 26.7092 14.1227C26.9998 14.6931 26.9998 15.4399 26.9998 16.9333V26M16.3332 26V6.26667C16.3332 4.77319 16.3332 4.02646 16.0425 3.45603C15.7869 2.95426 15.3789 2.54631 14.8771 2.29065C14.3067 2 13.56 2 12.0665 2H7.2665C5.77303 2 5.02629 2 4.45586 2.29065C3.9541 2.54631 3.54615 2.95426 3.29049 3.45603C2.99984 4.02646 2.99984 4.77319 2.99984 6.26667V26M28.3332 26H1.6665M7.6665 7.33333H11.6665M7.6665 12.6667H11.6665M7.6665 18H11.6665' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.flex{display:flex;flex-flow:column;list-style-type:none;margin:0;padding-left:0}:root{--toast-message-weight: 600;--toast-icon-size: 1em;--toast-icon-small-size: 0.7em;--toast-shadow-color: rgba(0, 0, 0, 0.1);--toast-shadow-offset: 2px;--toast-shadow-blur: 10px;--toast-close-button-padding: 4px;--toast-close-button-bg-color: var(--black);--toast-close-button-text-color: var(--white);--toast-max-width: 380px}:root{--modal-overlay-bg-color: rgba(0,0,0, 0.5);--modal-box-shadow: 0 8px 16px 0 #00000040;--modal-bg-color: var(--white);--modal-border-radius: 8px;--modal-min-width: 506px;--modal-max-width: 620px;--modal-max-height: 80vh;--modal-border-color: var(--neutral-200);--modal-footer-bg-color: var(--neutral-50);--modal-title-font-size: 1.5rem;--modal-title-line-height: 2rem;--modal-title-font-weight: 600;--modal-title-padding-top: 1.5rem;--modal-title-padding-x: 1.5rem;--modal-title-padding-bottom: 1rem;--modal-body-font-size: 1rem;--modal-body-line-height: 1.5;--modal-body-padding-top: 1rem;--modal-body-padding-x: 1.5rem;--modal-body-padding-bottom: 1.5rem;--modal-footer-padding-top: 1rem;--modal-footer-padding-x: 1.5rem;--modal-footer-padding-bottom: 1rem;--modal-z-index--overlay: 50;--modal-z-index: 51}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translate3d(0, 0, 0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideInTop{from{transform:translate3d(0, -100%, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}@keyframes slideOuTop{from{transform:translate3d(0, 0, 0);opacity:1}to{visibility:hidden;transform:translate3d(0, -100%, 0);opacity:0}}@keyframes slideInOut{0%{transform-origin:right;transform:translateX(3000%);opacity:0}14.28%{transform:translateX(0) scale(1);opacity:1}85.72%{transform:translateX(0) scale(1);opacity:1}100%{transform-origin:right;transform:translateX(200%);opacity:0}}@keyframes slideInOutTop{0%{transform:translateY(-100%);opacity:0}12%{transform:translateY(0);opacity:1}92%{transform:translateY(0);opacity:1}100%{transform:translateY(100%);opacity:0}}.u-p-20{padding:20px}.u-pt-0{padding-top:0px}.u-mt-0{margin-top:0px}.u-mt-5{margin-top:5px}.u-mt-15{margin-top:15px}.u-mt-20{margin-top:20px}.u-mb-0{margin-bottom:0px}.u-mb-10{margin-bottom:10px}.u-mb-15{margin-bottom:15px}.u-mb-20{margin-bottom:20px}.u-mb-32{margin-bottom:32px}.u-ml-auto{margin-left:auto}html{font-size:16px;line-height:1.5}body{padding:0;margin:0;font-family:"Open Sans",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{text-decoration:none;color:#1b60f4}a:hover,a:focus{text-decoration:underline}button{cursor:pointer}h1,.h1{font-size:1.25rem;font-weight:600;line-height:1.5;text-align:center}h2,.h2{font-size:28px;font-size:1.75rem;font-weight:600;line-height:1.4;margin-bottom:0;margin-top:0}h3,.h3{font-size:24px;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:0;margin-top:0}small,.small{font-size:12px;font-size:0.75rem;font-weight:600;line-height:1.5}img{border:0;max-width:100%;height:auto;vertical-align:middle}footer,header,main,nav,section{display:block}@media(min-width: 2560px)and (max-width: 6000px){.icon,.icon-svg{font-size:24px;font-size:1.5rem;font-weight:normal;line-height:1.5}}@media(min-width: 1920px)and (max-width: 2559px){.icon,.icon-svg{font-size:24px;font-size:1.5rem;font-weight:normal;line-height:1.5}}@media(min-width: 1440px)and (max-width: 1919px){.icon,.icon-svg{font-size:24px;font-size:1.5rem;font-weight:normal;line-height:1.5}}@media(min-width: 1200px)and (max-width: 1439px){.icon,.icon-svg{font-size:20px;font-size:1.25rem;font-weight:normal;line-height:1.5}}@media(min-width: 0px)and (max-width: 1199px){.icon,.icon-svg{font-size:16px;font-size:1rem;font-weight:normal;line-height:1.5}}html{font-family:"Open Sans"}html{height:100%;box-sizing:border-box;line-height:1.5;-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased}*,*:before,*:after{box-sizing:inherit}body{max-width:100%;min-height:800px;background-color:var(--neutral-50)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){body{height:800px}}body,div,dl,dt,dd,code,form,fieldset,legend,input,button,textarea,p{margin:0;padding:0}button{line-height:inherit}button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0)}input::-ms-clear,input::-ms-reveal{display:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg width='10px' height='7px' viewBox='0 0 10 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: sketchtool 56.3 (101010) - https://sketch.com --%3e %3ctitle%3e14185358-B3F3-42AD-BC04-201D8506BA1D%3c/title%3e %3cdesc%3eCreated with sketchtool.%3c/desc%3e %3cdefs%3e %3cpath d='M3.41496403,6.65079137 L7.2407434,11.1142006 C7.60016555,11.5335265 8.23146553,11.582088 8.65079137,11.2226659 C8.68967018,11.1893412 8.72593191,11.1530794 8.7592566,11.1142006 L12.585036,6.65079137 C12.9444581,6.23146553 12.8958966,5.60016555 12.4765707,5.2407434 C12.2953276,5.08539216 12.0644906,5 11.8257794,5 L4.17422064,5 C3.62193589,5 3.17422064,5.44771525 3.17422064,6 C3.17422064,6.23871127 3.2596128,6.46954826 3.41496403,6.65079137 Z' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Login-Clean-Screen' transform='translate(-1210.000000, -33.000000)'%3e %3cg id='menu' transform='translate(868.000000, 12.000000)'%3e %3cg id='Dropdown/Default/Selected' transform='translate(131.000000, 0.000000)'%3e %3cg id='Icons/Arrow-Down' transform='translate(208.000000, 16.000000)'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Path' fill='%231B60F4' fill-rule='nonzero' xlink:href='%23path-1'%3e%3c/use%3e %3cg id='Colour/System/1B60F4/Default' mask='url(%23mask-2)' fill='%231B60F4' fill-rule='nonzero'%3e %3crect id='Rectangle' x='0' y='0' width='16' height='16' rx='8'%3e%3c/rect%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-position:right 15px center;background-repeat:no-repeat}a[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),button:not([disabled]),[tabindex]{-webkit-tap-highlight-color:rgba(0,0,0,0)}a[href]:focus,input:not([disabled]):focus,select:not([disabled]):focus,textarea:not([disabled]):focus,button:not([disabled]):focus,[tabindex]:focus{text-decoration:none}fieldset{border:none}.icon-svg{background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:inline-block}.icon-svg.icon-svg--16{width:16px !important;height:16px !important}.icon-svg.icon-svg--24{width:24px !important;height:24px !important}.icon-svg.icon-svg--56{width:56px !important;height:56px !important}.icon-svg.icon-svg--64{width:64px;height:64px}@media(min-width: 2560px)and (max-width: 6000px){.icon-svg{width:24px;height:24px}}@media(min-width: 1920px)and (max-width: 2559px){.icon-svg{width:24px;height:24px}}@media(min-width: 1440px)and (max-width: 1919px){.icon-svg{width:24px;height:24px}}@media(min-width: 1200px)and (max-width: 1439px){.icon-svg{width:20px;height:20px}}@media(min-width: 0px)and (max-width: 1199px){.icon-svg{width:16px;height:16px}}.icon-svg.icon-svg-eye{background-image:url("data:image/svg+xml,%3csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eAtoms/Icon/Small/Eye%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e%3c/defs%3e %3cg id='Atoms/Icon/Small/Eye' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cpath d='M1,16 C3.99413224,10.6197877 9.59039073,7 16,7 C22.4096093,7 28.0058678,10.6197877 31,16 C28.0058678,21.3802123 22.4096093,25 16,25 C9.59039073,25 3.99413224,21.3802123 1,16 Z' id='Combined-Shape' stroke='%23000000' stroke-width='2'%3e%3c/path%3e %3ccircle id='Oval' stroke='%23000000' stroke-width='2' cx='16' cy='16' r='5'%3e%3c/circle%3e %3c/g%3e %3c/svg%3e")}.icon-svg.icon-svg-eye-slash{background-image:url("data:image/svg+xml,%3csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eAtoms/Icon/Small/Eye-hide%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e%3c/defs%3e %3cg id='Atoms/Icon/Small/Eye-hide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3crect id='Rectangle-16' fill='%23000000' transform='translate(17.000000, 16.000000) rotate(35.000000) translate(-17.000000, -16.000000) ' x='16' y='0' width='2' height='32' rx='1'%3e%3c/rect%3e %3cpath d='M22.773,8.4287 C26.241,9.9627 29.128,12.6367 31,15.9997 C28.005,21.3797 22.409,24.9997 16,24.9997 C14.508,24.9997 13.061,24.8037 11.68,24.4357' id='Stroke-1' stroke='%23000000' stroke-width='2' stroke-linecap='round'%3e%3c/path%3e %3cpath d='M8.064,23.003 C5.114,21.419 2.658,18.98 1,16 C3.994,10.62 9.59,7 16,7 C16.958,7 17.897,7.081 18.812,7.236' id='Stroke-3' stroke='%23000000' stroke-width='2' stroke-linecap='round'%3e%3c/path%3e %3cpath d='M14.0396,20.6011 C14.6416,20.8581 15.3046,21.0001 15.9996,21.0001 C18.7616,21.0001 20.9996,18.7611 20.9996,16.0001 C20.9996,14.7321 20.5276,13.5751 19.7506,12.6941' id='Stroke-5' stroke='%23000000' stroke-width='2'%3e%3c/path%3e %3cpath d='M16.6118,11.0371 C16.4108,11.0131 16.2068,11.0001 15.9998,11.0001 C13.2378,11.0001 10.9998,13.2381 10.9998,16.0001 C10.9998,16.6631 11.1288,17.2961 11.3628,17.8751' id='Stroke-7' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e %3c/g%3e %3c/svg%3e")}.icon-svg.icon-svg-location-pin{background-image:url("data:image/svg+xml,%3csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.33334 6.33314C4.33334 6.86357 4.54405 7.37228 4.91912 7.74735C5.29419 8.12243 5.8029 8.33314 6.33334 8.33314C6.86377 8.33314 7.37248 8.12243 7.74755 7.74735C8.12262 7.37228 8.33334 6.86357 8.33334 6.33314C8.33334 5.80271 8.12262 5.294 7.74755 4.91893C7.37248 4.54385 6.86377 4.33314 6.33334 4.33314C5.8029 4.33314 5.29419 4.54385 4.91912 4.91893C4.54405 5.294 4.33334 5.80271 4.33334 6.33314Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M10.1047 10.1045L7.276 12.9331C7.02599 13.1829 6.68706 13.3232 6.33367 13.3232C5.98028 13.3232 5.64135 13.1829 5.39134 12.9331L2.562 10.1045C1.81615 9.35858 1.30823 8.40827 1.10246 7.37371C0.896695 6.33916 1.00233 5.26681 1.406 4.29229C1.80968 3.31777 2.49327 2.48483 3.37032 1.89881C4.24738 1.31279 5.27851 1 6.33334 1C7.38816 1 8.41929 1.31279 9.29635 1.89881C10.1734 2.48483 10.857 3.31777 11.2607 4.29229C11.6643 5.26681 11.77 6.33916 11.5642 7.37371C11.3584 8.40827 10.8505 9.35858 10.1047 10.1045Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.icon-svg.icon-svg-location-pin__mask{mask:url("data:image/svg+xml,%3csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.33334 6.33314C4.33334 6.86357 4.54405 7.37228 4.91912 7.74735C5.29419 8.12243 5.8029 8.33314 6.33334 8.33314C6.86377 8.33314 7.37248 8.12243 7.74755 7.74735C8.12262 7.37228 8.33334 6.86357 8.33334 6.33314C8.33334 5.80271 8.12262 5.294 7.74755 4.91893C7.37248 4.54385 6.86377 4.33314 6.33334 4.33314C5.8029 4.33314 5.29419 4.54385 4.91912 4.91893C4.54405 5.294 4.33334 5.80271 4.33334 6.33314Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M10.1047 10.1045L7.276 12.9331C7.02599 13.1829 6.68706 13.3232 6.33367 13.3232C5.98028 13.3232 5.64135 13.1829 5.39134 12.9331L2.562 10.1045C1.81615 9.35858 1.30823 8.40827 1.10246 7.37371C0.896695 6.33916 1.00233 5.26681 1.406 4.29229C1.80968 3.31777 2.49327 2.48483 3.37032 1.89881C4.24738 1.31279 5.27851 1 6.33334 1C7.38816 1 8.41929 1.31279 9.29635 1.89881C10.1734 2.48483 10.857 3.31777 11.2607 4.29229C11.6643 5.26681 11.77 6.33916 11.5642 7.37371C11.3584 8.40827 10.8505 9.35858 10.1047 10.1045Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50% 50%;-webkit-mask:url("data:image/svg+xml,%3csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M4.33334 6.33314C4.33334 6.86357 4.54405 7.37228 4.91912 7.74735C5.29419 8.12243 5.8029 8.33314 6.33334 8.33314C6.86377 8.33314 7.37248 8.12243 7.74755 7.74735C8.12262 7.37228 8.33334 6.86357 8.33334 6.33314C8.33334 5.80271 8.12262 5.294 7.74755 4.91893C7.37248 4.54385 6.86377 4.33314 6.33334 4.33314C5.8029 4.33314 5.29419 4.54385 4.91912 4.91893C4.54405 5.294 4.33334 5.80271 4.33334 6.33314Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M10.1047 10.1045L7.276 12.9331C7.02599 13.1829 6.68706 13.3232 6.33367 13.3232C5.98028 13.3232 5.64135 13.1829 5.39134 12.9331L2.562 10.1045C1.81615 9.35858 1.30823 8.40827 1.10246 7.37371C0.896695 6.33916 1.00233 5.26681 1.406 4.29229C1.80968 3.31777 2.49327 2.48483 3.37032 1.89881C4.24738 1.31279 5.27851 1 6.33334 1C7.38816 1 8.41929 1.31279 9.29635 1.89881C10.1734 2.48483 10.857 3.31777 11.2607 4.29229C11.6643 5.26681 11.77 6.33916 11.5642 7.37371C11.3584 8.40827 10.8505 9.35858 10.1047 10.1045Z' stroke='%23727272' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e") no-repeat 50% 50%;background-color:currentColor !important}.icon-svg.icon-svg-chevron-down{background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M5 9L12 16L19 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e")}.icon-svg.icon-svg-default-institution-logo{background-image:url("data:image/svg+xml,%3csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='0.5' y='0.5' width='55' height='55' rx='7.5' fill='%23F4F5F7'/%3e %3crect x='0.5' y='0.5' width='55' height='55' rx='7.5' stroke='%23E3E3E3'/%3e %3cpath d='M30.2849 34.5186H25.7134C25.1072 34.5186 24.5259 34.7683 24.0972 35.2128C23.6686 35.6574 23.4277 36.2603 23.4277 36.8889V42.8149C23.4277 43.1292 23.5481 43.4306 23.7625 43.6529C23.9768 43.8752 24.2675 44 24.5706 44H31.4277C31.7308 44 32.0215 43.8752 32.2359 43.6529C32.4502 43.4306 32.5706 43.1292 32.5706 42.8149V36.8889C32.5706 36.2603 32.3298 35.6574 31.9011 35.2128C31.4725 34.7683 30.8911 34.5186 30.2849 34.5186ZM30.2849 41.6297H25.7134V36.8889H30.2849V41.6297Z' fill='%23B4B7C6'/%3e %3cpath d='M28.0008 32.148C28.6789 32.148 29.3418 31.9394 29.9056 31.5488C30.4695 31.1581 30.9089 30.6028 31.1684 29.9531C31.4279 29.3034 31.4958 28.5885 31.3635 27.8988C31.2312 27.2091 30.9047 26.5755 30.4252 26.0783C29.9457 25.581 29.3348 25.2424 28.6697 25.1052C28.0046 24.968 27.3153 25.0384 26.6888 25.3075C26.0623 25.5766 25.5268 26.0324 25.1501 26.6171C24.7733 27.2018 24.5723 27.8892 24.5723 28.5924C24.5723 29.5354 24.9335 30.4398 25.5765 31.1066C26.2195 31.7734 27.0915 32.148 28.0008 32.148ZM28.0008 27.4072C28.2269 27.4072 28.4478 27.4767 28.6358 27.607C28.8237 27.7372 28.9702 27.9223 29.0567 28.1389C29.1432 28.3554 29.1658 28.5937 29.1217 28.8236C29.0776 29.0535 28.9688 29.2647 28.809 29.4305C28.6491 29.5962 28.4455 29.7091 28.2238 29.7548C28.0021 29.8006 27.7723 29.7771 27.5635 29.6874C27.3547 29.5977 27.1762 29.4458 27.0506 29.2509C26.925 29.056 26.858 28.8268 26.858 28.5924C26.858 28.2781 26.9784 27.9766 27.1927 27.7544C27.407 27.5321 27.6977 27.4072 28.0008 27.4072Z' fill='%23B4B7C6'/%3e %3cpath d='M40.5714 26.2222H37.1429V25.0714C37.1424 24.5056 37.0119 23.9481 36.7623 23.445C36.5127 22.9419 36.1511 22.5077 35.7074 22.1784L29.1429 17.3167V15.5556H31.4286C31.7317 15.5556 32.0224 15.4307 32.2367 15.2084C32.451 14.9862 32.5714 14.6847 32.5714 14.3704C32.5714 14.056 32.451 13.7546 32.2367 13.5323C32.0224 13.3101 31.7317 13.1852 31.4286 13.1852H29.1429C29.1429 12.8709 29.0225 12.5694 28.8081 12.3471C28.5938 12.1249 28.3031 12 28 12C27.6969 12 27.4062 12.1249 27.1919 12.3471C26.9776 12.5694 26.8571 12.8709 26.8571 13.1852V17.3167L20.2914 22.176C19.8478 22.5058 19.4863 22.9405 19.2369 23.444C18.9875 23.9475 18.8573 24.5053 18.8571 25.0714V26.2222H15.4286C14.5193 26.2222 13.6472 26.5968 13.0042 27.2636C12.3612 27.9304 12 28.8348 12 29.7778V41.6296C12 42.2583 12.2408 42.8612 12.6695 43.3057C13.0981 43.7503 13.6795 44 14.2857 44H41.7143C42.3205 44 42.9019 43.7503 43.3305 43.3057C43.7592 42.8612 44 42.2583 44 41.6296V29.7778C44 28.8348 43.6388 27.9304 42.9958 27.2636C42.3528 26.5968 41.4807 26.2222 40.5714 26.2222ZM14.2857 29.7778C14.2857 29.4634 14.4061 29.162 14.6204 28.9397C14.8348 28.7175 15.1255 28.5926 15.4286 28.5926H18.8571V41.6296H14.2857V29.7778ZM21.1429 25.0714C21.1427 24.8828 21.186 24.6968 21.2691 24.529C21.3522 24.3613 21.4727 24.2164 21.6206 24.1067L28 19.3825L34.3783 24.1067C34.5264 24.2163 34.6471 24.3611 34.7304 24.5289C34.8137 24.6967 34.8572 24.8827 34.8571 25.0714V41.6296H21.1429V25.0714ZM37.1429 41.6296V28.5926H40.5714C40.8745 28.5926 41.1652 28.7175 41.3796 28.9397C41.5939 29.162 41.7143 29.4634 41.7143 29.7778V41.6296H37.1429Z' fill='%23B4B7C6'/%3e %3c/svg%3e")}.icon-svg.icon-svg-cancel-error{background-image:url("data:image/svg+xml,%3csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: sketchtool 56.3 (101010) - https://sketch.com --%3e %3ctitle%3e30F8D699-7EAF-4687-AAD4-1E37391159A2%3c/title%3e %3cdesc%3eCreated with sketchtool.%3c/desc%3e %3cdefs%3e %3cpath d='M9.41425,8.00025 L13.70725,3.70725 C14.09825,3.31625 14.09825,2.68425 13.70725,2.29325 C13.31625,1.90225 12.68425,1.90225 12.29325,2.29325 L8.00025,6.58625 L3.70725,2.29325 C3.31625,1.90225 2.68425,1.90225 2.29325,2.29325 C1.90225,2.68425 1.90225,3.31625 2.29325,3.70725 L6.58625,8.00025 L2.29325,12.29325 C1.90225,12.68425 1.90225,13.31625 2.29325,13.70725 C2.48825,13.90225 2.74425,14.00025 3.00025,14.00025 C3.25625,14.00025 3.51225,13.90225 3.70725,13.70725 L8.00025,9.41425 L12.29325,13.70725 C12.48825,13.90225 12.74425,14.00025 13.00025,14.00025 C13.25625,14.00025 13.51225,13.90225 13.70725,13.70725 C14.09825,13.31625 14.09825,12.68425 13.70725,12.29325 L9.41425,8.00025 Z' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Login-Clean-Screen---do-not-match-usernme' transform='translate(-821.000000, -370.000000)'%3e %3cg id='From/Default/Error' transform='translate(591.000000, 352.000000)'%3e %3cg id='Icons/Navigation' transform='translate(228.000000, 16.000000)'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Fill-1' fill='%23000000' xlink:href='%23path-1'%3e%3c/use%3e %3cg id='Colour/Greyscale/000000' mask='url(%23mask-2)' fill='%23EB0104' fill-rule='nonzero'%3e %3crect id='Rectangle' x='0' y='0' width='16' height='16' rx='8'%3e%3c/rect%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.icon-svg.icon-svg-back{background-image:url("data:image/svg+xml,%3csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: sketchtool 56.3 (101010) - https://sketch.com --%3e %3ctitle%3e65B7D845-73C3-4280-B2FC-D598B03D181B%3c/title%3e %3cdesc%3eCreated with sketchtool.%3c/desc%3e %3cdefs%3e %3cpath d='M7.99985,11.9998 C7.99985,11.7958 8.06185,11.5928 8.18685,11.4188 L13.18585,4.4188 C13.50685,3.9698 14.13185,3.8648 14.58085,4.1868 C15.02985,4.5078 15.13385,5.1328 14.81385,5.5808 L10.22885,11.9998 L14.81385,18.4188 C15.13485,18.8678 15.03085,19.4938 14.58085,19.8138 C14.13185,20.1348 13.50685,20.0308 13.18585,19.5808 L8.18685,12.5808 C8.06185,12.4068 7.99985,12.2038 7.99985,11.9998 Z' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Mobile-Forgotten-Password---Error-Page-(1)' transform='translate(-16.000000, -23.000000)'%3e %3cg id='Nav/Mobile' transform='translate(16.000000, 12.000000)'%3e %3cg id='Back_Icon'%3e %3cg transform='translate(0.000000, 11.000000)'%3e %3cg id='Icons/24px/Chevron/Back'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Mask' fill='%23000000' xlink:href='%23path-1'%3e%3c/use%3e %3cg id='Colour/Greyscale/000000' mask='url(%23mask-2)' fill='%23000000' fill-rule='nonzero'%3e %3cpolygon id='Rectangle' points='6.39488462e-16 0 24 0 24 24 6.39488462e-16 24'%3e%3c/polygon%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e")}.icon-svg.icon-svg-sent{background-image:url("data:image/svg+xml,%3csvg width='64px' height='64px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eIcons/64px/Sent%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cg id='Icons/64px/Sent' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3cpath d='M31.0340643,17 L50.9014196,17 C55.3196976,17 58.9014196,20.581722 58.9014196,25 C58.9014196,25.3423127 58.8794487,25.6842725 58.8356425,26.0237707 L56.9001586,41.0237707 C56.3853946,45.013192 52.9884305,48 48.9659357,48 L29.0985804,48 C24.6803024,48 21.0985804,44.418278 21.0985804,40 C21.0985804,39.6576873 21.1205513,39.3157275 21.1643575,38.9762293 L23.0998414,23.9762293 C23.6146054,19.986808 27.0115695,17 31.0340643,17 Z' id='line' stroke='%230000FF' stroke-width='4' stroke-linejoin='round'%3e%3c/path%3e %3cpath d='M27,19 L37.8734153,32.2372013 C38.2207713,32.6600695 38.8435125,32.72519 39.2708367,32.3833307 L56,19' id='line' stroke='%230000FF' stroke-width='4' fill='%23C6D7FC' fill-rule='nonzero'%3e%3c/path%3e %3cpath d='M5,32 L14,32' id='line' stroke='%230000FF' stroke-width='4' fill-rule='nonzero'%3e%3c/path%3e %3cpath d='M5,40 L13,40' id='line' stroke='%230000FF' stroke-width='4' fill-rule='nonzero'%3e%3c/path%3e %3cpath d='M5,24 L16,24' id='line' stroke='%230000FF' stroke-width='4' fill-rule='nonzero'%3e%3c/path%3e %3c/g%3e %3c/svg%3e")}.icon-svg.icon-svg-language{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e %3cpath d='M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M19.4,17.1c-0.8-0.6-1.7-1-2.7-1.4c0.1-0.9,0.2-1.8,0.3-2.7 h4C20.8,14.5,20.2,15.9,19.4,17.1z M3.1,13h4c0,0.9,0.1,1.8,0.3,2.7c-1,0.3-1.9,0.8-2.7,1.4C3.8,15.9,3.2,14.5,3.1,13z M4.6,6.9 c0.8,0.6,1.7,1,2.7,1.4C7.1,9.2,7.1,10.1,7,11h-4C3.2,9.5,3.8,8.1,4.6,6.9z M14.4,6.8C13.7,6.9,12.9,7,12,7c-0.9,0-1.7-0.1-2.4-0.2 C10.2,4.4,11.2,3,12,3C12.8,3,13.8,4.4,14.4,6.8z M15.3,3.6c1,0.4,2,1,2.8,1.8c-0.5,0.4-1.1,0.7-1.8,0.9C16.1,5.3,15.7,4.4,15.3,3.6 z M9,11c0-0.8,0.1-1.5,0.2-2.2C10.1,8.9,11,9,12,9c1,0,1.9-0.1,2.7-0.2c0.1,0.7,0.2,1.4,0.2,2.2H9z M15,13c0,0.8-0.1,1.5-0.2,2.2 C13.9,15.1,13,15,12,15c-1,0-1.9,0.1-2.8,0.2C9.1,14.5,9.1,13.8,9,13H15z M7.7,6.3C7,6.1,6.4,5.8,5.9,5.4c0.8-0.7,1.7-1.3,2.8-1.8 C8.3,4.4,7.9,5.3,7.7,6.3z M7.7,17.7c0.3,1,0.6,1.9,1,2.7c-1-0.4-2-1-2.8-1.8C6.4,18.2,7,17.9,7.7,17.7z M9.6,17.2 c0.8-0.1,1.6-0.2,2.4-0.2c0.8,0,1.6,0.1,2.3,0.2C13.8,19.6,12.8,21,12,21C11.2,21,10.2,19.6,9.6,17.2z M16.3,17.7 c0.7,0.2,1.3,0.5,1.8,0.9c-0.8,0.8-1.8,1.4-2.8,1.8C15.7,19.6,16.1,18.7,16.3,17.7z M17,11c0-0.9-0.1-1.8-0.3-2.7 c1-0.3,1.9-0.8,2.7-1.4c0.8,1.2,1.3,2.6,1.5,4.1H17z'/%3e %3c/svg%3e")}.icon-svg.icon-svg-done{background-image:url("data:image/svg+xml,%3csvg width='64px' height='64px' viewBox='0 0 64 64' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eIcons/64px/Done%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cg id='Icons/64px/Done' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3e %3ccircle id='Oval' stroke='%230000FF' stroke-width='4' cx='32' cy='32' r='21'%3e%3c/circle%3e %3cpolyline id='Line' stroke='%23C6D7FC' stroke-width='4' stroke-linejoin='round' fill-rule='nonzero' points='20.5 30.7247661 30.5971968 40 46.5 19'%3e%3c/polyline%3e %3cpolyline id='Line' stroke='%230000FF' stroke-width='4' stroke-linejoin='round' fill-rule='nonzero' points='22 28.7247661 32.0971968 38 47.1668701 18.135'%3e%3c/polyline%3e %3c/g%3e %3c/svg%3e")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local("OpenSans-Regular"),url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:swap;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:swap;src:local("Open Sans SemiBold"),local("OpenSans-SemiBold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;font-display:swap;src:local("Open Sans Bold"),local("OpenSans-Bold"),url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{font-size:16px;font-size:1rem;font-weight:normal;line-height:1.5}@font-face{font-family:"icon-fonts";src:url(fonts/icon-fonts.eot);src:url(fonts/icon-fonts.eot?#iefix) format("embedded-opentype"),url(fonts/icon-fonts.woff) format("woff"),url(fonts/icon-fonts.ttf) format("truetype"),url(fonts/icon-fonts.svg#icon-fonts) format("svg");font-weight:normal;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:"icon-fonts" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.u-button{color:#fff;background-color:#fff;padding:7px 12px;display:inline-block;text-decoration:none !important;border-radius:30px;position:relative;font-family:"Open Sans",sans-serif;font-size:16px;font-size:1rem;font-weight:600;line-height:1.5}.u-button i{margin-right:8px;align-self:center}.u-button{border:none;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.u-button--outline{border:1px solid #8b8b8b;color:#000;background-color:rgba(0,0,0,0)}.u-button-width{min-width:208px}.u-button-full-width{min-width:100%}.u-button-login{min-width:122px}.u-button--default:disabled{background-color:#8daff9;border-color:#8daff9}.u-button--default:disabled:hover{background-color:#8daff9;border-color:#8daff9}.u-button--primary:disabled{background-color:#8daff9;border-color:#8daff9}.u-button--primary:disabled:hover{background-color:#8daff9;border-color:#8daff9}.u-button--secondary:disabled{background-color:#c7c7c7;border-color:#c7c7c7}.u-button--secondary:disabled:hover{background-color:#c7c7c7;border-color:#c7c7c7}.u-button--success:disabled{background-color:#73c67e;border-color:#73c67e}.u-button--success:disabled:hover{background-color:#73c67e;border-color:#73c67e}.u-button--danger:disabled{background-color:#fe6f70;border-color:#fe6f70}.u-button--danger:disabled:hover{background-color:#fe6f70;border-color:#fe6f70}.u-button--warning:disabled{background-color:#ffe783;border-color:#ffe783}.u-button--warning:disabled:hover{background-color:#ffe783;border-color:#ffe783}.u-button--info:disabled{background-color:#92b1c0;border-color:#92b1c0}.u-button--info:disabled:hover{background-color:#92b1c0;border-color:#92b1c0}.u-button--light:disabled{background-color:#f6f6f6;border-color:#f6f6f6}.u-button--light:disabled:hover{background-color:#f6f6f6;border-color:#f6f6f6}.u-button--dark:disabled{background-color:#8b8b8b;border-color:#8b8b8b}.u-button--dark:disabled:hover{background-color:#8b8b8b;border-color:#8b8b8b}.u-button--default:hover{background-color:#fff}.u-button--primary:hover{background-color:#0b24fb}.u-button--secondary:hover{background-color:#4a4a4a}.u-button--success:hover{background-color:#0f7b1b}.u-button--danger:hover{background-color:#a8050f}.u-button--warning:hover{background-color:#e4b729}.u-button--info:hover{background-color:#2e4c5a}.u-button--light:hover{background-color:#e2e2e2}.u-button--dark:hover{background-color:#4a4a4a}.u-button--small{font-size:12px}.u-button--large{font-size:20px}.u-button--default{background-color:#fff}.u-button--default .u-button--default:hover{background-color:#fff}.u-button--default{color:#000 !important}.u-button--primary{background-color:#1b60f4}.u-button--primary .u-button--primary:hover{background-color:#1b60f4}.u-button--primary{color:#fff !important}.u-button--secondary{background-color:#8b8b8b}.u-button--secondary .u-button--secondary:hover{background-color:#8b8b8b}.u-button--secondary{color:#fff !important}.u-button--success{background-color:#16a225}.u-button--success .u-button--success:hover{background-color:#16a225}.u-button--success{color:#fff !important}.u-button--danger{background-color:#e80b1a}.u-button--danger .u-button--danger:hover{background-color:#e80b1a}.u-button--danger{color:#fff !important}.u-button--warning{background-color:#fdd037}.u-button--warning .u-button--warning:hover{background-color:#fdd037}.u-button--warning{color:#fff !important}.u-button--info{background-color:#1e749c}.u-button--info .u-button--info:hover{background-color:#1e749c}.u-button--info{color:#fff !important}.u-button--light{background-color:#f6f6f6}.u-button--light .u-button--light:hover{background-color:#f6f6f6}.u-button--light{color:#000 !important}.u-button--dark{background-color:#000}.u-button--dark .u-button--dark:hover{background-color:#000}.u-button--dark{color:#fff !important}.u-button--bordered-default{background:#fff;border:1px solid #fff;color:#fff}.u-button--bordered-default:hover{background:#fff;color:hsl(0,0%,90%);border-color:hsl(0,0%,90%)}.u-button--bordered-primary{background:#fff;border:1px solid #1b60f4;color:#1b60f4}.u-button--bordered-primary:hover{background:#fff;color:rgb(10.1255230126,73.640167364,209.8744769874);border-color:rgb(10.1255230126,73.640167364,209.8744769874)}.u-button--bordered-secondary{background:#fff;border:1px solid #8b8b8b;color:#8b8b8b}.u-button--bordered-secondary:hover{background:#fff;color:rgb(113.5,113.5,113.5);border-color:rgb(113.5,113.5,113.5)}.u-button--bordered-success{background:#fff;border:1px solid #16a225;color:#16a225}.u-button--bordered-success:hover{background:#fff;color:rgb(15.902173913,117.097826087,26.7445652174);border-color:rgb(15.902173913,117.097826087,26.7445652174)}.u-button--bordered-danger{background:#fff;border:1px solid #e80b1a;color:#e80b1a}.u-button--bordered-danger:hover{background:#fff;color:rgb(183.3086419753,8.6913580247,20.5432098765);border-color:rgb(183.3086419753,8.6913580247,20.5432098765)}.u-button--bordered-warning{background:#fff;border:1px solid #fdd037;color:#fdd037}.u-button--bordered-warning:hover{background:#fff;color:rgb(252.495049505,196.1336633663,4.504950495);border-color:rgb(252.495049505,196.1336633663,4.504950495)}.u-button--bordered-info{background:#fff;border:1px solid #1e749c;color:#1e749c}.u-button--bordered-info:hover{background:#fff;color:rgb(21.7741935484,84.1935483871,113.2258064516);border-color:rgb(21.7741935484,84.1935483871,113.2258064516)}.u-button--bordered-light{background:#fff;border:1px solid #f6f6f6;color:#f6f6f6}.u-button--bordered-light:hover{background:#fff;color:rgb(220.5,220.5,220.5);border-color:rgb(220.5,220.5,220.5)}.u-button--bordered-dark{background:#fff;border:1px solid #000;color:#000}.u-button--bordered-dark:hover{background:#fff;color:hsl(0,0%,-10%);border-color:hsl(0,0%,-10%)}.u-button--default{border:1px solid #fff;color:#fff}.u-button--default .u-button--default:hover{background-color:#fff}.u-button--primary{border:1px solid #1b60f4;color:#fff}.u-button--primary .u-button--primary:hover{background-color:#1b60f4}.u-button--secondary{border:1px solid #8b8b8b;color:#fff}.u-button--secondary .u-button--secondary:hover{background-color:#8b8b8b}.u-button--success{border:1px solid #16a225;color:#fff}.u-button--success .u-button--success:hover{background-color:#16a225}.u-button--danger{border:1px solid #e80b1a;color:#fff}.u-button--danger .u-button--danger:hover{background-color:#e80b1a}.u-button--warning{border:1px solid #fdd037;color:#fff}.u-button--warning .u-button--warning:hover{background-color:#fdd037}.u-button--info{border:1px solid #1e749c;color:#fff}.u-button--info .u-button--info:hover{background-color:#1e749c}.u-button--light{border:1px solid #f6f6f6;color:#fff}.u-button--light .u-button--light:hover{background-color:#f6f6f6}.u-button--dark{border:1px solid #8b8b8b;color:#fff}.u-button--dark .u-button--dark:hover{background-color:#8b8b8b}.u-button:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);outline:none;text-decoration:none}a.u-button:focus{text-decoration:none !important}.u-button,a,a:focus,a:focus img{transition:.3s}.c-card{margin:20px auto;max-width:390px;border:1px solid var(--neutral-100);border-radius:8px;padding:1rem 1.5rem;background-color:var(--white)}.c-card h1{font-size:1.25rem;font-weight:600;line-height:1.5;text-align:center}.c-card .c-card__h2{font-size:1rem;font-weight:400;line-height:1.5;text-align:center}.c-card a{font-weight:700}@media(max-height: 600px){.c-card{margin-bottom:50px}}@media(max-width: 480px){.c-card{max-width:300px}}@media(min-width: 1920px){.c-card{padding-right:16px;padding-left:16px}}::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}html,body{height:100%;text-size-adjust:100%}#skip-link{padding:6px;left:0;width:200px;height:40px;color:#fff;border-right:1px solid #fff;border-bottom:1px solid #fff;border-bottom-right-radius:8px;background:#da1b2c;-webkit-transition:top 1s ease-out;transition:top 1s ease-out}#skip-link:active,#skip-link:focus{-webkit-transition:top .1s ease-in;transition:top .1s ease-in}main{flex:1 1 auto}.c-description-list .c-description-list__term{font-weight:600;display:block}.c-description-list .c-description-list__detail{margin-bottom:15px}.c-form label,.c-form fieldset{font-weight:600;margin-bottom:8px;display:block;position:relative}.c-form label a,.c-form fieldset a{color:#1b60f4;font-weight:700}.c-form label a:hover,.c-form fieldset a:hover{text-decoration:none}.c-form legend{margin-bottom:8px}.c-form .u-form-control{height:48px;width:100%;border:1px solid var(--neutral-100);border-radius:4px;background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:.5rem .75rem;font-family:"Open Sans",sans-serif;line-height:1.5;font-size:16px}.c-form .u-form-control:focus{box-shadow:0px 0px 0px 2px #1b60f4;outline:none;border-color:#1b60f4}.c-form .u-form-control.u-form-control__error{border:2px solid #eb0104}.c-form .c-form-group{position:relative;margin-bottom:20px}.c-form .c-form-group.c-form-group--error .u-form-control{border:2px solid #eb0104}.c-form .c-form-group.c-form-group--error+label:after{border-color:#eb0104}.c-form .c-form-group .c-form-input__prefix{margin-right:5px}.c-form .c-form-group .c-form-group__pass-view{align-items:center;justify-content:flex-end;display:flex}.c-form .c-form-group .c-form-group__pass-view .c-form-group__icon{display:flex;position:absolute;margin-right:14px;background-color:rgba(0,0,0,0);border:none}.c-form .c-form-group .c-form-group__pass-view .c-form-group__icon i{align-items:center;justify-content:center}.c-form .c-form-group input[type=radio]{position:absolute;height:100%;width:100%;opacity:0;margin-bottom:20px;box-shadow:0 0 0 2px #5f9ff8;outline:2px solid rgba(0,0,0,0)}.c-form .c-form-group input[type=radio]+label{margin-left:32px;margin-bottom:20px;cursor:pointer;position:relative;font-size:14px;font-size:0.875rem;font-weight:normal;line-height:1.5}.c-form .c-form-group input[type=radio]+label:after{content:"";border:2px solid #1b60f4;width:20px;height:20px;border-radius:50%;position:absolute;left:-36px;color:#fff;top:50%;transform:translateY(-50%);text-align:center;line-height:20px}.c-form .c-form-group input[type=radio]+label:before{width:12px;height:12px;content:"";border-radius:50%;background:#1b60f4;position:absolute;left:-32px;top:50%;transform:translateY(-50%);display:none}.c-form .c-form-group input[type=radio].u-form-control__error+label:after{border-color:#eb0104}.c-form .c-form-group input[type=radio]:checked+label::before{display:block}.c-form .c-form-group input[type=radio]:focus+label:after{outline:3px solid rgba(0,0,0,0);outline-offset:1px;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843)}.c-form .c-form-group input[type=checkbox]:focus+label:after{outline:3px solid rgba(0,0,0,0);outline-offset:1px;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843)}.c-form .c-form-group input[type=checkbox]{position:absolute;opacity:0}.c-form .c-form-group input[type=checkbox]+label{cursor:pointer;position:relative;padding-left:30px;font-size:14px;font-size:0.875rem;font-weight:normal;line-height:1.5}.c-form .c-form-group input[type=checkbox]+label:after{content:"";border:2px solid #1b60f4;width:20px;height:20px;border-radius:4px;position:absolute;left:0;color:#fff;top:12px;transform:translateY(-50%);text-align:center;line-height:20px}.c-form .c-form-group input[type=checkbox]+label.u-form-control__error:after{border-color:#eb0104}.c-form .c-form-group input[type=checkbox]+label:before{content:"";background-image:url("data:image/svg+xml,%3csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: sketchtool 56.3 (101010) - https://sketch.com --%3e %3ctitle%3eE5525108-57A8-4D4A-AC70-46195DC95B6F%3c/title%3e %3cdesc%3eCreated with sketchtool.%3c/desc%3e %3cdefs%3e %3cpath d='M13.6733178,1.94251298 C13.2979428,1.64063798 12.7458178,1.70013798 12.4430678,2.07638798 L5.27069285,10.998763 L1.44256788,7.73413799 C1.07419289,7.41913799 0.522942894,7.46376299 0.209692897,7.83126299 C-0.1044321,8.19876299 -0.0606821003,8.75176299 0.307692896,9.06501299 L4.82006785,12.915013 C4.97931785,13.050638 5.18056785,13.124138 5.38794285,13.124138 C5.41506784,13.124138 5.44306784,13.123263 5.47019284,13.120638 C5.70556784,13.098763 5.92169284,12.982388 6.07044284,12.797763 L13.8071928,3.17276298 C14.1099428,2.79651298 14.0504428,2.24526298 13.6733178,1.94251298' id='path-1'%3e%3c/path%3e %3c/defs%3e %3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Login-Clean-Screen' transform='translate(-593.000000, -569.000000)'%3e %3cg id='Login-/-Components-/-Checkbox-/-Active' transform='translate(588.000000, 563.000000)'%3e %3cg id='Icons/16px/Check' transform='translate(5.000000, 5.000000)'%3e %3cmask id='mask-2' fill='white'%3e %3cuse xlink:href='%23path-1'%3e%3c/use%3e %3c/mask%3e %3cuse id='Fill-1' fill='%231A1919' xlink:href='%23path-1'%3e%3c/use%3e %3cg id='colour/gray/000000' mask='url(%23mask-2)' fill='%23FFFFFF' fill-rule='nonzero'%3e %3cg transform='translate(0.000026, 0.000000)' id='Rectangle'%3e %3cpolygon points='6.21724894e-16 3.55271368e-16 14 1.77635684e-16 14 14 6.21724894e-16 14'%3e%3c/polygon%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-repeat:no-repeat;background-position:center;display:none;width:20px;height:20px;border-radius:4px;position:absolute;left:0;top:3px;z-index:2}.c-form .c-form-group input[type=checkbox].u-form-control__error+label:after{border-color:#eb0104}.c-form .c-form-group input[type=checkbox]:checked+label:before{display:block}.c-form .c-form-group input[type=checkbox]:checked+label:after{background-color:#1b60f4}.c-form .c-form__sent{margin:20px auto;width:64px;height:64px;display:block}.c-form p.u-form-control__error{color:#eb0104}.c-sso-button{height:43px;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#000;padding:7px 12px;text-decoration:none !important;border-radius:30px;position:relative;font-weight:600 !important;font-family:"Open Sans",sans-serif;font-size:16px;font-size:1rem;font-weight:600;line-height:1.5}.c-sso-button:before{display:block;margin-right:12px}.c-sso-button--google{border:1px solid var(--neutral-100)}.c-sso-button--google:before{content:"";width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3e %3cg transform='matrix(1, 0, 0, 1, 27.009001, -39.238998)'%3e %3cpath fill='%234285F4' d='M -3.264 51.509 C -3.264 50.719 -3.334 49.969 -3.454 49.239 L -14.754 49.239 L -14.754 53.749 L -8.284 53.749 C -8.574 55.229 -9.424 56.479 -10.684 57.329 L -10.684 60.329 L -6.824 60.329 C -4.564 58.239 -3.264 55.159 -3.264 51.509 Z'/%3e %3cpath fill='%2334A853' d='M -14.754 63.239 C -11.514 63.239 -8.804 62.159 -6.824 60.329 L -10.684 57.329 C -11.764 58.049 -13.134 58.489 -14.754 58.489 C -17.884 58.489 -20.534 56.379 -21.484 53.529 L -25.464 53.529 L -25.464 56.619 C -23.494 60.539 -19.444 63.239 -14.754 63.239 Z'/%3e %3cpath fill='%23FBBC05' d='M -21.484 53.529 C -21.734 52.809 -21.864 52.039 -21.864 51.239 C -21.864 50.439 -21.724 49.669 -21.484 48.949 L -21.484 45.859 L -25.464 45.859 C -26.284 47.479 -26.754 49.299 -26.754 51.239 C -26.754 53.179 -26.284 54.999 -25.464 56.619 L -21.484 53.529 Z'/%3e %3cpath fill='%23EA4335' d='M -14.754 43.989 C -12.984 43.989 -11.404 44.599 -10.154 45.789 L -6.734 42.369 C -8.804 40.429 -11.514 39.239 -14.754 39.239 C -19.444 39.239 -23.494 41.939 -25.464 45.859 L -21.484 48.949 C -20.534 46.099 -17.884 43.989 -14.754 43.989 Z'/%3e %3c/g%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.c-sso-button--ms{border:1px solid var(--neutral-100);color:#5e5e5e;border-radius:0}.c-sso-button--ms:before{content:"";width:21px;height:21px;background-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.5 1.28345H1.5V10.2834H10.5V1.28345Z' fill='%23F25022'/%3e %3cpath d='M10.5 11.2834H1.5V20.2834H10.5V11.2834Z' fill='%2300A4EF'/%3e %3cpath d='M20.5 1.28345H11.5V10.2834H20.5V1.28345Z' fill='%237FBA00'/%3e %3cpath d='M20.5 11.2834H11.5V20.2834H20.5V11.2834Z' fill='%23FFB900'/%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.c-sso-button--edulog{color:var(--white);background:#002654;border-radius:6px}.c-sso-button--edulog:before{content:"";width:32px;height:24px;background-image:url("data:image/svg+xml,%3csvg width='33' height='25' viewBox='0 0 33 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99924 12.1361C8.26293 12.3033 9.48315 12.3166 10.7468 12.2197C10.7602 7.18835 13.1605 3.95224 16.8781 3.95224C19.2516 3.95224 20.8296 5.33294 20.8296 7.42236C20.8296 11.1566 16.0724 13.8879 9.5099 13.9313C6.1267 13.9614 2.85048 13.1925 0.6875 11.8687V15.4658C2.94742 16.7763 5.73556 17.4182 9.19231 17.4182C18.0281 17.4182 24.4368 13.2494 24.4368 7.50594C24.4368 3.43741 21.2307 0.46875 16.8346 0.46875C11.1748 0.46875 7.05607 5.37305 6.99924 12.1361ZM13.1839 18.7955C11.8367 19.0195 10.4226 19.1298 8.62064 19.0897C10.7134 22.5331 14.5446 24.4688 18.7736 24.4688C26.0013 24.4688 31.5208 18.8256 32.3131 10.7253H30.4409C29.4681 16.7462 24.8647 20.9819 19.3152 20.9819C16.8881 20.9819 14.7084 20.1729 13.1839 18.7922' fill='%2332E0A2'/%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.c-sso-button--edulog:hover{background:#144472}.c-sso-button--edulog:active{background:#001240}.c-header{flex:0 1 auto;height:auto;padding-bottom:10px}.c-header .c-header--top{padding:10px;height:60px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-content:center;align-items:center;justify-content:center}.c-header .c-header--top{justify-content:space-between}.c-header .c-header-back-link{color:#000;font-weight:600;position:relative;z-index:5;text-decoration:none;display:flex;justify-content:center;align-items:center}.c-header .c-header-back-link i{vertical-align:middle}@media(max-width: 767px){.c-header .c-header-back-link span{display:none}}.c-header .c-header-back-link:hover{text-decoration:none}footer.c-footer .c-footer__menu .c-footer__menu-item-link:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);box-decoration-break:clone;-webkit-box-decoration-break:clone}#main-content:has(.c-institution-selection){display:flex;justify-content:center;align-items:center}.c-institution-selection *{font-family:"Open Sans",sans-serif}.c-institution-selection{display:flex;flex-direction:column;align-items:center;padding:24px;gap:40px;width:665px;margin:56px auto 128px auto;background:var(--white);border:1px solid var(--neutral-100);border-radius:8px}.c-institution-selection__header{display:flex;flex-direction:column;gap:1rem}.c-institution-selection__title,.c-institution-selection__subtitle,.c-institution-selection__description{font-size:16px;line-height:1.5rem;text-align:left}.c-institution-selection__title{font-size:1.75rem;line-height:2.25rem;margin:0}.c-institution-selection__description{font-weight:400}.c-institution-selection__body,.c-institution-selection .c-form{width:100%}.c-institution-selection__current-section,.c-institution-selection__switch-section{width:100%;margin-bottom:1rem}.c-institution-selection__actions{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid var(--neutral-100)}.c-institution-selection__actions .u-button--primary{padding:.75rem 1rem;background-color:var(--blue-500);border:none;border-radius:.25rem;width:100%;text-align:center}.c-institution-selection__actions .u-button--primary:hover{background-color:var(--black);color:var(--white)}.c-institution-selection.switch-institution{gap:.5rem;margin:1.5rem 1rem}.c-institution-selection.switch-institution .c-institution-selection__subtitle{font-weight:400;margin-bottom:1rem}.c-institution-selection.switch-institution .c-institution-selection__header{width:100%}.c-institution-selection.switch-institution .c-institution-selection__current-section .c-institution-card.c-institution-card--disabled{color:var(--black);background-color:var(--blue-100);border:none}.c-institution-selection.switch-institution .c-institution-selection__current-section .c-institution-card.c-institution-card--disabled .c-institution-card__content{margin-top:.25rem}.c-institution-selection.switch-institution .c-institution-selection__current-section .c-institution-card.c-institution-card--disabled .c-institution-card__address-icon i{opacity:1}.c-institution-selection.switch-institution .c-dropdown .c-dropdown__label{display:none}.c-institution-list{display:flex;flex-direction:column;gap:1rem}.c-institution-list.c-institution-list__scrollable{position:relative;max-height:38vh;overflow-y:auto;padding:3px}.c-institution-card{display:grid;grid-template-areas:"logo name role" "address address address";grid-template-columns:56px 1fr;grid-template-rows:auto auto;padding:1rem;column-gap:8px;width:100%;background:rgba(0,0,0,0);border:1px solid var(--neutral-100);border-radius:8px;transition:box-shadow .2s ease,background .2s ease;text-align:left}.c-institution-card:hover{background:var(--blue-950)}.c-institution-card:hover *{color:var(--white)}.c-institution-card:hover .c-institution-card__address-icon .icon-svg{filter:brightness(0) invert(1)}.c-institution-card:focus{outline:3px solid rgba(0,0,0,0);outline-offset:1px;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843)}.c-institution-card__logo{display:flex;flex-direction:row;justify-content:center;width:56px;height:56px;border-radius:8px}.c-institution-card__content{display:flex;flex-direction:column;width:100%;gap:.5rem}.c-institution-card__main{display:flex;align-items:center}.c-institution-card__name{font-size:16px;color:var(--black);overflow:hidden;transition:color .2s ease;grid-area:name}.c-institution-card__address{display:flex;align-items:center;grid-area:address}.c-institution-card__address--details{display:flex;gap:4px}.c-institution-card__address-icon{width:16px;height:16px}.c-institution-card__address-icon .icon-svg{transition:filter .2s ease}.c-institution-card__address-text{font-size:14px;line-height:20px;color:var(--neutral-500);transition:color .2s ease}.c-institution-card .c-dropdown__list-item-link-chip .c-chip.c-chip--default{display:block;height:fit-content;border-radius:var(--chip-border-radius);max-width:fit-content;color:var(--chip-text-color);font-size:.875rem;font-weight:var(--chip-text-weight);padding-top:var(--chip-padding-y);padding-bottom:var(--chip-padding-y);padding-left:var(--chip-padding-x);padding-right:var(--chip-padding-x);background-color:var(--chip-bg-color);border:solid 1px var(--chip-text-color);line-height:1.25}.c-institution-card .c-dropdown__list-item-link-chip .c-chip.c-chip--default{background-color:var(--neutral-50);padding:6px 8px}.c-institution-card__role{transition:color .2s ease;margin-left:auto;grid-area:role;white-space:nowrap}.c-institution-card__role .c-chip__text{color:var(--black)}.c-institution-card[disabled] *{color:inherit}.c-institution-card[disabled]:hover{background:rgba(0,0,0,0)}.c-institution-card[disabled] .icon-svg{opacity:.5}.c-institution-card[disabled]{pointer-events:none;opacity:1;background-color:#ebf6ff}.c-institution-card--disabled{border:2px solid var(--blue-500)}.c-institution-logo__image{width:100%;border-radius:4px}.c-institution-logo__placeholder{display:flex;justify-content:center;align-items:center;width:56px;height:56px;background:#f4f5f7;border:1px solid var(--neutral-100);border-radius:8px}.c-institution-logo__icon{display:flex;align-items:center}@media(max-width: 768px){body{background-color:unset}.c-institution-selection{margin:1rem;padding:0;max-width:none;border:none;width:auto}.c-institution-selection__header{gap:.5rem;padding:0 .5rem}.c-institution-selection__header *{text-align:center}.c-institution-selection__title{font-size:1.25rem;line-height:1.75rem}.c-institution-list{gap:.5rem}.c-institution-card{display:grid;grid-template-areas:"logo name" "address address" "role role";grid-template-columns:48px 1fr;grid-template-rows:auto auto auto;column-gap:8px;row-gap:8px;align-items:center}.c-institution-card .c-institution-card__logo{grid-area:logo;width:48px;height:48px;border-radius:8px;display:flex;justify-content:center;align-items:center}.c-institution-card .c-institution-card__logo .icon-svg{width:48px !important;height:48px !important}.c-institution-card .c-institution-logo__placeholder{width:48px;height:48px}.c-institution-card__name{width:auto}.c-institution-card__address{display:flex;align-items:center;gap:4px;margin-top:4px}.c-institution-card__role{margin-left:unset}.c-institution-card__main,.c-institution-card__content{display:contents}}.c-language-toggle{position:relative;z-index:6}.c-language-toggle .c-dropdown__button,.c-language-toggle a{transition:box-shadow .2s ease;background-color:rgba(0,0,0,0)}.c-language-toggle #language-menu{display:block}.c-language-toggle #language-menu li a,.c-language-toggle #language-menu .u-button-label{text-align:left;justify-content:left;border-radius:0;padding:10px 10px;height:auto}.c-language-toggle label i,.c-language-toggle label span{vertical-align:middle}.c-language-toggle a.u-button{font-size:20px;font-size:1.25rem;font-weight:400;line-height:1.5;text-transform:uppercase;border-radius:0}.c-language-toggle ul{width:180px;border:1px solid #8b8b8b;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.15);box-shadow:0 3px 8px 0 rgba(0,0,0,.15);padding:10px 0;list-style:none;position:absolute;right:0;top:30px;display:none}.c-language-toggle ul[aria-expanded=true]{display:block}.c-language-toggle ul li a{display:block;padding:6px 15px;color:#000;position:relative;z-index:99}.c-language-toggle ul li a:visited{color:#000}.c-language-toggle ul li a:hover{text-decoration:none;background:#f6f6f6;color:#1b60f4}@media(max-width: 1023px){.c-language-toggle ul li{display:block}.c-language-toggle ul li .icon-svg{margin:0}}.u-button[aria-expanded=true]:after{transform:rotate(180deg)}.u-button[aria-expanded=true] .icon-svg-language{background-image:url("data:image/svg+xml,%3c!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e %3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%230000FF;%7d %3c/style%3e %3cpath class='st0' d='M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M19.4,17.1c-0.8-0.6-1.7-1-2.7-1.4 c0.1-0.9,0.2-1.8,0.3-2.7h4C20.8,14.5,20.2,15.9,19.4,17.1z M3.1,13h4c0,0.9,0.1,1.8,0.3,2.7c-1,0.3-1.9,0.8-2.7,1.4 C3.8,15.9,3.2,14.5,3.1,13z M4.6,6.9c0.8,0.6,1.7,1,2.7,1.4C7.1,9.2,7.1,10.1,7,11H3C3.2,9.5,3.8,8.1,4.6,6.9z M14.4,6.8 C13.7,6.9,12.9,7,12,7s-1.7-0.1-2.4-0.2C10.2,4.4,11.2,3,12,3S13.8,4.4,14.4,6.8z M15.3,3.6c1,0.4,2,1,2.8,1.8 c-0.5,0.4-1.1,0.7-1.8,0.9C16.1,5.3,15.7,4.4,15.3,3.6z M9,11c0-0.8,0.1-1.5,0.2-2.2C10.1,8.9,11,9,12,9s1.9-0.1,2.7-0.2 c0.1,0.7,0.2,1.4,0.2,2.2H9z M15,13c0,0.8-0.1,1.5-0.2,2.2C13.9,15.1,13,15,12,15s-1.9,0.1-2.8,0.2C9.1,14.5,9.1,13.8,9,13H15z M7.7,6.3C7,6.1,6.4,5.8,5.9,5.4c0.8-0.7,1.7-1.3,2.8-1.8C8.3,4.4,7.9,5.3,7.7,6.3z M7.7,17.7c0.3,1,0.6,1.9,1,2.7 c-1-0.4-2-1-2.8-1.8C6.4,18.2,7,17.9,7.7,17.7z M9.6,17.2c0.8-0.1,1.6-0.2,2.4-0.2c0.8,0,1.6,0.1,2.3,0.2C13.8,19.6,12.8,21,12,21 S10.2,19.6,9.6,17.2z M16.3,17.7c0.7,0.2,1.3,0.5,1.8,0.9c-0.8,0.8-1.8,1.4-2.8,1.8C15.7,19.6,16.1,18.7,16.3,17.7z M17,11 c0-0.9-0.1-1.8-0.3-2.7c1-0.3,1.9-0.8,2.7-1.4c0.8,1.2,1.3,2.6,1.5,4.1H17z'/%3e %3c/svg%3e")}.c-header .c-language-toggle{padding-right:20px}@media(max-width: 768px){.c-header .c-language-toggle{padding-right:0}}.c-header .c-language-toggle .icon-svg{margin:0}.c-header .c-language-toggle .u-button-label{border:0;display:flex;padding:7px 25px 7px 12px}.c-header .c-language-toggle .u-button-label .icon-svg{margin:0 10px 0 0}.js #language-menu{display:none}.c-empty-panel{display:grid;place-items:center;row-gap:1.5rem;padding:1.5rem;margin-top:2.5rem}.c-mee-logo{display:block;text-align:center}.c-mee-logo .c-mee__logotitle{background-size:100% 100%;background-repeat:no-repeat;width:156px;height:68px;text-indent:-999em;cursor:pointer;overflow:hidden}@media(max-width: 1023px){.c-mee-logo{margin:0 !important}}.u-button.u-button--bordered-dark,.u-button.u-button--bordered-light{color:#000 !important;border-color:var(--neutral-100)}.u-button.u-button--bordered-dark:hover,.u-button.u-button--bordered-light:hover{background-color:#e9e9e9;border-color:var(--neutral-200)}.c-header input[type=checkbox]:checked~.u-button:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-header .c-language-toggle .u-button:after{position:absolute;content:"";background-image:url("data:image/svg+xml,%3csvg width='16px' height='17px' viewBox='0 0 16 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: sketchtool 58 (101010) - https://sketch.com --%3e %3ctitle%3e1D717BA1-8A37-4958-AE57-8AE08E4FF220%3c/title%3e %3cdesc%3eCreated with sketchtool.%3c/desc%3e %3cg id='Asset-Artboard-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='16-icon-Icons/16px/Chevron-small' transform='translate(8.000000, 9.000000) rotate(90.000000) translate(-8.000000, -9.000000) translate(0.000000, 1.000000)' fill='%23000000'%3e %3cpath d='M6.99895043,12.9996557 C6.79095043,12.9996557 6.57995043,12.9346557 6.39995043,12.7996557 C5.95795043,12.4686557 5.86895043,11.8416557 6.19995043,11.3996557 L8.74995043,7.99965567 L6.19995043,4.59965567 C5.86895043,4.15765567 5.95795043,3.53065567 6.39995043,3.19965567 C6.84395043,2.86865567 7.46995043,2.95865567 7.79995043,3.39965567 L11.2499504,7.99965567 L7.79995043,12.5996557 C7.60295043,12.8616557 7.30295043,12.9996557 6.99895043,12.9996557' id='Fill-1'%3e%3c/path%3e %3c/g%3e %3c/g%3e %3c/svg%3e");background-size:100% 100%;background-repeat:no-repeat;width:16px;height:16px;top:50%;right:8px;margin-top:-8px}.sub-header{padding:20px}.c-dropdown:not(.c-language-toggle){position:relative}.c-dropdown:not(.c-language-toggle) .c-dropdown__label{display:block;margin-bottom:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__content{position:relative}.c-dropdown:not(.c-language-toggle) .c-dropdown__checkbox{border:none;position:absolute;-webkit-appearance:none;-moz-appearance:none;overflow:visible;outline:none}.c-dropdown:not(.c-language-toggle) .c-dropdown__checkbox:checked+.c-dropdown__button{background-color:var(--white)}.c-dropdown:not(.c-language-toggle) .c-dropdown__checkbox:checked~.c-dropdown__list-outer{display:block}.c-dropdown:not(.c-language-toggle) .c-dropdown__checkbox:focus~.c-dropdown__button{outline-offset:2px;outline:var(--blue-950) solid 2px}.c-dropdown:not(.c-language-toggle) .c-dropdown__button{display:-ms-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:48px;cursor:pointer;position:relative;text-decoration:none;width:100%;border-width:1px;border-style:solid;color:var(--black);background-color:var(--white);border-color:var(--neutral-950);border-radius:var(--radius);margin-bottom:4px;-webkit-tap-highlight-color:var(--theme-transparent-background)}.c-dropdown:not(.c-language-toggle) .c-dropdown__button:focus{outline:var(--blue-950) solid 2px;outline-offset:2px}.c-dropdown:not(.c-language-toggle) .c-dropdown__button:disabled,.c-dropdown:not(.c-language-toggle) .c-dropdown__button:disabled:hover,.c-dropdown:not(.c-language-toggle) .c-dropdown__button:disabled:focus,.c-dropdown:not(.c-language-toggle) .c-dropdown__button.disabled,.c-dropdown:not(.c-language-toggle) .c-dropdown__button.disabled:hover,.c-dropdown:not(.c-language-toggle) .c-dropdown__button.disabled:focus{pointer-events:none;border-color:var(--neutral-950);color:var(--black);background-color:var(--white)}.c-dropdown:not(.c-language-toggle) .c-dropdown__button .c-chip{margin-right:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__button .u-icon-dropdown__wrapper{display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%);pointer-events:none}.c-dropdown:not(.c-language-toggle) .c-dropdown__button .c-dropdown__input--searchable{font-size:1rem;width:100%;height:100%;padding:12px 48px 12px 16px;border:none;text-overflow:ellipsis}.c-dropdown:not(.c-language-toggle) .c-dropdown__button .c-dropdown__input--searchable:focus-visible{outline-color:var(--blue-950)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer{position:absolute;top:calc(100% + 0px);left:0;z-index:999;display:none;border-width:1px;border-style:solid;list-style:none;width:100%;margin:0;overflow:hidden;border-color:var(--neutral-950);background-color:var(--white);border-radius:calc(var(--radius)*2);padding:0}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list{max-height:318px;overflow-y:auto}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item{border:none;display:block;align-items:center;justify-content:left;border-color:var(--neutral-950);margin:0 8px 4px;padding:0}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item:last-child{margin-bottom:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item:first-child{margin-top:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item .c-dropdown__item-content{display:flex;flex-direction:column;gap:4px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:baseline;text-decoration:none;width:100%;border:0;cursor:pointer;font-family:var(--font-primary);padding:16px 8px;color:var(--black);border-radius:4px;font-weight:var(--font-weight-bold);background-color:var(--white);-webkit-tap-highlight-color:var(--theme-transparent-background)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link:hover{background-color:var(--black);color:var(--white)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link:hover svg{fill:var(--theme-color-neutrals-0)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link:hover .c-dropdown__list-item-link-info-subtitle{color:var(--white) !important}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link:focus{outline:var(--blue-950) solid 2px;outline-offset:1px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link[disabled],.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.disabled{pointer-events:none;background-color:var(--white);color:var(--black)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link[disabled]:hover,.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link[disabled]:focus,.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.disabled:hover,.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.disabled:focus{background-color:var(--white);color:var(--black)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link .c-dropdown__list-item-link-info{display:flex;flex-direction:column;word-break:break-word;text-align:left}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link .c-dropdown__list-item-link-info-subtitle{font-weight:var(--font-weight-normal)}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link .c-dropdown__list-item-link-chip{margin-left:auto;padding-left:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link .c-dropdown__list-item-link-chip .c-chip.c-chip--default{display:block;height:fit-content;border-radius:var(--chip-border-radius);max-width:fit-content;color:var(--chip-text-color);font-size:.875rem;font-weight:var(--chip-text-weight);padding-top:var(--chip-padding-y);padding-bottom:var(--chip-padding-y);padding-left:var(--chip-padding-x);padding-right:var(--chip-padding-x);background-color:var(--chip-bg-color);border:solid 1px var(--chip-text-color);line-height:1.25}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link .c-dropdown__list-item-link-chip .c-chip.c-chip--default{background-color:var(--neutral-50);padding:6px 8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item{display:flex}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item .c-dropdown__list-item-link-info{flex-direction:row;flex-wrap:wrap;align-items:center;width:100%;gap:8px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item .c-dropdown__list-item-link-info-title{max-width:397px;font-weight:600}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item .c-dropdown__list-item-link-info-subtitle{display:flex;align-items:flex-start;width:100%;font-size:14px;line-height:20px;gap:4px;color:var(--neutral-500);transition:color .3s}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item .c-dropdown__list-item-link-info-subtitle .icon-svg--16{min-width:16px;min-height:16px}.c-dropdown:not(.c-language-toggle) .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link.c-dropdown__institution-item:focus{outline:none;box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);text-decoration:none !important}@media(hover: none),(hover: on-demand){.c-dropdown:not(.c-language-toggle) .c-dropdown__list-item-link:hover,.c-dropdown:not(.c-language-toggle) .c-dropdown .c-dropdown__list-outer .c-dropdown__list .c-dropdown__list-item-link:hover{background-color:rgba(0,0,0,0);color:var(--black)}}.u-d-none{display:none !important}.u-visually-hidden{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-100%;overflow:hidden;padding:0;position:absolute !important;width:1px}.u-accent-text{position:relative;font-weight:600}.u-accent-text span{display:inline-block;background:#fff;padding:0 5px;position:relative}.u-accent-text::before{content:"";width:100%;height:1px;background-color:#8b8b8b;position:absolute;top:50%;bottom:0;margin-left:0%;left:0;margin-right:0%;margin-top:-0.5px}.u-text-center{text-align:center}.u-text-left{text-align:left}.u-relative{position:relative}p{font-family:"Open Sans",sans-serif;line-height:1.5;font-size:16px}.u-small-text{font-size:14px;font-size:0.875rem;font-weight:normal;line-height:1.5}.u-text-error{color:#eb0104}.u-hidden{display:none !important}.u-visible{display:block !important}a:focus{outline:none;text-decoration:underline !important}a:focus>img{box-shadow:0 0 0 .2rem rgba(0,123,255,.5019607843);outline:none}.u-container-fluid{padding-left:8px;padding-right:8px}@media(min-width: 1440px){.u-container-fluid{padding-right:12px;padding-left:12px}}@media(min-width: 1920px){.u-container-fluid{padding-right:16px;padding-left:16px}}.u-fixed-container{max-width:960px;margin:0 auto;padding-left:8px;padding-right:8px}@media(max-width: 965px){.u-fixed-container{min-width:100%}}@media(min-width: 1440px){.u-fixed-container{padding-right:12px;padding-left:12px}}@media(min-width: 1920px){.u-fixed-container{padding-right:16px;padding-left:16px}}.u-display__block{display:block}.u-display__none{display:none !important}.u-heading-xl{font-size:1.25rem;font-weight:600;line-height:1.5;text-align:center}.u-flex-row{display:flex;flex-flow:row wrap;justify-content:center;align-items:baseline}.u-flex-row .u-flex-row__item{flex-grow:1;margin:0 .5rem;max-width:50%}.u-no-js{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.u-toast{display:flex;align-items:flex-start;border-radius:var(--notice-border-radius);padding-top:var(--notice-padding-y);padding-bottom:var(--notice-padding-y);padding-left:var(--notice-padding-x);padding-right:var(--notice-padding-x);gap:var(--notice-gap);background-color:var(--notice-default-bg-color);border:solid var(--notice-border-width) var(--notice-default-border-color);color:var(--notice-default-text-color);width:100%;pointer-events:initial}@media only screen and (min-width: 1024px){.u-toast{padding-top:calc(var(--notice-padding-y)*1.5);padding-bottom:calc(var(--notice-padding-y)*1.5)}}@media only screen and (max-width: 767px){.u-toast{width:100%;align-items:baseline;gap:.875rem}}.u-toast .u-toast__text{font-weight:var(--toast-message-weight);flex:1;margin:0}.u-toast--full-width{width:100%}.u-toast--max-width{max-width:var(--toast-max-width)}.u-toast .u-icon{margin:4px 0}.js .u-toast{box-shadow:var(--toast-shadow-offset) var(--toast-shadow-offset) var(--toast-shadow-blur) var(--toast-shadow-color)}@media only screen and (min-width: 1440px){.js .u-toast{right:2rem}}.js .u-toast.u-toast--hide{animation-name:slideOutRight;animation-duration:1s;animation-fill-mode:forwards}.js .u-toast--autohide{animation-name:slideInOutTop !important;animation-duration:7s !important;animation-fill-mode:forwards}@media only screen and (min-width: 768px){.js .u-toast--fixed-width{width:var(--toast-max-width)}.js .u-toast--autohide{animation-name:slideInOut !important}}.u-toast .u-toast__close{background-color:rgba(0,0,0,0);border:none;cursor:pointer;display:none;justify-content:flex-end;align-items:center;padding:var(--toast-close-button-padding);border-radius:var(--toast-close-button-padding);height:24px}.js .u-toast .u-toast__close{display:flex}.u-toast .u-toast__close:hover{background:var(--toast-close-button-bg-color);color:var(--toast-close-button-text-color)}.u-toast .u-toast__close .u-icon{width:var(--toast-icon-small-size);height:var(--toast-icon-small-size)}@media only screen and (min-width: 768px){.u-toast .u-toast__close .u-icon{width:var(--toast-icon-size);height:var(--toast-icon-size)}}.u-toast .u-toast__close-label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-100%;overflow:hidden;padding:0;position:absolute !important;width:1px}.u-toast--success{background-color:var(--notice-success-bg-color);border:solid var(--notice-border-width) var(--notice-success-border-color);color:var(--notice-success-text-color)}.u-toast--warning{background-color:var(--notice-warning-bg-color);border:solid var(--notice-border-width) var(--notice-warning-border-color);color:var(--notice-warning-text-color)}.u-toast--warning .u-icon--alert-triangle{width:.9em;height:.8em}@media only screen and (min-width: 768px){.u-toast--warning .u-icon--alert-triangle{width:1.3em;height:1.2em}}.u-toast--error{background-color:var(--notice-error-bg-color);border:solid var(--notice-border-width) var(--notice-error-border-color);color:var(--notice-error-text-color)}.u-toast--inline{margin-bottom:1rem;width:100%}.js .u-toast--animated{animation-name:slideInTop;animation-duration:1s;animation-fill-mode:forwards}@media only screen and (min-width: 768px){.js .u-toast--animated{animation-name:slideInRight}}.mt-4{margin-top:1rem !important}.mb-2{margin-bottom:.5rem !important}.c-user-details-page__content{display:flex;flex-direction:column;align-items:flex-start;padding:36px;gap:24px;width:100%;flex:1;align-self:stretch}.c-user-details-page__container{display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:16px;width:100%;background:#fff;border-radius:8px;flex:none;order:0;align-self:stretch;flex-grow:1}.c-user-details-page__container .change-password-form .u-button{padding:.7rem}.c-user-details-page__container .personal-details .u-button{padding:.7rem 1rem}.c-user-details-page__heading{width:100%;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:600;font-size:24px;line-height:1.33;color:#000;margin:0;text-align:left}.c-user-details-page__text-section{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%}.c-user-details-page__text-label{width:100%;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#000;margin:0}.c-user-details-page__gray-text-section{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:16px;width:100%;color:var(--neutral-500)}.c-user-details-page__gray-text-label{width:100%;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:1.5;color:var(--neutral-500);margin:0}.c-user-details-page__label-required::after{content:"*";color:#eb0104}.c-user-details-page__text-display{display:flex;flex-direction:row;align-items:center;padding:12px 16px;width:100%;height:48px;max-width:100%;background:#fff;border:1px solid #8b8b8b;border-radius:4px;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-user-details-page__select-input{display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px;gap:8px;width:100%;max-width:100%;height:48px;background:#fff;border:1px solid #8b8b8b;border-radius:4px;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5;color:#000;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M5 9L12 16L19 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:24px 24px;padding-right:40px}.c-user-details-page__select-input:focus{outline:2px solid #4c8ad1;outline-offset:2px}.c-user-details-page__select-input:hover{border-color:#4c8ad1}.c-user-details-page__select-input:disabled{background-color:#f6f6f6;color:#9e9e9e;cursor:not-allowed;border-color:#ddd;opacity:.6}@media(max-width: 768px){.c-user-details-page__content{padding:16px;gap:4px;width:100%;max-width:100%;box-sizing:border-box}.c-user-details-page__container{padding:16px;gap:16px;width:100%;box-sizing:border-box}.c-user-details-page__container .u-button{width:100%}.c-user-details-page__heading{font-weight:600;font-size:20px;line-height:1.4;width:100%}.c-user-details-page__text-section{gap:16px;width:100%}.c-user-details-page__text-label{font-size:16px;line-height:1.5;width:100%}.c-user-details-page__gray-text-section{gap:16px;width:100%;color:var(--neutral-500)}.c-user-details-page__gray-text-label{font-size:16px;line-height:1.5;width:100%;color:var(--neutral-500)}.c-user-details-page__text-display{padding:12px 16px;height:48px;font-size:16px;line-height:1.5;width:100%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-user-details-page__select-input{padding:12px 16px;height:48px;font-size:16px;line-height:1.5;padding-right:40px;background-position:right 8px center;background-size:24px 24px;width:100%;box-sizing:border-box}}.page--change-user-password .c-form{display:flex;flex-direction:column;gap:1.5rem}.page--change-user-password .c-form-field{margin-bottom:0}.page--change-user-password .c-form-field__input+.pass-view .icon-svg.icon-svg-eye{mask:url("data:image/svg+xml,%3csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eAtoms/Icon/Small/Eye%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e%3c/defs%3e %3cg id='Atoms/Icon/Small/Eye' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cpath d='M1,16 C3.99413224,10.6197877 9.59039073,7 16,7 C22.4096093,7 28.0058678,10.6197877 31,16 C28.0058678,21.3802123 22.4096093,25 16,25 C9.59039073,25 3.99413224,21.3802123 1,16 Z' id='Combined-Shape' stroke='%23000000' stroke-width='2'%3e%3c/path%3e %3ccircle id='Oval' stroke='%23000000' stroke-width='2' cx='16' cy='16' r='5'%3e%3c/circle%3e %3c/g%3e %3c/svg%3e") no-repeat center/1rem}.page--change-user-password .c-form-field__input+.pass-view .icon-svg.icon-svg-eye-slash{mask:url("data:image/svg+xml,%3csvg width='32px' height='32px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3c!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3e %3ctitle%3eAtoms/Icon/Small/Eye-hide%3c/title%3e %3cdesc%3eCreated with Sketch.%3c/desc%3e %3cdefs%3e%3c/defs%3e %3cg id='Atoms/Icon/Small/Eye-hide' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3crect id='Rectangle-16' fill='%23000000' transform='translate(17.000000, 16.000000) rotate(35.000000) translate(-17.000000, -16.000000) ' x='16' y='0' width='2' height='32' rx='1'%3e%3c/rect%3e %3cpath d='M22.773,8.4287 C26.241,9.9627 29.128,12.6367 31,15.9997 C28.005,21.3797 22.409,24.9997 16,24.9997 C14.508,24.9997 13.061,24.8037 11.68,24.4357' id='Stroke-1' stroke='%23000000' stroke-width='2' stroke-linecap='round'%3e%3c/path%3e %3cpath d='M8.064,23.003 C5.114,21.419 2.658,18.98 1,16 C3.994,10.62 9.59,7 16,7 C16.958,7 17.897,7.081 18.812,7.236' id='Stroke-3' stroke='%23000000' stroke-width='2' stroke-linecap='round'%3e%3c/path%3e %3cpath d='M14.0396,20.6011 C14.6416,20.8581 15.3046,21.0001 15.9996,21.0001 C18.7616,21.0001 20.9996,18.7611 20.9996,16.0001 C20.9996,14.7321 20.5276,13.5751 19.7506,12.6941' id='Stroke-5' stroke='%23000000' stroke-width='2'%3e%3c/path%3e %3cpath d='M16.6118,11.0371 C16.4108,11.0131 16.2068,11.0001 15.9998,11.0001 C13.2378,11.0001 10.9998,13.2381 10.9998,16.0001 C10.9998,16.6631 11.1288,17.2961 11.3628,17.8751' id='Stroke-7' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e %3c/g%3e %3c/svg%3e") no-repeat center/1rem}.page--change-user-password .c-form-field__input+.pass-view .icon-svg{background-image:none;background-color:#000}.page--change-user-password .c-form-field:has(.c-form-field__input:disabled) .c-form-field__label{color:var(--neutral-400)}.page--change-user-password .c-form-field:has(.c-form-field__input:disabled) .c-form-field__label .c-user-details-page__label-required{display:none}.page--change-user-password .c-form-field__input:disabled+.pass-view .icon-svg{background-color:var(--neutral-900)}.page--change-user-password .c-form-field__input:disabled+.c-form-group__icon.pass-view{cursor:default;pointer-events:none}.page--change-user-password .c-form-group{margin:0}.page--change-user-password .c-form-group__pass-view{width:100%}.page--change-user-password .u-button,.page--change-user-password .c-form-field__input{width:100%}@media only screen and (min-width: 768px){.page--change-user-password .u-button{max-width:169px}.page--change-user-password .c-form-field__input{max-width:420px}}:root{--notice-padding-y: 10.5px;--notice-gap: 10px}.page--link-account .c-user-details-page__content{flex:1}.page--link-account .c-user-details-page__container{gap:1rem;align-items:stretch}.page--link-account .c-user-details-page__container .c-notice{margin-bottom:.5rem}.page--link-account__subline{margin-top:-0.5rem}.page--link-account__subline span{font-size:.875rem}.page--link-account__providers{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem;width:100%}.page--link-account__provider-item{flex:1 1 0}.page--link-account__provider-item .c-sso-button{width:100%}.page--link-account__provider-item .c-sso-button--google{font-family:Roboto,sans-serif;font-weight:500 !important;font-size:14px;border-radius:4px !important;border-color:#747775}.page--link-account__provider-item .c-sso-button--ms{font-family:"Seogoe UI",sans-serif;font-weight:400 !important;font-size:15px;border-radius:unset !important;border-color:#8c8c8c;color:#5e5e5e !important}.page--link-account__provider-item .c-sso-button--ms:hover{background-color:#292929;color:var(--white) !important}.page--link-account__provider-item .c-sso-button--edulog{font-family:Inter,sans-serif;font-size:14px;border-radius:6px !important}.page--link-account__separator{border:none;border-top:1px solid var(--neutral-150);margin:.5rem 0;width:100%}.page--link-account__linked-heading{font-size:1rem;font-weight:600;margin:0 0 1rem}.page--link-account__linked-empty{font-size:.875rem;color:var(--neutral-900);margin:0}.page--link-account .disclaimer{font-size:14px;font-size:0.875rem;font-weight:600;line-height:1.5}.page--link-account__linked-card{border:1px solid var(--neutral-100);border-radius:.5rem;padding:1rem;margin-top:1.5rem;background:var(--white);width:100%}.page--link-account__linked-card__inner{display:flex;flex-direction:column;align-items:flex-start}.page--link-account__linked-card-info{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:0;align-items:flex-start}.page--link-account__provider-icon{display:inline-block;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain}.page--link-account__provider-icon--google{width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3e %3cg transform='matrix(1, 0, 0, 1, 27.009001, -39.238998)'%3e %3cpath fill='%234285F4' d='M -3.264 51.509 C -3.264 50.719 -3.334 49.969 -3.454 49.239 L -14.754 49.239 L -14.754 53.749 L -8.284 53.749 C -8.574 55.229 -9.424 56.479 -10.684 57.329 L -10.684 60.329 L -6.824 60.329 C -4.564 58.239 -3.264 55.159 -3.264 51.509 Z'/%3e %3cpath fill='%2334A853' d='M -14.754 63.239 C -11.514 63.239 -8.804 62.159 -6.824 60.329 L -10.684 57.329 C -11.764 58.049 -13.134 58.489 -14.754 58.489 C -17.884 58.489 -20.534 56.379 -21.484 53.529 L -25.464 53.529 L -25.464 56.619 C -23.494 60.539 -19.444 63.239 -14.754 63.239 Z'/%3e %3cpath fill='%23FBBC05' d='M -21.484 53.529 C -21.734 52.809 -21.864 52.039 -21.864 51.239 C -21.864 50.439 -21.724 49.669 -21.484 48.949 L -21.484 45.859 L -25.464 45.859 C -26.284 47.479 -26.754 49.299 -26.754 51.239 C -26.754 53.179 -26.284 54.999 -25.464 56.619 L -21.484 53.529 Z'/%3e %3cpath fill='%23EA4335' d='M -14.754 43.989 C -12.984 43.989 -11.404 44.599 -10.154 45.789 L -6.734 42.369 C -8.804 40.429 -11.514 39.239 -14.754 39.239 C -19.444 39.239 -23.494 41.939 -25.464 45.859 L -21.484 48.949 C -20.534 46.099 -17.884 43.989 -14.754 43.989 Z'/%3e %3c/g%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.page--link-account__provider-icon--ms{width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M10.5 1.28345H1.5V10.2834H10.5V1.28345Z' fill='%23F25022'/%3e %3cpath d='M10.5 11.2834H1.5V20.2834H10.5V11.2834Z' fill='%2300A4EF'/%3e %3cpath d='M20.5 1.28345H11.5V10.2834H20.5V1.28345Z' fill='%237FBA00'/%3e %3cpath d='M20.5 11.2834H11.5V20.2834H20.5V11.2834Z' fill='%23FFB900'/%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.page--link-account__provider-icon--edulog{width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg width='33' height='25' viewBox='0 0 33 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.99924 12.1361C8.26293 12.3033 9.48315 12.3166 10.7468 12.2197C10.7602 7.18835 13.1605 3.95224 16.8781 3.95224C19.2516 3.95224 20.8296 5.33294 20.8296 7.42236C20.8296 11.1566 16.0724 13.8879 9.5099 13.9313C6.1267 13.9614 2.85048 13.1925 0.6875 11.8687V15.4658C2.94742 16.7763 5.73556 17.4182 9.19231 17.4182C18.0281 17.4182 24.4368 13.2494 24.4368 7.50594C24.4368 3.43741 21.2307 0.46875 16.8346 0.46875C11.1748 0.46875 7.05607 5.37305 6.99924 12.1361ZM13.1839 18.7955C11.8367 19.0195 10.4226 19.1298 8.62064 19.0897C10.7134 22.5331 14.5446 24.4688 18.7736 24.4688C26.0013 24.4688 31.5208 18.8256 32.3131 10.7253H30.4409C29.4681 16.7462 24.8647 20.9819 19.3152 20.9819C16.8881 20.9819 14.7084 20.1729 13.1839 18.7922' fill='%2332E0A2'/%3e %3c/svg%3e");background-size:contain;background-repeat:no-repeat}.page--link-account__provider-icon{width:2rem;height:2rem}.page--link-account__linked-card-text{display:flex;flex-direction:column;gap:.25rem}.page--link-account__linked-card-name{font-weight:600;font-size:1rem;line-height:1.5rem;display:flex;align-items:center;gap:.5rem}.page--link-account__linked-card-name::after{content:"";display:inline-block;width:1rem;height:1rem;background-color:var(--green-500);mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.5002 20L17.5002 25L27.5002 15M36.6668 20C36.6668 29.2048 29.2049 36.6667 20.0002 36.6667C10.7954 36.6667 3.3335 29.2048 3.3335 20C3.3335 10.7953 10.7954 3.33337 20.0002 3.33337C29.2049 3.33337 36.6668 10.7953 36.6668 20Z' stroke='%230D842F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.page--link-account__linked-card-description{font-size:.875rem;line-height:1.25rem;color:var(--neutral-600)}.page--link-account__linked-card-actions{display:flex;flex-direction:column;align-items:center;flex:1;justify-content:space-between}.page--link-account__linked-card-date{display:inline-block;margin:1rem 0;font-size:.8125rem;color:var(--neutral-600);white-space:nowrap}.page--link-account__unlink-button{display:flex;align-items:center;background:none;border:none;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--blue-500);white-space:nowrap;cursor:pointer;transition:.2s ease}.page--link-account__unlink-button:hover{color:var(--blue-950);text-decoration:underline !important}.page--link-account__unlink-button:before{content:"";display:inline-block;width:.85rem;height:.85rem;background-color:currentColor;mask-image:url("data:image/svg+xml,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M5.36668 2.03353V0.700195M9.36668 12.7002V14.0335M2.03335 5.36686H0.700012M12.7 9.36686H14.0333M2.64282 2.643L1.70001 1.7002M12.0905 12.0907L13.0333 13.0335M7.36668 11.1381L5.95246 12.5523C4.91107 13.5937 3.22263 13.5937 2.18123 12.5523C1.13983 11.5109 1.13983 9.82247 2.18123 8.78108L3.59544 7.36686M11.1379 7.36686L12.5521 5.95265C13.5935 4.91125 13.5935 3.22281 12.5521 2.18141C11.5107 1.14001 9.82229 1.14001 8.78089 2.18141L7.36668 3.59563' stroke='%23060B15' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M5.36668 2.03353V0.700195M9.36668 12.7002V14.0335M2.03335 5.36686H0.700012M12.7 9.36686H14.0333M2.64282 2.643L1.70001 1.7002M12.0905 12.0907L13.0333 13.0335M7.36668 11.1381L5.95246 12.5523C4.91107 13.5937 3.22263 13.5937 2.18123 12.5523C1.13983 11.5109 1.13983 9.82247 2.18123 8.78108L3.59544 7.36686M11.1379 7.36686L12.5521 5.95265C13.5935 4.91125 13.5935 3.22281 12.5521 2.18141C11.5107 1.14001 9.82229 1.14001 8.78089 2.18141L7.36668 3.59563' stroke='%23060B15' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/svg%3e");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}@media only screen and (min-width: 768px){.page--link-account .c-user-details-page__container{gap:1.5rem}.page--link-account .c-user-details-page__container .c-notice{margin-bottom:unset}.page--link-account__providers{grid-template-columns:repeat(3, 1fr)}.page--link-account__provider-icon{width:3.125rem;height:3.125rem}.page--link-account__separator{margin:0}.page--link-account__linked-card__inner{flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 0}.page--link-account__linked-card{padding:1rem 1.5rem}.page--link-account__linked-card-info{flex-direction:row;align-items:center}.page--link-account__linked-card-date{margin:0 1rem}.page--link-account__linked-card-actions{flex-direction:row}.page--link-account__subline span{font-size:1rem}.page--link-account__subline span .disclaimer{font-size:1rem}}.c-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--modal-overlay-bg-color);display:flex;justify-content:center;align-items:center;z-index:var(--modal-z-index--overlay)}.c-modal__container{z-index:var(--modal-z-index);background-color:var(--modal-bg-color);margin-inline:1rem;max-width:var(--modal-max-width);max-height:var(--modal-max-height);border-radius:var(--modal-border-radius);overflow-y:auto;box-shadow:var(--modal-box-shadow)}@media only screen and (min-width: 600px){.c-modal__container{min-width:var(--modal-min-width);margin-inline:unset}}.c-modal__header{border-bottom:solid 1px var(--modal-border-color);display:flex;gap:1rem;padding-top:var(--modal-title-padding-top);padding-left:var(--modal-title-padding-x);padding-right:var(--modal-title-padding-x);padding-bottom:var(--modal-title-padding-bottom)}.c-modal__title{display:flex;align-items:center;margin:0;flex:1;gap:0.5rem}.c-modal__close{background-color:rgba(0,0,0,0);border:0}.c-modal__content{padding-top:var(--modal-body-padding-top);padding-inline:var(--modal-body-padding-x);padding-bottom:var(--modal-body-padding-bottom);color:var(--black)}.c-modal__content .c-notice{margin-bottom:1rem}.c-modal__content hr{margin:1rem 0;color:var(--modal-border-color)}.c-modal__footer{background-color:var(--modal-footer-bg-color);padding-top:var(--modal-footer-padding-top);padding-inline:var(--modal-footer-padding-x);padding-bottom:var(--modal-footer-padding-bottom);border-top:solid 1px var(--modal-border-color);display:flex;gap:1rem;flex-direction:row-reverse}.c-modal__footer .u-button{margin:0;width:100%}.c-modal__footer .u-button.u-button--secondary{color:var(--black) !important;border:2px solid var(--blue-500);background-color:var(--white)}.c-modal__footer .u-button.u-button--secondary:hover{border-color:var(--black)}@media only screen and (min-width: 768px){.c-modal__footer .u-button{width:unset}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide .c-modal__overlay,.micromodal-slide .c-modal__container{animation-duration:.3s;animation-timing-function:cubic-bezier(0, 0, 0.2, 1);will-change:transform}.micromodal-slide[aria-hidden=false] .c-modal__overlay{animation-name:fadeIn}.micromodal-slide[aria-hidden=false] .c-modal__container{animation-name:slideIn}.micromodal-slide[aria-hidden=true] .c-modal__overlay{animation-name:fadeOut}.micromodal-slide[aria-hidden=true] .c-modal__container{animation-name:slideOut}.page.page--delete-account .c-form-field:has(input:disabled)>.c-form-field__label,.page.page--delete-account .c-form-field:has(input:disabled)>.c-form-field__input{color:var(--neutral-900)}.page.page--delete-account .c-form-field:has(input:read-only)>.c-form-field__label,.page.page--delete-account .c-form-field:has(input:read-only)>.c-form-field__input{color:var(--neutral-900);outline:none;cursor:default}.page.page--delete-account .c-form-field__char-count-wrapper{display:flex;flex-direction:column;align-items:flex-end}.page.page--delete-account .c-form-field textarea{border-color:var(--neutral-500);border-radius:4px;padding:1rem;min-height:9.25rem;width:100% !important}@media only screen and (min-width: 768px){.page.page--delete-account .c-form-field textarea{max-width:420px}}.u-layout{background-color:var(--neutral-50);min-height:unset;display:flex;flex-direction:column}.u-layout>main,.u-layout .scrollable{display:flex;flex-direction:column;flex:1}.u-layout .scrollable{height:100%}.u-layout .content{display:flex;flex-direction:column;height:100vh;min-width:320px;flex:1;position:relative}.u-layout .page{display:flex;flex-direction:column;min-height:100%;flex:1;min-width:calc(var(--foundations--form-field-minimum-width) + 4rem)}.u-layout .page .c-form{width:100%}.u-layout .page .u-button{border-radius:.25rem}.u-layout .page .u-button--primary{background-color:var(--blue-500)}.u-layout .page .u-button--primary:hover{background-color:var(--blue-950);border-color:rgba(0,0,0,0)}.u-layout .page .u-button:disabled{cursor:default}.u-layout .page .u-button:disabled,.u-layout .page .u-button:disabled:hover{background-color:var(--blue-200)}.u-layout .c-form-field{width:100%}.u-layout .c-form-field__label{font-weight:normal}@media only screen and (min-width: 768px){.u-layout .c-form-field{max-width:420px}}html:not(.js) .u-layout .c-notifications:has(.u-toast){padding:1.5rem 1.5rem}.js .u-layout .c-notifications{position:absolute;top:5rem;right:1rem;z-index:1000}
