:root{--screen-mobile: screen and (max-width: 48rem);--screen-tablet: screen and (max-width: 63.9375rem);--screen-desktop: screen and (min-width: 64rem);--screen-widescreen: screen and (min-width: 90rem);--screen-hd: screen and (min-width: 120rem);--screen-tablet-only: screen and (min-width: 48.0625rem) and (max-width: 63.9375rem)}.utility-bar{display:flex;width:100%;height:2rem;padding:var(--spacing-base);align-items:center;gap:var(--spacing-flex-layout-gutter);position:relative;z-index:100;background:var(--color-gradient-2-colours-1-1);transition:all .3s ease-in-out}.utility-bar .utility-bar__content{display:flex;justify-content:flex-end;align-items:center;align-content:center;gap:var(--spacing-flex-layout-spacing) var(--spacing-base);flex:1 0 0;flex-wrap:nowrap}@media screen and (max-width:63.9375rem){.utility-bar .utility-bar__content{flex-direction:column;justify-content:center;align-items:flex-start;align-content:flex-start;gap:var(--spacing-base)}}.ProseMirror{background-color:var(--mantine-color-gray-1);border:0px;min-height:70vh;max-height:75vh;overflow-y:auto}.ProseMirror p{font-size:var(--mantine-font-size-md);line-height:var(--mantine-spacing-lg);margin:0;padding:0}.mantine-Input-wrapper,.mantine-RichTextEditor-root{display:flex;flex-direction:column;height:100%}.mantine-RichTextEditor-content{flex:1;overflow:hidden}.tiptap :first-child{margin-top:0}.tiptap img{display:block}.tiptap [data-resize-handle]{position:absolute;background:#00000080;border:1px solid rgba(255,255,255,.8);border-radius:2px;z-index:10}.tiptap [data-resize-handle]:hover{background:#000c}.tiptap [data-resize-handle][data-resize-handle=top-left],.tiptap [data-resize-handle][data-resize-handle=top-right],.tiptap [data-resize-handle][data-resize-handle=bottom-left],.tiptap [data-resize-handle][data-resize-handle=bottom-right]{width:8px;height:8px}.tiptap [data-resize-handle][data-resize-handle=top-left]{top:-4px;left:-4px;cursor:nwse-resize}.tiptap [data-resize-handle][data-resize-handle=top-right]{top:-4px;right:-4px;cursor:nesw-resize}.tiptap [data-resize-handle][data-resize-handle=bottom-left]{bottom:-4px;left:-4px;cursor:nesw-resize}.tiptap [data-resize-handle][data-resize-handle=bottom-right]{bottom:-4px;right:-4px;cursor:nwse-resize}.tiptap [data-resize-handle][data-resize-handle=top],.tiptap [data-resize-handle][data-resize-handle=bottom]{height:6px;left:8px;right:8px}.tiptap [data-resize-handle][data-resize-handle=top]{top:-3px;cursor:ns-resize}.tiptap [data-resize-handle][data-resize-handle=bottom]{bottom:-3px;cursor:ns-resize}.tiptap [data-resize-handle][data-resize-handle=left],.tiptap [data-resize-handle][data-resize-handle=right]{width:6px;top:8px;bottom:8px}.tiptap [data-resize-handle][data-resize-handle=left]{left:-3px;cursor:ew-resize}.tiptap [data-resize-handle][data-resize-handle=right]{right:-3px;cursor:ew-resize}.tiptap [data-resize-state=true] [data-resize-wrapper]{outline:1px solid rgba(0,0,0,.25);border-radius:.125rem}.tiptap pre{background:#000;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;overflow-x:auto;padding:.75rem 1rem;tab-size:2;white-space:pre;word-break:normal;overflow-wrap:normal}.tiptap pre code{background:none;color:inherit;display:block;font-size:.8rem;padding:0;white-space:inherit;word-break:inherit;overflow-wrap:inherit}.tiptap pre .hljs-comment,.tiptap pre .hljs-quote{color:#616161}.tiptap pre .hljs-variable,.tiptap pre .hljs-template-variable,.tiptap pre .hljs-attribute,.tiptap pre .hljs-tag,.tiptap pre .hljs-regexp,.tiptap pre .hljs-link,.tiptap pre .hljs-name,.tiptap pre .hljs-selector-id,.tiptap pre .hljs-selector-class{color:#f98181}.tiptap pre .hljs-number,.tiptap pre .hljs-meta,.tiptap pre .hljs-built_in,.tiptap pre .hljs-builtin-name,.tiptap pre .hljs-literal,.tiptap pre .hljs-type,.tiptap pre .hljs-params{color:#fbbc88}.tiptap pre .hljs-string,.tiptap pre .hljs-symbol,.tiptap pre .hljs-bullet{color:#b9f18d}.tiptap pre .hljs-title,.tiptap pre .hljs-section{color:#faf594}.tiptap pre .hljs-keyword,.tiptap pre .hljs-selector-tag{color:#70cff8}.tiptap pre .hljs-emphasis{font-style:italic}.tiptap pre .hljs-strong{font-weight:700}.tiptap img{display:block;height:auto;margin:1.5rem 0;max-width:100%}.tiptap img.ProseMirror-selectednode{outline:3px solid var(--purple)}.tiptap button{border:1px solid lightgray;padding:5px;border-radius:2rem;font-size:small}.modal-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:9998}.modal{display:flex;flex-direction:column;box-shadow:#0000004d 0 10px 30px;background-color:#fff;border:2px solid rgb(240,240,240);border-radius:12px;position:fixed;width:30rem;max-height:80vh;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;overflow:hidden}.modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;width:100%}.modal .modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}.modal .modal-header .close-button{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s;box-shadow:none!important;height:auto}.modal .modal-header .close-button:hover{background:transparent}.modal .modal-content{padding:1rem;overflow-y:auto;width:100%}.modal .component-list{list-style:none;padding:0;margin:0;width:100%}.modal .component-list .component-item{padding:.75rem 1rem;border:1px solid #e5e7eb;margin-bottom:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500;color:#374151}.modal .component-list .component-item:hover{background-color:#f3f4f6;border-color:#d1d5db;transform:translate(4px)}.modal .component-list .component-item:last-child{margin-bottom:0}.modal input{border:1px solid}.modal button{font-size:1rem;align-items:center;height:48px;border-radius:.4rem;font-weight:600;padding:0 1.2rem;color:#ddd;border:none;cursor:pointer;box-shadow:0 .5rem 1rem #8f8e8e26!important;background:#000}.avatar-root{display:flex;-webkit-user-select:none;user-select:none;border-radius:100%;background-color:var(--color-grey-opacity-8)}.avatar-root__image{width:100%;height:100%;object-fit:cover}.avatar-root__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:100%;background-color:var(--color-gradient-2-colours-7-2)}.avatar-root__size_L{width:clamp(64px,20vw,128px);height:clamp(64px,20vw,128px);max-width:100%;max-height:100%}.avatar-root__size_M{width:clamp(40px,12vw,80px);height:clamp(40px,12vw,80px);max-width:100%;max-height:100%}.avatar-root__size_S{width:clamp(24px,7vw,45px);height:clamp(24px,7vw,45px);max-width:100%;max-height:100%}.avatar-root__size_XS{width:clamp(16px,4vw,30px);height:clamp(16px,4vw,30px);max-width:100%;max-height:100%}.l-text{color:var(--lazy-grey-opacity-black-o-0);margin-top:0;display:block}.l-text .l-text--spacing{margin-bottom:var(--spacing-3x)}.l-text[data-tag-type=textlink]{color:var(--color-button-inline-text-default);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:25%;text-underline-position:from-font}.l-text[data-tag-type=textlink]:focus{color:var(--color-button-inline-text-hover)}.l-text[data-tag-type=textlink]:hover{text-decoration:unset;color:var(--color-button-inline-text-hover)}.l-text[data-tag-type=textlink]:active{color:var(--color-button-link-text-active)}.l-text[data-tag-type=textlink]:disabled,.l-text[data-tag-type=textlink][aria-disabled=true]{color:var(--color-button-link-text-disabled);opacity:var(--opacity-32, );pointer-events:none}.t-row{display:flex;flex-direction:column;gap:var(--layout-grid-gutter);width:100%;align-items:flex-start;background:var(--color-primary-background)}.t-row--margin-width{max-width:var(--layout-min-max-9x)}.t-row-2col{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:48rem){.t-row-2col{display:flex;flex-direction:column}}.t-row-2col1colMobile{display:grid;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:64rem){.t-row-2col1colMobile{grid-template-columns:repeat(2,1fr)}}.t-row-3col{display:grid;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:48rem){.t-row-3col{display:flex;flex-direction:column}}.t-row-3col1colMobile{display:grid;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:64rem){.t-row-3col1colMobile{grid-template-columns:repeat(3,1fr)}}.t-row-3colLeftFeature{display:grid;grid-template-columns:1fr 1fr}.t-row-3colLeftFeature :first-child{grid-column:span 2}@media screen and (min-width:64rem){.t-row-3colLeftFeature{grid-template-columns:4fr 2fr 2fr}.t-row-3colLeftFeature :first-child{grid-column:unset}}.t-row-3colRightFeature{display:grid;grid-template-columns:1fr 1fr}.t-row-3colRightFeature :nth-child(3){grid-column:span 2}@media screen and (min-width:64rem){.t-row-3colRightFeature{grid-template-columns:2fr 2fr 4fr}.t-row-3colRightFeature :nth-child(3){grid-column:unset}}.t-row-4col1colMobile{display:grid;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:64rem){.t-row-4col1colMobile{grid-template-columns:repeat(4,1fr)}}.t-row-4col2colMobile{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:64rem){.t-row-4col2colMobile{grid-template-columns:repeat(4,1fr)}}.t-row-6col1colMobile{display:grid;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:64rem){.t-row-6col1colMobile{grid-template-columns:repeat(6,1fr)}}.t-row-6col2colMobile{display:flex;flex-direction:column}@media screen and (min-width:64rem){.t-row-6col2colMobile{display:grid;grid-template-columns:repeat(6,1fr)}}.t-row--align-left{align-self:start}.t-row--align-center{align-self:center;justify-content:center;align-items:center}.t-row--align-right{align-self:self-end;align-items:flex-end}.t-section{display:flex;background:var(--color-primary-background)}.t-section--inner{display:flex;flex-direction:column;width:100%;padding:var(--layout-grid-vertical-spacing) var(--layout-grid-margin);margin:0 auto;gap:var(--spacing-flex-layout-spacing)}.t-section--no-bg{background:none}
