/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up{width:28px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label{padding:2px 4px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label svg{margin-top:0;position:static}.ql-toolbar .ql-picker.ql-expanded .ql-picker-options{z-index:1}.ql-editor .ql-table{border-collapse:collapse;table-layout:fixed;width:auto;display:table}.ql-editor .ql-table[data-full]{width:100%}.ql-editor .ql-table-wrapper{width:100%;overflow:auto}.ql-editor .ql-table-caption{word-break:break-word;outline:0;position:relative}.ql-editor .ql-table-caption .ql-table-caption--switch{cursor:pointer;background-color:#fff;border:1px solid #0003;border-radius:4px;justify-content:center;align-items:center;padding:2px;font-size:12px;display:flex}.ql-editor .ql-table-caption .ql-table-caption--switch:hover{background-color:#eee}.ql-editor .ql-table-cell{border-color:#0000;outline:0;padding:8px 12px;font-size:14px;overflow:auto}.ql-editor .ql-table-cell-inner{word-break:break-word;counter-reset:list-0;outline:0;min-width:100%;display:inline-block}.ql-editor .ql-table col{border-collapse:separate;text-indent:initial;table-layout:fixed;display:table-column}.ql-editor .ql-table tr+tr td,.ql-editor .ql-table tr+tr th{border-top:none}.ql-editor .ql-table td,.ql-editor .ql-table th{border:1px solid #a1a1aa}.ql-editor .ql-table td+td,.ql-editor .ql-table td+th,.ql-editor .ql-table th+td,.ql-editor .ql-table th+th{border-left:none}.table-up-toolbox{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.table-up-toolbox *{pointer-events:all}.table-up-tooltip{z-index:20;color:#fff;white-space:nowrap;background-color:#303133;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;transition:opacity .15s linear;position:absolute}.table-up-tooltip.transparent{opacity:0}.table-up-tooltip.hidden{display:none}.table-up-button{--table-btn-color:#606266;--table-btn-bg-hover:#f3f4f6;--table-btn-color-border:#dcdfe6;--table-btn-border:.0625rem solid var(--table-btn-color-border);--table-btn-confirm-color-border:#409eff;--table-btn-confirm-bg:#409eff;--table-btn-confirm-hover:#79bbff;--table-btn-confirm-outline-focus-visible:.125rem solid #a0cfff;box-sizing:border-box;border:var(--table-btn-border);height:2rem;color:var(--table-btn-color);cursor:pointer;background-color:#0000;border-radius:.25rem;margin:0;padding:.5rem 1rem;font-size:.875rem;line-height:1;display:inline-flex}.table-up-button+.table-up-button{margin-left:.375rem}.table-up-button:hover{background-color:var(--table-btn-bg-hover)}.table-up-button.confirm{border-color:var(--table-btn-confirm-color-border);background-color:var(--table-btn-confirm-bg);color:#fff}.table-up-button.confirm:hover{border-color:var(--table-btn-confirm-hover);background-color:var(--table-btn-confirm-hover)}.table-up-button.confirm:focus-visible{outline:var(--table-btn-confirm-outline-focus-visible);outline-offset:.0625rem}.table-up-dialog{--dialog-bg:#00000080;--dialog-color-border:#ebeef5;--dialog-color-boxshadow:#0000001f;--dialog-border:.0625rem solid var(--dialog-color-border);--dialog-boxshadow:0 0 .75rem var(--dialog-color-boxshadow);z-index:2000;background-color:var(--dialog-bg);height:100%;position:fixed;inset:0;overflow:auto}.table-up-dialog__overlay{text-align:center;padding:1rem;position:fixed;inset:0;overflow:auto}.table-up-dialog__overlay:after{content:"";vertical-align:middle;width:0;height:100%;display:inline-block}.table-up-dialog__content{vertical-align:middle;border:var(--dialog-border);width:100%;max-width:50vw;box-shadow:var(--dialog-boxshadow);text-align:left;box-sizing:border-box;background-color:#fff;border-radius:.25rem;font-size:1.125rem;display:inline-block;overflow:hidden}.table-up-color-picker{--color-picker-bg-color:#fff;box-sizing:border-box;background:var(--color-picker-bg-color);border-radius:.375rem;flex-direction:column;width:16.75rem;padding:.5rem;display:inline-flex;box-shadow:0 0 .375rem #b2b5b8}.table-up-color-picker__content{box-sizing:border-box;width:100%;height:11.75rem;padding-top:.5rem}.table-up-color-picker__selector{width:14.375rem;height:9.375rem;position:absolute}.table-up-color-picker__background{background:linear-gradient(0deg,#000 0,#0000 100%),linear-gradient(90deg,#fff 0,#fff0 100%);width:100%;height:100%}.table-up-color-picker__background-handle{box-sizing:border-box;cursor:pointer;border:.0625rem solid #fff;border-radius:100%;width:.625rem;height:.625rem;position:absolute;top:0;left:14.375rem;transform:translate(-.3125rem,-.3125rem)}.table-up-color-picker__hue{background:linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);width:.75rem;height:9.375rem;margin-left:15rem;position:absolute}.table-up-color-picker__hue-handle{box-sizing:border-box;cursor:pointer;background-color:#fff;border:.0625rem solid #fff;width:1rem;height:.625rem;position:absolute;left:0;transform:translate(-.125rem,-.3125rem);box-shadow:0 0 .125rem #0009}.table-up-color-picker__alpha{background-color:#0000;background-image:linear-gradient(45deg,#ccc 25%,#0000 25%),linear-gradient(135deg,#ccc 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ccc 75%),linear-gradient(135deg,#0000 75%,#ccc 75%);background-position:0 0,.375rem 0,.375rem -.375rem,0 .375rem;background-repeat:repeat,repeat,repeat,repeat;background-size:.75rem .75rem;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;width:14.375rem;height:.75rem;margin-top:10rem;position:absolute}.table-up-color-picker__alpha-bg{background:linear-gradient(90deg,#fff0 0,#fff 100%);height:100%;position:relative}.table-up-color-picker__alpha-handle{box-sizing:border-box;cursor:pointer;background-color:#fff;border:.0625rem solid #fff;width:.625rem;height:1rem;position:absolute;top:0;transform:translate(-.3125rem,-.125rem);box-shadow:0 0 .125rem #0009}.table-up-color-picker__action{box-sizing:border-box;border-top:.0625rem solid #e9ecef;align-items:center;gap:.375rem;width:100%;padding-top:.5rem;display:flex}.table-up-color-picker__action-item{flex:1;align-items:center;font-size:.75rem;display:inline-flex}.table-up-color-picker__input{box-sizing:border-box;color:#405057;background-color:#fff;border:.0625rem solid #ced4da;border-radius:.25rem;outline:0;width:100%;height:1.375rem;margin-left:.125rem;padding:.125rem 0 .125rem .25rem}.table-up-tooltip .table-up-color-picker{--color-picker-bg-color:transparent;box-shadow:none;width:15.75rem;padding:.5rem 0}.ql-container .table-up-selection{--select-color:#0589f340;pointer-events:none;display:none;position:absolute;overflow:hidden}.ql-container .table-up-selection__line{background-color:var(--select-color);pointer-events:none;position:absolute}.table-up-resize-line__col,.table-up-resize-line__row{z-index:0;position:absolute}.table-up-resize-line__col.is-hidden,.table-up-resize-line__row.is-hidden{display:none}.table-up-resize-line__col:after,.table-up-resize-line__col:before,.table-up-resize-line__row:after,.table-up-resize-line__row:before{content:"";z-index:1;display:block;position:absolute;top:0}.table-up-resize-line__row{cursor:ns-resize;height:.0625rem}.table-up-resize-line__row:after,.table-up-resize-line__row:before{width:100%;height:.5rem}.table-up-resize-line__row:before{transform:translateY(-.5rem)}.table-up-resize-line__col{cursor:ew-resize;width:.0625rem}.table-up-resize-line__col:after,.table-up-resize-line__col:before{width:.5rem;height:100%}.table-up-resize-line__col:before{transform:translate(-.5rem)}.table-up-resize-box{z-index:0;position:absolute}.table-up-resize-box.is-hidden{display:none}.table-up-resize-box.is-caption-bottom .table-up-resize-box__corner{border-top-width:0;border-bottom-width:.0625rem;border-top-left-radius:0;border-bottom-left-radius:50%}.table-up-resize-box.is-align-right .table-up-resize-box__col-separator{left:-.125rem}.table-up-resize-box.is-align-right .table-up-resize-box__corner{border-left-width:0;border-right-width:.0625rem;border-top-left-radius:0;border-top-right-radius:50%}.table-up-resize-box.is-align-right.is-caption-bottom .table-up-resize-box__corner{border-top-right-radius:0;border-bottom-right-radius:50%;border-bottom-left-radius:0}.table-up-resize-box__col,.table-up-resize-box__row{display:flex;position:absolute;top:0;left:0;overflow:hidden}.table-up-resize-box__col-wrapper,.table-up-resize-box__row-wrapper{display:flex}.table-up-resize-box__col-header,.table-up-resize-box__row-header{background-color:#f5f6f7;border:.0625rem solid #ccc;flex-shrink:0;position:relative}.table-up-resize-box__col-header:hover,.table-up-resize-box__row-header:hover{background-color:#171a1d1a}.table-up-resize-box__col-header.is-selected,.table-up-resize-box__row-header.is-selected{cursor:grab}.table-up-resize-box__col-header.is-selected:hover,.table-up-resize-box__row-header.is-selected:hover{background-color:#f5f6f7}.table-up-resize-box__col-wrapper{height:100%}.table-up-resize-box__col-header{cursor:pointer;border-right-color:#0000;height:100%}.table-up-resize-box__col-header:last-child{border-right-color:#ccc}.table-up-resize-box__col-separator{cursor:ew-resize;z-index:0;width:.125rem;position:absolute;top:0;bottom:0;right:-.125rem}.table-up-resize-box__col-separator:after{right:-.375rem}.table-up-resize-box__col-separator:before{left:-.375rem}.table-up-resize-box__col-separator:after,.table-up-resize-box__col-separator:before{content:"";z-index:1;width:.5rem;height:100%;display:block;position:absolute;top:0}.table-up-resize-box__row-wrapper{flex-direction:column;width:100%}.table-up-resize-box__row-header{cursor:pointer;border-bottom-color:#0000;width:100%}.table-up-resize-box__row-header:last-child{border-bottom-color:#ccc}.table-up-resize-box__row-separator{cursor:ns-resize;z-index:0;height:.125rem;position:absolute;bottom:-.125rem;left:0;right:0}.table-up-resize-box__row-separator:after{bottom:-.375rem}.table-up-resize-box__row-separator:before{top:-.375rem}.table-up-resize-box__row-separator:after,.table-up-resize-box__row-separator:before{content:"";z-index:1;width:100%;height:.5rem;display:block;position:absolute;left:0}.table-up-resize-box__corner{cursor:pointer;background-color:#f3f4f5;border:0 solid #ccc;border-width:.0625rem 0 0 .0625rem;border-top-left-radius:50%;position:absolute;top:0;left:0}.table-up-drag{pointer-events:none;position:absolute;overflow:hidden}.table-up-drag__line{z-index:0;background-color:#409eff;position:absolute}.table-up-drag__line.is-col{cursor:ew-resize;width:.125rem}.table-up-drag__line.is-row{cursor:ns-resize;height:.125rem}.table-up-drag__placeholder{pointer-events:none;z-index:0;background-color:#04f2;position:absolute}.table-up-drag__placeholder.is-hidden{display:none}.table-up-drag__indicator{cursor:col-resize;z-index:0;opacity:0;pointer-events:none;border:.0625rem solid #3f85ff;width:0;height:0;transition:opacity .2s ease-in;position:absolute}.table-up-drag__tip{cursor:grabbing;z-index:1000;margin-top:-1.25rem;margin-left:-1.25rem;padding-top:1.25rem;padding-left:1.25rem;position:fixed}.table-up-drag__tip-content{width:6.25rem;height:1.5rem}.table-up-scale{pointer-events:none;position:absolute;top:0;left:0;overflow:hidden}.table-up-scale__block{cursor:nwse-resize;pointer-events:all;background-color:#f1f5f9;border:.0625rem solid gray;width:.75rem;height:.75rem;position:absolute;top:0;left:0;transform:translate(-100%,-100%)}.table-up-scale.is-align-right .table-up-scale__block{cursor:nesw-resize}.table-up-scale.is-hidden{display:none}.table-up-scrollbar{z-index:1;transition:opacity .15s linear;position:absolute}.table-up-scrollbar__container{position:relative}.table-up-scrollbar.is-transparent{opacity:0}.table-up-scrollbar.is-vertical{width:.375rem;top:.125rem;bottom:.125rem;left:-.5rem}.table-up-scrollbar.is-vertical .table-up-scrollbar__thumb{width:100%}.table-up-scrollbar.is-horizontal{height:.375rem;bottom:.125rem;left:.125rem;right:.125rem}.table-up-scrollbar.is-horizontal .table-up-scrollbar__thumb{height:100%}.table-up-scrollbar__thumb{cursor:pointer;background-color:#d2d2d2;border-radius:.3125rem}.table-up-scrollbar__thumb:hover{background-color:#a1a1aa}.table-up-scrollbar--virtual.ql-container .ql-table-wrapper{scrollbar-width:none}.table-up-align,.table-up-menu{z-index:1;background-color:#fff;border-radius:.375rem;align-items:center;padding:.25rem;font-size:.875rem;display:flex;position:absolute;box-shadow:0 0 .5rem #00000080}.table-up-align__item,.table-up-menu__item{cursor:pointer;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;display:inline-flex;position:relative}.table-up-align__item:hover,.table-up-menu__item:hover{background-color:#eee}.table-up-align__item.is-break,.table-up-menu__item.is-break{cursor:default;background-color:#a3a3a3;align-self:stretch;width:.0625rem;margin:.125rem .25rem;padding:0}.table-up-align.is-hidden,.table-up-menu.is-hidden{display:none}.table-up-align .icon,.table-up-menu .icon{flex-shrink:0;font-size:1.25rem;display:flex}.table-up-align span,.table-up-menu span{text-wrap:nowrap}.table-up-menu.is-contextmenu{flex-direction:column;max-height:21.875rem;padding:.25rem .5rem;overflow:hidden auto}.table-up-menu.is-contextmenu .table-up-menu__item{cursor:pointer;justify-content:flex-start;gap:.25rem;width:100%;display:flex}.table-up-menu.is-contextmenu .is-break{background-color:#a3a3a3;flex-shrink:0;width:100%;height:.0625rem;margin:.25rem 0}.table-up-align .icon{width:1.25rem;height:1.25rem}.table-up-color-map{flex-direction:column;display:flex}.table-up-color-map--used{border-top:.0625rem solid #ccc;flex-direction:row-reverse;justify-content:center;align-items:center;margin-top:.25rem;padding-top:.25rem;display:flex}.table-up-color-map__content{flex-direction:column;display:flex}.table-up-color-map__content-row{justify-content:center;align-items:center;gap:.25rem;display:flex}.table-up-color-map__item{cursor:pointer;border:.0625rem solid #a3a3a3;width:.875rem;height:.875rem;margin:.125rem}.table-up-color-map__btn{color:#303133;cursor:pointer;background-color:#fff;flex:1;justify-content:center;align-items:center;height:1.25rem;padding:0 .375rem;display:flex}.table-up-color-map__btn:hover{background-color:#edeeef}.rich-text-editor-preview[data-v-cbb466da]{overflow-wrap:break-word;word-break:break-word;max-width:100%}.rich-text-editor-preview[data-v-cbb466da] .ql-editor{white-space:normal;color:inherit;padding:0;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.75;overflow:visible}.rich-text-editor-preview--framed[data-v-cbb466da]{border:1px solid var(--p-content-border-color,#e2e8f0);background:var(--p-content-background,#fafafa);border-radius:8px;min-height:120px;padding:12px}.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor{font-size:.9375rem;line-height:1.7}.rich-text-editor-preview[data-v-cbb466da] .ql-editor,.rich-text-editor-preview[data-v-cbb466da] .ql-editor p,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h1,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h2,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h3,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h4,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h5,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h6,.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-font-serif,.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-font-monospace,.rich-text-editor-preview[data-v-cbb466da] .ql-editor code,.rich-text-editor-preview[data-v-cbb466da] .ql-editor pre,.rich-text-editor-preview[data-v-cbb466da] .ql-editor blockquote,.rich-text-editor-preview[data-v-cbb466da] .ql-editor li,.rich-text-editor-preview[data-v-cbb466da] .ql-editor td,.rich-text-editor-preview[data-v-cbb466da] .ql-editor th{font-family:Helvetica,Helvetica Neue,Arial,sans-serif!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h1,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h2,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h3,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h4,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h5,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h6{letter-spacing:0;text-transform:none;color:#2f2a24;font-weight:700;line-height:1.3;text-align:left!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h1{margin:2rem 0 1rem;font-size:2rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h2{margin:1.75rem 0 .875rem;font-size:1.625rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h3{margin:1.5rem 0 .75rem;font-size:1.375rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h4{margin:1.35rem 0 .65rem;font-size:1.1875rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor h5,.rich-text-editor-preview[data-v-cbb466da] .ql-editor h6{margin:1.25rem 0 .625rem;font-size:1.0625rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor p,.rich-text-editor-preview[data-v-cbb466da] .ql-editor li,.rich-text-editor-preview[data-v-cbb466da] .ql-editor div,.rich-text-editor-preview[data-v-cbb466da] .ql-editor span,.rich-text-editor-preview[data-v-cbb466da] .ql-editor td,.rich-text-editor-preview[data-v-cbb466da] .ql-editor th,.rich-text-editor-preview[data-v-cbb466da] .ql-editor blockquote{overflow-wrap:break-word;word-break:break-word;white-space:normal!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor p,.rich-text-editor-preview[data-v-cbb466da] .ql-editor li,.rich-text-editor-preview[data-v-cbb466da] .ql-editor td,.rich-text-editor-preview[data-v-cbb466da] .ql-editor th,.rich-text-editor-preview[data-v-cbb466da] .ql-editor blockquote{font-size:1rem;font-weight:400;line-height:1.75}.rich-text-editor-preview[data-v-cbb466da] .ql-editor p{margin:0 0 1rem}.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor p,.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor li,.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor td,.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor th,.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor blockquote{font-size:.9375rem;line-height:1.7}.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor p{margin:0 0 .875rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor p:last-child{margin-bottom:0}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ul,.rich-text-editor-preview[data-v-cbb466da] .ql-editor ol{margin:0 0 1rem;padding-left:1.75em;list-style-position:outside}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ul{list-style-type:disc}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ol{list-style-type:decimal}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ul ul,.rich-text-editor-preview[data-v-cbb466da] .ql-editor ol ol,.rich-text-editor-preview[data-v-cbb466da] .ql-editor ul ol,.rich-text-editor-preview[data-v-cbb466da] .ql-editor ol ul{margin-bottom:.35rem;padding-left:1.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li{margin-bottom:.4rem;display:list-item}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li:last-child{margin-bottom:0}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ul>li:not([data-list]){padding-left:.25em;list-style-position:outside;list-style-type:disc!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor ol>li:not([data-list]){padding-left:.25em;list-style-position:outside;list-style-type:decimal!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li[data-list]{padding-left:1.5em;position:relative;list-style-type:none!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li>.ql-ui{position:absolute}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-indent-1:not(.ql-direction-rtl):not(li){padding-left:3em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-indent-2:not(.ql-direction-rtl):not(li){padding-left:6em}.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-indent-3:not(.ql-direction-rtl):not(li){padding-left:9em}:is(.rich-text-editor-preview[data-v-cbb466da] .ql-editor p:has(>img:only-child),.rich-text-editor-preview[data-v-cbb466da] .ql-editor figure:has(img)){justify-content:center;margin:0 0 1rem;display:flex}.rich-text-editor-preview[data-v-cbb466da] .ql-editor img,.rich-text-editor-preview[data-v-cbb466da] .ql-editor .rich-text-embed-image{-o-object-fit:contain;object-fit:contain;border-radius:.75rem;width:auto;max-width:min(100%,42rem);height:auto;max-height:min(32rem,70vh);margin:1rem auto;display:block}.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor img,.rich-text-editor-preview--framed[data-v-cbb466da] .ql-editor .rich-text-embed-image{border-radius:6px;max-width:min(100%,36rem);max-height:20rem;margin:.75rem auto}.rich-text-editor-preview[data-v-cbb466da] .ql-editor td img,.rich-text-editor-preview[data-v-cbb466da] .ql-editor th img{max-width:100%;max-height:14rem;margin:.5rem auto}.rich-text-editor-preview[data-v-cbb466da] .ql-editor .ql-table-wrapper{scrollbar-width:auto;max-width:100%;margin:0 0 1rem;display:block;overflow-x:auto}.rich-text-editor-preview[data-v-cbb466da] .ql-editor table{border-collapse:collapse;table-layout:fixed;width:100%;max-width:100%;margin:0 0 1rem}.rich-text-editor-preview[data-v-cbb466da] .ql-editor td,.rich-text-editor-preview[data-v-cbb466da] .ql-editor th{vertical-align:top;border:1px solid #d1d5db;padding:6px 8px}.rich-text-editor-preview[data-v-cbb466da] .ql-editor pre,.rich-text-editor-preview[data-v-cbb466da] .ql-editor code{overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap!important}.rich-text-editor-preview[data-v-cbb466da] .ql-editor pre{max-width:100%;overflow-x:auto}.rich-text-editor-preview[data-v-cbb466da] .ql-editor iframe.ql-video,.rich-text-editor-preview[data-v-cbb466da] .ql-editor iframe[src*="youtube.com/embed"],.rich-text-editor-preview[data-v-cbb466da] .ql-editor iframe[src*="player.vimeo.com"]{aspect-ratio:16/9;border:0;border-radius:.75rem;width:100%;max-width:42rem;height:auto;margin:1rem auto;display:block}
