@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap";@media (hover: hover){.RoundMoreIcon:hover rect,.RoundMoreIcon._hover rect{opacity:.134}}@media (hover: none){.RoundMoreIcon:active rect{opacity:.134}}.RoundMoreIcon rect{transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.ProgressBar{position:relative;z-index:1;display:inline-flex;box-sizing:border-box;width:100%;height:8px;padding:0 4px}.ProgressBar-label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;flex-grow:1;font-weight:600;font-size:8px;line-height:8px;transform:translateY(-.5px);user-select:none;cursor:inherit}.ProgressBar-label .Icon{vertical-align:middle}.ProgressBar-bar{position:absolute;z-index:-1;left:0;top:0;height:100%;border-radius:8px;background:var(--main_color);transition:width .1s cubic-bezier(.165,.84,.44,1)}.ProgressBar._clickable{cursor:pointer}.ProgressBar._transform_optimization .ProgressBar-label{flex-grow:0}.ProgressBar._mute{opacity:.2}@keyframes spinner-keyframes{to{transform:rotate(360deg)}}.Spinner{position:relative;display:inline-block;width:20px;height:20px}.Spinner:after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid currentColor;opacity:.3}.Spinner:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid transparent;border-top-color:currentColor;animation:spinner-keyframes .7s linear infinite}.SplashSpinner{width:100vw;height:90vh;padding:64px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.ModalsContainer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;z-index:5000;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ModalsContainer:has(.Paywall){z-index:8000}.ModalOverlay{height:100vh;height:var(--windowHeight, 100vh);background:#0009;overflow:scroll}.Modal-wrapper{position:absolute;visibility:hidden;width:100%;height:100%;overflow:hidden;opacity:0;flex-grow:1}.Modal-wrapper._visible{position:static;visibility:visible;opacity:1;max-height:auto}.CelebrationModal{position:relative;margin:0 auto;width:-moz-fit-content;width:fit-content;overflow:visible;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CelebrationModal-img{display:block;margin:0 auto;min-width:40vw;max-width:50vw;min-height:300px;max-height:90vh;-o-object-fit:contain;object-fit:contain}.CelebrationModal-attribution{opacity:.5;display:block;margin:0 auto;position:absolute;bottom:-34px;left:calc(50% - 30px)}.CelebrationModal-attribution-giphy{width:60px}.CelebrationModal-attribution:hover{opacity:1}.ClimbModalUpperHeader{display:flex;align-items:center;justify-content:space-between;background-color:var(--climb_color);box-sizing:border-box;padding:16px 12px 0 16px;margin-bottom:10px;padding-top:env(safe-area-inset-top)}@media (min-width: 600px){.ClimbModalUpperHeader{padding:12px 60px;justify-content:center}}.ClimbModalUpperHeader-icon_title_wrap{display:flex;align-items:center}.ClimbModalUpperHeader-icon{font-size:32px;margin-right:8px;color:#fff;background-color:var(--climb_color)}.ClimbModalUpperHeader-text{padding:7px 0;font-weight:600;font-size:14px;line-height:20px;color:#fff}@media (min-width: 600px){.ClimbModalUpperHeader-text{font-size:16px}}.ClimbProgressDot{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;color:var(--main_color);outline:none;background:transparent;border:none;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.15;cursor:pointer;transition:opacity .2s linear}.ClimbProgressDot-dot{width:8px;height:8px;margin:4px;box-sizing:border-box;background:var(--inversed_background);border-radius:50%;transition:transform .2s cubic-bezier(.165,.84,.44,1)}.ClimbProgressDot._current,.ClimbProgressDot._done{opacity:1}.ClimbProgressDot._current._pressed,.ClimbProgressDot._done._pressed,.ClimbProgressDot._pressed{opacity:.5}.ClimbProgressDot._done .ClimbProgressDot-dot{width:8px;height:8px;margin:3px;border:2px solid var(--inversed_background);background:var(--inversed_background)}.ClimbProgressDot._current .ClimbProgressDot-dot{width:16px;height:16px;margin:0;border:2px solid var(--inversed_background);background:transparent}.ClimbProgressDot._current._done .ClimbProgressDot-dot{width:16px;height:16px;margin:0;border:2px solid var(--inversed_background);background:var(--inversed_background)}.ClimbProgressDot:hover .ClimbProgressDot-dot{transform:scale(2.1)}.ClimbProgressDot._current:hover{cursor:default}.ClimbProgressDot._current:hover .ClimbProgressDot-dot{transform:scale(1);transition:none}.IconButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;display:inline-flex;vertical-align:bottom;justify-content:center;align-items:center;flex-shrink:0}.IconButton .Icon{border-radius:4px;opacity:.3;transition:opacity .25s cubic-bezier(.165,.84,.44,1);transform:translateZ(0)}@media (hover: hover){.IconButton .Icon:hover,.IconButton .Icon._hover{opacity:1}}@media (hover: none){.IconButton .Icon:active{opacity:1}}.IconButton:disabled .Icon:hover{opacity:.3;cursor:auto}.IconButton._withHover:hover .Icon{background-color:#0000000d}*.theme_dark .IconButton._withHover:hover .Icon{background-color:#ffffff26}.IconButton._active .Icon{opacity:1}.IconButton._variant_blue{color:#0038ff}.IconButton._variant_blue .Icon{opacity:1}.IconButton._variant_black{color:#000}.IconButton._variant_black .Icon{opacity:1}*.theme_dark .IconButton._variant_black{color:#fff}.StandartModal{position:relative;margin:0 auto;max-width:824px;background:var(--main_background);cursor:auto}.StandartModal-close_button{position:absolute;top:36px;right:32px}.StandartModal-close_button .Icon{opacity:1}.StandartModal-title{padding-top:30px;padding-left:32px;margin-bottom:16px;font-weight:400;font-size:16px;line-height:20px;color:#e3631b}.StandartModal-body{padding:0 32px 40px}.StandartModal-footer{position:sticky;bottom:0;padding:20px 24px;background:var(--main_background);border-top:1px solid rgba(0,0,0,.15)}*.theme_dark .StandartModal-footer{border-top:1px solid rgba(104,104,104,.4)}.TextButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;background:transparent;border:none;position:relative;display:inline-flex;align-items:center;padding:4px 8px;text-decoration:inherit;color:var(--main_color);border-radius:4px;transition:all .25s cubic-bezier(.165,.84,.44,1);line-height:100%}.TextButton .Spinner{opacity:0;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.TextButton>.Icon{margin-right:9px}.TextButton-content>.Icon{margin-right:9px}.TextButton._disabled{opacity:.5}.TextButton._progress .Spinner{opacity:1}.TextButton._progress .TextButton-content{opacity:0}.TextButton-content{display:inline-block}@media (hover: hover){.TextButton:not(:disabled):hover,.TextButton:not(:disabled)._hover{background-color:#0000000d;color:#333}}@media (hover: none){.TextButton:not(:disabled):active{background-color:#0000000d;color:#333}}.TextButton:disabled{cursor:default}.TextButton s{background-image:linear-gradient(#000,#000);background-repeat:no-repeat;background-position:0% 55%;background-size:100% 2px;text-decoration:none}@media (hover: hover){*.theme_dark .TextButton:not(:disabled):hover,*.theme_dark .TextButton:not(:disabled)._hover{background-color:#ffffff26;color:#eee}}@media (hover: none){*.theme_dark .TextButton:not(:disabled):active{background-color:#ffffff26;color:#eee}}*.theme_dark .TextButton s{background-image:linear-gradient(#fff,#fff)}.ClimbSettingsModal.StandartModal{max-width:924px}.ClimbSettingsModal .TextButton-content{display:inline-flex;align-items:inherit}.ClimbSettingsModal-footer_button{line-height:12px}.ClimbSettingsModal-footer_button .TextButton-content>.Icon{margin-right:6px}.ClimbSettingsModal-supertitle{display:flex;height:56px;padding:0 59px;align-items:center;justify-content:center;background:var(--climb_color)}.ClimbSettingsModal-supertitle-icon{font-size:31px;margin-right:14px;color:#fff;background:var(--climb_color)}.ClimbSettingsModal-supertitle-text{font-weight:600;font-size:16px;line-height:20px;color:#fff}.ClimbSettingsModal-settings_row{display:flex;justify-content:flex-start;padding:30px 100px 30px 0;border-top:1px solid #ebebeb}*.theme_dark .ClimbSettingsModal-settings_row{border-top:1px solid #444}.ClimbSettingsModal-settings_row-title{margin-top:3px;flex:0 0 200px;font-weight:600;line-height:20px}.ClimbSettingsModal-settings_description{margin-top:16px;padding-left:10px;opacity:.4;line-height:24px}.ClimbSettingsModal .StandartModal-body{padding:0 50px 40px}.ClimbSettingsModal .StandartModal-close_button{margin-top:56px}.Button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;position:relative;display:inline-block;padding:6px 24px;box-sizing:border-box;font-weight:600;font-size:16px;text-decoration:none;text-align:center;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Button:focus-visible{box-shadow:0 0 0 2px #357cf4;outline:none}.Button-spinner_wrap{opacity:0;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.Button-content{display:flex;align-items:center;justify-content:center}@media (hover: hover){.Button:hover,.Button._hover{transition:none}}.Button._progress .Button-spinner_wrap{opacity:1}.Button._progress .Button-content{opacity:0}.Button._disabled{cursor:default}.Button._size_small{padding:5px 22px 6px}.Button._size_small._shape_circle{padding:5px}.Button._size_large{padding:12px 30px;font-weight:400;font-size:18px;line-height:22px}.Button._size_large._shape_box{border-radius:6px}.Button._size_large._shape_circle{padding:8px;width:40px;height:40px}.Button._shape_box{border-radius:5px}.Button._shape_circle{width:32px;height:32px;padding:6px;border-radius:100%}.Button._variant_black{background:var(--inversed_background);color:var(--inversed_color);border:1px solid var(--inversed_background)}@media (hover: hover){.Button._variant_black:hover,.Button._variant_black._hover{opacity:.75}}.Button._variant_black:active{opacity:.6}.Button._variant_black._disabled{opacity:.5}.Button._variant_black-outlined{border:1px solid #d7d7d7;background:var(--main_background)}@media (hover: hover){.Button._variant_black-outlined:hover,.Button._variant_black-outlined._hover{border:1px solid var(--inversed_background)}}.Button._variant_black-outlined:active{color:#000;border:1px solid var(--inversed_background);background:#e4e4e4e6}.Button._variant_black-outlined._disabled{border:1px solid #999;background:var(--main_background);color:rgba(var(--main_color_rgb),.25)}*.theme_dark .Button._variant_black-outlined:active{background:#e4e4e4}*.theme_dark .Button._variant_black-outlined._disabled{background:var(--main_background);border-color:#ffffff40;color:rgba(var(--main_color_rgb),.25)}.Button._variant_blue{background:#357cf41a;color:#357cf4}@media (hover: hover){.Button._variant_blue:hover,.Button._variant_blue._hover{background:#357cf433}}.Button._variant_blue:active{background:#357cf440}.Button._variant_blue._disabled{color:#357cf44d;background:#357cf41a}*.theme_dark .Button._variant_blue{background:#357cf44d;color:#0085ff}@media (hover: hover){*.theme_dark .Button._variant_blue:hover,*.theme_dark .Button._variant_blue._hover{background:#357cf480}}*.theme_dark .Button._variant_blue:active{background:#357cf466}*.theme_dark .Button._variant_blue._disabled{color:#0085ff4d;background:#357cf466}.Button._variant_accent-blue{background:#357cf4;color:#fff}@media (hover: hover){.Button._variant_accent-blue:hover,.Button._variant_accent-blue._hover{background:#002abf}}.Button._variant_accent-blue:active{background:#002091}.Button._variant_accent-blue._disabled{color:#357cf44d;background:#357cf41a}*.theme_dark .Button._variant_accent-blue{background:#357cf4;color:#fff}@media (hover: hover){*.theme_dark .Button._variant_accent-blue:hover,*.theme_dark .Button._variant_accent-blue._hover{background:#002abf}}*.theme_dark .Button._variant_accent-blue:active{background:#002090}*.theme_dark .Button._variant_accent-blue._disabled{color:#0085ff4d;background:#357cf44d}.Button._variant_accent-gold{background:linear-gradient(#ffe1a6,#ffbf40);color:#000;text-shadow:0px 2px 3px rgba(255,255,102,.4)}@media (hover: hover){.Button._variant_accent-gold:hover,.Button._variant_accent-gold._hover{background:#ffc95e}}.Button._variant_accent-gold:active{background:#ffc95e}.Button._variant_accent-gold._disabled{border:1px solid #999;background:var(--main_background);color:rgba(var(--main_color_rgb),.25)}.Button._variant_blue-outlined{border:1px solid rgba(53,124,244,.41);background:transparent;color:#357cf4}@media (hover: hover){.Button._variant_blue-outlined:hover,.Button._variant_blue-outlined._hover{border:1px solid rgba(53,124,244,.41)}}.Button._variant_blue-outlined:active{border:1px solid #357cf4;background:#357cf41a}.Button._variant_blue-outlined._disabled{border-color:#357cf440;background:transparent;color:#357cf44d}*.theme_dark .Button._variant_blue-outlined{border:1px solid rgba(0,133,255,.62);background:transparent;color:#0085ff}@media (hover: hover){*.theme_dark .Button._variant_blue-outlined:hover,*.theme_dark .Button._variant_blue-outlined._hover{border:1px solid #0085ff}}*.theme_dark .Button._variant_blue-outlined:active{border:1px solid #0085ff;background:#0085ff5c}*.theme_dark .Button._variant_blue-outlined._disabled{border-color:#357cf440;background:transparent;color:#357cf44d}.Button._variant_gray{color:var(--main_color);background:#f6f6f6}@media (hover: hover){.Button._variant_gray:hover,.Button._variant_gray._hover{background:#e4e4e4}}.Button._variant_gray:active{background:#c1c1c1}.Button._variant_gray._disabled{background:#eaeaea;color:#0000004d}*.theme_dark .Button._variant_gray{background:#2d2d2d}@media (hover: hover){*.theme_dark .Button._variant_gray:hover,*.theme_dark .Button._variant_gray._hover{background:#404040}}*.theme_dark .Button._variant_gray:active{background:#404040}*.theme_dark .Button._variant_gray._disabled{background:#404040;color:#fff3}.Button._disabled svg{filter:grayscale(1)}@keyframes Checkbox_check{0%{stroke-dashoffset:17}to{stroke-dashoffset:0}}@keyframes Checkbox_uncheck{0%{stroke-dashoffset:0}to{stroke-dashoffset:17}}.Checkbox{display:inline-block;margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none}.Checkbox-box{position:relative;box-sizing:border-box;padding:2px;transition:background var(--animation_duration) cubic-bezier(.165,.84,.44,1);transition-property:background,transform;color:var(--inversed_color);border:1px solid rgba(var(--inversed_background_rgb),.17);border-radius:3px;background:var(--Checkbox-background_color, transparent);border-color:var(--Checkbox-border_color, rgba(var(--inversed_background_rgb), .17))}.Checkbox-box:before{content:"";position:absolute;cursor:pointer;top:-6px;right:-6px;bottom:-6px;left:-6px}.Checkbox:hover .Checkbox-box{background:var(--Checkbox-hover_background_color, rgba(var(--inversed_background_rgb), .07))}.Checkbox._disabled:hover .Checkbox-box{background:transparent}.Checkbox:active .Checkbox-box{transform:scale(1.1)}.Checkbox._checked .Checkbox-box,.Checkbox._mixed .Checkbox-box,.Checkbox._checked .Checkbox-box:hover,.Checkbox._mixed .Checkbox-box:hover{background:var(--Checkbox-background_color, var(--inversed_background))}.Checkbox._checked .Checkbox-box._disabled,.Checkbox._checked .Checkbox-box._disabled:hover,.Checkbox._mixed .Checkbox-box._disabled,.Checkbox._mixed .Checkbox-box._disabled:hover{opacity:.5;background:#999}.Checkbox._checked._accent .Checkbox-box{background-color:#357cf4;border-color:#357cf4;color:#fff}.Checkbox._checked._disabled .Checkbox-box,.Checkbox._checked._disabled .Checkbox-box:hover{opacity:.2;background:#999}.Checkbox._size_xxl .Checkbox-box{width:24px;height:24px}.Checkbox._size_xl .Checkbox-box{width:20px;height:20px}.Checkbox._size_s .Checkbox-box{width:16px;height:16px}.Checkbox._size_xs .Checkbox-box{width:10px;height:10px;border-radius:3px}.Checkbox._disabled{cursor:inherit}.Checkbox._disabled .Checkbox-box{transform:none;opacity:.2;border-color:#999}*.theme_dark .Checkbox._disabled .Checkbox-box{border-color:#919191}.Checkbox._disabled .Checkbox-box:hover{background:transparent}.Checkbox .Checkbox-svg_check{display:block}.Checkbox .Checkbox-svg_mixed{display:none}.Checkbox._checked .Checkbox-svg_check{display:block}.Checkbox._checked .Checkbox-svg_mixed,.Checkbox._mixed .Checkbox-svg_check{display:none}.Checkbox._mixed .Checkbox-svg_mixed{display:block}.Checkbox-svg_check{position:absolute}.Checkbox-svg_mixed{position:absolute;top:6px;left:3px}.Checkbox._size_xxl .Checkbox-svg_mixed{top:8px;left:5px}.Checkbox._size_xxl .Checkbox-svg_check{top:5px;left:1px}.Checkbox._size_xl .Checkbox-svg_check{top:4px;left:1px}.Checkbox._size_s .Checkbox-svg_check{top:2.4px;left:2px;width:12px}.Checkbox._size_xs .Checkbox-svg_check{top:-1px;left:-1px;width:100%}.Checkbox-svg_check_path{stroke-dasharray:17}.Checkbox.animation-enter .Checkbox-svg_check_path{stroke-dashoffset:17}.Checkbox.animation-enter-active .Checkbox-svg_check_path{animation:Checkbox_check var(--animation_duration) cubic-bezier(.165,.84,.44,1) forwards}.Checkbox.animation-enter-done .Checkbox-svg_check_path{stroke-dashoffset:0}.Checkbox.animation-exit .Checkbox-svg_check_path{stroke-dashoffset:0;stroke-dashoffset:17}.Checkbox.animation-exit-done .Checkbox-svg_check_path{stroke-dashoffset:17}.Checkbox.animation-exit-active .Checkbox-svg_check_path{animation:Checkbox_uncheck var(--animation_duration) cubic-bezier(.165,.84,.44,1) forwards;stroke-dashoffset:17}.ContextMenu{min-width:200px;padding:8px 0;border-radius:4px;background-color:#1b1b1b!important;box-shadow:0 2px 9px #00000059;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style-type:none}.ContextMenu hr{margin:8px 0;border-width:1px 0 0 0;border-style:solid;border-color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ContextMenu::-webkit-scrollbar{width:12px}.ContextMenu::-webkit-scrollbar-thumb,.ContextMenu::-webkit-scrollbar-track{background-color:transparent}.ContextMenu::-webkit-scrollbar-thumb{border:1px solid transparent;box-shadow:inset 0 0 0 5px transparent;border-radius:7px}.ContextMenu:hover::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 6px #aaa}.ContextMenu:focus-visible{outline:none}.Menu-floating{max-height:calc(100vh - 10px);position:absolute;top:0;left:0;overflow:auto;z-index:5000;border:1px solid var(--column_separator_color)}body.theme_dark .Menu-floating{border-color:#666;border-radius:8px}.Menu-target{cursor:pointer}.Menu-interactive_item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;outline:none;background:transparent;border:none;position:relative;display:flex;width:100%;padding:4px 14px;align-items:center;gap:8px;font-size:14px;line-height:24px;text-align:left;color:var(--main_color);user-select:none}.Menu-interactive_item:hover{background:#a4a4a41a;color:var(--main_color)}.Menu-interactive_item:focus{background:#a4a4a41a;color:var(--main_color)}.Menu-interactive_item:focus-visible{background:#a4a4a41a;color:var(--main_color)}.Menu-interactive_item._disabled{cursor:default;color:#fff6}.Menu-interactive_item._disabled:hover{color:#fff6;background:transparent}.Menu-item{font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Menu-item._disabled,.Menu-item._disabled:hover{color:#616161}.Menu-title{padding:4px 12px 4px 14px;font-size:12px;text-transform:uppercase;letter-spacing:.5px;line-height:19px;-webkit-user-select:none;-moz-user-select:none;color:#616161;font-weight:600;user-select:none}.Menu-title._clickable{cursor:pointer}.Menu-title._clickable:hover{background:#a4a4a41a}.Menu-sub_menu_back_title_button{position:relative;display:flex;align-items:center;padding-left:28px}.Menu-sub_menu_back_title_button-arrow{position:absolute;top:0;left:4px;pointer-events:none}.Menu-button-spinner{position:absolute;top:0;left:0;right:0;bottom:0;background:#1b1b1b;display:flex;justify-content:center;align-items:center}.Menu-button-expand_arrow{position:absolute;top:4px;right:0;margin:0;color:#616161}.Menu-button._loading{cursor:default}.Menu-button._loading:focus,.Menu-button._loading:focus-within,.Menu-button._loading:hover{background:transparent}.Menu-link{text-decoration:none}.Menu-text{padding:4px 12px 4px 14px;-webkit-user-select:inherit;-moz-user-select:inherit;user-select:inherit;white-space:inherit;font-size:12px;line-height:15px;cursor:default}.Menu-text .Link{color:inherit;text-decoration:underline}.Menu-text .Link:hover{color:var(--main_color)}.Menu-text._error{color:#ff5050}.Menu-switcher{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.Menu-switcher._disabled{cursor:default}.Menu-switcher-content_wrap{display:flex;align-items:center;gap:8px}.Menu-switcher .Switcher{margin-left:14px}.Menu-select{line-height:20px;cursor:pointer}.Menu-select-checkmark{right:12px;position:absolute}.Menu-checkbox{gap:12px;line-height:20px;cursor:pointer}.Switcher{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;width:37px;padding:2px;background:#a4a4a4;border-radius:20px}.Switcher._disabled{cursor:default;background:#c1c1c1}.Switcher._switched{background:#0075ff}.Switcher._switched._disabled{background:#0075ff40}.Switcher-control{width:16px;height:16px;border-radius:50%;background:#fff;transition:all .25s cubic-bezier(.165,.84,.44,1)}*.theme_dark .Switcher-control{background:#ccc}.Switcher._switched .Switcher-control{transform:translate(17px)}*.theme_dark .Switcher._switched .Switcher-control{background:#fff}*.theme_dark .Switcher._disabled .Switcher-control{background:#a6a6a6}*.theme_dark .Switcher._disabled._switched .Switcher-control{background:#ffffff40}*.theme_dark .Switcher,*.theme_dark .Switcher._disabled{background:#4b4b4b}*.theme_dark .Switcher._switched{background:#0075ff}*.theme_dark .Switcher._switched._disabled{background:#0075ff80}.Editor .ql-bubble .ql-editor pre.ql-syntax{font-family:IBM Plex Mono,monospace;margin-bottom:16px;margin-top:16px;font-size:15px;line-height:1.6em;padding:16px;color:#4d4d4c;background:#c1b08314}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-comment,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-quote{color:#8e908c}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-variable,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-template-variable,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-tag,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-name,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-id,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-class,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-regexp,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-deletion{color:#c82829}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-number,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-built_in,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-builtin-name,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-literal,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-type,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-params,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-meta,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-link{color:#f5871f}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-attribute{color:#eab700}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-string,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-symbol,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-bullet,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-addition{color:#718c00}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-title,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-section{color:#4271ae}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-keyword,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-tag{color:#8959a8}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-emphasis{font-style:italic}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-strong{font-weight:700}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax{color:#ccc;background:#2d2d2d}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-comment,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-quote{color:#999}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-variable,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-template-variable,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-tag,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-name,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-id,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-class,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-regexp,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-deletion{color:#f2777a}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-number,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-built_in,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-builtin-name,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-literal,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-type,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-params,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-meta,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-link{color:#f99157}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-attribute{color:#fc6}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-string,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-symbol,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-bullet,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-addition{color:#9c9}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-title,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-section{color:#69c}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-keyword,*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-tag{color:#c9c}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-emphasis{font-style:italic}*.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-strong{font-weight:700}.image-loading{background:#a4a4a41a}.image-loading .imageBlot-content{filter:blur(5px);opacity:.3}.image-loading:before{content:"";box-sizing:border-box;grid-row:1;grid-column:1;margin:auto;width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.3);border-top-color:currentColor;z-index:1;animation:image-loading-spinner .7s linear infinite}*.theme_dark .image-loading:before{border:2px solid rgba(255,255,255,.3);border-top-color:currentColor}@keyframes image-loading-spinner{to{transform:rotate(360deg)}}.imageBlot-preloaded_content{position:relative;left:0;top:0}.FileBlot-loader{position:absolute;left:0;top:0;background:#fff;width:100%;border-radius:2px}.FileBlot-loader-progress{transition:all .2s ease-out;background:#f1f1f1;height:100%;border-radius:2px}*.theme_dark .FileBlot-loader{background:var(--main_background)}*.theme_dark .FileBlot-loader-progress{background:#0f0f0f}.Tooltip{--main_color: #fff;--main_background: #000;--main_color_rgb: 255, 255, 255;--main_background_rgb: 0, 0, 0;color:var(--main_color);background:var(--main_background);font-size:12px;padding:3px 5px;border-radius:4px;box-shadow:0 2px 5px #00000040;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}*.theme_dark .Tooltip{--main_color: #000;--main_background: #fff;--main_color_rgb: 0, 0, 0;--main_background_rgb: 255, 255, 255}.Tooltip-hotkey{padding:2px 4px;border:1px solid rgba(var(--main_color_rgb),.5);opacity:.7;border-radius:4px;font-size:12px;margin-left:6px;line-height:1;display:inline-block}.WithTooltip{display:inline-flex;position:relative}.WithTooltip-popover{position:absolute;z-index:5001;pointer-events:none}body:has(.Menu-floating) .WithTooltip-popover{display:none}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*//*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.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;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9: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 .ql-video{display:block;max-width:100%}.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{direction:rtl;text-align:inherit}.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-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}@keyframes check{0%{opacity:0}to{opacity:1}}.Editor .ql-container{font-family:inherit;font-size:inherit}.Editor .ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.Editor .ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:hidden}.Editor .ql-bubble .ql-editor h2{font-size:22px;line-height:28px;margin-top:24px;font-weight:500}.Editor .ql-bubble .ql-editor h2 .mention{padding:1px 6px}@media (max-width: 600px){.Editor .ql-bubble .ql-editor h2{margin-top:18px}}.Editor .ql-bubble .ql-editor h3{font-size:24px;line-height:28px}@media (max-width: 600px){.Editor .ql-bubble .ql-editor h3{font-size:16px;line-height:19px}}.Editor .ql-bubble .ql-editor a{color:#0075ff;white-space:normal}.Editor .ql-bubble .ql-editor a:hover{color:#0038ff}.Editor .ql-bubble .ql-editor a:visited{color:#0075ff}.Editor .ql-bubble .ql-editor a:visited:hover{color:#0038ff}*.theme_dark .Editor .ql-bubble .ql-editor a{color:#00c2ff}*.theme_dark .Editor .ql-bubble .ql-editor a:hover{color:#c5b386}*.theme_dark .Editor .ql-bubble .ql-editor a:visited{color:#00c2ff}.Editor .ql-bubble .ql-editor .highlight{margin:-1px;padding:1px;border-radius:4px}.Editor .ql-bubble .ql-editor .highlight .mention{color:inherit}.Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow]{color:#5c5220;background-color:#ecce3233}.Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow] .mention{background-color:#ecce3233}.Editor .ql-bubble .ql-editor .highlight[data-highlight=red]{color:#52212b;background-color:#df496d33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=red] .mention{background-color:#df496d33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=green]{color:#3f5118;background-color:#92ce1433}.Editor .ql-bubble .ql-editor .highlight[data-highlight=green] .mention{background-color:#92ce1433}.Editor .ql-bubble .ql-editor .highlight[data-highlight=blue]{color:#1b375a;background-color:#278dea33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=blue] .mention{background-color:#278dea33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=purple]{color:#3b2859;background-color:#955be033}.Editor .ql-bubble .ql-editor .highlight[data-highlight=purple] .mention{background-color:#955be033}.Editor .ql-bubble .ql-editor .highlight[data-highlight=orange]{color:#59301c;background-color:#f2713a33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=orange] .mention{background-color:#f2713a33}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow]{color:#f5ebb4;background-color:#ecce324d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow] .mention{background-color:#ecce3233}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=red]{color:#e9b8c4;background-color:#df496d4d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=red] .mention{background-color:#df496d33}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=green]{color:#d8eaa9;background-color:#92ce144d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=green] .mention{background-color:#92ce1433}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=blue]{color:#b0d0f3;background-color:#278dea4d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=blue] .mention{background-color:#278dea33}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=purple]{color:#d0beee;background-color:#955be04d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=purple] .mention{background-color:#955be033}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=orange]{color:#f1c8b3;background-color:#f2713a4d}*.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=orange] .mention{background-color:#f2713a33}.Editor .ql-bubble .ql-editor .FileBlot a,.Editor .ql-bubble .ql-editor .FileBlot a:hover,.Editor .ql-bubble .ql-editor .FileBlot a:active,.Editor .ql-bubble .ql-editor .FileBlot a:visited,.Editor .ql-bubble .ql-editor .FileBlot a:visited:hover{color:currentColor}.Editor .ql-container.ql-bubble.ql-disabled{-webkit-user-select:text;-moz-user-select:text;user-select:text}.Editor .ql-container.ql-bubble.ql-disabled .EmbedBlot-deleteButton{display:none;cursor:pointer}.Editor .ql-container.ql-bubble.ql-disabled .imageBlot:hover,*.theme_dark .Editor .ql-container.ql-bubble.ql-disabled .imageBlot:hover{background:none}.Editor .ql-container.ql-bubble.ql-disabled .task:before{cursor:initial;pointer-events:none;transition:none}.Editor .ql-container.ql-bubble.ql-disabled .task:hover:before{transform:none;background-color:none}.Editor .ql-editor{--line_height: 1.5;font-size:inherit;line-height:var(--line_height);padding:0;color:inherit;background:none;min-height:200px;overflow:visible}.Editor .ql-editor s{text-decoration-color:var(--main_color);color:#999}.Editor .ql-editor ul,.Editor .ql-editor ol{padding:0;margin:16px 0 32px 12px;list-style:none}.Editor .ql-editor li:not(.ql-direction-rtl){position:relative;padding-left:18px;margin-bottom:10px;line-height:24px}.Editor .ql-editor ul{position:relative}.Editor .ql-editor ul li:before{content:"";position:absolute;left:22px;top:10px;width:5px;height:5px;opacity:.2;background-color:var(--main_color);border-radius:50%}.Editor .ql-editor ol{counter-reset:list}.Editor .ql-editor ol li:before{content:counter(list);counter-increment:list;position:absolute;left:10px;font-size:14px;line-height:25px;opacity:.6}.Editor .ql-editor .EmbedBlot{position:relative}.Editor .ql-editor .EmbedBlot-deleteButton{position:absolute;top:-12px;right:-12px;width:24px;height:24px;background-color:#c1c1c1;border-radius:12px;border-style:solid;border-width:2px;border-color:var(--main_background);cursor:initial;background-image:url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' width='10' height='1.4' transform='rotate(45 1 0)' fill='white'/%3E%3Crect y='7.07129' width='10' height='1.4' transform='rotate(-45 0 7.07129)' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:6px 6px;transition:all .3s;cursor:pointer}.Editor .ql-editor .EmbedBlot-deleteButton._hidden{opacity:0}.Editor .ql-editor .EmbedBlot-deleteButton:hover{background-color:#9aa3b0;opacity:1}*.theme_dark .Editor .ql-editor .EmbedBlot-deleteButton{background-color:#6f6f6f}*.theme_dark .Editor .ql-editor .EmbedBlot-deleteButton:hover{background-color:#929292}.Editor .ql-editor .EmbedBlot:hover .EmbedBlot-deleteButton{opacity:1}.Editor .ql-editor .imageBlot{position:relative;display:grid;min-height:40px;width:100%;padding:0;line-height:0;text-align:center;cursor:default;transition:all .5s;border-radius:4px}.Editor .ql-editor .imageBlot:hover{background:#a4a4a41a}*.theme_dark .Editor .ql-editor .imageBlot:hover{background:#a4a4a408}.Editor .ql-editor .imageBlot img{border-radius:4px;max-height:80vh;transition:all .5s;margin:auto}@media (max-width: 600px){.Editor .ql-editor .imageBlot img{max-height:none}}.Editor .ql-editor .imageBlot>*{grid-row:1;grid-column:1;margin:auto}.Editor .ql-editor .FileBlot{display:block;position:relative;min-height:80px;width:100%;background:#f1f1f1;border-radius:4px;border:2px solid #f1f1f1;margin-bottom:16px;margin-top:8px;transition:all .5s}.Editor .ql-editor .FileBlot:hover{background:#ebebeb;border-color:#ebebeb;transition:none}.Editor .ql-editor .FileBlot a{text-decoration:none;display:block;position:relative;color:currentColor;font-size:inherit;line-height:24px;padding:14px 14px 14px 78px}.Editor .ql-editor .FileBlot a .FileBlot-icon,.Editor .ql-editor .FileBlot a .FileBlot-iconExt{position:absolute;left:14px;top:14px;width:48px;height:48px;overflow-x:visible}.Editor .ql-editor .FileBlot a .FileBlot-icon{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 38 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.143066 0H27.2691L37.8574 10.6667V48H0.143066V0Z' fill='%23CFD3D6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1263 20.4499C22.8571 19.1807 20.7993 19.1807 19.5301 20.4499L12.4591 27.521C10.4088 29.5713 10.4088 32.8954 12.4591 34.9456C14.5093 36.9959 17.8334 36.9959 19.8837 34.9456L27.6619 27.1675C27.9548 26.8746 28.4296 26.8746 28.7225 27.1675C29.0154 27.4604 29.0154 27.9352 28.7225 28.2281L20.9444 36.0063C18.3083 38.6423 14.0345 38.6423 11.3984 36.0063C8.76238 33.3703 8.76238 29.0964 11.3984 26.4604L18.4695 19.3893C20.3245 17.5343 23.332 17.5343 25.187 19.3893C27.042 21.2443 27.042 24.2518 25.187 26.1068L18.1159 33.1779C17.042 34.2518 15.3008 34.2518 14.2268 33.1779C13.1529 32.1039 13.1529 30.3627 14.2268 29.2888L21.2979 22.2177C21.5908 21.9248 22.0657 21.9248 22.3586 22.2177C22.6515 22.5106 22.6515 22.9855 22.3586 23.2784L15.2875 30.3494C14.7993 30.8376 14.7993 31.6291 15.2875 32.1172C15.7757 32.6054 16.5671 32.6054 17.0553 32.1172L24.1263 25.0461C25.3955 23.7769 25.3955 21.7192 24.1263 20.4499Z' fill='%23A5ABB4'/%3E%3Cpath d='M27.5713 0L37.857 10.2857H27.5713V0Z' fill='%239AA3B0'/%3E%3C/svg%3E%0A")}.Editor .ql-editor .FileBlot a .FileBlot-iconExt{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 38 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.143066 0H27.2691L37.8574 10.6667V48H0.143066V0Z' fill='%23CFD3D6'/%3E%3Cpath d='M27.5713 0L37.857 10.2857H27.5713V0Z' fill='%239AA3B0'/%3E%3C/svg%3E%0A")}.Editor .ql-editor .FileBlot a .FileBlot-extension{position:relative;font-size:11px;background:#707a89;padding:1px 3px 1px 4px;color:#fff;letter-spacing:1px;margin-right:-30px;top:19px;left:1px}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=DOC]{background-color:#3f72ae}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=XLS],.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=CSV]{background-color:#6d9836}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=PPT]{background-color:#e3631b}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=KEY]{background-color:#3f72ae}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=PDF]{background-color:#cb2830}.Editor .ql-editor .FileBlot a .FileBlot-details{font-size:14px;color:#565a6299}*.theme_dark .Editor .ql-editor .FileBlot{background:#0f0f0f;border-color:#0f0f0f}*.theme_dark .Editor .ql-editor .FileBlot:hover{background:#080808;border-color:#080808;transition:none}*.theme_dark .Editor .ql-editor .FileBlot a .FileBlot-details{color:#565a62}.Editor .ql-editor .EmbedMediaBlot{border-radius:4px}.Editor .ql-editor .EmbedMediaBlot:hover{background:#a4a4a41a}*.theme_dark .Editor .ql-editor .EmbedMediaBlot:hover{background:#a4a4a40d}.Editor .ql-editor .EmbedMediaBlot iframe{border:none}.Editor .ql-editor.ql-editor.ql-blank:before{color:#ccc}*.theme_dark .Editor .ql-editor.ql-editor.ql-blank:before{color:#666}.Editor .ql-editor.ql-blank:before{left:0;right:0;font-style:normal;overflow-x:hidden;text-overflow:ellipsis}.Editor .ql-editor>*:first-child{margin-top:0!important}.Editor .ql-editor>*:last-child{margin-bottom:0!important}.Editor .ql-editor p,.Editor .ql-editor .task{margin:8px 0;letter-spacing:0em;font-family:Inter,sans-serif;font-size:inherit;line-height:var(--line_height);font-style:normal}.Editor .ql-editor .task{padding-left:30px;position:relative;pointer-events:none}.Editor .ql-editor .task:before{content:"";position:absolute;display:block;background-position:center;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;top:5px;left:4px;cursor:pointer;pointer-events:all;transition-property:transform;transition-property:background-color;transition:.2s cubic-bezier(.25,1,.5,1)}.Editor .ql-editor .task:hover:before{background-color:rgba(var(--inversed_background_rgb),.07)}.Editor .ql-editor .task:active:before{transform:scale(1.2)}.Editor .ql-editor .task[data-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBmaWxsPSIjMDAwIiBoZWlnaHQ9IjE0LjkzMjciIHJ4PSIzLjQ2NjM0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4wNjczMiIgd2lkdGg9IjE0LjkzMjciIHg9Ii41MzM2NjIiIHk9Ii41MzM2NjIiLz48cGF0aCBkPSJtNCA4IDMgMyA2LTYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjc1Ii8+PC9zdmc+)}.Editor .ql-editor .task[data-checked=false]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiMwMDAiIHdpZHRoPSIxNSIgeD0iLjUiIHk9Ii41Ii8+PC9zdmc+)}*.theme_dark .Editor .ql-editor .task[data-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBmaWxsPSIjZmZmIiBoZWlnaHQ9IjE0LjkzMjciIHJ4PSIzLjQ2NjM0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4wNjczMiIgd2lkdGg9IjE0LjkzMjciIHg9Ii41MzM2NjIiIHk9Ii41MzM2NjIiLz48cGF0aCBkPSJtNCA4IDMgMyA2LTYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjc1Ii8+PC9zdmc+)}*.theme_dark .Editor .ql-editor .task[data-checked=false]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiNmZmYiIHdpZHRoPSIxNSIgeD0iLjUiIHk9Ii41Ii8+PC9zdmc+)}.Editor .ql-editor .task+:not(.task){margin-top:16px}.Editor .ql-editor blockquote{padding-left:17px;line-height:var(--line_height);margin:0}.Editor .ql-editor blockquote:not(:last-child){padding-bottom:5px}.Editor .ql-editor .mention{display:inline;max-width:100%;margin:-1px;padding:1px 4px;border-radius:4px;color:var(--main_color);background-color:#1f1f1f1a;position:relative}.Editor .ql-editor .mention span{vertical-align:top;padding-left:1.2em;white-space:normal}.Editor .ql-editor .mention span:before{content:var(--mention-avatar-letter, " ");position:absolute;top:.2em;left:.35em;color:#fff;background-color:var(--mention-avatar-bg_color, --main_color);background-image:var(--mention-avatar-img, none);background-size:101%;width:.9em;height:.9em;padding:.3em;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.7em;font-weight:500;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}*.theme_dark .Editor .ql-editor .mention{background-color:#e7e8eb33}.Editor .ql-bubble .ql-tooltip{max-width:100%;background:transparent;border:none;box-shadow:none;pointer-events:none;z-index:1}.Editor .ql-bubble .ql-tooltip .ql-toolbar{white-space:nowrap;pointer-events:visible;width:auto;margin:auto;background-color:#1b1b1b;border-radius:5px;box-shadow:0 1px 3px #00000059;overflow-x:auto}.Editor .ql-bubble .ql-tooltip-arrow{display:none}.Editor a.ql-action{position:static;top:auto;right:auto;left:auto;bottom:auto;opacity:.5}.Editor a.ql-action:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing){width:100%}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-toolbar{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-toolbar .ql-formats{visibility:hidden}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor{pointer-events:visible;background-color:#1b1b1b;border-radius:5px;box-shadow:0 1px 3px #00000059;width:100%;position:absolute;padding:1px 2px 1px 12px;display:flex;flex-direction:row;align-items:center}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor input[type=text]{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview{display:inline;position:static;right:auto;color:#00c2ff;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;line-height:30px}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview:visited{color:#00c2ff}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview:hover{color:#90e5ff}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action{opacity:.5}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:hover:after{border-right:1px rgba(255,255,255,.3) solid}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:after{position:static;content:"Edit";border:none;visibility:visible;margin:0;line-height:30px;border-right:1px rgba(255,255,255,.6) solid;padding-right:10px}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:after:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:before{display:none;visibility:hidden;margin:0;height:0;width:0;left:0}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-remove{opacity:.3;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDY2MjQgMTIuNzQ1NUwyLjUyNzAxIDIuNUgxMy40NzNMMTIuOTMzOCAxMi43NDU1QzEyLjg5MTggMTMuNTQyMiAxMi4yMzM2IDE0LjE2NjcgMTEuNDM1OCAxNC4xNjY3SDQuNTY0MTdDMy43NjYzOCAxNC4xNjY3IDMuMTA4MTggMTMuNTQyMiAzLjA2NjI0IDEyLjc0NTVaIiBzdHJva2U9IndoaXRlIi8+CjxyZWN0IHg9IjEuMzMzMzEiIHk9IjIiIHdpZHRoPSIxMy4zMzMzIiBoZWlnaHQ9IjEuMiIgcng9IjAuNiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTUuODE0NjYgMS4wOTU2MkM1LjkxOTgzIDAuNzQyMjYgNi4yNDQ2OSAwLjUgNi42MTMzNyAwLjVIOS4zODY2N0M5Ljc1NTM1IDAuNSAxMC4wODAyIDAuNzQyMjYgMTAuMTg1NCAxLjA5NTYyTDEwLjY2MjkgMi43SDUuMzM3MTdMNS44MTQ2NiAxLjA5NTYyWiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3LjUiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjkuNjY2NjkiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjUuMzMzMzEiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:16px 16px;background-position:center center;position:static;width:52px;height:30px;visibility:visible}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-remove:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-toolbar{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-toolbar .ql-formats{visibility:hidden}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor{pointer-events:visible;background-color:#1b1b1b;border-radius:5px;box-shadow:0 1px 3px #00000059;width:100%;position:absolute;display:flex;flex-direction:row;align-items:center;padding:1px 2px 1px 12px;line-height:30px}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor input[type=text]{width:100%;position:static;font:inherit;padding:0}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-preview,.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-remove{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action{position:static;transform:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action:after{transform:none;transition:none;position:static;content:"Save";padding-right:12px;padding-left:10px;border:none;visibility:visible;margin:0;line-height:16px}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action:before{transform:none;display:none;visibility:hidden;margin:0;height:0;width:0;left:0}.Editor .ql-bubble .ql-toolbar .ql-formats{flex-shrink:0;margin:4px;position:relative}.Editor .ql-bubble .ql-toolbar .ql-formats:before{border-left:1px solid rgba(255,255,255,.3);content:"";position:absolute;left:-5px;top:4px;bottom:4px}.Editor .ql-bubble .ql-toolbar .ql-formats:first-child:before{display:none}.Editor .ql-bubble .ql-toolbar button{border-radius:4px;margin:0 3px;position:relative;width:24px;height:24px}.Editor .ql-bubble .ql-toolbar button svg{display:none}.Editor .ql-bubble .ql-toolbar button:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0}.Editor .ql-bubble .ql-toolbar button.ql-bold:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTQgMTYiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJtLjkzMzU5NCAxaDYuOTk5OTk2YzEuODA0MTMgMCAzLjI2NjcxIDEuNDYyNTQgMy4yNjY3MSAzLjI2NjY3IDAgMS44MDQxMy0xLjQ2MjU4IDMuMjY2NjYtMy4yNjY3MSAzLjI2NjY2aC01LjEzMzMzIi8+PHBhdGggZD0ibS45MzM1OTQgMTVoNy40NjY2NzZjMi4wNjE4MyAwIDMuNzMzMzMtMS42NzE1IDMuNzMzMzMtMy43MzMzIDAtMi4wNjE5LTEuNjcxNS0zLjczMzM3LTMuNzMzMzQtMy43MzMzN2gtNS4xMzMzMyIvPjxwYXRoIGQ9Im0yLjgwMDc4IDF2MTQiLz48L2c+PC9zdmc+);background-size:13px 14px}.Editor .ql-bubble .ql-toolbar button.ql-header:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjIxMDkgNC43NzgzMkg2LjYyMTA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMi42MjEwOSAxOC43NzgzSDYuNjIxMDkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjYyMTA5IDQuNzc4MzJWMTguNzc4MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTExLjYyNSA0Ljc3ODMySDE1LjYyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTQuODgyODEgMTEuNzc4M0wxMy4zMjA4IDExLjc3ODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMS42MjUgMTguNzc4M0gxNS42MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMy42MjUgNC43NzgzMlYxOC43NzgzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMjIuNDIzNSAxOS41MzQ5SDE3LjU2MzFWMTguNTcwNkwxOS44NTcgMTYuMTI1OEMyMC4xNzE5IDE1Ljc4MTYgMjAuNDA0IDE1LjQ4MTMgMjAuNTUzNCAxNS4yMjQ4QzIwLjcwNiAxNC45NjgzIDIwLjc4MjMgMTQuNzI0OCAyMC43ODIzIDE0LjQ5NDNDMjAuNzgyMyAxNC4xNzk0IDIwLjcwMjcgMTMuOTMyNiAyMC41NDM2IDEzLjc1NEMyMC4zODQ2IDEzLjU3MjIgMjAuMTU3MyAxMy40ODEzIDE5Ljg2MTggMTMuNDgxM0MxOS41NDM2IDEzLjQ4MTMgMTkuMjkyIDEzLjU5MTcgMTkuMTA3IDEzLjgxMjVDMTguOTI1MSAxNC4wMyAxOC44MzQyIDE0LjMxNzMgMTguODM0MiAxNC42NzQ1SDE3LjQyMTlDMTcuNDIxOSAxNC4yNDI3IDE3LjUyNDEgMTMuODQ4MiAxNy43Mjg3IDEzLjQ5MUMxNy45MzY1IDEzLjEzMzkgMTguMjI4NyAxMi44NTQ3IDE4LjYwNTMgMTIuNjUzNEMxOC45ODIgMTIuNDQ4OCAxOS40MDg5IDEyLjM0NjYgMTkuODg2MiAxMi4zNDY2QzIwLjYxNjcgMTIuMzQ2NiAyMS4xODMzIDEyLjUyMTkgMjEuNTg1OSAxMi44NzI1QzIxLjk5MTcgMTMuMjIzMiAyMi4xOTQ2IDEzLjcxODMgMjIuMTk0NiAxNC4zNTc5QzIyLjE5NDYgMTQuNzA4NiAyMi4xMDM3IDE1LjA2NTcgMjEuOTIxOSAxNS40Mjk0QzIxLjc0MDEgMTUuNzkzIDIxLjQyODQgMTYuMjE2NyAyMC45ODY4IDE2LjcwMDVMMTkuMzc0OCAxOC40MDAySDIyLjQyMzVWMTkuNTM0OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-blockquote:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE4NjkgMTUuMzc1N0MxMS4xODY5IDE2LjEyOTggMTAuODgwNiAxNi43ODk2IDEwLjI2NzkgMTcuMzU1MkM5LjY2Njk3IDE3LjkyMDcgOC45NTQxMSAxOC4yMDM1IDguMTI5MzIgMTguMjAzNUM2LjgzMzIxIDE4LjIwMzUgNS44Mzc1NyAxNy43NzM0IDUuMTQyMzggMTYuOTEzM0M0LjQ0NzIgMTYuMDUzMiA0LjA5OTYxIDE0Ljg2MzEgNC4wOTk2MSAxMy4zNDMxQzQuMDk5NjEgMTEuOTI5MiA0LjY5NDY0IDEwLjUwMzUgNS44ODQ3IDkuMDY1OThDNy4wODY1NCA3LjYyODQ4IDguNTI5OTMgNi41Mzg1OCAxMC4yMTQ5IDUuNzk2MjZMMTAuOTkyNSA3LjA1MTEzQzkuNjYxMDggNy42OTkxOCA4LjYxODMgOC40NTMyOCA3Ljg2NDIgOS4zMTM0MkM3LjExMDExIDEwLjE3MzYgNi42NzQxNCAxMS4yMTYzIDYuNTU2MzIgMTIuNDQxN0g3LjU0NjA3QzguMjc2NiAxMi40NDE3IDguODcxNjMgMTIuNTI0MiA5LjMzMTE2IDEyLjY4OTJDOS43OTA2OSAxMi44NTQxIDEwLjE2MTggMTMuMDgzOSAxMC40NDQ2IDEzLjM3ODVDMTAuNzE1NiAxMy42NjEzIDEwLjkwNDIgMTMuOTczNSAxMS4wMTAyIDE0LjMxNTJDMTEuMTI4IDE0LjY1NjkgMTEuMTg2OSAxNS4wMTA0IDExLjE4NjkgMTUuMzc1N1pNMTkuOTAwMyAxNS4zNzU3QzE5LjkwMDMgMTYuMTI5OCAxOS41OTM5IDE2Ljc4OTYgMTguOTgxMiAxNy4zNTUyQzE4LjM4MDMgMTcuOTIwNyAxNy42Njc1IDE4LjIwMzUgMTYuODQyNyAxOC4yMDM1QzE1LjU0NjYgMTguMjAzNSAxNC41NTA5IDE3Ljc3MzQgMTMuODU1NyAxNi45MTMzQzEzLjE2MDYgMTYuMDUzMiAxMi44MTMgMTQuODYzMSAxMi44MTMgMTMuMzQzMUMxMi44MTMgMTEuOTI5MiAxMy40MDggMTAuNTAzNSAxNC41OTgxIDkuMDY1OThDMTUuNzk5OSA3LjYyODQ4IDE3LjI0MzMgNi41Mzg1OCAxOC45MjgyIDUuNzk2MjZMMTkuNzA1OSA3LjA1MTEzQzE4LjM3NDQgNy42OTkxOCAxNy4zMzE3IDguNDUzMjggMTYuNTc3NiA5LjMxMzQyQzE1LjgyMzUgMTAuMTczNiAxNS4zODc1IDExLjIxNjMgMTUuMjY5NyAxMi40NDE3SDE2LjI1OTRDMTYuOTkgMTIuNDQxNyAxNy41ODUgMTIuNTI0MiAxOC4wNDQ1IDEyLjY4OTJDMTguNTA0IDEyLjg1NDEgMTguODc1MiAxMy4wODM5IDE5LjE1OCAxMy4zNzg1QzE5LjQyOSAxMy42NjEzIDE5LjYxNzUgMTMuOTczNSAxOS43MjM2IDE0LjMxNTJDMTkuODQxNCAxNC42NTY5IDE5LjkwMDMgMTUuMDEwNCAxOS45MDAzIDE1LjM3NTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-italic:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCIgd2lkdGg9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZD0ibTUuNDAwMzkgMS0yIDEyIi8+PHBhdGggZD0ibTIgMWg2LjgiLz48cGF0aCBkPSJtMCAxM2g2LjgiLz48L2c+PC9zdmc+);background-size:10px 14px}.Editor .ql-bubble .ql-toolbar button.ql-strike:before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.345 7.04406C14.9208 7.4219 15.2492 7.95267 15.3301 8.63639H16.9494C16.9269 7.93918 16.711 7.31619 16.3017 6.76742C15.8969 6.21865 15.3481 5.78684 14.6554 5.47197C13.9627 5.1526 13.171 4.99292 12.2804 4.99292C11.3988 4.99292 10.6004 5.15485 9.88516 5.47872C9.17446 5.79808 8.6077 6.24789 8.18488 6.82815C7.76655 7.4039 7.55739 8.07862 7.55739 8.8523C7.55739 9.7834 7.87226 10.5368 8.50199 11.1126C8.67206 11.2681 8.85853 11.4139 9.0614 11.55H5.79999V12.75H12.1448L12.7662 12.9276C13.252 13.0625 13.7041 13.22 14.1224 13.3999C14.5407 13.5798 14.8781 13.8137 15.1345 14.1016C15.3908 14.3895 15.519 14.7628 15.519 15.2216C15.519 15.7254 15.3706 16.1662 15.0737 16.5441C14.7769 16.9174 14.3743 17.2098 13.866 17.4212C13.3577 17.6281 12.7842 17.7316 12.1455 17.7316C11.5967 17.7316 11.0839 17.6506 10.6071 17.4887C10.1348 17.3222 9.74347 17.0703 9.4331 16.733C9.12723 16.3911 8.95181 15.9593 8.90682 15.4375H7.17955C7.23353 16.1932 7.46518 16.8567 7.87451 17.4279C8.28833 17.9992 8.8551 18.4445 9.57479 18.7639C10.299 19.0832 11.1559 19.2429 12.1455 19.2429C13.207 19.2429 14.1089 19.0652 14.8511 18.7099C15.5978 18.3545 16.1645 17.8755 16.5514 17.2727C16.9427 16.67 17.1384 15.9953 17.1384 15.2486C17.1384 14.6009 17.0057 14.0544 16.7403 13.609C16.543 13.2779 16.3058 12.9916 16.0289 12.75H18.6V11.55H13.6265C13.4972 11.5104 13.3723 11.4748 13.252 11.4432L11.8486 11.0654C11.5922 10.9979 11.3111 10.9102 11.0052 10.8022C10.6993 10.6898 10.4069 10.5481 10.1281 10.3772C9.84918 10.2017 9.61977 9.98357 9.43985 9.72268C9.26442 9.45729 9.17671 9.14017 9.17671 8.77133C9.17671 8.33051 9.30266 7.93693 9.55455 7.59058C9.81094 7.24422 10.1663 6.97209 10.6206 6.77417C11.0794 6.57625 11.6147 6.4773 12.2264 6.4773C13.0631 6.4773 13.7693 6.66622 14.345 7.04406Z" fill="white"/></svg>');background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-task:before{background-image:url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 5H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 9H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 13H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M1 7L3 9L6.5 5.5' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-link:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMTIuMjA4NyAxMC43NTA5IDMuNzMxOS0zLjczMTk0Yy40NjYzLS40NjYyNi41NDE3LS41NTE4NS41NzkxLS42MDc3OS4yMzcyLS4zNTQ5OC4yMzcyLS44MTc4OCAwLTEuMTcyODctLjAzNzQtLjA1NTkzLS44NTkyLS44ODc5MS0xLjMyNTUtMS4zNTQxOC0uNDY2Mi0uNDY2MjYtLjU1MTgtLjU0MTczLS42MDc4LS41NzkxLS4zNTQ5LS4yMzcxOS0uODE3OS0uMjM3MTktMS4xNzI4IDAtLjA1Ni4wMzczNy0uMTQxNi4xMTI4NC0uNjA3OC41NzkxbC0xLjcxNjcgMS43MTY3Yy0uMjg4Ni4yODg1Ni0uNzU2NC4yODg1Ni0xLjA0NSAwLS4yODg1Mi0uMjg4NTUtLjI4ODUyLS43NTYzOSAwLTEuMDQ0OTRsMS43MTY3LTEuNzE2N2MuNDE2Mi0uNDE2MTguNjI0My0uNjI0MjcuODMxOC0uNzYyODkuODUxOS0uNTY5MjYgMS45NjI5LS41NjkyNiAyLjgxNDggMCAuMjA3NS4xMzg2Mi40MTU2LjM0NjcxLjgzMTguNzYyODkuNDE2MS40MTYxNyAxLjM3MDYgMS4zNzA2NSAxLjUwOTIgMS41NzgxMS41NjkzLjg1MTk2LjU2OTMgMS45NjI5NCAwIDIuODE0ODktLjEzODYuMjA3NDctLjM0NjcuNDE1NTUtLjc2MjguODMxNzNsLTMuNzMyIDMuNzMxOTljLS40MTYyLjQxNjEtLjYyNDMuNjI0Mi0uODMxNy43NjI4LS44NTIuNTY5My0xLjk2My41NjkzLTIuODE0OTEuMDAwMS0uMTQwOTktLjA5NDMtLjYyNjk5LS41NjUzLTEuMDU0NTctLjk4OC0uMjkwMTgtLjI4Ny0uMjg5NjItLjc1NTItLjAwMTA3LTEuMDQzOHMuNzU2MzYtLjI4ODUgMS4wNDY0OC0uMDAxNWMuMzk2MjMuMzkxOS43OTIxNy43NzkxLjgzMDE3LjgwNDUuMzU1LjIzNzIuODE3OS4yMzcyIDEuMTcyOSAwIC4wNTU5LS4wMzc0LjE0MTUtLjExMjguNjA3OC0uNTc5MXoiLz48cGF0aCBkPSJtNy44Nzg5NiA4LjgxMDM2LTQuMDMwNTEgNC4wMzA1NGMtLjQ2NjI2LjQ2NjItLjU0MTczLjU1MTgtLjU3OTExLjYwNzgtLjIzNzE5LjM1NDktLjIzNzE5LjgxNzggMCAxLjE3MjguMDM3MzguMDU2LjExMjg1LjE0MTYuNTc5MTEuNjA3OC40NjYyNi40NjYzIDEuMjk4MjQgMS4yODgxIDEuMzU0MTggMS4zMjU1LjM1NDk4LjIzNzIuODE3ODkuMjM3MiAxLjE3Mjg3IDAgLjA1NTkzLS4wMzc0LjE0MTUzLS4xMTI4LjYwNzc5LS41NzkxbDIuMDg5ODktMi4wODk5Yy4yODg1Ni0uMjg4NS43NTYzOS0uMjg4NSAxLjA0NDkyIDAgLjI4ODYuMjg4Ni4yODg2Ljc1NjQgMCAxLjA0NWwtMi4wODk4NyAyLjA4OTljLS40MTYxNy40MTYxLS42MjQyNi42MjQyLS44MzE3Mi43NjI4LS44NTE5Ni41NjkzLTEuOTYyOTQuNTY5My0yLjgxNDg5IDAtLjIwNzQ2LS4xMzg2LTEuMTYxOTQtMS4wOTMxLTEuNTc4MTItMS41MDkyLS40MTYxOC0uNDE2Mi0uNjI0MjYtLjYyNDMtLjc2Mjg5LS44MzE4LS41NjkyNS0uODUxOS0uNTY5MjUtMS45NjI5IDAtMi44MTQ5LjEzODYzLS4yMDc0LjM0NjcxLS40MTU1Ljc2Mjg5LS44MzE3bDQuMDMwNTEtNC4wMzA0OWMuNDE2MTgtLjQxNjE3LjYyNDI2LS42MjQyNi44MzE3My0uNzYyODguODUxOTUtLjU2OTI2IDEuOTYyOTMtLjU2OTI2IDIuODE0ODYgMCAuMTQ5MS4wOTk1Ny44NzYxLjgxMjY5IDEuNDI4MSAxLjM2MDc4LjI4OTYuMjg3NTIuMjg5My43NTU2MS4wMDA4IDEuMDQ0MTYtLjI4ODYuMjg4NTYtLjc1NjUuMjg4NjYtMS4wNDYxLjAwMTItLjUyNzItLjUyMzE0LTEuMTYzNS0xLjE1MDUtMS4yMDM3OC0xLjE3NzQyLS4zNTQ5OS0uMjM3MTktLjgxNzg5LS4yMzcxOS0xLjE3Mjg3IDAtLjA1NTk0LjAzNzM4LS4xNDE1My4xMTI4NS0uNjA3NzkuNTc5MTF6Ii8+PC9nPjwvc3ZnPg==);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-code-block:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxwYXRoIGQ9Ik0xMy44NDA2IDRMOS4zNDMwMiAyMC42MDM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMTYuMzA1OSA4LjAwMDk4TDIwLjIyMDIgMTIuMDUxN0wxNi4zMDYxIDE1Ljk2NjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik02LjkxNDMxIDguMDAwOThMMy4wMDAwNiAxMi4wNTE3TDYuOTE0MTUgMTUuOTY2NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=check]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cmVjdCBoZWlnaHQ9IjE3LjUiIHJ4PSI4Ljc1IiB3aWR0aD0iMTcuNSIgeD0iMS4yNSIgeT0iMS4yNSIvPjxwYXRoIGQ9Im01LjgwMDc4IDkuNyAzLjE1IDMuMTUgNS44NTAwMi01Ljg1Ii8+PC9nPjwvc3ZnPg==);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-hashtag:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTcgMTgiIHdpZHRoPSIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJtNi4yMTM3NyAxLTIuNjY2ODkgMTYiLz48cGF0aCBkPSJtMTIuNzk3OCAxLTIuNjY2OSAxNiIvPjxwYXRoIGQ9Im0uODgyODEyIDUuODg0MzdoMTUuMTU5MTg4Ii8+PHBhdGggZD0ibTAgMTIuMjEyNWgxNS4xNTkyIi8+PC9nPjwvc3ZnPg==);background-size:16px 16px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=ordered]:before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33687 3.13672H2.83261L0.663574 4.53018V5.97905L2.70477 4.67507H2.7559V11.864H4.33687V3.13672Z' fill='white'/%3E%3Cpath d='M9.33691 1.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 5.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 9.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 13.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:20px 16px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=bullet]:before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00003 9.5C3.07274 9.5 3.99091 8.60502 4 7.49087C3.99091 6.39498 3.07274 5.5 2.00003 5.5C0.890962 5.5 -0.00902238 6.39498 6.82669e-05 7.49087C-0.00902238 8.60502 0.890962 9.5 2.00003 9.5Z' fill='white'/%3E%3Cpath d='M8 1.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 5.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 9.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 13.5H18' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:18px 16px}.Editor .ql-bubble .ql-toolbar button:hover,.Editor .ql-bubble .ql-toolbar button.ql-active{background-color:#ffffff41}.Editor .ql-bubble .ql-toolbar button:hover:before,.Editor .ql-bubble .ql-toolbar button.ql-active:before{opacity:.65}.Editor._hidden{height:0;margin:0;overflow:hidden}.Editor-toolbar{text-align:right;transition:all .25s cubic-bezier(.165,.84,.44,1);visibility:visible}.Editor-toolbar._transparent{visibility:hidden;opacity:0}.Editor-toolbar .TextButton{color:#999}.Editor-toolbar .TextButton .Icon{margin-right:5px}*.theme_dark .Editor-toolbar .TextButton{color:#666}.Editor-toolbar .IconButton{margin:0 7px}.Editor-toolbar .WithTooltip{line-height:12px}@media (max-width: 799px){.Editor-toolbar{text-align:left;font-size:14px}.Editor-toolbar .TextButton{padding:4px 6px}}.Editor-toolbar._external{line-height:0}.Editor-toolbar._external .Tags-icon{padding:0;margin:0 5px}.Editor-toolbar._external .Tags-icon:hover{background-color:var(--main_background)}.Editor-toolbar._external .Tags-icon .Icon{margin-right:0}.Editor .ql-bubble .ql-picker.ql-expanded .ql-picker-options{position:fixed;top:35px;right:0;width:auto;min-width:auto;display:flex;background-color:#1b1b1b;border-radius:5px;padding:2px 4px}.Editor .ql-picker.ql-highlight .ql-picker-item,.Editor .ql-picker.ql-highlight .ql-picker-label{position:relative;border:none;border-radius:4px;width:24px;height:24px;color:transparent;background-color:transparent}.Editor .ql-picker.ql-highlight .ql-picker-item:before,.Editor .ql-picker.ql-highlight .ql-picker-label:before{content:"";display:inline-block;background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOC4yNSIgZmlsbD0iIzc3Nzc3NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOC4yNSIgZmlsbD0iIzc3Nzc3NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==)}.Editor .ql-picker.ql-highlight [data-value=null]:before{-webkit-mask-image:none;mask-image:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4LjI1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMTQgNS4xMDZsMTIuNjggMTIuNjhhOS4wNiA5LjA2IDAgMCAxLTEuMDU3IDEuMDY0TDUuMTQ5IDYuMTYzYy4zMjUtLjM4MS42ODEtLjczNSAxLjA2NS0xLjA1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-size:24px 24px}.Editor .ql-picker.ql-highlight [data-value=null]:hover:before{opacity:.65}.Editor .ql-picker.ql-highlight [data-value=yellow]:before{background-color:#ecce32}.Editor .ql-picker.ql-highlight [data-value=red]:before{background-color:#df496d}.Editor .ql-picker.ql-highlight [data-value=green]:before{background-color:#92ce14}.Editor .ql-picker.ql-highlight [data-value=blue]:before{background-color:#278dea}.Editor .ql-picker.ql-highlight [data-value=purple]:before{background-color:#955be0}.Editor .ql-picker.ql-highlight [data-value=orange]:before{background-color:#f2713a}.Editor .ql-picker.ql-highlight .ql-picker-item:hover,.Editor .ql-picker.ql-highlight .ql-picker-label:hover{background-color:#ffffff41}.Editor .ql-mention-list-container{z-index:200}@media (max-width: 799px){.Editor .ql-mention-list-container{max-width:100%}}.Editor .ql-mention-list{margin:0;padding:8px 0;max-height:200px;min-width:180px;font-size:14px;color:#d7d8db;background-color:#000;outline-color:#d7d8db;border:1px solid rgb(41,41,41);border-radius:8px;box-shadow:#00000059 0 2px 9px;list-style:none;scrollbar-width:thin;overflow-y:scroll}.Editor .ql-mention-list .ql-mention-list-item{padding:7px 14px;max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.Editor .ql-mention-list .ql-mention-list-item.selected{background-color:#a4a4a440;cursor:pointer}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer{display:flex;align-items:center;gap:8px}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar{width:22px;height:22px;display:flex;align-items:center;border-radius:50%;overflow:hidden;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar-icon{width:100%;text-align:center;font-weight:500;font-size:12.94px}.Tags-menu{padding-bottom:0}.Tags-menu-fixed-bottom{position:sticky;bottom:0;background:inherit;padding-bottom:8px}.Avatar{display:inline-block;vertical-align:baseline;width:38px;height:38px;border-radius:999px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;font-weight:500;line-height:1.8;color:#fff}.Avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ParametrizedIframe{position:relative}.ParametrizedIframe iframe{width:100%;height:400px;border:1px solid rgba(153,153,153,.4)}.HTMLContent h2{margin:72px 0 24px;font-size:18px;line-height:22px;font-weight:600}.HTMLContent h3{margin:32px 0 24px;font-size:21px;line-height:25px}.HTMLContent p{margin:24px 0;font-size:16px;line-height:27px}.HTMLContent img{width:100%;border-radius:12px;margin:56px 0}.HTMLContent iframe{width:100%;height:440px}.HTMLContent a{text-decoration:none;color:#0075ff}.HTMLContent a:hover{color:#0038ff}.HTMLContent ul,.HTMLContent ol{padding:0;margin:32px 0 48px;list-style:none}.HTMLContent li{position:relative;padding-left:36px;margin-bottom:10px;font-size:18px;line-height:27px}.HTMLContent ul li:before{content:"";position:absolute;left:10px;top:10px;width:5px;height:5px;opacity:.2;background-color:var(--main_color);border-radius:50%}.HTMLContent ol{counter-reset:list}.HTMLContent ol li:before{content:counter(list);counter-increment:list;position:absolute;left:10px;font-size:14px;line-height:25px;opacity:.6}.RichTextViewer .Editor .ql-editor{min-height:auto}.ClimbGoalEditorModal.StandartModal{max-width:924px}@media (min-width: 924px){.ClimbGoalEditorModal{margin-top:6px;border-radius:6px;overflow:hidden}}.ClimbGoalEditorModal-checkbox.Checkbox{position:absolute;left:34px;margin-top:10px}.ClimbGoalEditorModal .StandartModal-close_button{margin-top:56px}.ClimbGoalEditorModal-title.StandartModal-title{padding-top:24px}.ClimbGoalEditorModal-title.StandartModal-title,.ClimbGoalEditorModal-body.StandartModal-body{padding-left:78px;padding-right:100px}.ClimbGoalEditorModal-name{box-sizing:border-box;font-size:36px;font-weight:600;--line_height: 58px}.ClimbGoalEditorModal-description{margin-top:28px}.ClimbGoalEditorModal-rich_description{margin-top:32px}.ClimbGoalEditorModal-thoughts{margin-top:32px;margin-bottom:54px;font-size:16px;--line_height: 49px}.ClimbGoalEditorModal-footer{display:flex;justify-content:space-between}.ClimbGoalEditorModal-footer-text_button .TextButton-content{display:flex;align-items:center}.ClimbGoalEditorModal-footer-center_container{display:flex;flex-grow:1;justify-content:center;align-items:center}.ClimbGoalEditorModal-footer-right_container{width:160px;text-align:right}.ClimbGoalEditorModal-progress-dots{display:flex;flex-wrap:wrap;margin-top:12px;margin-left:-6px}.ClimbGoalEditorModal-progress-dots .ClimbProgressDot{margin-top:4px;margin-left:4px}.VideoPreview{position:relative;padding-top:0}.VideoPreview:hover{cursor:pointer}.VideoPreview:hover .VideoPreview-icon{width:60px;height:60px;transition:.45s ease}.VideoPreview-icon{position:absolute;width:51px;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoPreview-poster{max-width:100%;height:auto;border-radius:8px 8px 0 0}.NotificationPortal{position:fixed;right:0;top:0;padding:10px;z-index:6000}.NotificationPortal .Notification+.Notification{margin-top:12px}@media (max-width: 600px){.NotificationPortal{top:0;bottom:auto;padding:34px 8px 8px}}.Notification{display:flex;max-width:450px;min-height:80px;padding-left:9px;border-radius:6px;background:#282a2f;color:#fff;box-shadow:0 5px 17px #0003,0 2px 7px #00000026;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Notification._layoutVertical{display:flex;flex-direction:column;align-items:center;width:224px;min-height:338px;padding-left:0;border-radius:8px;background:#282a2f;color:#fff;box-shadow:0 5px 17px #0003,0 2px 7px #00000026;transition:all .25s cubic-bezier(.165,.84,.44,1);margin-left:auto}.Notification._layoutVertical._large{min-width:309px;min-height:307px;justify-content:space-around}.Notification._layoutVertical .Notification-icon{max-width:100%;height:120px;vertical-align:middle}.Notification-button_wrap{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;display:flex;flex-grow:1;text-align:left;align-items:center;color:inherit;cursor:inherit}.Notification-button_wrap._clickable{cursor:pointer}.Notification._layoutVertical .Notification-button_wrap{flex-direction:column;align-items:center;justify-content:center;text-align:center}.Notification._layoutVertical._large .Notification-button_wrap{align-items:flex-start;justify-content:flex-start}.Notification-text_content{padding:10px 16px 10px 8px}@media (max-width: 799px){.Notification-text_content{padding:10px 12px 10px 8px}}.Notification._layoutVertical .Notification-text-content{padding:0 24px}.Notification._layoutVertical._large .Notification-text_content{display:flex;flex-direction:column;align-items:baseline;text-align:left;padding:16px}.Notification-title{line-height:17px;font-weight:500;font-size:14px}.Notification._layoutVertical .Notification-title{font-size:16px;line-height:22px}.Notification-description{margin-top:3px;line-height:18px;font-size:14px;opacity:.7}@media (max-width: 799px){.Notification-description{font-size:12px;line-height:20px}}.Notification-actions{display:flex;flex-direction:column;justify-content:space-evenly;margin-left:auto}.Notification._layoutVertical .Notification-actions{justify-content:center;margin-left:0;border-top:1px solid rgba(255,255,255,.15)}.Notification._layoutVertical._large .Notification-actions{flex-direction:row;width:277px}.Notification._layoutVertical .Notification-action{min-width:192px;padding:8px 16px;border-radius:6px;background:#ffffff26;margin:4px 0}.Notification._layoutVertical .Notification-action:first-child{margin-top:12px}.Notification._layoutVertical .Notification-action:last-child{margin-bottom:16px}.Notification._layoutVertical._large .Notification-action{min-width:0;width:32%;margin:12px 0 16px;white-space:nowrap}.Notification._layoutVertical._large .Notification-action:not(:first-child){margin-left:8px}.Notification .Notification-action{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;min-width:96px;flex-grow:1;font-size:14px;color:inherit;transition:all .25s cubic-bezier(.165,.84,.44,1);border-left:1px solid #424242}.Notification .Notification-action:hover{transition:none;background:#5e5e5e;border-color:#5e5e5e}.Notification .Notification-action:active{background:#2d2d2d;border-color:#2d2d2d;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Notification .Notification-action+.Notification .Notification-action{border-top:1px solid #424242}.Notification .Notification-action._primary+.Notification .Notification-action{border-top:none}.Notification .Notification-action:first-child{border-top-right-radius:4px}.Notification .Notification-action:last-child{border-bottom-right-radius:4px}.Notification .Notification-action._primary{font-weight:600;background:#357cf4;border-left:1px solid #357cf4}.Notification .Notification-action._primary:hover{background:#3864ff;border-left:1px solid #3864ff}.Notification .Notification-action._primary:active{background:#2152ff;border-left:1px solid #2152ff}*.theme_dark .Notification{background:#1b1b1b;box-shadow:none}.Notification-animation-appear{opacity:0;transform:translate(432px)}.Notification-animation-appear-active,.Notification-animation-exit{opacity:1;transform:translate(0)}.Notification-animation-exit-active{opacity:0;transform:translate(432px)}.Video{position:relative;padding-top:56.25%}.Video iframe{border-radius:10px;position:absolute;width:100%;height:100%;top:0;left:0}.FoldersActions{display:inline-flex}.FoldersActions-tooltip{line-height:20px;white-space:nowrap}.FoldersActions-icon{margin-left:8px}.UpdateIndicator{width:6px;height:6px;background:#e3631b;border-radius:50%}.Event{display:grid;position:relative;grid-template-areas:"icon time details";grid-template-columns:16px minmax(40px,min-content) 1fr;gap:8px;align-items:baseline;line-height:23px;overflow-wrap:anywhere}.Event+.Event{margin-top:15px}.Event._timeFormatLong{grid-template-columns:18px minmax(62px,min-content) 1fr}.Event-icon{position:relative;top:3px;grid-area:icon;text-align:center}.Event-update_indicator{grid-area:icon;text-align:center}.Event-update_indicator .UpdateIndicator{display:inline-block}.Event-time{grid-area:time;white-space:nowrap;color:#0000004d}*.theme_dark .Event-time{color:#7f7f7f}.Event-details{grid-area:details}.Event._mobile,.Event._compact{grid-template-areas:"details update_indicator time";grid-template-columns:1fr 10px minmax(62px,min-content);gap:10px}.Event._mobile .Event-time,.Event._compact .Event-time{text-align:right}.Event._mobile .Event-icon,.Event._compact .Event-icon{display:none}.Event._mobile .Event-update_indicator,.Event._compact .Event-update_indicator{grid-area:update_indicator}.Event._mobile .Event-update_indicator .UpdateIndicator,.Event._compact .Event-update_indicator .UpdateIndicator{position:relative;top:-2px}.Event-action{color:rgba(var(--main_color_rgb),.5)}.Event-link{display:inline;font-weight:600;text-decoration:none;border-radius:3px;padding:3px;margin-left:-3px;cursor:pointer;background:rgb(var(--event-link-background, var(--main_background_rgb)));color:rgb(var(--event-link-color, var(--main_color_rgb)))}.Event-link:hover{background:rgb(var(--event-link-background, 230, 230, 230));box-shadow:0 0 0 1px rgb(var(--event-link-background, 230, 230, 230))}*.theme_dark .Event-link:hover{background:rgb(var(--event-link-background, 80, 80, 80));box-shadow:0 0 0 1px rgb(var(--event-link-background, 80, 80, 80))}.Event-link._user{white-space:nowrap}.Event-link._user .Avatar{position:relative;top:3px;margin-right:3px}.Event-link._deleted{cursor:text;text-decoration:line-through;opacity:.5;background:rgb(var(--event-link-background, var(--main_background_rgb)));color:rgb(var(--event-link-color, var(--main_color_rgb)))}.Event-link._deleted:hover{box-shadow:none}.GoalEvents{font-size:14px}.GoalEvents._desktop{width:-moz-max-content;width:max-content;margin-left:-28px}.GoalEvents._mobile{margin-bottom:15px}.GoalEvents .Event+.Event{margin-top:10px}.GoalSubgoalsList{position:relative;max-width:534px;padding-right:80px}.GoalSubgoalsList._hidden{display:none}.GoalSubgoalsList-actions{position:absolute;right:0;width:60px;top:6px;display:flex;gap:8px;opacity:0;z-index:1}.GoalSubgoalsList:hover .GoalSubgoalsList-actions{opacity:1;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.GoalSubgoalsList-menu,.GoalSubgoalsList-add_to_top{vertical-align:middle}.GoalSubgoalsList>.Goals{margin-left:-7px;padding-top:0;padding-bottom:0}.GoalSubgoalsList>.Goals-add_goal_hover_area{min-height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.GoalSubgoalsList>.Goals .Goals-bottom_gap{height:0}.AssigneeDropdown-marks{white-space:pre}.AssigneeDropdown-marks._checked{margin-right:10px}.AssigneeDropdown-check{position:absolute;right:12px}.AssigneeDropdown-name{max-width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.AssigneeDropdown-dropdown_button{gap:8px}.AssigneeDropdown-dropdown_button .Icon{margin-right:0}.AssigneeDropdown button,.AssigneeDropdown .Menu-link{flex-wrap:nowrap;padding-right:28px}.AssigneeDropdown-target{color:rgba(var(--main_color_rgb),.7)}.AssigneeDropdown-target .Avatar{position:relative;top:3.5px;margin-top:-5px;margin-right:5px}.GoalEditTools{color:#7f7f7f;display:flex;align-items:center;margin-bottom:26px;height:42px;position:relative;top:0;left:0;padding-top:5px;padding-bottom:5px;transition-property:top left;transition-timing-function:cubic-bezier(.22,1,.25,1);transition-duration:.2s}.GoalEditTools-label{margin-right:4px}.GoalEditTools .TextButton{color:inherit;min-height:32px}.GoalEditTools .TextButton+.TextButton{margin-left:-5px}.GoalEditTools .TextButton .Icon{margin-right:4px}.GoalEditTools .TextButton-content .Icon{margin-right:2px}.GoalEditTools .TextButton._subgoal .Icon{margin-right:2px;margin-left:-2px}.GoalEditTools._empty_content{top:-69px;left:72px}.GoalEditTools:not(._empty_content){position:sticky;bottom:73px;top:auto;left:auto;box-shadow:0 -20px 20px var(--main_background);background-color:var(--main_background);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;z-index:100}.GoalEditTools._label_inside{margin-left:-30px}.Comment{margin-bottom:24px}.Comment-Header{display:flex;flex-direction:row;align-items:end;justify-content:space-between;gap:10px;margin-bottom:5px}.Comment-Author{display:flex;align-items:center;gap:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Comment-Controls{white-space:nowrap}.Comment-Time{margin-right:10px;color:#0000004d}*.theme_dark .Comment-Time{color:#7f7f7f}.Comment-Menu{display:inline-block;vertical-align:middle}.Comment-Thoughts{margin-left:28px;padding:5px 0 5px 10px;border-radius:7px;display:grid;grid-template-columns:1fr min-content}.Comment-Thoughts._editing{box-shadow:0 2px 7px #00000026}*.theme_dark .Comment-Thoughts._editing{outline:1px solid #666}.Comment-Thoughts .Editor .ql-editor{min-height:initial;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Comment-Thoughts-Toolbar{display:flex;align-self:end;margin-right:5px;white-space:nowrap}.NewComment{margin-left:-12px;margin-bottom:30px;padding:13px 16px 10px 12px;border-radius:7px;box-shadow:0 2px 7px #00000026;display:grid;grid-template-columns:28px 1fr min-content;gap:10px}*.theme_dark .NewComment{box-shadow:none;outline:1px solid #666}.NewComment-Editor{padding-top:2px;padding-bottom:5px}.NewComment-Editor .Editor .ql-editor{min-height:inherit;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.NewComment-Editor .ql-editor.ql-blank:before{white-space:nowrap}.NewComment-toolbar{align-self:end;display:flex;align-items:center;padding-bottom:5px}.NewComment-toolbar-Container{display:flex}*.theme_dark .NewComment-toolbar .TextButton{color:#919191}.NewComment .Editor-toolbar-container{align-self:flex-end}.Textarea{--line_height: 40px;color:var(--main_color);background:var(--main_background);border:none;outline:none;padding:0;margin:0 0 1em;width:100%;resize:none;font-size:30px;line-height:var(--line_height);background-image:repeating-linear-gradient(var(--main_background),var(--main_background) calc(var(--line_height) - 1px),#d7d7d7 calc(var(--line_height) - 1px),#d7d7d7 var(--line_height));background-attachment:local}.Textarea::-moz-placeholder{color:#ccc;opacity:1}.Textarea::placeholder{color:#ccc;opacity:1}*.theme_dark .Textarea::-moz-placeholder{color:#666}*.theme_dark .Textarea::placeholder{color:#666}*.theme_dark .Textarea{background-image:repeating-linear-gradient(var(--main_background),var(--main_background) calc(var(--line_height) - 1px),#5f5f5f calc(var(--line_height) - 1px),#5f5f5f var(--line_height))}.Textarea._read_only{background:transparent;pointer-events:none}.Textarea._no_lines{background-image:none!important}.WithBackground{width:100%;position:relative}.WithBackground-overlay{position:absolute;top:0;left:0;width:100%}.WithBackground span{width:100%;white-space:pre-wrap;word-wrap:break-word;color:transparent}.PlainGoalEditor{max-width:924px;width:100%;margin:0 auto;padding:0 78px 60px 76px;position:relative;display:flex;flex-direction:column;flex:1;background:var(--main_background);border-radius:0 0 6px 6px}.PlainGoalEditor-content{flex-grow:1;cursor:text}.isEditMode .PlainGoalEditor{border-radius:0;padding-bottom:20px}.PlainGoalEditor-checkbox.Checkbox{position:absolute;z-index:3;left:34px;margin-top:10px}.PlainGoalEditor-name{display:flex;justify-content:space-between;gap:16px;margin-bottom:30px}.PlainGoalEditor .PlainGoalEditor-name+.GoalSubgoalsList:not(._hidden){margin-top:-20px}.PlainGoalEditor-title{position:relative;z-index:2;background:transparent;overflow:hidden;color:var(--main_color);margin-bottom:0}._color .PlainGoalEditor-title{color:rgb(var(--goal-color-text))}.PlainGoalEditor-title:disabled{cursor:text;opacity:1}.PlainGoalEditor-avatar{width:40px;height:40px;border-radius:50%;background:#aeaeae;position:relative}.PlainGoalEditor-title_background{font-size:36px;font-weight:600;line-height:44px}.PlainGoalEditor h1,.PlainGoalEditor-title{font-size:36px;font-weight:600;line-height:var(--line_height);--line_height: 44px;margin:0;white-space:pre-wrap;word-wrap:break-word}.PlainGoalEditor-thoughts.Editor{margin-bottom:36px;font-size:16px;--line_height: 49px}.PlainGoalEditor-thoughts.Editor .ql-editor{min-height:initial}.PlainGoalEditor-thoughts.Editor .ql-editor.ql-editor.ql-blank:before{color:rgba(var(--main_color_rgb),.6)}*.theme_dark .PlainGoalEditor-thoughts.Editor .ql-editor.ql-editor.ql-blank:before{color:rgba(var(--main_color_rgb),.5)}.PlainGoalEditor .GoalSubgoalsList{margin-bottom:36px}.PlainGoalEditor-comments{max-width:550px}.PlainGoalEditor-space_filler{flex-grow:1;cursor:text}.PlainGoalEditor .PlainGoalEditor-title,.PlainGoalEditor .PlainGoalEditor-thoughts,.PlainGoalEditor .InlineGoalEditor-textarea{caret-color:#e3631b}.PlainGoalEditor._color .PlainGoalEditor-title,.PlainGoalEditor._color .PlainGoalEditor-thoughts,.PlainGoalEditor._color .InlineGoalEditor-textarea{caret-color:rgb(var(--goal-color-text))}.CopyLinkInDropdown{padding:6px 12px}.CopyLinkInDropdown-input{padding:10px 8px;width:100%;height:31px;box-sizing:border-box;font-size:12px;color:var(--main_color);background:#fff0;outline:none;border:1px #515151 solid;border-radius:6px}.CopyLinkInDropdown-button{margin-top:8px;width:100%;height:30px;background:#515151;box-sizing:border-box;color:var(--main_color);outline:none;border:none;border-radius:6px;cursor:pointer}.CopyLinkInDropdown-button:hover{background:#6f6f6f}.CopyLinkInDropdown-button:active{background:#505050}.MenuColorPicker{display:grid;grid-gap:8px;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;grid-auto-flow:dense;max-width:180px;padding:8px 12px;--color: #616161}.MenuColorPicker-option{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;position:relative;width:22px;height:22px;border-radius:50%}.MenuColorPicker-option:before{position:absolute;top:0;display:block;width:22px;height:22px;content:" ";border-radius:50%;background:var(--color)}.MenuColorPicker-option._selected,.MenuColorPicker-option:hover:not(._no_hover){box-shadow:0 0 0 2px #fff}.MenuColorPicker-option._selected:before,.MenuColorPicker-option:hover:not(._no_hover):before{top:2px;left:2px;width:18px;height:18px}.MenuColorPicker .RemoveColorSelectionIcon{position:absolute;left:-3px;top:-3px;pointer-events:none}.CurrencySelector{display:inline-block}.CurrencySelector-Item{border-radius:4px;padding:5px 0 0;width:30px;height:30px;margin:2px;display:inline-block;text-align:center;box-sizing:border-box;cursor:pointer;color:rgba(var(--main_color_rgb),.5)}.CurrencySelector-Item:hover{color:var(--main_color)}.CurrencySelector-Item._selected{color:var(--main_color);cursor:default;background:#f6f6f6}*.theme_dark .CurrencySelector-Item._selected{background:#404040}.Quote:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='82px'%20height='70px'%20viewBox='0%200%2082%2070'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040.2%20(33826)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0%2036%2018%200%2036%200%2022.0400391%2036%2036%2036%2036%2070%200%2070'%3e%3c/polygon%3e%3cmask%20id='mask-2'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cpolygon%20id='path-3'%20points='46%2036%2064%200%2082%200%2068.0400391%2036%2082%2036%2082%2070%2046%2070'%3e%3c/polygon%3e%3cmask%20id='mask-4'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-3'%3e%3c/use%3e%3c/mask%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20stroke='%23000000'%20stroke-width='4'%3e%3cuse%20id='Combined-Shape'%20mask='url(%23mask-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20id='Combined-Shape-Copy'%20mask='url(%23mask-4)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e");position:relative;bottom:5px;margin-top:-2px}*.theme_dark .Quote:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='82px'%20height='70px'%20viewBox='0%200%2082%2070'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040.2%20(33826)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0%2036%2018%200%2036%200%2022.0400391%2036%2036%2036%2036%2070%200%2070'%3e%3c/polygon%3e%3cmask%20id='mask-2'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cpolygon%20id='path-3'%20points='46%2036%2064%200%2082%200%2068.0400391%2036%2082%2036%2082%2070%2046%2070'%3e%3c/polygon%3e%3cmask%20id='mask-4'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-3'%3e%3c/use%3e%3c/mask%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20stroke='%23ffffff'%20stroke-width='4'%3e%3cuse%20id='Combined-Shape'%20mask='url(%23mask-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20id='Combined-Shape-Copy'%20mask='url(%23mask-4)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.Quote-text{font-weight:700;font-size:30px;line-height:34px;margin-top:5px;margin-bottom:10px;letter-spacing:-.02em}.Quote._size_2 .Quote-text{font-size:18px;line-height:23px}.Quote._size_3 .Quote-text{font-size:40px;line-height:42px}.QuotesShower{padding:0 25px 0 0;transition-property:opacity;transition-timing-function:cubic-bezier(.165,.84,.44,1)}.QuotesShower._fadeIn{opacity:1;transition-duration:.5s}.QuotesShower._idle{opacity:1;transition-duration:0}.QuotesShower._fadeOut{opacity:0;transition-duration:.5s}.Segments{position:relative;display:inline-block;padding:0 20px;border-radius:25px}.Segments-item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;background:transparent;border:none;text-decoration:none;border-radius:4px;padding:8px;line-height:17px;font-weight:400;color:var(--main_color);transition:all .25s cubic-bezier(.165,.84,.44,1)}.Segments-item:hover{background:none}*.theme_dark .Segments-item{color:#4b4b4b}.Segments-active_decoration{display:none;position:absolute;transition:left .25s cubic-bezier(.165,.84,.44,1);left:var(--active_left);width:var(--active_width)}.Segments._variant_desktop .Segments-active_decoration{display:block;height:100%;z-index:1;border-radius:4px;background-color:#efefef}.Segments._variant_desktop .Segments-item{color:#bababa}*.theme_dark .Segments._variant_desktop .Segments-item{color:#4b4b4b}.Segments._variant_desktop .Segments-item._active{color:#262626;position:relative;z-index:2}.Segments._variant_mobile{height:32px;padding:0;border-radius:100px;background:#000;box-shadow:0 3px 7px #00000040}*.theme_dark .Segments._variant_mobile{background:#1b1b1b;box-shadow:none}.Segments._variant_mobile .Segments-item{position:relative;width:var(--child_width);min-width:94px;padding-left:20px;padding-right:20px;font-size:14px;line-height:16px;color:#4b4b4b}.Segments._variant_mobile .Segments-item._active{color:#fff}*.theme_dark .Segments._variant_mobile .Segments-item:hover{background:none}.Segments._variant_mobile .Segments-active_decoration{display:block;z-index:0;top:2px;height:28px;border-radius:100px;background:#515151;left:calc(2px + var(--active_left));width:calc(var(--active_width) - 4px)}.Segments._variant_tabs{border-radius:0;border-bottom:1px solid #d7d7d7;padding:0}.Segments._variant_tabs .Segments-active_decoration{display:block;z-index:0;bottom:0;height:3px;background:var(--main_color)}.Segments._variant_tabs .Segments-item{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:12px 0;margin:0;border:none;outline:none;background:transparent;color:var(--main_color);font-weight:400;line-height:140%;border-radius:0;cursor:pointer}.Segments._variant_tabs .Segments-item:not(:last-child){margin-right:24px}.Segments._variant_tabs .Segments-item._active{font-weight:600}.Segments._variant_tabs .Segments-item:before{display:block;content:attr(data-title);font-weight:700;height:1px;color:transparent}.Segments._variant_dropdown{display:flex;background-color:#ffffff1a;padding:2px;border-radius:8px;font-size:14px;line-height:22px}.Segments._variant_dropdown .Segments-active_decoration{display:block;height:calc(100% - 4px);z-index:1;border-radius:6px;background-color:#efefef}*.theme_dark .Segments._variant_dropdown .Segments-active_decoration{background:#efefef40}.Segments._variant_dropdown .Segments-item{color:#bababa;flex-grow:1}*.theme_dark .Segments._variant_dropdown .Segments-item{color:#adadad}.Segments._variant_dropdown .Segments-item._active{color:#262626;position:relative;z-index:2}*.theme_dark .Segments._variant_dropdown .Segments-item._active{color:var(--main_color)}.ComparePlansTable{display:relative;line-height:1.4}.ComparePlansTable .Segments{margin-bottom:35px}.ComparePlansTable .Segments-item:not(._active){opacity:.5}.ComparePlansTable-Row{display:grid;grid-template-columns:220px 1fr 1fr;grid-template-areas:"parameter left right";margin-bottom:24px}.ComparePlansTable-Parameter{grid-area:parameter;font-weight:500}.ComparePlansTable-Left{grid-area:left}.ComparePlansTable-Right{grid-area:right}.ComparePlansTable p{margin-top:0}.ComparePlansTable big{font-weight:800;font-size:48px}.ComparePlansTable .Icon{position:relative;top:5px}@media (max-width: 799px){.ComparePlansTable{max-width:100%;font-size:90%}.ComparePlansTable big{font-size:32px}.ComparePlansTable-Row{max-width:100%;grid-template-areas:"parameter left right";grid-template-columns:180px 1fr 1fr;margin-bottom:8px;padding-bottom:8px}.ComparePlansTable-Parameter{margin-bottom:1em}.ComparePlansTable-Row:first-child{position:sticky;top:0;background:#fff;z-index:1;background:var(--main_background)}.ComparePlansTable-Row:nth-child(2){margin-bottom:16px}}@media (max-width: 799px) and (max-width: 799px){.ComparePlansTable-Row._colors svg{width:86px}}.StandartModal .ComparePlansTable{padding:10px}@media (max-width: 799px){.StandartModal .ComparePlansTable{padding:0}.StandartModal .ComparePlansTable h2{margin-top:0;padding-top:20px;font-size:30px}}.TextInput{display:inline-block}.TextInput._fullWidth{display:block}.TextInput-label{margin-bottom:8px;font-weight:600;font-size:14px;line-height:17px}.TextInput-field{position:relative}.TextInput-input{width:100%;min-width:320px;box-sizing:border-box;padding:13px 16px;border:2px solid transparent;border-radius:4px;font-weight:inherit;color:var(--main_color);background:#f7f7f7;outline:none;caret-color:currentColor;transition:all .25s cubic-bezier(.165,.84,.44,1)}.TextInput-input._has_left{padding-left:44px}.TextInput-input._has_right{padding-right:44px}*.theme_dark .TextInput-input{background:#1b1b1b}.TextInput-input:focus{border-color:var(--main_color);background:var(--main_background)}.TextInput-input::-moz-placeholder{color:#ccc;opacity:1}.TextInput-input::placeholder{color:#ccc;opacity:1}*.theme_dark .TextInput-input::-moz-placeholder{color:#666}*.theme_dark .TextInput-input::placeholder{color:#666}.TextInput._fullWidth .TextInput-input{min-width:auto}.TextInput._invisible .TextInput-input{border:2px solid transparent;background:transparent}.TextInput._invisible .TextInput-input:hover{border:2px solid #d7d7d7}.TextInput._invisible .TextInput-input:focus{border-color:var(--main_color)}.TextInput._has_error .TextInput-input{border-color:red!important}.TextInput-left,.TextInput-right{position:absolute;top:0;display:flex;align-items:center;height:100%;padding:0 14px}.TextInput-left .IconButton .Icon,.TextInput-right .IconButton .Icon{opacity:1}.TextInput-left{left:0}.TextInput-right{right:0}.TextInput-tip,.TextInput-error{margin-top:10px;font-weight:600;font-size:12px;line-height:15px}.TextInput-tip{color:#ccc}.TextInput-error{color:red}.Accordion{margin:0 auto;padding:0 26px;border-radius:5px;color:#000;background-color:var(--main_gray)}*.theme_dark .Accordion{color:#c5c5c5;background-color:#212121}.Accordion-title{margin:0 0 58px;padding-top:42px;text-align:center;letter-spacing:-.02em;font-size:33px;font-weight:400;font-style:normal;line-height:40px}.Accordion-item{border-top:1px solid rgba(0,0,0,.11)}*.theme_dark .Accordion-item{border-color:#ffffff1c}.Accordion-item:first-child{border-top:0}.Accordion-item-header{position:relative;display:flex;align-items:center;flex-flow:row nowrap;padding:23px 0;cursor:pointer;letter-spacing:-.02em;color:#000;font-size:21px;line-height:25px}*.theme_dark .Accordion-item-header{color:#fff}.Accordion-item-header:hover .Accordion-arrow{opacity:1}.Accordion-item-title{max-width:490px;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600}.Accordion-item-tabs{padding-top:38px}.Accordion-item-body{display:none;padding-bottom:18px;letter-spacing:-.01em;font-size:14px;line-height:22px}.Accordion-item-body p{max-width:490px;margin:0;letter-spacing:0;font-size:inherit;line-height:inherit}.Accordion-item-body p+p{margin-top:19px}.Accordion-item-body ol{width:100%;padding:0;list-style-position:inside}.Accordion-item-body ol:first-child{margin-top:0}.Accordion-item-body ol:last-child{margin-bottom:0}.Accordion-item-body li{margin:0}.Accordion-item-body li+li{margin-top:12px}.Accordion-item-body a{color:inherit}.Accordion-item-body video,.Accordion-item-body img{display:block;width:100%;max-width:526px;margin:40px auto 60px;border-radius:4px;box-shadow:inset 0 1px #fff9,0 22px 70px 4px #0006}.Accordion-item._active .Accordion-item-body{display:block}.Accordion-item._active .Accordion-item-header{padding-bottom:12px}.Accordion-item._active .Accordion-arrow{transform:rotate(180deg);opacity:1}.Accordion-arrow{margin-right:22px;margin-left:auto;transition:opacity .2s;opacity:.2}@media (max-width: 799px){.Accordion{padding:0 11px 11px;margin-left:-11px;margin-right:-11px}.Accordion-item-body{padding-bottom:23px}.Accordion-arrow{margin-right:5px}}.Carousel{width:var(--width);overflow:hidden}.Carousel-pages_wrap{display:flex;transform:translate(calc(-1 * var(--width) * var(--current_page)));transition:transform .5s cubic-bezier(.22,1,.25,1)}.Carousel-page{display:flex;align-items:center;justify-content:center;width:var(--width);flex-shrink:0}.Carousel-arrows{display:inline-flex;vertical-align:middle}.Carousel-arrows-arrow{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;width:30px;height:30px;border-radius:50%;color:var(--inversed_color);background:var(--inversed_background);transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-arrows-arrow:hover{transition:none;opacity:.7}.Carousel-arrows-arrow:active{opacity:.85;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-arrows-arrow:disabled{opacity:.4;cursor:default}.Carousel-arrows-arrow-back_icon{position:relative;left:-2px;top:1px}.Carousel-arrows-arrow-forward_icon{position:relative;top:1px}.Carousel-arrows-arrow+.Carousel-arrows-arrow{margin-left:9px}.Carousel-arrows._dots_centered .Carousel-arrows-arrow{margin:0 8px}.Carousel-dots{display:inline-flex;height:30px;align-items:center;vertical-align:middle}.Carousel-dots-dot_container{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;padding:5px}.Carousel-dots-dot_container:hover .Carousel-dots-dot{transition:none;opacity:.7}.Carousel-dots-dot_container:active .Carousel-dots-dot{opacity:.85;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-dots-dot{width:8px;height:8px;border-radius:50%;background:var(--inversed_background);opacity:.4;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-dots-dot._active{opacity:1}.Carousel-arrows+.Carousel-dots{margin-left:24px}.Paginator{display:flex;align-items:center;flex-shrink:0;width:100%;height:48px;justify-content:center}.Paginator-dot{height:8px;border-radius:50%;opacity:.1;background:var(--inversed_background);width:8px}.Paginator-dot._active{opacity:1}.Paginator-dot+.Paginator-dot{margin-left:8px}.Paginator:hover{cursor:pointer}.Gallery{background:#000;color:#fff;text-align:center;position:relative;padding-top:46px}@media (max-width: 799px){.Gallery{margin-left:-20px;margin-right:-20px;margin-bottom:20px}}.Gallery .Carousel-dots-dot{background:#fff}.Gallery .Carousel-controls{position:absolute;bottom:10px;width:100%;z-index:2}.Gallery:after{content:"";height:100px;bottom:0;left:0;right:0;position:absolute;background:linear-gradient(0deg,#000,#000000bf,#0000);z-index:1}.Gallery-Header{color:#e3631b;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.09em}.Gallery-Slides{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory}.Gallery-Slide{flex-basis:100%;flex-grow:0;flex-shrink:0;align-self:center;scroll-snap-align:center}.Gallery-Slide h1{font-style:normal;font-weight:500;font-size:36px;line-height:120.4%;letter-spacing:-.01em}.Gallery-Slide p{opacity:.5;margin-bottom:50px;padding:0 20px}.Gallery-Slide img{max-height:400px}@media (max-width: 799px){.Gallery-Slide{max-width:100%;overflow:hidden;text-align:center}.Gallery-Slide h1{font-size:24px}.Gallery-Slide p{font-size:16px;padding:0 20px}.Gallery-Slide p br{display:none}.Gallery-Slide svg{max-width:100%;margin:0 auto}.Gallery-Slide img{max-height:200px}}.Gallery .Paginator{position:absolute;bottom:0;margin:10px auto;z-index:10}.Gallery .Paginator .Paginator-dot{background:#fff;opacity:.3}.Gallery .Paginator .Paginator-dot._active{background:#fff;opacity:.7}.GiftSelector{box-sizing:border-box;max-width:550px}.GiftSelector-Header{width:-moz-min-content;width:min-content;white-space:nowrap;margin:auto;cursor:pointer;padding-bottom:42px;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:19px;letter-spacing:0em}.GiftSelector-Header .Switcher{margin-left:12px;position:relative;top:2px}.GiftSelector .GiftSelector-Body{box-sizing:border-box;width:550px;border-radius:10px;padding:0 120px;background:#eee;text-align:center}*.theme_dark .GiftSelector .GiftSelector-Body{background:#333}@media (max-width: 799px){.GiftSelector .GiftSelector-Body{width:100%;padding:0 10px}}.GiftSelector .GiftSelector-Body h2{font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:27px;margin-top:40px;margin-bottom:32px}.GiftSelector .GiftSelector-Body .TextInput{width:100%;box-sizing:border-box;margin-bottom:8px}.GiftSelector .GiftSelector-Body .TextInput input{min-width:auto;background:#fff}*.theme_dark .GiftSelector .GiftSelector-Body .TextInput input{background:#1b1b1b}.GiftSelector .GiftSelector-Body .TextInput input:focus{border-color:transparent}.GiftSelector .GiftSelector-Body .Textarea{box-sizing:border-box;width:100%;font-size:100%;padding:13px 16px;border-radius:4px;--line_height: 26px}.GiftSelector .GiftSelector-Body .Button{width:200px;margin-bottom:40px}.GiftSelector-HowItWorks{text-align:left;margin-bottom:48px}.GiftSelector-HowItWorks h4{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:.01em;text-align:left}.GiftSelector-HowItWorks p{font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left;opacity:.6}.GiftSelector .GiftSelector-Body{max-height:0px;transition:max-height .25s;overflow:hidden}.GiftSelector._active .GiftSelector-Header{cursor:default}.GiftSelector._active .GiftSelector-Body{max-height:1000px}@media (min-width: 800px){.GiftSelector._active{margin:40px auto}}@media (max-width: 799px){.GiftSelector._active{margin:20px auto}}.TariffSelector{box-sizing:border-box;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}@media (max-width: 799px){.TariffSelector{grid-template-columns:1fr}}.TariffSelector-pro{display:flex;align-items:flex-end;flex-flow:column nowrap;gap:10px}.TariffSelector:not(._showBasic){grid-template-columns:1fr}@media (min-width: 800px){.TariffSelector:not(._showBasic) .TariffSelector-pro{flex-direction:row}.TariffSelector:not(._showBasic) .TariffSelector-pro .TariffSelector-tariff{height:100%}}.TariffSelector-tariff{width:100%;padding:12px 11px 12px 16px;box-sizing:border-box;border:2px solid transparent;background:#ecedef;border-radius:12px;line-height:1.4;display:grid;grid-template-columns:1fr 100px;grid-template-areas:"name highlight" "price price" "description description";transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.TariffSelector-tariff-tariff:has(.TariffSelector-tariff-options){grid-template-areas:"name highlight" "price price" "description options"}.TariffSelector-tariff:not(:has(.TariffSelector-tariff-highlight)):not(:has(.TariffSelector-tariff-options)){grid-template-columns:1fr;grid-template-areas:"name" "price" "description"}*.theme_dark .TariffSelector-tariff{background:#444}.TariffSelector-tariff._clickable{cursor:pointer}.TariffSelector-tariff._clickable:hover{border-color:#000}*.theme_dark .TariffSelector-tariff._clickable:hover{border-color:#fff}.TariffSelector-tariff._active{border-color:#000;background:#fff}*.theme_dark .TariffSelector-tariff._active{border-color:#fff;background:#000}.TariffSelector-tariff-name{grid-area:name;font-weight:600;margin-bottom:10px}.TariffSelector-tariff-price{grid-area:price}.TariffSelector-tariff-description{grid-area:description;color:#999;font-size:14px;margin-top:2px;white-space:nowrap}.TariffSelector-tariff-highlight{grid-area:highlight;text-align:right}.TariffSelector-tariff-highlight span{white-space:nowrap;text-align:center;padding:5px 10px;border-radius:999px;background-color:#ccc;color:#fff;background-color:#000;font-size:12px}*.theme_dark .TariffSelector-tariff-highlight span{background-color:#111}.TariffSelector-tariff-options{grid-area:options;white-space:nowrap;text-align:right;align-self:end}.TariffSelector-tariff s{opacity:.5}.TariffSelector-tariff s b{font-weight:400}@media (max-width: 799px){.TariffSelector-variants{flex-flow:column;align-items:stretch}}.InfoIcon{cursor:pointer}.InfoIcon circle{fill:#000}.InfoIcon path{fill:#fff}.List li{list-style-type:none;padding-left:32px;padding-bottom:16px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%230038FF' stroke-width='1.4'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position-x:6px;background-position-y:4px}.TextFeaturesList h4{text-transform:uppercase;font-size:14px;opacity:.5;letter-spacing:.05em;font-weight:400;margin:0 0 1em;padding:0}.TextFeaturesList .List+h4{margin-top:1em}.TextFeaturesList-note{opacity:.3;margin:.5em 0 0;padding:0}@media (min-width: 800px){.Paywall-modal_body{padding:40px 62px 50px}.Paywall .Gallery{margin:-40px -62px 3em}.Paywall-columns{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px}.Paywall .QuotesShower{position:sticky;position:-webkit-sticky;top:20px;padding-bottom:16px}}.Paywall .StandartModal-close_button{color:#fff;z-index:100}@media (max-width: 799px){.Paywall-modal_body{padding:0 20px 20px;margin:0}.Paywall .Gallery{padding-top:45px}.Paywall .StandartModal-close_button{top:40px;right:10px}.Paywall .QuotesShower{height:350px}.Paywall .Paywall-columns._mobile_reverse{display:grid;grid-template-columns:1fr;grid-template-areas:"first" "last";gap:40px}.Paywall .Paywall-columns._mobile_reverse>.Paywall-column:first-child{grid-area:last}.Paywall .Paywall-columns._mobile_reverse>.Paywall-column:last-child{grid-area:first}}.Paywall hr{border:0;padding:0;margin:2em 0;height:1px;background:rgba(var(--main_color_rgb),.2)}.Paywall-lock{text-align:center}.Paywall-title{margin:0 0 24px;text-align:center}.Paywall-message{margin:0 auto 67px;text-align:center;line-height:28px;max-width:555px}.Paywall-paragraph{max-width:600px;margin:32px 0 0;font-size:18px;line-height:140%}.Paywall-trialnotes{text-align:center;color:rgba(var(--main_color_rgb),.5);margin-top:2em;margin-bottom:4em}.Paywall-trialnotes p{margin:0 0 .5em;font-size:14px;line-height:140%}.Paywall-features_grid{display:flex;flex-wrap:wrap;margin:21px 0 89px}.Paywall-features_grid-feature{display:flex;margin-top:43px;flex-basis:33%;align-items:center;font-weight:600}.Paywall-features_grid-feature .Icon{margin-right:16px}.Paywall .Paywall-button{width:100%;font-size:18px}.Paywall-button+.Paywall-button{margin-top:16px}.Paywall-column .IconedFeaturesList{margin-left:0;margin-right:0}.Paywall-column .IconedFeaturesList .IconedFeaturesList-feature{flex-basis:100%;margin-top:0;padding-top:0;padding-left:0}.Paywall-Quotes{-moz-columns:3;columns:3;-moz-column-gap:20px;column-gap:20px;padding-top:40px;padding-bottom:40px}.Paywall-Quotes .Quote{margin-bottom:60px;-moz-column-break-inside:avoid;break-inside:avoid;bottom:0;top:0}.Paywall-Quotes .Quote:before{margin-top:0;bottom:0}@media (max-width: 799px){.Paywall-Quotes{-moz-columns:1;columns:1}}@media (max-width: 799px){.Paywall-Chronology{max-width:100vw;margin-left:-35px;margin-right:-35px;position:relative}.Paywall-Chronology-Content{box-sizing:border-box;overflow-y:scroll;padding-left:30px;padding-right:70px}.Paywall-Chronology-Content .ChronologyImage{min-width:700px}.Paywall-Chronology:before,.Paywall-Chronology:after{content:"";position:absolute;width:30px;height:100%;top:0}.Paywall-Chronology:before{left:0;background:linear-gradient(to left,transparent,white)}.Paywall-Chronology:after{right:0;background:linear-gradient(to right,transparent,white)}}.PaywallControls{font-size:14px;line-height:19px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"button button button" "gift currency discount"}@media (max-width: 799px){.PaywallControls{grid-template-columns:1fr 1fr;grid-template-areas:"button button" "currency discount" "none gift"}}.PaywallControls-currency{grid-area:currency;text-align:center}.PaywallControls-currency .CurrencySelector{margin:-3px auto 0}@media (max-width: 799px){.PaywallControls-currency{text-align:left}.PaywallControls-currency .CurrencySelector{margin-left:0;margin-right:0}}.PaywallControls-button{grid-area:button;font-size:18px;width:100%;margin-bottom:10px}.PaywallControls-gift{grid-area:gift;text-align:left}@media (max-width: 799px){.PaywallControls-gift{text-align:right}}.PaywallControls-discount{grid-area:discount;white-space:nowrap;text-align:right}*.theme_dark .ChronologyImage-Checkmark{stroke:#000}.IOSPaywall-buttons{margin-top:30px;margin-bottom:30px;display:grid;grid-template-columns:1fr;gap:10px}.IOSPaywall-buttons .Button-content{display:block}.IOSPaywall-links{margin-top:30px;margin-bottom:30px;text-align:center}.IOSPaywall-links-link{color:var(--main_color);margin-right:10px;text-decoration:underline}.CalendarWidgetCommonSelector{height:32px;display:flex}.CalendarWidgetCommonSelector-current{width:calc(100% - 96px);font-weight:500;border-radius:5px;border:none;background:var(--calendar_widget_main_background);color:#fff;cursor:pointer}.CalendarWidgetCommonSelector-current:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetCommonSelector-current._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetCommonSelector-current:disabled{cursor:default}.CalendarWidgetCommonSelector-button{width:32px;margin:0 8px;background:transparent;border:none;cursor:pointer;border-radius:5px;opacity:.4}.CalendarWidgetCommonSelector-button:hover{background:#ffffff26;opacity:1}.CalendarWidgetSeparator{margin:8px 0;border:none;border-top:1px solid rgba(255,255,255,.1)}.CalendarWidgetShortcuts{display:flex;flex-direction:column;justify-content:flex-end;flex-grow:1}.CalendarWidgetShortcuts-buttons{display:flex;justify-content:space-evenly;height:32px}.CalendarWidgetShortcuts-button{flex-grow:1;flex-basis:33%;font-size:14px;margin:0 8px;background:transparent;border:none;border-radius:5px;color:#fff;cursor:pointer;white-space:nowrap}.CalendarWidgetShortcuts-button._selected{background:var(--calendar_widget_selected_background);color:#fff}.CalendarWidgetShortcuts-button:hover{background:#ffffff26;color:#fff}.CalendarWidgetWeekNumber{display:inline-block;width:100%;padding:6px 12px!important;font-size:12px;line-height:20px;color:#fffc;background:none;border:0;cursor:pointer}.CalendarWidgetWeekNumber:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetWeekNumber._selected{background-color:var(--calendar_widget_selected_background)}.CalendarWidgetWeekNumber:disabled{cursor:default}.CalendarWidgetWeeks{width:100%;border-spacing:0;padding:4px 0}.CalendarWidgetWeeks-title{font-size:9px;padding:4px 0;font-weight:600;color:#ffffff4d;text-transform:uppercase;text-align:center}.CalendarWidgetWeeks-title._first{padding-left:13px}.CalendarWidgetWeeks-title:last-child{padding-right:14px}.CalendarWidgetWeeks-week:hover{background-color:#ffffff0d}.CalendarWidgetWeeks-day-wrapper{text-align:center;padding:0}.CalendarWidgetWeeks-day-wrapper._first{padding-left:13px}.CalendarWidgetWeeks-day-wrapper:last-child{padding-right:14px}.CalendarWidgetWeeks-day{display:inline-block;width:24px;height:24px;padding:0;margin:4px 0;font-size:14px;line-height:24px;color:#fffc;background:none;border:0;cursor:pointer}.CalendarWidgetWeeks-day:not(._selected):not(:disabled):hover{background:#ffffff26;border-radius:24px}.CalendarWidgetWeeks-day._weekend{color:#fff3}.CalendarWidgetWeeks-day._today:not(._selected){border:1px solid #FFFFFF;border-radius:24px;line-height:22px}.CalendarWidgetWeeks-day._selected{color:#fffc;background-color:var(--calendar_widget_selected_background);border-radius:24px}.CalendarWidgetWeeks-day:disabled{cursor:default}.CalendarWidgetWeeks-week-number-wrapper{width:74px;padding:0;margin:0;border-right:1px solid rgba(255,255,255,.1)}.CalendarWidgetQuarterSelector{height:32px;display:flex;margin-left:8px}.CalendarWidgetQuarterSelector-button{width:32px;border-radius:45px;border:none;background:var(--calendar_widget_main_background);font-size:14px;font-weight:400;color:#fffc;cursor:pointer}.CalendarWidgetQuarterSelector-button:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetQuarterSelector-button._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetQuarterSelector-button+.CalendarWidgetQuarterSelector-button{margin-left:8px}.CalendarWidgetYearSelector{height:32px;display:flex}.CalendarWidgetYearSelector-current{width:100%;font-weight:500;border-radius:5px;border:none;background:var(--calendar_widget_main_background);color:#fff;cursor:pointer}.CalendarWidgetYearSelector-current:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetYearSelector-current._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetYearSelector-current:disabled{cursor:default}.CalendarWidgetYearSelector-button{width:32px;margin:0 8px;background:transparent;border:none;cursor:pointer;border-radius:5px;opacity:.4;flex-shrink:0}.CalendarWidgetYearSelector-button:hover{background:#ffffff26;opacity:1}:root{--calendar_widget_main_background: #1b1b1b;--calendar_widget_selected_background: #0075ff}.CalendarWidget{display:flex;flex-direction:column;width:306px;box-sizing:border-box;background:var(--calendar_widget_main_background);padding:8px 0;box-shadow:0 2px 9px #00000059;border-radius:4px}.CalendarWidget button{padding:0}.CalendarDropdown{max-width:none}.CalendarDropdown .CalendarWidget{box-shadow:none;padding-top:0}.BackgroundSelector{display:grid;grid-template-columns:repeat(auto-fill,92px);justify-content:center;gap:4px;background:var(--main_background)}.BackgroundSelector-background{position:relative;width:92px;height:131px;border-radius:12px;border:solid 1px rgba(var(--main_color_rgb),.12);transition:transform .15s ease}.BackgroundSelector-background:hover{cursor:pointer;transform:scale(1.02)}.BackgroundSelector-background._selected{border:2px solid rgba(var(--inversed_background_rgb),.8)}.BackgroundSelector-background._plus{background:#ecedef}*.theme_dark .BackgroundSelector-background._plus{background:#333}.BackgroundSelector-background-image{width:100%;height:100%;border-radius:10px;border-color:#fff;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.BackgroundSelector-background-icon{position:absolute;top:10px;right:10px}.BackgroundSelector-background-plus_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.3}.EmojiPicker .emoji-mart{display:flex;flex-direction:column;max-width:90vw;box-shadow:0 2px 9px #00000059}.EmojiPicker .emoji-mart-scroll{order:1;padding:0;height:250px}.EmojiPicker .emoji-mart-bar{order:2;border-bottom:none}.EmojiPicker .emoji-mart-anchor{padding:4px}.EmojiPicker .emoji-mart-anchor-bar{display:none}.EmojiPicker .emoji-mart-category{padding:4px;border-bottom:1px solid #ddd}.EmojiPicker .emoji-mart-category-label{width:0;height:0;overflow:hidden}.EmojiPicker .emoji-mart-category .emoji-mart-emoji{outline:none}.EmojiPicker .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.EmojiPicker .emoji-mart.emoji-mart-dark{background:#2d2d2d;border-color:#424242}.EmojiPicker .emoji-mart.emoji-mart-dark .emoji-mart-category{border-color:#424242}.EmojiPicker .emoji-mart.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#424242}.Tabs-header{position:relative;display:flex;max-width:100%;margin-bottom:24px;border-bottom:1px solid #d7d7d7}.Tabs-header-shadow_wrap{position:relative;overflow:hidden}.Tabs-header-shadow_wrap:before,.Tabs-header-shadow_wrap:after{position:absolute;z-index:1;top:0;display:block;height:100%;width:50px;content:" ";pointer-events:none;opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Tabs-header-shadow_wrap:before{background:linear-gradient(90deg,var(--main_background),rgba(255,255,255,0))}*.theme_dark .Tabs-header-shadow_wrap:before{background:linear-gradient(90deg,var(--main_background),rgba(0,0,0,0))}.Tabs-header-shadow_wrap:after{right:0;background:linear-gradient(-90deg,var(--main_background),rgba(255,255,255,0))}*.theme_dark .Tabs-header-shadow_wrap:after{background:linear-gradient(-90deg,var(--main_background),rgba(0,0,0,0))}.Tabs-header-shadow_wrap._show_shadow_left:before{opacity:1}.Tabs-header-shadow_wrap._show_shadow_right:after{opacity:1}.Tabs-header-scrollable_content{display:flex;overflow-x:auto}.Tabs-side_tabs{display:flex;padding-left:24px;align-items:center;flex-shrink:0;margin-left:auto}.Tabs-tabs_wrap{display:flex;flex-grow:1;padding-right:24px}.Tabs-tab_wrap,.Tabs-tab{flex-shrink:0;padding:12px 0;line-height:140%}.Tabs-tab_wrap{position:relative;display:inline-block;font-weight:600;color:transparent;border-bottom:3px solid transparent}.Tabs-tab_wrap+.Tabs-tab_wrap{margin-left:24px}.Tabs-tab{position:absolute;top:0;width:100%;cursor:pointer;color:var(--main_color);border:none;outline:none;background:transparent;font-weight:400}.Tabs-tab._active{border-bottom:3px solid var(--main_color);font-weight:600}.Tabs-content{width:100%}.SpaceAvatar._inline{vertical-align:text-bottom}.AppImport{text-align:start;padding-bottom:8px}.AppImport-newImport{padding-bottom:16px}.AppImport-newImport-title{margin-bottom:16px}.AppImport-newImport-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;row-gap:24px}.AppImport-newImport-actions,.AppImport-newImport-tip{min-width:240px;flex:1 1 0}.AppImport-newImport-actions{flex-grow:1}.AppImport-newImport-tip{font-size:14px;line-height:20px;color:var(--dimmed_text_color)}.AppImport-newImport-tip h4{margin:0 0 12px}.AppImport-newImport-tip ul{margin:8px 0 0 16px;padding:0;list-style-type:disc}.AppImport-newImport-fileInputLabel{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:120px;border:1px dashed rgba(0,0,0,.1);border-radius:12px;background-color:#00000005;color:var(--dimmed_text_color);font-size:16px;text-align:center;cursor:pointer;transition:border-color .2s;position:relative;padding:32px 0;outline:none}.AppImport-newImport-fileInputLabel:hover,.AppImport-newImport-fileInputLabel:focus{border-color:#0006;background-color:#00000005}.AppImport-newImport-fileInput{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;left:0;top:0;z-index:2}.AppImport-newImport-fileInput:disabled+.NewImport-fileInputLabel{cursor:not-allowed;opacity:.6}.AppImport-newImport-fileInputText{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1;gap:12px}.AppImport-newImport-reading,.AppImport-newImport-error{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:14px;opacity:.8}.AppImport-newImport-error{color:#b70606}.AppImport-history-header{margin-top:24px;margin-bottom:8px}.AppImport-history-table{border-collapse:collapse;width:100%}.AppImport-history-table tr td{padding:8px;border-bottom:1px solid var(--dimmed_border_color)}.AppImport-history-table tr td:first-child{padding-left:0}.AppImport-history-table tr td:last-child{padding-top:12px;padding-right:0;text-align:right}.AppImport-history-table tr:last-child td{border-bottom:none}.AppImport-history-row{height:40px;text-align:left;vertical-align:middle}.AppImport-history-row-date{width:220px;opacity:.6;font-size:14px}.AppImport-history-row-app{width:80px;font-weight:500}.AppImport-history-row-status._processing{opacity:.6}.AppImport-history-row-status._success{position:relative;padding-left:20px}.AppImport-history-row-status._success:before{content:"✓";position:absolute;left:0;font-size:16px}.AppImport-history-row-status._failed{color:#b70606}.AppSelector{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--dimmed_border_color);border-radius:10px;padding:8px;width:-moz-fit-content;width:fit-content}.AppSelector-arrow{width:12px;height:12px;transform:rotate(270deg);margin:8px 0}.SpaceModal{border-radius:8px}@media (min-width: 800px){.SpaceModal{margin-top:10px}}.SpaceModal .Tabs{width:100%}.SpaceModal .StandartModal-title{color:var(--headers_color);opacity:.5;text-align:center;padding:12px 0}.SpaceModal .StandartModal-close_button{top:12px;right:12px;z-index:3}@media (max-width: 799px){.SpaceModal .StandartModal-close_button{padding-top:env(safe-area-inset-top)}}.SpaceModal .StandartModal-body{text-align:center;padding:0 50px 25px}@media (max-width: 799px){.SpaceModal .StandartModal-body{padding:0 20px 20px}}.SpaceModal .StandartModal-body h1{font-size:32px;font-weight:600;line-height:44px;margin:0}.SpaceModal .StandartModal-body h2{font-weight:400;opacity:.5;margin-top:0;margin-bottom:44px}.SpaceModal .StandartModal-footer{display:flex;justify-content:flex-end;border-radius:0 0 8px 8px}.SpaceModal-onboarding img{width:100%;margin-bottom:80px}.SpaceModal-onboarding p{font-size:18px;line-height:140%;margin-bottom:40px}.SpaceModal-member{display:flex;justify-content:space-between;align-items:center;-moz-column-gap:14px;column-gap:14px;padding:10px 0;border-bottom:1px solid rgba(var(--main_color_rgb),.1)}.SpaceModal-member-info{display:flex;align-items:center;-moz-column-gap:10px;column-gap:10px}.SpaceModal-member:last-child{border-bottom:none}.SpaceModal-member-icon,.SpaceModal-member-image{width:38px;height:38px;border-radius:19px}.SpaceModal-member-role{font-weight:400;margin-right:15px}.SpaceModal-member-arrow{width:16px;height:16px;transform:rotate(270deg);position:relative;top:2px;transition:transform .25s cubic-bezier(.165,.84,.44,1)}.SpaceModal-member ._open .SpaceModal-member-arrow{transform:rotate(90deg);transition:transform .3s cubic-bezier(.165,.84,.44,1)}.SpaceModal-settings{padding-top:70px;display:flex;flex-direction:column;align-items:center}.SpaceModal-settings-intro{margin-top:-50px;margin-bottom:50px;font-size:22px;line-height:140%;max-width:530px}@media (max-width: 799px){.SpaceModal-settings-intro{margin-top:-70px;margin-bottom:20px;font-size:17px}}.SpaceModal-settings-icon,.SpaceModal-settings-image{width:154px;height:154px;border-radius:77px;background-color:#eaeaeb;vertical-align:center;line-height:154px;font-size:100px;color:var(--main_background)}*.theme_dark .SpaceModal-settings-icon,*.theme_dark .SpaceModal-settings-image{background:#1b1b1b}.SpaceModal-settings-icon{cursor:pointer}.SpaceModal-settings-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.SpaceModal-settings .TextInput{border-radius:8px;padding-top:25px;padding-bottom:55px;font-size:22px}.SpaceModal-settings-emojis{display:flex;justify-content:space-between;max-width:200px;flex-wrap:wrap;padding:0 10px}.SpaceModal-settings-emojis .Menu-item{flex:0 0 20%;text-align:center;padding:5px;border-radius:5px;font-size:20px}.SpaceModal-settings-emojis .Menu-item:hover{background:#404040;cursor:pointer}@media (max-width: 799px){.SpaceModal-settings-emojis .Menu-item{font-size:16px}}.SpaceModal-settings-delete-button{margin-top:90px;opacity:.4;text-decoration:underline;cursor:pointer;margin-bottom:1em}@media (max-width: 799px){.SpaceModal-settings-delete-button{margin-top:80px}}.SpaceModal-settings-delete-button:active{opacity:.6}.SpaceModal-settings-confirm-delete{border-radius:8px;margin-top:310px;max-width:660px}.SpaceModal-settings-confirm-delete .StandartModal-body{padding-top:15px;padding-bottom:15px}.SpaceModal-settings-confirm-delete .StandartModal-footer{border-radius:0 0 8px 8px;display:flex;justify-content:space-between}.SpaceModal-settings-confirm-delete-button.Button{background:#f34949;border-color:#f34949;color:var(--main_background)}.SpaceModal-share-link{display:flex;gap:5px}.SpaceModal-invite{margin-right:10px;text-align:start}.SpaceModal-invite p{line-height:1.6}.SpaceModal-invite .Button{padding:11px 18px}.SpaceModal-invite button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;color:#616161}.SpaceModal-invite input{min-width:auto;overflow:hidden;text-overflow:ellipsis;background:var(--main_background);padding:10px 18px;border:1px solid #0075ff}.SpaceModal-invite input:focus{border-color:#0075ff}@media (max-width: 799px){.SpaceModal-invite input{min-width:inherit}}@media (min-width: 800px){.SpaceModal-background{padding:0 54px}}@media (max-width: 799px){.SpaceModal-background .BackgroundSelector{justify-content:center;margin-right:auto}.SpaceModal-background .BackgroundSelector-background{width:92px;height:131px;margin:0 4px 4px 0}}.SpaceModal-cloning{text-align:left;line-height:1.3}.SpaceModal-cloning ul{margin-bottom:2em}.SpaceModal-cloning li{margin-bottom:.5em}.SpaceModal-tags{text-align:left}.SpaceModal-tags th,.SpaceModal-tags td{padding:6px 12px;font-weight:400}.SpaceModal-tags-header{pointer-events:none}.SpaceModal-tags-done,.SpaceModal-tags-notDone{color:rgba(var(--main_color_rgb),.5)}.SpaceModal-tags-total,.SpaceModal-tags-done,.SpaceModal-tags-notDone{text-align:end}.SpaceModal-tags-color{width:20px;height:20px;background:#ff0;display:block;border-radius:999px}.SpaceModal-tags-tag{text-align:start;font-size:14px}.SpaceModal-tags-tag .SpaceModal-tag{padding:4px;cursor:auto}.SpaceModal-tags-tag .SpaceModal-tag:before{content:"#";font-weight:900;margin-right:1px}.SpaceModal-tags-tag._canEdit span{border-radius:4px;cursor:pointer}.SpaceModal-tags-tag._canEdit span:hover,*.theme_dark .SpaceModal-tags-tag._canEdit span:hover{background:rgba(var(--main_color_rgb),.1)}.SpaceModal-tags-show_hidden_button{margin-top:10px;margin-left:32px;opacity:.8}.DurationPicker{max-width:250px;padding:0}.DurationPicker-start_input_now_wrap{display:flex;justify-content:space-between;padding-right:12px}.DurationPicker-button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;outline:none;background:transparent;border:none;height:25px;width:auto;margin-top:-4px;padding:0 8px 2px;border:1px solid var(--main_color);align-self:center;border-radius:8px;font-size:14px;line-height:150%;color:var(--main_color);text-align:center;transition:opacity .25s}.DurationPicker-button:hover{opacity:.7;transition:none}.DurationPicker-button:active{opacity:1}.DurationPicker-inputs{position:relative;display:flex;padding:0 12px 4px;flex-shrink:0}.DurationPicker-inputs-dots{margin:5px 4px 0;opacity:.7;font-size:24px;line-height:30px}.DurationPicker-html_time_input{position:absolute;top:0;bottom:4px;left:12px;width:111px;opacity:0}.DurationPicker-input{width:48px;padding:4px 8px;border:none;font-size:24px;line-height:150%;color:var(--main_color);text-align:center;background:#494949;border-radius:8px;border:1px solid rgba(255,255,255,.2);outline:none;caret-color:#fffc}.DurationPicker-input::-moz-placeholder{opacity:.5}.DurationPicker-input::placeholder{opacity:.5}.DurationPicker-hint{padding:4px 12px;font-size:12px;color:#616161;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DurationPicker-duration_buttons{display:grid;padding:4px 12px;grid-auto-flow:column;grid-gap:9px}.DurationPicker-duration_buttons .DurationPicker-button{padding:1px 5px 0;border-radius:6px}.DurationPicker-duration_buttons .DurationPicker-button._active{background:#f0e995;border-color:#f0e995;color:var(--inversed_color);opacity:1}@media (max-width: 799px){.RecurrencePicker{padding:8px 0}}.RecurrencePicker-button._active{background-color:#357cf4}.RecurrencePicker-end_date{opacity:.7;font-size:12px;line-height:14px;padding-top:2px}.RecurrencePicker-segments_item{padding:4px 12px 8px}.RecurrencePicker-segments_item .Segments-item{font-size:14px;padding:4px 0}.RecurrencePicker .Icon{color:var(--main_color)}.GoalOptions{max-height:-moz-min-content;max-height:min-content}.GoalOptions-color_picker{max-width:220px}.GoalOptions .GoalOptions-more_colors_pro{display:flex;align-items:center;font-size:12px;padding-left:12px;color:#fff6}.GoalOptions .GoalOptions-more_colors_pro-colors{display:flex;align-items:center;margin-left:8px}.GoalOptions .GoalOptions-more_colors_pro-color{display:inline-block;width:7px;height:7px;border-radius:50%;margin-left:1px;background:var(--color)}.GoalEditorFooter{display:flex;justify-content:space-between;align-items:center;min-height:32px;z-index:10}.GoalEditorFooter-options_button{margin-right:8px;width:28px;height:28px;padding:0;border-radius:50%}.GoalEditorFooter-right_container{display:flex;align-items:center}.GoalEditorFooter-left_container{display:flex;flex-grow:1;align-items:center}.GoalEditorFooter-left_container .GoalEditorFooter-IconButton,.GoalEditorFooter-left_container .GoalEditorFooter-EditorToolbar .IconButton{margin-right:8px}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee{vertical-align:top;transition:padding-top 0s!important}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee:has(.Avatar){padding-top:6px}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee .Avatar{margin-right:6px;margin-left:6px}.GoalEditorFooter-left_container .IconButton{padding:4px;color:var(--icon_color);transition:color .25s}.GoalEditorFooter-left_container .IconButton:hover,.GoalEditorFooter-left_container .IconButton._active{color:var(--icon_hover_color);transition:color 0s}.GoalEditorFooter-left_container .IconButton svg{opacity:1}.GoalEditorFooter-left_container .Icon{margin:0}.CollapsableToolbar-Item{background:var(--main_background)!important;transition:all .25s ease-out!important;margin-right:-32px!important}.CollapsableToolbar-Collapsable{position:relative}.CollapsableToolbar-Collapsable .CollapsableToolbar-Item:first-child{z-index:1}.CollapsableToolbar-Collapsable:after{z-index:2;content:"〉";color:#9996;text-align:center;padding-top:7px;padding-left:9px;box-sizing:border-box;width:32px;height:100%;background:var(--main_background)!important;position:absolute;pointer-events:none;transition:.25s ease-out!important;margin-left:0;opacity:1}.CollapsableToolbar:has(.AssigneeDropdown-target._open) .CollapsableToolbar-Item,.CollapsableToolbar:has(.AssigneeDropdown-target-avatar._open) .CollapsableToolbar-Item,.CollapsableToolbar:hover .CollapsableToolbar-Item{margin-right:8px!important}.CollapsableToolbar:has(.AssigneeDropdown-target._open) .CollapsableToolbar-Collapsable:after,.CollapsableToolbar:has(.AssigneeDropdown-target-avatar._open) .CollapsableToolbar-Collapsable:after,.CollapsableToolbar:hover .CollapsableToolbar-Collapsable:after{margin-left:-32px;opacity:0}.GoalModalDateDropdown-nowrap{white-space:nowrap}.GoalModalDateDropdown-date{font-weight:400;color:#e3631b;text-align:left}.GoalModalDateDropdown-date._base{color:rgba(var(--main_color_rgb),.5)}@media (max-width: 799px){.GoalModalDateDropdown-date{margin-left:-8px}.GoalModalDateDropdown-date .TextButton-content{flex-wrap:wrap;justify-content:flex-start;line-height:20px}}@media (max-width: 799px){.GoalModalDateDropdown-date_text{margin-right:4px}}.GoalModalDateDropdown-recurrence{font-size:14px;color:rgba(var(--main_color_rgb),.5);margin-left:8px;white-space:nowrap}@media (max-width: 799px){.GoalModalDateDropdown-recurrence{margin-left:0}}.GoalModalDateDropdown-recurrence .Icon{vertical-align:text-top;margin-right:4px}.GoalEditorHeader{width:100%;max-width:924px;padding:14px 76px;background:var(--main_background);line-height:35px}.GoalEditorHeader-Content{margin-left:-8px}.GoalEditorHeader .TextButton{min-height:30px}.GoalEditorHeader-PathButton{color:rgba(var(--main_color_rgb),.7)}.GoalEditorHeader-Separator{margin:0 8px;opacity:.2}*.theme_dark .GoalEditorHeader-Separator{opacity:.5}.PlainGoalEditorModal.StandartModal{max-width:924px}.PlainGoalEditorModal._fullscreen{min-height:100%;max-width:100%;margin:0;border-radius:0;padding-bottom:135px}@media (min-width: 924px){.PlainGoalEditorModal{margin:6px auto;border-radius:6px}.PlainGoalEditorModal.StandartModal-body{position:relative;border-radius:6px}.PlainGoalEditorModal .StandartModal-footer{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.PlainGoalEditorModal .GoalEditorHeader{border-top-left-radius:6px;border-top-right-radius:6px}}.PlainGoalEditorModal-content_wrap{max-width:924px;margin:0 auto}.PlainGoalEditorModal-header_buttons{position:absolute;top:12px;right:12px;z-index:3}.PlainGoalEditorModal-header_buttons-tooltip{line-height:20px;white-space:nowrap}.PlainGoalEditorModal-header_buttons .IconButton{margin-left:8px}.PlainGoalEditorModal-header_buttons .Icon{opacity:1;color:var(--icon_color)}.PlainGoalEditorModal-header_buttons .Icon:hover,.PlainGoalEditorModal-header_buttons .Icon._active{color:var(--icon_hover_color);transition:color 0s}.PlainGoalEditorModal-header_buttons a{color:var(--main_color);height:24px}.PlainGoalEditorModal-body.StandartModal-body{min-height:400px;padding-bottom:10px;display:flex;flex-direction:column}.PlainGoalEditorModal .StandartModal-title{padding-left:76px;padding-right:78px}.PlainGoalEditorModal .StandartModal-body{padding-left:0;padding-right:0}.PlainGoalEditorModal .PlainGoalEditor{padding-bottom:0}.PlainGoalEditorModal-footer{z-index:9;height:73px}.PlainGoalEditorModal._fullscreen .PlainGoalEditorModal-body{min-height:calc(100vh - 195px)}.PlainGoalEditorModal._fullscreen .PlainGoalEditorModal-footer{position:fixed;bottom:0;left:0;right:0}.PlainGoalEditorModal-overlay{scroll-padding-bottom:135px}.CloseButtonLite{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;display:inline-flex;width:20px;height:20px;border-radius:50%;color:var(--inversed_color);background:var(--inversed_background)}.CloseButtonLite .Icon{width:16px;height:16px;margin:2px 0 -1px 2px}.StandartModalLite{position:relative;box-sizing:border-box;min-height:var(--windowHeight, 100vh);padding-top:max(16px,env(safe-area-inset-top) + 12px);padding-bottom:calc(128px + env(safe-area-inset-bottom));background:var(--main_background);cursor:default}.StandartModalLite-close_button{position:absolute;z-index:1;top:12px;top:max(16px,env(safe-area-inset-top) + 12px);right:14px;margin-top:-3px}.StandartModalLite-footer{padding-bottom:env(safe-area-inset-bottom)}.StandartModalLite-footer._fixed{position:fixed;bottom:0;left:0;width:100%;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));box-sizing:border-box;border-top:1px solid rgba(0,0,0,.15);background:var(--main_background)}*.theme_dark .StandartModalLite-footer._fixed{border-top:1px solid rgba(255,255,255,.3)}.ClimbSettingsLite{position:relative;min-height:100vh;padding-top:64px;box-sizing:border-box;background:var(--main_background)}.ClimbSettingsLite-close_button_wrap{position:absolute;top:12px;top:env(safe-area-inset-top);right:12px}.ClimbSettingsLite-save_button{position:absolute;top:12px;top:calc(env(safe-area-inset-top) + 8px);right:14px;color:#fff}.ClimbSettingsLite-save_button._disable_padding{padding:0}.ClimbSettingsLite-icon{display:block;width:48px;height:48px;margin:0 auto 8px;background:var(--climb_color);border-radius:50%}.ClimbSettingsLite-title{margin:0 0 24px;padding:0 24px;font-size:24px;line-height:29px;text-align:center}.ClimbSettingsLite-settings_row{padding:0 16px}.ClimbSettingsLite-settings_row-interactive_area{width:100%;padding:16px 0}.ClimbSettingsLite-settings_row-description{font-size:14px;line-height:22px;opacity:.4}.HTMLContentLite{font-size:14px;line-height:22px}.HTMLContentLite h2{margin:40px 0 24px;font-size:18px;line-height:22px}.HTMLContentLite h3{margin:32px 0 24px;font-size:16px;line-height:19px}.HTMLContentLite p{margin:24px 0;font-size:14px;line-height:20px}.HTMLContentLite img{width:100%;border-radius:12px;margin:40px 0}.HTMLContentLite iframe{width:100%;height:300px}.HTMLContentLite a{text-decoration:none;color:#0075ff}.HTMLContentLite a:hover{color:#0038ff}.ClimbGoalEditorModalLite{display:flex;flex-direction:column;justify-content:space-between;background:var(--main_background);padding-top:0;border-top-left-radius:8px;border-top-right-radius:8px}.ClimbGoalEditorModalLite .Editor .ql-editor{min-height:50px;padding-bottom:12px}.ClimbGoalEditorModalLite .Editor-toolbar{margin-left:-9px}.ClimbGoalEditorModalLite-content{box-sizing:border-box;padding:16px 16px 0}.ClimbGoalEditorModalLite-supertitle{width:100%;border-top-left-radius:inherit;border-top-right-radius:inherit;border-top-left-radius:8px;border-top-right-radius:8px}.ClimbGoalEditorModalLite-save_button{color:#fff;font-size:14px;font-weight:600}.ClimbGoalEditorModalLite-save_button._disable_padding{padding:0}.ClimbGoalEditorModalLite-period_title{margin:0;color:red;font-weight:600;font-size:16px;line-height:20px}.ClimbGoalEditorModalLite-title_container{position:relative;align-self:flex-start;box-sizing:border-box}.ClimbGoalEditorModalLite-title{margin:8px 0 12px;font-weight:600;font-size:24px;line-height:29px}.ClimbGoalEditorModalLite-description{margin:12px 0 24px}.ClimbGoalEditorModalLite-rich_description{margin:12px 0 0}.ClimbGoalEditorModalLite-thoughts{margin-top:0;font-size:16px}.ClimbGoalEditorModalLite-climb_settings_button{display:flex;width:100%;padding:11px 9px 9px 18px;margin:24px 0 0;font-weight:400;text-align:left}.ClimbGoalEditorModalLite-climb_settings_button .Button-content{display:inline-flex;align-items:center;white-space:pre}.ClimbGoalEditorModalLite-climb_settings_button .Button-content .Icon{margin-right:16px}.ClimbGoalEditorModalLite-done_button{width:100%;padding-top:12px;padding-bottom:12px}.ClimbGoalEditorModalLite-progress{margin:16px 0 0}.ClimbGoalEditorModalLite-progress-dots{display:flex;flex-wrap:wrap;margin:16px 0 16px -6px}.ClimbGoalEditorModalLite-progress-dots .ClimbProgressDot{width:24px;height:24px}.Drawer,.Drawer-overlay{left:0;position:fixed;right:0;top:0;height:calc(var(--windowHeight))}.Drawer{z-index:4999}.Drawer-enter-done .Drawer-content_l1,.Drawer-enter-active .Drawer-content_l1{transform:translateY(0)}.Drawer-enter-done .Drawer-overlay,.Drawer-enter-active .Drawer-overlay{opacity:1}.Drawer-exit-active .Drawer-content_l1{transform:translateY(100%)}.Drawer-exit-active .Drawer-overlay{opacity:0}.Drawer-overlay{background:#00000080;transition-duration:var(--Drawer-animation_duration);transition-property:opacity;transition-timing-function:ease;z-index:0;opacity:0}.Drawer-content_l1{height:calc(var(--windowHeight));left:0;position:fixed;right:0;top:0;transform:translateY(var(--Drawer-initial_translate_y));transition-duration:var(--Drawer-animation_duration);transition-property:transform;transition-timing-function:ease;will-change:transform;z-index:2}.Drawer-content_l2{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;flex-direction:column;height:auto;transform:translateZ(0);transition-duration:var(--Drawer-animation_duration);transition-property:transform;transition-timing-function:ease}.Drawer-content_l3{min-height:100%;height:auto;border-radius:inherit;display:flex;flex-direction:column;flex-wrap:nowrap;max-height:var(--windowHeight, 100vh);transform:translateZ(0)}.Drawer-close_area{position:absolute;top:0;left:0;width:100%;height:calc(var(--windowHeight, 100vh) * .4)}.Drawer-content_l4{display:flex;height:100%;width:100%;padding-top:calc(var(--windowHeight, 100vh) * .4);flex-direction:column;flex:0 1 auto;overflow-x:hidden;overflow-y:auto}.Drawer-content_l4:before{content:" ";display:block;background:#fff;width:50px;height:5px;border-radius:999px;opacity:.5;position:relative;top:-8px;margin:0 auto}*.theme_dark .Drawer-content_l4:before{opacity:.25}.Drawer-footer{box-sizing:border-box;flex:0 0 auto;line-height:0;padding-bottom:env(safe-area-inset-bottom);transition-duration:.15s;transition-property:background-color,box-shadow;transition-timing-function:ease-in-out;z-index:5;box-shadow:0 -4px 20px #0000001f}.Drawer-scroll_patch{position:fixed;bottom:0;height:env(safe-area-inset-bottom);width:100%;z-index:-1;background-color:var(--main_background);border-radius:inherit}.PlainGoalEditorModalLite{position:relative;display:flex;flex:1;padding-bottom:0;padding-top:16px;flex-direction:column;justify-content:space-between;background:var(--main_background);border-top-left-radius:8px;border-top-right-radius:8px}.PlainGoalEditorModalLite-header{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap;flex-shrink:0;padding:0 48px 12px 16px;min-height:30px;color:var(--headers_color)}.PlainGoalEditorModalLite-header_thoughts_wrap{flex-shrink:0}.PlainGoalEditorModalLite-title_checkbox_wrap{display:flex;align-items:flex-start;gap:8px}.PlainGoalEditorModalLite-period_title{margin:0;color:#e3631b;font-weight:400;font-size:16px;line-height:20px}@media (max-width: 360px){.PlainGoalEditorModalLite-period_title{font-size:14px}}.PlainGoalEditorModalLite-close_button{position:absolute;top:16px;right:8px}@media (max-width: 360px){.PlainGoalEditorModalLite-close_button{font-size:14px}}.PlainGoalEditorModalLite-body{display:flex;height:100%;padding-right:16px;padding-left:16px;padding-bottom:0;flex-direction:column;justify-content:space-between}.PlainGoalEditorModalLite-body .Editor .ql-editor{min-height:inherit}.PlainGoalEditorModalLite-body .Editor-toolbar{margin-left:-9px}.PlainGoalEditorModalLite-body .Editor-toolbar .TextButton{padding:0 8px 0 0}.PlainGoalEditorModalLite-title_container{position:relative;align-self:flex-start;box-sizing:border-box}.PlainGoalEditorModalLite-title_background_wrap{position:absolute;top:0;word-wrap:break-word;margin-top:0;margin-left:1px;box-sizing:border-box;width:100%;pointer-events:none}.PlainGoalEditorModalLite-title_background{font-size:24px;font-weight:700;line-height:30px;color:transparent}.PlainGoalEditorModalLite-title_background{opacity:.2;background:var(--color);box-shadow:0 0 0 2.5px rgba(var(--color),.2)}.PlainGoalEditorModalLite-title{margin:0;font-weight:700;font-size:24px;line-height:30px}.PlainGoalEditorModalLite-title:disabled{cursor:text;color:var(--main_color);-webkit-text-fill-color:var(--main_color);opacity:1}.PlainGoalEditorModalLite-thoughts{display:flex;margin:8px 0 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));font-size:16px;flex-grow:1;flex-direction:column;justify-content:space-between}.PlainGoalEditorModalLite-goal_options-button{width:28px;height:28px;padding:0}.PlainGoalEditorModalLite-goal_controls{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:8px 16px 8px 10px;background:var(--main_background);transition-duration:.15s;transition-property:box-shadow;transition-timing-function:ease-in-out}.PlainGoalEditorModalLite-editor_toolbar{display:flex;align-items:center;gap:8px}.PlainGoalEditorModalLite-editor_toolbar .IconButton{padding:4px}.PlainGoalEditorModalLite-editor_toolbar .IconButton .Icon{opacity:1;color:#7f7f7f}.PlainGoalEditorModalLite-editor_toolbar .Icon{margin:0}.PlainGoalEditorModalLite-footer_options_wrap{display:flex;flex-grow:1;justify-content:space-between;align-items:center;gap:8px;padding-left:4px}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target{color:#7f7f7f;background-color:transparent}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target:active{color:inherit}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-avatar,.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-icon{margin-right:0}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-name{display:none}.PlainGoalEditorModalLite-checkbox{margin-top:5px}.PlainGoalEditorModalLite .GoalSubgoalsList{margin-top:12px;margin-bottom:15px;padding-left:30px;padding-right:0}.PlainGoalEditorModalLite .GoalSubgoalsList .GoalSubgoalsList-actions{justify-content:end;flex-direction:row-reverse;opacity:1}.PlainGoalEditorModalLite .GoalSubgoalsList:has(.GoalSubgoalsList-add_to_top) .GoalRowWrapper:first-child{padding-right:35px}.PlainGoalEditorModalLite .GoalSubgoalsList:has(.GoalSubgoalsList-sort_menu) .GoalRowWrapper:first-child{padding-right:65px}.PlainGoalEditorModalLite .PlainGoalEditorModalLite-title,.PlainGoalEditorModalLite .PlainGoalEditorModalLite-thoughts,.PlainGoalEditorModalLite .PlainGoalEditorModalLite-textarea{caret-color:#e3631b}.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-title,.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-thoughts,.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-textarea{caret-color:rgb(var(--goal-color-text))}.InlineGoalEditor{position:relative;display:flex;align-items:flex-start;flex-direction:column;outline:1px solid #d7d7d7;box-shadow:0 3px 4px #00000012;z-index:1;border-radius:8px;background:var(--main_background);padding:6px 6px 8px;font-size:15px;caret-color:#e3631b;transform:translateZ(0)}.InlineGoalEditor-content{display:flex;align-items:flex-start;flex-direction:row;width:100%}*.theme_dark .InlineGoalEditor{outline-color:#333;box-shadow:0 3px 4px #00000059}@media (hover: hover){.InlineGoalEditor:hover,.InlineGoalEditor._hover{background:var(--main_background)}}@media (hover: none){.InlineGoalEditor:active{background:var(--main_background)}}.InlineGoalEditor-textarea{font-size:inherit;line-height:22px;margin-bottom:0;background:var(--main_background)}.InlineGoalEditor .Checkbox{position:relative;z-index:9;flex-shrink:0;top:1px}.InlineGoalEditor .Checkbox-box{border-color:#c7c7c7}.InlineGoalEditor-input_container{display:flex;box-sizing:border-box;flex-grow:1;padding-left:8px;padding-right:52px}@media (max-width: 799px){.InlineGoalEditor-input_container{padding-right:43px}}.InlineGoalEditor-input_container_label{position:absolute;top:-2px;bottom:-2px;right:-2px;padding-top:11px;padding-right:10px;padding-left:6px;opacity:.75}.InlineGoalEditor-input_container_label._clickable{cursor:pointer;transition:all .25s cubic-bezier(.165,.84,.44,1)}.InlineGoalEditor-input_container_label._clickable:hover{transition:0s;color:#000}*.theme_dark .InlineGoalEditor-input_container_label._clickable:hover{color:#fff}.InlineGoalEditor._compact{font-size:12px;padding:3px 4px;border-radius:4px;line-height:16px;margin-bottom:1px;display:flex;align-items:flex-start;width:auto}.InlineGoalEditor._compact .InlineGoalEditor-content,.InlineGoalEditor._compact .InlineGoalEditor-input_container{display:flex;flex-direction:row;flex-grow:1;align-items:flex-start}.InlineGoalEditor._compact .InlineGoalEditor-textarea{line-height:18px}.InlineGoalEditor._compact .InlineGoalEditor-input_container_label{font-size:18px;font-weight:300;padding-right:4px;padding-top:8px}.InlineGoalEditor._compact .Checkbox{top:1px}.InlineGoalEditor._compact .InlineGoalEditor-input_container{padding:0 36px 0 5px}.GoalRowImageButton{display:inline-block;opacity:.3;cursor:pointer;position:relative;border:none;background-color:#0000;padding:1px 0;color:currentColor;margin-left:4px}.GoalRowImageButton:hover{opacity:1}.GoalRowImageButton .Icon{vertical-align:middle;margin-top:-3px}.GoalRowImageButton._disabled{pointer-events:none}.GoalImage{display:block;flex-basis:100%}.GoalImage img{width:100%;display:block;border-radius:4px}.SubgoalsWrapper{position:relative;padding:0;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.SubgoalsWrapper .Checkbox{padding-left:0;padding-top:0}.SubgoalsWrapper-subgoals{width:100%;position:relative;margin-bottom:16px}.SubgoalsWrapper-subgoals:before{position:absolute;content:"";width:2px;z-index:10;border-left:2px solid rgba(0,0,0,.07);margin-left:14px;height:calc(100% - 9px);left:calc(20px + 14px * var(--nesting-level))}*.theme_dark .SubgoalsWrapper-subgoals:before{border-left:2px solid rgba(255,255,255,.07)}.SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper-subgoals .GoalRow-text_container{padding-left:calc(22px + 14px * var(--nesting-level))!important}.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals:before{margin-left:14px;height:100%;left:calc(12px + 8px * var(--nesting-level))}.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals .GoalRow-text_container{padding-left:calc(15px + 8px * var(--nesting-level))!important}.GoalRowWrapper{padding-bottom:2px}.GoalRowWrapper._dragging{z-index:5100!important}.GoalRow{position:relative;display:flex;align-items:flex-start;flex-direction:column;padding:6px;cursor:pointer;transition:background .3s cubic-bezier(.165,.84,.44,1);border-radius:8px;font-size:15px;font-weight:400;background:var(--main_background);outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.GoalRow-content{display:flex;align-items:flex-start;flex-direction:row;width:100%}.GoalRow-tag{font-size:12px;word-break:break-word;display:inline-block;margin-right:4px}.GoalRow-tag:before{content:"#";font-weight:900;margin-right:1px}.GoalRow._has_color .GoalRow-title,.GoalRow._has_color:hover .GoalRow-title,.GoalRow._has_color._divider{background:rgb(var(--GoalRow-color));box-shadow:0 0 0 2.5px rgb(var(--GoalRow-color));color:rgb(var(--GoalRow-color-text))}.GoalRow._has_color._divider{box-shadow:none}.GoalRow._dragging,.GoalRow._menu_open{transition:none;background:#f6f6f6}*.theme_dark .GoalRow._dragging,*.theme_dark .GoalRow._menu_open{background:#2a2a2a}.GoalRow._dragging._has_color,.GoalRow._menu_open._has_color{background:rgb(var(--GoalRow-color))}.GoalRow._dragging._has_color .GoalRow-title,.GoalRow._menu_open._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body:not(.colored_goals_marker) .GoalRow._has_color{transition:none;background:#f6f6f6}*.theme_dark body:not(.colored_goals_marker) .GoalRow._has_color{background:#2a2a2a}body:not(.colored_goals_marker) .GoalRow._has_color._has_color{background:rgb(var(--GoalRow-color))}body:not(.colored_goals_marker) .GoalRow._has_color._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.GoalRow._compact{margin-bottom:1px}.GoalRow._compact:after{bottom:-1px;height:1px}.GoalRow:not(._disabled):not(._input):active{transition:none;background:#f6f6f6}*.theme_dark .GoalRow:not(._disabled):not(._input):active{background:#2a2a2a}.GoalRow:not(._disabled):not(._input):active._has_color{background:rgb(var(--GoalRow-color))}.GoalRow:not(._disabled):not(._input):active._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover: hover){.GoalRow:not(._disabled):not(._input):hover,.GoalRow:not(._disabled):not(._input)._hover{transition:none;background:#f6f6f6}*.theme_dark .GoalRow:not(._disabled):not(._input):hover,*.theme_dark .GoalRow:not(._disabled):not(._input)._hover{background:#2a2a2a}.GoalRow:not(._disabled):not(._input):hover._has_color,.GoalRow:not(._disabled):not(._input)._hover._has_color{background:rgb(var(--GoalRow-color))}.GoalRow:not(._disabled):not(._input):hover._has_color .GoalRow-title,.GoalRow:not(._disabled):not(._input)._hover._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.GoalRow._disabled:hover{background:none;cursor:auto}.GoalRow._selected,.GoalRow._selected:hover{background:#dae8f9!important}.GoalRow._selected .GoalRow-title,.GoalRow._selected:hover .GoalRow-title{background:transparent!important;box-shadow:none}*.theme_dark .GoalRow._selected,*.theme_dark .GoalRow._selected:hover{background:#468de380!important}.GoalRow._subgoal_parent_target{cursor:copy}.GoalRow._hidden{display:none}.GoalRow._divider{height:24px}.GoalRow-updated_indicator{position:absolute;top:16px;left:-2px;width:5px;height:5px;background:#e3631b;border-radius:50%}.GoalRow .Checkbox{position:relative;z-index:9;flex-shrink:0;top:1px}.GoalRow-info{margin-left:auto;padding-left:10px}.GoalRow-text_container{position:relative;flex-grow:1;align-self:flex-start;box-sizing:border-box;line-height:22px;padding-left:8px;padding-right:6px}.GoalRow-header{display:inline-block}.GoalRow._divider .GoalRow-text_container{margin:0;line-height:24px}.GoalRow-title-wrapper{display:inline-block}.GoalRow-title{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;word-break:break-word;transition:color .15s ease}.GoalRow._done .Checkbox{opacity:.5}.GoalRow._done .GoalRow-title{color:rgba(var(--main_color_rgb),.6)}.GoalRow._done._has_color .GoalRow-title{color:rgba(var(--GoalRow-color-text),.5)}.GoalRow._done .GoalRow-avatar{opacity:.3}.GoalRow._done .GoalRow-tags{opacity:.5}.GoalRow-label{margin-top:2px;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:18px}.GoalRow-label ._clickable{cursor:pointer}.GoalRow-context_label{display:flex;margin-top:2px;align-items:center;flex-wrap:wrap;line-height:18px;font-size:13px}.GoalRow-context_label._accent{color:#ff5050}.GoalRow-recurrence{color:rgba(var(--main_color_rgb),.3);position:relative;top:2px;margin-left:8px}.GoalRow-label,.GoalRow-context_label,*.theme_dark .GoalRow-label,*.theme_dark .GoalRow-context_label{color:rgba(var(--main_color_rgb),.3)}.GoalRow-handle{position:absolute;right:0;margin-top:5px;margin-bottom:-4px;padding:0}.GoalRow._dragging .GoalRow-handle{opacity:1}.GoalRow._add{cursor:pointer;opacity:.5}.GoalRow._add:hover{opacity:.75}.GoalRow._hover{opacity:.75;transition:none;background:#f6f6f6}*.theme_dark .GoalRow._hover{background:#2a2a2a}.GoalRow._hover._has_color{background:rgb(var(--GoalRow-color))}.GoalRow._hover._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.GoalRow-thoughts_icon{margin-left:8px;margin-bottom:2px;vertical-align:middle}.GoalRow-comment_icon{position:relative;display:inline-block;line-height:22px;margin-left:2px;top:2px}.GoalRow-comment_icon .Icon{opacity:.4}.GoalRow-comment_icon-count{margin-left:1px;opacity:.6;position:absolute;top:4px;font-size:8px;line-height:1;font-weight:700}.GoalRow-climb_icon{width:20px;height:20px;margin-left:5px;margin-top:-2px;vertical-align:middle;filter:invert(1)}*.theme_dark .GoalRow-climb_icon{filter:none}.GoalRow._done .GoalRow-climb_icon{opacity:.2}.GoalRow._locked:before{background-color:var(--main_gray)}*.theme_dark .GoalRow._locked:before{background-color:var(--inversed_color)}.GoalRow._locked:hover:before{opacity:1}.GoalRow._locked .GoalRow-title{opacity:.4}.GoalRow._locked .GoalRow-handle{display:none}.GoalRow-lock{display:inline-block;vertical-align:middle;color:#c5c5c5;margin:0 0 -4px 2px}.GoalRow-lock .Tooltip{max-width:110px}.GoalRow-avatar{display:inline-flex;margin-right:4px;position:relative;top:1px;vertical-align:text-bottom}.GoalRow._compact .GoalRow-avatar .Avatar{width:16px!important;height:16px!important}.GoalRow-sync_error{display:inline-block;vertical-align:middle;margin:-3px 0 -5px 8px;cursor:pointer}.GoalRow-sync_error .Tooltip{width:208px}.GoalRow-public_goal{vertical-align:middle;margin-left:4px;opacity:.5}.GoalRow-link_button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;position:absolute;top:5px;right:6px;transition:opacity .3s cubic-bezier(.165,.84,.44,1)}.GoalRow-link_button-icon{border-radius:50%;padding:6px;background:var(--calendar_widget_selected_background);color:#fff}.GoalRow-link_to_button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;position:absolute;right:6px;z-index:1;opacity:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1);cursor:copy}.GoalRow-link_to_button-icon{background:var(--calendar_widget_selected_background);color:#fff;border-radius:50%;padding:6px}.GoalRow-link_to_button{top:5px}.GoalRow:hover .GoalRow-link_to_button{opacity:1;transition:none}.GoalRow-make_subgoal_tooltip .Tooltip{white-space:nowrap}.GoalRow-menu_button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none;position:absolute;top:0;right:0;opacity:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1)}.GoalRow-menu_button-icon{display:block;background:var(--main_background);border-radius:50%;padding:3px}.GoalRow._menu_open .GoalRow-menu_button,.GoalRow:hover .GoalRow-menu_button{opacity:1;transition:none}.GoalRow._divider .GoalRow-menu_button{top:-6px}.GoalRow._divider .GoalRow-menu_button-icon{background:transparent}.GoalRow .GoalImage{padding:4px 0px 0px calc(39px + 14px * var(--nesting-level, -1))}.GoalRow-arrow{opacity:1;width:12px;height:12px;transform:rotate(270deg);margin-left:4px;position:relative;top:2px;transition:transform .25s cubic-bezier(.165,.84,.44,1)}.GoalRow._subgoals_expanded .GoalRow-arrow{transform:rotate(90deg);transition:transform .3s cubic-bezier(.165,.84,.44,1)}.GoalRow._compact{font-size:12px;padding:3px 4px;border-radius:4px}.GoalRow._compact .GoalRow-text_container{line-height:18px;align-self:auto}.GoalRow._compact .GoalRow-header{display:flex;justify-content:space-between;align-items:baseline;gap:3px}.GoalRow._compact .GoalRow-header .GoalRow-time{opacity:.5}.GoalRow._compact .GoalRow-label{font-size:12px;margin-top:0}.GoalRow._compact._add{padding-top:3px;flex-grow:1}.GoalRow._compact._divider{height:10px}.GoalRow._compact .Checkbox{top:1px}.GoalRow._compact .GoalRow-text_container{padding:0 0 0 5px}.InlineAddGoalRow-wrapper._top{padding-top:2px}.InlineAddGoalRow-wrapper._compact{display:flex;flex-direction:column}.InlineAddGoalRow-wrapper._compact:not(._top){flex-grow:1}.Goals{box-sizing:border-box;display:flex;flex-direction:column;padding-bottom:64px;min-height:100%}.Goals._compact{min-height:auto;flex-grow:1;padding-bottom:0}.Goals._compact:not(:hover) .GoalRow._add{opacity:0;transition:opacity .2s ease}.Goals-bottom_gap{width:100%;height:64px;flex-shrink:0}.Goals-add_goal_hover_area{width:100%;height:100%;flex-grow:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Goals-list._dragging_over{pointer-events:none}.Goals-add{display:flex;color:#8e8e8e;line-height:140%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;color:var(--main_color);outline:none;background:transparent;border:none}.Goals-add .Checkbox{margin-right:10px;cursor:pointer}.Goals-hidden{margin-top:4px;padding:6px 6px 6px 30px;font-size:14px;opacity:.5}.Goals-onboarding_hint{padding-top:8px;padding-right:16px;padding-left:10px;opacity:0;font-size:14px;font-weight:400;line-height:20px;transition:opacity .25s ease}.Goals-onboarding_hint._show{opacity:.4}.Goals-complete{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.Goals-complete._active{animation:confettie 5s ease}.Goals._subgoals{padding-top:0;padding-bottom:0}.Goals._subgoals .Goals-bottom_gap{height:0}@keyframes confettie{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.RouterLink{text-decoration:none;color:inherit}.Logo{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:28px;letter-spacing:-.02em;line-height:34px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.SplashScreen{width:100vw;height:90vh;padding:64px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}@media (max-width: 799px){._only_desktop{display:none}}@media (min-width: 800px){._only_mobile{display:none}}:root{color-scheme:light dark;--headers_color: #282a2f;--headers_color_rgb: 40, 42, 47;--main_color: #2d3036;--main_color_rgb: 45, 48, 54;--main_background: #fff;--main_background_rgb: 255, 255, 255;--elevated_background: #f2f2f2;--elevated_background_rgb: 242, 242, 242;--icon_color: #7f7f7f;--icon_hover_color: #333;--main_gray: #f7f7f7;--inversed_color: var(--main_background);--inversed_color_rgb: var(--main_background_rgb);--inversed_background: var(--headers_color);--inversed_background_rgb: var(--headers_color_rgb);--column_background_active: var(--main_background);--column_background_inactive: #fff;--column_separator_color: rgba(0, 0, 0, .06);--dimmed_border_color: #efefef;--current_period_color: #E3631B}.theme_dark{--headers_color: #f7f8f8;--headers_color_rgb: 247, 248, 248;--main_color: #D7D8DB;--main_color_rgb: 215, 216, 219;--main_background: #202021;--main_background_rgb: 25, 25, 25;--elevated_background: #1a1b1c;--elevated_background_rgb: 26, 27, 28;--icon_color: #7f7f7f;--icon_hover_color: #eee;--inversed_color: var(--main_background);--inverserd_color_rgb: var(--main_background_rgb);--inversed_background: var(--headers_color);--inversed_background_rgb: var(--headers_color_rgb);--column_background_active: var(--main_background);--column_background_inactive: var(--main_background);--column_separator_color: #292929;--dimmed_border_color: #292929;color:var(--main_color);background-color:var(--main_background);color-scheme:dark;--current_period_color: #e3631b}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:fallback;src:url(./Inter-Thin-BETA-C48SAVey.woff2) format("woff2"),url(./Inter-Thin-BETA-hM0SpnJj.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:fallback;src:url(./Inter-ThinItalic-BETA-DVjyUBJb.woff2) format("woff2"),url(./Inter-ThinItalic-BETA-CnhdRW1U.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:fallback;src:url(./Inter-ExtraLight-BETA-XT6YhCRT.woff2) format("woff2"),url(./Inter-ExtraLight-BETA-DQEyx1KX.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:fallback;src:url(./Inter-ExtraLightItalic-BETA-DbjIZ5pt.woff2) format("woff2"),url(./Inter-ExtraLightItalic-BETA-CXaZMDya.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:fallback;src:url(./Inter-Light-BETA-C18LLDJw.woff2) format("woff2"),url(./Inter-Light-BETA-COgtmNOQ.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:fallback;src:url(./Inter-LightItalic-BETA-BpKx_tP3.woff2) format("woff2"),url(./Inter-LightItalic-BETA-D9xFNA4b.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:url(./Inter-Regular-Dar2-nRQ.woff2) format("woff2"),url(./Inter-Regular-DoAECITF.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:fallback;src:url(./Inter-Italic-Ctb2FTMY.woff2) format("woff2"),url(./Inter-Italic-DhN7S7ia.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:fallback;src:url(./Inter-Medium-DyzO6fBC.woff2) format("woff2"),url(./Inter-Medium-zpbHaqoG.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:fallback;src:url(./Inter-MediumItalic-yzl0V_Iq.woff2) format("woff2"),url(./Inter-MediumItalic-brxQg1Kf.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:url(./Inter-SemiBold-BxShtueD.woff2) format("woff2"),url(./Inter-SemiBold-EKKaO3hv.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:fallback;src:url(./Inter-SemiBoldItalic-BJYN--wE.woff2) format("woff2"),url(./Inter-SemiBoldItalic-B1xq9HpC.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:fallback;src:url(./Inter-Bold-DwkEV7oY.woff2) format("woff2"),url(./Inter-Bold-C7Yeb1kY.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:fallback;src:url(./Inter-BoldItalic-B-TxFHck.woff2) format("woff2"),url(./Inter-BoldItalic-Ds4xNcHq.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:fallback;src:url(./Inter-ExtraBold-BwaJnYZC.woff2) format("woff2"),url(./Inter-ExtraBold-BzOKBBbv.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:fallback;src:url(./Inter-ExtraBoldItalic-fC3zmXnu.woff2) format("woff2"),url(./Inter-ExtraBoldItalic-Br88qCL3.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:fallback;src:url(./Inter-Black-Cx121Dg2.woff2) format("woff2"),url(./Inter-Black-BIxta2n9.woff) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:fallback;src:url(./Inter-BlackItalic-EoYvh0qP.woff2) format("woff2"),url(./Inter-BlackItalic-Lt3IHv4C.woff) format("woff")}@font-face{font-family:Inter var;font-weight:100 900;font-display:fallback;font-style:normal;font-named-instance:"Regular";src:url(./Inter-roman.var-BMde_HeF.woff2) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:fallback;font-style:italic;font-named-instance:"Italic";src:url(./Inter-italic.var-DAt1ujYf.woff2) format("woff2")}@font-face{font-family:Inter var experimental;font-weight:100 900;font-display:fallback;font-style:oblique 0deg 10deg;src:url(./Inter.var-DbCwp6Vh.woff2) format("woff2")}html,body{position:fixed;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;overscroll-behavior:none;--windowHeight: 100dvh}::-webkit-scrollbar{display:none}*{scrollbar-width:none}*{box-sizing:border-box}*:focus:not(:focus-visible){outline:none}#root{width:100vw;height:100vh;height:var(--windowHeight, 100vh);overflow-y:scroll}body{font-family:Inter,sans-serif;color:var(--main_color);background-color:var(--main_background);color-scheme:light;caret-color:var(--main_color)}body ._no_scroll{overflow:hidden}input[type=text],textarea{color:var(--main_color)}._no_user_select{-webkit-user-select:none;-moz-user-select:none;user-select:none}h1{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:48px;font-weight:800;font-style:normal;line-height:58px}h2{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:31px;font-weight:700;font-style:normal;line-height:38px}h3{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:21px;font-weight:700;font-style:normal;line-height:25px}h4{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:17px;font-weight:700;font-style:normal;line-height:21px}p{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:16px;font-style:normal;line-height:19px}b,strong{font-weight:600}#draggable{position:absolute;pointer-events:none;top:0;left:0;height:100%;width:100%}@keyframes placeholder_fading{0%{opacity:.1}50%{opacity:.25}to{opacity:.1}}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--inversed_background_rgb),.4)}70%{box-shadow:0 0 0 10px rgba(var(--inversed_background_rgb),0)}to{box-shadow:0 0 rgba(var(--inversed_background_rgb),0)}}
