div.dialogBackdrop{align-items:center;background:#0003;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .25s ease-in-out;z-index:2}div.dialogBackdrop.entered{opacity:1}div.dialogBackdrop.exiting{opacity:0}@media(min-width:768px){div.dialogBackdrop{justify-content:flex-start;padding-block:2rem}}div.dialogBackdrop[data-direction=right]{align-items:flex-end}div.dialogBackdrop>div{background:#fff;box-shadow:0 .8rem 2.8rem #00000047;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:margin .35s ease-in-out}@media(max-width:768px){div.dialogBackdrop[data-direction="top|bottom"]>div{border-top-left-radius:12px;border-top-right-radius:12px;margin-bottom:-100vh;width:100vw!important}}@media(min-width:768px){div.dialogBackdrop[data-direction="top|bottom"]>div{border-radius:12px;margin-top:0}}@media(max-width:768px){div.dialogBackdrop[data-direction=right]>div{border-bottom-left-radius:12px;border-top-left-radius:12px;height:100vh!important;margin-right:-80vw;width:80vw!important}div.dialogBackdrop[data-direction="top|bottom"].entered>div{margin-bottom:0}}@media(min-width:768px){div.dialogBackdrop[data-direction="top|bottom"].entered>div{margin-inline:1rem;margin-bottom:2rem;margin-top:1rem}}@media(max-width:768px){div.dialogBackdrop[data-direction=right].entered>div{margin-right:0}}div.dialogBackdrop>div>header{align-items:center;border-bottom:.1rem solid var(--colorBorder);display:flex;gap:2rem;justify-content:space-between;padding:1rem 1.6rem}div.dialogBackdrop>div>header>span{align-items:center;display:flex;font-size:1.5rem;font-weight:var(--fontBold);gap:1rem}div.dialogBackdrop>div>header>span>span{background:var(--colorBackground3);border-radius:6px;font-size:1.4rem;font-weight:var(--fontMedium);line-height:2.4rem;padding-inline:.6rem}div.dialogBackdrop>div>header>span>span.positive{background:var(--colorPositive);color:#fff}div.dialogBackdrop>div>header>div.form{max-width:40rem;width:40rem}div.dialogBackdrop>div>header>div.actions{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-end}div.dialogBackdrop>div>header>div.actions>button{border-radius:8px;font-size:1.3rem;padding-block:.8rem}div.dialogBackdrop>div>main{flex:1 1;overflow-y:auto}div.dialogBackdrop>div>footer{align-items:center;background:var(--colorBackground);border-top:.1rem solid var(--colorBorder);display:flex;gap:1rem;justify-content:space-between;padding:1.4rem}div.dialogBackdrop>div>footer>span{color:var(--colorText2);font-size:1.2rem;font-weight:var(--fontMedium)}:root{--controlBackground:#f1f2f3;--controlBorder:.1rem solid #0000;--controlBorderRadius:8px;--controlBorderActive:var(--accent);--controlBorderHover:#777;--controlShadow:0 .05rem .1rem 0 #ccc;--controlShadowActive:0 0 0 .2rem var(--accent20);--controlPaddingBlock:1rem;--controlPaddingInline:1.4rem}.form{width:100%}.form>:not(:first-child){margin-top:1.2rem}.form>.caption{align-items:center;color:var(--colorText2);display:flex;font-size:1.4rem;gap:.6rem;margin-left:-.8rem}.form>.caption:is(button){color:var(--colorText)}.form>.caption:is(button):before{content:"";font-family:Font Awesome\ 5 Pro;font-weight:100}.form h1.title{font-size:2rem;margin-bottom:2rem;margin-top:1rem}.form hr{background:var(--colorBorder);border:none;height:.1rem;margin:1.4rem 0!important}.form header{align-items:center;display:flex;gap:2rem;justify-content:space-between}.form header>span.title{display:block;font-size:1.4rem;font-weight:var(--fontMedium)}.form header>span.count{color:var(--colorText2);font-size:1.3rem}.form div.control{align-items:flex-start;display:flex;flex-direction:column;gap:.6rem;position:relative}.form div.control>label.label{align-items:center;display:flex;font-size:1.3rem;font-weight:var(--fontMedium);position:relative;white-space:nowrap;width:100%}.form div.control.required>label.label{color:var(--accent)}.form div.control.required>label.label:after{content:"*";font-weight:700;margin-left:.2rem}.form div.control>label.label>label[data-tip]{cursor:help;position:relative}.form div.control>label.label>label[data-tip]:after{align-items:center;background:#000;border-radius:50%;color:var(--colorText2);color:#fff;content:"";display:inline-flex;font-family:Font Awesome\ 5 Pro;font-size:1rem;font-weight:700;height:1.8rem;justify-content:center;margin-left:.4rem;width:1.8rem}.form div.control>label.label>label[data-tip]>span{background:var(--colorBackground2);border:.1rem solid var(--colorBorder);border-radius:6px;box-shadow:0 .8rem 2.8rem #00000047;display:none;font-size:1.3rem;font-weight:var(--fontRegular);left:0;max-width:20rem;min-width:20rem;padding:1rem;position:absolute;text-align:left;top:2rem;white-space:pre-wrap;z-index:1}.form div.control>label.label>label[data-tip]>span[data-top]{bottom:2rem;top:auto}.form div.control>label.label>label[data-tip]>span>span{display:block;font-weight:var(--fontBold);margin-bottom:.2rem}.form div.control>label.label>label[data-tip]:hover>span{display:block}.form div.control>div{width:100%}.form div.control label.check{align-items:center;cursor:pointer;display:flex;margin-top:.6rem;-webkit-user-select:none;user-select:none;width:100%}.form div.control label.check>input[type=checkbox],.form div.control label.check>input[type=radio]{height:0;opacity:0;position:absolute;width:0}.form div.control label.check>input[type=checkbox]:checked:focus~span.mark,.form div.control label.check>input[type=radio]:checked:focus~span.mark{border-color:var(--accent);box-shadow:0 0 0 .2rem var(--accent20);box-shadow:var(--controlShadowActive)}@media(hover:hover)and (pointer:fine){.form div.control label.check>input[type=checkbox]:hover~span.mark,.form div.control label.check>input[type=radio]:hover~span.mark{border-color:#777;border-color:var(--controlBorderHover)}.form div.control label.check>input[type=checkbox]:hover:checked~span.mark,.form div.control label.check>input[type=radio]:hover:checked~span.mark{background:var(--accent40)}}.form div.control label.check>input[type=checkbox]:checked~span.mark,.form div.control label.check>input[type=radio]:checked~span.mark{background:var(--accent);border-color:var(--accent)}.form div.control label.check>input[type=checkbox]:checked~span.mark:after,.form div.control label.check>input[type=radio]:checked~span.mark:after{border:solid #fff;border-width:0 .2rem .2rem 0;content:"";height:.7rem;left:.6rem;position:absolute;top:.3rem;transform:rotate(45deg);width:.3rem}.form div.control label.check>span.mark{background:var(--colorBackgroundControl);border:.1rem solid #ccc;max-height:1.9rem;max-width:1.9rem;min-height:1.9rem;min-width:1.9rem;position:relative}.form div.control label.check>span.label{cursor:pointer;flex:1 1;font-size:1.4rem;font-weight:var(--fontMedium);line-height:1.4rem;padding:0 1rem}.form div.control label.check>span.label>font{border-radius:4px;font-size:1.4rem;margin-left:.8rem;padding:.1rem .4rem}.form div.control label.check>span.label>span{color:var(--colorText2);display:block;font-size:1.3rem}.form div.control label.check>input[type=checkbox]~span.mark{border-radius:6px}.form div.control label.check>input[type=radio]~span.mark{border-radius:50%}.form div.control label.check>input[type=text]{background:#f1f2f3;background:var(--controlBackground);border:.1rem solid #0000;border:var(--controlBorder);border-radius:8px;border-radius:var(--controlBorderRadius);font-size:1.4rem;font-weight:var(--fontMedium);margin-left:3rem;margin-top:.6rem;min-height:3.6rem;outline:none;padding-inline:1.6rem;width:calc(100% - 3rem)}.form div.control label.check>input[type=text]:hover{border-color:#777;border-color:var(--controlBorderHover)}.form div.control label.check>input[type=text]:active,.form div.control label.check>input[type=text]:focus,.form div.control label.check>input[type=text]:focus-visible{border-color:var(--controlBorderActive);box-shadow:0 0 0 .2rem var(--accent20);box-shadow:var(--controlShadowActive)}.form div.control label.input{background:#f1f2f3;background:var(--controlBackground);border:.1rem solid #0000;border:var(--controlBorder);border-radius:8px;border-radius:var(--controlBorderRadius);cursor:text;display:flex;gap:1rem;padding-inline:1.2rem;position:relative;width:100%}.form div.control label.input:hover{border-color:#777;border-color:var(--controlBorderHover)}.form div.control label.input:focus-within{border-color:var(--controlBorderActive);box-shadow:0 0 0 .2rem var(--accent20);box-shadow:var(--controlShadowActive)}.form div.control label.input.wrap{flex-wrap:wrap}.form div.control label.input>i{color:var(--colorText2);font-size:1.4rem;margin-top:1rem;min-width:1.6rem}.form div.control label.input>input,.form div.control label.input>select,.form div.control label.input>textarea{background:#0000;border:none;color:inherit;flex:1 1;font-size:1.35rem;font-weight:var(--fontMedium);min-height:3.6rem;outline:none;width:100%}@media(min-width:1024px){.form div.control label.input>input,.form div.control label.input>select,.form div.control label.input>textarea{font-size:1.4rem}}.form div.control label.input>input::placeholder,.form div.control label.input>select::placeholder,.form div.control label.input>textarea::placeholder{color:var(--colorText2);font-size:1.35rem;font-weight:var(--fontRegular)}@media(min-width:1024px){.form div.control label.input>input::placeholder,.form div.control label.input>select::placeholder,.form div.control label.input>textarea::placeholder{font-size:1.4rem}}.form div.control label.input>input::-webkit-inner-spin-button,.form div.control label.input>input::-webkit-outer-spin-button,.form div.control label.input>select::-webkit-inner-spin-button,.form div.control label.input>select::-webkit-outer-spin-button,.form div.control label.input>textarea::-webkit-inner-spin-button,.form div.control label.input>textarea::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.form div.control label.input>textarea{margin-right:-1rem;padding-block:.8rem;padding-right:1rem;resize:vertical}.form div.control label.input>select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position-x:100%;background-position-y:1.3rem;background-repeat:no-repeat;background-size:1.2rem;cursor:pointer}.form div.control label.input>button{background:#0000}.form div.control label.input>button.action{color:var(--accent);font-size:1.3rem;font-weight:var(--fontMedium);padding:0}.form div.control label.input>button[data-action=clear]{border-radius:50%;color:red;height:2.4rem;margin-top:.6rem;width:2.4rem}.form div.control label.input>button[data-action=filters]{height:3.6rem;margin-right:-.8rem}.form div.control label.input>button[data-action=filters]:hover{background:var(--colorBackground2);opacity:1}.form div.control label.input>button[data-action=filters]:before{content:"";font-family:Font Awesome\ 5 Pro;font-size:1.1rem;font-weight:100}.form div.control label.input>button[data-action=filters]:after{content:"";font-family:Font Awesome\ 5 Pro;font-size:1.2rem;font-weight:100}.form div.control label.input>button[data-action=filters]>span{background:var(--accent);border-radius:6px;color:#fff;font-size:1.3rem;font-weight:var(--fontMedium);line-height:1.3rem;min-width:1.6rem;padding:.3rem .4rem}.form div.control label.input>button[data-action=tips]{margin-left:-.8rem}.form div.control label.input>button[data-action=tips]>i{align-items:center;display:flex;font-size:1.4rem;min-width:1.6rem}.form div.control.validate>label.input>i:before{color:#f44336;content:""}.form div.control label.input>button[data-action=tips]:after{content:"";font-family:Font Awesome\ 5 Pro;font-size:1.2rem;font-weight:100;margin-left:-.4rem}.form div.control label.input>span{color:var(--colorText2);font-size:1.5rem}@media(min-width:1024px){.form div.control label.input>span{font-size:1.4rem}}.form div.control label.btn-group{align-items:baseline;background:#f1f2f3;background:var(--controlBackground);border:.1rem solid #0000;border:var(--controlBorder);border-radius:8px;border-radius:var(--controlBorderRadius);display:flex;gap:.6rem;overflow:hidden}.form div.control label.btn-group:hover{border-color:#777;border-color:var(--controlBorderHover)}.form div.control label.btn-group:focus-within{border-color:var(--controlBorderActive);box-shadow:0 0 0 .2rem var(--accent20);box-shadow:var(--controlShadowActive)}.form div.control.error>label.input{border-color:#f44336}.form div.control label.btn-group>label{border-radius:6px;flex:1 1;position:relative}.form div.control label.btn-group>label:hover{background:var(--colorBackground2)}.form div.control label.btn-group>label:not(:last-child):after{background:var(--colorBorder);bottom:.4rem;content:"";display:block;position:absolute;right:-.3rem;top:.4rem;width:.1rem}.form div.control label.btn-group>label>input{height:0;opacity:0;position:absolute;width:0}.form div.control label.btn-group>label>input:checked+*{background:var(--accent20);color:var(--accent)}.form div.control label.btn-group>label>input:checked+.negative{background:#0000;color:var(--colorNegative)}.form div.control label.btn-group>label>input:checked+.neutral{background:var(--colorBackground3);color:var(--colorText)}.form div.control label.btn-group>label>input:checked+.positive{background:var(--colorPositive2);color:var(--colorPositive)}.form div.control label.btn-group>label>input+*{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:2.6rem;padding-inline:1rem;padding:.6rem 1.2rem}.form div.control label.btn-group>label>input+:is(i){font-size:1.5rem}.form div.control label.btn-group>label>input+:is(span){font-size:1.3rem;font-weight:var(--fontMedium);text-align:center}.form div.control>span{font-size:1.2rem;font-weight:var(--fontRegular)}.form div.control>span.error{align-items:center;background:var(--colorNegative2);border-radius:4px;color:var(--colorNegative);display:flex;font-weight:var(--fontRegular);gap:.8rem;line-height:1.4rem;padding:.8rem}.form div.control>span.error:before{content:"";font-family:Font Awesome\ 5 Pro;font-weight:600}.form div.control>span.tip{color:var(--colorText2)}.form div.control>span.text-length{color:var(--colorText2);display:block;font-weight:var(--fontMedium);text-align:right;width:100%}.form div.control.inline{column-gap:1rem;flex-direction:row;flex-wrap:wrap}.form div.control.inline>label.label{margin-top:.8rem;max-width:8rem;min-width:8rem;text-align:right}.form div.control.inline>label.label+*{flex:1 1}.form div.control.inline>label.label+.btn-group{flex:none}.form div.control>div.inline{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.form div.control>div.inline>*{width:auto}.form div.control button.sub{background:var(--accent);border-radius:8px;color:#fff;padding-inline:1rem}.form fieldset{border:none;border-spacing:1rem;display:table!important}.form fieldset>*{display:table-row!important}.form fieldset>*>label.label{display:table-cell!important;text-align:right;width:auto!important}.form fieldset>*>label.btn-group{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form div.heading{font-size:1.4rem;font-weight:var(--fontBold);margin-top:2rem}.form button.neutral,.form button.submit{font-size:1.5rem;font-weight:var(--fontMedium);min-height:4rem;padding:1rem;padding:var(--controlPaddingBlock);width:100%}@media(min-width:1024px){.form button.neutral,.form button.submit{font-size:1.4rem}}.form button.submit{background:var(--accent);border:.1rem solid var(--accent);border-radius:10px;color:#fff;padding:1rem;padding:var(--controlPaddingBlock)}.form button.submit[data-loading=true]{background:#0000;border-color:#0000;cursor:default;opacity:1;overflow:hidden;position:relative}.form button.submit[data-loading=true]:after,.form button.submit[data-loading=true]:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.form button.submit[data-loading=true]:after{animation:loadingSpinner 1s ease infinite;border:.3rem solid #0000;border-radius:50%;border-top:.3rem solid var(--accent);height:2rem;margin:auto;width:2rem}.form p.copy{color:var(--colorText2);font-size:1.2rem;margin-top:2rem}.form p.copy>a.link{color:#000}div.prompt{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.4rem;width:100vw}@media(min-width:768px){div.prompt{padding:2.2rem 1.6rem;width:30rem}}div.prompt>header{align-items:center;display:flex;flex-direction:column;gap:2rem;margin-top:1rem}div.prompt>header>div.negative{color:var(--colorNegative)}div.prompt>header>div>i{align-items:center;background:var(--colorBackground2);border-radius:10px;display:flex;font-size:2rem;height:4rem;justify-content:center;width:4rem}div.prompt>header>div.negative>i{background:var(--colorNegative2);color:var(--colorNegative)}div.prompt>header>div.positive>i{background:var(--colorPositive2);color:var(--colorPositive)}div.prompt>header>span{display:block;font-size:1.6rem;font-weight:var(--fontBold);text-align:center}@media(min-width:768px){div.prompt>header>span{font-size:1.5rem}}div.prompt>p{color:var(--colorText2);font-size:1.3rem;text-align:center}div.prompt>div.actions{display:flex;flex-direction:column;gap:1rem;margin-top:3rem}div.prompt>div.actions>button{background:#0000000f;border-radius:10px;font-size:1.5rem;font-weight:var(--fontMedium);padding-block:1.2rem;padding-inline:1.4rem;width:100%}@media(min-width:768px){div.prompt>div.actions>button{font-size:1.4rem;padding-block:1rem}}div.prompt>div.actions>button.negative{background:var(--colorNegative);color:#fff}div.prompt>div.actions>button.positive{background:var(--accent);color:#fff}div.prompt>div.actions>button.positive10{background:var(--accent10);color:var(--accent)}div#root>div[data-layout=auth]{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:hidden;width:100vw}div#root>div[data-layout=auth]>header{align-items:center;display:flex;gap:2rem;justify-content:center;padding:2rem}div#root>div[data-layout=auth]>main{display:flex;flex:1 1;flex-direction:column;gap:2rem}@media(min-width:480px){div#root>div[data-layout=auth]>main{align-items:center;flex-direction:row;gap:6rem;justify-content:center;margin-top:-6rem;padding-block:6rem}}div#root>div[data-layout=auth]>main>header{padding:2rem}div#root>div[data-layout=auth]>main>header>img{width:12rem}@media(min-width:480px){div#root>div[data-layout=auth]>main>header>img{width:18rem}}div#root>div[data-layout=auth]>main>.form{padding-inline:2rem}@media(min-width:480px){div#root>div[data-layout=auth]>main>.form{max-width:40rem;padding-inline:4rem}}div#root>div[data-layout=auth]>footer{padding:2rem;text-align:center}div#root>div[data-layout=auth]>footer>p{color:var(--colorText2);font-size:1.3rem}div#root>div[data-layout=boot]{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:hidden;width:100vw}div#root>div[data-layout=boot]>header{align-items:center;display:flex;gap:2rem;justify-content:center;padding:2rem}div#root>div[data-layout=boot]>main{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:480px){div#root>div[data-layout=boot]>main{align-items:center;gap:6rem;justify-content:center;margin-top:-6rem;padding-block:6rem}}div#root>div[data-layout=boot]>main>header{padding:2rem}div#root>div[data-layout=boot]>main>header>img{width:12rem}@media(min-width:480px){div#root>div[data-layout=boot]>main>header>img{width:18rem}}div#root>div[data-layout=boot]>main>h1{color:var(--colorText2);font-size:1.8rem;font-weight:var(--fontMedium);padding-inline:2rem}@media(min-width:480px){div#root>div[data-layout=boot]>main>h1{max-width:40rem;padding-inline:4rem}}div#root>div[data-layout=boot]>footer{padding:2rem;text-align:center}div#root>div[data-layout=boot]>footer>p{color:var(--colorText2);font-size:1.3rem}body.light{--colorBackgroundDropdown:#f8f9fa;--colorTextDropdown:#000}body.app{--colorBackgroundDropdown:#1d2327;--colorTextDropdown:#fff}div.dropdownBackdrop{align-items:center;background:#0000001a;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .25s ease-in-out;z-index:2}div.dropdownBackdrop.entered{opacity:1}div.dropdownBackdrop.exiting{opacity:0}div.dropdownBackdrop>div{background:var(--colorBackground);border-radius:10px;box-shadow:0 .2rem 2.8rem #00000047;opacity:0;position:fixed;transform:translateY(-.6rem);transition:opacity .15s ease-in-out,transform .15s ease-in-out;z-index:2}div.dropdownBackdrop.entered>div{opacity:1;transform:translateY(0)}div.dropdownBackdrop.exiting>div{opacity:0;transform:translateY(-.6rem)}div.dropdownBackdrop>div>span.arrow{position:fixed;z-index:2}div.dropdownBackdrop>div>span.arrow:before{background:var(--colorBackground);content:"";display:block;height:1.2rem;margin:.8rem;transform:rotate(-45deg);width:1.2rem}div.dropdownBackdrop>div>header{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.6rem 0}div.dropdownBackdrop>div>header>span{align-items:center;display:flex;font-size:1.5rem;font-weight:var(--fontMedium);gap:.6rem}div.dropdownBackdrop>div>header>span>i{align-items:center;background-color:var(--colorBackground3);border-radius:6px;display:flex;justify-content:center;min-height:2.8rem;min-width:2.8rem;text-align:center}div.dropdownBackdrop>div>header>div.actions{align-items:center;display:flex;flex:1 1;gap:1rem;justify-content:flex-end}div.dropdownBackdrop>div>header>div.actions>button{border-radius:8px;font-size:1.3rem;padding-block:.6rem}div.dropdownBackdrop>div>header>button{border-radius:8px}div.dropdownBackdrop>div>header>button>i{font-size:1.5rem;font-weight:100}div.dropdownBackdrop>div>div{position:relative;z-index:2}div.dropdownBackdrop>div>div>:not(footer){padding:1rem 1.6rem}div.dropdownBackdrop>div>div>.placeholder{color:var(--colorText2);font-size:1.4rem;max-width:20rem;padding-top:1rem}div.dropdownBackdrop>div>div>[data-loading]{background:var(--colorBackgroundDropdown);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}div.dropdownBackdrop>div>div>[data-loading]:after{animation:loadingSpinner 1s ease infinite;border:.3rem solid #0000;border-radius:50%;border-top:.3rem solid var(--accent);bottom:0;content:"";height:2rem;left:0;margin:auto;position:absolute;right:0;top:0;width:2rem;z-index:1}div.dropdownBackdrop>div>div>ul.menu{padding:1rem 1rem 2rem}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]{--colorBackgroundHovered:#0000000d;align-items:center;border-radius:10px;display:flex;font-size:1.4rem;font-weight:var(--fontMedium);gap:.8rem;padding:.6rem 2rem .6rem 1rem;width:100%}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:hover{background:var(--colorBackgroundHovered);opacity:1}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a):before{background:var(--colorBorder);border-radius:4px;content:"";height:1rem;min-width:1rem}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a).azure:before{background:#00bcd4}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a).orange:before{background:#ffc107}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a).green:before{background:#396}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a).red:before{background:#eb144c}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(a).violet:before{background:#9900ef}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(div){align-items:flex-start}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(div)>i{align-items:center;background:var(--colorBackground3);border-radius:50%;display:flex;height:3rem;justify-content:center;min-width:3rem}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(div)>div>span{display:block;font-size:1.3rem}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]:is(div)>div>p{color:var(--colorText2);font-size:1.2rem;font-weight:var(--fontRegular)}div.dropdownBackdrop>div>div>ul.menu>li>[role=button]>i{min-width:2rem}div.dropdownBackdrop>div>footer{align-items:center;background-color:var(--colorBackground3);border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;gap:1rem;justify-content:space-between;margin-top:.6rem;overflow:hidden;padding:.8rem 1rem}div.dropdownBackdrop>div>footer>button{padding-block:.6rem}ul.menu{padding:.6rem}ul.menu>li.divider{background:var(--colorBorder);height:.1rem;margin:.6rem -.6rem}ul.menu>li.caption{padding:.4rem .4rem .6rem}ul.menu>li.caption>span{color:var(--colorText2);font-size:1.3rem}ul.menu>li.item{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.8rem;padding:.6rem 1.6rem .6rem .8rem;width:100%}ul.menu>li.item:hover{background:#0000000d;opacity:1}ul.menu>li.item>i{color:var(--colorText2);display:flex;font-size:1.2rem;justify-content:center;min-width:1.4rem}ul.menu>li.item>span{font-size:1.3rem;font-weight:var(--fontMedium)}div.alert{align-items:flex-start;color:var(--colorText2);gap:1.4rem;padding-block:.6rem}div.alert,div.alert>i{border-radius:6px;display:flex}div.alert>i{align-items:center;font-size:1.7rem;height:3rem;justify-content:center;max-width:3rem;min-width:3rem}div.alert.info>i,div.alert>i{background:#fdf6b2}div.alert.error>i{background:var(--colorNegative2);color:var(--colorNegative)}div.alert.success>i{background:var(--colorPositive2);color:var(--colorPositive)}div.alert.accented>i{background:var(--accent10);color:var(--accent);font-weight:700}div.alert>span{font-size:1.3rem;margin-right:.6rem}div.alert>span>mark{background:#0000;font-weight:var(--fontMedium)}div.loading{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);bottom:0;cursor:wait;display:flex;gap:1.6rem;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}div.loading[data-opaque=true]{background:var(--colorBackground)}div.loading>span{animation:loadingSpinner 1s ease infinite;border:.3rem solid #0000;border-radius:50%;border-top:.3rem solid var(--accent);height:2.4rem;width:2.4rem}div.panel{display:flex;flex-direction:column}@media(min-width:768px){div.panel{flex-direction:row;height:100%}}div.panel>div.divider{background:var(--colorBorder)}@media(max-width:768px){div.panel>div.divider{max-height:.1rem;min-height:.1rem}}@media(min-width:768px){div.panel>div.divider{max-width:.1rem;min-width:.1rem}}div.panel>div.main{flex:1 1;padding:2rem 1.8rem 4rem}@media(min-width:768px){div.panel>div.main{overflow-y:auto}}div.panel>div.side{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.8rem 4rem;position:relative}@media(min-width:768px){div.panel>div.side{max-width:28rem;min-width:28rem;overflow-y:auto;padding:2rem 1.4rem 4rem}}div.panel>div.side>header{align-items:center;display:flex;gap:2rem;justify-content:space-between}div.panel>div.side>header:not(:first-child){margin-top:1rem}div.panel>div.side>header>span.title{display:block;font-size:1.5rem;font-weight:var(--fontMedium)}@media(min-width:768px){div.panel>div.side>header>span.title{font-size:1.4rem}}div.panel>div.side>header>span.count{color:var(--colorText2);font-size:1.3rem}div.panel>div.side>div>a{color:var(--colorText2);font-size:1.4rem}div.panel>div.side>div.divider{background:var(--colorBorder);height:.1rem;margin-block:1rem}div [data-component=consultingServices]{display:flex;flex-direction:column;gap:.6rem;padding-block:1rem}div [data-component=consultingServices]>div.service{align-items:baseline;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:.8rem;padding:1rem;position:relative}div [data-component=consultingServices]>div.service>i{color:var(--colorText2);font-size:1.2rem}div [data-component=consultingServices]>div.service>span.title{font-size:1.3rem;font-weight:var(--fontMedium)}div [data-component=consultingServices]>div.service:after{color:var(--colorText2);content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%)}div.sheetBackdrop{align-items:flex-end;background:#0003;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .25s ease-in-out;z-index:2}div.sheetBackdrop.entered{opacity:1}div.sheetBackdrop.exiting{opacity:0}div.sheetBackdrop>div{background:var(--colorBackground);box-shadow:0 .8rem 2.8rem #00000047;display:flex;flex-direction:column;height:100vh;margin-bottom:-100vh;overflow:hidden;overflow-x:hidden;overflow-y:auto;position:relative;transition:margin .35s ease-in-out;width:100vw}div.sheetBackdrop.entered>div{margin-bottom:0}div.sheetBackdrop>div>header{align-items:center;background:var(--colorBackground);border-bottom:.1rem solid var(--colorBorder);display:flex;gap:1rem;justify-content:space-between;padding:1.6rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}div.sheetBackdrop>div>header>span{align-items:center;display:flex;flex:1 1;font-size:1.6rem;font-weight:var(--fontBold);gap:1rem}div.sheetBackdrop>div>header>span>span{background:var(--colorBackground3);border-radius:6px;font-size:1.4rem;font-weight:var(--fontMedium);line-height:2.4rem;padding-inline:.6rem}div.sheetBackdrop>div>header>span>span.positive{background:var(--colorPositive);color:#fff}div.sheetBackdrop>div>header>div.form{max-width:40rem;width:40rem}div.sheetBackdrop>div>header>div.actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end}div.sheetBackdrop>div>header>div.actions>button{border:.1rem solid var(--colorBorder);border-radius:8px;font-size:1.3rem;padding-block:.8rem}div.sheetBackdrop>div>main{flex:1 1;position:relative}@media(min-width:768px){div.sheetBackdrop>div>main{margin:0 auto;max-width:88rem;padding-inline:4rem;width:88rem}}div.sheetBackdrop>div>footer{align-items:center;background:var(--colorBackground);border-top:.1rem solid var(--colorBorder);bottom:0;display:flex;gap:1rem;justify-content:space-between;padding:1.4rem;position:-webkit-sticky;position:sticky;z-index:1}div.sheetBackdrop>div>footer>span{color:var(--colorText2);font-size:1.2rem;font-weight:var(--fontMedium)}div.sheetBackdrop>div>footer>button{padding-inline:1.6rem}div#root>div[data-layout=dashboard]{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:auto;width:100vw}div#root>div[data-layout=dashboard]>header{align-items:center;background:var(--colorBackground);border-bottom:.1rem solid var(--colorBorder);display:flex;gap:1.4rem;padding:1.2rem 1.4rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}div#root>div[data-layout=dashboard]>header>button{align-items:center;background:#0000;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:1.4rem;max-width:3.6rem;min-height:3.6rem;min-width:3.6rem;padding:0}div#root>div[data-layout=dashboard]>header>button:hover{background:#00000008}div#root>div[data-layout=dashboard]>header>a.logo{align-items:center;display:flex;flex:1 1}@media(min-width:768px){div#root>div[data-layout=dashboard]>header>a.logo{flex:0 1}}div#root>div[data-layout=dashboard]>header>a.logo>img{object-fit:contain;width:9rem}@media(min-width:768px){div#root>div[data-layout=dashboard]>header>a.logo>img{width:9rem}}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs{display:none}@media(min-width:768px){div#root>div[data-layout=dashboard]>header>nav.breadcrumbs{display:flex;flex:1 1;gap:.7rem;padding-inline:2rem}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs>*{font-size:1.4rem}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs>:is(a){align-items:center;display:flex;padding-right:1.4rem;position:relative}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs>:is(a):hover{text-decoration:underline}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs>:is(a):after{color:var(--colorText2);content:"/";font-size:2rem;font-weight:100;position:absolute;right:0}div#root>div[data-layout=dashboard]>header>nav.breadcrumbs>:is(span){font-weight:var(--fontBold)}}div#root>div[data-layout=dashboard]>header>nav.actions>button{background:var(--accent10);color:var(--accent);padding:.8rem 1.4rem!important}div#root>div[data-layout=dashboard]>header>nav.actions>button>i{font-weight:700}div#root>div[data-layout=dashboard]>header>nav.actions>button>img{height:2.6rem;width:2.6rem}div#root>div[data-layout=dashboard]>main{display:flex;flex:1 1;flex-direction:column;margin:0 auto;padding-inline:2rem;position:relative;width:100%}@media(min-width:768px){div#root>div[data-layout=dashboard]>main{max-width:120rem;padding-inline:4rem;width:120rem}}div#root>div[data-layout=dashboard]>main>*{width:100%}div#root>div[data-layout=dashboard]>main>header{padding-block:2rem}div#root>div[data-layout=dashboard]>main>header.searchBar{align-items:center;display:flex;gap:2rem}div#root>div[data-layout=dashboard]>main>header.searchBar>h1{font-size:2.2rem}@media(max-width:768px){div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox{width:100%}}@media(min-width:768px){div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox{min-width:44rem}}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label{align-items:center;background:#f6f8fa;border:.1rem solid #ccc;border-radius:6px;display:flex;gap:1rem;padding-inline:1.2rem}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label:focus-within{border-color:var(--accent);box-shadow:0 0 0 .2rem var(--accent20)}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label>i{color:var(--colorText2);font-size:1.5rem}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label>span{color:var(--colorText2);cursor:pointer;font-size:1.3rem;line-height:3.2rem;white-space:nowrap}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label>span.clear{color:var(--colorNegative)}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label>input{background:none;border:.1rem solid #0000;font-size:1.4rem;font-weight:var(--fontMedium);outline:none;padding-block:.6rem;width:100%}div#root>div[data-layout=dashboard]>main>header.searchBar>div.searchBox>label>input::placeholder{color:var(--colorText2);font-size:1.3rem;font-weight:var(--fontRegular)}div#root>div[data-layout=dashboard]>main>header>button{padding-inline:2rem}div#root>div[data-layout=dashboard]>footer{padding:2rem;text-align:center}div#root>div[data-layout=dashboard]>footer>p{color:var(--colorText2);font-size:1.3rem}div#root>div[data-layout=dashboard] div#menu{background:#0000001a;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .25s ease;z-index:1}div#root>div[data-layout=dashboard] div#menu.entered,div#root>div[data-layout=dashboard] div#menu.entering{display:block;opacity:1}div#root>div[data-layout=dashboard] div#menu>div{background:#fff;border-right:.1rem solid var(--colorBorder);box-shadow:.4rem 0 1.2rem #0000001a;height:100%;margin-left:-24rem;padding:1rem 1.4rem;transition:margin-left .25s ease;width:24rem}div#root>div[data-layout=dashboard] div#menu>div>header{align-items:center;display:flex;gap:1.4rem;justify-content:space-between}div#root>div[data-layout=dashboard] div#menu>div>header>span.logo{align-items:center;display:flex}div#root>div[data-layout=dashboard] div#menu>div>header>span.logo>img{object-fit:contain;width:9rem}div#root>div[data-layout=dashboard] div#menu>div>header>button{align-items:center;background:#0000;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:1.4rem;max-width:3.6rem;min-height:3.6rem;min-width:3.6rem;padding:0}div#root>div[data-layout=dashboard] div#menu>div>header>button:hover{background:#00000008}div#root>div[data-layout=dashboard] div#menu>div>nav{display:flex;flex-direction:column;gap:.2rem;margin-block:2rem}div#root>div[data-layout=dashboard] div#menu>div>nav>[role=button]{--colorBackgroundHovered:#0000000d}div#root>div[data-layout=dashboard] div#menu>div>nav>[role=button]:hover{background:var(--colorBackgroundHovered);opacity:1!important;scale:1}div#root>div[data-layout=dashboard] div#menu>div>nav span,div#root>div[data-layout=dashboard] div#menu>div>nav>a{--colorBackground:#1d2327;--colorText:#fff;align-items:center;border-radius:6px;display:flex;padding:.4rem .6rem}div#root>div[data-layout=dashboard] div#menu>div>nav span[aria-current=page],div#root>div[data-layout=dashboard] div#menu>div>nav>a[aria-current=page]{background:var(--accent10)!important;color:var(--accent)!important}div#root>div[data-layout=dashboard] div#menu>div>nav span>i,div#root>div[data-layout=dashboard] div#menu>div>nav>a>i{color:inherit;font-size:1.6rem;min-width:3rem;text-align:center}div#root>div[data-layout=dashboard] div#menu>div>nav span>span,div#root>div[data-layout=dashboard] div#menu>div>nav>a>span{flex:1 1;font-size:1.4rem;font-weight:var(--fontMedium)}div#root>div[data-layout=dashboard] div#menu>div>nav span>div,div#root>div[data-layout=dashboard] div#menu>div>nav>a>div{background:#f44336;border-radius:6px;color:var(--colorText2);color:#fff;font-size:1.1rem;font-weight:var(--fontBold);line-height:1.2rem;margin-right:.6rem;padding:.2rem .4rem}div#root>div[data-layout=dashboard] div#menu>div>nav>div.divider{background:var(--colorBorder);height:.1rem;margin-block:1rem}div#root>div[data-layout=dashboard] div#menu>div>nav>span.header{align-items:center;color:var(--colorText2);display:flex;font-size:1.3rem;font-weight:var(--fontRegular);justify-content:space-between;padding:1rem}div#root>div[data-layout=dashboard] div#menu.entered>div,div#root>div[data-layout=dashboard] div#menu.entering>div{margin-left:0}div#root>div[data-layout=widget]{border:.4rem solid var(--accent);border-radius:8px;display:flex;flex-direction:row;height:100vh;overflow-x:hidden;overflow-y:auto;width:100vw}div#root>div[data-layout=widget]::-webkit-scrollbar{height:.8rem;width:.8rem}div#root>div[data-layout=widget]::-webkit-scrollbar-track{background:#0000}div#root>div[data-layout=widget]::-webkit-scrollbar-thumb{background:#c1c1c1}div#root>div[data-layout=widget]::-webkit-scrollbar-thumb:hover{background:#b7b7b7}div#root>div[data-layout=widget]>main{display:flex;flex:1 1;flex-direction:column;margin:0 auto;position:relative}div#root>div[data-layout=widget]>main>*{width:100%}div#root>div[data-layout=widget] div.panel>div.side{height:100%;position:relative;width:auto}div#root>div[data-layout=widget] div.panel>div.side>div.lisalexPowered{align-items:center;background:var(--colorBackground);display:flex;gap:1rem;justify-content:flex-end;margin-top:-1rem;padding-block:1rem .6rem;position:-webkit-sticky;position:sticky;top:0;z-index:1}div#root>div[data-layout=widget] div.panel>div.side>div.lisalexPowered>span{color:var(--colorText2);font-size:1rem;font-weight:var(--fontMedium)}div#root>div[data-layout=widget] div.panel>div.side>div.lisalexPowered>img{object-fit:cover;width:10rem}div#root>div[data-layout=widget]~div.dialogBackdrop{bottom:4px!important;left:4px!important;right:4px!important;top:4px!important}div#root>div[data-layout=widget]~div.dialogBackdrop>div{border-radius:4px;width:100%!important}div#root>div[data-layout=widget]~div.dialogBackdrop>div>main::-webkit-scrollbar{height:.8rem;width:.8rem}div#root>div[data-layout=widget]~div.dialogBackdrop>div>main::-webkit-scrollbar-track{background:#0000}div#root>div[data-layout=widget]~div.dialogBackdrop>div>main::-webkit-scrollbar-thumb{background:#c1c1c1}div#root>div[data-layout=widget]~div.dialogBackdrop>div>main::-webkit-scrollbar-thumb:hover{background:#b7b7b7}div.errorFull{flex-direction:column;gap:.6rem;height:100%;padding:2rem;width:100%}div.errorFull,div.errorFull>i{align-items:center;display:flex;justify-content:center}div.errorFull>i{background:var(--colorNegative2);border-radius:6px;color:var(--colorNegative);font-size:1.9rem;height:4rem;min-height:4rem;width:4rem}div.errorFull>span.title{font-size:1.6rem;font-weight:var(--fontMedium);margin-top:1rem}div.errorFull>span.text{color:var(--colorText2);font-size:1.4rem;max-width:48rem;text-align:center}div.errorFull>button{gap:1rem;margin-top:2rem;padding-inline:2rem}div [data-component=brokerAttachments]{display:flex;flex-direction:column;gap:.6rem;padding-block:1rem}div [data-component=brokerAttachments]>div.attachment{align-items:baseline;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:.8rem;padding:1rem;position:relative}div [data-component=brokerAttachments]>div.attachment>i{color:var(--colorText2);font-size:1.2rem}div [data-component=brokerAttachments]>div.attachment>div>span.title{font-size:1.3rem;font-weight:var(--fontMedium)}div [data-component=brokerAttachments]>div.attachment:after{color:var(--colorText2);content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%)}div [data-component=brokerOverview]>header{margin-top:2rem}div [data-component=brokerOverview]>header>div.top{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}div [data-component=brokerOverview]>header>div.top>i{align-items:center;background:var(--accent10);border-radius:8px;color:var(--accent);display:flex;font-size:4rem;font-weight:700;height:8rem;justify-content:center;width:8rem}div [data-component=brokerOverview]>header>div.name{margin-top:1.6rem}div [data-component=brokerOverview]>header>div.name>span{font-size:1.7rem;font-weight:var(--fontBold)}div [data-component=brokerOverview]>header>div.location{align-items:center;color:var(--colorText2);display:flex;font-size:1.4rem;gap:.6rem}div [data-component=brokerOverview]>div.divider{background:var(--colorBorder);height:.1rem;margin-block:2rem 1rem}div [data-component=brokerOverview]>span.header{align-items:center;display:flex;font-size:1.5rem;font-weight:var(--fontMedium);justify-content:space-between}div [data-component=brokerOverview]>div.attributes{display:table;margin-top:1rem;width:100%}div [data-component=brokerOverview]>div.attributes>div{display:table-row;font-size:1.4rem}div [data-component=brokerOverview]>div.attributes>div>span{display:table-cell;padding-top:.4rem}div [data-component=brokerOverview]>div.attributes>div>span:first-child{color:var(--colorText2);padding-right:1.6rem;white-space:nowrap}div [data-component=brokerOverview]>div.attributes>div>span:nth-child(2){font-weight:var(--fontMedium);width:100%}div [data-component=brokerOverview]>div.attributes>div>button{padding:0!important}div.paginator{padding-inline:.4rem}div.paginator>span{color:var(--colorText2);font-size:1.3rem}table.table{border-collapse:collapse;border-spacing:0;font-size:1.4rem;margin-bottom:6rem;margin-top:1rem;max-width:100%}table.table td,table.table th{font-size:1.3rem;padding-inline:.6rem;position:relative;text-align:left;white-space:nowrap}table.table td.expanded,table.table th.expanded{overflow:hidden;width:100%}table.table td.hovered,table.table td.sorted,table.table th.hovered,table.table th.sorted{border-radius:0!important}table.table td.sorted,table.table th.sorted{background:var(--accent5)}table.table td.hovered,table.table th.hovered{background:var(--colorHovered)}table.table>thead{background:var(--colorBackground);border-bottom:.1rem solid var(--colorBorder);position:-webkit-sticky;position:sticky;top:0;z-index:1}table.table>thead>tr>th{font-weight:var(--fontMedium);padding-block:1rem}table.table>thead>tr>th[data-col]:after{content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100;margin-left:1rem}table.table>thead>tr>th[data-col][data-dir]{color:var(--accent)}table.table>thead>tr>th[data-col][data-dir]:after{color:inherit}table.table>thead>tr>th[data-col][data-dir][data-dir=asc]:after{content:""}table.table>thead>tr>th[data-col][data-dir][data-dir=desc]:after{content:""}table.table>tbody>tr:not(:last-child){border-bottom:.1rem solid var(--colorBorder)}table.table>tbody>tr[role=button]:hover{background:var(--colorHovered)}table.table>tbody>tr.even{background:#e9edf166}table.table>tbody>tr>td{color:var(--colorText2);padding-block:.8rem}table.table>tbody>tr>td:first-child:not(.hovered){border-bottom-left-radius:6px;border-top-left-radius:6px}table.table>tbody>tr>td:last-child:not(.hovered){border-bottom-right-radius:6px;border-top-right-radius:6px}table.table>tfoot{background:var(--colorBackground);border-top:.1rem solid var(--colorBorder);bottom:0;position:-webkit-sticky;position:sticky;z-index:1}table.table>tfoot>tr>td{padding:.6rem 0 2rem}table.table>tfoot>tr>td.hovered,table.table>tfoot>tr>td.sorted{background:#0000!important}table.table>tfoot>tr>td>div{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}table.table>tfoot>tr>td>div>*{border:.1rem solid var(--colorBorder);border-radius:6px;font-weight:var(--fontMedium);min-width:3rem;padding:.6rem 1rem;text-align:center}table.table>tfoot>tr>td>div>:is(span){opacity:.4}table.table>tfoot>tr>td>div>:is(a).active{background:var(--accent10)}div.userRow{align-items:center;display:flex;gap:.8rem}div.userRow>img{background:var(--colorBackground3);object-fit:cover}div.userRow>img,div.userRow>span.initials{border-radius:8px;height:2.6rem;width:2.6rem}div.userRow>span.initials{align-items:center;background:var(--accent);color:#fff;display:flex;font-size:1.3rem;font-weight:var(--fontMedium);justify-content:center}div.userRow>span.name{color:var(--colorText);font-weight:var(--fontMedium)}div.cards{display:flex;flex-direction:column;gap:2rem;margin-top:1.4rem;max-width:100vw}@media(min-width:768px){div.cards{flex-direction:row;flex-wrap:wrap}}div.cards>div.placeholder{align-items:center;border:.2rem dashed var(--colorPositive3);border-radius:8px;display:flex;justify-content:center;padding:2rem}@media(min-width:768px){div.cards>div.placeholder{min-height:24rem;width:20rem}}div.cards>div.placeholder:hover{background:#00000003;border-color:var(--colorPositive);outline:.4rem solid #00000003}div.cards>div.placeholder>span{align-items:center;color:var(--colorPositive);display:flex;font-weight:var(--fontMedium);gap:1rem}div.cards>div.card{background:#fff;border:.2rem solid var(--colorBorder);border-radius:8px;display:flex;flex-direction:column;padding:1.4rem}@media(min-width:768px){div.cards>div.card{min-height:24rem;width:20rem}}div.cards>div.card:hover{border-color:var(--accent)}div.cards>div.card>header{align-items:flex-start;display:flex;flex:1 1;gap:1rem;justify-content:space-between}div.cards>div.card>header>i{color:var(--colorText2);font-size:3rem;opacity:.06}@media(min-width:768px){div.cards>div.card>header>i{font-size:8rem}}div.cards>div.card>header>span>i{font-size:1.8rem}div.cards>div.card>header>span>i.positive{color:var(--colorPositive)}div.cards>div.card>header>span>i.negative{color:var(--colorNegative)}div.cards>div.card>footer{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}div.cards>div.card>footer>h3{font-size:1.4rem;padding-right:3rem}div.cards>div.card>footer>div.info{display:flex;flex-direction:column;gap:.2rem}div.cards>div.card>footer>div.info>div{align-items:flex-start;display:flex;font-size:1.1rem;gap:1rem;justify-content:space-between}div.cards>div.card>footer>div.info>div>span:first-child{color:var(--colorText2);flex:1 1}div.cards>div.card>footer>div.info>div>span:nth-child(2){text-align:right}div.cards>div.card>footer>div.info>div>button{padding:0!important}div [data-component=companiesIndex]{padding-bottom:8rem}div [data-component=companiesIndex]>header{padding-top:3rem}div [data-component=companiesIndex]>header>h1{font-size:2.2rem}div [data-component=companiesIndex]>section{margin-top:3rem}div [data-component=companiesIndex]>section>h2{align-items:center;color:var(--colorText2);display:flex;font-size:1.6rem;font-weight:var(--fontMedium);gap:1rem}div [data-component=companiesIndex]>section>h2>span{background:var(--accent10);border-radius:6px;color:var(--accent);font-size:1.4rem;font-weight:var(--fontM);padding:.2rem .6rem}div.sendingChannels{display:flex;flex-direction:column;gap:.6rem;margin-top:.6rem}div.sendingChannels>div{align-items:center;border:.1rem solid var(--colorBorder);border-radius:6px;cursor:pointer;display:flex;gap:.6rem;padding:1rem}div.sendingChannels>div:hover{border-color:#777}div.sendingChannels>div[data-active=true]{border-color:var(--accent);color:var(--accent)}div.sendingChannels>div>i{font-size:1.6rem;max-width:2rem;min-width:2rem}div.sendingChannels>div>span{font-size:1.3rem;font-weight:var(--fontMedium)}div.log{padding-block:2rem 4rem;padding-inline:1.4rem}@media(min-width:768px){div.log{padding-inline:2rem}}div.log>div.attributes{display:table;width:100%}div.log>div.attributes>div{display:table-row;font-size:1.3rem}div.log>div.attributes>div>span{display:table-cell;padding-top:.4rem}div.log>div.attributes>div>span:first-child{color:var(--colorText2);padding-right:1.6rem;white-space:nowrap}div.log>div.attributes>div>span:nth-child(2){text-align:right;width:100%}div.log>div.attributes>div>button{padding:0!important}div.log>div.divider{background:var(--colorBorder);height:.1rem;margin-block:2rem 1rem}div.log>span.heading{align-items:center;display:flex;font-size:1.3rem;font-weight:var(--fontMedium);justify-content:space-between}div.log>div.document{display:flex;flex-direction:column;gap:1rem}div.log>div.document>header>span.title{display:block;font-weight:var(--fontBold)}div.log>div.document>header>span.pages{align-items:center;color:var(--colorText2);display:flex;font-size:1.3rem;gap:.4rem}div.log>div.document>div.cover{height:calc(141.4vw - 3.9592rem);outline:1px solid #000;position:relative;width:calc(100vw - 2.8rem)}@media(min-width:768px){div.log>div.document>div.cover{height:29.7rem;width:21rem}}div.log>div.document>div.cover>div.loading{position:relative}div.log>div.document>div.cover>div.loading:after{animation:loadingSpinner 1s ease infinite;border:.3rem solid #0000;border-radius:50%;border-top:.3rem solid var(--accent);bottom:0;content:"";height:2rem;left:0;margin:auto;position:absolute;right:0;top:0;width:2rem;z-index:1}div.log>div.document>div.cover>*{bottom:0;left:0;position:absolute;right:0;top:0}div.log>div.document>div.cover>div.react-pdf__Document{display:flex;flex-direction:column;gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:0}div.log>div.document>div.cover>button{background:#ffffff80;cursor:pointer;opacity:0;transition:opacity .25s ease-in-out;z-index:1}div.log>div.document>div.cover:hover>button{opacity:1}div.log>div.document>footer{border-top:.1rem solid var(--colorBorder);margin-top:1rem;padding-top:1rem}div.log>div.document>footer>div.actions{display:flex;flex-direction:column;gap:.6rem}div.log>div.document>footer>div.sign>header{align-items:center;display:flex;justify-content:space-between}div.log>div.document>footer>div.sign>header>span{font-weight:var(--fontMedium)}div.log>div.document>footer>div.sign>header>i{background-color:var(--colorPositive);border-radius:4px;color:#fff;padding:.4rem}div.log>div.document>footer>div.sign>div.data{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}div.log>div.document>footer>div.sign>div.data>div{align-items:flex-start;display:flex;font-size:1.3rem;gap:1rem;justify-content:space-between}div.log>div.document>footer>div.sign>div.data>div>span:first-child{color:var(--colorText2);flex:1 1}div.log>div.document>footer>div.sign>div.data>div>span:nth-child(2){font-weight:var(--fontMedium);text-align:right}div.log>div.document>footer>div.sign>div.data>div>button{padding:0!important}div.log>div.preview{animation:opacityIn .4s ease;background:#0009;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:scroll;position:fixed;right:0;top:0;z-index:2}div.log>div.preview>header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0}div.log>div.preview>header>span.title{font-weight:var(--fontBold)}div.log>div.preview>header>span.pages{align-items:center;display:flex;font-size:1.4rem;font-weight:var(--fontMedium);gap:.6rem}div.log>div.preview>header>button{background:#ffffff1a}div.log>div.preview>main{align-items:center;display:flex;flex:1 1;justify-content:center;padding-bottom:8rem;padding-top:4rem}div.log>div.preview>main>div.react-pdf__Document{animation:opacityIn .4s ease;display:flex;flex-direction:column;gap:1rem}div [data-component=customerOverview]>header{margin-top:2rem}div [data-component=customerOverview]>header>div.top{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}div [data-component=customerOverview]>header>div.top>i{align-items:center;background:var(--accent10);border-radius:8px;color:var(--accent);display:flex;font-size:4rem;font-weight:700;height:8rem;justify-content:center;width:8rem}div [data-component=customerOverview]>header>div.name{margin-top:1.6rem}div [data-component=customerOverview]>header>div.name>span{font-size:1.7rem;font-weight:var(--fontBold)}div [data-component=customerOverview]>header>div.location{align-items:center;color:var(--colorText2);display:flex;font-size:1.4rem;gap:.6rem}div [data-component=customerOverview]>div.divider{background:var(--colorBorder);height:.1rem;margin-block:2rem 1rem}div [data-component=customerOverview]>span.header{align-items:center;display:flex;font-size:1.5rem;font-weight:var(--fontMedium);justify-content:space-between}div [data-component=customerOverview]>div.attributes{display:table;margin-top:1rem;width:100%}div [data-component=customerOverview]>div.attributes>div{display:table-row;font-size:1.4rem}div [data-component=customerOverview]>div.attributes>div>span{display:table-cell;padding-top:.4rem}div [data-component=customerOverview]>div.attributes>div>span:first-child{color:var(--colorText2);padding-right:1.6rem;white-space:nowrap}div [data-component=customerOverview]>div.attributes>div>span:nth-child(2){font-weight:var(--fontMedium);width:100%}div [data-component=customerOverview]>div.attributes>div>button{padding:0!important}div.privacyNotes{display:flex;flex-direction:column;gap:.6rem;padding-block:1rem}div.privacyNotes>div.privacyNote{border:.1rem solid var(--colorBorder);border-radius:6px;padding:1rem;position:relative}div.privacyNotes>div.privacyNote>div.title{font-size:1.3rem;font-weight:var(--fontMedium)}div.privacyNotes>div.privacyNote:after{color:var(--colorText2);content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%)}div.consentList{display:flex;flex-direction:column;gap:.4rem;margin-top:.6rem}div.consentList>div.consent{align-items:center;display:flex;gap:.6rem}div.consentList>div.consent.positive{color:var(--colorPositive)}div.consentList>div.consent.negative{color:var(--colorNegative)}div.consentList>div.consent.neutral{color:var(--colorText2)}div.consentList>div.consent>i{font-size:1.4rem}div.consentList>div.consent>span{color:var(--colorText2);font-size:1.3rem}div.consentList>div.consent.positive>span{color:var(--colorText);font-weight:var(--fontBold)}div.attachmentsEnvelopesList{display:flex;flex-direction:column;gap:.4rem;padding-block:1rem}div.attachmentsEnvelopesList>div.envelope{align-items:center;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:1rem;padding:.6rem 1rem;position:relative}div.attachmentsEnvelopesList>div.envelope>div.title{flex:1 1;font-size:1.3rem;font-weight:var(--fontMedium)}div.attachmentsEnvelopesList>div.envelope>div.date{color:var(--colorText2);font-size:1.3rem}div.attachmentsEnvelopesList>div.envelope:after{color:var(--colorText2);content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100}div [data-component=customerEnvelopes]{display:table;padding:1rem 1.6rem 4rem;width:100%}div [data-component=customerEnvelopes]>div.envelope{align-items:center;display:table-row;font-size:1.2rem;gap:1rem;justify-content:space-between;padding-block:.6rem}div [data-component=customerEnvelopes]>div.envelope:not(:first-child)>*{border-top:.1rem solid var(--colorBorder)}div [data-component=customerEnvelopes]>div.envelope:first-child>*{font-weight:var(--fontMedium)!important}div [data-component=customerEnvelopes]>div.envelope>*{display:table-cell;padding:.6rem;white-space:nowrap}div [data-component=customerEnvelopes]>div.envelope>span.title{font-weight:var(--fontMedium)}div [data-component=customerEnvelopes]>div.envelope>span.channel{color:var(--colorText2);text-align:right;white-space:nowrap}div [data-component=feesIndex]{padding-bottom:8rem}div [data-component=feesIndex]>header{padding-top:3rem}div [data-component=feesIndex]>header>h1{font-size:2.2rem}div [data-component=feesIndex]>section{margin-top:3rem}div [data-component=feesIndex]>section>h2{align-items:center;color:var(--colorText2);display:flex;font-size:1.6rem;font-weight:var(--fontMedium);gap:1rem}div [data-component=feesIndex]>section>h2>span{background:var(--accent10);border-radius:6px;color:var(--accent);font-size:1.4rem;font-weight:var(--fontM);padding:.2rem .6rem}div.questions{display:flex;flex-direction:column;gap:.6rem;padding-block:1rem}div.questions>div.question{align-items:flex-start;border:.1rem solid var(--colorBorder);border-radius:6px;display:flex;gap:.8rem;padding:1rem;position:relative}div.questions>div.question>span.letter{align-items:center;background:var(--accent);border-radius:4px;color:#fff;display:flex;font-size:1.3rem;font-weight:var(--fontBold);height:2rem;justify-content:center;width:2rem}div.questions>div.question>div{display:flex;flex-direction:column}div.questions>div.question>div>span.title{font-size:1.4rem;font-weight:var(--fontBold)}div.questions>div.question>div>span.mandatory{color:var(--colorText2);font-size:1.2rem}div.questions>div.question:after{color:var(--colorText2);content:"";font-family:Font Awesome\ 5 Pro;font-size:1.3rem;font-weight:100;position:absolute;right:1.6rem;top:50%;transform:translateY(-50%)}div [data-component=templatesIndex]{padding-bottom:8rem}div [data-component=templatesIndex]>header{padding-top:3rem}div [data-component=templatesIndex]>header>h1{font-size:2.2rem}div [data-component=templatesIndex]>section{margin-top:3rem}div [data-component=templatesIndex]>section>h2{align-items:center;color:var(--colorText2);display:flex;font-size:1.6rem;font-weight:var(--fontMedium);gap:1rem}div [data-component=templatesIndex]>section>h2>span{background:var(--accent10);border-radius:6px;color:var(--accent);font-size:1.4rem;font-weight:var(--fontM);padding:.2rem .6rem}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer .endOfContent.active{top:0}div#root>div[data-layout=sign]{background:#f2f3f4;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;overflow-y:scroll;width:100vw}div#root>div[data-layout=sign]>header{padding:2rem}div#root>div[data-layout=sign]>header>img{width:6rem}@media(min-width:480px){div#root>div[data-layout=sign]>header>img{width:10rem}}div#root>div[data-layout=sign]>main{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:center}div#root>div[data-layout=sign]>main>div.documents{align-items:center;display:flex;flex-wrap:wrap;gap:6rem;padding:2rem}@media(min-width:768px){div#root>div[data-layout=sign]>main>div.documents{gap:1rem}}div#root>div[data-layout=sign]>main>div.documents>div.document{display:flex;flex-direction:column;gap:1rem}div#root>div[data-layout=sign]>main>div.documents>div.document>header>span.title{display:block;font-weight:var(--fontBold)}div#root>div[data-layout=sign]>main>div.documents>div.document>header>span.pages{align-items:center;color:var(--colorText2);display:flex;font-size:1.3rem;gap:.4rem}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover{height:calc(141.4vw - 5.656rem);outline:1px solid #000;position:relative;width:calc(100vw - 4rem)}@media(min-width:768px){div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover{height:29.7rem;width:21rem}}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover>div.loading{position:relative}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover>div.loading:after{animation:loadingSpinner 1s ease infinite;border:.3rem solid #0000;border-radius:50%;border-top:.3rem solid var(--accent);bottom:0;content:"";height:2rem;left:0;margin:auto;position:absolute;right:0;top:0;width:2rem;z-index:1}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover>*{bottom:0;left:0;position:absolute;right:0;top:0}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover>div.react-pdf__Document{display:flex;flex-direction:column;gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:0}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover>button{background:#ffffff80;cursor:pointer;opacity:0;transition:opacity .25s ease-in-out;z-index:1}div#root>div[data-layout=sign]>main>div.documents>div.document>div.cover:hover>button{opacity:1}div#root>div[data-layout=sign]>main>div.documents>div.document>footer{border-top:.1rem solid var(--colorBorder);margin-top:1rem;padding-top:1rem}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.actions{display:flex;flex-direction:column;gap:.6rem}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>header{align-items:center;display:flex;justify-content:space-between}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>header>span{font-weight:var(--fontMedium)}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>header>i{background-color:var(--colorPositive);border-radius:4px;color:#fff;padding:.4rem}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>div.data{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>div.data>div{align-items:flex-start;display:flex;font-size:1.3rem;gap:1rem;justify-content:space-between}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>div.data>div>span:first-child{color:var(--colorText2);flex:1 1}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>div.data>div>span:nth-child(2){font-weight:var(--fontMedium);text-align:right}div#root>div[data-layout=sign]>main>div.documents>div.document>footer>div.sign>div.data>div>button{padding:0!important}div#root>div[data-layout=sign]>main>div.documents>div.preview{animation:opacityIn .4s ease;background:#0009;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:scroll;position:fixed;right:0;top:0;z-index:2}div#root>div[data-layout=sign]>main>div.documents>div.preview>header{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0}div#root>div[data-layout=sign]>main>div.documents>div.preview>header>span.title{font-weight:var(--fontBold)}div#root>div[data-layout=sign]>main>div.documents>div.preview>header>span.pages{align-items:center;display:flex;font-size:1.4rem;font-weight:var(--fontMedium);gap:.6rem}div#root>div[data-layout=sign]>main>div.documents>div.preview>header>button{background:#ffffff1a}div#root>div[data-layout=sign]>main>div.documents>div.preview>main{align-items:center;display:flex;flex:1 1;justify-content:center;padding-bottom:8rem;padding-top:4rem}div#root>div[data-layout=sign]>main>div.documents>div.preview>main>div.react-pdf__Document{animation:opacityIn .4s ease;display:flex;flex-direction:column;gap:1rem}div#root>div[data-layout=sign]>footer{padding:2rem;text-align:center}div#root>div[data-layout=sign]>footer>p{color:var(--colorText2);font-size:1.3rem}:root{--accentRGB:153,27,29;--accent:rgb(var(--accentRGB));--accent1:rgba(var(--accentRGB),.01);--accent2:rgba(var(--accentRGB),.02);--accent3:rgba(var(--accentRGB),.03);--accent4:rgba(var(--accentRGB),.04);--accent5:rgba(var(--accentRGB),.05);--accent10:rgba(var(--accentRGB),.1);--accent20:rgba(var(--accentRGB),.2);--accent30:rgba(var(--accentRGB),.3);--accent40:rgba(var(--accentRGB),.4);--accent50:rgba(var(--accentRGB),.5);--accent60:rgba(var(--accentRGB),.6);--accent70:rgba(var(--accentRGB),.7);--accent80:rgba(var(--accentRGB),.8);--accent90:rgba(var(--accentRGB),.9);--fontLight:400;--fontRegular:500;--fontMedium:600;--fontBold:700;--colorBackground:#f6f8fa;--colorBackground2:#f4f4f1;--colorBackground3:#f7f7f7;--colorBackgroundControl:#f1f2f3;--colorBorder:#e4e4e1;--colorBorder2:#eaeaea;--colorHovered:#e9edf1;--colorNegative:#ed1606;--colorNegative2:#ed160622;--colorPositive:#00643c;--colorPositive2:#00643c22;--colorPositive3:#00643c66;--colorText:#000;--colorText2:#46606d}::selection{background:#991b1d1a;background:var(--accent10)}::-webkit-scrollbar{height:.8rem;width:.8rem}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#991b1dcc;background:var(--accent80)}::-webkit-scrollbar-thumb:hover{background:#991b1d;background:var(--accent)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;margin:0;padding:0;text-rendering:geometricPrecision}html{font-size:62.5%}body{background:#f6f8fa;background:var(--colorBackground);color:#000;color:var(--colorText)}[aria-disabled=true],[disabled]{cursor:not-allowed!important;opacity:.4;pointer-events:none!important}a{text-decoration:none}a.link:hover{text-decoration:underline}a,button,select{color:inherit;cursor:pointer}[role=button],button{cursor:pointer;outline:none;transition:transform .15s ease-in-out}[role=button]:is(button),button:is(button){align-items:center;background:#f4f4f1;background:var(--colorBackground2);border:none;border-radius:6px;display:flex;font-size:1.4rem;font-weight:600;font-weight:var(--fontMedium);gap:.8rem;justify-content:center;padding:1.2rem}@media(min-width:768px){[role=button]:is(button),button:is(button){padding-block:.8rem}}[role=button]:hover:not(:active,[disabled]),button:hover:not(:active,[disabled]){opacity:.9}[role=button]:active:not([disabled]),button:active:not([disabled]){transform:translateY(.2rem)}[role=button].accented,button.accented{background:#991b1d;background:var(--accent);color:#fff}[role=button].accented-2,button.accented-2{background:#991b1d1a;background:var(--accent10);color:#991b1d;color:var(--accent)}[role=button].negative,button.negative{background:#ed1606;background:var(--colorNegative);color:#fff}[role=button].negative-2,button.negative-2{background:#991b1d;background:var(--accent);color:#fff}[role=button].negative-link,button.negative-link{background:#0000;color:#ed1606;color:var(--colorNegative);padding:0!important}[role=button].negative-link>i,button.negative-link>i{font-size:1.2rem}[role=button].negative-link:hover>span,button.negative-link:hover>span{text-decoration:underline}ul{list-style:none}@keyframes loadingSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes opacityIn{0%{opacity:0}to{opacity:1}}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.97cdec464b149d035383.eot);src:url(/static/media/fa-regular-400.97cdec464b149d035383.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-regular-400.75b90122754b90ff284b.woff2) format("woff2"),url(/static/media/fa-regular-400.859df6f170240545a40e.woff) format("woff"),url(/static/media/fa-regular-400.961988830e2b8546a085.ttf) format("truetype"),url(/static/media/fa-regular-400.81ba7a188fac94ac76fe.svg#fontawesome) format("svg")}.far{font-weight:400}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.71254017f5a87c3f6136.eot);src:url(/static/media/fa-solid-900.71254017f5a87c3f6136.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-solid-900.432406957acb4c66840b.woff2) format("woff2"),url(/static/media/fa-solid-900.8e5ce76ed464af4a26a4.woff) format("woff"),url(/static/media/fa-solid-900.6ac8eb0f63d7ad1f013c.ttf) format("truetype"),url(/static/media/fa-solid-900.162ac450c39f55561c6e.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Pro;font-style:normal}.fa,.fas{font-weight:900}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.edcbe7e6b6d65cc4058c.eot);src:url(/static/media/fa-brands-400.edcbe7e6b6d65cc4058c.eot?#iefix) format("embedded-opentype"),url(/static/media/fa-brands-400.ae47d70a0ccedcf5a834.woff2) format("woff2"),url(/static/media/fa-brands-400.235b1dd910d9a3a74c18.woff) format("woff"),url(/static/media/fa-brands-400.7b01ce1ffb6f8e4aef82.ttf) format("truetype"),url(/static/media/fa-brands-400.59d02457e9821e54b1e4.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400}.fa-message-lines:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-angles-right:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-right-from-bracket:before{content:""}.fa-arrow-up-right-from-square:before{content:""}.fa-at:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-bars:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bell:before{content:""}.fa-billing:before{content:""}.fa-bolt:before{content:""}.fa-book:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-box:before{content:""}.fa-briefcase:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-star:before{content:""}.fa-camera:before{content:""}.fa-car:before{content:""}.fa-car-garage:before{content:""}.fa-cars:before{content:""}.fa-cauldron:before{content:""}.fa-chart-line:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-circle-exclamation:before{content:""}.fa-circle-half-stroke:before{content:""}.fa-circle-info:before{content:""}.fa-circle-question:before{content:""}.fa-clock:before{content:""}.fa-cloud-arrow-up:before{content:""}.fa-code-branch:before{content:""}.fa-cog:before{content:""}.fa-comment-dots:before{content:""}.fa-cube:before{content:""}.fa-dice:before{content:""}.fa-dice-one:before{content:""}.fa-dice-two:before{content:""}.fa-dice-three:before{content:""}.fa-dice-four:before{content:""}.fa-door-open:before{content:""}.fa-download:before{content:""}.fa-earth-africa:before{content:""}.fa-ellipsis:before{content:""}.fa-envelope:before{content:""}.fa-eraser:before{content:""}.fa-exclamation:before{content:"!"}.fa-exclamation-triangle:before{content:""}.fa-external-link-alt:before{content:""}.fa-face-meh:before{content:""}.fa-face-meh-blank:before{content:""}.fa-face-sad-tear:before{content:""}.fa-face-smile:before{content:""}.fa-file:before{content:""}.fa-file-import:before{content:""}.fa-flag-checkered:before{content:""}.fa-floppy-disk:before{content:""}.fa-folder:before{content:""}.fa-folder-tree:before{content:""}.fa-key:before{content:""}.fa-headset:before{content:""}.fa-head-side-brain:before{content:""}.fa-heart:before{content:""}.fa-heart-crack:before{content:""}.fa-home-lg:before{content:""}.fa-hourglass:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-info:before{content:""}.fa-game-board-alt:before{content:""}.fa-gamepad:before{content:""}.fa-graduation-cap:before{content:""}.fa-joystick:before{content:""}.fa-language:before{content:""}.fa-left:before{content:""}.fa-life-ring:before{content:""}.fa-link:before{content:""}.fa-list-check:before{content:""}.fa-location-dot:before{content:""}.fa-lock:before{content:""}.fa-magnifying-glass:before{content:""}.fa-message:before{content:""}.fa-microphone-alt:before{content:""}.fa-minus:before{content:""}.fa-money-check-alt:before{content:""}.fa-moon:before{content:""}.fa-note-sticky:before{content:""}.fa-palette:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-pen:before{content:""}.fa-phone-alt:before{content:""}.fa-photo-film:before{content:""}.fa-play:before{content:""}.fa-plus:before{content:""}.fa-power-off:before{content:""}.fa-puzzle-piece:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-replace:before{content:""}.fa-rotate:before{content:""}.fa-sack-dollar:before{content:""}.fa-school:before{content:""}.fa-shield-check:before{content:""}.fa-signature:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-star:before{content:""}.fa-sun:before{content:""}.fa-tag:before{content:""}.fa-tasks:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-thumbtack:before{content:""}.fa-trash:before{content:""}.fa-triangle-exclamation:before{content:""}.fa-tv-music:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-medical:before{content:""}.fa-video:before{content:""}.fa-volume:before{content:""}.fa-wallet:before{content:""}.fa-wifi:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-cc-paypal:before{content:""}.fa-paypal:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-facebook:before{content:""}.fa-instagram:before{content:""}.fa-linkedin:before{content:""}.fa-square-facebook:before{content:""}.fa-telegram:before{content:""}.fa-whatsapp:before{content:""}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggqxSvfedN62Zw.90d07fa986aacf34e3d8.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggOxSvfedN62Zw.bd275cb3cd376da247f3.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggSxSvfedN62Zw.21c83902d6962599ad89.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggixSvfedN62Zw.2872f9ee91dbfa75694b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggmxSvfedN62Zw.dfc4679a3bd80e34bf43.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:400;src:url(/static/media/xn7gYHE41ni1AdIRggexSvfedN4.5459ea357ec5997093c6.woff2) format("woff2");unicode-range:u+00??,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-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggqxSvfedN62Zw.90d07fa986aacf34e3d8.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggOxSvfedN62Zw.bd275cb3cd376da247f3.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggSxSvfedN62Zw.21c83902d6962599ad89.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggixSvfedN62Zw.2872f9ee91dbfa75694b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggmxSvfedN62Zw.dfc4679a3bd80e34bf43.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:500;src:url(/static/media/xn7gYHE41ni1AdIRggexSvfedN4.5459ea357ec5997093c6.woff2) format("woff2");unicode-range:u+00??,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-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggqxSvfedN62Zw.90d07fa986aacf34e3d8.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggOxSvfedN62Zw.bd275cb3cd376da247f3.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggSxSvfedN62Zw.21c83902d6962599ad89.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggixSvfedN62Zw.2872f9ee91dbfa75694b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggmxSvfedN62Zw.dfc4679a3bd80e34bf43.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:600;src:url(/static/media/xn7gYHE41ni1AdIRggexSvfedN4.5459ea357ec5997093c6.woff2) format("woff2");unicode-range:u+00??,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-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggqxSvfedN62Zw.90d07fa986aacf34e3d8.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggOxSvfedN62Zw.bd275cb3cd376da247f3.woff2) format("woff2");unicode-range:u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggSxSvfedN62Zw.21c83902d6962599ad89.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggixSvfedN62Zw.2872f9ee91dbfa75694b.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggmxSvfedN62Zw.dfc4679a3bd80e34bf43.woff2) format("woff2");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:700;src:url(/static/media/xn7gYHE41ni1AdIRggexSvfedN4.5459ea357ec5997093c6.woff2) format("woff2");unicode-range:u+00??,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-family:Manrope,sans-serif}body{font-size:1.5rem;font-weight:500;font-weight:var(--fontRegular)}.codex-editor ::selection{background-color:#991b1d1a;background-color:var(--accent10)}.ce-block--selected .ce-block__content{background-color:#991b1d0d;background-color:var(--accent5)}@media(max-width:768px){.ce-block__content{max-width:100vw;padding:0 16px;word-break:break-word}}@media(min-width:768px){.ce-block__content{padding-left:20px}}@media(max-width:768px){.ce-inline-toolbar--showed{margin-left:50px}.ce-toolbar{left:10px}}.ce-toolbar__actions{padding-right:0!important}.ce-toolbar__plus,.ce-toolbar__settings-btn{color:#991b1d;color:var(--accent);height:24px!important;width:24px!important}.ce-toolbar__plus,.ce-toolbar__plus:hover,.ce-toolbar__settings-btn,.ce-toolbar__settings-btn:hover{background:#991b1d1a;background:var(--accent10)}.ce-block:hover:not(.ce-block--focused){background:#991b1d0a;background:var(--accent4)}.ce-block--focused{background:#991b1d0d;background:var(--accent5)}.ce-header{padding:10px 0!important}.cdx-list{padding-left:24px!important}.cdx-list__item{padding:0 0 0 3px!important}.cdx-lisalex{padding-block:16px}.cdx-lisalex>div{border:1px solid #991b1d;border:1px solid var(--accent);border-radius:6px;margin-inline:-10px;overflow:hidden}.cdx-lisalex>div>span.placeholder{background:#991b1d;background:var(--accent);color:#fff;display:block;font-size:12px;padding:4px;text-align:center}.cdx-question{padding-block:16px}.cdx-question>div{border:1px solid #991b1d;border:1px solid var(--accent);border-radius:6px;margin-inline:-10px;overflow:hidden}.cdx-question>div>span.placeholder{background:#991b1d;background:var(--accent);color:#fff;display:block;font-size:12px;padding:4px 10px;text-align:center}.cdx-question>div>span.text{display:block;font-size:14px;font-weight:600;font-weight:var(--fontMedium);padding:10px}.cdx-question>div>div{align-items:center;display:flex;gap:16px;padding:10px}.cdx-question>div>div>span{align-items:center;display:flex;font-size:13px;font-weight:700;font-weight:var(--fontBold);gap:8px}.cdx-question>div>div>span:before{align-items:center;border:1px solid #000;border-radius:4px;content:"";display:flex;font-size:12px;height:16px;justify-content:center;width:16px}.cdx-question>div>div>span.mandatory:before{content:"X"!important}.cdx-signature{padding-block:16px}.cdx-signature>div{align-items:center;border:1px solid #991b1d;border:1px solid var(--accent);border-radius:6px;color:#991b1d;color:var(--accent);display:flex;font-weight:600;font-weight:var(--fontMedium);height:80px;justify-content:center;margin-inline:-10px}.tox-tinymce{border:none!important;border-radius:0!important}.tox .tox-dialog--width-lg{width:80rem!important}.tox .tox-button{background-color:#991b1d;background-color:var(--accent);border-color:#991b1d;border-color:var(--accent)}@media(max-width:768px){main>header{flex-wrap:wrap}main>header>.form{width:100%!important}main>header{justify-content:space-between}}