@import url(https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap);.sygni-toggle-switch{width:100%;display:flex;flex-direction:row;cursor:pointer}.sygni-toggle-switch.has-tooltip .label{cursor:auto!important}.sygni-toggle-switch .label{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--subtext-color);opacity:.85;width:1px;height:20px}.sygni-toggle-switch input{position:relative;width:28px;height:16px;border-radius:8px;cursor:pointer;background-color:var(--white);border:1px solid var(--border-primary-color)}.sygni-toggle-switch input:checked:after{margin-left:13px;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:slideright;animation-name:slideright}.sygni-toggle-switch input:after,.sygni-toggle-switch input:checked:after{position:absolute;content:"";margin-top:2px;border-radius:50%;width:10px;height:10px;background-color:var(--input-icon-color)}.sygni-toggle-switch input:after{margin-left:3px;-webkit-animation-name:slideleft;animation-name:slideleft}.sygni-toggle-switch.disabled{cursor:not-allowed!important}.sygni-toggle-switch.disabled input{background-color:var(--background-primary-color--light);cursor:not-allowed!important}.sygni-toggle-switch.tw-theme{position:relative;display:flex;cursor:revert}.sygni-toggle-switch.tw-theme input{width:45px;height:26px;border-radius:13px;background:var(--funde-stroke);border:none}.sygni-toggle-switch.tw-theme input:after{margin-left:2px;background-color:var(--background-secondary-color);-webkit-animation-name:genproxslideleft;animation-name:genproxslideleft}.sygni-toggle-switch.tw-theme input:after,.sygni-toggle-switch.tw-theme input:checked:after{position:absolute;content:"";margin-top:2px;border-radius:50%;width:22px;height:22px;-webkit-animation-duration:.2s;animation-duration:.2s}.sygni-toggle-switch.tw-theme input:checked:after{margin-left:21px;background-color:var(--gn-new-success);-webkit-animation-name:genproxslideright;animation-name:genproxslideright}.sygni-toggle-switch.tw-theme input:checked~.svg-cross{opacity:0;transform:scale(0)}.sygni-toggle-switch.tw-theme input:checked~.svg-tick,.sygni-toggle-switch.tw-theme input:not(:checked)~.svg-cross{opacity:1;transform:scale(1)}.sygni-toggle-switch.tw-theme input:not(:checked)~.svg-tick{opacity:0;transform:scale(0)}.sygni-toggle-switch.tw-theme svg.svg-tick{top:10px;left:28px}.sygni-toggle-switch.tw-theme svg.svg-cross,.sygni-toggle-switch.tw-theme svg.svg-tick{transition:all .2s ease-in-out;position:absolute;z-index:1;opacity:0;pointer-events:none;transform:scale(0)}.sygni-toggle-switch.tw-theme svg.svg-cross{top:9px;left:9px}.sygni-toggle-switch.tw-theme.disabled input:after{background-color:var(--gn-new-primary--disabled)}.animation:after{-webkit-animation-duration:.2s;animation-duration:.2s}@-webkit-keyframes slideright{0%{margin-left:3px}to{margin-left:13px}}@keyframes slideright{0%{margin-left:3px}to{margin-left:13px}}@-webkit-keyframes slideleft{0%{margin-left:13px}to{margin-left:3px}}@keyframes slideleft{0%{margin-left:13px}to{margin-left:3px}}@-webkit-keyframes genproxslideright{0%{margin-left:2px}to{margin-left:21px}}@keyframes genproxslideright{0%{margin-left:2px}to{margin-left:21px}}@-webkit-keyframes genproxslideleft{0%{margin-left:21px}to{margin-left:2px}}@keyframes genproxslideleft{0%{margin-left:21px}to{margin-left:2px}}.sygni-radio[data-v-1ff0b7a8]{width:100%;display:flex;flex-direction:row;cursor:pointer}.sygni-radio--disabled[data-v-1ff0b7a8],.sygni-radio--disabled input[disabled][data-v-1ff0b7a8]{cursor:default!important}.sygni-radio .label[data-v-1ff0b7a8]{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--subtext-color);opacity:.85;width:1px;height:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sygni-radio input[data-v-1ff0b7a8]{position:relative;background-color:var(--white);border:1px solid var(--border-primary-color);width:16px;height:16px;border-radius:50%;cursor:pointer}.sygni-radio input[data-v-1ff0b7a8]:checked:after{position:absolute;content:"";margin-top:4px;margin-left:4px;border-radius:50%;width:6px;height:6px;background-color:var(--input-icon-color)}.sygni-radio.tw-theme[data-v-1ff0b7a8] input{border:1px solid var(--gn-new-primary);background-color:var(--white);height:20px;width:20px}.sygni-radio.tw-theme[data-v-1ff0b7a8] input:checked{background-color:#f1f4ff}.sygni-radio.tw-theme[data-v-1ff0b7a8] input:checked:after{position:absolute;content:"";margin-top:4px;margin-left:4px;border-radius:50%;width:10px;height:10px;background-color:var(--gn-new-primary)}.sygni-radio.tw-theme.sygni-radio--disabled[data-v-1ff0b7a8]{opacity:.3}.sygni-radio.disabled input[disabled][data-v-1ff0b7a8]{opacity:.5}.sygni-radio.disabled .label[data-v-1ff0b7a8]{opacity:.5!important}.sygni-input[data-v-5d4fba71]{width:100%;display:flex;flex-direction:column}.sygni-input .label[data-v-5d4fba71]{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--subtext-color);opacity:.85;width:1px;height:20px}.sygni-input.error .sygni-textarea-input__field[data-v-5d4fba71]{color:red!important;border:1px solid var(--red)!important}.sygni-input .sygni-textarea-input[data-v-5d4fba71]{position:relative}.sygni-input .sygni-textarea-input__field[data-v-5d4fba71]{position:relative;border:1px solid var(--border-primary-color);border-radius:3px}.sygni-input .sygni-textarea-input__field[data-v-5d4fba71]:focus-within{border:1px solid var(--border-primary-color--focus)}.sygni-input .sygni-textarea-input__counter[data-v-5d4fba71]{color:var(--placeholder-text-color);position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;font-size:10px;bottom:10px;right:10px}.sygni-input textarea[data-v-5d4fba71]{padding:6px 8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--text-color);background-color:transparent;font-size:14px;line-height:1.79;font-weight:500;width:100%}.sygni-input textarea[data-v-5d4fba71]::-moz-placeholder{color:var(--placeholder-text-color)}.sygni-input textarea[data-v-5d4fba71]:-ms-input-placeholder{color:var(--placeholder-text-color)}.sygni-input textarea[data-v-5d4fba71]::placeholder{color:var(--placeholder-text-color)}.sygni-input.disabled textarea[data-v-5d4fba71]{cursor:not-allowed!important;background:var(--background-primary-color--light)!important;color:var(--text-color)!important}.sygni-input.tw-theme .label[data-v-5d4fba71]{color:var(--gn-new-primary);margin-bottom:10px;text-wrap:wrap;height:auto;width:auto;padding:0}.sygni-input.tw-theme .label .optional-label[data-v-5d4fba71]{color:var(--gn-new-description--dark);vertical-align:baseline;font-size:10px}.sygni-input.tw-theme .sygni-textarea-input__field[data-v-5d4fba71]{border-color:var(--gn-new-border);border-radius:6px}.sygni-input.tw-theme .sygni-textarea-input__field[data-v-5d4fba71]:focus-within{border-color:var(--gn-new-primary)}.sygni-input.tw-theme textarea[data-v-5d4fba71]{border-radius:6px;font-weight:400;text-align:left;font-size:14px;resize:none}.sygni-input.tw-theme.error textarea[data-v-5d4fba71]{color:var(--text-color)!important}.sygni-input.tw-theme.text-center textarea[data-v-5d4fba71]{text-align:center}.sygni-input.tw-theme.disabled .sygni-textarea-input__field[data-v-5d4fba71]{border-color:var(--disabled-border)!important;border-radius:6px}.sygni-input.tw-theme.disabled textarea[data-v-5d4fba71]{color:var(--text-color)!important}.sygni-input--full-width[data-v-5d4fba71]{width:100%;flex-basis:100%;grid-column:1/-1}.sygni-loader[data-v-431e02bd]{transition:all .2s ease-in-out;position:absolute;visibility:hidden;height:100%;width:100%;opacity:0;z-index:999;left:0;top:0}.sygni-loader[data-v-431e02bd]:before{content:"";background-color:var(--white);border-radius:8px;position:absolute;opacity:.75;height:100%;width:100%;left:0;top:0}.sygni-loader__spinner[data-v-431e02bd]{transform:translate(-50%,-50%);position:absolute;margin:0;left:50%;top:50%}.sygni-loader__spinner .spinner-border[data-v-431e02bd]{position:relative;height:4rem;width:4rem;z-index:1;margin:0}.sygni-loader.active[data-v-431e02bd]{visibility:visible;opacity:1}.sygni-file-box[data-v-4dbddd94]{border:1px solid var(--border-primary-color);justify-content:space-between;align-items:center;border-radius:6px;display:flex;height:50px;width:100%}.sygni-file-box__inner[data-v-4dbddd94]{width:calc(100% - 50px);text-overflow:ellipsis;white-space:nowrap;line-height:1.3;overflow:hidden;font-size:12px;padding:10px}.sygni-file-box__action[data-v-4dbddd94]{border-left:1px solid var(--border-primary-color);justify-content:center;align-items:center;min-width:50px;cursor:pointer;display:flex;height:100%;width:50px}.sygni-file-box__action--disabled[data-v-4dbddd94]{cursor:default}.sygni-file-box__action--disabled img[data-v-4dbddd94],.sygni-file-box__action--disabled svg[data-v-4dbddd94]{visibility:hidden;opacity:0}.file-uploader[data-v-3e867f7c]{display:flex;align-items:center}.file-uploader--simple[data-v-3e867f7c]{width:100%}.file-uploader--simple .sygni-droparea[data-v-3e867f7c]{display:none}.file-uploader--simple .upload-file-container[data-v-3e867f7c]{flex-direction:row;align-items:center;margin-left:0;width:100%}.file-uploader--simple .upload-file-container .upload-text[data-v-3e867f7c]{line-height:1.3;margin-left:15px;width:100%}.file-uploader--inverted[data-v-3e867f7c] .sygni-droparea{order:2}.file-uploader--inverted[data-v-3e867f7c] .upload-file-container{order:1}.file-uploader--inverted[data-v-3e867f7c] .upload-file-container .upload-text{margin-right:15px;margin-left:0}.file-uploader--inverted[data-v-3e867f7c] .upload-file-container .gn-button,.file-uploader--inverted[data-v-3e867f7c] .upload-file-container .sygni-rounded-button{order:2}.file-uploader .file-uploader-icon[data-v-3e867f7c]{margin-right:auto;margin-left:auto;max-width:80%}.upload-file-container[data-v-3e867f7c]{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-left:3rem;min-width:20rem}.upload-file-container span[data-v-3e867f7c]{font-size:1rem;font-weight:500;line-height:2.58}.upload-text[data-v-3e867f7c]{font-weight:500;line-height:2.58;color:var(--subtext-color)}.gn-button[data-v-3e867f7c],.sygni-rounded-button[data-v-3e867f7c]{margin:0 auto .4rem;text-wrap:nowrap}.custom-section{text-align:center;font-weight:700}.custom-section__counter:after{content:counter(section)}.splitText{border:1px dashed var(--gn-new-border);display:block;width:100%}.splitText__row{align-items:stretch;min-height:20px;display:flex;height:auto;width:100%}.splitText__column{border-right:1px dashed var(--gn-new-border);vertical-align:middle;display:inline-block;min-height:20px;width:50%}.splitText__column:last-of-type{border-right:none}.splitText__cell{display:block;height:100%;width:100%}.custom-title{border-bottom:2px solid var(--text-color);border-top:2px solid var(--text-color);text-align:center;font-weight:700}.items[data-v-495ebade]{position:relative;border-radius:.5rem;background:#fff;color:rgba(0,0,0,.8);overflow:hidden;font-size:1.4rem;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 10px 20px rgba(0,0,0,.1)}.items .item[data-v-495ebade]{display:block;margin:0;width:100%;text-align:left;background:transparent;border-radius:.4rem;border:1px solid transparent;padding:.5rem}.items .item.is-selected[data-v-495ebade]{border-color:#000}.sidebar-tags[data-v-495ebade]{background:#fff;border-radius:6px;border:solid 1px var(--disabled-border);font-family:Inter,sans-serif;width:300px}.sidebar-tags__headline[data-v-495ebade]{display:flex;flex-wrap:nowrap;justify-content:space-between;-moz-column-gap:20px;column-gap:20px;background:var(--disabled-border);padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:var(--default);align-items:center}.sidebar-tags__search[data-v-495ebade]{position:relative;height:44px}.sidebar-tags__search-input[data-v-495ebade]{position:absolute;top:0;left:0;width:100%;height:100%;padding:10px 45px 10px 15px;font-size:14px;font-family:Inter,sans-serif;color:var(--default);border-bottom:1px solid var(--funde-stroke)}.sidebar-tags__search-input[data-v-495ebade]::-moz-placeholder{color:var(--gn-new-description--dark)}.sidebar-tags__search-input[data-v-495ebade]:-ms-input-placeholder{color:var(--gn-new-description--dark)}.sidebar-tags__search-input[data-v-495ebade]::placeholder{color:var(--gn-new-description--dark)}.sidebar-tags__search-icon[data-v-495ebade]{position:absolute;top:15px;right:15px;width:14px;height:14px;color:var(--default);pointer-events:none}.sidebar-tags__simplebar[data-v-495ebade]{height:100%;max-height:inherit}.sidebar-tags__category[data-v-495ebade]{padding:15px 0 10px}.sidebar-tags__category[data-v-495ebade]:not(:first-child){border-top:1px solid var(--funde-stroke)}.sidebar-tags__category-name[data-v-495ebade]{font-size:14px;font-weight:600;color:var(--default);padding-bottom:10px;padding-left:10px;font-family:Inter,sans-serif}.sidebar-tags__category-results[data-v-495ebade]{display:flex;flex-direction:column;justify-items:flex-start;justify-content:flex-start;align-items:flex-start;width:100%;font-family:Inter,sans-serif}.sidebar-tags__button[data-v-495ebade]{padding:12px 20px;width:100%;display:flex;text-align:left;color:var(--gn-new-secondary);font-size:14px;font-weight:500;font-family:Inter,sans-serif;-moz-column-gap:5px;column-gap:5px;align-items:center}.sidebar-tags__button .text[data-v-495ebade]{flex-grow:1}.sidebar-tags__button svg[data-v-495ebade]{width:20px;height:20px;flex-basis:20px;flex-shrink:0}.sidebar-tags__button svg.plus[data-v-495ebade]{color:var(--disabled-border)}.sidebar-tags__button svg.check[data-v-495ebade]{color:var(--gn-new-success--alt)}.sidebar-tags__button[data-v-495ebade]:focus,.sidebar-tags__button[data-v-495ebade]:hover{background:var(--gn-new-light-slate)}.sidebar-tags__button:focus svg.plus[data-v-495ebade],.sidebar-tags__button:hover svg.plus[data-v-495ebade]{color:var(--gn-new-primary)}.sidebar-tags__button--focus[data-v-495ebade]{background:var(--gn-new-light-slate)}.sidebar-tags__button--focus svg.plus[data-v-495ebade]{color:var(--gn-new-primary)}.sidebar-tags__button[data-v-495ebade]:not(:first-child){border-top:1px solid var(--funde-stroke)}.gn-modal[data-v-9c9e13ca]{position:fixed;height:100%;z-index:999;width:100%;left:0;top:0}.gn-modal__inner[data-v-9c9e13ca]{justify-content:flex-start;flex-direction:column;align-items:center;position:relative;overflow-y:auto;padding:50px 0;display:flex;height:100%;width:100%;z-index:1}.gn-modal__loader[data-v-9c9e13ca]{transition:all .2s ease-in-out;position:absolute;visibility:hidden;height:100%;width:100%;opacity:0;z-index:1;left:0;top:0}.gn-modal__loader[data-v-9c9e13ca]:before{content:"";background-color:var(--white);border-radius:8px;position:absolute;opacity:.75;height:100%;width:100%;left:0;top:0}.gn-modal__loader.active[data-v-9c9e13ca]{visibility:visible;opacity:1}.gn-modal__loader .spinner[data-v-9c9e13ca]{transform:translate(-50%,-50%);position:absolute;margin:0;left:50%;top:50%}.gn-modal__loader .spinner .spinner-border[data-v-9c9e13ca]{position:relative;height:4rem;width:4rem;z-index:1;margin:0}.gn-modal__bg[data-v-9c9e13ca]{background:rgba(23,37,84,.25);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute;height:100%;width:100%;left:0;top:0}.gn-modal__box[data-v-9c9e13ca]{box-shadow:0 5px 12px 0 rgba(0,0,0,.10196078431372549);max-width:calc(100% - 30px);background:var(--white);padding:60px 40px 40px;margin-bottom:auto;border-radius:8px;text-align:center;position:relative;margin-top:auto;width:510px}.gn-modal__row[data-v-9c9e13ca]{display:flex;align-items:stretch;justify-content:flex-start;-moz-column-gap:30px;column-gap:30px}.gn-modal__header[data-v-9c9e13ca]{color:var(--gn-new-secondary);line-height:1.25;font-weight:600;font-size:24px}.gn-modal__desc[data-v-9c9e13ca]{color:var(--gn-new-description);line-height:1.57;font-weight:400;margin-top:15px;font-size:14px}.gn-modal__content[data-v-9c9e13ca]{margin-top:30px;width:100%}.gn-modal__close[data-v-9c9e13ca]{background:var(--gn-new-border);transition:all .2s ease-in-out;color:var(--default);border-radius:999px;position:absolute;cursor:pointer;height:28px;width:28px;right:20px;z-index:3;top:20px}.gn-modal__close[data-v-9c9e13ca] img,.gn-modal__close[data-v-9c9e13ca] svg{transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain;position:absolute;height:20px;width:20px;left:50%;top:50%}.gn-modal__actions[data-v-9c9e13ca]{justify-content:center;margin-top:35px;flex-wrap:wrap;display:flex;gap:10px}.gn-modal__actions .sygni-rect-button[data-v-9c9e13ca],.gn-modal__actions .sygni-rounded-button[data-v-9c9e13ca]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:105px}.gn-modal--actions .gn-modal__actions[data-v-9c9e13ca]{margin-top:15px}.gn-modal--medium .gn-modal__box[data-v-9c9e13ca]{width:600px}.gn-modal--large .gn-modal__box[data-v-9c9e13ca]{grid-template-rows:auto auto 1fr auto;display:grid;width:750px}.gn-modal--w-1000px .gn-modal__box[data-v-9c9e13ca]{grid-template-rows:auto auto 1fr auto;display:grid;width:1000px}.gn-modal--full .gn-modal__box[data-v-9c9e13ca]{max-width:940px}.gn-modal--full .gn-modal__box[data-v-9c9e13ca],.gn-modal--wide .gn-modal__box[data-v-9c9e13ca]{grid-template-rows:auto auto 1fr auto;width:calc(100% - 60px);padding:50px 30px 30px;display:grid}.gn-modal--wide .gn-modal__box[data-v-9c9e13ca]{max-width:1280px}.gn-modal--iframe[data-v-9c9e13ca] .gn-modal__box{position:relative;overflow:hidden;height:900px;width:900px}.gn-modal--iframe[data-v-9c9e13ca] .gn-modal__content{margin-top:0}.gn-modal--iframe[data-v-9c9e13ca] .gn-modal__actions,.gn-modal--iframe[data-v-9c9e13ca] .gn-modal__desc,.gn-modal--iframe[data-v-9c9e13ca] .gn-modal__header{display:none}.gn-modal--iframe[data-v-9c9e13ca] iframe{position:absolute;height:100%;width:100%;left:0;top:0}.row-100vh[data-v-3958cff6]{min-height:100vh}.wysiwyg-editor[data-v-3958cff6]{display:block;width:100%}.wysiwyg-editor--read[data-v-3958cff6]{height:100%}.wysiwyg-editor--read[data-v-3958cff6] .tiptap{transform:none!important;zoom:1.25}.wysiwyg-editor__info[data-v-3958cff6]{align-items:stretch;padding-right:20px;padding-left:20px;flex-wrap:wrap;display:flex;width:100%}.wysiwyg-editor__info-field[data-v-3958cff6]:nth-of-type(odd){width:calc(33.33% - 15px);margin-right:30px}.wysiwyg-editor__info-field[data-v-3958cff6]:nth-of-type(2n){width:calc(66.67% - 15px);margin-right:0}.wysiwyg-editor__inner[data-v-3958cff6]{background-color:var(--background-primary-color--light);border:1px solid var(--border-primary-color);border-radius:8px;flex-wrap:wrap;padding:20px 0;display:flex;width:100%}.wysiwyg-editor__body[data-v-3958cff6]{width:calc(100% - 350px);flex-direction:column;padding-left:20px;display:flex;height:100%}.wysiwyg-editor--no-sidebar .wysiwyg-editor__body[data-v-3958cff6]{width:100%}.wysiwyg-editor__toolbar-wrapper[data-v-3958cff6]{position:relative;width:100%}.wysiwyg-editor__toolbar .toolbar[data-v-3958cff6]{align-items:stretch;display:flex;width:100%}.wysiwyg-editor__toolbar .toolbar__group[data-v-3958cff6]{border:1px solid var(--border-primary-color--light);background-color:var(--white);justify-content:flex-start;align-items:stretch;margin-bottom:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:10px;border-radius:3px;display:flex;padding:5px}.wysiwyg-editor__toolbar .toolbar__group[data-v-3958cff6]:last-of-type{margin-right:0}.wysiwyg-editor__toolbar .toolbar__btn[data-v-3958cff6]{transition:all .1s ease-in-out;background:var(--white);color:var(--text-color);justify-content:center;align-items:center;position:relative;border-radius:3px;margin-right:5px;font-weight:500;cursor:pointer;display:flex;height:32px;width:32px}.wysiwyg-editor__toolbar .toolbar__btn.disabled[data-v-3958cff6]{background:var(--background-primary-color--light)!important;color:var(--text-color)!important;cursor:not-allowed}.wysiwyg-editor__toolbar .toolbar__btn.selected[data-v-3958cff6],.wysiwyg-editor__toolbar .toolbar__btn[data-v-3958cff6]:hover{background:var(--text-color);color:var(--white)}.wysiwyg-editor__toolbar .toolbar__btn[data-v-3958cff6]:last-of-type{margin-right:0}.wysiwyg-editor__toolbar .toolbar__btn img[data-v-3958cff6],.wysiwyg-editor__toolbar .toolbar__btn svg[data-v-3958cff6]{transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain;position:absolute;height:60%;width:60%;left:50%;top:50%}.wysiwyg-editor__toolbar .toolbar .toolbar-select[data-v-3958cff6]{border:1px solid var(--border-primary-color--light);background:var(--white);margin-bottom:10px;position:relative;border-radius:3px;margin-right:10px;font-weight:500;min-width:186px;font-size:14px;cursor:pointer;z-index:10}.wysiwyg-editor__toolbar .toolbar .toolbar-select.opened .toolbar-select__dropdown[data-v-3958cff6]{max-height:300px}.wysiwyg-editor__toolbar .toolbar .toolbar-select__arrow[data-v-3958cff6]{transform:translateY(-50%);position:absolute;right:15px;width:10px;height:6px;top:50%}.wysiwyg-editor__toolbar .toolbar .toolbar-select__value[data-v-3958cff6]{padding:5px 30px 5px 20px;text-overflow:ellipsis;white-space:nowrap;line-height:32px;overflow:hidden;width:100%}.wysiwyg-editor__toolbar .toolbar .toolbar-select__dropdown[data-v-3958cff6]{transition:all .3s cubic-bezier(.445,.05,.55,.95);border:1px solid var(--border-primary-color--light);box-shadow:0 7px 16px rgba(0,0,0,.1);border-top-right-radius:0;border-top-left-radius:0;background:var(--white);width:calc(100% + 2px);position:absolute;border-radius:3px;border-top:none;max-height:0;left:-1px;top:100%}.wysiwyg-editor__toolbar .toolbar .toolbar-select__option[data-v-3958cff6]{transition:all .1s ease-in-out;border-top:1px solid var(--border-primary-color--light);padding:15px 30px 15px 20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%}.wysiwyg-editor__toolbar .toolbar .toolbar-select__option.selected[data-v-3958cff6],.wysiwyg-editor__toolbar .toolbar .toolbar-select__option[data-v-3958cff6]:hover{background-color:var(--text-color);color:var(--white)}.wysiwyg-editor__counter.red[data-v-3958cff6]{color:var(--red)}.wysiwyg-editor__sidebar[data-v-3958cff6]{padding-right:20px;max-height:600px;margin-left:30px;margin-top:54px;overflow-y:auto;display:block;width:320px}.wysiwyg-editor__watermark[data-v-3958cff6]{aspect-ratio:1240/1754;width:210mm;pointer-events:none;top:0;transform:scale(1.25) translateX(-50%);z-index:1;transform-origin:left top}.wysiwyg-editor__watermark[data-v-3958cff6],.wysiwyg-editor__watermark img[data-v-3958cff6]{-o-object-fit:contain;object-fit:contain;position:absolute;max-height:100%;height:auto;left:50%}.wysiwyg-editor__watermark img[data-v-3958cff6]{transform:translate(-50%,-50%);width:100%;top:50%}.wysiwyg-editor__content-wrapper[data-v-3958cff6]{border:1px solid var(--border-primary-color--light);background-color:var(--white);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-radius:4px;position:relative;overflow-y:auto;height:100%;padding:0}.wysiwyg-editor__content[data-v-3958cff6]{margin-right:auto;margin-left:auto;max-width:980px;padding:0}.wysiwyg-editor__content.error[data-v-3958cff6]{border-color:var(--red)}.wysiwyg-editor__content[data-v-3958cff6] .tiptap{box-shadow:0 2px 6px 0 rgba(166,175,195,.4);font-family:Carlito,sans-serif;transform-origin:top center;transform:scale(1.25);padding:7.27595mm 15mm 18.1900125mm 15mm;max-height:600px;min-height:600px;overflow-y:auto;margin:0 auto;width:210mm;height:100%;z-index:2}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror{line-height:1.5;font-size:16px}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror a,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror abbr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror acronym,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror address,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror applet,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror article,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror aside,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror audio,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror b,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror big,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror blockquote,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror body,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror canvas,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror caption,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror center,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror cite,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror code,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror dd,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror del,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror details,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror dfn,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror dl,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror dt,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror em,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror embed,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror fieldset,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror figcaption,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror figure,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror footer,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror form,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror header,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hgroup,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror html,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror i,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror iframe,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ins,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror kbd,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror label,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror legend,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror li,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror mark,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror menu,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror nav,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror object,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror output,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror p,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror pre,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror q,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ruby,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror s,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror samp,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror section,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror small,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror span,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strike,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strong,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror sub,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror summary,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror sup,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror table,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tbody,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror td,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tfoot,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror th,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror thead,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror time,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tt,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror u,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror var,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:carlito,sans-serif!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror article,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror aside,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror details,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror figcaption,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror figure,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror footer,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror header,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hgroup,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror menu,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror nav,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror section{display:block}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror body{line-height:1;font-size:3.0942mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul{list-style:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror blockquote,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror q{quotes:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror blockquote:after,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror blockquote:before,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror q:after,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror q:before{content:"";content:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror table{margin:6.5mm 0;border-collapse:collapse;border:0 solid #e5e7eb;border-spacing:0}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tbody{border-collapse:collapse}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror tr{border-collapse:collapse;border:.3438mm solid #e5e7eb}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror td,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror th{padding:1.3mm 2.1828mm;border-collapse:collapse;border:.3438mm solid #e5e7eb;line-height:1.5;word-break:break-word!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror table td :last-child{margin-bottom:0}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror b,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror em,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror i,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror p,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strong,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li{box-sizing:border-box!important;line-height:1.4!important;padding:0!important;margin:0;font-weight:400}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strong>*{font-weight:700}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror *{vertical-align:middle!important;line-height:1.4!important;font-family:carlito,sans-serif!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .mention,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror a,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror b,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror blockquote,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror em,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror i,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror li,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror p,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror span,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strong,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror u,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul{vertical-align:initial!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1{font-weight:700!important;font-size:5.157mm!important;margin-bottom:4.1256mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2{font-weight:700!important;font-size:4.4694mm!important;margin-bottom:3.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3{font-weight:700!important;font-size:3.7818mm!important;margin-bottom:3.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6{font-weight:700!important;font-size:3.25mm!important;margin-bottom:3.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror b,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror strong{font-weight:700}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror em,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror i{font-style:italic}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror a:not([class*=btn-]){text-decoration:underline}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img{width:auto;max-width:40mm;height:auto;-o-object-fit:contain;object-fit:contain;margin:0 auto 2.7504mm auto;display:block}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .logo-wrapper{margin:0 auto;margin-bottom:2.7504mm;text-align:center!important;width:45mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .footer-logo{text-align:left;max-height:10mm;height:10mm;width:auto}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .footer-logo img{max-height:5mm;height:5mm;min-height:5mm;background:#ccc}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror table.footer-wrapper{margin:0!important;width:100%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror p:has(img[alt=Logo]){text-align:center}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr{color:#e5e7eb!important;background-color:#e5e7eb!important;margin:3.438mm 0!important;display:block!important;height:.3438mm!important;border:0!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6+hr,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror hr+h6{margin-top:0!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div[data-type=splitTextSection]{page-break-inside:avoid;width:100%;margin-top:3.438mm;margin-bottom:3.438mm;padding:0;border:none;display:flex;flex-wrap:nowrap;flex-direction:row-reverse}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div[data-type=splitTextColumn]{border:none;width:50%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .split-text-section{clear:both;width:100%;padding:0;margin-top:3.438mm;margin-bottom:3.438mm;border:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .split-text-section tr{border:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .split-text-column{border:none;float:left;width:50%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div.custom-page-divider{page-break-after:always}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div[data-type=custom-page-divider]{page-break-after:always;display:block!important;margin:6.876mm 0!important;background-color:#e5e7eb;position:relative;height:.6876mm;width:100%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div[data-type=custom-page-divider]:after{content:"NEW PAGE";transform:translate(-50%,-50%);background-color:var(--white);color:var(--text-color);position:absolute;font-weight:600;font-size:14px;padding:0 10px;line-height:1;left:50%;top:50%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .custom-paragraph{text-align:center;font-weight:700;line-height:1.5;page-break-inside:avoid}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror p{margin-bottom:2.7504mm;line-height:1.4;font-size:3.25mm;word-break:break-word}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror h6{margin-top:7mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul{list-style-type:disc}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul>li{vertical-align:top;position:relative}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul>li>p{margin-bottom:.6876mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol{list-style-type:decimal}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .ol>.li{display:table}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .ol>.li>.counter{display:table-cell}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .ol>.li>p{display:table-cell;margin-bottom:.6876mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .custom-title,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror div[data-type=custom-title-node]{border-color:#e5e7eb!important;border-style:solid;border-width:.3438mm 0;font:700 5.4mm Arial!important;margin-top:7mm!important;margin-bottom:6.876mm!important;padding:1.3752mm 0!important;text-align:center}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter p,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text p{margin-bottom:.6876mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter.ol p,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text.ol p{margin-bottom:3.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter.ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text.ol{margin-bottom:0!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-counter h6,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .list-item-text h6{margin-top:0!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .pdf-footer{vertical-align:middle}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .pdf-footer-logo{vertical-align:middle;width:50%;float:left}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .pdf-footer-pages{vertical-align:middle;float:right;line-height:7mm;width:50%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror .mention{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] td:has(.column-resize-handle) :nth-last-child(-n+2),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] th:has(.column-resize-handle) :nth-last-child(-n+2){margin-bottom:0}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] td :last-child,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] th :last-child{margin-bottom:0}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] td.selectedCell,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] th.selectedCell{background-color:var(--background-primary-color--light)}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] div[data-type=splitTextSection]{border:2px dashed var(--gn-new-border)}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] div[data-type=splitTextSection] div[data-type=splitTextColumn]{border-right:2px dashed var(--gn-new-border);padding:10px}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror[contenteditable=true] div[data-type=splitTextSection] div[data-type=splitTextColumn]:first-of-type{border-right:0}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul{position:relative}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li{font-size:3.25mm!important;margin-bottom:.6876mm;position:relative}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h1),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h1){font-size:5.157mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h2),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h2){font-size:4.4694mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h3),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h3){font-size:3.7818mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h4),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h5),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:has(>h6),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h4),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h5),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li:has(>h6){font-size:3.25mm!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li h6,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h1,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h2,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h3,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h4,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h5,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul li h6{margin-top:0!important}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li{margin-bottom:3.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:first-of-type:has(h1),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol li:first-of-type:has(h2){margin-top:7mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul{list-style-type:none}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul>li{display:table;margin-bottom:0;width:100%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ul>li:before{content:"•";display:table-cell;font-size:3.7818mm!important;min-width:6mm;width:6mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol{list-style-type:none;counter-reset:item}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li{display:grid!important;grid-template-columns:auto 1fr}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>:not(ol),.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>:not(ul){grid-column:2/3}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol,.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li ul{grid-column:1/-1}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol>li{display:table;counter-increment:item;margin-bottom:0;width:100%}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol>li p{display:inline-table}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror ol>li:before{content:counters(item,".") ". ";min-width:6mm!important;font-weight:700;width:1px!important;display:inline-table}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li p{margin-left:4mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li>p{margin-left:6mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol li:before{display:table-cell}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li>ol>li>ol li{margin-left:-4.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li>ol>li>ol>li>ol li{margin-left:-7mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li>ol>li>ol>li>ol>li>ol li{margin-left:-9.5mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror>ol>li>ol>li>ol>li>ol>li>ol>li>ol>li>ol li{margin-left:-12mm}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror li ol>li:before{content:counters(item,".") ". "}.wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.wysiwyg-editor--clean .wysiwyg-editor__inner[data-v-3958cff6]{background-color:var(--white);border-style:dashed;padding:10px}.wysiwyg-editor--clean .wysiwyg-editor__body[data-v-3958cff6]{width:100%}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6]{overflow-y:hidden;min-height:280px;max-height:280px}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap{max-height:280px;min-height:280px;padding:15px}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror{height:220px}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img{max-width:100%;margin-right:0;margin-left:0;max-height:none;width:auto}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img[style="text-align: center"]{margin-right:auto;margin-left:auto}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img[style="text-align: right"]{margin-left:auto}.wysiwyg-editor--clean .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror img.ProseMirror-selectednode{outline:2px solid var(--text-color)}.wysiwyg-editor--simple[data-v-3958cff6]{height:auto}.wysiwyg-editor--simple .wysiwyg-editor__inner[data-v-3958cff6]{background-color:transparent;border-radius:0;border:none;height:auto;padding:0}.wysiwyg-editor--simple .wysiwyg-editor__content-wrapper[data-v-3958cff6]{border:none!important}.wysiwyg-editor--simple .wysiwyg-editor__body[data-v-3958cff6]{width:100%}.wysiwyg-editor--simple .wysiwyg-editor__content[data-v-3958cff6]{max-height:none;overflow-y:auto;border:none;padding:0}.wysiwyg-editor--simple .wysiwyg-editor__content[data-v-3958cff6] .wysiwyg-editor__watermark{transform:scale(1.15) translateX(-50%)}.wysiwyg-editor--simple .wysiwyg-editor__content[data-v-3958cff6] .tiptap{max-height:none;min-height:none;padding:0 8%;z-index:2;position:relative}.wysiwyg-editor--simple .wysiwyg-editor__content[data-v-3958cff6] .tiptap .ProseMirror{height:auto}.wysiwyg-editor--simple .wysiwyg-editor__files[data-v-3958cff6]{padding:0 8%}.wysiwyg-editor--not-editable .wysiwyg-editor__content-wrapper[data-v-3958cff6]{height:100%!important;overflow:revert!important}.wysiwyg-editor--not-editable .wysiwyg-editor__inner[data-v-3958cff6]{height:100%;overflow:revert!important}.wysiwyg-editor--not-editable .wysiwyg-editor__content[data-v-3958cff6]{overflow:revert!important;min-height:100%!important}.wysiwyg-editor--not-editable .wysiwyg-editor__body[data-v-3958cff6]{height:calc(100vh - 307px)!important;max-height:calc(100vh - 307px)!important}.wysiwyg-editor--not-editable[data-v-3958cff6] .simplebar-content{height:100%}.wysiwyg-editor--not-editable[data-v-3958cff6] .tiptap{cursor:text!important;min-height:100%!important}.wysiwyg-editor--not-editable[data-v-3958cff6] .tiptap .ProseMirror{pointer-events:none!important}.wysiwyg-editor[data-v-3958cff6] .watermark-modal .sygni-droparea{aspect-ratio:1240/1754;height:auto}.wysiwyg-editor[data-v-3958cff6] .watermark-modal .sygni-droparea__preview img,.wysiwyg-editor[data-v-3958cff6] .watermark-modal .sygni-droparea__preview svg{-o-object-fit:contain;object-fit:contain}.wysiwyg-editor[data-v-3958cff6] .gn-modal__form{text-align:left;margin:0 auto;display:flex;gap:15px}.wysiwyg-editor[data-v-3958cff6] .gn-modal__form .sygni-input{display:block;width:calc(50% - 7.5px)}.wysiwyg-editor[data-v-3958cff6] .gn-modal__form .sygni-input .input-container,.wysiwyg-editor[data-v-3958cff6] .gn-modal__form .sygni-input .label{vertical-align:middle;display:inline-block}.wysiwyg-editor[data-v-3958cff6] .file-uploader{align-items:flex-start;display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:0}.wysiwyg-editor[data-v-3958cff6] .file-uploader .upload-file-container{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:0}.wysiwyg-editor[data-v-3958cff6] .file-uploader .sygni-rounded-button{border-color:var(--border-primary-color--light);opacity:1!important;border-radius:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:44px;width:44px;padding:0;margin:0}.wysiwyg-editor[data-v-3958cff6] .file-uploader .sygni-rounded-button:hover{background-color:var(--white)!important}.wysiwyg-editor--tw-theme[class*="--simple"][data-v-3958cff6],.wysiwyg-editor--tw-theme[class*="--simple"][data-v-3958cff6] .tiptap{min-height:-webkit-fit-content!important;min-height:-moz-fit-content!important;min-height:fit-content!important}.wysiwyg-editor--tw-theme[class*="--clean"] .wysiwyg-editor__content[data-v-3958cff6]{height:100%!important;min-height:unset!important;max-height:unset!important}.wysiwyg-editor--tw-theme[class*="--clean"][data-v-3958cff6] .simplebar-content{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.wysiwyg-editor--tw-theme[class*="--clean"][data-v-3958cff6] .tiptap{min-height:-webkit-fit-content!important;min-height:-moz-fit-content!important;min-height:fit-content!important}.wysiwyg-editor--tw-theme[class*="--clean"][data-v-3958cff6] .ProseMirror{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.wysiwyg-editor--tw-theme .wysiwyg-editor__body[data-v-3958cff6]{padding:0;border:1px solid #dfe4ea;border-radius:6px;display:flex;flex-direction:column}.wysiwyg-editor--tw-theme .wysiwyg-editor__inner[data-v-3958cff6]{padding:0;border:0;display:initial}.wysiwyg-editor--tw-theme .wysiwyg-editor__content[data-v-3958cff6]{display:block;height:100%}.wysiwyg-editor--tw-theme .wysiwyg-editor__content-wrapper[data-v-3958cff6]{padding:0;border:0;cursor:text}.wysiwyg-editor--tw-theme .wysiwyg-editor__content-wrapper[data-v-3958cff6] .simplebar-content{height:100%}.wysiwyg-editor--tw-theme .wysiwyg-editor__counter[data-v-3958cff6]{background-color:var(--gn-new-light-slate);border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:10px;display:flex!important;align-items:center;justify-content:flex-end}.wysiwyg-editor--tw-theme .wysiwyg-editor__counter p[data-v-3958cff6]{margin-top:2px!important;color:var(--gn-new-primary--border)}.wysiwyg-editor--tw-theme .wysiwyg-editor__counter.red[data-v-3958cff6]{color:var(--red)}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar[data-v-3958cff6]{background:var(--gn-new-light-slate);padding:9px 15px;border-radius:6px 6px 0 0}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar[data-v-3958cff6]{-moz-column-gap:30px;column-gap:30px;row-gap:3px;display:flex;flex-wrap:wrap}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar-select[data-v-3958cff6],.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__btn[data-v-3958cff6],.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group[data-v-3958cff6]{margin:0}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group[data-v-3958cff6]{background:transparent;border:0;display:flex;-moz-column-gap:3px;column-gap:3px}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group--select[data-v-3958cff6]{padding:0;width:200px}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group--select[data-v-3958cff6] .sygni-select{cursor:pointer}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group--select[data-v-3958cff6] .label,.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__group--select[data-v-3958cff6] .sygni-input-error{display:none}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__btn[data-v-3958cff6]{background:transparent;border:0;color:var(--gn-new-description--dark)}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__btn.selected[data-v-3958cff6]{background:var(--gn-new-description--dark);color:var(--gn-new-light-slate)}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__btn.disabled[data-v-3958cff6]{color:var(--gn-new-primary--faded)!important}.wysiwyg-editor--tw-theme .wysiwyg-editor__toolbar .toolbar .toolbar__btn[data-v-3958cff6]:hover:not(.selected){background:var(--gn-new-primary--faded);color:var(--gn-new-description--dark)}.wysiwyg-editor--tw-theme .wysiwyg-editor__watermark[data-v-3958cff6]{z-index:-1;max-height:unset;right:0;left:0;margin-inline:auto;width:992px;transform:scale(1)}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;transform:none!important;zoom:125%;margin-right:0;position:relative;max-height:unset!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--watermark-path);background-repeat:no-repeat;background-size:100%;z-index:0;box-shadow:0 2px 6px 0 rgba(166,175,195,.4)}@media(max-width:1586px){.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap{transform-origin:12.5% 0}}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror{height:-webkit-max-content;height:-moz-max-content;height:max-content}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror .mention,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror a,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror b,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror blockquote,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror em,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h1,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h2,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h3,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h4,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h5,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h6,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror i,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror img,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror li,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror ol,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror p,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror strong,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror ul{vertical-align:initial!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror .mention{background-color:transparent!important;padding:0!important;font-weight:inherit!important;margin:0 2px 0 0!important;height:inherit!important;line-height:1!important;display:inline-flex!important;box-sizing:border-box!important;color:var(--gn-new-primary)!important;vertical-align:initial!important;position:relative!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror .mention:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;padding:1px 2px!important;box-sizing:content-box!important;background-color:var(--gn-new-primary--faded)!important;border-radius:6px!important;margin-left:-2px;margin-top:-1px}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror .mention--is-suggestion{line-height:1!important;margin-top:2px!important;color:var(--gn-new-primary--border)!important;border-color:var(--gn-new-primary--border)!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror [data-type=custom-page-divider]{position:relative!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror [data-type=custom-page-divider]:before{content:""!important;position:absolute;width:100%;height:1px;top:0;border-bottom:1px dashed var(--gn-new-primary--border)!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror [data-type=custom-page-divider]:after{content:"NEW PAGE";position:absolute;font-family:Inter,sans-serif;top:0!important;left:0!important;font-size:10px!important;font-weight:400!important;color:var(--gn-new-primary--border)!important;border:1px dashed var(--gn-new-primary--border)!important;background:#fff!important;transform:translate(-50%,-50%)!important;margin-left:50%!important;border-radius:8px!important;padding-inline:10px!important;padding-block:2px!important}.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h1 .mention,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h2 .mention,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h3 .mention,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h4 .mention,.wysiwyg-editor--tw-theme[data-v-3958cff6] .tiptap .ProseMirror h5 .mention{line-height:inherit!important;font-size:inherit!important}.wysiwyg-editor .label[data-v-3958cff6]{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--gn-new-primary);opacity:.85;width:1px;height:20px;margin-bottom:5px}.wysiwyg-editor .label strong[data-v-3958cff6]{font-weight:inherit;color:var(--red)}.participants-table[data-v-6c41fefe]{border-radius:8px;background-color:var(--white)}.participants-table:has(.simplebar-horizontal[style*="visibility: visible;"]) .participants-table__inner[data-v-6c41fefe]{padding-bottom:10px}.participants-table.empty .participants-table__inner[data-v-6c41fefe]{padding-bottom:.5rem}.participants-table[data-v-6c41fefe] .actions-group{display:inline-flex;margin-left:auto;-moz-column-gap:15px;column-gap:15px}.participants-table[data-v-6c41fefe] .actions-group .action{cursor:pointer}.participants-table[data-v-6c41fefe] .handles{width:20px}.participants-table[data-v-6c41fefe] .handle{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16"><path fill-opacity=".2" d="M4 14c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>');background-repeat:no-repeat;background-position:50%;background-size:contain;vertical-align:middle;display:inline-block;margin-right:.5rem;cursor:-webkit-grab;cursor:grab;height:1rem;width:1rem}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true]{border:1px solid var(--border-primary-color);background-color:var(--white);margin-bottom:0;border-radius:8px;overflow:hidden}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead{position:relative}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead:after{content:"";background-color:var(--background-primary-color--light);border-bottom:1px solid var(--border-primary-color);width:calc(100% + 16px);position:absolute;height:100%;z-index:0;left:-8px;top:-8px}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th{text-align:center!important;justify-content:center!important;border-bottom:none;position:relative;background-color:transparent!important;z-index:2}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th div{justify-content:center!important;text-align:center!important;color:var(--subtext-color)}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.agreement-date,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.code,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.investor-name,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.owner-name,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.source-name,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.text-left,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.type{text-align:left!important;justify-content:left!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.agreement-date:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.code:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.investor-name:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.owner-name:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.source-name:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.text-left:hover,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.type:hover{color:initial!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.agreement-date div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.code div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.investor-name div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.owner-name div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.source-name div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.text-left div,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th.type div{justify-content:left!important;text-align:left!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th:last-of-type,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] thead th:last-of-type div{justify-content:flex-end!important;text-align:right!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr{position:relative}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr:after{content:"";background:var(--background-primary-color--light);transition:all .2s ease-in-out;border-radius:4px;position:absolute;height:100%;width:100%;z-index:0;opacity:0;left:0;top:0}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr:hover:after{opacity:1}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td{background-color:transparent;text-align:left!important;vertical-align:middle;position:relative;z-index:1}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.code{text-align:left!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.code .code:hover{text-decoration:underline;cursor:pointer;color:initial!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.investor-name{text-align:left!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.investor-name .investor-name:hover{text-decoration:underline;cursor:pointer}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.agreement-date,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.owner-name,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.source-name,.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.type{text-align:left!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] th.status div{text-align:center!important;justify-content:center}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td{font-size:12px!important;padding:.4rem .8rem}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td.status .sygni-rounded-button{height:32px;width:100%}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tbody tr td:last-of-type{text-align:right!important}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] .totals{justify-content:flex-end;display:inline-flex;position:relative;width:100%}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] .totals__left{display:inline-block;white-space:nowrap}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] .totals__right{display:inline-block;white-space:nowrap;margin-left:20px}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] .totals--align-left{justify-content:flex-start}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td{border:1px solid var(--border-primary-color);padding:24px .75rem;border-right:none;border-left:none;font-weight:600;font-size:14px}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td strong{font-weight:600}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td:first-of-type{border-left:1px solid var(--border-primary-color);border-bottom-left-radius:6px;border-top-left-radius:6px}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td:last-of-type{border-right:1px solid var(--border-primary-color);border-bottom-right-radius:6px;border-top-right-radius:6px}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td p{margin-bottom:1rem}.participants-table[data-v-6c41fefe] .sygni-b-inner-table.table[innertable=true] tfoot tr td p:last-of-type{margin-bottom:0}.participants-table[data-v-6c41fefe] .sygni-pagination{padding:20px 10px}.sygni-link-button[data-v-46722075]{color:var(--background-primary-color);display:inline-block;padding-right:20px;position:relative;font-weight:500;font-size:1.16rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;cursor:pointer}.sygni-link-button .text[data-v-46722075]{text-decoration:underline}.sygni-link-button:hover .text[data-v-46722075]{text-decoration:none}.sygni-link-button .arrow[data-v-46722075]{content:">";margin-left:4px;text-decoration:none;font-size:1rem;display:inline-block}.sygni-link-button--simple[data-v-46722075]{padding-right:0}.sygni-link-button.red[data-v-46722075]{color:var(--red)}.sygni-link-button.black[data-v-46722075]{color:var(--text-color)}.sygni-link-button.gn-primary[data-v-46722075]{color:var(--gn-new-primary)}.sygni-link-button.gn-secondary[data-v-46722075]{color:var(--gn-new-secondary)}.sygni-link-button.not-underlined .text[data-v-46722075]{text-decoration:none}.sygni-link-button.disabled[data-v-46722075]{cursor:not-allowed}.sygni-link-button.disabled[data-v-46722075] .text{pointer-events:none;opacity:.5}.sygni-link-button.tw-theme[data-v-46722075]{font-size:14px}.sygni-link-button.tw-theme .text[data-v-46722075]{color:var(--gn-new-description);text-decoration:none}.sygni-link-button.tw-theme.gn-primary .text[data-v-46722075],.sygni-link-button.tw-theme:hover .text[data-v-46722075]{color:var(--gn-new-primary)}.sygni-link-button.tw-theme.gn-primary[data-v-46722075] :hover .text{color:var(--gn-new-primary--deep)}.sygni-link-button--centered-items .text[data-v-46722075]{display:inline-flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.sygni-link-button svg[data-v-46722075]{width:16px;height:16px}.sygni-select[data-v-631a6cb1]{width:100%;display:flex;flex-direction:column}.sygni-select__toggle-option[data-v-631a6cb1]{border-bottom:1px solid var(--border-primary-color);padding:5px 12px 7px}.sygni-select__toggle-option--highlight[data-v-631a6cb1]{background-color:inherit}.sygni-select .label[data-v-631a6cb1]{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--subtext-color);opacity:.85;width:1px;height:20px}.sygni-select .multiselect.multiselect--above[data-v-631a6cb1] .multiselect__content-wrapper{border:1px solid var(--border-primary-color);border-bottom:0}.sygni-select .multiselect[data-v-631a6cb1].multiselect--active .multiselect__select{transform:rotate(-270deg)}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__tags{text-align:center;font-size:1.16rem;font-weight:500;color:var(--text-color);background-color:var(--background-secondary-color);width:100%;min-height:42px;border:1px solid var(--border-primary-color);border-radius:3px;padding:0 8px 0 8px;display:flex;align-items:center;justify-content:center;position:relative}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__select{text-align:center;font-size:1.16rem;font-weight:500;color:var(--text-color);z-index:1;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-90deg);color:var(--placeholder-text-color);font-family:Poppins,sans-serif}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__select:before{top:0;margin:0;border:none;content:"<"}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__input{position:absolute;top:0;left:0;width:100%;height:100%;padding:0 10px}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__input::-moz-placeholder{opacity:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__input:-ms-input-placeholder{opacity:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__input::placeholder{opacity:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__single{text-overflow:ellipsis;white-space:nowrap;padding-right:20px;margin-bottom:0;overflow:hidden;text-align:center;font-size:1.16rem;font-weight:500;color:var(--text-color)}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__single span:after{content:", "}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__single span:last-of-type:after{display:none}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option{text-align:center;font-size:1.16rem;font-weight:500;color:var(--text-color);color:var(--subtext-color);display:flex;align-items:flex-start;padding:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option .sygni-checkbox{width:30px}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option .text{display:flex;align-items:center;justify-content:center;padding-top:1px}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option .option{align-items:flex-start;padding:12px;display:flex;width:100%}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option .option .sygni-checkbox{pointer-events:none!important}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option--highlight{background-color:inherit!important}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option--selected{background:var(--background-primary-color--light)!important}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option:hover{background-color:var(--background-primary-color--hover)!important}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option:has(.option.disabled){background-color:var(--disabled)!important;cursor:not-allowed!important;opacity:.75}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option:has(.option.disabled) .checkbox,.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option:has(.option.disabled) .sygni-checkbox,.sygni-select .multiselect[data-v-631a6cb1] .multiselect__option:has(.option.disabled) input[type=checkbox]{cursor:not-allowed!important}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__content-wrapper{border:1px solid var(--border-primary-color);box-shadow:0 7px 16px rgba(0,0,0,.1);border-top:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__content-wrapper li{border-top:1px solid var(--border-primary-color)}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__content-wrapper li:first-of-type{border-top:0}.sygni-select .multiselect[data-v-631a6cb1] .multiselect__placeholder{margin-bottom:0}.sygni-select .multiselect[data-v-631a6cb1]:hover .multiselect__tags{background-color:var(--background-primary-color--hoverry)}.sygni-select .multiselect[data-v-631a6cb1].error .v-select::v-deep .vs__dropdown-toggle{border:1px solid var(--red)!important}.sygni-select .multiselect[data-v-631a6cb1].error .v-select::v-deep input{color:red!important}.sygni-select .sygni-checkbox[data-v-631a6cb1] .sygni-input-error{display:none}.sygni-modal[data-v-791c3bcd]{position:fixed;z-index:999;height:100%;width:100%;left:0;top:0}.sygni-modal__loader[data-v-791c3bcd]{transition:all .2s ease-in-out;position:absolute;visibility:hidden;height:100%;width:100%;opacity:0;z-index:1;left:0;top:0}.sygni-modal__loader[data-v-791c3bcd]:before{content:"";background-color:var(--white);border-radius:8px;position:absolute;opacity:.75;height:100%;width:100%;left:0;top:0}.sygni-modal__loader.active[data-v-791c3bcd]{visibility:visible;opacity:1}.sygni-modal__loader .spinner[data-v-791c3bcd]{transform:translate(-50%,-50%);position:absolute;margin:0;left:50%;top:50%}.sygni-modal__loader .spinner .spinner-border[data-v-791c3bcd]{position:relative;height:4rem;width:4rem;z-index:1;margin:0}.sygni-modal__bg[data-v-791c3bcd]{background:rgba(23,37,84,.25);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);position:absolute;height:100%;width:100%;left:0;top:0}.sygni-modal__box[data-v-791c3bcd]{border:1px solid var(--border-primary-color);transform:translate(-50%,-50%);max-width:calc(100% - 30px);background:var(--white);padding:60px 60px 50px;border-radius:8px;position:absolute;text-align:center;max-height:50vh;overflow-y:auto;width:535px;left:50%;top:50%}.sygni-modal__header[data-v-791c3bcd]{color:var(--black);font-weight:500;line-height:1.3;font-size:18px}.sygni-modal__header+.sygni-modal__actions[data-v-791c3bcd]{margin-top:70px}.sygni-modal__desc[data-v-791c3bcd]{color:var(--background-primary-color);font-weight:500;line-height:1.5;margin-top:15px;font-size:14px}.sygni-modal__content[data-v-791c3bcd]{margin-top:30px;width:100%}.sygni-modal__head-actions[data-v-791c3bcd]{border-bottom:1px solid var(--border-primary-color);background-color:var(--white);margin-bottom:1px;justify-content:flex-end;position:sticky;display:flex;font-size:0;width:100%;z-index:20;left:0;top:0}.sygni-modal__head-action[data-v-791c3bcd]{border-right:1px solid var(--border-primary-color);justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:left;font-size:12px;padding:0 20px;display:flex;height:50px;width:100%}.sygni-modal__head-action[data-v-791c3bcd]:first-child{border-left:1px solid var(--border-primary-color)}.sygni-modal__head-action[data-v-791c3bcd]:last-child{border-right:none}.sygni-modal__head-action-label[data-v-791c3bcd]{margin-right:5px;margin-left:5px}.sygni-modal__head-action--arrow-left[data-v-791c3bcd],.sygni-modal__head-action--arrow-right[data-v-791c3bcd]{width:50px}.sygni-modal__head-action--arrow-left img[data-v-791c3bcd],.sygni-modal__head-action--arrow-left svg[data-v-791c3bcd]{transform:rotate(90deg)}.sygni-modal__head-action--arrow-right img[data-v-791c3bcd],.sygni-modal__head-action--arrow-right svg[data-v-791c3bcd]{transform:rotate(-90deg)}.sygni-modal__head-action--close[data-v-791c3bcd],.sygni-modal__head-action--download[data-v-791c3bcd]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sygni-modal__actions[data-v-791c3bcd]{justify-content:center;margin-top:35px;flex-wrap:wrap;display:flex}.sygni-modal__actions .sygni-rounded-button[data-v-791c3bcd]{width:calc(50% - 5px);margin-right:10px}.sygni-modal__actions .sygni-rounded-button[data-v-791c3bcd]:last-of-type{margin-right:0}.sygni-modal--medium .sygni-modal__box[data-v-791c3bcd]{max-height:70vh;width:600px}.sygni-modal--medium .sygni-modal__content[data-v-791c3bcd]{overflow-y:auto;max-height:100%}.sygni-modal--large .sygni-modal__box[data-v-791c3bcd]{grid-template-rows:auto auto 1fr auto;max-height:80vh;display:grid;width:750px}.sygni-modal--large .sygni-modal__content[data-v-791c3bcd]{overflow-y:auto;max-height:100%}.sygni-modal--full .sygni-modal__box[data-v-791c3bcd]{grid-template-rows:auto auto 1fr auto;padding:30px;max-height:90vh;display:grid;width:calc(100% - 60px);max-width:940px}.sygni-modal--full .sygni-modal__content[data-v-791c3bcd]{max-height:100%;overflow-y:auto}.sygni-modal--wide .sygni-modal__box[data-v-791c3bcd]{grid-template-rows:auto auto 1fr auto;padding:30px;max-height:90vh;display:grid;width:calc(100% - 60px);max-width:1280px}.sygni-modal--wide .sygni-modal__content[data-v-791c3bcd]{max-height:100%;overflow-y:auto}.sygni-modal--remove-overflow .sygni-modal__box[data-v-791c3bcd]{overflow-y:initial}.sygni-modal--close-btn .sygni-modal__box[data-v-791c3bcd]{padding:0 0 30px}.sygni-modal--close-btn .sygni-modal__content[data-v-791c3bcd]{padding:0 30px}.sygni-line[data-v-fde7fc60]{width:100%;display:flex}.sygni-line.green[data-v-fde7fc60]{border-bottom:var(--success) 1px solid}.sygni-line.grey[data-v-fde7fc60]{border-bottom:var(--disabled) 1px solid;opacity:.8}[data-v-3553ffae]:root{--danger:#c80000;--danger-light:rgba(245,209,209,0.6);--danger-light-no-opacity:#e14b58;--danger-light--hover:#f5d1d1;--success:#46bc82;--success-deep:#34ab71;--success-light:rgba(219,247,233,0.6);--success-light--hover:#dbf7e9;--info:#3181d3;--info-light:rgba(183,216,250,0.6);--info-light--hover:#b7d8fa;--lead:#656166;--lead--hover:#f9fafb;--lead-light:#f9fafb;--disabled:hsla(0,0%,75.3%,0.4);--disabled-border:#e5e7eb;--disabled--hover:silver;--disabled-light:hsla(0,0%,94.9%,0.6);--disabled-light--hover:#f9fafb;--inactive-text:#b0b0b0;--inactive-background:#ccc;--red:#c80000;--red-deep:#b90000;--default:#172554;--default-deep:#1e3a8a;--black:#38303b;--black-deep:#141215;--gn-sidebar-width:240px;--gn-app-header-width:55px;--gn-new-light-slate:#f8fafc;--gn-new-light-slate-hover:#f0f1f3;--gn-new-primary:#05164d;--gn-new-primary--deep:#2a3968;--gn-new-primary--faded:rgba(5,22,77,0.1);--gn-new-primary--faded-even-more:#e3e5e9;--gn-new-primary--border:rgba(5,22,77,0.5);--gn-new-primary--disabled:#b4b9c9;--gn-new-secondary:#111928;--gn-new-secondary--deep:#273246;--gn-new-secondary--faded:rgba(17,25,40,0.1);--gn-new-background--light:#f9fafb;--gn-new-description:#697985;--gn-new-description--hover:#535c63;--gn-new-description--dark:#637381;--gn-new-border:#eaecef;--gn-new-red:#f23030;--gn-new-red--faded:#e8b4b4;--gn-new-red--dark:#bc1c21;--gn-new-red--light:#fef3f3;--gn-new-success:#34c759;--gn-new-success--deep:#19984e;--gn-new-success--faded:#add3bd;--gn-new-warning:#fbbf25;--gn-new-warning--light:#fffbeb;--gn-new-warning--text:#9d5425;--gn-new-blue--light:#e9f9ff;--gn-new-blue:#0b76b7;--funde-text:#000;--funde-stroke:#e5e7eb;--gn-new-success--alt:#22ad5c;--gn-new-error--alt:#bc1c21;--gn-teal--lighten:#f0fdfb;--gn-teal--light:#dcf7f6;--gn-teal:#24cfc8;--gn-purple--lighten:#f6f5fa;--gn-purple--light:#e7e4f0;--gn-purple:#604e9a}:root[data-theme=theme-light][data-v-3553ffae]{--background-primary-color:#656166;--background-primary-color--light:#f9fafb;--background-primary-color--hover:#ebebeb;--background-primary-color--active:#b0b0b0;--background-secondary-color:#fff;--background-secondary-color--hover:#f9fafb;--background-secondary-color--active:#b0b0b0;--background-tertiary-color:#d7d6d8;--border-primary-color:#ccc;--border-primary-color-2:#b0b0b0;--border-primary-color--hover:#b0b0b0;--border-primary-color--focus:#656166;--border-primary-color--light:hsla(0,0%,75.3%,0.4);--input-primary-background:#ccc;--text-color:#38303b;--text-color-secondary:#fff;--text-color-disabled:#ccc;--subtext-color:#656166;--placeholder-text-color:#b0b0b0;--input-icon-color:#38303b}:root[data-theme=theme-dark][data-v-3553ffae]{--background-primary-color:#656166;--background-primary-color--light:#f9fafb;--background-primary-color--hover:#ebebeb;--background-secondary-color:#fff;--background-secondary-color--hover:#f9fafb;--border-primary-color:#ccc;--border-primary-color--hover:#b0b0b0;--border-primary-color--light:hsla(0,0%,75.3%,0.4);--input-primary-background:#ccc;--text-color:#38303b;--text-color-secondary:#fff;--subtext-color:#656166}.gn-input-group__description[data-v-3553ffae]{font-size:12px;line-height:normal;letter-spacing:normal}.gn-input-group[data-v-3553ffae]{flex-direction:column;display:flex}.gn-input-group__description[data-v-3553ffae]{color:var(--gn-new-description--dark);margin-bottom:25px;max-width:560px;line-height:20px}.gn-input-group[data-v-3553ffae] .sygni-container-title{margin-bottom:25px}.gn-input-group[data-v-3553ffae] .gn-input-group__fields{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;-moz-column-gap:20px;column-gap:20px;display:grid}.gn-input-group[data-v-3553ffae] .gn-input-group__full{grid-column:span 2}.gn-input-group[data-v-3553ffae] .gn-input-group__desc{color:var(--gn-new-description--dark);margin-bottom:25px;line-height:1.67;max-width:560px;font-weight:400;font-size:12px;margin-top:5px;width:100%}.gn-input-group--flex[data-v-3553ffae] .gn-input-group__fields{display:flex;flex-direction:column}.gn-selector-wrapper[data-v-7e57801b]{grid-column:span 2;display:block;width:100%}.gn-selector-wrapper__items[data-v-7e57801b]{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;-moz-column-gap:20px;column-gap:20px;display:grid;row-gap:20px}.gn-selector-wrapper[data-v-7e57801b]:not([class*="--disabled"]) .gn-selector.disabled:not(.active){background-color:var(--background-primary-color--light)!important;border-color:var(--disabled-border)}.gn-selector-wrapper[data-v-7e57801b]:not([class*="--disabled"]) .gn-selector.disabled:not(.active) .gn-selector__value{color:var(--gn-new-primary--disabled)}.gn-selector-wrapper[data-v-7e57801b]:not([class*="--disabled"]) .gn-selector.disabled:not(.active) .gn-selector__checkbox{background-color:var(--disabled-light);border-color:var(--disabled-border)}.gn-selector-wrapper--disabled[data-v-7e57801b] .gn-selector{cursor:default!important}.gn-selector-wrapper--disabled[data-v-7e57801b] .gn-selector:not(.active){background-color:var(--background-primary-color--light)!important;border-color:var(--disabled-border)}.gn-selector-wrapper--disabled[data-v-7e57801b] .gn-selector:not(.active) .gn-selector__icon,.gn-selector-wrapper--disabled[data-v-7e57801b] .gn-selector:not(.active) .gn-selector__value{color:var(--gn-new-primary--disabled)}.gn-selector-wrapper--disabled[data-v-7e57801b] .gn-selector:not(.active) .gn-selector__checkbox{background-color:var(--disabled-light);border-color:var(--disabled-border)}.gn-selector-wrapper--error[data-v-7e57801b] .gn-selector{border-color:var(--danger)!important}.gn-selector-wrapper[data-v-7e57801b] .label{color:var(--gn-new-primary);margin-bottom:10px;text-wrap:wrap;height:auto;width:auto;padding:0;display:inline-flex;align-items:center;-moz-column-gap:4px;column-gap:4px}.gn-selector-wrapper[data-v-7e57801b] .label .optional-label{color:var(--gn-new-description--dark);vertical-align:baseline;font-size:10px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector{border:2px solid var(--funde-stroke);transition:all .2s ease-in-out;background-color:var(--white);border-radius:8px;cursor:pointer;padding:14px;display:flex;width:100%;align-items:center;height:100%}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__description-icon{width:18px;height:18px;color:var(--gn-new-description--dark)}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__icon-wrapper{border-right:1px solid var(--funde-stroke);justify-content:center;flex-direction:column;min-width:40px;display:flex;height:40px;width:40px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__icon{min-width:20px;width:20px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__icon img,.gn-selector-wrapper[data-v-7e57801b] .gn-selector__icon svg{-o-object-fit:contain;object-fit:contain;min-width:24px;height:24px;width:24px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__value-wrapper{justify-content:center;flex-direction:column;padding:0 14px;display:flex;width:100%;height:100%}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__value{transition:all .2s ease-in-out;color:var(--default);font-weight:500;line-height:1.7;text-align:left;font-size:14px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox{border:2px solid var(--gn-new-description--dark);background-color:var(--white);justify-content:center;border-radius:999px;align-items:center;min-width:20px;display:flex;height:20px;width:20px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox img,.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox svg{display:none}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox.active{border-color:transparent;min-width:24px;height:24px;width:24px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox.active img,.gn-selector-wrapper[data-v-7e57801b] .gn-selector__checkbox.active svg{display:block}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.icons .gn-selector__icon-wrapper{min-width:48px;width:48px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.icons .gn-selector__icon{min-width:40px;width:40px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.icons .gn-selector__value-wrapper{padding-bottom:10px;padding-top:10px}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.active{background-color:var(--gn-new-light-slate);border:2px solid var(--gn-new-primary)}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.disabled{background-color:var(--disabled-light)!important;border:2px solid var(--disabled)!important;cursor:default!important}.gn-selector-wrapper[data-v-7e57801b] .gn-selector.disabled .gn-selector__value{color:var(--disabled--hover)!important}.p-modal .mb-25[data-v-69e89d7e]{margin-bottom:25px}.p-modal .mb-20[data-v-69e89d7e]{margin-bottom:20px}.p-modal .mt-10[data-v-69e89d7e]{margin-top:10px}.p-modal[data-v-69e89d7e] .gn-modal__content{text-align:left}.p-modal[data-v-69e89d7e] .gn-modal__actions{margin-top:40px}.p-modal .tax-id__input[data-v-69e89d7e]{display:grid;grid-column:1/-1;-moz-column-gap:20px;column-gap:20px;row-gap:0;grid-template-columns:90px 1fr}.p-modal .tax-id__prefix[data-v-69e89d7e]{width:90px}.p-modal .tax-id__number[data-v-69e89d7e] .sygni-input-error,.p-modal .tax-id__prefix[data-v-69e89d7e] .sygni-input-error{display:none!important}.p-modal .tax-id__error[data-v-69e89d7e]{grid-column:1/-1;margin-bottom:6px}.autenti-form[data-v-754e62ec] .load-config{margin-top:-1rem;padding-right:10px;padding-left:10px}.autenti-form[data-v-754e62ec] .sygni-toggle-switch{margin-top:-1rem}.autenti-form[data-v-754e62ec] .sygni-toggle-switch input:not([disabled]){transition:all .2s ease-in-out;border-color:var(--red)}.autenti-form[data-v-754e62ec] .sygni-toggle-switch input:not([disabled]):checked{border-color:var(--success)}.autenti-form[data-v-754e62ec] .sygni-container-title .actions{display:flex;align-items:center}.autenti-form[data-v-754e62ec] .sygni-container-title .actions .sygni-toggle-switch,.autenti-form[data-v-754e62ec] .sygni-container-title .actions .sygni-toggle-switch .label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.autenti-form[data-v-754e62ec] .wysiwyg-editor{margin-bottom:50px}.autenti-form[data-v-754e62ec] .wysiwyg-editor.wysiwyg-editor--clean .wysiwyg-editor__body{padding-left:0!important}.autenti-form[data-v-754e62ec] .wysiwyg-editor .wysiwyg-editor__content .ProseMirror{overflow-y:visible!important}.autenti-form[data-v-754e62ec] .participants-table{border:1px solid var(--border-primary-color);border-radius:8px;overflow:hidden}.autenti-form[data-v-754e62ec] .participants-table table{border:none!important}.autenti-form[data-v-754e62ec] .participants__btn{margin-bottom:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.autenti-form[data-v-754e62ec] .title-group{width:100%;display:flex;align-items:center;-moz-column-gap:15px;column-gap:15px}.autenti-form[data-v-754e62ec] .title-group .title{margin-right:auto}.autenti-form[data-v-754e62ec] .title-group .sygni-toggle-switch,.autenti-form[data-v-754e62ec] .title-group .sygni-toggle-switch .label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.autenti-form[data-v-754e62ec] .options .options__container{width:100%;display:grid;grid-template-columns:repeat(2,calc(47.5% - 40px));-moz-column-gap:calc(80px + 5%);column-gap:calc(80px + 5%);grid-template-rows:auto}.autenti-form[data-v-754e62ec] .options .options__single{max-width:100%}.autenti-form .button[data-v-754e62ec]{height:42px;width:min(256px,80%);margin:0 auto}.autenti-form .cancel-button[data-v-754e62ec]{height:100%;width:100%;align-items:center;justify-content:center;display:flex;text-decoration:underline;color:var(--subtext-color);cursor:pointer}.autenti-form .title-switch[data-v-754e62ec]{display:inline-flex;align-items:center}.autenti-form .title-switch .tooltip-icon[data-v-754e62ec]{margin-left:10px;order:2}.autenti-form .title-switch .sygni-toggle-switch[data-v-754e62ec]{margin-top:0}.autenti-form .title-switch .sygni-toggle-switch[data-v-754e62ec] .label{padding-bottom:0;height:auto}.autenti-form .tooltip-icon[data-v-754e62ec]{cursor:default;border:1px solid var(--border-primary-color--hover);color:var(--border-primary-color--hover);justify-content:center;align-items:center;border-radius:50%;font-weight:700;display:flex;height:28px;width:28px}.advisor-form[data-v-1d7c7dc2]{width:min(816px,100% - 60px);width:82%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:auto;margin-left:auto}.advisor-form__actions[data-v-1d7c7dc2]{margin:15px auto;width:100%}.advisor-form__actions[data-v-1d7c7dc2] .sygni-rect-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.advisor-form__actions[data-v-1d7c7dc2] .sygni-rect-button .plus-icon{margin-right:10px}.advisor-form__box[data-v-1d7c7dc2]{border:1px solid var(--border-primary-color);margin-bottom:100px;border-radius:8px;position:relative;width:100%}.advisor-form__content[data-v-1d7c7dc2]{padding:40px}.advisor-form__table[data-v-1d7c7dc2]{width:100%}.advisor-form__table[data-v-1d7c7dc2] thead tr{border-bottom:1px solid var(--border-primary-color--light)}.advisor-form__table[data-v-1d7c7dc2] thead tr th{text-align:center;font-weight:600;font-size:14px;padding:10px}.advisor-form__table[data-v-1d7c7dc2] thead tr th:first-of-type{text-align:left;padding-left:0}.advisor-form__table[data-v-1d7c7dc2] thead tr th:last-of-type{padding-right:0}.advisor-form__table[data-v-1d7c7dc2] tbody tr{border-bottom:1px solid var(--border-primary-color--light)}.advisor-form__table[data-v-1d7c7dc2] tbody tr:last-of-type{border-bottom:none}.advisor-form__table[data-v-1d7c7dc2] tbody tr td{vertical-align:middle;text-align:center;padding:10px}.advisor-form__table[data-v-1d7c7dc2] tbody tr td:first-of-type{text-align:left;padding-left:0;width:100%}.advisor-form__table[data-v-1d7c7dc2] tbody tr td:last-of-type{padding-right:0}.advisor-form__table[data-v-1d7c7dc2] tbody tr td .label{height:auto;width:auto;padding:0}.advisor-form__table[data-v-1d7c7dc2] tbody tr td .sygni-toggle-switch{display:inline-block;margin-right:auto;margin-left:auto}.advisor-form__table[data-v-1d7c7dc2] tbody tr td .sygni-toggle-switch input:not([disabled]){transition:all .2s ease-in-out;border-color:var(--red)}.advisor-form__table[data-v-1d7c7dc2] tbody tr td .sygni-toggle-switch input:not([disabled]):checked{border-color:var(--success)}.advisor-form__table[data-v-1d7c7dc2] tbody tr td .sygni-toggle-switch .label{display:none}.advisor-form__row[data-v-1d7c7dc2]{justify-content:space-between;border-radius:4px;align-items:center;padding:10px 0 5px;cursor:pointer;display:flex;width:100%}.advisor-form__row[data-v-1d7c7dc2]:hover{background-color:var(--background-primary-color--light)}.advisor-form__row-label[data-v-1d7c7dc2]{width:100%}.advisor-form__row.disabled[data-v-1d7c7dc2]{cursor:not-allowed}.advisor-form .content[data-v-1d7c7dc2]{margin:30px 4% 36px 4%;display:flex;flex-direction:column}.advisor-form .content__title[data-v-1d7c7dc2]{margin:1.8rem 0 2.2rem 0;font-size:18px;font-weight:500;letter-spacing:-.36px}.advisor-form .content__extended[data-v-1d7c7dc2]{display:flex;flex-direction:column;width:100%}.advisor-form .button[data-v-1d7c7dc2]{height:42px;width:min(256px,80%);margin:0 auto}.advisor-form .cancel-button[data-v-1d7c7dc2]{height:100%;width:100%;align-items:center;justify-content:center;display:flex;text-decoration:underline;color:var(--subtext-color);cursor:pointer}.advisor-form .checkboxes-title[data-v-1d7c7dc2]{white-space:nowrap;padding:2px 4px 5px 4px;font-size:12px;font-weight:500;font-stretch:normal;font-style:normal;letter-spacing:normal;color:var(--subtext-color);opacity:.85;width:1px;height:20px}.advisor-form .checkbox-col[data-v-1d7c7dc2]{margin-bottom:-10px}