.ProseMirror{color:var(--color);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;outline:none;min-height:200px}.ProseMirror:focus{outline:none}.ProseMirror h1{font-size:2.25rem;font-weight:700;color:var(--color);margin-bottom:1rem;margin-top:0;line-height:1.2}.ProseMirror h2{font-size:1.5rem;margin-bottom:.75rem;margin-top:1.5rem;line-height:1.3}.ProseMirror h2,.ProseMirror h3{font-weight:600;color:var(--color)}.ProseMirror h3{font-size:1.25rem;margin-bottom:.5rem;margin-top:1rem;line-height:1.4}.ProseMirror p{margin-bottom:.75rem;line-height:1.7}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.ProseMirror a:hover{color:var(--primaryHover)}.ProseMirror code{background-color:var(--color5,#E7E5E4);padding:.125rem .375rem;border-radius:.25rem;font-size:.875em;color:var(--color12,#1C1917)}.ProseMirror code,.ProseMirror pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.ProseMirror pre{background-color:var(--color3);border:1px solid var(--borderColor);border-radius:.5rem;padding:1rem;font-size:.875rem;overflow-x:auto;margin-bottom:1rem}.ProseMirror pre code{background:none;padding:0;color:inherit}.ProseMirror ul{list-style-type:disc}.ProseMirror ol,.ProseMirror ul{padding-left:1.5rem;margin-bottom:1rem}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{margin-bottom:.25rem;line-height:1.6}.ProseMirror li p{margin-bottom:0}.ProseMirror blockquote{border-left:4px solid var(--primary);padding-left:1rem;padding-top:.25rem;padding-bottom:.25rem;margin-left:0;margin-right:0;margin-bottom:1rem;font-style:italic;color:var(--color10)}.ProseMirror hr{border:none;border-top:2px solid var(--borderColor);margin:2rem 0}.ProseMirror ::-moz-selection{background:var(--selectionColor,var(--primaryLight))}.ProseMirror ::selection{background:var(--selectionColor,var(--primaryLight))}.ProseMirror .ProseMirror-selectednode{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.tiptap-container{isolation:isolate;z-index:10}.tiptap-container:not(:focus-within) .ProseMirror h1.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror h2.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror h3.is-empty:before,.tiptap-container:not(:focus-within) .ProseMirror p.is-editor-empty:first-child:before,.tiptap-container:not(:focus-within) .ProseMirror p.is-empty:before{content:none!important}.tiptap-container:focus-within .ProseMirror p.is-editor-empty:first-child:before,.tiptap-container:focus-within .ProseMirror p.is-empty:before{content:attr(data-placeholder);float:left;color:var(--color10,#A8A29E);pointer-events:none;height:0;font-style:italic}.tiptap-container:focus-within .ProseMirror h1.is-empty:before,.tiptap-container:focus-within .ProseMirror h2.is-empty:before,.tiptap-container:focus-within .ProseMirror h3.is-empty:before{content:attr(data-placeholder);float:left;color:var(--color10,#A8A29E);pointer-events:none;height:0}.ProseMirror ul[data-type=taskList],.tiptap-task-list{list-style:none;padding-left:0;margin-bottom:1rem}.ProseMirror ul[data-type=taskList] li,.tiptap-task-item{display:flex;margin-bottom:.25rem;line-height:1.6;list-style:none;padding-left:0;margin-left:0}.tiptap-task-item>div{display:flex;align-items:center;gap:.25rem;width:100%;min-width:0}.tiptap-task-item p{margin:0;padding:0;line-height:1.6;display:inline}.tiptap-task-item p,.tiptap-task-item>div>*{vertical-align:middle}.ProseMirror ul[data-type=taskList] li>label,.tiptap-task-item>label{flex:0 0 auto;margin-top:0;cursor:pointer;display:flex;align-items:center}.ProseMirror ul[data-type=taskList] input[type=checkbox],.tiptap-task-item input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--borderColor,#e7e5e4);background-color:transparent;border-radius:4px;cursor:pointer;position:relative;margin:0;transition:all .2s ease;display:grid;place-content:center;flex-shrink:0}.ProseMirror ul[data-type=taskList] input[type=checkbox]:checked,.tiptap-task-item input[type=checkbox]:checked{background-color:var(--primary,#D97706);border-color:var(--primary,#D97706)}.ProseMirror ul[data-type=taskList] input[type=checkbox]:checked:after,.tiptap-task-item input[type=checkbox]:checked:after{content:"";width:14px;height:14px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;display:block}.ProseMirror ul[data-type=taskList] input[type=checkbox]:hover,.tiptap-task-item input[type=checkbox]:hover{border-color:var(--primaryHover,#B45309)}.ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p,.tiptap-task-item[data-checked=true] p,.tiptap-task-item[data-checked=true]>div>p{text-decoration:line-through;color:var(--color10,#78716C)}.ProseMirror img,.tiptap-image{max-width:100%;height:auto;border-radius:.5rem;margin:.5rem 0;cursor:pointer}.ProseMirror img.ProseMirror-selectednode,.tiptap-image.ProseMirror-selectednode{outline:2px solid var(--primary,#D97706);outline-offset:2px}.ProseMirror mark,.highlight,.tiptap-highlight{padding:.125rem .25rem;border-radius:.25rem;transition:background-color .2s ease;color:inherit}.highlight-yellow,.highlight[data-color=yellow]{background-color:var(--highlight-yellow,#FEF3C7)}.highlight-green,.highlight[data-color=green]{background-color:var(--highlight-green,#D1FAE5)}.highlight-blue,.highlight[data-color=blue]{background-color:var(--highlight-blue,#DBEAFE)}.highlight-pink,.highlight[data-color=pink]{background-color:var(--highlight-pink,#FCE7F3)}.highlight-orange,.highlight[data-color=orange]{background-color:var(--highlight-orange,#FED7AA)}.ProseMirror mark:not([data-color]):not([class*=highlight-]){background-color:var(--highlight-yellow,#FEF3C7)}.ProseMirror hr,.tiptap-hr{border:none;border-top:2px solid var(--borderColor,#e7e5e4);margin:1.5rem 0}.ProseMirror u{text-decoration:underline;text-underline-offset:2px}.ProseMirror table{border-collapse:collapse;width:100%;margin-bottom:1rem}.ProseMirror td,.ProseMirror th{border:1px solid var(--borderColor);padding:.5rem .75rem;text-align:left}.ProseMirror th{background-color:var(--color3);font-weight:600}.synap-entity-node{margin:.5rem 0}.ProseMirror .entity-mention{color:inherit;text-decoration:none;font-weight:500;padding:.125rem .25rem;border-radius:.25rem;cursor:pointer;transition:all .15s ease;background-color:transparent;border-bottom:1px solid transparent}.ProseMirror .entity-mention:hover{text-decoration:none;background-color:var(--color3,rgba(0,0,0,.05));border-bottom-color:currentColor}.ProseMirror .entity-mention[data-entity-type=task]{color:#3B82F6}.ProseMirror .entity-mention[data-entity-type=note]{color:#8B5CF6}.ProseMirror .entity-mention[data-entity-type=person]{color:#06B6D4}.ProseMirror .entity-mention[data-entity-type=event]{color:#F97316}.ProseMirror .entity-mention[data-entity-type=file]{color:#10B981}.ProseMirror .entity-mention[data-entity-type=code]{color:#EC4899}.ProseMirror .entity-mention[data-entity-type=company]{color:#6366F1}.ProseMirror .entity-mention[data-entity-type=bookmark]{color:#EAB308}.ProseMirror .view-mention{color:var(--color-primary,#6366f1);text-decoration:none;font-weight:500;padding:.125rem .25rem;border-radius:.25rem;cursor:pointer;transition:all .15s ease;background-color:transparent;border-bottom:1px solid transparent}.ProseMirror .view-mention:hover{text-decoration:none;background-color:var(--color3,rgba(0,0,0,.05));border-bottom-color:currentColor}.dark .bubble-menu-container,:root[data-theme=dark] .bubble-menu-container,[data-tamagui-theme=dark] .bubble-menu-container{background-color:#1C1917!important;border-color:rgba(255,255,255,.15)!important}.dark .bubble-menu-container [data-tamagui-tag],:root[data-theme=dark] .bubble-menu-container [data-tamagui-tag]{color:#E7E5E4}.dark .command-menu-container,:root[data-theme=dark] .command-menu-container,[data-tamagui-theme=dark] .command-menu-container{background-color:#1C1917!important;border-color:rgba(255,255,255,.15)!important}.dark .command-menu-container [data-selected=true],:root[data-theme=dark] .command-menu-container [data-selected=true]{background-color:rgba(16,185,129,.15)!important}.dark .command-menu-container p,:root[data-theme=dark] .command-menu-container p{color:#E7E5E4!important}.dark .command-menu-container [data-icon-container],:root[data-theme=dark] .command-menu-container [data-icon-container]{background-color:#292524}.ProseMirror .block-wrapper{position:relative}.ProseMirror .block-wrapper:hover .drag-handle{opacity:1}.drag-handle{position:absolute;left:-28px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:grab;opacity:0;transition:opacity .15s ease;border-radius:4px;background:transparent}.drag-handle:hover{background:var(--backgroundHover,#F5F5F4)}.drag-handle:active{cursor:grabbing}.drag-handle svg{width:14px;height:14px;color:var(--color10,#78716C)}.ProseMirror:focus-visible{outline:none}.ProseMirror .ProseMirror-dropcursor{border-color:var(--primary,#D97706)!important}.diff-addition{background-color:rgba(16,185,129,.15);border-bottom:2px solid var(--ai);padding:0 2px;border-radius:2px;position:relative;cursor:pointer;transition:background-color .15s ease}.diff-addition:hover{background-color:rgba(16,185,129,.25)}.diff-addition[data-author=ai]:before{content:"✨";position:absolute;top:-12px;left:0;font-size:10px;opacity:0;transition:opacity .15s ease}.diff-addition[data-author=ai]:hover:before{opacity:1}.diff-deletion{background-color:rgba(220,38,38,.1);color:var(--error,#DC2626);text-decoration:line-through;text-decoration-color:var(--error,#DC2626);padding:0 2px;border-radius:2px;position:relative;cursor:pointer;transition:background-color .15s ease}.diff-deletion:hover{background-color:rgba(220,38,38,.2)}.comment-highlight{background-color:rgba(251,191,36,.15);border-bottom:2px dotted var(--warning,#f59e0b);cursor:pointer;padding:0 1px;border-radius:2px;position:relative;transition:background-color .15s ease}.comment-highlight:hover{background-color:rgba(251,191,36,.25)}.comment-highlight--ai{background-color:rgba(16,185,129,.1);border-bottom-color:var(--ai)}.comment-highlight--ai:hover{background-color:rgba(16,185,129,.2)}.comment-highlight:after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--warning,#F59E0B);margin-left:4px;vertical-align:super;font-size:8px;opacity:.7}.comment-highlight--ai:after{background-color:var(--ai)}.ai-suggestion-highlight{background-color:rgba(16,185,129,.08);border:1px dashed var(--ai);border-radius:4px;padding:2px 4px;margin:-2px -4px;cursor:pointer}.ai-suggestion-highlight:hover{background-color:rgba(16,185,129,.15)}.ec{color-scheme:light;--ec-h:0;--ec-s:0%;--ec-l-300:91.00%;--ec-l-500:83.50%;--ec-l-600:78.40%;--ec-l-700:71.40%;--ec-bg-fallback-color:#fff;--ec-hs:var(--ec-h),var(--ec-s);--ec-color-300:hsl(var(--ec-hs),var(--ec-l-300));--ec-color-500:hsl(var(--ec-hs),var(--ec-l-500));--ec-color-600:hsl(var(--ec-hs),var(--ec-l-600));--ec-color-700:hsl(var(--ec-hs),var(--ec-l-700));--ec-border-color:var(--ec-color-500);--ec-accent-color:var(--ec-color-600);--ec-button-bg-color:var(--ec-bg-color);--ec-button-border-color:var(--ec-color-600);--ec-button-text-color:var(--ec-text-color);--ec-button-active-bg-color:var(--ec-color-300);--ec-button-active-border-color:var(--ec-color-700);--ec-button-active-text-color:var(--ec-button-text-color);--ec-event-bg-color:#039be5;--ec-event-text-color:#fff;--ec-bg-event-color:var(--ec-color-500);--ec-bg-event-opacity:0.3;--ec-list-day-bg-color:var(--ec-bg-color,var(--ec-bg-fallback-color));--ec-today-bg-color:rgba(255,220,40,.15);--ec-highlight-color:rgba(188,232,241,.3);--ec-popup-bg-color:var(--ec-bg-color,var(--ec-bg-fallback-color));--ec-now-indicator-color:#ea4335}.ec-dark .ec{color-scheme:dark;--ec-h:215;--ec-s:15%;--ec-l-300:25.50%;--ec-l-500:42.40%;--ec-l-600:49.80%;--ec-l-700:57.30%;--ec-bg-fallback-color:#22272e}@media (prefers-color-scheme:dark){.ec-auto-dark .ec{color-scheme:dark;--ec-h:215;--ec-s:15%;--ec-l-300:25.50%;--ec-l-500:42.40%;--ec-l-600:49.80%;--ec-l-700:57.30%;--ec-bg-fallback-color:#22272e}}.ec-day,.ec-day-title,.ec-days,.ec-resource{flex:1 1 0;min-width:0;max-width:100%}.ec{display:flex;flex-direction:column;color:var(--ec-text-color);background-color:var(--ec-bg-color);-webkit-tap-highlight-color:transparent}.ec ::-webkit-scrollbar{background-color:transparent}.ec ::-webkit-scrollbar-thumb{border:4px solid transparent;box-shadow:none;background-color:var(--ec-border-color);background-clip:padding-box;border-radius:8px;min-height:40px}.ec :hover::-webkit-scrollbar-thumb{background-color:var(--ec-accent-color)}.ec-hidden-scroll{display:none;overflow-y:scroll;visibility:hidden;flex-shrink:0}.ec-with-scroll .ec-hidden-scroll{display:block}.ec-toolbar{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:1em}.ec-toolbar>*{margin-bottom:-.5em}.ec-toolbar>*>*{margin-bottom:.5em}.ec-toolbar>*>:not(:last-child){margin-right:.75em}.ec-title{margin:0}.ec-button{background-color:var(--ec-button-bg-color);border:1px solid var(--ec-button-border-color);padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.ec-button:not(:disabled){color:var(--ec-button-text-color);cursor:pointer}.ec-button.ec-active,.ec-button:not(:disabled):hover{background-color:var(--ec-button-active-bg-color);border-color:var(--ec-button-active-border-color);color:var(--ec-button-active-text-color);z-index:1}.ec-button-group{display:inline-flex}.ec-button-group .ec-button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.ec-button-group .ec-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.ec-icon{display:inline-block;width:1em}.ec-icon.ec-next:after,.ec-icon.ec-prev:after{content:"";position:relative;width:.5em;height:.5em;border-top:2px solid;border-right:2px solid;display:inline-block}.ec-icon.ec-prev:after{transform:rotate(-135deg) translate(-2px,2px)}.ec-icon.ec-next:after{transform:rotate(45deg) translate(-2px,2px)}.ec-all-day,.ec-body,.ec-day,.ec-days,.ec-header,.ec-list .ec-day-head{border:1px solid var(--ec-border-color)}.ec-header{display:flex;flex-shrink:0}.ec-header .ec-resource{flex-direction:column}.ec-header .ec-resource .ec-days{border-top-style:solid}.ec-header .ec-days{border-bottom:none}.ec-header .ec-day{min-height:24px;line-height:24px;text-align:center;overflow:hidden;text-overflow:ellipsis}.ec-all-day{flex-shrink:0;border-top:none}.ec-all-day .ec-days{border-bottom:none}.ec-all-day .ec-day{padding-bottom:4px}.ec-body{position:relative;overflow-x:hidden;overflow-y:auto}.ec:not(.ec-list) .ec-body{border-top:none}.ec-day-grid .ec-body{flex:1 1 auto}.ec-sidebar{flex:0 0 auto;width:auto;max-width:100%;padding:0 4px 0 8px;display:flex;flex-direction:column;justify-content:center}.ec-sidebar-title{visibility:hidden;overflow-y:hidden;height:0;text-align:right}.ec-all-day .ec-sidebar-title{visibility:visible;height:auto;padding:8px 0}.ec-content{display:flex}.ec-day-grid .ec-content{flex-direction:column;height:100%}.ec-day-grid .ec-uniform .ec-content{overflow:hidden}.ec-list .ec-content{flex-direction:column}.ec-days,.ec-resource{display:flex}.ec-days{border-style:none none solid}.ec-days:last-child{border-bottom:none}.ec-day-grid .ec-days,.ec-resource .ec-days{flex:1 0 auto}.ec-day-grid .ec-uniform .ec-days{flex:1 1 0%;min-height:0}.ec-day{border-style:none none none solid}.ec-day.ec-today{background-color:var(--ec-today-bg-color)}.ec-day.ec-highlight{background-color:var(--ec-highlight-color)}.ec-day-grid .ec-body .ec-day{min-height:5em;position:relative}.ec-day-grid .ec-uniform .ec-day{min-height:0}.ec-day-grid .ec-day:first-child{border-left:none}.ec-day.ec-other-month .ec-day-head{opacity:.3}.ec-list .ec-day{border:none}.ec-day-grid .ec-day-head{display:block;text-align:right;padding:4px 4px 3px}.ec-day-grid .ec-day-foot{position:absolute;bottom:0;padding:2px;font-size:.85em}.ec-day-grid .ec-day-foot a{cursor:pointer}.ec-list .ec-day-head{flex:1 0 auto;background-color:var(--ec-list-day-bg-color);border-style:solid none;margin:-1px 0 0;padding:8px 14px;position:sticky;top:0;z-index:2}.ec-list .ec-day:first-child .ec-day-head{border-top:none}.ec-list .ec-day-side{float:right}.ec-list .ec-no-events{text-align:center;padding:5em 0}.ec-events{margin:0 6px 0 0}.ec-events.ec-preview,.ec-time-grid .ec-events{position:relative}.ec-event{display:flex;padding:2px;color:var(--ec-event-text-color);box-sizing:border-box;box-shadow:0 0 1px 0 var(--ec-border-color);background-color:var(--ec-event-bg-color);border-radius:3px;font-size:.85em;line-height:1.5;z-index:1}.ec-all-day .ec-event,.ec-day-grid .ec-event{position:relative}.ec-time-grid .ec-body .ec-event{position:absolute}.ec-list .ec-event{flex-direction:row;padding:8px 14px;color:inherit;background-color:transparent;border-radius:0}.ec-event.ec-preview{z-index:1000;width:100%;opacity:.8}.ec-event.ec-pointer,.ec-event.ec-preview{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-event.ec-pointer{color:inherit;pointer-events:none;z-index:0;box-shadow:none;display:none}.ec-day:hover .ec-event.ec-pointer{display:flex}.ec-event-body{display:flex;flex-direction:column;width:100%}.ec-all-day .ec-event-body,.ec-day-grid .ec-event-body{flex-direction:row}.ec-event-tag{width:4px;border-radius:2px;margin-right:8px}.ec-event-time{overflow:hidden;white-space:nowrap;margin:0 0 1px;flex-shrink:0}.ec-day-grid .ec-event-time{margin:0 3px 0 0;max-width:100%;text-overflow:ellipsis}.ec-event-title{overflow:hidden;margin:unset;font-weight:inherit}.ec-all-day .ec-event-title,.ec-day-grid .ec-event-title{min-height:1.5em;white-space:nowrap;text-overflow:ellipsis}.ec-time-grid .ec-body .ec-event-title{position:sticky;top:0}.ec-list .ec-event-title{font-size:1rem}.ec-draggable{cursor:pointer}.ec-draggable,.ec-ghost{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-ghost{opacity:.5;pointer-events:none}.ec-bg-events{position:relative}.ec-bg-event{position:absolute;background-color:var(--ec-bg-event-color);opacity:var(--ec-bg-event-opacity);width:100%;z-index:1}.ec-line,.ec-time{height:24px}.ec-time{position:relative;line-height:24px;top:-12px;text-align:right;white-space:nowrap}.ec-all-day .ec-time,.ec-header .ec-time{visibility:hidden;overflow-y:hidden;height:0}.ec-lines{width:8px}.ec-line:not(:first-child):after{content:"";position:absolute;width:100%;border-bottom:1px solid var(--ec-border-color);pointer-events:none}.ec-body:not(.ec-compact) .ec-line:nth-child(2n):after{border-bottom-style:dotted}.ec-popup{position:absolute;top:0;display:flex;flex-direction:column;width:110%;min-width:180px;z-index:1010;padding:8px 10px 14px;background-color:var(--ec-popup-bg-color);border:1px solid var(--ec-border-color);border-radius:6px;outline:1px solid transparent;box-shadow:0 1px 3px 0 hsla(var(--ec-hs),50%,.15),0 4px 8px 3px hsla(var(--ec-hs),50%,.15)}.ec-popup .ec-day-head{text-align:left;display:flex;justify-content:space-between}.ec-popup .ec-day-head a{cursor:pointer;font-size:1.5em;line-height:.8}.ec-popup .ec-events{margin:0;min-height:0;overflow:auto}.ec-extra{position:relative;height:100%;overflow:hidden;margin-left:-6.5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-now-indicator{position:absolute;z-index:1005;width:100%;border-top:2px solid var(--ec-now-indicator-color);pointer-events:none}.ec-now-indicator:before{background:var(--ec-now-indicator-color);border-radius:50%;content:"";position:absolute;height:12px;margin-top:-7px;width:12px;pointer-events:none}.ec-resizer{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ec-all-day .ec-resizer,.ec-day-grid .ec-resizer{top:0;right:0;bottom:0;width:50%;max-width:8px;cursor:ew-resize}.ec-time-grid .ec-body .ec-resizer{left:0;right:0;bottom:0;height:50%;max-height:8px;cursor:ns-resize}.ec-dragging{cursor:pointer!important}.ec-resizing-y{cursor:ns-resize!important}.ec-resizing-x{cursor:ew-resize!important}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_0eeb07{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_0eeb07{--font-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_acf54a{--font-heading:"Fraunces","Fraunces Fallback"}