:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.generated_st0__8sHjV{display:none}.generated_st1__I8ecg{display:inline}.generated_st2__nDCZR{opacity:.15}.generated_st3__BEx_4{-webkit-clip-path:url(#SVGID_00000017490477888731887980000017566720766111554714_);clip-path:url(#SVGID_00000017490477888731887980000017566720766111554714_)}.generated_st4__M6bu1{fill:none;stroke:#000;stroke-width:.25;stroke-miterlimit:10}.generated_st5__MCVKR{opacity:.4}.generated_st6__2jXFk{-webkit-clip-path:url(#SVGID_00000100347467913723545520000007851588742948730779_);clip-path:url(#SVGID_00000100347467913723545520000007851588742948730779_)}.generated_st7__C9sXc{fill:#d94437;fill-opacity:.4}.generated_st8__mW7DX{-webkit-clip-path:url(#SVGID_00000158716583444428262710000009638560264817936831_);clip-path:url(#SVGID_00000158716583444428262710000009638560264817936831_)}.generated_st9__gYUTb{-webkit-clip-path:url(#SVGID_00000165938351608636956160000009189968366493511322_);clip-path:url(#SVGID_00000165938351608636956160000009189968366493511322_)}.generated_st10___IkvV{-webkit-clip-path:url(#SVGID_00000137105394439769511850000007658161469956991159_);clip-path:url(#SVGID_00000137105394439769511850000007658161469956991159_)}.generated_st11__smQGd{-webkit-clip-path:url(#SVGID_00000000190800588154891510000010852483700381836988_);clip-path:url(#SVGID_00000000190800588154891510000010852483700381836988_)}.generated_st12__EOd3m{-webkit-clip-path:url(#SVGID_00000128476078683481560580000010835119209096540343_);clip-path:url(#SVGID_00000128476078683481560580000010835119209096540343_)}.generated_st13__EqsDz{-webkit-clip-path:url(#SVGID_00000178912194886668206180000009136226678928536204_);clip-path:url(#SVGID_00000178912194886668206180000009136226678928536204_)}.generated_st14__23TB1{-webkit-clip-path:url(#SVGID_00000078735637454019829140000011535772715235985587_);clip-path:url(#SVGID_00000078735637454019829140000011535772715235985587_)}.generated_st15__t21j7{-webkit-clip-path:url(#SVGID_00000070089750540310930010000009139688410217229474_);clip-path:url(#SVGID_00000070089750540310930010000009139688410217229474_)}.generated_st16__H1txr{-webkit-clip-path:url(#SVGID_00000165932509863453007660000001752395069303278496_);clip-path:url(#SVGID_00000165932509863453007660000001752395069303278496_)}.generated_st17__xejj2{-webkit-clip-path:url(#SVGID_00000016759576396620828890000010395459999590297264_);clip-path:url(#SVGID_00000016759576396620828890000010395459999590297264_)}.generated_st18__kzukc{fill:#f5f5f5}.generated_st19__FFa4o{fill:#ccc}.generated_st20__zmArH{fill:#fef7d9}.generated_st21__xXZnt{fill:#f9d641}.generated_st22__PPx_n{fill:#d6f5ff}.generated_st23__bIO6d{fill:#3cf}.generated_st24__PSKha{fill:#ffe0e0}.generated_st25__HiBnX{fill:#f66}.generated_st26__K9zjg{fill:#ffecd9}.generated_st27__hJSVN{fill:#ffa143}.generated_st28__bdRka{fill:#f5e0ff}.generated_st29__zT6BW{fill:#c6f}.generated_st30__glySv{fill:#ebf5d6}.generated_st31__e1Qtm{fill:#9c3}.generated_st32__0T5oY{fill:#ccf5f5}.generated_st33__1zc55{fill:#0cc}.generated_st34__Kwi4m{fill:#ccf4dc}.generated_st35__jwUCd{fill:#03632a}.generated_st36___j90E{fill:#00c951}.editor_tiptap__cPp6p *{font-family:IBM Plex Sans,sans-serif}.editor_tiptap__cPp6p>*+*{margin-top:.75em}.editor_tiptap__cPp6p ol,.editor_tiptap__cPp6p ul{padding:0 1rem}.editor_tiptap__cPp6p ul{list-style-type:disc}.editor_tiptap__cPp6p ol{list-style-type:decimal}.editor_tiptap__cPp6p ol ul,.editor_tiptap__cPp6p ul ul{list-style-type:circle;margin-left:15px}.editor_tiptap__cPp6p ol ol,.editor_tiptap__cPp6p ul ol{list-style-type:lower-latin;margin-left:15px}.editor_tiptap__cPp6p li{margin-bottom:1rem}.editor_tiptap__cPp6p li p,.editor_tiptap__cPp6p li p:last-of-type{margin-bottom:.25rem}.editor_tiptap__cPp6p h1,.editor_tiptap__cPp6p h2,.editor_tiptap__cPp6p h3,.editor_tiptap__cPp6p h4,.editor_tiptap__cPp6p h5,.editor_tiptap__cPp6p h6{font-family:Manrope,sans-serif;line-height:1.1;font-weight:700;color:#424242}.editor_tiptap__cPp6p h1{font-size:1.875rem}.editor_tiptap__cPp6p h2{font-size:1.5rem}.editor_tiptap__cPp6p h3{font-size:1.25rem}.editor_tiptap__cPp6p h4{font-size:1.125rem}.editor_tiptap__cPp6p h5{font-size:1rem}.editor_tiptap__cPp6p h6{font-size:.875rem;font-style:italic}.editor_tiptap__cPp6p p{font-size:14px}@media only screen and (min-width:640px)and (max-width:767px){.editor_tiptap__cPp6p h1{font-size:1.5rem}.editor_tiptap__cPp6p h2{font-size:1.25rem}.editor_tiptap__cPp6p h3{font-size:1.125rem}.editor_tiptap__cPp6p h4{font-size:1rem}}@media only screen and (max-width:639px){.editor_tiptap__cPp6p h1{font-size:1.25rem}.editor_tiptap__cPp6p h2{font-size:1.125rem}.editor_tiptap__cPp6p h3{font-size:1rem}.editor_tiptap__cPp6p h4{font-size:.875rem}}.editor_tiptap__cPp6p a{color:blue;text-decoration:underline}.editor_tiptap__cPp6p code{background-color:#424242;color:#94ff69;font-family:monospace}.editor_tiptap__cPp6p pre{background:#424242;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem}.editor_tiptap__cPp6p pre code{background:none;color:inherit;font-size:.8rem;padding:0}.editor_tiptap__cPp6p mark{background-color:#6366f1;color:#faf594}.editor_tiptap__cPp6p img{height:auto;max-width:100%;border-radius:.75rem}.editor_tiptap__cPp6p hr{margin:1rem 0}.editor_tiptap__cPp6p blockquote{border-left:2px solid rgba(26,26,26,.1);padding-left:1rem}.editor_tiptap__cPp6p hr{border:none;border-top:2px solid rgba(26,26,26,.1);margin:2rem 0}.editor_tiptap__cPp6p ul[data-type=taskList]{list-style:none;padding:0}.editor_tiptap__cPp6p ul[data-type=taskList] li{align-items:center;display:flex}.editor_tiptap__cPp6p ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor_tiptap__cPp6p ul[data-type=taskList] li>div{flex:1 1 auto}.editor_editor__r_uuQ{position:relative;color:#1a1a1a;display:flex;flex-direction:column;width:100%;height:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.editor_editor__header__FK8Ps{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap}.editor_editor__content__Ip4NI{background:#fdfdfd;flex:1 1 auto;-webkit-overflow-scrolling:touch}.editor_editor__footer__gS6iv{align-items:center;color:#1a1a1a;display:flex;flex:0 0 auto;font-size:12px;flex-wrap:wrap;font-weight:600;justify-content:space-between;padding:.25rem .75rem;white-space:nowrap}.editor_editor__status__gEBHj{align-items:center;border-radius:5px;display:flex;flex:1}.editor_editor__status__gEBHj:before{background:rgba(26,26,26,.5);border-radius:50%;content:" ";display:inline-block;flex:0 0 auto;height:.5rem;margin-right:.5rem;width:.5rem;background:#b9f18d}.editor_editor__status--connecting__nQmN8:before{background:#616161}.editor_editor__status--connected__5omLU:before{background:#b9f18d}.editor_editor__name___Q7fj{background:none;border:none;border-radius:.4rem;color:#1a1a1a;font:inherit;font-size:12px;font-weight:600;padding:.25rem .5rem;flex:1;text-align:right}.editor_tiptap__5ay_8 *{font-family:IBM Plex Sans,sans-serif}.editor_tiptap__5ay_8>*+*{margin-top:.75em}.editor_tiptap__5ay_8 ol,.editor_tiptap__5ay_8 ul{padding:0 1rem}.editor_tiptap__5ay_8 ul{list-style-type:disc}.editor_tiptap__5ay_8 ol{list-style-type:decimal}.editor_tiptap__5ay_8 ol ul,.editor_tiptap__5ay_8 ul ul{list-style-type:circle;margin-left:15px}.editor_tiptap__5ay_8 ol ol,.editor_tiptap__5ay_8 ul ol{list-style-type:lower-latin;margin-left:15px}.editor_tiptap__5ay_8 li{margin-bottom:1rem}.editor_tiptap__5ay_8 li p,.editor_tiptap__5ay_8 li p:last-of-type{margin-bottom:.25rem}.editor_tiptap__5ay_8 h1,.editor_tiptap__5ay_8 h2,.editor_tiptap__5ay_8 h3,.editor_tiptap__5ay_8 h4,.editor_tiptap__5ay_8 h5,.editor_tiptap__5ay_8 h6{font-family:Manrope,sans-serif;line-height:1.1;font-weight:700;color:#424242}.editor_tiptap__5ay_8 h1{font-size:1.875rem}.editor_tiptap__5ay_8 h2{font-size:1.5rem}.editor_tiptap__5ay_8 h3{font-size:1.25rem}.editor_tiptap__5ay_8 h4{font-size:1.125rem}.editor_tiptap__5ay_8 h5{font-size:1rem}.editor_tiptap__5ay_8 h6{font-size:.875rem;font-style:italic}.editor_tiptap__5ay_8 p{font-size:14px}@media only screen and (min-width:640px)and (max-width:767px){.editor_tiptap__5ay_8 h1{font-size:1.5rem}.editor_tiptap__5ay_8 h2{font-size:1.25rem}.editor_tiptap__5ay_8 h3{font-size:1.125rem}.editor_tiptap__5ay_8 h4{font-size:1rem}}@media only screen and (max-width:639px){.editor_tiptap__5ay_8 h1{font-size:1.25rem}.editor_tiptap__5ay_8 h2{font-size:1.125rem}.editor_tiptap__5ay_8 h3{font-size:1rem}.editor_tiptap__5ay_8 h4{font-size:.875rem}}.editor_tiptap__5ay_8 a{color:blue;text-decoration:underline}.editor_tiptap__5ay_8 code{background-color:#424242;color:#94ff69;font-family:monospace}.editor_tiptap__5ay_8 pre{background:#424242;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem}.editor_tiptap__5ay_8 pre code{background:none;color:inherit;font-size:.8rem;padding:0}.editor_tiptap__5ay_8 mark{background-color:#6366f1;color:#faf594}.editor_tiptap__5ay_8 img{height:auto;max-width:100%;border-radius:.75rem}.editor_tiptap__5ay_8 hr{margin:1rem 0}.editor_tiptap__5ay_8 blockquote{border-left:2px solid rgba(26,26,26,.1);padding-left:1rem}.editor_tiptap__5ay_8 hr{border:none;border-top:2px solid rgba(26,26,26,.1);margin:2rem 0}.editor_tiptap__5ay_8 ul[data-type=taskList]{list-style:none;padding:0}.editor_tiptap__5ay_8 ul[data-type=taskList] li{align-items:center;display:flex}.editor_tiptap__5ay_8 ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor_tiptap__5ay_8 ul[data-type=taskList] li>div{flex:1 1 auto}.editor_editor__lquk8{position:relative;color:#1a1a1a;display:flex;flex-direction:column;width:100%;height:100%}.editor_editor__header__AV5hJ{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap}.editor_editor__content__Ku_zC{background:#fdfdfd;flex:1 1 auto;-webkit-overflow-scrolling:touch}.editor_editor__footer__ox1AR{align-items:center;color:#1a1a1a;display:flex;flex:0 0 auto;font-size:12px;flex-wrap:wrap;font-weight:600;justify-content:space-between;padding:.25rem .75rem;white-space:nowrap}.editor_editor__status__6PNKF{align-items:center;border-radius:5px;display:flex;flex:1}.editor_editor__status__6PNKF:before{background:rgba(26,26,26,.5);border-radius:50%;content:" ";display:inline-block;flex:0 0 auto;height:.5rem;margin-right:.5rem;width:.5rem;background:#eaeaf7}.editor_editor__status--connecting__6Cwpu:before{background:#616161}.editor_editor__status--connected__rRyAc:before{background:#e2ffeb}.editor_editor__name__hIHWC{background:none;border:none;border-radius:.4rem;color:#1a1a1a;font:inherit;font-size:12px;font-weight:600;padding:.25rem .5rem;flex:1;text-align:right}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}