@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}.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 .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-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}.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-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}.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}.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}.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}.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}.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:-10px;margin-right:-10px;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}.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:rgb(var(--goal-color-text));margin-bottom:0}.PlainGoalEditor-title:disabled{cursor:text;color:var(--main_color);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-title.Textarea{font-size:36px;font-weight:600;--line_height: 44px;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}.TimestripeFeature .Icon{display:block;margin-right:16px}.TimestripeFeature-title{display:block;margin:10px 0 0;font-size:16px;font-weight:600;line-height:20px}.TimestripeFeature-description{margin:6px 0 0;font-size:14px;line-height:160%;color:#616161}.TimestripeFeature-badge{display:inline-block;margin:11px 0 0;padding:2px 5px;font-weight:600;font-size:12px;background:#ebebeb;border-radius:3px;color:#000}*.theme_dark .TimestripeFeature-badge{color:#ebebeb;background:#333}.IconedFeaturesList{display:flex;justify-content:center;flex-wrap:wrap;margin:0 -24px}.IconedFeaturesList-feature{padding:36px 48px;flex-basis:33%}.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}}.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}.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}.Gallery{background:#000;color:#fff;text-align:center;position:relative;padding-top:46px}@media (max-width: 799px){.Gallery{margin:-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-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}}.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 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 options";transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.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}.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}@media (min-width: 800px){.Paywall-modal_body{padding:40px 62px 50px}.Paywall .Gallery{margin-top:-40px;margin-left:-62px;margin-right:-62px}.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:20px;margin:0}.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;margin-top:3em}.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}.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}.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}.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}.BackgroundSelector{display:flex;justify-content:flex-start;align-items:space-between;flex-wrap:wrap;background:var(--main_background)}.BackgroundSelector-background{position:relative;width:92px;height:131px;margin:0 4px 4px 0;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}.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:#7f7f7f;transition:color .25s}.GoalEditorFooter-left_container .IconButton:hover,.GoalEditorFooter-left_container .IconButton._active{color:#333;transition:color 0s}*.theme_dark .GoalEditorFooter-left_container .IconButton:hover,*.theme_dark .GoalEditorFooter-left_container .IconButton._active{color:#eee}.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}.FoldersActions{display:inline-flex}.FoldersActions-tooltip{line-height:20px;white-space:nowrap}.FoldersActions-icon{margin-left:8px}.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}.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 12px 8px 14px;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 .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:rgba(var(--main_color_rgb),.25);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:36px;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:40px}.PlainGoalEditorModalLite .GoalSubgoalsList:has(.GoalSubgoalsList-sort_menu) .GoalRowWrapper:first-child{padding-right:75px}.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:14px;caret-color:#e3631b;transform:translateZ(0)}.InlineGoalEditor-content{display:flex;align-items:flex-start;flex-direction:row;width:100%}.InlineGoalEditor._active{padding:6px 6px 6px 10px;font-size:15px;margin-bottom:2px}*.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._active .InlineGoalEditor-textarea{line-height:24px}.InlineGoalEditor .Checkbox{position:relative;z-index:9;flex-shrink:0;top:3px}.InlineGoalEditor._active .Checkbox{top:2px}.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._active .InlineGoalEditor-input_container{padding-left:10px}.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._active .SubgoalsWrapper-subgoals:before{position:absolute;content:"";width:2px;z-index:10;border-left:2px solid rgba(0,0,0,.07);margin-left:16px;height:calc(100% - 8px);left:calc(28px + 18px * var(--nesting-level))}*.theme_dark .SubgoalsWrapper._active .SubgoalsWrapper-subgoals:before{border-left:2px solid rgba(255,255,255,.07)}.SubgoalsWrapper._active .SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper._active .SubgoalsWrapper-subgoals .GoalRow-text_container{padding-left:calc(28px + 18px * var(--nesting-level))!important}.SubgoalsWrapper:not(._active) .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:not(._active) .SubgoalsWrapper-subgoals:before{border-left:2px solid rgba(255,255,255,.07)}.SubgoalsWrapper:not(._active) .SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper:not(._active) .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._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:14px;font-weight:400;background:var(--main_background);outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;margin-bottom:2px}.GoalRow-content{display:flex;align-items:flex-start;flex-direction:row;width:100%}.GoalRow-tags{word-break:break-all;margin-left:8px;display:inline}.GoalRow-tag{font-size:12px;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._active .GoalRow-title,.GoalRow._has_color._active:hover .GoalRow-title{box-shadow:0 0 0 2px 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:after{content:"";background:var(--main_background);bottom:-2px;left:0;height:2px;width:100%;position:absolute}.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._active{padding:6px 6px 6px 10px;font-size:15px;line-height:1.3}.GoalRow._selected,.GoalRow._selected:hover{background:#dae8f9!important}*.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:3px}.GoalRow._active .Checkbox{top:2px}.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._active .GoalRow-text_container{line-height:24px;padding-left:10px}.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._active .GoalRow-title{line-height:18px}.GoalRow-label{margin-top:2px;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:18px}.GoalRow._active .GoalRow-label{font-size:14px}.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._active .GoalRow-context_label{font-size:14px}.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._active .GoalRow-handle{padding:6px 0;margin-top:0;margin-bottom:-5px}.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:not(._active) .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._active .GoalImage{padding:8px 0 5px calc(49px + 18px * 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._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._active{padding-top:12px;padding-left:16px;font-size:18px;line-height:25px}.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}.BoardsList{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column}.BoardsList-item{border-radius:6px;height:32px;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);flex-grow:0;flex-shrink:0;display:flex;flex-wrap:nowrap;align-items:center;overflow-x:visible;color:var(--main_color);text-decoration:none;background:#f2f2f2}.BoardsList-item+.BoardsList-item{margin-top:1px}*.theme_dark .BoardsList-item{background:inherit}.BoardsList-item:focus{outline:none}.BoardsList-item:focus-visible{outline:auto 5px -webkit-focus-ring-color}.BoardsList-item:hover{color:var(--main_color)}@media (min-width: 601px){.BoardsList-item:hover{transition:none;background-color:#e2e2e280}*.theme_dark .BoardsList-item:hover{transition:none;background:#1e1e1e80}}.BoardsList-item:active{background-color:#dedede}*.theme_dark .BoardsList-item:active{background:#1e1e1e}.BoardsList-item._selected{background-color:#e2e2e2c4;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);color:var(--main_color)}*.theme_dark .BoardsList-item._selected{background:#1e1e1ec4}.BoardsList-item._updated span{flex:0 0 auto;width:4px;height:4px;right:5px;top:-8px;position:relative;background-color:#e3631b;border-radius:50%}.BoardsList-item-label{line-height:32px;letter-spacing:.01em;margin-left:16px;margin-right:10px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#797978}._selected .BoardsList-item-label{color:var(--main_color)}.BoardsList-item-icon{flex:0 1;opacity:.3;margin-left:-6px;vertical-align:middle;min-width:16px;margin-right:16px}.BoardsList-item-icon._selected{color:#0075ff;opacity:1}.BoardsList-item-spacer{flex-grow:1}.BoardsList-item-more_button{flex:0 1;width:36px;min-width:36px;text-align:left;height:100%;opacity:0;display:none}.BoardsList-item-more_button-icon{vertical-align:middle}.BoardsList-item-more_button._menu_open{opacity:1;display:flex}.BoardsList-item-board_name_input{margin:0 8px}@media (min-width: 601px){.BoardsList-item:hover .BoardsList-item-more_button{opacity:1;display:flex}}@media (max-width: 600px){.BoardsList-item-more_button._selected{opacity:1;display:flex}}.BoardsList-item-menu-public_status{height:24px;display:flex;align-items:center}.BoardsList-item-menu-public_status-icon{margin-right:8px}.BoardsList-item-menu-public_status-icon._selected{color:#0075ff}.BoardsList-item-menu-help_text{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:10px 16px;font-size:12px;line-height:1.2;color:#fff6}.BoardsList-item-menu-help_text-link{color:#fff;text-decoration:none}.BoardsList-ShareItem{position:relative}.BoardsList-ShareItem .TriangleArrowIcon{position:absolute;top:3px;right:-4px}.AddBoardTitleButton{padding:0;width:14px;height:14px;opacity:.3;position:absolute;right:12px;top:11px;opacity:0}.AddBoardTitleButton:hover{opacity:1}.AddBoardTitleButton .Icon{width:14px;height:14px;margin:0 auto}.CollapsedPanel{display:flex;justify-content:center;align-items:center;box-sizing:border-box;position:relative;padding:12px;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--main_color_rgb),.3);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .25s cubic-bezier(.165,.84,.44,1)}.CollapsedPanel._vertical{min-width:48px;width:48px;transform:rotate(180deg);writing-mode:vertical-rl;box-shadow:inset 1px 0 rgba(var(--main_color_rgb),.1)}.CollapsedPanel._horizontal{justify-content:flex-start;padding:12px calc(5% + 56px + .25rem);min-height:48px;height:48px;box-shadow:inset 0 1px rgba(var(--main_color_rgb),.1)}.CollapsedPanel-expand_button{transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.CollapsedPanel-expand_button._vertical{position:absolute;opacity:0;bottom:8px;right:14px}.CollapsedPanel-expand_button._horizontal{position:absolute;opacity:0;right:14px}.CollapsedPanel._disabled{cursor:auto}.CollapsedPanel:hover:not(._disabled){color:rgba(var(--main_color_rgb),.6)}.CollapsedPanel:hover .CollapsedPanel-expand_button{opacity:1;transition:none}.ButtonWithCounter{-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;--active_background: rgba(var(--active_color_rgb, 235, 235, 235), .1);--inactive_background: #ebebeb;--inactive_color: #888;display:inline-flex;align-items:center;height:32px;padding:0 8px;color:var(--inactive_color);border-radius:5px;transition:background .25s cubic-bezier(.165,.84,.44,1);text-decoration:none}*.theme_dark .ButtonWithCounter{--active_background: rgba(var(--active_color_rgb, 235, 235, 235), .2)}*.theme_dark .ButtonWithCounter:hover{background:#333}.ButtonWithCounter-spinner{margin:0;height:24px;width:24px}.ButtonWithCounter-counter{margin-left:2px;margin-right:2px;font-weight:500;font-size:14px;line-height:14px}.ButtonWithCounter:hover{transition:none;background:var(--inactive_background)}.ButtonWithCounter._active{color:var(--active_color)}.ButtonWithCounter._active:hover{color:var(--active_color);background:var(--active_background)}.AboutBoardPanel{display:flex;flex-direction:row;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;user-select:text}.AboutBoardPanel-about{display:none;width:300px;min-height:100%;flex-shrink:0;box-sizing:border-box;position:relative;border-left:1px solid rgba(var(--main_color_rgb),.1)}.AboutBoardPanel-about-name{overflow:hidden;line-height:40px;font-size:31px;font-weight:700}.AboutBoardPanel-about-name,.AboutBoardPanel-about-description_editor{margin:-8px;padding:8px;background:transparent;border-radius:4px;transition:background-color .25s ease}.AboutBoardPanel-about-name:focus,.AboutBoardPanel-about-description_editor:focus{background-color:rgba(var(--main_color_rgb),.02)}.AboutBoardPanel-about-name:hover,.AboutBoardPanel-about-description_editor:hover{background-color:rgba(var(--main_color_rgb),.04)}.AboutBoardPanel-about-name._disabled,.AboutBoardPanel-about-description_editor._disabled{cursor:auto;-webkit-text-fill-color:var(--main_color);opacity:1}.AboutBoardPanel-about-name._disabled:hover,.AboutBoardPanel-about-description_editor._disabled:hover{background:transparent}.AboutBoardPanel-about-icons{position:absolute;width:100%;top:24px;padding:0 24px;z-index:1;display:flex;justify-content:space-between;align-self:center}.AboutBoardPanel-about-icons-view_options{display:flex;align-items:center;gap:4px}.AboutBoardPanel-about-icons-view_options-button._selected .Icon{opacity:.85}.AboutBoardPanel-about-collapse_button_wrapper{opacity:0}.AboutBoardPanel-about:hover .AboutBoardPanel-about-collapse_button_wrapper{opacity:1}.AboutBoardPanel-about-description_editor{margin-top:18px;margin-bottom:32px;min-height:auto}.AboutBoardPanel-about-card{box-sizing:border-box;position:relative;display:flex;width:100%;padding:98px 22px 32px;flex-direction:column;justify-content:space-between;background:#fafafa;overflow-y:auto}*.theme_dark .AboutBoardPanel-about-card{background:#3b3b3b}.AboutBoardPanel-about-primary_actions{display:flex;flex-direction:column;gap:8px}.AboutBoardPanel-about-primary_actions-share_menu{width:100%;border-radius:8px}.AboutBoardPanel-about-button_primary.Button._variant_black{width:100%;padding:12px;font-weight:400;font-size:16px;line-height:20px;border-radius:8px}.AboutBoardPanel-about-button_primary.Button._variant_black .Button-content{display:flex;align-items:center;justify-content:center;line-height:24px}.AboutBoardPanel-about-button_secondary.Button._variant_black{width:100%;padding:12px;font-weight:400;font-size:16px;border-radius:8px;color:var(--main_color);border-color:transparent;background:rgba(var(--inversed_background_rgb),.1)}.AboutBoardPanel-about-button_secondary.Button._variant_black .Button-content{display:flex;align-items:center;justify-content:center;line-height:24px}.AboutBoardPanel-about-secondary_actions{display:flex;justify-content:center;margin-top:24px}.AboutBoardPanel-about-secondary_actions .ButtonWithCounter{margin-right:3px}.AboutBoardPanel-about-nolists-header{margin-block-start:2em;margin-block-end:.5em}.AboutBoardPanel-about-nolists-info{font-size:15px;line-height:19px}.AboutBoardPanel._mobile{display:flex;align-items:stretch;height:100%}.AboutBoardPanel._mobile .AboutBoardPanel-about{display:flex;width:100%;box-sizing:border-box;padding:0 4px;border-right:none;border-left:none}.AboutBoardPanel._mobile .AboutBoardPanel-about-card{padding:64px 24px 32px;background:var(--main_background);border-radius:12px}.AboutBoardPanel._mobile .AboutBoardPanel-about-author{font-size:21px}.AboutBoardPanel._expanded .AboutBoardPanel-about{display:flex;box-sizing:border-box}.BoardNameInput{padding-left:14px;width:100%;height:32px;font-size:15px;box-sizing:border-box;letter-spacing:.01em;color:var(--main_color);background:#fff0;outline:none;border:2px solid transparent;border-radius:5px}.BoardNameInput:hover{background:#e2e2e2c4}.BoardNameInput:hover::-moz-placeholder{color:#0006}.BoardNameInput:hover::placeholder{color:#0006}.BoardNameInput:focus{background:#ebebeb}.BoardNameInput::-moz-placeholder{color:#0003}.BoardNameInput::placeholder{color:#0003}*.theme_dark .BoardNameInput::-moz-placeholder{color:#fff3}*.theme_dark .BoardNameInput::placeholder{color:#fff3}*.theme_dark .BoardNameInput:hover{background:#1e1e1ec4}*.theme_dark .BoardNameInput:hover::-moz-placeholder{color:#fff6}*.theme_dark .BoardNameInput:hover::placeholder{color:#fff6}*.theme_dark .BoardNameInput:focus{background:#1b1b1b}.AddGoalButtonLite{-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;justify-content:center;align-items:center;height:44px;width:44px;background:var(--main_background);border-radius:50%;transition:transform .25s cubic-bezier(.165,.84,.44,1)}@media (hover: hover){.AddGoalButtonLite:hover,.AddGoalButtonLite._hover{transition:none;transform:scale(.95);color:#000}}@media (hover: none){.AddGoalButtonLite:active{transition:none;transform:scale(.95);color:#000}}@media (hover: hover){*.theme_dark .AddGoalButtonLite:hover,*.theme_dark .AddGoalButtonLite._hover{color:#fff}}@media (hover: none){*.theme_dark .AddGoalButtonLite:active{color:#fff}}.WithMobileNavigation{height:100vh;height:var(--windowHeight, 100vh)}.WithMobileNavigation-top_bar{position:fixed;z-index:5;display:flex;width:100%;flex-shrink:0;justify-content:space-between;align-items:center;box-sizing:border-box;padding:7px 14px;padding-top:calc(7px + env(safe-area-inset-top));border-top:1px solid transparent;border-bottom:1px solid #ebebeb;background:var(--main_background)}*.theme_dark .WithMobileNavigation-top_bar{border-bottom:1px solid #222}.WithMobileNavigation-top_bar-home_button{padding:5px}.WithMobileNavigation-top_bar-home_button_wrap,.WithMobileNavigation-top_bar-action{width:64px}.WithMobileNavigation-top_bar-title{font-weight:500;justify-self:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--headers_color)}.WithMobileNavigation-top_bar-action{display:flex;align-items:center;justify-content:flex-end;padding-top:2px;gap:8px}.WithMobileNavigation-indicator{position:absolute;left:50%;transform:translate(-50%);bottom:-7px}.WithMobileNavigation.ProgressCenterLite .WithMobileNavigation-top_bar-action{width:auto}.WithMobileNavigation .GoalsOptionsButtons{gap:8px}.WithMobileNavigation .IconButton{opacity:.75}.WithMobileNavigation._disable_border .WithMobileNavigation-top_bar{border:none}.WithMobileNavigation-children{position:fixed;width:100%;height:calc(100% - (50px + env(safe-area-inset-bottom,0)));box-sizing:border-box;padding-top:calc(48px + env(safe-area-inset-top));overflow-y:scroll}.WithMobileNavigation._transparent_top_bar .WithMobileNavigation-top_bar{background:transparent;border:0}.WithMobileNavigation._disable_top_bar .WithMobileNavigation-children{padding-top:env(safe-area-inset-top)}.WithMobileNavigation._disable_bottom_navigation .WithMobileNavigation-children{height:100%}.WithMobileNavigation-bottom_navigation{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding-top:8px;height:calc(50px + env(safe-area-inset-bottom,0));padding-bottom:calc(12px + env(safe-area-inset-bottom,0));border-top:1px solid rgba(var(--main_color_rgb),.1);background:#f4f4f6;text-align:center}*.theme_dark .WithMobileNavigation-bottom_navigation{background:var(--main_background)}.WithMobileNavigation-bottom_navigation-link{color:var(--main_color);flex-grow:1;position:relative;font-size:10px;text-decoration:none}.WithMobileNavigation-bottom_navigation-link._active .WithMobileNavigation-bottom_navigation-icon{opacity:1}.WithMobileNavigation-bottom_navigation-link:not(._active) .WithMobileNavigation-bottom_navigation-icon{opacity:.4}.TodayApp-Nav{display:none}.Swiper{width:100%;height:100%;overflow:hidden}.Swiper._auto_height{height:auto}.Swiper-wrap{position:relative;display:flex;height:100%;width:100%;overflow:visible}.Swiper._auto_height .Swiper-wrap{height:auto}.Swiper-slide_placeholder{height:1px;flex-shrink:0}.Swiper-slide{height:100%;flex-shrink:0;overflow-y:auto}.Swiper-slide._preserved{position:absolute;z-index:-1;opacity:0}.Swiper._auto_height .Swiper-slide{height:auto;overflow-y:visible}.Swiper._sliding .Swiper-slide{position:relative}.Swiper._sliding .Swiper-wrap{transform:translate(calc(var(--transform)));transition:transform var(--slide_duration) ease}.EdgesSwiper{height:100%;width:calc(100% - var(--visible-edges-padding) * 2);margin:0 auto;position:relative}.EdgesSwiper-wrapper{width:300%;height:100%;position:absolute}.OptionsButton{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;outline:none;background:transparent;border:none;display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:50%;background:rgba(var(--inversed_background_rgb),.05);color:var(--main_color)}.OptionsButton._compact{width:16px;height:16px}.BucketOptionsMenu-options{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;top:24px;right:24px}.BucketOptionsMenu-options._row{position:initial;top:initial;right:initial;margin-left:4px}.BucketOptionsMenu-options-button{background:none;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.BucketOptionsMenu-options-button:hover{background:rgba(var(--inversed_background_rgb),.05)}.GoalsOptionsButtons{position:relative;margin-left:auto;display:flex;gap:4px;align-items:center}.GoalsOptionsButtons-add_goal .IconButton{opacity:.75;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.GoalsOptionsButtons-add_goal .IconButton:hover{opacity:1;transition:opacity 0}.GoalsOptionsButtons-add_goal .IconButton .Icon{opacity:1}.GoalsOptionsButtons-option button{opacity:.75;display:inline-flex;background:none;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.GoalsOptionsButtons-option button:hover{background:rgba(var(--inversed_background_rgb),.05)}.GoalsGuestLite-hint{position:absolute;left:0;width:100%;opacity:0;transition:opacity .5s cubic-bezier(.165,.84,.44,1);color:var(--main_color);pointer-events:none}.GoalsGuestLite-hint._visible{opacity:1;pointer-events:all}.GoalsGuestLite-hint-arrow{display:block;margin:0 auto;opacity:0}.GoalsGuestLite-hint-text{width:calc(100% - 64px);margin:0 auto;font-size:16px;line-height:24px;text-align:center;opacity:.3}.BucketsPanelLite{padding-bottom:32px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.BucketsPanelLite._hiddenEmoji .BucketsPanelLite-header-emoji{display:none}.BucketsPanelLite-header{position:relative;display:flex;margin-left:12px;padding:16px 48px 15px 0}.BucketsPanelLite-header-emoji{font-size:28px;margin:8px 8px 0 0}.BucketsPanelLite-header-emoji-placeholder{opacity:.5;filter:grayscale(100%)}.BucketsPanelLite-header-name{display:block;width:calc(100% - 33px);box-sizing:border-box;padding:4px;margin:0;border:none;font-weight:700;font-size:24px;line-height:40px;border-radius:4px;outline:none;transition:background-color .25s cubic-bezier(.165,.84,.44,1);overflow:hidden;opacity:1}.BucketsPanelLite-header-name:not(._read_only):focus{background-color:rgba(var(--main_color_rgb),.02)}.BucketsPanelLite-header-name:not(._read_only):active{background-color:rgba(var(--main_color_rgb),.04)}.BucketsPanelLite-header-name::-moz-placeholder{color:#e4e4e4}.BucketsPanelLite-header-name::placeholder{color:#e4e4e4}*.theme_dark .BucketsPanelLite-header-name::-moz-placeholder{color:#202020}*.theme_dark .BucketsPanelLite-header-name::placeholder{color:#202020}.BucketsPanelLite-actions{position:absolute;top:26px;right:16px;white-space:nowrap}.BucketsPanelLite-actions .BucketOptionsMenu-options{position:relative;opacity:.75;top:auto;right:auto;margin-left:5px;display:inline-flex}.BucketsPanelLite-goals{box-sizing:border-box;padding:0 6px 64px;height:auto}.EditableBoardLite{display:flex;height:100%;flex-direction:column;background:#ecedef}*.theme_dark .EditableBoardLite{background:#121212}.EditableBoardLite-top_bar{background:#ecedef}*.theme_dark .EditableBoardLite-top_bar{background:#121212}.EditableBoardLite-name_input{font-weight:500;justify-self:center;text-overflow:ellipsis;text-align:center;white-space:nowrap;overflow:hidden;color:var(--headers_color);background:transparent;outline:none;border:none}.EditableBoardLite-swiper_wrap{flex-grow:1;overflow:scroll;height:100%}.EditableBoardLite-swiper_wrap .EdgesSwiper{height:100%}.EditableBoardLite-bucket_wrap{display:flex;align-items:stretch;height:100%;overflow-y:scroll;padding-left:4px;padding-right:4px}.EditableBoardLite-bucket_wrap .BucketsPanelLite{border-radius:12px;overflow:scroll;background:var(--main_background)}.EditableBoardLite-error{padding:32px}.EditableBoardLite-zero_state_container{display:flex;height:70%;flex-direction:column;justify-content:center;align-items:center}.EditableBoardLite-zero_state_container h1{font-size:32px;margin:0}.EditableBoardLite-zero_state_container-lead{margin:16px 0;font-size:16px;line-height:160%}.EditableBoardLite-add_button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;outline:none;background:transparent;border:none;display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 8px;box-sizing:border-box;border:1px solid #a4a4a4;border-radius:50%;color:var(--main_color);background:var(--main_background);transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.EditableBoardLite-add_button:hover{opacity:.5}.EditableBoardLite-paginator{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:48px}.EditableBoardLite-paginator-dot{width:8px;height:8px;border-radius:50%;opacity:.1;background:var(--inversed_background)}.EditableBoardLite-paginator-dot._active{opacity:1}.EditableBoardLite-paginator-dot+.EditableBoardLite-paginator-dot{margin-left:8px}.EditableBoardLite-floating_button{position:fixed;z-index:3000;right:24px;bottom:117px;bottom:max(117px,117px + (env(safe-area-inset-bottom,0)) - 0px)}.PublicBoardLiteSideMenu{background:#ecedef}*.theme_dark .PublicBoardLiteSideMenu{background:#121212}.PublicBoardLite{height:100%;display:flex;flex-direction:column;background:#ecedef}*.theme_dark .PublicBoardLite{background:#121212}.PublicBoardLite-error{padding:32px}.PublicBoardLite-bucket_wrap{display:flex;align-items:stretch;height:100%;overflow-y:scroll;padding-left:4px;padding-right:4px}.PublicBoardLite-bucket_wrap .BucketsPanelLite{border-radius:12px;overflow:scroll;background:var(--main_background)}.PublicBoardLite-paginator{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:48px}.PublicBoardLite-paginator-dot{width:8px;height:8px;border-radius:50%;opacity:.1;background:var(--inversed_background)}.PublicBoardLite-paginator-dot._active{opacity:1}.PublicBoardLite-paginator-dot+.PublicBoardLite-paginator-dot{margin-left:8px}.ColumnView{display:flex;height:100%;flex-direction:column;overflow-x:hidden;position:relative;justify-content:flex-start;overflow:auto;background:var(--main_background)}.ColumnView-columns{position:relative;z-index:1;display:flex;width:100%;height:100%}.ColumnView-zero_state_container{position:relative;z-index:1;display:flex;height:70%;padding:0 48px;flex-direction:column;justify-content:center;align-items:center;flex:1;overflow:auto;background:var(--main_background)}.ColumnView-zero_state_container h1{margin:0}@media (max-width: 799px){.ColumnView-zero_state_container h1{font-size:32px}}.ColumnView-zero_state_container-lead{margin:16px 0;font-size:16px;line-height:160%;max-width:400px;text-align:center}.ColumnView-raw_column{background:var(--main_background)}.ColumnView-column{position:relative;width:300px;height:100%;box-sizing:border-box;flex-shrink:0;padding:24px 8px;box-shadow:inset -1px 0 #0000001a;overflow-x:hidden;overflow-y:auto;background:var(--main_background)}*.theme_dark .ColumnView-column{box-shadow:inset -1px 0 #ffffff1a}.ColumnView-plus_column{display:flex;width:100px;flex-shrink:0;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(to left,var(--main_background) 50%,rgba(0,0,0,0) 50%);background-size:200% 100%;transition:.25s ease-out}.ColumnView-plus_column:hover{background-position:-100% 0;transition-delay:.25s}.ColumnView-plus_column-button{width:40px;height:40px;padding:0;border-radius:50%;mix-blend-mode:difference;color:#777}.ColumnView-plus_column-button .Button-content{display:block;margin:3px 0 0}.ListView{width:100%;position:relative;display:flex;flex-direction:column}.ListView-zero_state_container{position:relative;z-index:1;display:flex;height:70%;padding:0 48px;flex-direction:column;justify-content:center;align-items:center;flex:1;overflow:auto;background:var(--main_background)}.ListView-zero_state_container h1{margin:0}@media (max-width: 799px){.ListView-zero_state_container h1{font-size:32px}}.ListView-zero_state_container-lead{margin:16px 0;font-size:16px;line-height:160%}.ListView-list{position:relative;width:100%;height:-moz-fit-content;height:fit-content;box-sizing:border-box;flex-shrink:0;padding:0 8px;overflow-x:hidden;overflow-y:auto;background:var(--main_background)}.ListView-list .Goals{padding-bottom:0}.ListView-list .Goals-add_goal_hover_area{min-height:80px}.ListView-plus_row{display:flex;align-items:flex-start;padding:0 14px;padding-left:calc(56px + .25rem)}.ListView-plus_row-button{height:40px;width:40px;color:var(--main_color);padding:0;opacity:.5}.BucketColumn{display:flex;flex-direction:column;padding-left:0;padding-right:0;height:auto}.BucketColumn-header{display:flex;flex-direction:column;gap:16px;padding:0 16px;margin-bottom:8px}.BucketColumn-header._row{position:relative;flex-direction:row;align-items:center;gap:.25rem;padding:0 14px}.BucketColumn-header-emoji{display:flex;justify-content:center;align-items:center;border-radius:50%;width:54px;height:54px;font-size:40px;cursor:pointer;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.BucketColumn-header-emoji._row{width:42px;height:42px;font-size:28px}.BucketColumn-header-emoji:hover{background-color:rgba(var(--main_color_rgb),.08)}.BucketColumn-header-emoji-placeholder{opacity:.5;filter:grayscale(100%)}.BucketColumn-header-emoji._disabled{cursor:auto}.BucketColumn-header-emoji._disabled:hover{background:transparent}.BucketColumn-header-name{margin-bottom:0;padding:6px;border-radius:4px;font-weight:700;font-size:31px;line-height:120%;outline:none;border:none;overflow:hidden;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.BucketColumn-header-name:focus{background-color:rgba(var(--main_color_rgb),.02)}.BucketColumn-header-name:hover{background-color:rgba(var(--main_color_rgb),.04)}.BucketColumn-header-name._disabled{cursor:auto;-webkit-text-fill-color:var(--main_color)}.BucketColumn-header-name._disabled:hover{background:transparent}.BucketColumn-header .GoalsOptionsButtons-add_goal{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;right:50px;top:22px}.BucketColumn-header._row .GoalsOptionsButtons-add_goal{position:initial;margin-top:4px;margin-right:0}.BucketColumn:hover .BucketOptionsMenu-options,.BucketColumn:hover .GoalsOptionsButtons-add_goal{opacity:1}.BucketColumn._hiddenEmoji .BucketColumn-header-emoji{visibility:hidden}.BucketColumn-goals{flex-grow:1;padding:8px 14px}.BucketColumn-goals._row{margin:0 14px;padding-left:calc(42px + .25rem);padding-right:calc(28px + .25rem)}.BackgroundModal{max-width:808px;border-radius:8px;margin-top:10px}.BackgroundModal .StandartModal-title{color:var(--headers_color);opacity:.5;text-align:center;padding:12px 0}.BackgroundModal .StandartModal-close_button{top:12px;right:12px;z-index:3}.BackgroundModal .StandartModal-body{text-align:center;padding:0 68px}.BackgroundModal .StandartModal-body h1{font-size:32px;font-weight:600;line-height:44px;margin:0}.BackgroundModal .StandartModal-body h2{font-weight:400;opacity:.5;margin-top:0;margin-bottom:44px}.BackgroundModal .StandartModal-footer{display:flex;justify-content:flex-end;border-radius:0 0 8px 8px}.BackgroundColumn{position:relative;width:100%;right:8px;margin-right:-8px;background-position:center;background-size:cover;z-index:-1;transition:background-image .5s ease-in-out}.EditableBoard{display:flex;overflow-x:hidden;flex-grow:1;height:100%;position:relative;justify-content:flex-start}.EditableBoard .ColumnView{width:100%}.EditableBoard .ColumnView-plus_column,.EditableBoard .ColumnView ._rounded{border-radius:0 8px 8px 0}.EditableBoard .ColumnView-column{transition-delay:.25s}.EditableBoard .ColumnView .BackgroundColumn{min-width:108px;margin-left:-108px;right:0;margin-right:0}.EditableBoard-buckets_container{flex:1;z-index:1;display:grid;grid-template-columns:auto 25%}.EditableBoard-buckets_container._no_background{grid-template-columns:1fr}.EditableBoard-buckets_container-panel_wrapper{display:flex;flex-direction:column;min-height:100%;overflow-y:auto;background:var(--main_background);border-radius:0 8px 8px 0}.EditableBoard-buckets_container-panel_wrapper .ListView{flex:1;padding:98px 5%}.EditableBoard-buckets_container-panel_wrapper-collapsed_rows{box-shadow:inset 0 1px rgba(var(--main_color_rgb),.1)}.EditableBoard-buckets_container .BackgroundColumn{width:calc(100% + 8px)}.EditableBoard .CollapsedPanel._last{transition:.25s border-radius cubic-bezier(.165,.84,.44,1),1s box-shadow cubic-bezier(.165,.84,.44,1);background:var(--main_background)}.EditableBoard .CollapsedPanel._rounded{border-radius:8px 0 0 8px;transition-delay:.25s;box-shadow:none}.EditableBoard-add_button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0;cursor:pointer;outline:none;background:transparent;border:none;display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 8px;box-sizing:border-box;border:1px solid #a4a4a4;border-radius:50%;color:var(--main_color);transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.EditableBoard-add_button:hover{opacity:.5}.EditableBoard-share_menu{position:fixed;z-index:9;right:102px;bottom:11px}.PublicBoard{display:flex;flex-grow:1;height:100%}.PublicBoard .CollapsedPanel._last{transition:.25s border-radius cubic-bezier(.165,.84,.44,1),1s box-shadow cubic-bezier(.165,.84,.44,1);background:var(--main_background)}.PublicBoard .CollapsedPanel._rounded{border-radius:8px 0 0 8px;transition-delay:.25s;box-shadow:none}.PublicBoard-columns{overflow:initial}.PublicBoard._expanded .PublicBoard-columns{overflow:auto}.PublicBoard .ColumnView-column._rounded{border-radius:0 8px 8px 0}.PublicBoard .ColumnView{width:100%}.PublicBoard .BackgroundColumn{min-width:348px;flex-grow:1}.GiftSentModal{text-align:center}.GiftSentModal svg{margin-top:83px}.GiftSentModal h1{font-family:Inter;font-size:36px;font-style:normal;font-weight:500;line-height:43px;letter-spacing:-.01em;text-align:center;margin-bottom:22px}.GiftSentModal h1,.GiftSentModal p{max-width:400px;margin-left:auto;margin-right:auto}.GiftSentModal p{font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:0em;text-align:center;opacity:.6}.GiftSentModal .Button{padding-left:60px;padding-right:60px;margin-top:36px;margin-bottom:117px}.SubscriptionSuccessModal{background:#000}.SubscriptionSuccessModal img{margin:40px -32px -40px}.GiftActivationModal{text-align:center}.GiftActivationModal svg{margin-top:40px}.GiftActivationModal h1{font-family:Inter;font-size:36px;font-style:normal;font-weight:500;line-height:43px;letter-spacing:-.01em;text-align:center;margin-bottom:22px}.GiftActivationModal h1,.GiftActivationModal p{max-width:400px;margin-left:auto;margin-right:auto}.GiftActivationModal p{font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:0em;text-align:center;opacity:.6}.GiftActivationModal-Note{white-space:pre-wrap;background:#eee;border-radius:8px;padding:16px;text-align:left!important}.GiftActivationModal .Button{padding-left:60px;padding-right:60px;margin-top:36px}.GiftActivationModal p:last-child{padding-bottom:117px}.BoardPromo{margin-bottom:40px}.BoardPromo._placeholder{background:#a3a3a3;border-radius:8px;animation:placeholder_fading 1.5s infinite}*.theme_dark .BoardPromo._placeholder{background:#c7c7c7}.BoardPromo._placeholder .BoardPromo-content{background:transparent}.BoardPromo._cloning{opacity:.5;pointer-events:none}@media (max-width: 799px){.BoardPromo{margin-bottom:24px}}.BoardPromo-content{position:relative;cursor:pointer;display:flex;height:388px;border:1px solid #e8e8e8;box-shadow:0 4px 12px #0000000a;border-radius:8px;overflow:hidden;background:var(--main_background);color:inherit;text-decoration:none;transition:border-color .25s cubic-bezier(.165,.84,.44,1)}*.theme_dark .BoardPromo-content{background:#222;border:1px solid #333;box-shadow:none}@media (max-width: 799px){.BoardPromo-content{height:300px;overflow-x:auto;border-radius:8px 0 0 8px;border-right:0}}.BoardPromo-content:hover{border-color:#c9c9c9}*.theme_dark .BoardPromo-content:hover{border-color:#333}.BoardPromo-content-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;padding-bottom:50px;opacity:0;transition:.25s}*.theme_dark .BoardPromo-content-overlay{background:#00000059}@media (max-width: 799px){.BoardPromo-content-overlay{opacity:1;background:none!important;align-items:flex-end;justify-content:start;padding-left:10px;padding-bottom:10px}.BoardPromo-content-overlay .Button{padding-left:13px;padding-right:13px}}.BoardPromo-content:hover .BoardPromo-content-overlay{opacity:1;transition:0s}.BoardPromo-content-initial{position:relative;display:flex;height:100%;flex-direction:column;box-sizing:border-box;background:rgba(var(--board_color_rgb),.5);padding:64px 16px 20px}.BoardPromo-content-title{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:21px;font-weight:700;font-style:normal;line-height:25px;margin:0;word-break:break-word}@media (max-width: 799px){.BoardPromo-content-title{font-size:19px}}.BoardPromo-content-description{margin:24px 16px 0 0;opacity:.5;text-overflow:ellipsis;overflow:hidden;width:100%}@media (max-width: 799px){.BoardPromo-content-description{display:none}}.BoardPromo-content-description .Editor .ql-bubble .ql-editor>*{font-size:14px;line-height:21px}.BoardPromo-content-description .Editor .ql-bubble .ql-editor h2,.BoardPromo-content-description .Editor .ql-bubble .ql-editor ul{margin:0}.BoardPromo-content-description .Editor .ql-bubble .ql-editor li{line-height:20px}.BoardPromo-board-column{width:20%;max-width:194px;padding:22px 18px;box-sizing:border-box;flex-shrink:0;border-right:1px solid rgba(var(--main_color_rgb),.1)}.BoardPromo-board-column:first-child{width:236px;max-width:100%;padding:0;border-right:0px}@media (max-width: 799px){.BoardPromo-board-column:first-child{width:172px}}@media (max-width: 799px){.BoardPromo-board-column{min-width:140px;padding:22px 10px}}.BoardPromo-board-column-emoji{font-size:28px;height:28px;line-height:1}.BoardPromo-board-column-emoji-placeholder{display:none}.BoardPromo-board-column-name{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:21px;font-weight:700;font-style:normal;line-height:25px;margin-top:14px;margin-bottom:24px}@media (max-width: 799px){.BoardPromo-board-column-name{font-size:17px;margin-bottom:12px;line-height:1.2}}.BoardPromo-board-column-line{margin-bottom:10px}.BoardPromo-board-column-text{opacity:.4;letter-spacing:.01em;font-size:12px;line-height:16px;display:flex;align-items:flex-start}.BoardPromo-board-column-check{margin-right:8px;margin-top:2px}.BoardPromo-board-column-img{max-width:100%;margin-top:6px}.BoardPromo-board-column-placeholder{height:10px;margin-top:8px;background:var(--inversed_background);opacity:.05}.BoardPromo-board-column-placeholder:nth-child(1){width:100%}.BoardPromo-board-column-placeholder:nth-child(2){width:80%}.BoardPromo-board-column-placeholder:nth-child(3){width:100%}.BoardPromo-board-column-placeholder:nth-child(4){width:90%}.BoardPromo-board-column-placeholder:nth-child(5){width:80%}.BoardPromo-actions{display:flex;margin-top:16px;justify-content:flex-end}.CommunityPage{padding:56px 0 48px;background:#f2f2f266}*.theme_dark .CommunityPage{background:var(--main_background)}.CommunityPage .CommunityBoards{padding:0 12px 24px;margin:0 auto;max-width:1032px}@media (max-width: 799px){.CommunityPage .CommunityBoards{padding:0 0 24px 12px}}.CommunityPage-title{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:31px;font-weight:700;font-style:normal;line-height:38px;margin:0 auto;text-align:center;color:var(--headers_color)}@media (max-width: 799px){.CommunityPage-title{font-size:25px;line-height:32px}}.CommunityPage-subtitle{font-weight:300;line-height:40px;max-width:588px;margin:0 auto 24px;text-align:center}@media (max-width: 799px){.CommunityPage-subtitle{font-size:25px;line-height:32px;padding:0 16px}}.CommunityPage-controls{margin:0 auto 25px;text-align:center}.CommunityPage-controls .Segments-item{margin:1px}@media (max-width: 375px){.CommunityPage-controls .Segments-item{padding:4px;font-size:14px}}.CommunityPage-tabs{margin:0 auto}.CommunityPage-tabs>.Tabs-header{border-bottom:0;justify-content:center}.CommunityPage-tabs>.Tabs-header .Tabs-header-scrollable_content{overflow-x:visible}.CommunityPage-tabs>.Tabs-header .Tabs-tab_wrap{border-bottom:0;padding:0;height:34px}.CommunityPage-tabs>.Tabs-header .Tabs-tab{opacity:.6;font-weight:500;padding:5px 10px}.CommunityPage-tabs>.Tabs-header .Tabs-tab._active{opacity:1;background-color:#efefef;border-radius:6px;border-bottom:0}*.theme_dark .CommunityPage-tabs>.Tabs-header .Tabs-tab._active{background-color:#efefef40}.Link{-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;display:inline;font-size:inherit;color:#0075ff;text-decoration:none;text-align:inherit;user-select:none}.Link:hover{color:#0038ff}.Link._secondary{font-size:inherit;text-decoration:underline;color:var(--main_color)}.Link._secondary:hover{color:#848484}.GetAppModal-wrapper{max-width:1080px;padding:40px}.GetAppModal-title{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:31px;font-weight:700;font-style:normal;line-height:38px;margin:0}.GetAppModal-description{font-size:24px;line-height:36px;margin:30px 0;opacity:.85}.GetAppModal-applink{display:block;line-height:0}.GetAppModal-row{display:flex;flex-wrap:wrap;gap:30px}.GetAppModal-picture{width:224px;margin-top:16px;border-radius:12px;border:1px solid #d9d9d9;padding:10px;box-sizing:border-box;background:#fff}.MonthSelect{position:relative;display:inline-block}.MonthSelect-fake_input{padding:13px 20px 13px 16px;border:2px solid transparent;border-radius:4px;font-weight:inherit;text-align:center;background:#f7f7f7;transition:all .25s cubic-bezier(.165,.84,.44,1)}*.theme_dark .MonthSelect-fake_input{background:#1b1b1b}.MonthSelect._no_value{color:#a4a4a4}.MonthSelect .MonthSelect-fake_input{width:auto}.MonthSelect._focused .MonthSelect-fake_input{border:2px solid var(--main_color)}.MonthSelect-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;outline:none;cursor:pointer;text-align:center;height:48px;-webkit-appearance:none}.MonthSelect-dropdown_icon{position:absolute;right:4px;top:15px}.DateInput{display:inline-block}.DateInput .TextInput{padding-bottom:0}.DateInput-input_wrap+.DateInput-input_wrap{margin-left:8px}.DateInput-input{text-align:center;min-width:auto;width:64px}.DateInput-year .DateInput-input{width:78px}.DateInput._invisible .DateInput-input{border:1px solid transparent}.DateInput._invisible:hover .DateInput-input{border:1px solid #d7d7d7}.DateInput._invisible .DateInput-input:focus{border-color:var(--main_color)}.DateInput._has_error .DateInput-input{border-color:red!important}.AuthenticationForm{margin-top:32px}.AuthenticationForm._center{text-align:center}.AuthenticationForm-row{display:block;margin-bottom:8px}.AuthenticationForm-submit_wrap{display:block;margin:16px 0 24px}.AuthenticationForm-submit_wrap .Button{width:100%;padding:14px;font-size:inherit}.SocialAuthentication{display:flex;max-width:380px;font-size:14px}.SocialAuthentication .SocialAuthentication-button{padding:8px 12px;font-size:inherit;margin-right:7px;border:1px solid #d7d7d7}@media (max-width: 799px){.SocialAuthentication .SocialAuthentication-button{font-size:12px}}.SocialAuthentication .SocialAuthentication-button._withText .Icon{margin-right:8px}.SocialAuthentication .SocialAuthentication-button:hover{background:#0000000d}*.theme_dark .SocialAuthentication .SocialAuthentication-button{border:1px solid rgba(255,255,255,.15)}*.theme_dark .SocialAuthentication .SocialAuthentication-button:hover{background:#ffffff26}.SocialAuthentication .SocialAuthentication-text{font-weight:600;margin:auto 13px auto 6px}.CreateAccountForm{max-width:420px;margin:auto;padding:8px}@media (max-width: 799px){.CreateAccountForm-form{margin-top:25px}}.CreateAccountForm-content{height:350px}@media (min-width: 800px){.CreateAccountForm-content:has(.QuotesShower){padding-top:50px}}.CreateAccountForm-content ul{list-style-type:"✓ ";list-style-position:inside;padding:0}.CreateAccountForm-content ul li{margin-top:10px}@media (max-width: 799px){.CreateAccountForm{padding-top:20px}.CreateAccountForm .AuthenticationForm{margin-top:15px}}.CreateAccountForm hr{height:1px;background:rgba(var(--inversed_background_rgb),.2);border:none;margin:24px 0}.CreateAccountForm .Link{font-weight:600;color:var(--main_color)}.CreateAccountForm .TextButton{font-size:14px;margin-left:-8px}.CreateAccountForm-icon{display:block;margin:0 auto}.CreateAccountForm-title{margin:24px 0 0;text-align:center}.CreateAccountForm-text_button{font-weight:600}.CreateAccountForm-footer{margin-top:20px;font-size:14px;color:#a4a4a4;border:none}.CreateAccountForm-footer *{font-size:14px}.CreateAccountForm-footer p{margin-top:0}.CreateAccountForm._onboarding{min-height:100%;display:grid;grid-template-rows:1fr auto}.LoginPage{padding-top:64px}.LoginPage hr{height:1px;background:#d7d7d7;border:none;margin:24px 0}.LoginPage-form_container{max-width:420px;margin:auto;padding:8px}.LoginPage-form_container .Link{font-weight:600;color:var(--main_color)}.LoginPage-form_container .TextButton{font-size:14px}.LoginPage-icon{display:block;margin:0 auto}.LoginPage-title{margin:24px 0 0;text-align:center}.LoginPage-subtitle{margin:16px 0 8px;text-align:center}.LoginPage-submit_wrap{margin:8px 28%}.LoginPage-text_button{font-weight:600}.LoginPage-footer{margin-top:20px;font-size:14px;color:#a4a4a4;border:none}.LoginPage-footer *{font-size:14px}.LoginPage-footer p{margin-top:0}.MilestonedProgressBar{width:100%;min-height:3px;border-radius:4px;display:flex;background:#0000001a;position:relative}.MilestonedProgressBar:hover .MilestonedProgressBar-tooltip{opacity:1}.MilestonedProgressBar-milestones-wrapper{display:flex;justify-content:space-between;position:absolute;top:-7px;left:-7px;width:105%;max-width:315px}@media (max-width: 799px){.MilestonedProgressBar-milestones-wrapper{top:-5px;left:-5px;width:105%}}.MilestonedProgressBar-milestone{height:15px;width:15px;background-color:#e5e5e5;border-radius:50%}@media (max-width: 799px){.MilestonedProgressBar-milestone{height:13px;width:13px}}.MilestonedProgressBar-milestone-active-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.MilestonedProgressBar-milestone-active{height:15px;width:15px;background-color:var(--main_background);border:var(--inversed_background) solid 4px;border-radius:50%}@media (max-width: 799px){.MilestonedProgressBar-milestone-active{height:13px;width:13px;border-width:3px}}.MilestonedProgressBar-milestone-icon{height:15px;width:15px}@media (max-width: 799px){.MilestonedProgressBar-milestone-icon{height:13px;width:13px}}.MilestonedProgressBar-tooltip{position:absolute;top:16px;opacity:0;z-index:1;transition:opacity .5s .3s,left .3s;white-space:nowrap}.MilestonedProgressBar-tooltip._visible{opacity:1}@media (max-width: 799px){.MilestonedProgressBar-tooltip._lastStep{transform:translate(-45%)}}.MilestonedProgressBar-bar{min-height:3px;background:#000;height:100%;border-radius:4px;transition:width .3s}*.theme_dark .MilestonedProgressBar{background:#ffffff1a}*.theme_dark .MilestonedProgressBar-bar{background:#fff}*.theme_dark .MilestonedProgressBar-milestone{background-color:#3d3d3d}*.theme_dark .MilestonedProgressBar-milestone-active{background-color:#000;border-color:#fff}*.theme_dark .MilestonedProgressBar-milestone-icon circle{fill:#fff}*.theme_dark .MilestonedProgressBar-milestone-icon path{stroke:#000}.ThemeSelector .Button{border:2px solid rgba(var(--inversed_background_rgb),.1);border-radius:12px;padding:9px 16px;margin-right:12px}.ThemeSelector .Button:hover{border-width:2px}.ThemeSelector .Button._active{border:2px solid var(--inversed_background)}.ThemeSelector-icon{margin-right:12px}.OnboardingPage{transition:background .5s}.OnboardingPage-Main{width:100%;min-height:100vh;margin:0;box-sizing:border-box}@media (min-width: 800px){.OnboardingPage-Main{min-width:560px;padding:15px 18px;font-size:16px;line-height:22px}}.OnboardingPage[data-step=AnimatedIntro]{background-image:url(./pexels-robert-clark-mlyuXgjl.avif);background-position:center;background-size:cover}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Main{background-color:transparent}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top{color:#fff;display:grid;grid-template-columns:min-content 1fr max-content;grid-template-rows:auto;grid-template-areas:"logo       buttons     skipbutton";align-items:center}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top .TextButton{color:#fff}@media (max-width: 799px){.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top .TextButton{padding:4px 6px}}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top-ProgressBarContainer,.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top-ProgressBarContainer .OnboardingPage-ProgressBar{display:none}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Title{margin-top:50px;color:#fff}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Subtitle{color:#fff;margin-bottom:0}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Content{max-width:1200px;display:flex;flex-direction:column;align-items:center}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Animation-Content{cursor:pointer;transition:transform .25s}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Animation-Content:hover{transform:scale(1.05)}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Footer{display:none}.OnboardingPage:not([data-step=AnimatedIntro]) .OnboardingPage-Top-Buttons{display:none}.OnboardingPage .OnboardingPage-NextStep-Button{width:100%}@media (min-width: 800px){.OnboardingPage[data-step=PlanningHorizon] .OnboardingPage-NextStep-Button,.OnboardingPage[data-step=TeamMode] .OnboardingPage-NextStep-Button{width:300px;padding:16px 10px}}.OnboardingPage[data-step=Presets] .OnboardingPage-Content{max-width:624px}.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options{margin-bottom:12px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options-Option{margin:0}@media (max-width: 799px){.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options{gap:6px}}.OnboardingPage[data-step=Quotes] .OnboardingPage-Top{padding-left:10px;padding-right:10px}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content{max-width:none}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content-quotes-container{padding-top:60px;padding-left:20px;overflow:scroll;cursor:grab}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content-quotes-content{-moz-column-gap:20px;column-gap:20px}.OnboardingPage[data-step=Quotes] .Quote{min-width:250px}.OnboardingPage[data-step=Quotes] .Quote:before{margin-top:0;bottom:0}.OnboardingPage[data-step=Quotes] .OnboardingPage-NextStep-Button{max-width:400px;margin-top:30px}@media (max-width: 799px){.OnboardingPage[data-step=Quotes] .OnboardingPage-NextStep-Button{display:none}}@media (min-width: 800px){.OnboardingPage[data-step=Quotes] .OnboardingPage-Footer-Button{display:none}}@media (max-width: 799px){.OnboardingPage[data-step=NameYourProject] .TextInput{width:100%}}@media (min-width: 800px){.OnboardingPage[data-step=NameYourProject] .OnboardingPage-NextStep-Button{width:320px}}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Footer{box-shadow:none}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Footer-TextButton{margin-left:0}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Content .LoginPage{padding-top:0}@media (max-width: 799px){.OnboardingPage{padding:25px 10px;font-size:14px;line-height:16px}.OnboardingPage .ThemeSelector .Button{font-size:14px;margin-right:5px;padding:6px 10px;border:1px solid rgba(45,48,54,.1)}.OnboardingPage .ThemeSelector .Button:hover,.OnboardingPage .ThemeSelector .Button._active{border:1px solid #2d3036}.OnboardingPage .ThemeSelector-icon{margin-right:5px}}.OnboardingPage-Top{width:100%;position:relative;height:32px;box-sizing:border-box;margin-bottom:30px;display:grid;grid-template-columns:70px 1fr 70px;grid-template-areas:"logo       progressbar     skipbutton"}.OnboardingPage-Top:hover .LinearProgressBar-tooltip,.OnboardingPage-Top:active .LinearProgressBar-tooltip{opacity:1}.OnboardingPage-Top .Button{font-weight:400}.OnboardingPage-Top-Logo{grid-area:logo;padding-right:7px}.OnboardingPage-Top-Buttons{grid-area:buttons;justify-self:end}@media (max-width: 799px){.OnboardingPage-Top-Buttons{justify-self:start}}.OnboardingPage-Top-SkipButton{grid-area:skipbutton;justify-self:end}.OnboardingPage-Top-ProgressBarContainer{grid-area:progressbar;justify-self:center;width:min(100%,300px);position:relative;padding-top:13px}.OnboardingPage-Top-ProgressBarContainer .OnboardingPage-ProgressBar{height:3px;max-width:300px}.OnboardingPage-Content{max-width:500px;margin:0 auto;padding-bottom:92px}@media (max-width: 799px){.OnboardingPage-Content{padding-bottom:82px}}.OnboardingPage[data-step=MakeItYours] .OnboardingPage-Content{max-width:768px}.OnboardingPage-Footer{position:fixed;width:100%;height:60px;margin-right:-18px;margin-left:-18px;bottom:0;background:var(--main_background);box-shadow:inset 0 1px #0000001a;transition:background .5s}@media (max-width: 799px){.OnboardingPage-Footer{margin-right:-10px;margin-left:-10px}}.OnboardingPage-Footer[data-step=HorizonPreview]{background:#f8f8f9}*.theme_dark .OnboardingPage-Footer[data-step=HorizonPreview]{background:#191919}.OnboardingPage-Footer-actions{height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 18px;position:relative}.OnboardingPage-Footer-TextButton{color:#707781}.OnboardingPage-Footer-TextButton:last-of-type{margin-left:auto}.OnboardingPage-Footer-Button{font-weight:400;padding:12px 33px;position:absolute;left:50%;transform:translate(-50%)}.OnboardingPage-Title{text-align:center;max-width:700px;margin:0 auto 52px;font-size:31px;line-height:40px;color:#161b25}*.theme_dark .OnboardingPage-Title{color:#fff}@media (max-width: 799px){.OnboardingPage-Title{font-size:22px;line-height:30px}}.OnboardingPage-Title+.OnboardingPage-Subtitle{margin-top:-28px}.OnboardingPage-Subtitle{text-align:center;max-width:500px;margin:0 auto 52px;color:#707781}@media (max-width: 799px){.OnboardingPage-Subtitle{margin-bottom:36px}}.OnboardingPage-Actions{position:relative;text-align:center;margin-top:56px}@media (max-width: 799px){.OnboardingPage-Actions{margin-top:24px}}.OnboardingPage-Actions .Button{font-weight:400}.OnboardingPage-Actions .TextButton{display:inline;font-weight:400;color:#ddd}*.theme_dark .OnboardingPage-Actions .TextButton{color:#555}.OnboardingPage-Actions .TextButton:hover{background:#fff;color:#333}*.theme_dark .OnboardingPage-Actions .TextButton:hover{background:#333;color:#ddd}.OnboardingPage-PeriodName{margin-bottom:25px;font-size:16px;color:#e3631b}@media (max-width: 799px){.OnboardingPage-PeriodName{padding-left:32px}}.OnboardingPage-GoalName{position:relative;margin-bottom:16px}.OnboardingPage-GoalName .Checkbox{position:absolute;margin-left:-28px;margin-top:5px}.OnboardingPage-GoalName input{padding:0 0 10px;margin:0;outline:none;background:transparent;border:none;display:block;width:100%;font-size:24px;line-height:116%;border-bottom:1px solid #eee;caret-color:currentColor}*.theme_dark .OnboardingPage-GoalName input{color:#fff;border-color:#333}@media (max-width: 799px){.OnboardingPage-GoalName{padding-left:32px}.OnboardingPage-GoalName:before{margin-top:-5px}.OnboardingPage-GoalName input{font-size:16px}}.OnboardingPage .Editor{margin-top:32px}@media (max-width: 799px){.OnboardingPage .Editor{margin-top:16px;margin-left:32px}.OnboardingPage .Editor .ql-editor{min-height:50px}}.OnboardingPage-Horizons{display:flex;max-width:960px;height:520px;border-radius:16px;background:#fff}*.theme_dark .OnboardingPage-Horizons{background:#000}.OnboardingPage-Horizons .BackgroundColumn{flex-grow:1.5;width:auto;right:0;border-radius:0 16px 16px 0;margin-right:0;z-index:auto}.OnboardingPage-Horizon{flex-grow:1;flex-basis:0;box-sizing:border-box;padding:34px 19px}.OnboardingPage-Horizon._active{flex-grow:2}.OnboardingPage-Horizon:not(:last-child){border-right:1px solid rgba(0,0,0,.07)}*.theme_dark .OnboardingPage-Horizon:not(:last-child){border-color:#333!important}.OnboardingPage-Horizon-Header{font-size:24px;font-weight:700}.OnboardingPage-Horizon-Subtitle{font-size:16px;opacity:.3}.OnboardingPage-Horizon ul{list-style:none;padding:0;margin:24px 0 0;font-size:12px;line-height:16px;opacity:.8}.OnboardingPage-Horizon ul li{padding:0;margin:0;position:relative}.OnboardingPage-HorizonsPreview{position:relative}.OnboardingPage-HorizonsPreview-NorthStar{position:absolute;left:0;top:-20px;width:100%;pointer-events:none}@media (max-width: 799px){.OnboardingPage-HorizonsPreview{overflow:scroll;box-sizing:border-box;margin-left:-10px;margin-right:-10px;padding:0 10px}}.OnboardingPage-MakeItYours{text-align:center}.OnboardingPage-MakeItYours .ThemeSelector{margin:45px auto}@media (max-width: 799px){.OnboardingPage-MakeItYours .OnboardingPage-Subtitle{margin-bottom:10px}.OnboardingPage-MakeItYours .ThemeSelector{margin:20px auto}}.OnboardingPage[data-step=HorizonPreview]{display:flex;background:#f8f8f9}.OnboardingPage[data-step=HorizonPreview].theme_dark{background:#191919}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Top .Button{background:#fff}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Content{max-width:960px}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Footer{box-shadow:none;background:#0000}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Footer-TextButton{margin-left:0}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Actions{text-align:center;margin-top:-80px;margin-bottom:80px;position:sticky;position:-webkit-sticky;bottom:-120px}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Actions .Button{padding-left:3em;padding-right:3em;margin-bottom:120px}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Side{min-width:500px;padding:20px 40px 0;z-index:1;background:var(--main_background)}.NorthStarLottie-black{display:block}.NorthStarLottie-white,*.theme_dark .NorthStarLottie-black{display:none}*.theme_dark .NorthStarLottie-white{display:block}.OnboardingPage[data-step=WhatsImportant] .OnboardingPage-Content{max-width:980px}.Cards{display:flex}.Cards-Card{flex:1;border:1px solid #dcdcdc;border-radius:12px;text-align:center;min-width:210px;padding:24px 24px 28px;cursor:pointer}*.theme_dark .Cards-Card{color:#fff;border-color:#333}.Cards-Card:not(:last-child){margin-right:19px}.Cards-Card:hover{background:#f6f6f6}*.theme_dark .Cards-Card:hover{background:#111}.Cards-Card._active{border:2px solid #000;background:#f6f6f6;padding:23px 23px 27px}*.theme_dark .Cards-Card._active{background:#111;border-color:#fff}.Cards-Card-Title{font-size:21px;line-height:30px;margin-top:20px;margin-bottom:12px}.Cards-Card-Subtitle{font-size:14px;line-height:21px;color:#707781}@media (max-width: 980px){.Cards{overflow:scroll;margin-left:-20px;margin-right:-20px}.Cards-Card{min-width:200px}.Cards-Card:first-child{margin-left:20px}.Cards-Card:last-child{margin-right:20px}}@media (max-width: 799px){.Cards{margin-left:-10px;margin-right:-10px}}.Options{margin:0 auto;width:300px}@media (max-width: 799px){.Options{width:100%}}.Options-Option{border:1px solid #dcdcdc;border-radius:8px;padding:16px 24px;color:#2b3441;margin-bottom:12px;cursor:pointer}*.theme_dark .Options-Option{color:#fff;border-color:#555}@media (max-width: 799px){.Options-Option{margin-bottom:6px}}.Options-Option:hover{background:#f6f6f6}*.theme_dark .Options-Option:hover{background:#111}.Options-Option._active{border:2px solid #000;background:#f6f6f6;padding:15px 23px}*.theme_dark .Options-Option._active{border-color:#fff;background:#111}.PricingPage>.ModalOverlay{background:#eee}.MembersSelector{display:flex;flex-wrap:wrap;-moz-column-gap:4px;column-gap:4px;align-items:center;margin-bottom:48px;margin-left:-2px}@media (max-width: 960px){.MembersSelector{margin-bottom:16px}}@media (max-width: 600px){.MembersSelector{margin-bottom:12px}}.MembersSelector-Member{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.MembersSelector-Member._isSelected{border:2px solid #3176F6;border-radius:50%}.MembersSelector-Member:hover{cursor:pointer}.MembersSelector-Member._transparent{opacity:.5}.MembersSelector-InviteButton{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.MembersSelector-InviteButton-Icon>svg{width:30px;height:30px}.ProgressCenter{-webkit-user-select:text;-moz-user-select:text;user-select:text;padding:30px 50px 10px;border-radius:0 8px 8px 0;height:100vh;overflow-y:scroll;background-color:var(--main_background)}.ProgressCenter._mobile,.ProgressCenter._compact{padding:10px 20px}.ProgressCenter._mobile .ProgressCenter-day,.ProgressCenter._compact .ProgressCenter-day{display:block}.ProgressCenter._mobile .ProgressCenter-day-date,.ProgressCenter._compact .ProgressCenter-day-date{margin-bottom:5px}.ProgressCenter._mobile h2{display:none}.ProgressCenter-header{display:flex;flex-wrap:wrap;align-items:center;gap:5px 15px}._mobile .ProgressCenter-header-menu_date{display:none}.ProgressCenter-header h2{margin:0;display:inline-block}.ProgressCenter-actions{flex-grow:1;display:flex;justify-content:flex-end}.ProgressCenter-day{display:flex;margin-bottom:25px;font-size:14px}.ProgressCenter-day-date{min-width:130px;font-size:20px;font-weight:500;line-height:29px}.ProgressCenter ._isLoading{opacity:.5;pointer-events:none}.ProgressCenter .MembersSelector{margin-bottom:15px;margin-top:15px}.ProgressCenter-Spinner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ProgressCenter-loadEvents{width:100%}.ProgressCenterPage{display:grid;grid-template-columns:5fr 1fr}.ProgressCenterPage-Background{background-size:cover;background-position:center;height:100vh;z-index:-1;margin-left:-8px}.ProgressCenterFilters{position:relative;margin-left:12px}.ProgressCenterFilters-targetButton>.Icon{margin:3px 5px}.ProgressCenterFilters-items{display:grid}.ProgressCenterFilters-item{cursor:pointer;position:relative;padding:4px 14px}.ProgressCenterFilters-item:hover{background-color:#ffffff26}.ProgressCenterFilters-checkbox{position:absolute;left:14px;top:8px}.ProgressCenterFilters-content{padding:0 0 0 22px;display:flex;align-items:center;gap:4px}.ProgressCenterFilters-icon,.ProgressCenterFilters-label{display:block}.ProgressCenterFilters-label{font-size:14px;line-height:24px}.ProgressCenterFilters-icon,.ProgressCenterFilters-icon .Icon{width:14px;height:14px}.ProgressCenterFilters-dot{cursor:pointer;width:8px;height:8px;top:calc(50% - 4px);left:-12px;position:absolute;border-radius:50%;background-color:#e3631b}.SearchInput{margin:8px auto;width:50%;max-width:420px;min-width:120px}@media (max-width: 799px){.SearchInput{width:70%}}.SearchInput .TextInput{width:100%}.SearchInput .TextInput-input{padding-top:8px;padding-bottom:8px;border-radius:8px;min-width:0}.SearchInput .TextInput-left .SearchIcon{opacity:.6;cursor:default}.SearchInput .TextInput-right .IconButton{opacity:.6}.SearchInput .TextInput-right .IconButton:hover{opacity:.8}.SearchInput._modal{width:100%;max-width:none;margin:auto;border-radius:12px 12px 0 0;border-bottom:1px solid rgba(var(--main_color_rgb),.1)}.SearchInput._modal .Icon{width:18px;height:18px}.SearchInput._modal .SearchIcon{width:20px;height:20px}.SearchInput._modal .TextInput-input{font-size:26px;padding-top:16px;padding-bottom:16px;background-color:var(--main_background)}.SearchInput._modal .TextInput-input:focus{border-color:var(--main_background)}.SearchResultGoal{display:flex;-moz-column-gap:14px;column-gap:14px;align-items:center;line-height:20px;padding:8px 18px;border-bottom:1px solid rgba(var(--main_color_rgb),.1)}.SearchResultGoal:hover{cursor:pointer;background:#ecedef;transition:background .3s cubic-bezier(.165,.84,.44,1)}*.theme_dark .SearchResultGoal:hover{background:#3a3b3e}.SearchResultGoal-name{font-size:15px;word-break:break-word;flex-basis:204px;flex-grow:2;transition:color .15s ease}.SearchResultGoal-name._done{color:rgba(var(--main_color_rgb),.3)}.SearchResultGoal-info,.SearchResultGoal-space{font-size:14px;opacity:.5}.SearchResultGoal-info{flex-basis:154px;flex-grow:1}.SearchResultGoal-space{flex-basis:134px}.SearchResultGoal-arrow{flex-shrink:0;height:16px;width:16px;opacity:.5}.SearchResults{position:relative;width:90%;max-width:620px;margin:30px auto;overflow:scroll}@media (max-width: 799px){.SearchResults{margin:15px auto}}.SearchResults-no-results{text-align:center}.SearchResults._modal{width:100%;max-width:none;min-height:50px;max-height:450px;margin:auto;padding-bottom:15px}.SearchResults._modal .SearchResults-no-results{margin:30px auto}.StatsPage{display:grid;grid-template-columns:auto 1fr;height:100vh}@media (max-width: 960px){.StatsPage{display:block}}.StatsPage-Spinner{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.StatsPage-Background{background-size:cover;background-position:center;margin-left:-8px;z-index:-1}@media (max-width: 960px){.StatsPage-Background{display:none}}.Stats{width:-moz-max-content;width:max-content;height:100vh;display:grid;overflow-y:scroll;background-color:var(--main_background);padding:50px;border-radius:0 8px 8px 0;grid-template-columns:558px 116px min-content;grid-template-areas:"membersSelector membersSelector membersSelector" "days arrow periodsSummary" "cumulativePlot . ." "weeklyView . ." "monthlyView . ." "yearlyView . ."}@media (max-width: 960px){.Stats{grid-template-columns:100%;grid-template-areas:"membersSelector" "days" "periodsSummary" "cumulativePlot" "weeklyView" "monthlyView" "yearlyView";border-radius:0;padding:36px;height:auto;width:100%;max-width:none}}@media (max-width: 600px){.Stats{padding:24px}}.Stats-MembersSelector{margin-top:-38px;grid-area:membersSelector}@media (max-width: 960px){.Stats-MembersSelector{margin-top:-10px}}.Stats-Content{max-width:558px;grid-area:days;display:flex;flex-direction:column}@media (max-width: 960px){.Stats-Content{flex-direction:column-reverse;max-width:none}}.Stats-LastDay{display:flex;margin-bottom:70px;justify-content:space-between;width:100%}@media (max-width: 960px){.Stats-LastDay{flex-wrap:wrap;row-gap:24px;margin-bottom:48px}}@media (max-width: 600px){.Stats-LastDay{margin-bottom:24px}}.Stats-Streak{margin-bottom:12px}@media (max-width: 960px){.Stats-Streak{margin-bottom:40px}}@media (max-width: 600px){.Stats-Streak{margin-bottom:24px}}.Stats-CumulativePlot{grid-area:cumulativePlot;width:100%;height:236px;margin-bottom:72px}.Stats-WeeklyView{width:100%;grid-area:weeklyView;margin-bottom:64px}.Stats-MonthlyView{width:100%;height:210px;grid-area:monthlyView;margin-bottom:64px}.Stats-YearlyView{width:100%;height:210px;grid-area:yearlyView;margin-bottom:64px}.Stats-PeriodsSummary{grid-area:periodsSummary;display:flex;justify-content:space-between}@media (max-width: 960px){.Stats-PeriodsSummary{flex-direction:row;flex-wrap:wrap;margin:0}}@media (max-width: 600px){.Stats-PeriodsSummary{justify-content:flex-start}}.Stats-Arrow{margin:0 38px;grid-area:arrow}@media (max-width: 960px){.Stats-Arrow{display:none}}.Stats-PeriodsSummary{min-width:11em}.Stats-PeriodsSummary .StatsItem{margin-bottom:26px}@media (max-width: 600px){.Stats-PeriodsSummary .StatsItem{width:-moz-max-content;width:max-content;margin-bottom:8px}}.Stats-PeriodsSummary .StatsItem-ValueWrapper{justify-content:flex-start}.StatsItem{margin:0;display:grid;grid-template-areas:"value topright" "value  bottomright" "description  ." "bottomline bottomline";width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}@media (max-width: 600px){.StatsItem{width:-moz-min-content;width:min-content}}.StatsItem-ValueWrapper{grid-area:value;display:flex;justify-content:center}.StatsItem-Value{font-size:50px;line-height:100%;font-weight:800;margin:0 0 6px;padding:0;display:flex}@media (max-width: 600px){.StatsItem-Value{font-size:48px}}@media (max-width: 400px){.StatsItem-Value{font-size:36px}}.StatsItem-Description{font-size:17px;font-weight:600;margin:0;white-space:nowrap;height:-moz-fit-content;height:fit-content;grid-area:description}@media (max-width: 600px){.StatsItem-Description{font-size:12px;white-space:wrap}}@media (max-width: 960px){.StatsItem-Description{margin-top:4px}}.StatsItem-MathSigns,.StatsItem-MathSigns-Left{font-size:37px;font-weight:100;margin:16px 0 0;color:#7f7f7f}.StatsItem-MathSigns-Left{margin-left:-6px}@media (max-width: 600px){.StatsItem-MathSigns-Left{margin-left:0}}@media (max-width: 600px){.StatsItem-MathSigns,.StatsItem-MathSigns-Left{font-size:32px;margin-top:12px}}.StatsItem-Hints{font-size:12px;line-height:100%;font-weight:400;margin:0;white-space:nowrap;color:#7f7f7f}@media (max-width: 600px){.StatsItem-Hints{font-size:10px}}@media (max-width: 600px){.StatsItem-Hints{font-size:8px}}.StatsItem-DiffPercent{grid-area:topright;margin-left:10px;margin-right:-12px;height:-moz-fit-content;height:fit-content;padding-top:6px;width:100%}@media (max-width: 600px){.StatsItem-DiffPercent{margin-left:4px;padding-top:0;width:-moz-fit-content;width:fit-content;margin-right:0}}.StatsItem-TopPercent{grid-area:bottomright;width:100%;height:-moz-fit-content;height:fit-content;align-self:end;margin-left:10px;margin-right:-12px;padding-bottom:6px}@media (max-width: 600px){.StatsItem-TopPercent{white-space:wrap;margin-left:4px;padding-bottom:0;width:100%}}.StatsItem-TotalScoreDetails{grid-area:bottomline}.StatsItem-TotalScoreDetails .StatsItem-Hints{padding-bottom:12px}@media (max-width: 600px){.StatsItem-TotalScoreDetails .StatsItem-Hints{padding-bottom:8px}}.DayView{width:20px;height:20px;position:relative}.DayView-Circle{position:absolute;bottom:0;width:15px;height:15px;background:var(--day_color);border-radius:50%}.DayView-Today{position:absolute;z-index:2;width:7px;height:7px;border-radius:50%;top:9px;left:4px;bottom:0;background:#fff}*.theme_dark .DayView-Today{background:#000}.DayView-HorizontalPlank{position:absolute;top:11px;left:-6px;width:7px;height:3px;background:linear-gradient(90deg,var(--prev_color),var(--day_color))}.DayView-VerticalPlank{position:absolute;left:6px;top:-1px;width:3px;height:7px;background:linear-gradient(var(--prev_color),var(--day_color))}.StreakView{width:100%;display:flex;margin-bottom:24px}@media (max-width: 960px){.StreakView{margin-bottom:18px}}@media (max-width: 600px){.StreakView{margin-bottom:12px}}.StreakView-DayNames>p{font-size:8px;line-height:20px;margin:.5px 8px .5px 0;font-weight:400;width:100%}.StreakView-Calendar{display:flex;width:100%}.StreakView-Calendar .WithTooltip{display:block}.StreakView-Details{font-size:17px;line-height:24px;font-weight:600;align-self:flex-start;margin:0}@media (max-width: 960px){.StreakView-Details{font-size:14px;line-height:20px}}@media (max-width: 600px){.StreakView-Details{font-size:12px;line-height:17px}}.StreakView-Details-Secondary{color:#7f7f7f}@media (max-width: 960px){.PeriodsSummary{display:flex;flex-wrap:wrap;justify-content:flex-start;-moz-column-gap:32px;column-gap:32px;width:100%;row-gap:16px}}@media (max-width: 960px) and (max-width: 600px){.PeriodsSummary{row-gap:8px}}.CumulativePlot{height:100%;display:grid;grid-template-rows:3fr 1fr;max-width:558px}@media (max-width: 960px){.CumulativePlot{max-width:none}}.CumulativePlot-Bars{width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:20px}.CumulativePlot-Bars-Item{width:4px;border-radius:4px;background-color:#ccc}*.theme_dark .CumulativePlot-Bars-Item{background-color:#fff}.CumulativePlot-Bars-Item:last-child{background-color:#000}*.theme_dark .CumulativePlot-Bars-Item:last-child{background-color:#fff}.CumulativePlot-Buttons{height:100%;display:flex;gap:16px;margin-bottom:20px}@media (max-width: 600px){.CumulativePlot-Buttons{flex-wrap:wrap}}.CumulativePlot-Button{padding:12px;white-space:nowrap;height:60px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border:none;border-radius:5px;color:#000}@media (max-width: 600px){.CumulativePlot-Button{height:44px}}*.theme_dark .CumulativePlot-Button{background-color:#202021;color:#efefef}.CumulativePlot-Button-Caption{height:42px;width:100%}@media (max-width: 600px){.CumulativePlot-Button-Caption{height:22px}}.CumulativePlot-Button-Title{font-size:17px;font-weight:600;margin:0 0 4px;text-align:left}@media (max-width: 600px){.CumulativePlot-Button-Title{font-size:12px;line-height:12px;margin-bottom:2px}}.CumulativePlot-Button-Description{font-size:12px;font-weight:400;margin:0;text-align:left;color:#7f7f7f}@media (max-width: 600px){.CumulativePlot-Button-Description{font-size:8px;line-height:8px}}.CumulativePlot-Button._active{background-color:#efefef}*.theme_dark .CumulativePlot-Button._active{background-color:#292930}.CumulativePlot-Button:hover{background-color:#000;color:#fff;cursor:pointer}*.theme_dark .CumulativePlot-Button:hover{background-color:#fff;color:#000}.StatsPeriods{height:100%;width:100%;display:grid;grid-auto-flow:column;gap:10px}.StatsPeriods-Period{height:100%;display:grid;grid-template-rows:auto 60px}.StatsPeriods-SubPeriods{display:flex;gap:2%;margin-bottom:22px}.StatsPeriods-SubPeriod{display:flex;flex-direction:column;flex-basis:0;flex-grow:1;flex-shrink:1;width:100%;align-items:center}.StatsPeriods-SubPeriod-WeekChartDay{width:9px;display:grid;align-items:end;grid-template-rows:1fr min-content;gap:3px}.StatsPeriods-SubPeriod-WeekChartDay:nth-last-child(-n+2) .StatsPeriods-SubPeriod-WeekChartDay-Date{opacity:.55}.StatsPeriods-SubPeriod-WeekChartDay-Goals{display:grid;align-items:end;gap:3px;justify-content:center}.StatsPeriods-SubPeriod-WeekChartDay-Goal{width:9px;height:9px;border-radius:100%;background-color:#d4d4d4}*.theme_dark .StatsPeriods-SubPeriod-WeekChartDay-Goal{background-color:#7f7f7f}.StatsPeriods-SubPeriod-WeekChartDay-Goal._done{background-color:#000}*.theme_dark .StatsPeriods-SubPeriod-WeekChartDay-Goal._done{background-color:#fff}.StatsPeriods-SubPeriod-AllGoals{display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%}.StatsPeriods-SubPeriod-AllGoals-DoneGoalsBar{background-color:#000}*.theme_dark .StatsPeriods-SubPeriod-AllGoals-DoneGoalsBar{background-color:#fff}.StatsPeriods-SubPeriod-AllGoals-GoalsBar{background-color:#ccc}*.theme_dark .StatsPeriods-SubPeriod-AllGoals-GoalsBar{background-color:#7f7f7f}.StatsPeriods-SubPeriod-Label{width:100%;font-size:8px;text-transform:uppercase;padding-top:7px;text-align:center}.PeriodSummary-PeriodNumber{text-transform:uppercase;font-size:17px;margin-right:10px}.PeriodSummary-TotalDone{font-size:12px;display:flex;flex-wrap:nowrap;align-items:baseline;margin-right:6px}.PeriodSummary-Icon{margin-right:4px}.PeriodSummary-Percents{display:inline-block;font-size:12px;font-weight:400;color:#00000080;margin-left:4px}*.theme_dark .PeriodSummary-Percents{color:#7f7f7f}.PeriodSummaryColumn{display:flex;flex-direction:column;width:100%;font-weight:600;line-height:120%}.PeriodSummaryColumn-TotalDone{font-size:12px;white-space:nowrap}.SwipableTabsLite-swiper{width:100%;overflow-x:hidden;overflow-y:auto}.SwipableTabsLite-tabs{display:flex;width:100%;box-sizing:border-box;overflow-y:auto;padding-bottom:8px}.SwipableTabsLite-tab_wrap,.SwipableTabsLite-tab{padding:12px 0;line-height:140%;flex-shrink:0}.SwipableTabsLite-tab_wrap{position:relative;display:inline-block;font-weight:600;color:transparent;border-bottom:3px solid transparent;padding-right:24px}.SwipableTabsLite-tab{position:absolute;top:0;width:100%;cursor:pointer;color:var(--main_color);border:none;outline:none;background:transparent}.SwipableTabsLite-tab._active{border-bottom:3px solid var(--main_color);font-weight:600}.BoardsTemplates{width:100%;overflow:auto;padding:32px 64px;box-sizing:border-box;background:#fafafa}*.theme_dark .BoardsTemplates{background:var(--main_background)}.BoardsTemplates-heading{margin:0 0 24px}.BoardsTemplates-tabs_placeholder{width:calc(100% - 36px);height:50px;margin-bottom:24px;border-radius:8px;background:#a3a3a3;animation:placeholder_fading 1.5s infinite}*.theme_dark .BoardsTemplates-tabs_placeholder{background:#c7c7c7}.BoardsTemplates-boards{display:flex;max-width:1024px;margin-top:-24px;padding-bottom:64px;justify-content:space-between;flex-wrap:wrap}.BoardsTemplates-board{width:calc(50% - 20px);margin-top:42px;cursor:pointer}@media (max-width: 1024px){.BoardsTemplates-board{width:100%}}.BoardsTemplates-board-card{display:flex;height:240px;border:1px solid #e8e8e8;box-shadow:0 4px 12px #0000000a;border-radius:8px;overflow:hidden;background:var(--main_background);transition:border-color .25s cubic-bezier(.165,.84,.44,1)}*.theme_dark .BoardsTemplates-board-card{background:#222;border:1px solid #333;box-shadow:none}@media (max-width: 799px){.BoardsTemplates-board-card{height:200px}}.BoardsTemplates-board-card:hover{border-color:#848484}.BoardsTemplates-board._placeholder .BoardsTemplates-board-card{background:#a3a3a3;animation:placeholder_fading 1.5s infinite}*.theme_dark .BoardsTemplates-board._placeholder .BoardsTemplates-board-card{background:#c7c7c7}.BoardsTemplates-board._center .BoardsTemplates-board-card{align-items:center;justify-content:center}.BoardsTemplates-board-list{width:24%;padding:14px 24px 14px 10px;box-sizing:border-box;flex-shrink:0;border-right:1px solid rgba(var(--main_color_rgb),.1)}.BoardsTemplates-board-list-emoji{font-size:16px;line-height:19px}.BoardsTemplates-board-list-name{margin-top:14px;font-weight:600;font-size:15px;line-height:18px;hyphens:auto;-webkit-hyphens:auto}@media (max-width: 799px){.BoardsTemplates-board-list-name{font-size:13px}}.BoardsTemplates-board-list-placeholder{margin-top:16px}.BoardsTemplates-board-list-placeholder-line{height:10px;margin-top:8px;background:var(--inversed_background);opacity:.05}.BoardsTemplates-board-list-placeholder-line:nth-child(1){width:100%}.BoardsTemplates-board-list-placeholder-line:nth-child(2){width:80%}.BoardsTemplates-board-list-placeholder-line:nth-child(3){width:100%}.BoardsTemplates-board-list-placeholder-line:nth-child(4){width:90%}.BoardsTemplates-board-list-placeholder-line:nth-child(5){width:80%}.BoardsTemplates-board-plus_icon{opacity:.3;transition:opacity .25s ease}.BoardsTemplates-board:hover .BoardsTemplates-board-plus_icon{opacity:1}.BoardsTemplates-board-name{margin-top:16px;font-weight:500;font-size:16px;line-height:20px;opacity:.5}.BoardsTemplates-board._placeholder .BoardsTemplates-board-name{width:64px;height:24px;background:#a3a3a3;animation:placeholder_fading 1.5s infinite}.BoardTemplatesLite{width:100%;overflow:auto;padding:32px 0;box-sizing:border-box;background:#f2f2f266}*.theme_dark .BoardTemplatesLite{background:var(--main_background)}.BoardTemplatesLite-boards{display:flex;max-width:1024px;margin-top:-24px;padding:0 16px;justify-content:space-between;flex-wrap:wrap}.BoardTemplatesLite-tabs{padding:0 16px}.ClimbsTeaser{display:flex;box-sizing:border-box;height:315px;padding:53px 29px;background-color:#000;background-image:url(./climbs_background-DGgSDzWD.svg);background-size:cover;border-radius:8px;color:#fff}.ClimbsTeaser-title{flex-basis:287px;padding-right:40px;font-size:31px;font-weight:700}.ClimbsTeaser-description{flex-basis:433px;font-size:18px;line-height:26px}.ClimbsTeaser._mobile{flex-direction:column;height:333px;padding:24px 24px 36px;border-radius:0;background-size:contain;background-image:url(./background_mobile-BlvDU-WX.svg);background-repeat:no-repeat;background-position:bottom}.ClimbsTeaser._mobile .ClimbsTeaser-title{font-size:28px;line-height:34px;flex-basis:0;padding-bottom:16px}.ClimbsTeaser._mobile .ClimbsTeaser-description{font-size:14px;line-height:22px}.ClimbIcon{position:relative;height:var(--size);width:var(--size);margin-bottom:18px}.ClimbIcon:before{position:absolute;z-index:0;width:100%;height:100%;border-radius:50%;background-color:var(--climb_color);filter:brightness(80%);content:""}.ClimbIcon img{position:relative;z-index:0;display:block;height:100%;width:100%;margin-bottom:16px}.ClimbsTrialFooter{padding:70px 0 150px;background:#000;text-align:center;background-image:url(./climbs_background-DGgSDzWD.svg);background-position-x:center;background-position-y:bottom;background-repeat:no-repeat}.ClimbsTrialFooter-title{font-weight:800;font-size:48px;line-height:120.4%;color:#fff}.ClimbsTrialFooter-paragraph{max-width:722px;margin:34px auto 48px;padding:0 12px;font-size:18px;line-height:160%;color:#fff;opacity:.6}.ClimbsTrialFooter-action_button.Button{padding:16px 32px;border:none;font-weight:600;font-size:19px;line-height:20px;background:#4c738f;color:#fff}.ClimbPage{--max_width: 100%;position:relative;padding:0 0 72px;background:var(--main_background);cursor:auto}.ClimbPage._modal{--max_width: 828px;max-width:var(--max_width);margin:0 auto;padding:0}.ClimbPage-close_button{position:absolute;top:36px;right:32px;color:#fff}.ClimbPage-close_button .Icon{opacity:1}.ClimbPage-close_button._loading{color:var(--main_color)}.ClimbPage-placeholder-header{padding:56px 12px 78px}.ClimbPage-placeholder-header-climb_icon{background:#a3a3a3;animation:placeholder_fading 1.5s infinite;margin:0 auto;width:80px;height:80px;border-radius:50%}*.theme_dark .ClimbPage-placeholder-header-climb_icon{background:#c7c7c7}.ClimbPage-placeholder-header-climb_name{background:#a3a3a3;animation:placeholder_fading 1.5s infinite;box-sizing:border-box;max-width:762px;height:116px;margin:36px auto 40px;border-radius:8px}*.theme_dark .ClimbPage-placeholder-header-climb_name{background:#c7c7c7}.ClimbPage-placeholder-header-climb_info{display:flex;max-width:685px;justify-content:space-between;margin:0 auto}.ClimbPage-placeholder-header-climb_info div{background:#a3a3a3;animation:placeholder_fading 1.5s infinite;height:54px;flex-basis:30%;border-radius:8px}*.theme_dark .ClimbPage-placeholder-header-climb_info div{background:#c7c7c7}.ClimbPage-placeholder-header-climb_lead{background:#a3a3a3;animation:placeholder_fading 1.5s infinite;max-width:685px;height:254px;margin:84px auto 0;border-radius:8px}*.theme_dark .ClimbPage-placeholder-header-climb_lead{background:#c7c7c7}.ClimbPage-header{padding:128px 0 78px;background:var(--climb_color)}.ClimbPage-content{max-width:920px;margin:0 auto;padding:0 12px}.ClimbPage-content._centered{display:flex;flex-direction:column;align-items:center}.ClimbPage-climb_icon{width:80px;height:80px;background:var(--climb_color);border-radius:50%}.ClimbPage-climb_name{max-width:762px;margin:18px 0 40px;font-weight:800;font-size:48px;line-height:58px;color:#fff;text-align:center}.ClimbPage-climb_name-author{color:#fff;opacity:.5}.ClimbPage-title_image{display:block;width:100%;max-width:920px;margin:0 auto 41px}.ClimbPage-youtube_video{width:100%;height:460px;max-width:920px;margin:0 auto 41px}.ClimbPage-onlineplayer_video{max-width:920px;margin:0 auto 41px}.ClimbPage-onlineplayer_video-iframe_container{padding-top:56.25%;position:relative;overflow:hidden}.ClimbPage-footer{position:sticky;z-index:1;bottom:0;display:flex;box-sizing:border-box;width:var(--max_width);padding:10px;align-items:center;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.12);background:var(--main_background)}.ClimbPage-footer._auth{justify-content:center}.ClimbPage-footer-text{margin-right:38px;font-size:18px;line-height:160%;opacity:.4}*.theme_dark .ClimbPage-footer{border-color:#ffffff1f}.ClimbPage-action_button.Button{padding:16px 32px;border:none;font-weight:600;font-size:19px;line-height:20px}.ClimbPage-info_wrap{display:flex;justify-content:center}.ClimbPage-info{display:inline-grid;grid-gap:8px;grid-auto-rows:auto;grid-auto-flow:column;max-width:685px;margin:0 auto}.ClimbPage-info-bullet{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;box-sizing:border-box;padding:0 30px 0 0;border-right:1px solid rgba(255,255,255,.12)}.ClimbPage-info-bullet:last-child{border-right:none}.ClimbPage-info-bullet-title{margin-left:19px;font-weight:700;font-size:21px;line-height:25px;opacity:.5;color:#fff}.ClimbPage-info-bullet-value{flex-basis:100%;margin:4px 0 0 19px;font-weight:700;font-size:21px;line-height:25px;color:#fff}.ClimbPage-info-bullet._author{display:flex;flex-wrap:nowrap;flex-shrink:1}.ClimbPage-info-bullet._author .ClimbPage-info-bullet-title,.ClimbPage-info-bullet._author .ClimbPage-info-bullet-value{margin-left:0}.ClimbPage-info-bullet._duration,.ClimbPage-info-bullet._start_day{max-width:150px}.ClimbPage-lead{margin:84px auto 0;max-width:685px;font-size:21px;line-height:147.1%;color:#fff}.ClimbPage-lead *{font-size:inherit;line-height:inherit;color:inherit}.ClimbPage-rich_description{max-width:683px;margin:0 auto;padding:0 64px 48px}.ClimbPage-rich_description .Editor{color:#fff;font-size:18px}.ClimbPage-rich_description .Editor .ql-bubble .ql-editor a{color:inherit}.ClimbPage-intro-heading{margin:126px 0 38px;font-weight:800;font-size:48px;line-height:120.4%;text-align:center}.ClimbPage-intro-heading div{opacity:.3}.ClimbPage-intro-heading h2{margin:0;font-weight:inherit;font-size:inherit;line-height:inherit}.ClimbPage-intro-paragraph{max-width:683px;margin:24px auto;font-size:21px;line-height:147.1%}.ClimbPage-timestripe_features{display:flex;max-width:683px;margin:84px auto 46px;padding:0 24px;justify-content:space-between}.ClimbPage-timestripe_features>*{flex-basis:31%}.ClimbPage-highlights_title{border-top:1px solid rgba(var(--main_color_rgb),.12);padding-top:40px;font-size:48px;line-height:120.4%;font-weight:800;text-align:center}.ClimbPage-highlights_carousel{width:100%;max-width:914px;margin:38px auto}.ClimbPage-highlights_carousel-slide{display:block;max-width:100%}.ClimbPage-highlights_carousel .Carousel-controls{display:flex;justify-content:center;margin-top:24px}.ClimbPage-author{padding:57px 0 0;background:var(--author_color);color:#fff}.ClimbPage-author-icon{display:block;width:80px;height:80px;margin:0 auto 18px;border-radius:50%}.ClimbPage-author-heading{padding-bottom:30px;font-weight:800;font-size:48px;line-height:120.4%;text-align:center}.ClimbPage-author-heading div{opacity:.3}.ClimbPage-author-heading h2{margin:0;font-weight:inherit;font-size:inherit;line-height:inherit}.ClimbPage-author-description{max-width:683px;margin:0 auto 74px;font-size:21px;line-height:147.1%}.ClimbPage-author-image{display:block;max-width:920px;width:100%;margin:0 auto}.ClimbPage-reviews_title{max-width:683px;margin:148px auto 36px;padding:0 0 28px;border-bottom:1px solid var(--main_color);font-weight:800;font-size:48px;line-height:120.4%}.ClimbPage-reviews{display:grid;max-width:683px;margin:0 auto;grid-template-columns:1fr 1fr;-moz-column-gap:70px;column-gap:70px;row-gap:36px}.ClimbPage-full_width_image{width:100%}.ClimbPage-full_width_image._margins{margin:52px 0}.ClimbPage-faq{max-width:686px;margin:126px auto 0}.ClimbPage-faq-heading{font-size:31px;line-height:116.8%;text-align:center}.ClimbSubscriptionModalLite{position:relative;min-height:100vh;padding-top:64px;box-sizing:border-box;background:var(--main_background)}.ClimbSubscriptionModalLite-close_button_wrap{position:absolute;top:18px;top:env(safe-area-inset-top);right:12px}.ClimbSubscriptionModalLite-icon{display:block;width:48px;height:48px;margin:0 auto 8px;background:var(--climb_color);border-radius:50%}.ClimbSubscriptionModalLite-setup_text{padding:0 24px}.ClimbSubscriptionModalLite-setup_text h1{margin:0 0 24px;font-size:24px;line-height:29px;text-align:center}.ClimbSubscriptionModalLite-steps_info{display:flex;justify-content:center;margin-top:16px}.ClimbSubscriptionModalLite-steps_info-block{padding:20px 32px}.ClimbSubscriptionModalLite-steps_info-block+.ClimbSubscriptionModalLite-steps_info-block{border-left:1px solid rgba(0,0,0,.12)}*.theme_dark .ClimbSubscriptionModalLite-steps_info-block+.ClimbSubscriptionModalLite-steps_info-block{border-left:1px solid rgba(255,255,255,.12)}.ClimbSubscriptionModalLite-steps_info-title{font-size:21px;font-weight:700;line-height:25px;text-align:center}.ClimbSubscriptionModalLite-steps_info-subtitle{margin-top:5px;font-weight:600;font-size:12px;line-height:15px;text-align:center}.ClimbSubscriptionModalLite-main_button{width:100%;padding-top:12px;padding-bottom:12px}.ClimbCardLite{position:relative;display:flex;padding:16px 14px;font-size:14px;border-radius:8px;background:var(--climb_color);color:#fff}.ClimbCardLite-icon{position:relative;height:32px;width:32px;margin-right:12px;flex-shrink:0}.ClimbCardLite-icon:before{position:absolute;z-index:0;width:100%;height:100%;border-radius:50%;background-color:var(--climb_color);filter:brightness(80%);content:""}.ClimbCardLite-icon img{position:relative;z-index:0;display:block;height:100%;width:100%;margin-bottom:16px}.ClimbCardLite-climb_name{font-weight:600;line-height:17px}.ClimbCardLite-climb_duration{opacity:.5;line-height:22px}.ClimbCardLite-stripe1,.ClimbCardLite-stripe2{position:absolute;height:2px;background:inherit}.ClimbCardLite-stripe1{top:-8px;left:30px;width:calc(100% - 60px)}.ClimbCardLite-stripe2{top:-4px;left:17px;width:calc(100% - 34px)}.ClimbCardLite._placeholder{height:39px;background:#a3a3a3;animation:placeholder_fading 1.5s infinite}*.theme_dark .ClimbCardLite._placeholder{background:#c7c7c7}.ClimbsPageLite{padding:0 0 48px}.ClimbsPageLite-settings_button{position:fixed;z-index:1;right:12px;bottom:12px;background:#000;color:#fff}.ClimbsPageLite-climb_card_wrap{margin-top:18px;padding:0 16px}.ClimbsPageLite-placeholders{margin-top:88px}.ClimbsPageLite-controls{margin:0 auto 25px;text-align:center}.ClimbsPageLite-controls .Segments-item{margin:1px}@media (max-width: 375px){.ClimbsPageLite-controls .Segments-item{padding:4px;font-size:14px}}.ClimbsPageLite .ClimbsTeaser{margin-bottom:16px}.BecomeProButton{position:relative;margin:12px 16px;text-align:center}.BecomeProButton .Button{font-weight:400;width:100%}.BecomeProButton-subtitle{font-size:13px;line-height:24px;margin-top:4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#999}*.theme_dark .BecomeProButton-subtitle{color:#666}.SpacesNav{display:flex;align-items:center;flex-direction:column;gap:10px}.SpacesNav._mobile{flex-direction:row;justify-content:space-between;-moz-column-gap:10px;column-gap:10px;padding-top:10px}.SpacesNav-tooltip .WithTooltip-popover{pointer-events:none}.SpacesNav-space{cursor:pointer;line-height:0;border-radius:50%}.SpacesNav-space-avatar{transition:all .2s cubic-bezier(.165,.84,.44,1)}.SpacesNav-space-avatar_wrap{overflow:hidden;border-radius:50%}.SpacesNav-space-settings{position:absolute;left:60%;bottom:60%;width:50%;height:50%;padding:2px;border-radius:999px;color:var(--main_color);opacity:0;pointer-events:none;transition:.25s opacity cubic-bezier(.165,.84,.44,1);background:#f2f2f2}*.theme_dark .SpacesNav-space-settings{background:#1a1b1c}.SpacesNav-space-settings:hover{background:var(--main_background)}.SpacesNav-space-edge{position:absolute;width:4px;height:45px;background-color:var(--main_color);border-top-right-radius:4px;border-bottom-right-radius:4px;left:-16px;top:-4px}.SpacesNav:not(._mobile) .SpacesNav-space:hover .SpacesNav-space-settings{opacity:1;pointer-events:auto;transition:0s}.SpacesNav-add_button .Icon{width:38px;height:38px;border-radius:19px}.KeyboardShortcutsList-group{margin-top:9px;margin-bottom:3px}.KeyboardShortcutsList-item{color:rgba(var(--main_color_rgb),.8);display:flex;justify-content:space-between;min-width:250px}.KeyboardShortcutsList-hotkey{background:#ffffff14;border-radius:3px;line-height:17px;padding:2px 4px;margin-left:4px}.HelpHubButton{position:relative}.HelpHubButton-Indicator{width:7px;height:7px;left:-13px;position:absolute;background-color:#e3631b;border-radius:50%}.HelpHubButton ._highlighted{margin-top:-8px;margin-bottom:-8px;padding-top:10px;padding-bottom:10px;--flare-position: 50%;background:linear-gradient(120deg,rgba(0,0,0,0) 35%,rgba(255,204,51,.6) 45%,#fff var(--flare-position),rgba(0,153,255,.6) 65%,rgba(0,0,0,0) 70%) no-repeat;background-position-x:-200px;animation:1s ease-out highlighted;animation-delay:0s;animation-fill-mode:forwards}@keyframes highlighted{0%{color:var(--main_color);--flare-position: 50%}20%{color:var(--main_color);text-shadow:none}30%{color:#fff;text-shadow:0 0 5px #fff}to{--flare-position: 65%;color:var(--main_color);background-position-x:170px}}@property --flare-position{syntax: "<percentage>"; inherits: false; initial-value: 0%;}.InviteYourTeamPoster{display:flex;justify-content:center;align-items:center;height:250px;width:100%;border-radius:10px;cursor:pointer;text-decoration:none}.InviteYourTeamPoster-center{width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff;border:none;position:relative;z-index:1;box-shadow:0 0 50px 25px #fff;mix-blend-mode:color-dodge}.InviteYourTeamPoster-center:before,.InviteYourTeamPoster-center:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;z-index:-1;animation:InviteYourTeamPoster-rotate 4s linear infinite;mix-blend-mode:screen}.InviteYourTeamPoster-center:before{box-shadow:0 -20px 90px 10px red,-20px 0 90px 40px #00f,20px 0 90px 10px orange,0 20px 90px 40px #0ff,-30px 30px 90px 40px purple}.InviteYourTeamPoster-center:after{box-shadow:0 -40px 150px 10px green,-40px 0 150px 40px red,40px 0 150px 10px #00f,0 40px 150px 10px #ff0,0 0 150px 40px #0ff;animation-delay:1.5s}.InviteYourTeamPoster-plus{text-align:center;font-size:50px;font-weight:100;color:#000;transition:.5s}.InviteYourTeamPoster:hover .InviteYourTeamPoster-plus{transform:scale(1.5);font-weight:50}@keyframes InviteYourTeamPoster-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes InviteYourTeamPoster-pulse{0%,to{opacity:.6}50%{opacity:1}}.InviteYourTeamToast{overflow:hidden}.InviteYourTeamToast.Notification._layoutVertical .Notification-actions{border-top:none}#root:has(.AppLite) .NotificationPortal:has(.InviteYourTeamToast){left:50%;right:unset;transform:translate(-50%);padding-top:60px}.IsomorphicLink{color:-webkit-link;cursor:pointer;text-decoration:underline}.DashboardPageLite-header{position:relative;display:flex;padding:5px 13px 15px;justify-content:space-between;align-items:center;overflow-x:auto;color:var(--main_color)}.DashboardPageLite-header-spaces{display:flex;overflow-x:scroll;height:38px}.DashboardPageLite-header-spaces .SpacesNav-add-button{line-height:0}.DashboardPageLite-header-spaces .SpacesNav-space{margin-bottom:auto}.DashboardPageLite-header-spaces .SpacesNav-space._isActive .SpacesNav-space-avatar{line-height:32px;border:3px solid var(--main_color)}.DashboardPageLite-header-title{margin:0;padding:6px;font-weight:500;font-size:14px;line-height:20px;color:var(--headers_color);text-align:center}.DashboardPageLite-header-title-arrow{opacity:.5;width:14px;height:14px;transform:rotate(270deg);margin-left:8px;position:relative;top:2px}.DashboardPageLite-header-search{text-decoration:none;color:var(--main_color);opacity:.6}.DashboardPageLite-header-search .Icon{position:relative;top:3px;margin-right:8px}.DashboardPageLite-header-buttons{display:flex;gap:15px;padding-right:5px}.DashboardPageLite-header-buttons .IconButton{opacity:1}.DashboardPageLite-header-buttons .IconButton .Icon{opacity:.6}.DashboardPageLite-widget{display:grid;margin:0 13px;padding:0;gap:8px;grid-auto-flow:column;grid-template-columns:116px 1fr 40px;background:#f7f7f8;-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);border-radius:24px;color:inherit;text-decoration:none;transition:transform .25s ease}*.theme_dark .DashboardPageLite-widget{background:#333}@media (hover: hover){.DashboardPageLite-widget:hover,.DashboardPageLite-widget._hover{transform:scale(.98)}}@media (hover: none){.DashboardPageLite-widget:active{transform:scale(.98)}}.DashboardPageLite-widget-titles{display:flex;flex-direction:column;justify-content:space-between;padding-top:16px;padding-bottom:16px;padding-left:16px}.DashboardPageLite-widget-content{display:flex;flex-direction:column;justify-content:space-between;padding-top:16px;padding-bottom:16px}.DashboardPageLite-widget-add{padding-top:16px;padding-bottom:16px;padding-right:16px;text-align:right}.DashboardPageLite-widget-add .Icon{opacity:.6}.DashboardPageLite-widget-title{font-weight:600;font-size:28px;line-height:31px;margin-bottom:16px}.DashboardPageLite-widget-subtitle{font-weight:500;font-size:12px;line-height:14px;color:#e3631b}.DashboardPageLite-widget-hint{font-size:14px;opacity:.7}.DashboardPageLite-widget-goal{display:grid;gap:6px;grid-auto-flow:column;grid-template-columns:4px 1fr;margin-bottom:8px;max-height:30px;overflow:hidden}.DashboardPageLite-widget-goal-color_label{width:100%;height:100%;border-radius:12px;background:var(--DashboardPageLite-widget-goal-color_label-color)}.DashboardPageLite-widget-goal-name{font-weight:500;font-size:11px;line-height:14px}.DashboardPageLite-widget-goal-time{font-weight:400;font-size:11px;line-height:14px;opacity:.3}.DashboardPageLite-widget-bottom{display:flex;justify-content:space-between;align-items:flex-end;margin-top:8px}.DashboardPageLite-widget-bottom-label{font-weight:400;font-size:11px;line-height:14px;opacity:.3}.DashboardPageLite-widget+.DashboardPageLite-widget{margin-top:10px}.DashboardPageLite-widget+.DashboardPageLite-boards_title{margin-top:40px}.DashboardPageLite-boards_title{position:relative;font-weight:500;font-size:21px;line-height:31px;color:var(--headers_color);padding-bottom:14px;margin:0 30px;border-bottom:1px solid rgba(0,0,0,.1)}.DashboardPageLite-board_item{position:relative;padding:14px 0;margin:0 30px;font-size:16px;line-height:21px;font-weight:400;letter-spacing:.2px;border-bottom:1px solid rgba(var(--main_color_rgb),.1);color:inherit;text-decoration:none;background:var(--main_background);display:flex;justify-content:space-between;align-items:center}.DashboardPageLite-board_item-name_wrap{width:calc(100% - 20px);display:flex}.DashboardPageLite-board_item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.DashboardPageLite-board_item-update_indicator{position:relative;top:3px;left:4px;display:inline-block;width:6px;height:6px;margin-right:4px;flex:0 0 auto;background-color:#e3631b;border-radius:50%}.DashboardPageLite-board_item-arrow{width:20px;opacity:.5;flex-shrink:0}.DashboardPageLite-board_item_add{opacity:.5}.DashboardPageLite-become_pro{padding:44px 12px 34px 16px;text-align:center}.DashboardPageLite-become_pro-title{padding:12px 24px 4px;font-weight:400;font-size:16px;line-height:21px;opacity:.4}.DashboardPageLite-become_pro-motto{padding:0 24px 8px;font-weight:500;font-size:21px;line-height:29px}.DashboardPageLite-become_pro-button .Button._size_small{padding:8px 16px;border-radius:8px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.DashboardPageLite-become_pro-button .Button._size_small .Button-content{font-weight:400;font-size:16px;line-height:20px}.DashboardPageLite-background_select{display:flex;margin-top:24px;padding:0 24px 45px;font-weight:500;font-size:14px;line-height:20px;text-align:center;align-items:center;justify-content:center}.DashboardPageLite-background_select-arrow{opacity:.5;margin-left:8px;position:relative;top:2px}.DashboardPageLite .AddGoalButtonLite{position:sticky;margin-left:auto;margin-top:30px;bottom:10px;right:25px;height:56px;width:56px}.DashboardPageLite-help_hub{padding:5px 21px 30px;margin-top:35px;position:absolute}.DashboardPageLite-help_hub circle{fill:var(--main_color)}.DashboardPageLite-help_hub path{fill:var(--inversed_color)}.TimeColumn{position:relative;display:flex;width:56px;box-sizing:border-box;flex-direction:column;justify-content:flex-start;background:var(--main_background)}.TimeColumn-time_item{position:relative;height:var(--TimeColumn-cell_height);text-align:right;top:12px;padding:0 6px 0 2px;font-size:14px;line-height:24px;opacity:.6;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.TimeColumn-time_item div{display:flex;align-items:center;justify-content:flex-end}.TimeColumn-time_item-estimated_minutes{font-size:11px}.TimeblockingGoal{position:relative;box-sizing:border-box;width:100%;padding:0 11px 2px 0;border-radius:8px;background:rgb(var(--TimeblockingGoal-color_rgb));cursor:pointer;overflow:hidden;box-shadow:0 0 0 2px #fff inset;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition-property:background,box-shadow,border-color;transition-duration:.25s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}*.theme_dark .TimeblockingGoal{box-shadow:inset 0 0 0 2px #202021}.TimeblockingGoal._dragging{box-shadow:0 0 0 2px #fff inset,0 11px 8px -3px #223c5012}*.theme_dark .TimeblockingGoal._dragging{box-shadow:0 0 0 2px #0003 inset,0 11px 8px -3px #223c5012}.TimeblockingGoal._placeholder{opacity:.5}.TimeblockingGoal-content{display:flex;height:100%;justify-content:space-between}.TimeblockingGoal-content-left_side{display:flex;overflow:hidden;align-items:flex-start}.TimeblockingGoal .Checkbox{padding:8px 6px 8px 8px}.TimeblockingGoal-goal_name{padding-top:6px;font-size:15px;font-weight:400;line-height:20px;text-overflow:ellipsis;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgb(var(--TimeblockingGoal-text-color_rgb))}.TimeblockingGoal-goal_recurrence{flex-shrink:0;color:rgba(var(--TimeblockingGoal-text-color_rgb),.35);margin:9px 0 0 4px}.TimeblockingGoal-assignee{margin-right:4px;margin-top:7px}.TimeblockingGoal-goal_time{display:flex;text-align:right;flex-shrink:0;flex-direction:column;justify-content:space-between;padding-top:6px;font-size:14px;line-height:20px;color:rgba(var(--TimeblockingGoal-text-color_rgb),.35);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.TimeblockingGoal-goal_time-start{display:block}.TimeblockingGoal-goal_time-end{display:none}.TimeblockingGoal-goal_time._dragging .TimeblockingGoal-goal_time-end{display:block}.TimeblockingGoal-goal_time:hover .TimeblockingGoal-goal_time-start,.TimeblockingGoal-goal_time._estimated{display:none}.TimeblockingGoal._menu_open .TimeblockingGoal-goal_time,.TimeblockingGoal:hover:not(._dragging) .TimeblockingGoal-goal_time{opacity:0}.TimeblockingGoal-menu_button_wrap{position:absolute;top:2px;right:4px;z-index:1;display:flex;height:24px;padding-top:2px;font-size:14px;color:rgba(var(--TimeblockingGoal-text-color_rgb),.35);transition:opacity .2s cubic-bezier(.165,.84,.44,1);opacity:0;background:rgb(var(--TimeblockingGoal-color_rgb))}.TimeblockingGoal-menu_button_wrap-shadow{position:absolute;left:-10px;width:10px;height:100%;top:0;content:"";background:linear-gradient(90deg,rgba(var(--TimeblockingGoal-color_rgb),0),rgb(var(--TimeblockingGoal-color_rgb)))}.TimeblockingGoal-menu_button_wrap-goal_duration{padding:4px 4px 0}.TimeblockingGoal-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}.TimeblockingGoal-menu_button-icon{background:var(--main_background);border-radius:50%;padding:3px}.TimeblockingGoal._menu_open .TimeblockingGoal-menu_button_wrap,.TimeblockingGoal:hover:not(._dragging) .TimeblockingGoal-menu_button_wrap{opacity:1}.TimeblockingGoal-bottom_drag_area{position:absolute;width:100%;height:50%;max-height:10px;bottom:-5px;cursor:ns-resize}body.grabbing *{cursor:grab!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TimeblockingGoals{position:relative;box-sizing:border-box;width:100%;display:flex}.TimeblockingGoals-time{box-sizing:border-box;width:56px;padding-left:10px}.TimeblockingGoals-time-hour{position:relative;bottom:-16px;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.8;height:var(--Timeblocking-cell_height)}.TimeblockingGoals-time_column{margin-left:8px}.TimeblockingGoals-time_grid{position:relative;width:100%;padding-top:24px}.TimeblockingGoals-time_grid-cell{position:relative;box-sizing:border-box;width:100%;height:var(--Timeblocking-cell_height);z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top:1px solid var(--dimmed_border_color)}.TimeblockingGoals-time_grid-cell-hover_placeholder{position:absolute;top:3px;left:3px;right:3px;bottom:3px;height:calc(100% - 6px);display:flex;padding:8px 11px;color:#a4a4a4cc;justify-content:space-between;align-self:start;border-radius:4px;font-size:14px;background-color:rgba(var(--main_color_rgb),.05);transition:opacity .1s ease;opacity:0}.TimeblockingGoals-time_grid-cell:hover .TimeblockingGoals-time_grid-cell-hover_placeholder{opacity:1;transition:none}.TimeblockingGoals-time_grid-tail{width:100%;border-top:1px solid var(--dimmed_border_color)}.TimeblockingGoals._dragging .TimeblockingGoals-time_grid-cell-hover_placeholder{opacity:0}.TimeblockingGoals-bottom_gap{position:absolute;width:100%;margin-top:64px;height:128px;pointer-events:none}.TimeblockingGoals-goal_wrap{position:absolute;box-sizing:border-box;width:100%;min-width:55px;margin-top:24px;border:1px solid transparent;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition-property:left,width,padding;transition-duration:.15s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}.TimeblockingGoals-goal_wrap._dragging{opacity:.9;transition-property:left,width,padding;border:1px solid transparent;z-index:1000!important}.TimeblockingGoals-goal_wrap:not(:last-child){min-width:55px}.TimeblockingGoals-now{position:absolute;z-index:2001;margin-top:24px;width:100%;height:4px;border-radius:8px;background:var(--main_color);box-shadow:0 3px 2px #00000012;border:1px solid white;pointer-events:none}*.theme_dark .TimeblockingGoals-now{border:1px solid black}.TimeblockingPanelLite{position:relative;height:100%;overflow-y:auto}.TimeblockingSwitch{cursor:pointer;color:var(--main_color);background:#f1f1f1;border:1px solid #f1f1f1;border-radius:7px;width:40px;height:34px;text-align:center;padding-top:3px}.TimeblockingSwitch:hover{background:var(--main_background)}*.theme_dark .TimeblockingSwitch{background:#222;border:1px solid #333}*.theme_dark .TimeblockingSwitch:hover{background:#000}@media (max-width: 799px){.TimeblockingSwitch{background:none;border:none;opacity:.75;padding:2px 3px 0}*.theme_dark .TimeblockingSwitch{background:none!important;border:none}}.HorizonNavigation{display:flex;align-items:center;justify-content:center;gap:8px;pointer-events:none}.HorizonNavigation button{pointer-events:all}.HorizonNavigation._with_timeblocking{justify-content:space-between}.HorizonNavigation-main_controls{display:flex;border:1px solid #f1f1f1;align-items:center;justify-content:center;background:#f1f1f1;border-radius:7px}*.theme_dark .HorizonNavigation-main_controls{background:#222;border:1px solid #333}.HorizonNavigation-navigation_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;display:flex;border:1px solid transparent;border-radius:7px}*.theme_dark .HorizonNavigation-navigation_button:active{background:#e4e4e4}*.theme_dark .HorizonNavigation-navigation_button._disabled{color:#ffffff40;border-color:#ffffff40;background:var(--main_background)}.HorizonNavigation-navigation_button:hover{background:#fbfbfb}*.theme_dark .HorizonNavigation-navigation_button:hover{background:#000}.HorizonNavigation-navigation_button:active{color:var(--main_color);background:#f6f6f6}.HorizonNavigation-navigation_button._disabled{opacity:.25;border:1px solid #999;background:var(--main_background)}.HorizonNavigation-today_button{margin:0 1px;padding:6px 8px}.HorizonNavigation-today_button:disabled{color:rgba(var(--main_color_rgb),.25);border-color:transparent;background:transparent;cursor:default}*.theme_dark .HorizonNavigation-today_button:disabled{background:transparent}.HorizonNavigation-slide_button{width:32px;height:32px}.HorizonNavigation-slide_button+.HorizonNavigation-slide_button{margin-left:8px}.HorizonPanelLite{min-height:calc(100% + 1px);padding:0 0 88px}.HorizonPanelLite>.Goals{box-sizing:border-box;padding:12px}.HorizonViewLite{height:100%;display:flex;flex-direction:column;-webkit-user-select:text;-moz-user-select:text;user-select:text}.HorizonViewLite .Swiper-slide{overflow-y:scroll}.HorizonViewLite-header-period_subheader{opacity:.75;margin-left:6px}.HorizonViewLite-today_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;height:100%;font-weight:500}.HorizonViewLite-today_button._disabled{opacity:.2}.HorizonViewLite-timeblocking_switch{position:absolute;z-index:5000;left:8px;top:-40px}.HorizonViewLite-dates_navigation{text-align:center;padding-bottom:10px;position:absolute;bottom:48px;left:0;right:0}.HorizonViewLite .GoalsOptionsButtons .OptionsButton{opacity:.75}.HorizonViewLite-navigation{box-sizing:border-box;width:100%;flex-grow:0;flex-shrink:0;background:#f0f1f3;box-shadow:inset 0 1px #0000001a;position:relative}*.theme_dark .HorizonViewLite-navigation{background:#333}.HorizonViewLite-navigation-buttons_row{width:100%;height:100%;margin:0;overflow-x:scroll;overflow-y:hidden}.HorizonViewLite-navigation-buttons{display:flex;height:100%;width:-moz-fit-content;width:fit-content;min-width:100%;-webkit-overflow-scrolling:touch;justify-content:space-evenly;padding:0 8px;margin:0;padding-bottom:calc(env(safe-area-inset-bottom,0) + -0px)}.HorizonViewLite-navigation-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;padding:15px 7px;flex-grow:1;transition:transform .2s ease}.HorizonViewLite-navigation-button-hidden_title{font-weight:600;opacity:0}.HorizonViewLite-navigation-button-title{position:absolute;top:0;left:0;padding:15px 7px;width:100%;text-align:center;opacity:.2}.HorizonViewLite-navigation-button._active .HorizonViewLite-navigation-button-title{font-weight:600;opacity:1}.HorizonViewLite-weekdays_swiper{position:relative;z-index:2000;height:56px;flex-shrink:0;background:var(--main_background);border-bottom:1px solid var(--dimmed_border_color)}.HorizonViewLite-weekdays_swiper-slide{display:flex}.HorizonViewLite-weekdays_swiper-day_wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.HorizonViewLite-weekdays_swiper-day_wrap-day{font-size:12px;line-height:24px;opacity:.4}.HorizonViewLite-weekdays_swiper-day_wrap-number{width:24px;font-size:16px;line-height:24px;text-align:center}.HorizonViewLite-weekdays_swiper-day_wrap._active .HorizonViewLite-weekdays_swiper-day_wrap-number{position:relative;color:var(--inversed_color)}.HorizonViewLite-weekdays_swiper-day_wrap._active .HorizonViewLite-weekdays_swiper-day_wrap-number:before{position:absolute;left:-2px;top:-2px;content:" ";width:calc(100% + 4px);height:calc(100% + 4px);z-index:-1;background:var(--inversed_background);border-radius:50%}.HorizonViewLite .GoalRow-subgoals .Goals{padding:0}.HorizonViewLite-floating_button{position:fixed;z-index:3000;right:12px;bottom:calc(60px + env(safe-area-inset-bottom,0))}.PromptModal .StandartModal-footer{text-align:right}.NotificationSettings p{line-height:1.4}.NotificationSettings-switch{display:flex;gap:10px;margin-bottom:10px}.NotificationSettings table{border-top:1px solid #d7d7d7;margin-top:30px;border-spacing:2px 10px}@media (max-width: 799px){.NotificationSettings table{width:100%}}.NotificationSettings thead td{text-align:center;padding-top:15px}.NotificationSettings tbody tr td .Checkbox{vertical-align:middle}.NotificationSettings tbody tr._comingSoon{opacity:.35}.NotificationSettings tbody th{text-align:left;font-weight:400}.NotificationSettings tbody td{text-align:center;min-width:60px}.NotificationSettings-modal .StandartModal-title{color:var(--headers_color);opacity:.5;text-align:center;padding:12px 0}.NotificationSettings-modal .StandartModal-close_button{top:12px;right:12px;z-index:3}@media (max-width: 799px){.NotificationSettings-modal .StandartModal-close_button{padding-top:env(safe-area-inset-top)}}.NotificationSettings-modal .StandartModal-body{padding-left:20px;padding-right:20px}.SpaceSelector{margin-bottom:20px;display: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}.SpaceSelector-avatar{margin-left:0}.SpaceSelector-arrow{width:12px;height:12px;transform:rotate(270deg);margin:8px 0}.SubscriptionCancelModal-modal_body{padding:40px 62px 50px}@media (max-width: 799px){.SubscriptionCancelModal-modal_body{padding:16px}}.SubscriptionCancelModal-title{margin:0}.SubscriptionCancelModal-paragraph{max-width:600px;margin:32px 0 0;font-size:18px;line-height:140%}.SubscriptionCancelModal-reasons_grid{margin:21px 0 89px}.SubscriptionCancelModal-reasons_grid .Accordion{padding:0;background-color:var(--main_background)}@media (max-width: 799px){.SubscriptionCancelModal-reasons_grid .Accordion{margin:auto}}.SubscriptionCancelModal .SubscriptionCancelModal-button{width:100%;font-size:18px}.SubscriptionCancelModal-button+.SubscriptionCancelModal-button{margin-top:16px}.Plan-section{padding-top:30px;padding-bottom:30px}.Plan-section .Plan-processing_hint{position:relative;line-height:1.6;border-radius:8px;padding:1em 1em 1em 3em;background:#eee}*.theme_dark .Plan-section .Plan-processing_hint{background:#333}.Plan-section .Plan-processing_hint span{position:absolute;margin-left:-2em}.Plan-section-header{position:relative;margin-bottom:20px}.Plan-section-header_title{margin:0;letter-spacing:-.02em;font-size:24px;font-weight:700;line-height:29px}.Plan-section-header_subtitle{margin:0;color:#a4a4a4;font-size:24px;font-weight:300;line-height:29px}.Plan-section-header_label{position:absolute;top:0;right:0;letter-spacing:-.01em;font-weight:600;line-height:20px}.Plan-section-tariffs{margin-top:58px}.Plan-section+.Plan-section{border-top:1px solid #d7d7d7}.Plan-billing{margin-bottom:34px;padding:23px 0 25px;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}.Plan-billing_header{display:flex;align-items:center;flex-flow:row nowrap;justify-content:space-between;margin-bottom:14px;line-height:20px}.Plan-billing_header .Button{font-weight:400}.Plan-billing_card{display:flex;align-items:center;flex-flow:row nowrap;line-height:22px}.Plan-billing_card i{font-style:normal}.Plan-billing_card span{padding-left:10px;font-weight:700}.Plan-billing_card span:before{display:inline-flex;padding-right:5px;content:"•••• •••• •••• "}.Plan-footer{margin-bottom:34px;letter-spacing:-.01em;line-height:22px}.Plan-footer a{text-decoration:none;color:#0075ff}.Plan-footer a:hover{color:#0038ff}.Plan-actions .Button{font-weight:400}.Plan-actions .Button+.Button{margin-left:15px}.Plan-features_list{margin-bottom:75px}.Plan-features_list_title{margin:76px 0 28px;text-align:center;font-weight:400}.TodaySettingsLite{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;box-sizing:border-box;background:#f2f2f2}@supports (-webkit-touch-callout: none){.TodaySettingsLite{padding-bottom:env(safe-area-inset-bottom)}}*.theme_dark .TodaySettingsLite{background:var(--main_background)}.TodaySettingsLite-close_button_wrap{position:absolute;top:18px;right:12px}.TodaySettingsLite-menu_heading{margin:24px 0 0;padding:12px 16px;font-weight:400;font-size:12px;line-height:15px;text-transform:uppercase;color:#0006;border-bottom:1px solid rgba(0,0,0,.1)}*.theme_dark .TodaySettingsLite-menu_heading{border-bottom:1px solid rgba(255,255,255,.1);color:#fff6}.TodaySettingsLite-row{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid rgba(0,0,0,.1);background:var(--main_background);text-decoration:none;color:inherit}*.theme_dark .TodaySettingsLite-row{border-bottom:1px solid rgba(255,255,255,.1);background:#222}.TodaySettingsLite-row .Avatar{margin-right:10px}.TodaySettingsLite-menu_row{font-weight:600;justify-content:space-between;color:inherit;text-decoration:none}.TodaySettingsLite-menu_row._active,.TodaySettingsLite-menu_row:focus{background:#f8f8f8}*.theme_dark .TodaySettingsLite-menu_row._active,*.theme_dark .TodaySettingsLite-menu_row:focus{background:#333}.TodaySettingsLite-menu_row-title{display:flex;align-items:center;justify-content:center}.TodaySettingsLite-menu_row-title .Icon{margin-right:16px}.TodaySettingsLite-select_row{display:flex;justify-content:space-between}.TodaySettingsLite-link{color:inherit;text-decoration:none}.TodaySettingsLite-switch_row{justify-content:space-between}.TodaySettingsLite-switch_row._disabled{pointer-events:none}.TodaySettingsLite-switch_row._disabled div{opacity:.25}.TodaySettingsLite-text{padding:14px 16px;font-size:14px;line-height:22px;color:#0006}*.theme_dark .TodaySettingsLite-text{color:#fff6}.TodaySettingsLite-text a{color:#555;text-decoration:none}*.theme_dark .TodaySettingsLite-text a{color:#bbb}.TodaySettingsLite-desktop_promotion{padding:24px 16px;font-size:14px;line-height:22px;opacity:.4}.TodaySettingsLite-sign_out_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;margin:0 auto 16px;padding:12px 48px}.TodaySettingsLite-setup_mobile{padding:24px 16px 0;font-size:14px;line-height:22px;opacity:.8}.TodaySettingsLite-setup_mobile-icon{transform:rotate(180deg);width:14px;height:14px;vertical-align:middle;opacity:.5}.TodaySettingsLite-spinner{width:16px;height:16px}.SetupWebapp{min-height:100%;box-sizing:border-box;background-color:var(--main_background);font-size:14px;line-height:22px}.SetupWebapp-container{max-width:684px;margin:0 auto;padding:42px 0 30px}@media (max-width: 799px){.SetupWebapp-container{padding:32px 16px}}.SetupWebapp-title{margin:0 0 18px}.SetupWebapp-lead{font-size:18px;line-height:27px;margin:0 0 48px}.SetupWebapp-content-video_container{overflow:hidden;margin-bottom:12px;width:300px}.SetupWebapp-content-video{display:block;max-width:100%;min-height:544px}.SetupWebapp-content-instructions{padding:16px;margin:0}.SetupWebapp-content-instructions li{margin-bottom:12px}.SetupWebapp-content-instructions li:last-child{margin-bottom:0}.SetupWebapp-tabs{margin:0 0 16px -20px}.SetupWebapp-qr_background{padding:10px;width:240px;margin-top:16px;border-radius:12px;overflow:hidden;border:1px solid #000000;box-sizing:border-box;background:#fff}.SetupWebapp-qr_background-googleplay{margin-top:19px}.AppLite{max-height:100vh;max-height:var(--windowHeight, 100vh)}body:has(.TodayApp) .WithMobileNavigation-bottom_navigation{display:none}body:has(.TodayApp) .WithMobileNavigation-bottom_navigation>*{opacity:0}body:has(.TodayApp) .PlainGoalEditorModalLite-editor_toolbar{display:none}body:has(.TodayApp) .PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target{display:none}body:has(.TodayApp) .GoalOptions>.Menu-button:nth-child(3),body:has(.TodayApp) .GoalOptions>.Menu-button:nth-child(7),body:has(.TodayApp) .GoalOptions>.Menu-button:nth-child(8),body:has(.TodayApp) .GoalOptions>.Menu-button:nth-child(9),body:has(.TodayApp) .GoalOptions>.Menu-button:nth-child(11){display:none}body:has(.TodayApp) .TodayApp .WithMobileNavigation-top_bar-home_button_wrap>a{display:none}body:has(.TodayApp) .TodayApp .TodayApp-Nav{display:block}body:has(.TodayApp) .TodayApp .TodayApp-Nav a[href="/home/"]{display:none}body:has(.TodayApp) .TodayApp .TodayApp-Nav a[href="/settings/"]{display:none}body:has(.TodayApp) .TodayApp:has(.TodaySettingsLite) .TodayApp-Nav a[href="/home/"]{display:block}body:has(.TodayApp) .TodayApp:has(.HorizonPanelLite) .TodayApp-Nav a[href="/settings/"]{display:block}.TodayApp-Page{padding:10px;padding-top:env(safe-area-inset-top);padding-top:50px}/*! 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}: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;--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;--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:.2}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)}}[data-splittest][data-splittest-value]{display:none}.GoalStorageDevTool{position:fixed;z-index:99999;top:32px;right:32px}.GoalStorageDevTool-button{width:100%;text-align:right}.GoalStorageDevTool-button>.Button{opacity:.5}.GoalStorageDevTool-content{max-height:calc(100vh - 100px);overflow:scroll;padding:4px;margin-top:4px;border-radius:4px;border:1px solid rgba(var(--main_color_rgb),.5);background:var(--main_background)}.GoalStorageDevTool-content-sync_status_error{font-weight:700;color:red}.GoalStorageDevTool-content-sync_status_offline{font-weight:700;color:#ff0}.GoalStorageDevTool-content-sync_status_synced{font-weight:700;color:green}.BoardGuestHeader{z-index:1;display:flex;box-sizing:border-box;width:100%;padding:16px 24px;align-items:center;justify-content:space-between;height:70px;border-bottom:1px solid rgba(0,0,0,.1)}.BoardGuestHeader-buttons_wrap :not(:last-child){margin-right:16px}.BoardGuestHeader-logo{color:var(--main_color)}.BoardGuestHeader-breadcrumb{color:var(--main_color);text-decoration:none;margin-top:-1px;margin-left:16px}.BoardGuestHeader-breadcrumb:hover{opacity:.7}.BoardGuestHeader-signin{color:var(--main_color);font-size:16px;line-height:20px;opacity:.5;text-decoration:none;transition:opacity .25s ease}.BoardGuestHeader-signin:hover{opacity:1}.BoardGuestHeader-getstarted{padding:8px 16px;border-radius:6px;font-weight:400;font-size:16px;line-height:20px;text-decoration:none;color:#fff;opacity:.9;background-color:#202020}.ClimbsGuestHeader{position:absolute;top:0;left:0;z-index:2;display:flex;box-sizing:border-box;width:100%;padding:8px 16px 6px;align-items:center;justify-content:space-between;background:#000}.ClimbsGuestHeader-buttons_wrap :not(:last-child){margin-right:16px}.ClimbsGuestHeader-logo{color:#fff}.ClimbsGuestHeader-signin{font-size:16px;line-height:20px;color:#fff;opacity:.5;text-decoration:none;transition:opacity .25s ease}.ClimbsGuestHeader-signin:hover{opacity:1}.ClimbsGuestHeader-getstarted{padding:8px 16px;border-radius:6px;font-weight:600;font-size:16px;line-height:20px;text-decoration:none;background-color:#fff;color:#202020}.StackEffectWrap{position:relative;padding-top:19px}.StackEffectWrap-stripe1,.StackEffectWrap-stripe2{position:absolute;height:4px;background:var(--StackEffectWrap_background);pointer-events:none;transition:transform .25s cubic-bezier(.165,.84,.44,1)}.StackEffectWrap-stripe1{top:2px;left:30px;width:calc(100% - 60px)}.StackEffectWrap-stripe2{top:10px;left:17px;width:calc(100% - 34px)}.StackEffectWrap-content{height:100%;transition:transform .35s cubic-bezier(.165,.84,.44,1);background:var(--StackEffectWrap_background);border-radius:8px}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-content,.StackEffectWrap._interactive:hover .StackEffectWrap-content{transform:scale(1.01);cursor:pointer}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-stripe1,.StackEffectWrap._interactive:hover .StackEffectWrap-stripe1{transform:translateY(3px)}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-stripe2,.StackEffectWrap._interactive:hover .StackEffectWrap-stripe2{transform:translateY(1px)}.ClimbCard{height:100%;min-height:242px;display:flex;flex-direction:column}.ClimbCard-card{flex-grow:1;height:100%;box-sizing:border-box}.ClimbCard-content{--climb_color: var(--main_color);position:relative;display:flex;height:100%;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:30px 24px 22px;background:var(--climb_color);border-radius:8px;text-decoration:none;color:inherit}.ClimbCard-options{position:absolute;top:12px;right:12px;visibility:hidden;opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);background:#f7f7f7}.ClimbCard._menu_open .ClimbCard-options,.ClimbCard:hover .ClimbCard-options{visibility:visible;opacity:1}.ClimbCard-icon{position:relative;height:65px;width:65px;margin-bottom:18px}.ClimbCard-icon:before{position:absolute;z-index:0;width:100%;height:100%;border-radius:50%;background-color:var(--climb_color);filter:brightness(80%);content:""}.ClimbCard-icon img{position:relative;z-index:0;display:block;height:100%;width:100%;margin-bottom:16px}.ClimbCard-climb_name{margin-bottom:20px;padding-right:12px;font-weight:700;font-size:27px;line-height:32px;color:#fff}.ClimbCard-climb_duration{font-size:16px;line-height:24px;opacity:.5;color:#fff}.ClimbCard-lock{position:absolute;bottom:16px;right:16px;color:#fff;opacity:.2}.ClimbCard-basement{display:flex;align-items:center;justify-content:space-between;height:32px;box-sizing:border-box;padding:10px 4px 0 14px}.ClimbCard-basement-private{display:flex;padding-top:5px;align-items:center;opacity:.42;font-size:14px;line-height:18px}.ClimbCard-basement-private .Icon{margin-right:2px}.ClimbCard-basement-author{padding-top:5px;font-weight:500;font-size:14px;line-height:18px;opacity:.4}.ClimbCard-basement-actions{display:flex;flex-wrap:nowrap}.ClimbCard-basement-actions .ButtonWithCounter+.ButtonWithCounter{margin-left:4px}.ClimbCardLarge{display:flex;height:100%;min-height:242px;box-sizing:border-box;flex-direction:column}.ClimbCardLarge-stack_effect_wrap{flex-grow:1;height:100%}.ClimbCardLarge-content{position:relative;display:block;height:100%;box-sizing:border-box;padding-bottom:32px;background:var(--climb_color);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit}.ClimbCardLarge-cover{width:100%;height:340px;background:var(--cover);background-size:cover}.ClimbCardLarge-label{position:absolute;top:24px;right:24px;padding:5px 8px;font-weight:600;font-size:14px;line-height:17px;color:#fff;background:red;text-transform:uppercase}.ClimbCardLarge-icon{position:absolute;left:24px;top:24px;height:65px;width:65px;margin-bottom:18px}.ClimbCardLarge-icon:before{position:absolute;z-index:0;width:100%;height:100%;border-radius:50%;background-color:var(--climb_color);filter:brightness(80%);content:""}.ClimbCardLarge-icon img{position:relative;z-index:0;display:block;height:100%;width:100%;margin-bottom:16px}.ClimbCardLarge-footer{display:flex;padding:29px 0 0;flex-direction:column;justify-content:space-between}.ClimbCardLarge-climb_name{margin:0;padding:0 84px;font-weight:700;text-align:center;font-size:30px;line-height:37px;color:#fff}.ClimbCardLarge-climb_author{margin:28px 0 0;font-weight:600;font-size:25px;line-height:17px;text-align:center;color:#fff;opacity:.4}.ClimbCardLarge-lock{position:absolute;bottom:20px;right:20px;color:#fff;opacity:.2}.ClimbCardLarge-basement{display:flex;align-items:center;justify-content:space-between;padding:10px 4px 0 14px}.ClimbCardLarge-basement-author{font-weight:500;font-size:14px;line-height:18px;opacity:.4}.ClimbCardLarge-basement-actions{display:flex;flex-wrap:nowrap}.ClimbCardLarge-basement-actions .ButtonWithCounter+.ButtonWithCounter{margin-left:4px}.CreateClimbCard{display:flex;height:100%;flex-direction:column}.CreateClimbCard-stack_effect_wrap{flex-grow:1}.CreateClimbCard-button{flex-grow:1;display:flex;min-height:232px;height:100%;padding:24px 24px 22px;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;color:inherit;text-decoration:none}.CreateClimbCard-button-plus_wrap{display:flex;align-items:center;flex-grow:1}.CreateClimbCard-button-text{font-size:16px;line-height:150%;color:rgba(var(--main_color_rgb),.3)}*.theme_dark .CreateClimbCard-button-text{color:rgba(var(--main_color_rgb),.7)}.CreateClimbCard-basement{height:32px;box-sizing:border-box;padding:15px 15px 0;text-align:center;font-size:14px;font-weight:500;line-height:18px;color:var(--main_color);opacity:.3}.ClimbsContent{padding:0 12px 24px;margin:0 auto;max-width:1031px}.ClimbsContent-grid{display:grid;grid-gap:24px;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;grid-auto-flow:dense}.ClimbsContent-grid-card{grid-row:auto/span 1}.ClimbsContent-grid-large_card{grid-column:auto/span 2;grid-row:auto/span 2}@media (max-width: 870px){.ClimbsContent-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.ClimbsContent-grid{grid-template-columns:1fr}}.ClimbsPage-pro_header{display:block;padding:9px 0 6px;text-align:center;text-decoration:none;background:#000;color:#fff}.ClimbsPage-pro_header strong{color:#f5ef57}.ClimbsPage-teaser_wrap{padding:24px 0 0;background:#000;margin-bottom:38px}.ClimbsPage-teaser_wrap .ClimbsTeaser{margin:0 auto;max-width:1031px}.ClimbsPage-controls{margin:0 auto 25px;text-align:center}.ClimbsPage-controls .Segments-item{margin:1px}@media (max-width: 375px){.ClimbsPage-controls .Segments-item{padding:4px;font-size:14px}}.ClimbIconPicker{display:inline-flex}.ClimbIconPicker-icon{display:flex;width:65px;height:65px;padding:2px 6px;box-sizing:border-box;justify-content:center;align-items:center;border-radius:50%;color:#fff;background:var(--ClimbIconPicker-selected_color)}.ClimbIconPicker-icon-image{width:48px;height:48px}.ClimbIconPicker-icon-default_icon{position:absolute;top:3px;left:6px;color:#ccc}*.theme_dark .ClimbIconPicker-icon-default_icon{color:#666}.ClimbIconPicker-icon_picker{display:grid;grid-gap:6px;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;grid-auto-flow:dense;max-width:180px;padding:8px 12px}.ClimbIconPicker-icon_picker-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:24px;height:24px;border-radius:50%}.ClimbIconPicker-icon_picker-option-image{width:24px;height:24px;position:absolute;top:0;left:0}.ClimbIconPicker-icon_picker-option:before{position:absolute;top:0;display:block;width:22px;height:22px;content:" ";border-radius:50%;background:var(--color)}.ClimbIconPicker-icon_picker-option._selected{box-shadow:0 0 0 2px #fff}.ClimbIconPicker-icon_picker-option._selected:before{top:2px;left:2px;width:18px;height:18px}.ClimbStepEditor{position:relative;padding:32px 0;border-top:1px solid rgba(var(--main_color_rgb),.05)}.ClimbStepEditor-step_number{color:#e3631b;font-weight:500;font-size:18px;line-height:22px}.ClimbStepEditor-body{display:none}.ClimbStepEditor._enabled .ClimbStepEditor-body{display:block}.ClimbStepEditor-title{margin:12px 0 0;font-weight:600;font-size:29px;line-height:130%}.ClimbStepEditor-options{position:absolute;right:0;top:32px;flex:0 1;text-align:left}.EditClimbPage{padding-bottom:64px}.EditClimbPage .ql-editor{min-height:50px}.EditClimbPage-header{display:flex;align-items:center;justify-content:space-between;padding:0 8px;height:48px;border-bottom:1px solid rgba(var(--main_color_rgb),.05)}.EditClimbPage-header-back_button-text{margin-left:8px}.EditClimbPage-header-title{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;line-height:20px}.EditClimbPage-header>*{flex-basis:33%}.EditClimbPage-container{max-width:632px;padding:32px 16px;margin:0 auto}.EditClimbPage-name{display:block;width:calc(100% - 33px);box-sizing:border-box;margin:24px 0;padding:0;border:none;font-size:48px;font-weight:700;border-radius:4px;line-height:116.8%;outline:none;overflow:hidden}.EditClimbPage-name._disabled{cursor:auto}.EditClimbPage-name._disabled:hover{background:transparent}.EditClimbPage-description{margin-bottom:16px}.EditClimbPage-footer{padding:24px 0;border-top:1px solid rgba(var(--main_color_rgb),.05)}.EditClimbPage-footer-button{padding:8px 12px;color:#5a5a5a}.EditClimbPage-footer-button._active{background:#0085ff1a;color:#0079e6}.EditClimbPage-floating_actions{position:fixed;bottom:0;right:50px;display:grid;padding:10px 12px;gap:12px;grid-auto-rows:auto;grid-auto-flow:column}.BackgroundSelectButton{width:32px;height:32px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #00000026;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAACXBIWXMAABCcAAAQnAEmzTo0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAoiSURBVHgBpVjdblxXFV5r77ETqtK6EhdENMr4CeJI5To2QtxSXgCaOyQECXBDkFDsJyjwAk2foMkVagtyCkJCgLAryh0wE9vxT5omEyf+nTl7da1vrX3GSlPHSU9yPHN+Zu9vf+tbf5vpKxy9xd7Uy3R6JqV8XrjMMNNUTjSVqBAn0rMsJ079hg8+/vq3p2/RCx5ML3CsfrgxO8F8jTt0PjNPsRROWUhBUkqio4p+2ujFr0n0Hw10thuNyM1X3pi+8TzzPRfIjT9u/Uinm09MXQUhxpZ95GwYFKheKEA2sMqiggZwfSaYR0TsR/bntr4w//Ibr797knlPBHLjDxtdyfyOvj1rDIExMCeU7ZpKMKcMZkOk/w1gElCIJ+JfiqgY7A2c1Kf9ztxrc2f6x82fngVw/YO7l0tOS8rabM4sAKFkJEMCxkgAWAGZaQ24AVQ4ZAziX/BhOIvxWs/C50YTzdLdv6xfPg7DsUzeeX/rmupqHuyZXXVCBUcZTJpdS2taMIcT4DCyPgSB9rQUhtXxqS+XxhTLYLUAMc+fufithecC6QBVf8l1pUDZhjXzJjiI6y8FeEwJgDgkxhbche8kKcXQEX5o3w1gU44wy3n+7NyZhROBNIA68TU4QXKPTaYvhZJdh/q9smiMgS8jzh4AYtWg/lKBJIAIJh0g+6dqUxykOZcNkH5+9rvf/N2xIM1JSuJedYCIdxTerObW7+61pkPXIFUNgiX9Z6yJMykJjElJANMUQ6UMAjAgiAEsEKsj0o8L0997fbli+oLjSKbFbE6gzNgnTuhQjXEEYDiHjg8NSsuIXjaqt0a1NxwlbhqWZmj3RK9Fr5M0I73WU3VJo6HeG8GJ4PFm/tLwe0vv9aaeCvLOhxtqYupyqzUzocU/M3UZO0WcEABVs7lz6AQ4mziHQ+LRiGk0UuD6qYB41CgmfLczCZ4P7R1bQLLfdV/qTF75grk9FsqiAuqmMGV1CgMX2otfyJh53OLWKWwZxpCaFeaUksGaMVlGRrMO0KiWNPWIMmtWds+yVReuqDoig+1/b09f+O2FQaedbYIuqhnPASC3AD20pDGw6hCuN3Fgjb6pZj18XOjwQeFmWy939cYuyWj/kHkooBoZ0sKVxtVsAUqZUDkh8BMsRq3WdfpXv/FKsvi50BlTqvHQ43N1Bv1bQJyJ2mOecIifmj3i/U2hw3tE+58d0vChSqRJujhztwYTYlKMxxZXffHcMTfR5zaUf7ro8I55HUVSsAlnDSToXftgbWYiyVI1KYcIEiKHxgylS9RUO6tMe+tCu1sK8hHytmQbGCmRkXXAj+FMCgCDRZgaZ6MIawxb6H37iWUt+DX7wtyKOkZn1EyDyckkF2GPWghExtjfFtrrET1aUzNuJRcc0qIWYBZIUCtIq1ekI9ct+3dEgViETSoAB5MCvNHG0IFU7/Ax2CWmTvS19CZAKk+zngcU1D2R3T7xbp/pYOAVjVUTcKAJzId7CUFToIII6k6h15ImDJvIESH4G72Fi2erWICPRSEJIwdDJLsy8EgY5wHyYW/UPVgn2rud6WAPMTuCt9kFQKGdFKMhJZqeMuowuyGe24vPmmsMsKKD2ZOAA4XZLUm26AisCfSaxLVSUEfhmmkGIDff1/oww9lsET6RMxGTm+6EQ1/+klU1MK2VvMK1MkI0sEUi2IoTxLYk994amQXzx/utBEKfyBhOjkUcgOQOT1Gq4MILk09CgSeyHVZOXDWYfLDEHjHjO5K4mip+66kVD/2Rj1G1G9RCswRBcGgKmid6rVP1kDgmrHExUp/jxuFenzAYUEvkdjgPu5c7C+TUhzUcALeCRhmSgpDMDhweXRdSq0/GLC3ItuwPcILaMThPHMyRj4hnSTysJAqBx+8oQo8zKcFk1bHpIrmnc/Kw6FqFcCPjeEiDhKiGUR2oT6EXA2Sem3OSMAtGqs8l4hql+swUSbXI9SBnMkF4OZJKQyZjuaBKw7vm9VXzxK0+o4jhforYtOyMRp5J7l0OylmOCSQAMypBC5ZVGuY11TFqHIz7NWamiIluYr+G9t3M8GzOQVbmYJj6bu4k/WA0YlhdDSaQ0KI5haRwooSch6wSmoyWAVpwx0Cq5tpmSJAQebfm7EidvjD4hWcjk4Z+7h3mjzsOrtzMlK9ErYiQQtV0VMOCZw8shCNYu+baWiq5DMYLHOuYjvQ9FI4eDlYrFndOm8+Kovv3J+XO+iQ/esyLAKmV1LK2BAOd5VWEAK4preZdD21VT8Lje243dw5vKSKwe/aEdrGWAEfjbDNOoSENK/HuDU7R7ZVMO4+z1p1FK/jDjzDV3PXpga76JgU71YEiZITAQ/jQFNX+hmtUoOogGWZEIxsUiURrS57yWiesgKV05O7WpPxr6TT/55MJGtxXMx9ohXVI1y/dmD5ST3K5rrP/EE6Rqj45aKihgyjyjnjFUmuxcbHK1BoPub2OhcXqdU7xqgVu7VU2Nju0fqdDOzvWaogMG9S+PLLOJJV3aawmP/7+45VF/ZhF7YeBCtVJcvIMAPtE6ZXSEUexZq0yzX4v4lwExNJWQNrn0NbGJG1sFDFwqAQVnDVp6HHQq8utn/7p7Jzh6hwFqR3HAqXOrDuDyDim1QLALejO4AARN1MNN3QkTlIsCpkbC7NNgE/XX5LVFeaD/aSsjawJ006iMFpdq169aZSGOpfGuJ44/vGTlbcVzWWOoqGNdbFT1hYDUcTiGmyqjXKoMDJM7G7Ake9tTcha/xTv7op1kwqQgGpkscSqfes70TIm+7vwiz+fXfhSkAD6s9UlfXsmZRp7OJiMfZaIcajkLDPRuEeJLKPi83cePjhFa70OPd62FtcAiuiJvrNop1ZiI6GBhxUbqf/Lv56bPoqn8zSQozT6wSnJi2rTrpd9nqPDi1lqvEOh4SErgns4BfPOoyxr/z8NTx1qz2pgPKRY61vg8iV6plKbOgWozM49ieepTNqxdKXXVZoWNT11qWXRnV2iNqUoCHKUdXbzQDvDtd4kfbbVUXDFTBvtrZ8NdCcUW0CKrtQ9EN0RLnNX/zbdPzHICpQn86JvGFBbqqXIxbUfT1ENba67aQ8PFJyZUk9jz+gfiW+vGECYV01bvJ0ykfdKar7zNIDPBBlAp+h00t01cyYa98XRkmq3SDvbWW7/9xRva+NmoaQ02BgIry2+B+TxAs6BXTV7BjmW3x82ND+/PD34MgzPBNmC/VXvrZzyNXWmbg05RePdyv8yfbqVybZKGs1rMCk0xzCzb5witCDfS2xW6L2+ButLV//57A3/E4Osxye/WXlLdXp5c/X0zN3VLHv7DQ1186ZYDAEgc45wCBeeoOrEzjRS5S3dabv+6+WT7Ze/EMh6vDP7oNscDL8/lPKmhpQZxTAVIFuTYs9RSBtjWtYi5iP92a2ry2dv0XMeLwzyyePtGduq68zYdwVk/jBoKA+uLh+/aX+S43OKgh/ADEEVZgAAAABJRU5ErkJggg==);background-position:center;background-size:28px;z-index:3050;right:56px;bottom:12px;transition:transform .1s ease}.BackgroundSelectButton:hover{cursor:pointer;transform:scale(1.1)}.BoardsFilter-BoardsDropdown-content{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.BoardsFilter-BoardList{max-height:70vh;overflow:auto}.BoardsFilter-BoardButton-wrapper{flex-wrap:nowrap}.BoardsFilter-BoardButton-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.BoardsFilter .Menu-button{gap:14px}.ColorsFilter-ColorPreview{width:12px;height:12px;border-radius:50%;opacity:.8}.ColorsFilter .Menu-button{gap:14px}.DateFilter{max-width:none}.DateFilter-RemoveButton{margin-top:8px}.StatusFilter-Button{height:32px}.StatusFilter-Button._selected{background:#323438}.StatusFilter-Icon{margin-left:auto;margin-right:0!important}.FiltersButton{position:relative}.FiltersButton-EnabledFiltersDot{width:7px;height:7px;left:-13px;position:absolute;background-color:#e3631b;border-radius:50%}.SearchModal{border-radius:12px;margin-top:50px}.IconNav{position:relative;height:100%;margin-top:10px;padding-top:10px;padding-right:5px;padding-left:5px;border-top:1px solid rgba(0,0,0,.08);background:#f2f2f2;--icon-size: 32px;--menu-gap: 18px}*.theme_dark .IconNav{border-top:1px solid #292929;background:#1a1b1c}.IconNav-indicator{position:absolute;top:50%;transform:translateY(-50%);left:2px}.IconNav-container{margin-bottom:var(--menu-gap);text-align:center;display:block!important;position:relative}.IconNav-container .RouterLink{display:flex;justify-content:center}.IconNav-container .IconNav-settings{cursor:pointer;line-height:0;position:absolute;bottom:25px;right:-6px;width:18px;height:18px;padding:2px;border-radius:999px;color:var(--main_color);opacity:0;pointer-events:none;transition:.25s opacity cubic-bezier(.165,.84,.44,1);background:#f2f2f2}*.theme_dark .IconNav-container .IconNav-settings{background:#1a1b1c}.IconNav-container .IconNav-settings:hover{background:var(--main_background)}.IconNav-nav_circle{position:absolute;top:calc(23px + var(--matched_index) * (var(--icon-size) + var(--menu-gap)));left:7px;display:var(--nav_circle_display);width:6px;height:6px;border-radius:50%;background:currentColor;transition:top .25s cubic-bezier(.165,.84,.44,1)}.IconNav .IconNav-Icon-button .Icon{width:var(--icon-size);height:var(--icon-size)}.IconNav .RouterLink.active:hover .IconNav-settings{opacity:1;pointer-events:auto;transition:0s}.Header{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1 0 70px;box-sizing:border-box}.Header-top{transition:opacity .25s;flex-grow:1;flex-shrink:0;width:100%}.Header-bottom{position:relative;display:flex;width:100%;flex-direction:column;align-items:center;flex-shrink:0;padding-top:16px;background:#f2f2f2}*.theme_dark .Header-bottom{background:#1a1b1c}.Header-bottom ._open{opacity:1}.Header-addNewGoal{margin-bottom:25px}.Header-search{padding-left:3px}.Header-search .Icon{width:24px;height:25px}.Header-tags{font-size:24px;justify-content:center;margin-top:24px;opacity:.4;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Header-tags:hover,.Header-tags:active{opacity:1}.Header-more_nav{margin-top:24px}.Header-more_nav._open .IconButton .Icon{opacity:1}.BurgerButton{-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;border-radius:50%;line-height:0;transition:background .25s cubic-bezier(.165,.84,.44,1)}.BurgerButton._variant_default{width:40px;height:40px;color:#fff;background:#a4a4a4}.BurgerButton._variant_default:hover{background:#525252}*.theme_dark .BurgerButton._variant_default{background:#333}*.theme_dark .BurgerButton._variant_default:hover{background:#444}.BurgerButton._variant_lite{width:34px;height:34px;background:#e4e4e4;color:#000;opacity:.5}*.theme_dark .BurgerButton._variant_lite{color:#fff;background:var(--main_background);opacity:1}.NavigationContainer{display:flex;flex-direction:row;height:100%}.NavigationContainer-hideSidebarTooltip{position:absolute;left:5px;bottom:52px;z-index:5001}.NavigationContainer-nav{display:flex;flex-direction:row;position:relative;background-color:#f2f2f2;transition:margin-left .25s cubic-bezier(.22,1,.25,1)}.NavigationContainer-nav.theme_dark{background-color:#1a1b1c}*.theme_dark .NavigationContainer-nav{background-color:#1a1b1c;color:#fff}*.theme_dark .NavigationContainer-nav .IconButton{color:#fff}.NavigationContainer-scroll{box-sizing:border-box;display:flex;flex-direction:column;padding:14px 0 0;width:70px;overflow-y:auto}.NavigationContainer .Header{margin-top:env(safe-area-inset-top)}.NavigationContainer .SubMenu-container{padding-top:calc(env(safe-area-inset-top) + 16px)}.NavigationContainer-hide_button{font-size:0;align-self:center;position:relative;width:100%;z-index:1000;background:#f2f2f2}*.theme_dark .NavigationContainer-hide_button{background:#1a1b1c}.NavigationContainer-hide_button:hover{color:#000c;opacity:1}.NavigationContainer-hide_button .IconButton{width:100%;height:100%}.NavigationContainer-hide_button .IconButton .Icon{width:100%;height:100%;padding:22px}.NavigationContainer-show_button.WithTooltip{position:fixed;z-index:10;left:10px;bottom:10px}.NavigationContainer-show_button.WithTooltip .WithTooltip-popover._top{transform:translate(-45%,-110%)}.NavigationContainer-content{height:100%;width:100%;overflow-y:auto}.BoardAddButton{border-radius:6px;width:100%;height:32px;padding:0 0 0 16px;font-size:15px;color:#797978;opacity:.6}.BoardAddButton:hover,*.theme_dark .BoardAddButton{color:#797978}*.theme_dark .BoardAddButton:hover{color:#797978;background:#1e1e1e80}.BoardAddButton._selected{background:#e2e2e2c4;color:var(--main_color)}*.theme_dark .BoardAddButton._selected{background:#1e1e1ec4}.FolderGoal-link{border-radius:6px;width:100%;height:32px;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);flex-grow:0;flex-shrink:0;display:flex;flex-wrap:nowrap;align-items:center;color:#797978;text-decoration:none;background:#f2f2f2}*.theme_dark .FolderGoal-link{background:inherit}.FolderGoal-link+.FolderGoal-link{margin-top:1px}.FolderGoal-link:focus{outline:none}.FolderGoal-link:focus-visible{outline:auto 5px -webkit-focus-ring-color}.FolderGoal-link:hover{color:var(--main_color)}@media (min-width: 601px){.FolderGoal-link:hover{transition:none;background-color:#e2e2e280}*.theme_dark .FolderGoal-link:hover{transition:none;background:#1e1e1e80}}.FolderGoal-link:active{background-color:#dedede}*.theme_dark .FolderGoal-link:active{background:#1e1e1e}.FolderGoal-name{line-height:32px;letter-spacing:.01em;margin-left:16px;margin-right:10px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Folder{--title-folder-font-size: 13px;--title-folder-line-height: 34px;--title-folder-padding: 0 10px 0 16px;--title-folder-arrow-size: 12px;--title-folder-margin-gap: 4px}.Folder{position:relative;margin-bottom:16px}.Folder-name{color:rgba(var(--main_color_rgb),.3);font-weight:500;letter-spacing:.02em;font-size:var(--title-folder-font-size);line-height:var(--title-folder-line-height);height:var(--title-folder-line-height);padding:var(--title-folder-padding);transition:color .25s cubic-bezier(.165,.84,.44,1);cursor:pointer;margin:0}*.theme_dark .Folder-name{color:rgba(var(--main_color_rgb),.8)}@media (hover: hover){.Folder-name:hover,.Folder-name._hover{color:rgba(var(--main_color_rgb),.6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.Folder-name:hover .Folder-arrow,.Folder-name._hover .Folder-arrow{opacity:1}}@media (hover: none){.Folder-name:active{color:rgba(var(--main_color_rgb),.6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.Folder-name:active .Folder-arrow{opacity:1}}.Folder-arrow{opacity:0;width:var(--title-folder-arrow-size);height:var(--title-folder-arrow-size);margin-left:var(--title-folder-margin-gap);transform:rotate(270deg);position:relative;top:2px;transition:transform .25s cubic-bezier(.165,.84,.44,1)}.Folder-list{display:none}.Folder-empty{opacity:.25;margin-left:16px;margin-right:10px;font-size:15px;line-height:32px}.Folder._collapsed .Folder-list{display:block}.Folder._collapsed .Folder-arrow{transform:rotate(90deg);transition:transform .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock{position:relative}.CollapsedBlock-title{font-weight:500;font-size:13px;line-height:34px;color:rgba(var(--main_color_rgb),.3);height:34px;padding:0 10px 0 16px;margin:0;letter-spacing:.02em;cursor:pointer;transition:color .25s cubic-bezier(.165,.84,.44,1);-webkit-user-select:none;-moz-user-select:none;user-select:none}*.theme_dark .CollapsedBlock-title{color:rgba(var(--main_color_rgb),.8)}@media (hover: hover){.CollapsedBlock-title:hover,.CollapsedBlock-title._hover{color:rgba(var(--main_color_rgb),.6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock-title:hover .CollapsedBlock-arrow,.CollapsedBlock-title._hover .CollapsedBlock-arrow{opacity:1}.CollapsedBlock-title:hover+.CollapsedBlock-list .AddBoardTitleButton,.CollapsedBlock-title._hover+.CollapsedBlock-list .AddBoardTitleButton{opacity:1}}@media (hover: none){.CollapsedBlock-title:active{color:rgba(var(--main_color_rgb),.6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock-title:active .CollapsedBlock-arrow{opacity:1}.CollapsedBlock-title:active+.CollapsedBlock-list .AddBoardTitleButton{opacity:1}}.CollapsedBlock-list{display:none}.CollapsedBlock-arrow{opacity:0;width:12px;height:12px;transform:rotate(270deg);margin-left:4px;position:relative;top:2px;transition:transform .25s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock._open .CollapsedBlock-list{display:block}.CollapsedBlock._open .CollapsedBlock-arrow{transform:rotate(90deg);transition:transform .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock._mobile .CollapsedBlock-arrow,.CollapsedBlock._mobile .CollapsedBlock-list .AddBoardTitleButton{opacity:1}.Resizer{border-left:1px solid rgba(0,0,0,.08)}*.theme_dark .Resizer{border-left:1px solid #292929}.Resizer-control{background-color:transparent;position:absolute;top:0;right:-5px;bottom:0;width:10px;opacity:0;cursor:col-resize;transition:all .2s;transition-delay:.2s;z-index:10}.Resizer-control._active{opacity:1}.Resizer-control:hover{opacity:.4}.Resizer-line{position:relative;top:0;left:4px;height:100%;border-left:1px solid black}*.theme_dark .Resizer-line{border-left:1px solid white}.SubMenu{position:relative;height:100%;display:flex;flex-direction:row;align-items:stretch;flex-shrink:0;flex-grow:0;z-index:2;background:#f2f2f2;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);transition:margin-left .25s cubic-bezier(.22,1,.25,1)}*.theme_dark .SubMenu{background:#1a1b1c;border-left:1px solid rgba(255,255,255,.1)}.SubMenu-container{width:100%;padding:16px 8px 12px;z-index:2;display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;background:#f2f2f2;overflow-y:auto;transition:margin-left .25s cubic-bezier(.22,1,.25,1)}*.theme_dark .SubMenu-container{background:#1a1b1c}.SubMenu-block{margin-bottom:16px}.SubMenu-horizons_list{display:flex;flex-direction:column}.SubMenu-bottom_separator{margin-top:auto}.SubMenu-additional_boards{padding-top:24px}.SubMenu-become_pro_container{position:sticky;bottom:0;padding:8px 8px 12px;background-color:#f2f2f2}*.theme_dark .SubMenu-become_pro_container{background-color:#1a1b1c}.SubMenu-link{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;height:32px;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);line-height:32px;font-size:15px;letter-spacing:.01em;padding:0 10px 0 16px;text-decoration:none;color:#797978;cursor:pointer;border-radius:6px}.SubMenu-link+.SubMenu-link{margin-top:1px}.SubMenu-link._selected{color:var(--main_color);background-color:#e2e2e2c4;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1)}*.theme_dark .SubMenu-link._selected{background:#1e1e1ec4}.SubMenu-link._updated:after{content:"";flex:0 0 auto;width:4px;height:4px;margin-left:4px;top:-6px;position:relative;background-color:#e3631b;border-radius:50%}.SubMenu-link:hover{transition:none;background-color:#e2e2e280}*.theme_dark .SubMenu-link:hover{transition:none;background:#1e1e1e80}@media (min-width: 601px){.SubMenu-link:hover .SubMenu-link-more_button{opacity:1}}.SubMenu-link:active{background-color:#dedede}*.theme_dark .SubMenu-link:active{background:#1e1e1e}.SubMenu-link .Icon{margin-right:8px;flex-shrink:0}.SubMenu-link-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SubMenu-link-more_button{align-self:center;line-height:0px;opacity:0}.SubMenu-link-more_button .Icon{margin-right:0}.SubMenu-goal_counter{opacity:.4}.AssignedGoalsColumn-header{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:0 16px}.AssignedGoalsColumn-header-name{height:75px;margin-bottom:0;text-overflow:ellipsis;overflow:hidden}.AssignedGoalsColumn-header-name-link{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent 80%);transition:border-bottom-color .15s}.AssignedGoalsColumn-header-avatar-link{color:inherit;text-decoration:none}.AssignedGoalsColumn-header:has(.AssignedGoalsColumn-header-avatar-link:hover) .AssignedGoalsColumn-header-name-link,.AssignedGoalsColumn-header-name-link:hover{border-bottom-color:color-mix(in srgb,currentColor 60%,transparent 40%);transition-duration:0s}.AssignedGoalsColumn-header-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px;opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;top:24px;right:24px}.AssignedGoalsColumn-header-actions-button{background:none;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.AssignedGoalsColumn-header-actions-button:hover{background:rgba(var(--inversed_background_rgb),.05)}.AssignedGoalsColumn-header ._open{opacity:1}.AssignedGoalsColumn-options-button{background:none;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.AssignedGoalsColumn-options-button:hover{background:rgba(var(--inversed_background_rgb),.05)}.AssignedGoalsColumn-goals{flex-grow:1;padding:8px 14px}.AssignedGoalsColumn:hover .AssignedGoalsColumn-header-actions{opacity:1}.AssignedGoalsColumn._unassigned .AssignedGoalsColumn-header .Avatar{visibility:hidden}.AssignedGoalsView{max-width:100%;height:100%}.AssignedGoalsView-invitation{width:350px}.AssignedGoalsView .ColumnView-raw_column{padding:104px 36px 0 24px}.AssignedGoalsView .ColumnView-plus_column,.AssignedGoalsView ._rounded{border-radius:0 8px 8px 0}.AssignedGoalsView .ColumnView-column{transition-delay:.25s;width:350px}.AssignedGoalsView .BackgroundColumn{margin-left:-8px;min-width:240px}.AxisView,.AxisView-navigation_container{display:flex;position:relative;height:100%;width:100%;overflow-x:auto}.AxisView .CollapsedPanel{border-radius:8px 0 0 8px;background-color:var(--main_background);z-index:1;box-shadow:inset -1px 0 0 var(--dimmed_border_color);transition-delay:.25s}.AxisView-swiper_container{height:100%;width:100%;flex-grow:1;overflow-y:auto;background-color:var(--main_background);border-radius:0 8px 8px 0;z-index:1;position:relative}.AxisView-nextPeriodColumn{max-width:300px;overflow:auto;background-color:var(--main_background);border-radius:0 8px 8px 0;z-index:1}.AxisView-nextPeriodColumn .GoalsOptionsButtons{margin-right:8px}@media (max-width: 757px){.AxisView-nextPeriodColumn{display:none!important}}.AxisView-column{display:flex;height:100%;width:100%;border-left:1px solid var(--dimmed_border_color);padding-bottom:4px;flex-direction:column}.AxisView-column-goals{height:calc(100% - 95px);padding:0 7px;flex-grow:1}.AxisView-column:not(._isTablet) .GoalsOptionsButtons{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.AxisView-column:not(._isTablet):hover .GoalsOptionsButtons{opacity:1;transition:0}.AxisView-column_header{position:relative;height:95px;padding:20px 12px}.AxisView-column_header-title{font-size:24px;line-height:128.8%;font-weight:700;color:var(--headers_color)}.AxisView-column_header-title._current{color:var(--current_period_color)}.AxisView-column_header-subtitle{margin:0;font-family:inherit;font-weight:300;font-size:21px;line-height:25px;opacity:.6}.AxisView-column_header-subtitle._current{color:var(--current_period_color)}.AxisView-column_header .GoalsOptionsButtons{display:inline-flex;position:absolute;right:5px}.AxisView-timeblocking_swiper_container{width:100%;display:grid;grid-template-columns:53px 100%;gap:0;height:100%;overflow-x:hidden;overflow-y:auto}.AxisView-timeblocking_swiper_container .Swiper{box-sizing:border-box;border-left:1px solid var(--dimmed_border_color)}.AxisView-timeblocking_swiper_container .AxisView-timeblocking_header_swiper,.AxisView-timeblocking_swiper_container .AxisView-timeblocking_swiper{width:calc(100% - 53px)}.AxisView._hasBackground .AxisView-timeblocking_swiper_container{width:85%;flex-grow:1;background-color:var(--main_background);border-radius:0 8px 8px 0;z-index:1}.AxisView-time_column{position:relative;z-index:1;padding-top:75px;width:53px;flex-shrink:0}.AxisView._hasBackground .AxisView-timeblocking_header_swiper{width:calc(100% - 53px)}.AxisView-timeblocking_header_swiper{position:absolute;left:53px;z-index:3000;box-sizing:border-box;border-radius:0 8px 0 0}.AxisView-timeblocking_header_swiper:after{position:absolute;z-index:-1;content:" ";display:block;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.AxisView-timeblocking_header_swiper-slide{position:relative;display:flex;box-sizing:border-box;height:100px;flex-shrink:0;border-right:1px solid var(--dimmed_border_color);border-bottom:1px solid var(--dimmed_border_color)}.AxisView-timeblocking_swiper{overflow:visible;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}.AxisView-timeblocking_swiper-slide{display:flex;flex-direction:column;height:100%;box-sizing:border-box;border-right:1px solid var(--dimmed_border_color)}.AxisView-timeblocking_swiper-slide-body{display:flex;padding-top:75px;flex-grow:1}.AxisView-timeblocking_swiper-slide-body .TimeblockingGoals{height:auto;overflow-y:inherit}.AxisView .BackgroundColumn{width:15%;height:100%;z-index:0}.AxisView .HorizonNavigation{position:absolute;z-index:3000;bottom:10px;right:16px}.AxisView .AxisView-navigation_container .HorizonNavigation{right:64px}.AxisView._hasBackground .HorizonNavigation{right:10px}.Months{font-size:13px;font-weight:700;line-height:24px;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-feature-settings:"cv01" on,"cv03" on,"cv04" on;opacity:1;transform:translate(0);transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s cubic-bezier(.23,1,.32,1)}.Months.-transition-1{opacity:0;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s cubic-bezier(.23,1,.32,1)}.Months.-transition-2{opacity:0;transition:transform 0s ease-in,opacity 0s}.Months.-transition-forward.-transition-1{transform:translate(-300px)}.Months.-transition-forward.-transition-2,.Months.-transition-backward.-transition-1{transform:translate(300px)}.Months.-transition-backward.-transition-2{transform:translate(-300px)}.Months-month{display:block;width:62em;height:24px;margin-right:100%;white-space:nowrap;padding-left:1em;padding-right:1em;margin-left:-1em;border-radius:2em}.Months-name{display:inline-block;margin:0;padding:0;width:55px;text-align:left;position:relative}.Months-name._strikethrough:before{content:"";border-bottom:2px solid var(--main_color);position:absolute;width:120%;left:-.3em;top:12px}.Months-day{position:relative;display:inline-block;width:24px;height:24px;border-radius:50%;text-align:center}.Months-month._active,.Months-month:hover{background:#eeeeef}*.theme_dark .Months-month._active,*.theme_dark .Months-month:hover{background:#333}.Months-day{box-sizing:border-box;cursor:pointer}.Months-day:hover,.Months-day._goal:hover{background-color:#0038ff;color:#fff}.Months-day._day_of_week_0,.Months-day._day_of_week_6{color:#ababab}*.theme_dark .Months-day._day_of_week_0,*.theme_dark .Months-day._day_of_week_6{color:#666}.Months-day._now,.Months-day._now._day_of_week_0,.Months-day._now._day_of_week_6{color:red!important;background:transparent!important;font-weight:700!important}.Months-day._now._active{color:#fff!important;background:red!important;font-weight:700!important}.Months-day._goal{background:var(--main_color);color:var(--main_background);font-weight:700}.Months-day._goal._active{background:transparent;color:var(--main_color)}.Months-day._goal:not(._now)._active,.Months-day._goal:not(._now)._active:hover{background-color:#00f;color:#fff}.Months-day._active{background:var(--inversed_background);color:var(--inversed_color)!important;font-weight:700!important;transition:background-color 0,color 0}.Months-day._strikethrough:not(._now){cursor:pointer}.Months-day._strikethrough:before{content:"";border-bottom:2px solid var(--main_color);position:absolute;width:120%;left:-.05em;top:12px}.Months-day._strikethrough[data-strikethrough-percent="0"]:before{width:0%}.Months-day._strikethrough[data-strikethrough-percent="1"]:before{width:1.2%}.Months-day._strikethrough[data-strikethrough-percent="2"]:before{width:2.4%}.Months-day._strikethrough[data-strikethrough-percent="3"]:before{width:3.6%}.Months-day._strikethrough[data-strikethrough-percent="4"]:before{width:4.8%}.Months-day._strikethrough[data-strikethrough-percent="5"]:before{width:6%}.Months-day._strikethrough[data-strikethrough-percent="6"]:before{width:7.2%}.Months-day._strikethrough[data-strikethrough-percent="7"]:before{width:8.4%}.Months-day._strikethrough[data-strikethrough-percent="8"]:before{width:9.6%}.Months-day._strikethrough[data-strikethrough-percent="9"]:before{width:10.8%}.Months-day._strikethrough[data-strikethrough-percent="10"]:before{width:12%}.Months-day._strikethrough[data-strikethrough-percent="11"]:before{width:13.2%}.Months-day._strikethrough[data-strikethrough-percent="12"]:before{width:14.4%}.Months-day._strikethrough[data-strikethrough-percent="13"]:before{width:15.6%}.Months-day._strikethrough[data-strikethrough-percent="14"]:before{width:16.8%}.Months-day._strikethrough[data-strikethrough-percent="15"]:before{width:18%}.Months-day._strikethrough[data-strikethrough-percent="16"]:before{width:19.2%}.Months-day._strikethrough[data-strikethrough-percent="17"]:before{width:20.4%}.Months-day._strikethrough[data-strikethrough-percent="18"]:before{width:21.6%}.Months-day._strikethrough[data-strikethrough-percent="19"]:before{width:22.8%}.Months-day._strikethrough[data-strikethrough-percent="20"]:before{width:24%}.Months-day._strikethrough[data-strikethrough-percent="21"]:before{width:25.2%}.Months-day._strikethrough[data-strikethrough-percent="22"]:before{width:26.4%}.Months-day._strikethrough[data-strikethrough-percent="23"]:before{width:27.6%}.Months-day._strikethrough[data-strikethrough-percent="24"]:before{width:28.8%}.Months-day._strikethrough[data-strikethrough-percent="25"]:before{width:30%}.Months-day._strikethrough[data-strikethrough-percent="26"]:before{width:31.2%}.Months-day._strikethrough[data-strikethrough-percent="27"]:before{width:32.4%}.Months-day._strikethrough[data-strikethrough-percent="28"]:before{width:33.6%}.Months-day._strikethrough[data-strikethrough-percent="29"]:before{width:34.8%}.Months-day._strikethrough[data-strikethrough-percent="30"]:before{width:36%}.Months-day._strikethrough[data-strikethrough-percent="31"]:before{width:37.2%}.Months-day._strikethrough[data-strikethrough-percent="32"]:before{width:38.4%}.Months-day._strikethrough[data-strikethrough-percent="33"]:before{width:39.6%}.Months-day._strikethrough[data-strikethrough-percent="34"]:before{width:40.8%}.Months-day._strikethrough[data-strikethrough-percent="35"]:before{width:42%}.Months-day._strikethrough[data-strikethrough-percent="36"]:before{width:43.2%}.Months-day._strikethrough[data-strikethrough-percent="37"]:before{width:44.4%}.Months-day._strikethrough[data-strikethrough-percent="38"]:before{width:45.6%}.Months-day._strikethrough[data-strikethrough-percent="39"]:before{width:46.8%}.Months-day._strikethrough[data-strikethrough-percent="40"]:before{width:48%}.Months-day._strikethrough[data-strikethrough-percent="41"]:before{width:49.2%}.Months-day._strikethrough[data-strikethrough-percent="42"]:before{width:50.4%}.Months-day._strikethrough[data-strikethrough-percent="43"]:before{width:51.6%}.Months-day._strikethrough[data-strikethrough-percent="44"]:before{width:52.8%}.Months-day._strikethrough[data-strikethrough-percent="45"]:before{width:54%}.Months-day._strikethrough[data-strikethrough-percent="46"]:before{width:55.2%}.Months-day._strikethrough[data-strikethrough-percent="47"]:before{width:56.4%}.Months-day._strikethrough[data-strikethrough-percent="48"]:before{width:57.6%}.Months-day._strikethrough[data-strikethrough-percent="49"]:before{width:58.8%}.Months-day._strikethrough[data-strikethrough-percent="50"]:before{width:60%}.Months-day._strikethrough[data-strikethrough-percent="51"]:before{width:61.2%}.Months-day._strikethrough[data-strikethrough-percent="52"]:before{width:62.4%}.Months-day._strikethrough[data-strikethrough-percent="53"]:before{width:63.6%}.Months-day._strikethrough[data-strikethrough-percent="54"]:before{width:64.8%}.Months-day._strikethrough[data-strikethrough-percent="55"]:before{width:66%}.Months-day._strikethrough[data-strikethrough-percent="56"]:before{width:67.2%}.Months-day._strikethrough[data-strikethrough-percent="57"]:before{width:68.4%}.Months-day._strikethrough[data-strikethrough-percent="58"]:before{width:69.6%}.Months-day._strikethrough[data-strikethrough-percent="59"]:before{width:70.8%}.Months-day._strikethrough[data-strikethrough-percent="60"]:before{width:72%}.Months-day._strikethrough[data-strikethrough-percent="61"]:before{width:73.2%}.Months-day._strikethrough[data-strikethrough-percent="62"]:before{width:74.4%}.Months-day._strikethrough[data-strikethrough-percent="63"]:before{width:75.6%}.Months-day._strikethrough[data-strikethrough-percent="64"]:before{width:76.8%}.Months-day._strikethrough[data-strikethrough-percent="65"]:before{width:78%}.Months-day._strikethrough[data-strikethrough-percent="66"]:before{width:79.2%}.Months-day._strikethrough[data-strikethrough-percent="67"]:before{width:80.4%}.Months-day._strikethrough[data-strikethrough-percent="68"]:before{width:81.6%}.Months-day._strikethrough[data-strikethrough-percent="69"]:before{width:82.8%}.Months-day._strikethrough[data-strikethrough-percent="70"]:before{width:84%}.Months-day._strikethrough[data-strikethrough-percent="71"]:before{width:85.2%}.Months-day._strikethrough[data-strikethrough-percent="72"]:before{width:86.4%}.Months-day._strikethrough[data-strikethrough-percent="73"]:before{width:87.6%}.Months-day._strikethrough[data-strikethrough-percent="74"]:before{width:88.8%}.Months-day._strikethrough[data-strikethrough-percent="75"]:before{width:90%}.Months-day._strikethrough[data-strikethrough-percent="76"]:before{width:91.2%}.Months-day._strikethrough[data-strikethrough-percent="77"]:before{width:92.4%}.Months-day._strikethrough[data-strikethrough-percent="78"]:before{width:93.6%}.Months-day._strikethrough[data-strikethrough-percent="79"]:before{width:94.8%}.Months-day._strikethrough[data-strikethrough-percent="80"]:before{width:96%}.Months-day._strikethrough[data-strikethrough-percent="81"]:before{width:97.2%}.Months-day._strikethrough[data-strikethrough-percent="82"]:before{width:98.4%}.Months-day._strikethrough[data-strikethrough-percent="83"]:before{width:99.6%}.Months-day._strikethrough[data-strikethrough-percent="84"]:before{width:100.8%}.Months-day._strikethrough[data-strikethrough-percent="85"]:before{width:102%}.Months-day._strikethrough[data-strikethrough-percent="86"]:before{width:103.2%}.Months-day._strikethrough[data-strikethrough-percent="87"]:before{width:104.4%}.Months-day._strikethrough[data-strikethrough-percent="88"]:before{width:105.6%}.Months-day._strikethrough[data-strikethrough-percent="89"]:before{width:106.8%}.Months-day._strikethrough[data-strikethrough-percent="90"]:before{width:108%}.Months-day._strikethrough[data-strikethrough-percent="91"]:before{width:109.2%}.Months-day._strikethrough[data-strikethrough-percent="92"]:before{width:110.4%}.Months-day._strikethrough[data-strikethrough-percent="93"]:before{width:111.6%}.Months-day._strikethrough[data-strikethrough-percent="94"]:before{width:112.8%}.Months-day._strikethrough[data-strikethrough-percent="95"]:before{width:114%}.Months-day._strikethrough[data-strikethrough-percent="96"]:before{width:115.2%}.Months-day._strikethrough[data-strikethrough-percent="97"]:before{width:116.4%}.Months-day._strikethrough[data-strikethrough-percent="98"]:before{width:117.6%}.Months-day._strikethrough[data-strikethrough-percent="99"]:before{width:118.8%}.Months-day._strikethrough[data-strikethrough-percent="100"]:before{width:120%}.Years{font-size:16px;line-height:19px;font-weight:700;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-feature-settings:"tnum" on,"cv01" on,"cv03" on,"cv04" on;display:flex;flex-flow:row wrap}.Years._fadeIn{position:relative}.Years._fadeIn:before{content:"";position:absolute;top:0;left:-5px;height:27px;width:300px;z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#fff,#ffffffe6,#ffffff80,#fff0)}*.theme_dark .Years._fadeIn:before{background-image:linear-gradient(90deg,#191919,#191919e6,#19191980,#19191900)}.WithTooltip .Years-year{opacity:1!important}.Years-year{position:relative;display:block;width:54px;margin-right:2px;margin-bottom:5px;padding:4px 0;text-align:center;border-radius:28px;cursor:default}.Years-year._clickable{cursor:pointer}.Years-year._hover,.Years-year:hover{color:#357cf4}.Years-year:nth-last-child(1){opacity:.02}.Years-year:nth-last-child(2){opacity:.05}.Years-year:nth-last-child(3){opacity:.1}.Years-year:nth-last-child(4){opacity:.2}.Years-year:nth-last-child(5){opacity:.3}.Years-year:nth-last-child(6){opacity:.4}.Years-year:nth-last-child(7){opacity:.5}.Years-year:nth-last-child(8){opacity:.6}.Years-year:nth-last-child(9){opacity:.7}.Years-year._active{background-color:#000;color:#fff;cursor:default}*.theme_dark .Years-year._active{background-color:#fff;color:#000}.Years-year._strikethrough:before{content:"";border-bottom:3px solid var(--main_color);position:absolute;width:56px;left:-2px;top:13px}.Years-year._strikethrough[data-strikethrough-percent="0"]:before{width:0px}.Years-year._strikethrough[data-strikethrough-percent="1"]:before{width:.56px}.Years-year._strikethrough[data-strikethrough-percent="2"]:before{width:1.12px}.Years-year._strikethrough[data-strikethrough-percent="3"]:before{width:1.68px}.Years-year._strikethrough[data-strikethrough-percent="4"]:before{width:2.24px}.Years-year._strikethrough[data-strikethrough-percent="5"]:before{width:2.8px}.Years-year._strikethrough[data-strikethrough-percent="6"]:before{width:3.36px}.Years-year._strikethrough[data-strikethrough-percent="7"]:before{width:3.92px}.Years-year._strikethrough[data-strikethrough-percent="8"]:before{width:4.48px}.Years-year._strikethrough[data-strikethrough-percent="9"]:before{width:5.04px}.Years-year._strikethrough[data-strikethrough-percent="10"]:before{width:5.6px}.Years-year._strikethrough[data-strikethrough-percent="11"]:before{width:6.16px}.Years-year._strikethrough[data-strikethrough-percent="12"]:before{width:6.72px}.Years-year._strikethrough[data-strikethrough-percent="13"]:before{width:7.28px}.Years-year._strikethrough[data-strikethrough-percent="14"]:before{width:7.84px}.Years-year._strikethrough[data-strikethrough-percent="15"]:before{width:8.4px}.Years-year._strikethrough[data-strikethrough-percent="16"]:before{width:8.96px}.Years-year._strikethrough[data-strikethrough-percent="17"]:before{width:9.52px}.Years-year._strikethrough[data-strikethrough-percent="18"]:before{width:10.08px}.Years-year._strikethrough[data-strikethrough-percent="19"]:before{width:10.64px}.Years-year._strikethrough[data-strikethrough-percent="20"]:before{width:11.2px}.Years-year._strikethrough[data-strikethrough-percent="21"]:before{width:11.76px}.Years-year._strikethrough[data-strikethrough-percent="22"]:before{width:12.32px}.Years-year._strikethrough[data-strikethrough-percent="23"]:before{width:12.88px}.Years-year._strikethrough[data-strikethrough-percent="24"]:before{width:13.44px}.Years-year._strikethrough[data-strikethrough-percent="25"]:before{width:14px}.Years-year._strikethrough[data-strikethrough-percent="26"]:before{width:14.56px}.Years-year._strikethrough[data-strikethrough-percent="27"]:before{width:15.12px}.Years-year._strikethrough[data-strikethrough-percent="28"]:before{width:15.68px}.Years-year._strikethrough[data-strikethrough-percent="29"]:before{width:16.24px}.Years-year._strikethrough[data-strikethrough-percent="30"]:before{width:16.8px}.Years-year._strikethrough[data-strikethrough-percent="31"]:before{width:17.36px}.Years-year._strikethrough[data-strikethrough-percent="32"]:before{width:17.92px}.Years-year._strikethrough[data-strikethrough-percent="33"]:before{width:18.48px}.Years-year._strikethrough[data-strikethrough-percent="34"]:before{width:19.04px}.Years-year._strikethrough[data-strikethrough-percent="35"]:before{width:19.6px}.Years-year._strikethrough[data-strikethrough-percent="36"]:before{width:20.16px}.Years-year._strikethrough[data-strikethrough-percent="37"]:before{width:20.72px}.Years-year._strikethrough[data-strikethrough-percent="38"]:before{width:21.28px}.Years-year._strikethrough[data-strikethrough-percent="39"]:before{width:21.84px}.Years-year._strikethrough[data-strikethrough-percent="40"]:before{width:22.4px}.Years-year._strikethrough[data-strikethrough-percent="41"]:before{width:22.96px}.Years-year._strikethrough[data-strikethrough-percent="42"]:before{width:23.52px}.Years-year._strikethrough[data-strikethrough-percent="43"]:before{width:24.08px}.Years-year._strikethrough[data-strikethrough-percent="44"]:before{width:24.64px}.Years-year._strikethrough[data-strikethrough-percent="45"]:before{width:25.2px}.Years-year._strikethrough[data-strikethrough-percent="46"]:before{width:25.76px}.Years-year._strikethrough[data-strikethrough-percent="47"]:before{width:26.32px}.Years-year._strikethrough[data-strikethrough-percent="48"]:before{width:26.88px}.Years-year._strikethrough[data-strikethrough-percent="49"]:before{width:27.44px}.Years-year._strikethrough[data-strikethrough-percent="50"]:before{width:28px}.Years-year._strikethrough[data-strikethrough-percent="51"]:before{width:28.56px}.Years-year._strikethrough[data-strikethrough-percent="52"]:before{width:29.12px}.Years-year._strikethrough[data-strikethrough-percent="53"]:before{width:29.68px}.Years-year._strikethrough[data-strikethrough-percent="54"]:before{width:30.24px}.Years-year._strikethrough[data-strikethrough-percent="55"]:before{width:30.8px}.Years-year._strikethrough[data-strikethrough-percent="56"]:before{width:31.36px}.Years-year._strikethrough[data-strikethrough-percent="57"]:before{width:31.92px}.Years-year._strikethrough[data-strikethrough-percent="58"]:before{width:32.48px}.Years-year._strikethrough[data-strikethrough-percent="59"]:before{width:33.04px}.Years-year._strikethrough[data-strikethrough-percent="60"]:before{width:33.6px}.Years-year._strikethrough[data-strikethrough-percent="61"]:before{width:34.16px}.Years-year._strikethrough[data-strikethrough-percent="62"]:before{width:34.72px}.Years-year._strikethrough[data-strikethrough-percent="63"]:before{width:35.28px}.Years-year._strikethrough[data-strikethrough-percent="64"]:before{width:35.84px}.Years-year._strikethrough[data-strikethrough-percent="65"]:before{width:36.4px}.Years-year._strikethrough[data-strikethrough-percent="66"]:before{width:36.96px}.Years-year._strikethrough[data-strikethrough-percent="67"]:before{width:37.52px}.Years-year._strikethrough[data-strikethrough-percent="68"]:before{width:38.08px}.Years-year._strikethrough[data-strikethrough-percent="69"]:before{width:38.64px}.Years-year._strikethrough[data-strikethrough-percent="70"]:before{width:39.2px}.Years-year._strikethrough[data-strikethrough-percent="71"]:before{width:39.76px}.Years-year._strikethrough[data-strikethrough-percent="72"]:before{width:40.32px}.Years-year._strikethrough[data-strikethrough-percent="73"]:before{width:40.88px}.Years-year._strikethrough[data-strikethrough-percent="74"]:before{width:41.44px}.Years-year._strikethrough[data-strikethrough-percent="75"]:before{width:42px}.Years-year._strikethrough[data-strikethrough-percent="76"]:before{width:42.56px}.Years-year._strikethrough[data-strikethrough-percent="77"]:before{width:43.12px}.Years-year._strikethrough[data-strikethrough-percent="78"]:before{width:43.68px}.Years-year._strikethrough[data-strikethrough-percent="79"]:before{width:44.24px}.Years-year._strikethrough[data-strikethrough-percent="80"]:before{width:44.8px}.Years-year._strikethrough[data-strikethrough-percent="81"]:before{width:45.36px}.Years-year._strikethrough[data-strikethrough-percent="82"]:before{width:45.92px}.Years-year._strikethrough[data-strikethrough-percent="83"]:before{width:46.48px}.Years-year._strikethrough[data-strikethrough-percent="84"]:before{width:47.04px}.Years-year._strikethrough[data-strikethrough-percent="85"]:before{width:47.6px}.Years-year._strikethrough[data-strikethrough-percent="86"]:before{width:48.16px}.Years-year._strikethrough[data-strikethrough-percent="87"]:before{width:48.72px}.Years-year._strikethrough[data-strikethrough-percent="88"]:before{width:49.28px}.Years-year._strikethrough[data-strikethrough-percent="89"]:before{width:49.84px}.Years-year._strikethrough[data-strikethrough-percent="90"]:before{width:50.4px}.Years-year._strikethrough[data-strikethrough-percent="91"]:before{width:50.96px}.Years-year._strikethrough[data-strikethrough-percent="92"]:before{width:51.52px}.Years-year._strikethrough[data-strikethrough-percent="93"]:before{width:52.08px}.Years-year._strikethrough[data-strikethrough-percent="94"]:before{width:52.64px}.Years-year._strikethrough[data-strikethrough-percent="95"]:before{width:53.2px}.Years-year._strikethrough[data-strikethrough-percent="96"]:before{width:53.76px}.Years-year._strikethrough[data-strikethrough-percent="97"]:before{width:54.32px}.Years-year._strikethrough[data-strikethrough-percent="98"]:before{width:54.88px}.Years-year._strikethrough[data-strikethrough-percent="99"]:before{width:55.44px}.Years-year._strikethrough[data-strikethrough-percent="100"]:before{width:56px}.Years-year._goal{background-color:#ebebeb}.Years-year._goal:hover{background-color:#0038ff1a}.Years-year._goal._active{background-color:var(--main_color)}*.theme_dark .Years-year._goal{background-color:#3f3f3f}*.theme_dark .Years-year._goal:hover{background-color:#00145a}*.theme_dark .Years-year._active{color:#000;background-color:#fff}*.theme_dark .Years-year._active:hover{background-color:#fff}.Years-year._current{color:red}.Years-year._current._active{background-color:red;color:#fff}.Years-year._current._goal:not(._active){background-color:#ff00001a}.Years-year._current._goal:not(._active):hover{background-color:#0038ff1a;color:#0038ff}.Years-year[data-age]:after{background:#00f;border-radius:50%;font-size:75%;width:24px;height:24px;text-align:center;line-height:24px;font-weight:400;color:#fff;content:attr(data-age);margin-top:-7px;margin-left:-5px;opacity:0;position:absolute;visibility:hidden;transition:all .2s cubic-bezier(.215,.61,.355,1);-webkit-transition:all .2s cubic-bezier(.215,.61,.355,1);transform:translateZ(0);z-index:1}.Years-year[data-age]._hover:after,.Years-year[data-age]:hover:after{opacity:1;visibility:visible;margin-top:-9px}@media (max-width: 600px){.Years{font-size:14px;font-weight:600;line-height:24px}.Years-year{margin-bottom:8px;padding:0 6px;border-radius:28px}.Years-year[data-age]:hover:after{display:none}.Years-year:hover,.Years-year:active{color:#fff;background:red}.Years-year._strikethrough:before{width:49px;top:10px;left:0}}.Years._type_small{width:70px;line-height:0;cursor:pointer}.Years._type_small .Years-year{padding:2.5px;margin:0;opacity:1}.Years._type_small .Years-year:hover,.Years._type_small .Years-year:active{color:inherit;background:transparent}.Years._type_small .Years-year_atom{width:2px;height:2px;border-radius:50%;background:var(--main_color)}.Years._type_small .Years-year[data-age]._hover:after,.Years._type_small .Years-year[data-age]:hover:after{display:none}.Years._type_small .Years-year._strikethrough:before{top:2px;left:0;width:7px;height:3px;background:var(--main_color);border:none}.Years._type_small .Years-year:nth-child(10n+1)._strikethrough:before{border-top-left-radius:8px;border-bottom-left-radius:8px}.Years._type_small .Years-year:nth-child(10n)._strikethrough:before{border-top-right-radius:8px;border-bottom-right-radius:8px}.Legacy .CalendarViewV1{padding:28px 24px}.Legacy .CalendarViewV1-Years{margin-bottom:31px}.Legacy .CalendarViewV1-Months{margin-bottom:67px}.Legacy .CalendarViewV1-Content{display:grid}.Legacy .CalendarViewV1-Content-Year{padding-top:26px}.Legacy .CalendarViewV1-Content-List{min-width:300px;max-width:750px}.Legacy .CalendarViewV1-Content-Lifetime{min-width:150px;max-width:300px;margin-left:74px}.Legacy .CalendarViewV1-Content-List,.Legacy .CalendarViewV1-Content-Lifetime{padding-top:23px}.Legacy .CalendarViewV1-Content-Year,.Legacy .CalendarViewV1-Content-List{border-top:1px solid #d7d7d7}.Legacy .CalendarViewV1-Content-Year{color:#a4a4a4;font-size:16px;font-weight:400}.Legacy .CalendarViewV1-Content-Year b{display:block;margin-bottom:12px;color:var(--main_color);font-size:31px;font-weight:600;line-height:31px}.Legacy .CalendarViewV1-Content-List .Legacy .CalendarViewV1-Goals{padding-bottom:32px;padding-left:17px}.Legacy .CalendarViewV1-Content-Lifetime .Legacy .CalendarViewV1-Goals .GoalRow{margin-left:-10px}.Legacy .dotted{transition:opacity .3s;border-bottom:1px dotted #aaa;margin:0;padding:0;cursor:pointer;border:0;background:none;font-size:100%}.Legacy .dotted:hover{opacity:.5}.Legacy .dotted[disabled]{cursor:default;opacity:1}.Legacy .dotted:hover{transition:0s;opacity:.5;border-bottom-color:#666}.Legacy .goals{position:relative}.Legacy .goals-right{position:absolute;right:0;text-align:right}.Legacy .goals-thoughts_toggler{cursor:pointer;color:#aeaeae;font-weight:400;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}*.theme_dark .Legacy .goals-thoughts_toggler{color:#444}.Legacy .goals-thoughts_toggler:hover{color:var(--main_color)}.Legacy .goalstable{width:100%;cursor:default;transition:all .3s cubic-bezier(.23,1,.32,1);color:var(--main_color);border-collapse:collapse;font-size:90%}.Legacy .goalstable td{padding-top:.55em;padding-bottom:.68em;vertical-align:baseline}.Legacy .goalstable-goal td{border-top:1px solid #ccc}*.theme_dark .Legacy .goalstable-goal td{border-color:#333}.Legacy .goalstable-year,.Legacy .goalstable-month{border-top-width:0px!important}.-year .Legacy .goalstable-year,.-year .Legacy .goalstable-month{border-top-width:1px!important}.Legacy .goalstable-year{width:80px;padding-top:5px!important;padding-bottom:0!important;vertical-align:top;font-size:150%;font-weight:700}.Legacy .goalstable-month{width:30px;padding-right:.75em;padding-left:1.5em;font-weight:700}.Legacy .goalstable-bullet{width:2em;padding-right:.4em;padding-left:.25em;cursor:pointer;text-align:left;font-size:1em;font-weight:700}.Legacy .goalstable-check{width:2em}.Legacy .goalstable-goal._climb_step .goalstable-bullet,.Legacy .goalstable-goal._climb_step .goalstable-info{position:relative}.Legacy .goalstable-goal._climb_step .goalstable-bullet:before,.Legacy .goalstable-goal._climb_step .goalstable-info:before{position:absolute;z-index:-1;left:0;top:0;display:block;width:100%;height:100%;opacity:.3;content:" "}.Legacy .goalstable-heading{display:flex;flex-flow:row nowrap;justify-content:space-between;padding-right:.4em}.Legacy .goalstable-info{font-weight:400}.Legacy .goalstable-checkbox{vertical-align:middle}.Legacy .goalstable-name{font-weight:700}.Legacy .goalstable-due{margin-bottom:.5em;color:#888}*.theme_dark .Legacy .goalstable-due{color:#666}.Legacy .goalstable-due b{color:var(--main_color)}.Legacy .goalstable-thoughts{margin-bottom:.5em}.Legacy .goalstable-day{position:relative;top:1px;display:inline-block;box-sizing:border-box;width:24px;height:24px;padding-top:4px;color:#fff;border-radius:24px;background:#000;font-size:100%;text-align:center}*.theme_dark .Legacy .goalstable-day{color:#fff;background:#3f3f3f}.Legacy .goalstable-climb_step_bullet{position:relative;top:1px;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;width:24px;height:24px;color:#fff;border-radius:24px;background:var(--climb_color)}.Legacy .goalstable-created{float:right;padding-right:10px;opacity:.15;color:var(--main_color)}.Legacy .goalstable .-hoverable{cursor:pointer;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.Legacy .goalstable-goal:hover .-hoverable{background:#eeeeef;transition:background-color 0,color 0}*.theme_dark .Legacy .goalstable-goal:hover .-hoverable{background:#1c1c1c}.Legacy .goalstable-goal:hover._climb_step .goalstable-bullet,.Legacy .goalstable-goal:hover._climb_step .goalstable-info,.Legacy .goalstable-goal:hover._climb_step .goalstable-check{background:transparent}.Legacy .goalstable-goal:hover._climb_step .goalstable-bullet:before,.Legacy .goalstable-goal:hover._climb_step .goalstable-info:before,.Legacy .goalstable-goal:hover._climb_step .goalstable-check:before{opacity:.4}.Legacy .goalstable.-disabled{transform:scale(.97);pointer-events:none;opacity:.15}.Legacy .age{position:relative;top:-.2em;margin-left:.3em;vertical-align:top;opacity:.5;font-size:70%;font-weight:400}.Legacy .toggler{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:400}.Legacy .toggler-label{cursor:pointer;color:#aeaeae;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}*.theme_dark .Legacy .toggler-label{color:#444}.Legacy .toggler-label:hover{color:var(--main_color)}.Legacy .toggler-knob{position:relative;display:inline-block;width:63px;height:10px;margin:0 12px;cursor:pointer;border-radius:5px;background:#f4f4f4}*.theme_dark .Legacy .toggler-knob{background:#515151}.Legacy .toggler-knob:after{position:absolute;left:0;width:10px;height:10px;content:" ";transition:left .5s cubic-bezier(.215,.61,.355,1);border-radius:50%;background:var(--main_color)}.Legacy .toggler.-left .toggler-label.-left,.Legacy .toggler.-right .toggler-label.-right{cursor:default;color:var(--main_color)}.Legacy .toggler.-right .toggler-knob:after{left:53px}.Legacy .hashtag{margin:0 .1em;color:#357cf4}.Legacy .hashtag:hover{opacity:.75}.Legacy .search{position:relative;margin-left:2em;font-weight:400}.Legacy .search:before{content:"#";color:#357cf4}.Legacy .search-reset{color:#357cf4;margin:0;padding:0;cursor:pointer;border:0;background:none;font-size:100%}.Legacy .search-reset:hover{opacity:.5}.Legacy .search-reset[disabled]{cursor:default;opacity:1}.Legacy .search-all,.Legacy .search-tag{margin:0 .3em;padding:.2em .6em .3em;white-space:nowrap;border-radius:30px}.Legacy .search-all{cursor:pointer;color:#aaaee0;background:#e5ebfc}*.theme_dark .Legacy .search-all{color:#0075ff;background:#0037ff4d}.Legacy .search-tag{cursor:pointer;color:#fff;background:#357cf4}.Legacy .search-tags{position:absolute;z-index:1;overflow:hidden;width:20em;height:10em;max-height:0;margin-top:2em;margin-left:.85em;transition:max-height 0s;transform:translateZ(0);line-height:2em}.Legacy .search-tags.-visible{max-height:300px;transition:max-height 1s cubic-bezier(.215,.61,.355,1)}.Legacy .search-tags .search-tag{margin:0}.CalendarV2-Days{width:100%;border-spacing:0}.CalendarV2-Days._showWeeks .CalendarV2-Row{grid-template-columns:repeat(8,1fr)}.CalendarV2-Days .CalendarV2-Period._outside+.CalendarV2-Period._week:last-child .CalendarV2-Days-Title-Day,.CalendarV2-Days .CalendarV2-Period._outside+.CalendarV2-Period._week:last-child .CalendarV2-Days-Title-Week{opacity:.5}.CalendarV2-Days .CalendarV2-Period._week{border-left:2px solid #ddd}*.theme_dark .CalendarV2-Days .CalendarV2-Period._week{border-left-color:#3c3c3c}.CalendarV2-Days .CalendarV2-Period._today .CalendarV2-Days-Title-Day,.CalendarV2-Days .CalendarV2-Period._today .CalendarV2-Days-Title-Week{color:var(--current_period_color)}.CalendarV2-Days-Title{display:flex;align-items:center;font-size:12px;padding-bottom:4px}.CalendarV2-Days-Title-Day,.CalendarV2-Days-Title-Week{font-weight:600}.CalendarV2-Days-Title-Options{margin-left:8px}.CalendarV2-Days-Title-Weekday{margin-left:auto;text-align:right;opacity:0;transition:opacity .25s ease}.CalendarV2-Days .CalendarV2-Row:first-child .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:first-child .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:last-child .CalendarV2-Period:first-child{border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:last-child .CalendarV2-Period:last-child{border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2-PeriodHeader{height:25px;display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.CalendarV2-PeriodHeader-Title{font-weight:700}.CalendarV2-PeriodHeader-Navigation{display:flex}.CalendarV2-Weeks{display:flex;min-height:180px}.CalendarV2-Weeks .CalendarV2-Period{flex:1}.CalendarV2-Weeks .CalendarV2-Period._today .CalendarV2-Days-Title-Week{color:var(--current_period_color)}.CalendarV2-Weeks .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius);border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Weeks .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius);border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid,.CalendarV2 .CalendarV2-Days{display:grid;grid-auto-rows:minmax(105px,auto);grid-gap:1px;border-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid{grid-template-columns:repeat(4,1fr)}.CalendarV2 .CalendarV2-Divider{height:10px}.CalendarV2 .CalendarV2-Title{display:flex;align-items:center;gap:5px}.CalendarV2 .CalendarV2-Title-Item{display:inline-flex;gap:6px;font-size:24px;font-weight:600;background:var(--main_background);border-radius:999px;padding:8px 13px}.CalendarV2 .CalendarV2-Title-Item._padded{padding-left:15px;padding-right:18px}.CalendarV2 .CalendarV2-Title-Item .CalendarV2-button{height:26px}.CalendarV2 .CalendarV2-Row{display:grid;grid-template-columns:repeat(7,1fr)}.CalendarV2 .CalendarV2-Row._showTitle .CalendarV2-Period .CalendarV2-Days-Title-Weekday{opacity:.75}.CalendarV2 .CalendarV2-Period{display:flex;flex-direction:column;background:var(--main_background);outline:1px solid #ddd;padding:5px 7px 4px;overflow:hidden}*.theme_dark .CalendarV2 .CalendarV2-Period{outline-color:#3c3c3c}.CalendarV2 .CalendarV2-Period>.Goals{margin-left:-3px;margin-right:-3px}.CalendarV2 .CalendarV2-Period .GoalsOptionsButtons{margin-left:8px;margin-right:auto;opacity:0;transition:opacity .2s ease}.CalendarV2 .CalendarV2-Period:hover .GoalsOptionsButtons{opacity:1;transition:none}.CalendarV2 .CalendarV2-Period._outside{opacity:.5}.CalendarV2 .CalendarV2-Grid .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius);border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius);border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;font-weight:500;text-align:center;padding:2px 4px;height:24px;font-size:14px;border-radius:5px;opacity:.4}.CalendarV2 .CalendarV2-button svg{height:80%;width:auto}.CalendarV2 .CalendarV2-button:hover{opacity:1;background:#0000000d}*.theme_dark .CalendarV2 .CalendarV2-button:hover{background:#ffffff26}.CalendarViewV2{position:relative;padding:15px 65px 15px 15px;min-height:100vh;--calendar_v2_border_radius: 4px;border-left:1px solid #dcdcdc}*.theme_dark .CalendarViewV2{border-left:1px solid #3c3c3c}.CalendarViewV2-Background{z-index:-1;position:fixed;top:0;left:0;width:100%;height:100vh;background-position:center;background-size:cover;transition:background-image .5s ease-in-out;background-color:#f2f2f2}*.theme_dark .CalendarViewV2-Background{background-color:#1a1b1c}.CalendarViewV2._withBackground{padding:20px 65px 20px 20px;border-left:none;--calendar_v2_border_radius: 8px}.ribbon{width:100%;overflow:hidden;-webkit-user-select:none;transform:translateZ(0)}.ribbon-line{position:relative;white-space:nowrap}.ribbon-content{display:inline-block;white-space:nowrap}.debug .ribbon-content:nth-child(1){color:red}.debug .ribbon-content:nth-child(2){color:green}.debug .ribbon-content:nth-child(3){color:#00f}.ribbons{position:relative;width:100px;height:30px}.ribbons-left,.ribbons-right{box-sizing:border-box;position:absolute;width:50%;height:100%;overflow:hidden;padding-top:5px}.ribbons-left .ribbon,.ribbons-right .ribbon{width:200%}.ribbons-right .ribbon{position:relative;right:100%}.ribbons-left{left:0}.ribbons-right{right:0}.LargeClock{overflow:hidden}.largeclock-root{width:100%;position:absolute;overflow:hidden}.largeclock{position:relative;left:50%;margin-left:-1500px}.largeclock .ribbons{width:3000px;font-size:17px;line-height:100%}.largeclock .ribbons{transition:all 1s}.largeclock .ribbons-left{color:#333;background:#000}.largeclock .ribbons-side{transition:background 1s}.largeclock .title{width:100px;margin-top:10px;text-align:center;font-size:90%}.largeclock .title a{color:#000}.largeclock{font-feature-settings:"tnum" on,"cv01" on,"cv03" on,"cv04" on;letter-spacing:-.02em}.largeclock .ribbons{line-height:115%}.largeclock .ribbons:nth-child(1){font-size:90%;height:4em}.largeclock .ribbons:nth-child(2){font-size:150%;height:3em}.largeclock .ribbons:nth-child(3){font-size:250%;height:2.2em}.largeclock .ribbons:nth-child(4){font-size:410%;height:1.5em}.largeclock .ribbons:nth-child(5){font-size:600%;height:1.2em}.largeclock .ribbons:nth-child(6){font-size:1000%;height:1em}.ClockPage{position:relative;overflow:hidden;box-sizing:border-box;min-height:850px;height:100vh;padding-bottom:600px;font-size:14px;line-height:130%}.ClockPage-stripe{position:absolute;content:" ";top:0;bottom:0;left:0;right:50%;background:#000;z-index:-1}.ClockPage-logo{color:#fff;position:absolute;top:20px;left:20px;font-size:26pt;line-height:110%;font-family:Archivo Black;font-weight:400}.ClockPage-logo a{color:#fff}.ClockPage-logo a:hover{color:#999}.ClockPage-corner{color:#000;position:absolute;top:0;right:0}.ClockPage-corner .popover_hide{top:20px;right:-20px}.ClockPage-corner .share_button{width:45px;height:45px;color:#0000;font-size:40px;padding-right:30px;padding-top:20px;font-weight:400;background:url(./share-neu-DwDTr5N6.svg) 5px bottom no-repeat;background-size:50% 50%}.ClockPage-left{box-sizing:border-box;position:absolute;left:25%;width:25%;padding-right:30px;top:30px;color:#fff}.ClockPage-left-about{font-weight:400;color:#999}.ClockPage-left-about a{color:#fff}.ClockPage-left-about a:hover{color:#999}.ClockPage-right{margin-left:50%;padding-left:20px;padding-top:30px;color:var(--main_color);padding-right:100px;max-width:400px}.ClockPage-sharing{position:absolute;left:50%;padding-left:20px;z-index:1000}.ClockPage .clock_page-right{transition:opacity 1s}.ClockPage .clock_page-sharing{opacity:0;top:-300px}.ClockPage.-sharing .clock_page-right{opacity:0}.ClockPage.-sharing .clock_page-sharing{opacity:1;top:30px}.ClockPage.-sharing .share_button{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2017%2028'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:bevel;stroke-miterlimit:1.41421;'%3e%3cg%20id='Group'%20transform='matrix(1,0,0,1,0,-1)'%3e%3cg%20transform='matrix(0.707925,0.706287,-0.747834,0.749568,8.83922,0.62523)'%3e%3cpath%20d='M9.914,0.002L9.911,19.673'%20style='fill:none;stroke-width:0.97px;stroke:black;'/%3e%3c/g%3e%3cg%20transform='matrix(-0.707925,0.706287,0.747834,0.749568,8.16078,0.62523)'%3e%3cpath%20d='M9.914,0.002L9.911,19.673'%20style='fill:none;stroke-width:0.97px;stroke:black;'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 5px bottom no-repeat;background-size:50% 50%;color:#000}.ClockPage-clock{position:absolute;bottom:0;left:0;right:0;height:600px;z-index:1;font-weight:700}.ClockPage-clock-content{z-index:10}.ClockPage-clock:before{position:absolute;content:" ";top:0;bottom:0;left:0;right:50%;background:#000;z-index:-1}.info_shower-countdown{font-weight:400;color:#999;margin-top:1em;max-width:25em}.info_shower-quote-quotation_mark{margin-left:-.5em}.info_shower-quote-text{font-weight:700}.info_shower-quote-author{font-weight:400;color:#999}.ColoredGoalsColumn{padding:42px 8px 0}.ColoredGoalsColumn-header{padding:0 20px}.ColoredGoalsColumn-color{width:16px;height:16px;border-radius:50%;background:var(--goal_color)}.ColoredGoalsColumn-title{margin:40px 0 0;font-weight:700;font-size:31px;line-height:116.8%}.ColoredGoalsColumn-goals{margin-top:24px;padding:0 12px}.ColoredGoalsPage-zero_state_goal_options{width:200px;margin:16px auto 0}.ColoredGoalsPage-zero_state_goal_options *{cursor:default}.DeletedGoalsView .DeletedGoalsColumn:hover .DeletedGoalsColumn-options_button{opacity:1}.DeletedGoalsView .DeletedGoalsColumn-header{padding-left:10px;padding-right:10px}.DeletedGoalsView .DeletedGoalsColumn-options_button{opacity:0;position:absolute;top:44px;right:8px;background:none;transition:opacity .3s cubic-bezier(.165,.84,.44,1)}.DeletedGoalsView .DeletedGoalsColumn-options_button:hover{background:rgba(var(--inversed_background_rgb),.05)}.DeletedGoalsView .DeletedGoalsColumn-title{margin-top:0;margin-bottom:0}.DeletedGoalsView .DeletedGoalsColumn-subtitle{margin-bottom:1em;opacity:.5;line-height:140%}.DeletedGoalsView .DeletedGoalsColumn .GoalRow-content{position:relative}.PublicGoalHeader{display:flex;box-sizing:border-box;width:100%;max-width:1030px;padding:16px 54px;margin:0 auto;align-items:center;justify-content:space-between;mix-blend-mode:difference}.PublicGoalHeader-logo{color:#fff;position:relative;left:-10px}.PublicGoalHeader-signin{color:#fff;font-size:16px;line-height:20px;text-decoration:none;transition:opacity .25s ease}.PublicGoalHeader-signin:hover{opacity:.5}.GoalPage{overflow-y:auto;min-height:100%;background-color:var(--elevated_background);scroll-padding-bottom:135px}.GoalPage._withBackground{background-attachment:fixed;background-size:cover;background-repeat:no-repeat;background-position:center}.GoalPage-content{position:relative;max-width:924px;margin:0 auto}.GoalPage-header_buttons{position:absolute;top:12px;right:12px;z-index:3}.GoalPage-header_buttons-tooltip{line-height:20px;white-space:nowrap}.GoalPage-header_buttons .IconButton{margin-left:4px}.GoalPage-header_buttons .Icon{opacity:1}.GoalPage-body{position:relative;height:100%;padding:60px 54px 120px}.GoalPage-body.isEditMode{height:100vh;padding:60px 0 0}.GoalPage .GoalEditorHeader{margin:0 auto;border-radius:6px 6px 0 0}.GoalPage-footer{position:sticky;bottom:0;z-index:9;margin:0 auto;max-width:924px;width:100%;padding:20px 24px;background:var(--main_background);border-top:1px solid rgba(0,0,0,.15);height:73px}*.theme_dark .GoalPage-footer{border-top:1px solid rgba(104,104,104,.4)}.GoalPage-error{text-align:center;padding-top:60px}.Panel{position:relative;display:flex;box-sizing:border-box;height:100%;padding-bottom:4px;flex-direction:column}.Panel._scrollable_content{overflow-y:scroll;height:100%}.Panel._scrollable_content .Panel-children{margin-top:128px}.Panel-progressBar{min-height:20px;margin-bottom:24px;padding:0 24px;transition:opacity 1s;opacity:1}.Panel-progressBar._hidden{display:none}.Panel-header{position:absolute;height:128px;padding:28px 8px 0 12px;z-index:10;right:0;left:0;color:var(--headers_color)}.Panel-header:after{position:absolute;z-index:-1;content:" ";display:block;top:0;left:0;width:100%;height:100%}.Panel:not(._isTablet) .GoalsOptionsButtons{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Panel:not(._isTablet):hover .GoalsOptionsButtons{opacity:1;transition:0}.Panel-active_header{padding-left:4px;padding-right:8px;font-size:56px;line-height:62px;font-weight:800;white-space:nowrap}.Panel-active_subheader{margin-top:16px;opacity:.5;font-family:inherit;font-size:14px;font-weight:400;line-height:135.5%}.Panel-inactive_header{padding-top:10px;white-space:nowrap;font-size:31px;line-height:40px;font-weight:700}@media (max-width: 1740px){.Panel-inactive_header{font-size:24px}}.Panel-inactive_subheader{margin-top:2px;margin-bottom:21px;opacity:.5;font-family:inherit;font-size:21px;font-weight:300;line-height:25px}@media (max-width: 1740px){.Panel-inactive_subheader{font-size:19px}}.Panel-inactive_buttons{position:absolute;top:43px;right:10px;border-radius:999px;padding:4px}.Panel:hover .Panel-inactive_buttons{background:#fffe}*.theme_dark .Panel:hover .Panel-inactive_buttons{background:#202021ee}.Panel-children{height:calc(100% - var(--top_content_height));flex-grow:1;font-size:14px;padding-left:6px;padding-right:6px}.Panel-children>.Goals{padding-top:128px}.Panel-children>.Goals .TimeblockingGoals{padding-top:128px}.Panel-active_header_wrap{display:flex;width:100%;flex-wrap:wrap;justify-content:flex-start;gap:10px}.Panel-active_header_wrap .GoalsOptionsButtons{align-self:center;margin-left:auto}.Panel-switch_content{display:flex;flex-direction:column;height:100%}.Panel-switch_animation{transition:all .1s cubic-bezier(.165,.84,.44,1);transition-property:transform,opacity}.Panel-switch_animation-enter{transform:scale(.95);opacity:0}.Panel-switch_animation-enter-active{transform:scale(1);opacity:1}.Panel-switch_animation-enter-done{opacity:1}.Panel-switch_animation-exit{transform:scale(1);opacity:1}.Panel-switch_animation-exit-active{transform:scale(.95);opacity:0}.Panel-switch_animation-exit-done{opacity:0}.Panels{display:flex}@media (max-width: 959.98px){.Panels{display:flex;overflow-x:scroll;flex-flow:row nowrap;box-sizing:border-box;width:100%;background:#ccc;scroll-snap-type:x mandatory}.Panels .Panel{flex:none!important;box-sizing:border-box;width:100%;border:none!important;background:#fff;scroll-snap-align:start}}.Panels .Panel{flex:1;min-width:200px;transition:.25s}.Panels .Panel._active{flex:2;transition:.25s}.Panels .Panel:not(._active){border-left:1px solid rgba(0,0,0,.1)}*.theme_dark .Panels .Panel:not(._active){border-left-color:#ffffff4d}.Panels .Panel:first-child{border-left:none}.Panels .Panel._active+.Panel{border-left:none}.HorizonView{display:flex;width:100%;height:100%;overflow-x:hidden;flex-grow:1;position:relative;justify-content:flex-start;overflow-x:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;transition:opacity 0s}.HorizonView._loading{opacity:.5;transition:opacity .3s ease-in 1s}.HorizonView .ColumnView-columns{display:flex;flex-shrink:0;flex-grow:1;justify-content:space-between}.HorizonView .ColumnView-columns ._rounded{border-radius:0 8px 8px 0}.HorizonView .ColumnView-columns ._rounded .Panel-header:after{-webkit-backdrop-filter:none;backdrop-filter:none}.HorizonView-expanded_columns{display:flex;flex-grow:1}.HorizonView-expanded_columns._hasBackground{max-width:100%}.HorizonView-collapsed_columns{display:flex;flex-shrink:0;box-shadow:inset 1px 0 rgba(var(--main_color_rgb),.1);background:var(--column_background_inactive)}.HorizonView-column{position:relative;display:flex;width:100%;max-width:400px;min-width:200px;flex-shrink:0;overflow:hidden;flex-basis:calc((100% - 27%) / 5);flex-grow:1;background:var(--column_background_inactive);contain:layout}.HorizonView-column:last-child{margin-right:14px;border-radius:0 8px 8px 0}.HorizonView-column-navigation{position:absolute;z-index:3000;display:none;width:100%;bottom:8px;padding:0 6px}.HorizonView-column:hover .HorizonView-column-navigation,.HorizonView-column._tablet .HorizonView-column-navigation{display:flex}.HorizonView-column._active{max-width:600px;min-width:400px;flex-basis:27%;transform:scale(1);background:var(--column_background_active)}.HorizonView-column+.HorizonView-column{border-left:1px solid var(--column_separator_color)}.HorizonView-column-nav{position:absolute;bottom:20px;right:20px;opacity:0;transition:opacity .25s}.HorizonView-column:hover .HorizonView-column-nav{opacity:1;transition:opacity 0s}.HorizonView-column::-webkit-scrollbar{width:12px}.HorizonView-column::-webkit-scrollbar-thumb,.HorizonView-column::-webkit-scrollbar-track{background-color:transparent}.HorizonView-column::-webkit-scrollbar-thumb{border:1px solid transparent;box-shadow:inset 0 0 0 5px transparent;border-radius:7px}.HorizonView-column:hover::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 6px #aaa}.HorizonView-toastImage{width:100%;display:flex;justify-content:center;align-items:center;border-radius:5px;padding-top:46px;padding-bottom:46px}.HorizonView .BackgroundColumn{min-width:240px;flex-grow:1;flex-basis:calc((100% - 27%) / 5)}.HorizonView .TimeblockingGoals{height:100%;overflow:scroll}.ClimbColumn{padding:42px 8px 24px}.ClimbColumn-header{padding:0 20px}.ClimbColumn-options_button{position:absolute;top:24px;right:24px}.ClimbColumn-title{margin:24px 0 0;font-weight:700;font-size:28px;line-height:126.8%}.ClimbColumn-goals{margin-top:24px;padding:0 12px 10px}.ClimbColumn-goals-spinner{display:flex;justify-content:center;padding:24px}.overview3d{background:var(--color_fill);max-width:100%;min-height:100vh;overflow:hidden;color:var(--color_elements);box-sizing:border-box;position:relative}.overview3d-dots{display:inline-block;margin-top:-60px;margin-bottom:-60px;position:relative;z-index:1}.overview3d-dots.-hover{cursor:pointer}.overview3d-scale{position:absolute;left:109px;margin-top:15px;width:84px;font-size:75%;line-height:200%;text-align:center;z-index:100;pointer-events:none;border-bottom:1px solid white;border-bottom-color:var(--main-color)}.overview3d-marginalia{position:absolute;width:85px;text-align:left;font-size:100%;letter-spacing:.03em;margin-top:44px;background:#0000001a;z-index:100;pointer-events:none}.overview3d-marginalia-item{position:absolute;left:24px}.overview3d-title{font-size:312.5%;font-weight:700;padding-top:25px;line-height:100%;padding-left:24px;position:relative;z-index:100;pointer-events:none}.overview3d-nobirthday{margin-top:-60px;z-index:100;position:relative;margin-bottom:100px;padding-left:105px}.overview3d-nobirthday a{color:var(--main-color);font-weight:700;text-decoration:none}.overview3d-nobirthday a:hover{opacity:.75}.overview3d-info{padding-left:105px;position:relative;z-index:100;pointer-events:none;min-height:160px;margin-top:-60px;font-weight:400;font-size:100%;line-height:21px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex}.overview3d-info p{line-height:21px}.overview3d-info-column{box-sizing:border-box;width:20%;padding-right:1.2em}.overview3d-info-column.-year{width:10%}.overview3d-info-column.-age{width:25%}.overview3d-info-column-header{font-size:110%;font-weight:700;margin-bottom:11px}.overview3d-info-column.-year .overview3d-info-column-header{font-family:Archivo Black,sans-serif;font-size:140%;line-height:22px;font-weight:400}.EditableAvatar{position:relative;overflow:hidden;border-radius:50%;cursor:pointer}.EditableAvatar .Spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none}.EditableAvatar-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:1;cursor:pointer}.EditableAvatar-input::-webkit-file-upload-button{cursor:pointer}.EditableAvatar._loading .Avatar{opacity:.25}.EditableAvatar._loading .Spinner{display:block}.Card{border-radius:8px;padding:30px 24px}.Card._bordered{border:1px solid var(--main_color)}.Card._variant_default{background:#f7f7f7}*.theme_dark .Card._variant_default{background:#1b1b1b}.Card._variant_accent{background:#f5ef57}*.theme_dark .Card._variant_accent{color:var(--inversed_color)}.Card._variant_inversed{background:#1b1b1b;color:var(--inversed_color)}*.theme_dark .Card._variant_inversed{background:#f7f7f7}.Section+.Section{margin-top:38px}.Section-title{padding:8px 12px;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;border-radius:4px;background:#f7f7f7}*.theme_dark .Section-title{background:#333}.Section-left_column{display:flex;flex-direction:column;padding-top:14px;padding-right:10px;padding-bottom:14px;flex-basis:33%}.Section-right_column{flex-basis:75%}.Section-single_column{flex-basis:100%}.Section-row{display:flex;padding:9px 10px}.Section-row._bordered{border-bottom:1px solid rgba(0,0,0,.1)}*.theme_dark .Section-row._bordered{border-bottom:1px solid rgba(255,255,255,.2)}.Section-row._bold .Section-row-value{font-weight:600}.Section .Section-card{display:flex;margin-top:24px;padding:26px 32px 40px}.Section .Section-card._variant_default{border-bottom:1px solid rgba(0,0,0,.1);background:transparent}.Section .Section-card-title{margin-top:5px;font-weight:600;font-size:21px;line-height:25px}.Section .Section-card-subtitle{font-weight:600;font-size:14px;line-height:17px;text-transform:uppercase}.Section-card .Section-right_column{padding-top:14px}.ColorModeInput{padding-top:15px}.ColorModeInput-checkboxes{display:flex}.ColorModeInput-checkbox_label{cursor:pointer}.ColorModeInput-checkbox_label+.ColorModeInput-checkbox_label{margin-left:16px}.ColorModeInput-checkbox_label._disabled{cursor:default}.ColorModeInput-checkbox_wrap{display:flex;align-items:center;margin-top:12px;cursor:pointer}.ColorModeInput-checkbox_wrap .Checkbox{margin-right:9px;margin-left:3px;pointer-events:none}.ColorModeInput-checkbox_wrap .Switcher{margin-right:9px}.ColorModeInput-footer{display:flex;margin-top:27px}.ColorModeInput-footer._align_left{justify-content:flex-end}.ColorModeInput-pro_button{margin-left:184px}.ColoredGoalsStyleInput{padding-top:15px}.ColoredGoalsStyleInput-checkboxes{display:flex}.ColoredGoalsStyleInput-checkbox_label{cursor:pointer}.ColoredGoalsStyleInput-checkbox_label+.ColoredGoalsStyleInput-checkbox_label{margin-left:16px}.ColoredGoalsStyleInput-checkbox_label img{width:162px;border-radius:10px;border:2px solid #000000}body.theme_dark .ColoredGoalsStyleInput-checkbox_label img{border-color:#fff}.ColoredGoalsStyleInput-checkbox_label._disabled{cursor:default}.ColoredGoalsStyleInput-checkbox_wrap{display:flex;align-items:center;margin-top:12px;cursor:pointer}.ColoredGoalsStyleInput-checkbox_wrap .Checkbox{margin-right:9px;margin-left:3px;pointer-events:none}.ColoredGoalsStyleInput-checkbox_wrap .Switcher{margin-right:9px}.Integrations-section{padding-top:42px;padding-bottom:30px}.Integrations-section-header{position:relative;margin-bottom:48px}.Integrations-section-header_title{margin:0 0 18px;letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:31px;font-weight:700;font-style:normal;line-height:38px}.Integrations-section-header p{font-size:18px;line-height:27px}.Integrations-secret{position:relative}.Integrations-secret h4{margin:0 0 16px;letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:20px}.Integrations-secret input{position:absolute;z-index:-1;top:0;left:0;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;opacity:0}.Integrations-secret-field{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%;margin-bottom:17px;padding:13px 16px 11px;letter-spacing:-.01em;color:#a4a4a4;border-radius:4px;background-color:#f7f7f7;font-size:16px;line-height:24px}*.theme_dark .Integrations-secret-field{color:#fff3;background-color:#404040}.Integrations-secret-field 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}.Integrations-secret-copy{margin-bottom:21px}.Integrations-secret-copy .Button{height:42px;font-weight:400}.Integrations-secret-status{margin-left:12px}.Integrations-secret-footer{padding-top:21px;border-top:1px solid rgba(0,0,0,.1)}*.theme_dark .Integrations-secret-footer{border-top-color:#404040}.Integrations-secret-footer button{padding:0;cursor:pointer;letter-spacing:-.01em;color:#616161;border-width:0;outline:none;background:transparent;font-size:16px;line-height:24px}.Integrations-secret-footer button:hover{color:#5e5e5e}.Integrations-secret-footer button:active{color:#000}.Integrations-secret-footer button .Icon{margin-right:8px;transition:transform .3s ease;opacity:1}.Integrations-secret-footer p{letter-spacing:-.01em;color:#a4a4a4;font-size:14px;line-height:22px}.Integrations-settings-spaceSelector{display:flex;align-items:center;margin-bottom:8px;gap:8px}.Integrations-tabs{margin:8px 0 2px -20px}.Integrations-tab-content{margin-top:14px}.SettingsForm-container{max-width:684px;margin:0 auto;padding:56px 0 128px}.SettingsForm-avatar{margin-left:16px;margin-top:4px}.SettingsForm-title{margin:0 0 10px}.SettingsForm-email{display:block}.SettingsForm-actions{position:fixed;bottom:18px;right:20px}.SettingsForm-actions .Button+.Button{margin-left:14px}.SettingsForm-plan_cards_wrap{display:flex;flex-wrap:wrap;margin:24px -7px}.SettingsForm-plan_cards_wrap>*{display:flex;flex-direction:column;flex-basis:calc(50% - 14px);padding:0 7px}.SettingsForm-plan_card{display:flex;flex-direction:column;justify-content:space-between;height:100%}.SettingsForm-plan_card h1,.SettingsForm-plan_card h2,.SettingsForm-plan_card h3,.SettingsForm-plan_card p{margin:0}.SettingsForm-plan_card h2{margin-top:14px}.SettingsForm-plan_card h3{margin:24px 0 11px;font-weight:600;font-size:16px;line-height:20px}.SettingsForm-plan_card-top_section{margin-bottom:60px}.SettingsForm-pro_learn_more_link{margin-top:14px}.SettingsForm-plan_payment_card_row{display:flex;justify-content:space-between;align-items:center;padding:10px 0 14px}.SettingsForm-plan_payment_card_row .Icon{vertical-align:sub}.SettingsForm-encryption_section .Section-right_column{padding-top:13px}.SettingsForm-key_download_button{display:inline-block;margin-top:24px}.SettingsForm-explanation_link{display:flex;align-items:center;margin-top:24px;color:var(--main_color)}.SettingsForm-explanation_link:hover{color:var(--main_color)}.SettingsForm-explanation_link-text{display:inline-block;margin-left:6px;border-bottom:1px solid var(--main_color)}.SettingsForm .NotificationsSettingsRow{display:flex;justify-content:space-between;padding:.5em 0;font-weight:400}.SettingsForm-SwitchRow{padding:.7em 0;font-weight:400}.SettingsForm-SwitchRow label{cursor:pointer}.SettingsForm-SwitchRow .Switcher{position:relative;top:2px}.SettingsForm-SwitchRow-Text{display:inline-block;margin-left:9px}.SettingsForm .DateInput-input{min-width:auto}.SettingsForm .DateInput-input[name=day]{width:64px}.AboutMembershipPanel{display:flex;flex-direction:row;align-items:stretch;-webkit-user-select:text;-moz-user-select:text;user-select:text;height:100%}.AboutMembershipPanel-about{display:flex;width:250px;min-height:100%;flex-shrink:0;box-sizing:border-box;position:relative;border-left:1px solid rgba(var(--main_color_rgb),.1)}.AboutMembershipPanel-about-name{line-height:40px;font-size:31px;font-weight:700;word-break:break-word}.AboutMembershipPanel-about-description_editor{margin:-8px;padding:8px;border-radius:4px;background:transparent;transition:background-color .25s ease}.AboutMembershipPanel-about-description_editor:focus{background-color:rgba(var(--main_color_rgb),.02)}.AboutMembershipPanel-about-description_editor:hover{background-color:rgba(var(--main_color_rgb),.04)}.AboutMembershipPanel-about-icons{position:absolute;width:100%;top:24px;padding:0 24px;z-index:1;display:flex;justify-content:space-between;align-self:center}.AboutMembershipPanel-about-collapse_button_wrapper{opacity:0}.AboutMembershipPanel-about:hover .AboutMembershipPanel-about-collapse_button_wrapper{opacity:1}.AboutMembershipPanel-about-description,.AboutMembershipPanel-about-description_editor{margin-top:18px;margin-bottom:32px;min-height:auto}.AboutMembershipPanel-about-card{box-sizing:border-box;position:relative;width:100%;padding:32px 22px;background:#fafafa;overflow-y:auto}*.theme_dark .AboutMembershipPanel-about-card{background:#3b3b3b}.AboutMembershipPanel._mobile{display:flex;align-items:stretch;height:100%}.AboutMembershipPanel._mobile .AboutMembershipPanel-about{display:flex;width:100%;box-sizing:border-box;padding:0 4px;border-right:none;border-left:none}.AboutMembershipPanel._mobile .AboutMembershipPanel-about-card{padding:64px 24px 32px;background:var(--main_background);border-radius:12px}.TeamMemberPage{position:relative;z-index:1;height:100%;flex-grow:1;overflow-x:scroll;display:flex;justify-content:flex-start}.TeamMemberPage .AssignedGoalsColumn{padding:24px 8px}.TeamMemberPage .AssignedGoalsColumn-header-name{height:30px}.TeamMemberPage .AssignedGoalsColumn-goals{padding-top:0}.TeamMemberPage .ProgressCenterPage{grid-template-columns:auto;min-width:550px;flex-grow:1}.TeamMemberPage .ProgressCenter{padding:24px}.TeamMemberPage .AssignedGoalsColumn-header-name{margin-top:98px;height:75px}.TeamMemberPage .ProgressCenter-header{margin-top:98px;margin-bottom:37px;height:38px}.TeamMemberPage .BackgroundColumn{margin-left:-8px;min-width:240px}.AppFade{opacity:0;transition:opacity .5s ease-in}.App{height:100vh;overflow-y:auto}.App-FloatingButtons{position:fixed;z-index:3050;right:17px;bottom:12px;display:flex;flex-direction:column;align-items:center;row-gap:10px}.App-FloatingButtons .IconButton .Icon{opacity:1}.App-FloatingButtons .IconButton .Icon:hover{opacity:.75}.App-FloatingButtons .IconButton .Icon:active{opacity:.6}.SettingsLite{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;box-sizing:border-box;background:#f2f2f2}@supports (-webkit-touch-callout: none){.SettingsLite{padding-bottom:env(safe-area-inset-bottom)}}*.theme_dark .SettingsLite{background:var(--main_background)}.SettingsLite-close_button_wrap{position:absolute;top:18px;right:12px}.SettingsLite-menu_heading{margin:24px 0 0;padding:12px 16px;font-weight:400;font-size:12px;line-height:15px;text-transform:uppercase;color:#0006;border-bottom:1px solid rgba(0,0,0,.1)}*.theme_dark .SettingsLite-menu_heading{border-bottom:1px solid rgba(255,255,255,.1);color:#fff6}.SettingsLite-row{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid rgba(0,0,0,.1);background:var(--main_background);text-decoration:none;color:inherit}*.theme_dark .SettingsLite-row{border-bottom:1px solid rgba(255,255,255,.1);background:#222}.SettingsLite-row .Avatar{margin-right:10px}.SettingsLite-menu_row{font-weight:600;justify-content:space-between;color:inherit;text-decoration:none}.SettingsLite-menu_row._active,.SettingsLite-menu_row:focus{background:#f8f8f8}*.theme_dark .SettingsLite-menu_row._active,*.theme_dark .SettingsLite-menu_row:focus{background:#333}.SettingsLite-menu_row-title{display:flex;align-items:center;justify-content:center}.SettingsLite-menu_row-title .Icon{margin-right:16px}.SettingsLite-select_row{display:flex;justify-content:space-between}.SettingsLite-link{color:inherit;text-decoration:none}.SettingsLite-switch_row{justify-content:space-between}.SettingsLite-switch_row._disabled{pointer-events:none}.SettingsLite-switch_row._disabled div{opacity:.25}.SettingsLite-text{padding:14px 16px;font-size:14px;line-height:22px;color:#0006}*.theme_dark .SettingsLite-text{color:#fff6}.SettingsLite-text a{color:#555;text-decoration:none}*.theme_dark .SettingsLite-text a{color:#bbb}.SettingsLite-desktop_promotion{padding:24px 16px;font-size:14px;line-height:22px;opacity:.4}.SettingsLite-sign_out_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;margin:0 auto 16px;padding:12px 48px}.SettingsLite-setup_mobile{padding:24px 16px 0;font-size:14px;line-height:22px;opacity:.8}.SettingsLite-setup_mobile-icon{transform:rotate(180deg);width:14px;height:14px;vertical-align:middle;opacity:.5}.SettingsLite-spinner{width:16px;height:16px}.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:spinner .7s linear infinite}*.theme_dark .image-loading:before{border:2px solid rgba(255,255,255,.3);border-top-color:currentColor}@keyframes 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}/*!
* 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 .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:10}@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}@media (max-width: 799px){._only_desktop{display:none}}@media (min-width: 800px){._only_mobile{display:none}}.ParametrizedIframe{position:relative}.ParametrizedIframe iframe{width:100%;height:400px;border:1px solid rgba(153,153,153,.4)}
