:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css?family=Roboto:wght@300;400;500&display=swap";._bubble_1ysey_2{background-color:#fff;color:#29394d;padding:15px 20px;border-radius:2rem 0 0 2rem;display:flex;font-size:1rem;box-shadow:0 1px 2px 2px #00000040;position:relative;transition:visibility,transform .5s ease-in-out;margin-bottom:2rem;cursor:pointer}._bubble_1ysey_2:hover{color:#fff;background-color:#18a0fb;transform:translate(-100%) translate(60px)}._bubble_1ysey_2 i{margin:0 20px 0 10px}._label_1ysey_24{white-space:nowrap;font-weight:500;margin-left:20px;font-size:.9rem;text-transform:uppercase}._icon_1ysey_32{z-index:2}*,:after,:before{box-sizing:border-box}li,ul{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol,p,ul,ul[class]{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}ol[class],ul[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{max-width:100%;display:block}.gradientBtn{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:8px;border:none;border-radius:8px;cursor:pointer;color:#fff;background:var(--Linear,linear-gradient(90deg,#06d9b1 0,#18a0fb 100%))}.gradientBtn:disabled{opacity:.5}.primaryBtn{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:10px;border:none;border-radius:8px;cursor:pointer;color:#fff;background:#18a0fb}.primaryBtn:disabled{opacity:.5}.defaultBtn{display:flex;padding:8px;justify-content:center;align-items:center;gap:10px;cursor:pointer;border-radius:12px;border:.5px solid #b2bcc6;background:#f1f2f4}.defaultBtn:disabled{opacity:.5}.defaultBtn:hover{border-color:#29394d;background:#e1e4e8}.disabled{opacity:.5}.dots{width:13.4px;height:13.4px;background:#18a0fb;color:#18a0fb;border-radius:50%;box-shadow:13.4px 0,-26.9px 0;animation:dots-h5boszmd .5s linear infinite alternate}@keyframes dots-h5boszmd{50%{box-shadow:13.4px 0,-13.4px 0}to{box-shadow:26.9px 0,-13.4px 0}}@keyframes spin{to{transform:rotate(1turn)}}.spin{transform-origin:center;animation:spin 2s linear infinite}._title_17wpv_1{display:flex;align-items:center;gap:10px;font-size:14px;font-style:normal;font-weight:600;line-height:140%;margin-bottom:10px}._title_17wpv_1 span{font-weight:400}._subtitle_17wpv_15{font-family:Roboto;font-size:12px;font-style:normal;font-weight:600;line-height:140%}._textContent_17wpv_23{display:block;width:100%;height:auto;padding:8px 10px;border-radius:12px;border:.5px solid #b2bcc6;background:#fff;box-sizing:border-box;margin:0;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}._textContent_17wpv_23._notop_radius_17wpv_39{border-radius:0 0 12px 12px}._textPreview_17wpv_43{display:block;width:100%;padding:8px 10px;border-radius:12px;border:.5px solid #b2bcc6;background:#fff;box-sizing:border-box;min-height:300px}._textarea_17wpv_54{min-height:300px}._actionList_17wpv_58{display:flex;flex-direction:column;gap:10px;width:340px}._actionList_item_17wpv_64{border-radius:8px;border:.5px solid #e1e4e8;background:#f1f2f4;padding:8px 10px;cursor:pointer}._actionList_item_17wpv_64:hover{border-color:#29394d}._actionList_title_17wpv_74{font-size:12px;font-style:normal;font-weight:600;line-height:140%;display:flex;align-items:center;gap:10px;margin-bottom:5px}._actionList_desc_17wpv_84{color:#6d7f92;font-size:12px;font-style:normal;font-weight:400;line-height:120%}._articleList_17wpv_92{display:flex;align-items:center;gap:10px;margin:10px 0!important}._articleList_active_17wpv_98{color:#18a0fb;font-weight:600}._articleList_17wpv_92 li{display:flex;align-items:center;cursor:pointer;min-width:140px}._articleContainer_17wpv_109{min-width:50vw;max-width:100%;overflow:scroll;max-height:70vh;padding-bottom:50px}._container_17wpv_117{min-width:540px;max-width:100%;overflow:scroll;min-height:490px;max-height:80vh;display:flex;flex-direction:column;justify-content:space-between}._article_actions_17wpv_128{display:flex;justify-content:space-between;margin-top:10px;gap:10px}._article_actions_left_17wpv_134{display:flex;align-items:center;gap:5px;width:100%}._article_actions_left_select_17wpv_140{flex:1 1}._article_actions_right_17wpv_143 button{min-width:160px}._actions_17wpv_147{position:absolute;bottom:0;left:0;right:0;padding:10px;display:flex;justify-content:flex-end;background-color:#fff}._topBar_17wpv_158{display:flex;align-items:center;justify-content:space-between;margin:10px 0}._topBar_right_17wpv_164{display:flex;align-items:center;gap:5px}._loader_17wpv_170{display:flex;align-items:center;justify-content:center;height:200px}._tamtamIt_17wpv_177{display:flex;gap:5px;margin-bottom:10px}@keyframes _spin_17wpv_191{0%{transform:rotate(0)}to{transform:rotate(1turn)}}._spinner_17wpv_191{display:block;width:20px;height:20px;animation:_spin_17wpv_191 1s linear infinite}._box_17wpv_198{display:flex;gap:20px;min-width:60vw}._box_left_17wpv_203{width:50%}._box_right_17wpv_206{width:50%;padding-left:20px;border-left:1px solid #e1e4e8}._prompts_17wpv_212{overflow-y:scroll;margin-top:20px!important;display:block;max-height:50vh}._prompt_17wpv_212{border-radius:8px;border:.5px solid #b2bcc6;background:#f1f2f4;margin-bottom:10px;cursor:pointer;padding:10px}._prompt_17wpv_212:hover{background-color:#e1e4e8}._prompt_active_17wpv_230{background-color:#fff;border-color:#18a0fb;box-shadow:0 2px 8px #29394d40}._prompt_17wpv_212 h4{display:flex;gap:5px;margin-bottom:5px;font-size:12px;font-style:normal;font-weight:600;line-height:140%}._prompt_17wpv_212 ._date_17wpv_244{color:#6d7f92;font-size:12px;font-style:normal;font-weight:500;line-height:normal}._triggerContainer_17wpv_252{position:relative;display:inline-block}._popoverContent_17wpv_257{display:none;position:absolute;top:100%;right:0;background-color:#f9f9f9;border:1px solid #ccc;padding:10px;z-index:1000;min-width:45vw;box-shadow:0 8px 16px #0003}._triggerElement_17wpv_270{cursor:pointer}._triggerContainer_17wpv_252:hover ._popoverContent_17wpv_257{display:block}._tabs_17wpv_278{display:flex;background-color:#e1e4e8;border-radius:8px;padding:2px;margin:10px 0!important;gap:2px}._tabs_item_17wpv_286{padding:10px;border-radius:8px;cursor:pointer;min-width:110px;width:25%;text-align:center;font-size:12px;font-style:normal;font-weight:600;line-height:140%}._tabs_item_17wpv_286._active_17wpv_298,._tabs_item_17wpv_286:hover{background-color:#fff}._alt_tabs_17wpv_302{display:flex}._alt_tabs_item_17wpv_305{font-size:12px;font-weight:600;line-height:140%;border-bottom:2px solid #fff;cursor:pointer;padding:5px 10px;min-width:90px;display:flex;justify-content:space-between;align-items:center;gap:10px}._alt_tabs_item_17wpv_305._active_17wpv_298,._alt_tabs_item_17wpv_305:hover{border-color:#29394d}._tab_plus_17wpv_322{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;border:.5px solid #b2bcc6;cursor:pointer;margin-left:10px}._resultContainer_17wpv_334{overflow:scroll;height:300px}._itemResult_17wpv_342,._resultContainer_17wpv_334{padding:10px;border-radius:8px;border:.5px solid #b2bcc6}._itemResult_17wpv_342{margin-top:10px;min-height:70px;display:flex;gap:10px;align-items:center;justify-content:space-between}._itemResult_17wpv_342._active_17wpv_298{border-color:#18a0fb;background-color:#f3faff}._itemResult_add_icon_17wpv_357,._itemResult_check_icon_17wpv_370{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:30px;background-color:#fff;border:1px solid #18a0fb;color:#18a0fb;flex-shrink:0;cursor:pointer}._itemResult_check_icon_2_17wpv_383{display:none}._itemResult_check_icon_17wpv_370:hover{border-color:#fc5d2b;color:#fc5d2b}._itemResult_check_icon_17wpv_370:hover ._itemResult_check_icon_1_17wpv_390{display:none}._itemResult_check_icon_17wpv_370:hover ._itemResult_check_icon_2_17wpv_383{display:flex}._result_top_17wpv_397{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}._result_top_left_17wpv_403,._result_top_right_17wpv_408{display:flex;align-items:center;gap:5px}._result_actions_17wpv_414{display:flex;justify-content:flex-end;margin-top:10px}._update_instruction_17wpv_420{position:relative}._update_arrow_17wpv_424{display:flex;width:32px;height:32px;justify-content:center;align-items:center;border-radius:12px;background:#b2bcc6;position:absolute;bottom:10px;right:10px;z-index:999;cursor:pointer}._update_arrow_17wpv_424._active_17wpv_298{background-color:#18a0fb}._result_used_17wpv_442{padding:8px 10px;border-radius:8px;background:#f3faff;font-size:12px;font-style:normal;font-weight:600;line-height:140%;display:flex;align-items:center;gap:10px;margin:10px 0}._resultLink_17wpv_456{font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration:underline;margin:10px 0;color:#29394d}._update_instruction_alt_17wpv_466{margin-top:10px}._update_instruction_alt_actions_17wpv_469{margin-top:5px;display:flex;align-items:center;gap:10px}._update_instruction_alt_actions_17wpv_469 button{flex:1 1;border-radius:8px;border:1px solid #b2bcc6;background:#fff;font-size:12px;font-style:normal;font-weight:600;line-height:140%;color:#18a0fb;padding:8px;cursor:pointer}._pointer_17wpv_489{cursor:pointer}._medias_list_17wpv_493{display:flex;flex-wrap:wrap;gap:10px}._medias_list_item_17wpv_498{padding:10px;width:45%;display:flex;align-items:center;gap:10px;border-radius:8px;border:.5px solid #b2bcc6;background:#fff}._mediaContent_17wpv_509{width:100%;height:100px;overflow:hidden;border-radius:5px;position:relative;cursor:pointer;background-size:cover;background-position:50%;background-repeat:no-repeat}._pictureCover_17wpv_521{height:278px;border:.5px solid var(--gris-1,#b2bcc6);background:#d3d3d3 50%/cover no-repeat}._picture_top_17wpv_527{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}._picture_search_17wpv_535{width:300px}._modalOverlay_wffhk_1{position:fixed;inset:0;z-index:1005!important;background-color:#29394d66}._modalContentAfterOpen_wffhk_11 ._modal_wffhk_1{top:0;opacity:1}._modalContentBeforeClose_wffhk_16 ._modal_wffhk_1{top:30%;opacity:0}._modalContent_wffhk_11{position:absolute;inset:0;border:none;background:transparent;border-radius:4px;outline:none;padding:0;display:flex;justify-content:center;align-items:center}._modal_wffhk_1{font-family:Roboto;position:relative;padding:10px 20px 20px;width:80vw;min-height:300px;opacity:0;background:#f8f9fa;box-shadow:0 0 10px #29394d40;border-radius:5px;transition:all .2s ease-in-out}._smModal_wffhk_50{width:50vw;min-height:auto}._modal_header_wffhk_55{display:flex;justify-content:space-between;align-items:center}._modal_header_left_wffhk_60,._modal_header_right_wffhk_65{display:flex;align-items:center;gap:10px}._modal_header_right_wffhk_65{justify-content:space-between}._modal_header_sep_wffhk_71{width:1px;height:28px;background-color:#d8dde2}._modal_title_wffhk_77{font-size:14px;font-style:normal;font-weight:600;line-height:140%}._modal_close_wffhk_84{cursor:pointer;color:#6d7f92}._modal_header_edit_wffhk_89{width:32px;height:32px;border-radius:12px;border:.5px solid #b2bcc6;cursor:pointer}._modal_confirm_icon_wffhk_101,._modal_header_edit_wffhk_89{display:flex;align-items:center;justify-content:center;background:#f1f2f4}._modal_confirm_icon_wffhk_101{width:50px;height:50px;margin:20px auto;border-radius:200px}._modal_confirm_title_wffhk_111{font-size:18px;font-style:normal;font-weight:600;line-height:140%;text-align:center}._modal_confirm_txt_wffhk_118{color:#fc5d2b;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:140%;margin:10px 0}._modal_confirm_actions_wffhk_127{margin-top:30px;display:flex;align-items:center;justify-content:space-between}._btn_wffhk_134{display:flex;padding:8px 14px;justify-content:center;align-items:center;gap:10px;border:none;border-radius:8px;cursor:pointer;color:#29394d;background-color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:140%}._btn_alt_wffhk_150{border:.5px solid #29394d}._btn_alt_wffhk_150:hover{background-color:#f1f2f4}._btn_black_wffhk_156{color:#fff;background-color:#29394d}._checkbox_b76cy_1{cursor:pointer;width:1.125rem;height:1.125rem;border-radius:5px;background:#f8f9fa;border:2px solid #b2bcc6;display:flex;align-items:center;flex-shrink:0;justify-content:center;margin-right:.5rem}._checkbox_active_b76cy_14{background:#18a0fb;border:2px solid #18a0fb}._checkbox_b76cy_1._radio_b76cy_18{border-radius:50%}._chatContainer_1yvph_2{display:flex;flex-direction:column;align-items:flex-end;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#29394d}._chatTrigger_1yvph_15{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;color:#6d7f92;border:1px solid #d8dde2;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}._chatTrigger_1yvph_15:hover{transform:scale(1.1)}._chatPopover_1yvph_35{max-width:590px;min-height:400px;max-height:80vh;padding:10px;background:#fff;border-radius:12px;box-shadow:0 4px 8px #0003;margin-bottom:10px;display:flex;flex-direction:column;overflow:scroll;animation:_slideIn_1yvph_1 .3s ease-out}@keyframes _slideIn_1yvph_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._chatHeader_1yvph_62{background:#007bff;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}._chatBody_1yvph_71{flex:1 1;padding:15px;background:#f9f9f9}._chatFooter_1yvph_77{padding:10px;border-top:1px solid #eee}._chatFooter_1yvph_77 input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}._btn_6q6pu_2{display:flex;align-items:center;font-weight:500;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1.5rem;font-size:1rem;line-height:1.5;border-radius:5px!important;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}._btn_6q6pu_2._focus_6q6pu_15,._btn_6q6pu_2:focus,._btn_6q6pu_2:hover{text-decoration:none}._btn_6q6pu_2._focus_6q6pu_15,._btn_6q6pu_2:focus{outline:0;box-shadow:0 0 0 .2rem #18a0fb40}._btn_6q6pu_2._disabled_6q6pu_22,._btn_6q6pu_2:disabled{opacity:.65;box-shadow:none}._btn_6q6pu_2:not(:disabled):not(._disabled_6q6pu_22){cursor:pointer}._btn_6q6pu_2:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn_6q6pu_2:not(:disabled):not(._disabled_6q6pu_22):active{box-shadow:inset 0 3px 5px #00000020}._btn_6q6pu_2:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn_6q6pu_2:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:0 0 0 .2rem #18a0fb40,inset 0 3px 5px #00000020}._btn-primary_6q6pu_36{color:#fff;background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border-color:#18a0fb;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-primary_6q6pu_36:hover{color:#fff;background:#048de9 linear-gradient(180deg,#2a9eec,#048de9) repeat-x;border-color:#0485dc}._btn-primary_6q6pu_36._focus_6q6pu_15,._btn-primary_6q6pu_36:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #18a0fb80}._btn-primary_6q6pu_36._disabled_6q6pu_22,._btn-primary_6q6pu_36:disabled{color:#fff;background-color:#18a0fb;border-color:#18a0fb}._btn-primary_6q6pu_36:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-primary_6q6pu_36:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#0485dc;background-image:none;border-color:#047ed0}._btn-primary_6q6pu_36:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-primary_6q6pu_36:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #18a0fb80}._btn-secondary_6q6pu_65{color:#fff;background:#6c757d linear-gradient(180deg,#828a91,#6c757d) repeat-x;border-color:#6c757d;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-secondary_6q6pu_65:hover{color:#fff;background:#5a6268 linear-gradient(180deg,#73797f,#5a6268) repeat-x;border-color:#545b62}._btn-secondary_6q6pu_65._focus_6q6pu_15,._btn-secondary_6q6pu_65:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #6c757d80}._btn-secondary_6q6pu_65._disabled_6q6pu_22,._btn-secondary_6q6pu_65:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}._btn-secondary_6q6pu_65:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-secondary_6q6pu_65:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#545b62;background-image:none;border-color:#4e555b}._btn-secondary_6q6pu_65:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-secondary_6q6pu_65:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #6c757d80}._btn-success_6q6pu_94{color:#fff;background:#28a745 linear-gradient(180deg,#48b461,#28a745) repeat-x;border-color:#28a745;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-success_6q6pu_94:hover{color:#fff;background:#218838 linear-gradient(180deg,#429a56,#218838) repeat-x;border-color:#1e7e34}._btn-success_6q6pu_94._focus_6q6pu_15,._btn-success_6q6pu_94:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #28a74580}._btn-success_6q6pu_94._disabled_6q6pu_22,._btn-success_6q6pu_94:disabled{color:#fff;background-color:#28a745;border-color:#28a745}._btn-success_6q6pu_94:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-success_6q6pu_94:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#1e7e34;background-image:none;border-color:#1c7430}._btn-success_6q6pu_94:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-success_6q6pu_94:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #28a74580}._btn-info_6q6pu_123{color:#fff;background:#17a2b8 linear-gradient(180deg,#3ab0c3,#17a2b8) repeat-x;border-color:#17a2b8;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-info_6q6pu_123:hover{color:#fff;background:#138496 linear-gradient(180deg,#3697a6,#138496) repeat-x;border-color:#117a8b}._btn-info_6q6pu_123._focus_6q6pu_15,._btn-info_6q6pu_123:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #17a2b880}._btn-info_6q6pu_123._disabled_6q6pu_22,._btn-info_6q6pu_123:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}._btn-info_6q6pu_123:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-info_6q6pu_123:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#117a8b;background-image:none;border-color:#10707f}._btn-info_6q6pu_123:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-info_6q6pu_123:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #17a2b880}._btn-warning_6q6pu_152{color:#212529;background:#ffc107 linear-gradient(180deg,#ffca2c,#ffc107) repeat-x;border-color:#ffc107;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-warning_6q6pu_152:hover{color:#212529;background:#e0a800 linear-gradient(180deg,#e4b526,#e0a800) repeat-x;border-color:#d39e00}._btn-warning_6q6pu_152._focus_6q6pu_15,._btn-warning_6q6pu_152:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #ffc10780}._btn-warning_6q6pu_152._disabled_6q6pu_22,._btn-warning_6q6pu_152:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}._btn-warning_6q6pu_152:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-warning_6q6pu_152:not(:disabled):not(._disabled_6q6pu_22):active{color:#212529;background-color:#d39e00;background-image:none;border-color:#c69500}._btn-warning_6q6pu_152:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-warning_6q6pu_152:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #ffc10780}._btn-danger_6q6pu_181{color:#fff;background:#dc3545 linear-gradient(180deg,#e15361,#dc3545) repeat-x;border-color:#dc3545;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-danger_6q6pu_181:hover{color:#fff;background:#c82333 linear-gradient(180deg,#d04451,#c82333) repeat-x;border-color:#bd2130}._btn-danger_6q6pu_181._focus_6q6pu_15,._btn-danger_6q6pu_181:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #dc354580}._btn-danger_6q6pu_181._disabled_6q6pu_22,._btn-danger_6q6pu_181:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}._btn-danger_6q6pu_181:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-danger_6q6pu_181:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#bd2130;background-image:none;border-color:#b21f2d}._btn-danger_6q6pu_181:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-danger_6q6pu_181:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #dc354580}._btn-light_6q6pu_210{color:#212529;background:#f8f9fa linear-gradient(180deg,#f9fafb,#f8f9fa) repeat-x;border-color:#f8f9fa;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-light_6q6pu_210:hover{color:#212529;background:#e2e6ea linear-gradient(180deg,#e6eaed,#e2e6ea) repeat-x;border-color:#dae0e5}._btn-light_6q6pu_210._focus_6q6pu_15,._btn-light_6q6pu_210:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #f8f9fa80}._btn-light_6q6pu_210._disabled_6q6pu_22,._btn-light_6q6pu_210:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}._btn-light_6q6pu_210:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-light_6q6pu_210:not(:disabled):not(._disabled_6q6pu_22):active{color:#212529;background-color:#dae0e5;background-image:none;border-color:#d3d9df}._btn-light_6q6pu_210:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-light_6q6pu_210:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #f8f9fa80}._btn-dark_6q6pu_239{color:#fff;background:#343a40 linear-gradient(180deg,#52585d,#343a40) repeat-x;border-color:#343a40;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-dark_6q6pu_239:hover{color:#fff;background:#23272b linear-gradient(180deg,#44474b,#23272b) repeat-x;border-color:#1d2124}._btn-dark_6q6pu_239._focus_6q6pu_15,._btn-dark_6q6pu_239:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #343a4080}._btn-dark_6q6pu_239._disabled_6q6pu_22,._btn-dark_6q6pu_239:disabled{color:#fff;background-color:#343a40;border-color:#343a40}._btn-dark_6q6pu_239:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-dark_6q6pu_239:not(:disabled):not(._disabled_6q6pu_22):active{color:#fff;background-color:#1d2124;background-image:none;border-color:#171a1d}._btn-dark_6q6pu_239:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-dark_6q6pu_239:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #343a4080}._btn-default_6q6pu_268{color:#212529;background:#fff linear-gradient(180deg,#fff,#fff) repeat-x;border-color:#b2bcc6;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}._btn-default_6q6pu_268:hover{color:#212529;background:#ececec linear-gradient(180deg,#efefef,#ececec) repeat-x;border-color:#95a3b0}._btn-default_6q6pu_268._focus_6q6pu_15,._btn-default_6q6pu_268:focus{box-shadow:0 1px #ffffff26,0 1px 1px #00000013,0 0 0 .2rem #b2bcc680}._btn-default_6q6pu_268._disabled_6q6pu_22,._btn-default_6q6pu_268:disabled{color:#212529;background-color:#fff;border-color:#b2bcc6}._btn-default_6q6pu_268:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29,._btn-default_6q6pu_268:not(:disabled):not(._disabled_6q6pu_22):active{color:#212529;background-color:#e6e6e6;background-image:none;border-color:#8d9cab}._btn-default_6q6pu_268:not(:disabled):not(._disabled_6q6pu_22)._active_6q6pu_29:focus,._btn-default_6q6pu_268:not(:disabled):not(._disabled_6q6pu_22):active:focus{box-shadow:inset 0 3px 5px #00000020,0 0 0 .2rem #b2bcc680}._btn-outline_6q6pu_297{background-color:transparent!important;border:1px solid rgba(109,127,146,.5);color:#6d7f92}._btn-lg_6q6pu_303{padding:1rem 2rem;font-size:1.25rem}._btn-lg_6q6pu_303,._btn-sm_6q6pu_310{line-height:1.5;border-radius:5px!important}._btn-sm_6q6pu_310{padding:.25rem .5rem;font-size:.875rem}._btn-block_6q6pu_317{display:block;width:100%}._btn-block_6q6pu_317+._btn-block_6q6pu_317{margin-top:.5rem}._btn-icon_6q6pu_325{margin-right:1.5rem}._controls_1etz2_1{justify-content:space-between;position:fixed;right:0;bottom:0;border-top:1px solid rgba(109,127,146,.1);border-radius:2px;background-color:#fff;padding:10px 56px;width:100%;z-index:120}._controls_1etz2_1,._saveContainer_1etz2_16{display:flex;align-items:center}._saveContainer_1etz2_16 button{margin-left:5px}._label_1etz2_24{margin-right:10px;font-weight:300;font-size:12px;line-height:14px}@media screen and (max-width:39.9375em){._controls_1etz2_1{padding:10px 20px}._label_1etz2_24{display:none}}@media screen and (min-width:992px){._controls_1etz2_1{width:70%}}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;pointer-events:none}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;-webkit-padding-start:40px;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;-webkit-margin-before:.67em;margin-block-start:.67em;-webkit-margin-after:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;-webkit-margin-before:.83em;margin-block-start:.83em;-webkit-margin-after:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;-webkit-margin-before:1.33em;margin-block-start:1.33em;-webkit-margin-after:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;-webkit-margin-before:1.67em;margin-block-start:1.67em;-webkit-margin-after:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;-webkit-margin-before:2.33em;margin-block-start:2.33em;-webkit-margin-after:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;inset:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}._m-t-xxs_sq241_16{margin-top:.25 rem!important}._p-t-xxs_sq241_20{padding-top:.25 rem!important}._m-b-xxs_sq241_24{margin-bottom:.25 rem!important}._p-b-xxs_sq241_28{padding-bottom:.25 rem!important}._m-l-xxs_sq241_32{margin-left:.25 rem!important}._p-l-xxs_sq241_36{padding-left:.25 rem!important}._m-r-xxs_sq241_40{margin-right:.25 rem!important}._p-r-xxs_sq241_44{padding-right:.25 rem!important}._m-x-xxs_sq241_48{margin-left:.25 rem!important;margin-right:.25 rem!important}._p-x-xxs_sq241_53{padding-left:.25 rem!important;padding-right:.25 rem!important}._m-y-xxs_sq241_58{margin-top:.25 rem!important;margin-bottom:.25 rem!important}._p-y-xxs_sq241_63{padding-top:.25 rem!important;padding-bottom:.25 rem!important}._m-xxs_sq241_68{margin:.25 rem!important}._p-xxs_sq241_72{padding:.25 rem!important}._m-t-xs_sq241_76{margin-top:.5 rem!important}._p-t-xs_sq241_80{padding-top:.5 rem!important}._m-b-xs_sq241_84{margin-bottom:.5 rem!important}._p-b-xs_sq241_7{padding-bottom:.5 rem!important}._m-l-xs_sq241_92{margin-left:.5 rem!important}._p-l-xs_sq241_96{padding-left:.5 rem!important}._m-r-xs_sq241_100{margin-right:.5 rem!important}._p-r-xs_sq241_104{padding-right:.5 rem!important}._m-x-xs_sq241_108{margin-left:.5 rem!important;margin-right:.5 rem!important}._p-x-xs_sq241_113{padding-left:.5 rem!important;padding-right:.5 rem!important}._m-y-xs_sq241_118{margin-top:.5 rem!important;margin-bottom:.5 rem!important}._p-y-xs_sq241_123{padding-top:.5 rem!important;padding-bottom:.5 rem!important}._m-xs_sq241_128{margin:.5 rem!important}._p-xs_sq241_132{padding:.5 rem!important}._m-t-s_sq241_136{margin-top:1 rem!important}._p-t-s_sq241_140{padding-top:1 rem!important}._m-b-s_sq241_144{margin-bottom:1 rem!important}._p-b-s_sq241_148{padding-bottom:1 rem!important}._m-l-s_sq241_152{margin-left:1 rem!important}._p-l-s_sq241_156{padding-left:1 rem!important}._m-r-s_sq241_4{margin-right:1 rem!important}._p-r-s_sq241_164{padding-right:1 rem!important}._m-x-s_sq241_168{margin-left:1 rem!important;margin-right:1 rem!important}._p-x-s_sq241_173{padding-left:1 rem!important;padding-right:1 rem!important}._m-y-s_sq241_178{margin-top:1 rem!important;margin-bottom:1 rem!important}._p-y-s_sq241_183{padding-top:1 rem!important;padding-bottom:1 rem!important}._m-s_sq241_188{margin:1 rem!important}._p-s_sq241_192{padding:1 rem!important}._m-t-m_sq241_6{margin-top:1.5 rem!important}._p-t-m_sq241_200{padding-top:1.5 rem!important}._m-b-m_sq241_204{margin-bottom:1.5 rem!important}._p-b-m_sq241_208{padding-bottom:1.5 rem!important}._m-l-m_sq241_212{margin-left:1.5 rem!important}._p-l-m_sq241_216{padding-left:1.5 rem!important}._m-r-m_sq241_5{margin-right:1.5 rem!important}._p-r-m_sq241_224{padding-right:1.5 rem!important}._m-x-m_sq241_228{margin-left:1.5 rem!important;margin-right:1.5 rem!important}._p-x-m_sq241_233{padding-left:1.5 rem!important;padding-right:1.5 rem!important}._m-y-m_sq241_238{margin-top:1.5 rem!important;margin-bottom:1.5 rem!important}._p-y-m_sq241_243{padding-top:1.5 rem!important;padding-bottom:1.5 rem!important}._m-m_sq241_248{margin:1.5 rem!important}._p-m_sq241_252{padding:1.5 rem!important}._m-t-l_sq241_256{margin-top:2 rem!important}._p-t-l_sq241_260{padding-top:2 rem!important}._m-b-l_sq241_264{margin-bottom:2 rem!important}._p-b-l_sq241_268{padding-bottom:2 rem!important}._m-l-l_sq241_272{margin-left:2 rem!important}._p-l-l_sq241_8{padding-left:2 rem!important}._m-r-l_sq241_280{margin-right:2 rem!important}._p-r-l_sq241_284{padding-right:2 rem!important}._m-x-l_sq241_288{margin-left:2 rem!important;margin-right:2 rem!important}._p-x-l_sq241_9{padding-left:2 rem!important;padding-right:2 rem!important}._m-y-l_sq241_298{margin-top:2 rem!important;margin-bottom:2 rem!important}._p-y-l_sq241_303{padding-top:2 rem!important;padding-bottom:2 rem!important}._m-l_sq241_32{margin:2 rem!important}._p-l_sq241_8{padding:2 rem!important}._m-t-xl_sq241_316{margin-top:3 rem!important}._p-t-xl_sq241_320{padding-top:3 rem!important}._m-b-xl_sq241_324{margin-bottom:3 rem!important}._p-b-xl_sq241_328{padding-bottom:3 rem!important}._m-l-xl_sq241_332{margin-left:3 rem!important}._p-l-xl_sq241_336{padding-left:3 rem!important}._m-r-xl_sq241_340{margin-right:3 rem!important}._p-r-xl_sq241_344{padding-right:3 rem!important}._m-x-xl_sq241_348{margin-left:3 rem!important;margin-right:3 rem!important}._p-x-xl_sq241_353{padding-left:3 rem!important;padding-right:3 rem!important}._m-y-xl_sq241_358{margin-top:3 rem!important;margin-bottom:3 rem!important}._p-y-xl_sq241_363{padding-top:3 rem!important;padding-bottom:3 rem!important}._m-xl_sq241_368{margin:3 rem!important}._p-xl_sq241_372{padding:3 rem!important}._m-t-xxl_sq241_376{margin-top:4 rem!important}._p-t-xxl_sq241_380{padding-top:4 rem!important}._m-b-xxl_sq241_384{margin-bottom:4 rem!important}._p-b-xxl_sq241_388{padding-bottom:4 rem!important}._m-l-xxl_sq241_392{margin-left:4 rem!important}._p-l-xxl_sq241_396{padding-left:4 rem!important}._m-r-xxl_sq241_400{margin-right:4 rem!important}._p-r-xxl_sq241_404{padding-right:4 rem!important}._m-x-xxl_sq241_408{margin-left:4 rem!important;margin-right:4 rem!important}._p-x-xxl_sq241_413{padding-left:4 rem!important;padding-right:4 rem!important}._m-y-xxl_sq241_418{margin-top:4 rem!important;margin-bottom:4 rem!important}._p-y-xxl_sq241_423{padding-top:4 rem!important;padding-bottom:4 rem!important}._m-xxl_sq241_428{margin:4 rem!important}._p-xxl_sq241_432{padding:4 rem!important}._no-padding_sq241_436{padding:0!important}._no-padding--top_sq241_439{padding-top:0!important}._no-padding--left_sq241_442{padding-left:0!important}._no-padding--bottom_sq241_445{padding-bottom:0!important}._no-padding--right_sq241_448{padding-right:0!important}._no-margin_sq241_452{margin:0!important}._no-margin--top_sq241_455{margin-top:0!important}._no-margin--left_sq241_458{margin-left:0!important}._no-margin--bottom_sq241_461{margin-bottom:0!important}._no-margin--right_sq241_464{margin-right:0!important}._modalOverlay_sq241_468{position:fixed;inset:0;z-index:99999;background-color:#29394d66}._modalContent_sq241_478{position:absolute;inset:0;border:none;background:transparent;border-radius:4px;outline:none;padding:0;display:flex;justify-content:center;align-items:center}._modalContentAfterOpen_sq241_494 ._confirm_sq241_494{top:0;opacity:1}._modalContentBeforeClose_sq241_499 ._confirm_sq241_494{top:50%;opacity:0}._confirm_sq241_494{position:relative;top:50%;width:713px;max-width:90%;opacity:0;background:#f8f9fa;box-shadow:0 0 10px #29394d40;border-radius:5px;transition:all .2s ease-in-out}._close_sq241_516{position:absolute;top:-18px;right:-18px;height:36px;width:36px;cursor:pointer;z-index:1;color:#3c4e64;background:#fff;border:1px solid #f1f2f4;border-radius:50%}._close_sq241_516,._header_sq241_533{display:flex;justify-content:center;align-items:center}._header_sq241_533{position:relative;width:100%;height:48px;border-radius:5px 5px 0 0;font-size:18px;line-height:26px}._header_sq241_533 ._icon_sq241_544{position:absolute;bottom:-45px;right:50%;transform:translate(50%);width:90px;height:45px;border-top:none!important;border-bottom-left-radius:45px;border-bottom-right-radius:45px;display:flex;align-items:flex-start;justify-content:center}._body_sq241_559{width:100%;height:152px;padding:60px 20px 20px;border-bottom:1px solid #f1f2f4;font-size:18px;line-height:21px;color:#29394d;text-align:center}._body_sq241_559._with_switch_sq241_569{padding:73px 20px 20px}._body_sq241_559 ._item_sq241_572{display:flex;align-items:center;padding-left:34%;padding-right:34%}._body_sq241_559 ._item_sq241_572 ._itemLabel_sq241_578{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-transform:capitalize;margin-right:auto;margin-bottom:20px;margin-top:15px}._body_sq241_559 ._item_sq241_572 ._switch_sq241_589{position:absolute;opacity:0}._body_sq241_559 ._item_sq241_572 ._switch_sq241_589+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}._body_sq241_559 ._item_sq241_572 ._switch_sq241_589+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px #29394d1a;transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}._body_sq241_559 ._item_sq241_572 ._switch_sq241_589:checked+div{background-color:#c7e8fe}._body_sq241_559 ._item_sq241_572 ._switch_sq241_589:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}._footer_sq241_626{display:flex;align-items:center;justify-content:center;width:100%;height:95px;margin-top:80px}._deleting_sq241_637,._no_sq241_436,._yes_sq241_635{display:flex;align-items:center;justify-content:center;height:44px;border:0;border-radius:5px;font-weight:500;font-size:16px;line-height:19px;text-transform:uppercase;color:#fff;cursor:pointer;transition:opacity .3s ease-in-out}._deleting_sq241_637:hover,._no_sq241_436:hover,._yes_sq241_635:hover{opacity:.8}._no_sq241_436{width:126px;background:#6d7f9299;margin-right:10px}._deleting_sq241_637,._yes_sq241_635{width:294px}._delete_sq241_669 ._header_sq241_533{color:#f4515d;background:#fff5f6;border-bottom:1px solid #ffdbdd}._delete_sq241_669 ._header_sq241_533 ._icon_sq241_544{background:#fff5f6;border:1px solid #ffdbdd}._delete_sq241_669 ._deleting_sq241_637,._delete_sq241_669 ._yes_sq241_635{background-color:#ff636e}._publish_sq241_683 ._header_sq241_533{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}._publish_sq241_683 ._header_sq241_533 ._icon_sq241_544{background:#f3faff;border:1px solid #c7e8fe}._publish_sq241_683 ._deleting_sq241_637,._publish_sq241_683 ._yes_sq241_635{background-color:#2495e1}._send_sq241_697 ._header_sq241_533{color:#02af8e;background:#f1fbf9;border-bottom:1px solid #c7e8fe}._send_sq241_697 ._header_sq241_533 ._icon_sq241_544{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}._send_sq241_697 ._deleting_sq241_637,._send_sq241_697 ._yes_sq241_635{background-color:#06d9b1}._duplicate_sq241_711 ._header_sq241_533{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}._duplicate_sq241_711 ._header_sq241_533 ._icon_sq241_544{background:#f3faff;border:1px solid #c7e8fe}._duplicate_sq241_711 ._deleting_sq241_637,._duplicate_sq241_711 ._yes_sq241_635{background-color:#2495e1}._return_sq241_725 ._header_sq241_533{color:#f4515d;background:#fff5f6;border-bottom:1px solid #ffdbdd}._return_sq241_725 ._header_sq241_533 ._icon_sq241_544{background:#fff5f6;border:1px solid #ffdbdd}._return_sq241_725 ._deleting_sq241_637,._return_sq241_725 ._yes_sq241_635{background-color:#ff636e}._share_sq241_739 ._header_sq241_533{color:#02af8e;background:#f1fbf9;border-bottom:1px solid #c7e8fe}._share_sq241_739 ._header_sq241_533 ._icon_sq241_544{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}._share_sq241_739 ._deleting_sq241_637,._share_sq241_739 ._yes_sq241_635{background-color:#06d9b1}._add_sq241_753 ._header_sq241_533{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}._add_sq241_753 ._header_sq241_533 ._icon_sq241_544{background:#f3faff;border:1px solid #c7e8fe}._add_sq241_753 ._deleting_sq241_637,._add_sq241_753 ._yes_sq241_635{background-color:#2495e1}._privatize_sq241_767 ._header_sq241_533{color:#ff7f3f;background:#fff5f6;border-bottom:1px solid #ffdbdd}._privatize_sq241_767 ._header_sq241_533 ._icon_sq241_544{background:#fff5f6;border:1px solid #ffdbdd}._privatize_sq241_767 ._deleting_sq241_637,._privatize_sq241_767 ._yes_sq241_635{background-color:#ff7f3fa3}._deleting_sq241_637{cursor:not-allowed}._deleting_sq241_637:hover{opacity:1}@media screen and (max-width:39.9375em){._body_sq241_559,._footer_sq241_626{padding-left:1rem;padding-right:1rem}}:focus{outline:none}._modal_qzo9q_6{height:100%;width:100%;overflow:hidden;display:flex;flex-flow:row wrap}._modalOverlay_qzo9q_14{position:fixed;inset:0;background-color:#29394d99;z-index:1000;opacity:0;transition:opacity .3s ease-in-out}._modalOverlayAfterOpen_qzo9q_26{opacity:1}._modalOverlayBeforeClose_qzo9q_30{opacity:0}._modalContent_qzo9q_34{position:absolute;inset:0 -100% 0 0;display:flex;justify-content:center;align-items:center;background:transparent;border:none;overflow:none;outline:none;padding:0;transition:right .3s ease-in-out}._modalContentAfterOpen_qzo9q_51{right:0}._modalContentBeforeClose_qzo9q_55{right:-100%}._close_qzo9q_59{position:absolute;right:23px;top:27px;width:17px;height:17px;z-index:1;cursor:pointer;color:#3c4e64}._body_qzo9q_70{width:100%;height:100%;margin-left:auto;background-color:#fff;color:#6d7f92;padding:87px 56px 300px;position:relative;overflow-y:scroll;min-height:0;min-width:0}._title_qzo9q_83{font-family:Roboto;font-style:normal;font-weight:500;font-size:20px;line-height:23px;text-transform:uppercase;color:#29394d;margin-bottom:10px}._subtitle_qzo9q_94{font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:14px;margin-bottom:20px}._subtitle_qzo9q_94:after{display:block;content:"";width:100%;height:1px;background:#6d7f921a;border-radius:2px;margin-top:10px}._tabs_qzo9q_112{display:flex;border-bottom:4px solid #b2bcc6;border-radius:2px;margin-bottom:20px!important}._tabs_qzo9q_112 li{padding:0 1.25rem .5rem;color:#b6bfc8;transition:color .1s ease-in-out;position:relative;cursor:pointer;text-transform:uppercase;min-width:149px}._tabs_qzo9q_112 li._activated_qzo9q_127{color:#18a0fb}._tabs_qzo9q_112 li._activated_qzo9q_127:before{content:"";height:4px;border-radius:5px;background-color:#18a0fb;position:absolute;width:100%;display:block;bottom:-4px;left:0}._titleContainer_qzo9q_142{position:relative;margin-bottom:2rem}._titleContainer_qzo9q_142:after{margin-top:10px;content:"";display:block;border-bottom:1px solid rgba(109,127,146,.3);border-radius:2px}._titleActions_qzo9q_154{position:absolute;top:5px;right:0;z-index:10}._titleDropDown_qzo9q_161{position:relative;display:inline-block;cursor:pointer;padding:0 0 5px 5px}._titleDropDown_content_qzo9q_167{display:none;position:absolute;right:0;background-color:#f8f9fa;min-width:210px;box-shadow:0 8px 16px #0003;z-index:1;border-radius:4px}._titleDropDown_content_qzo9q_167>div{padding:5px 10px;cursor:pointer}._titleDropDown_content_qzo9q_167>div:hover{background-color:#6d7f9236}._titleDropDown_qzo9q_161:hover ._titleDropDown_content_qzo9q_167{display:block}._titleInput_qzo9q_188{font-family:Roboto;width:100%;margin:0;border:none!important;box-shadow:none!important;font-size:20px;line-height:23px;padding:2px 22px 2px 10px;min-height:auto;display:block;box-sizing:border-box;color:#29394d}._editorContainer_qzo9q_203{position:relative}._previewContainer_qzo9q_207{border:1px dashed #b2bcc6;box-sizing:border-box;border-radius:5px;position:relative;text-align:center;margin-bottom:40px}._cover-overlay_qzo9q_216{position:absolute;inset:0;z-index:1;background-color:#0000004d}._coverIconbox_qzo9q_226{font-weight:300;font-size:12px;line-height:14px;cursor:pointer;z-index:1}._coverIcon_qzo9q_226{margin:20px 0}._coverContainer_qzo9q_238{position:relative;height:284px;width:100%;background-color:#f8f9fa;text-align:center;cursor:pointer;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-radius:5px}._coverContainer_qzo9q_238._coverContainerFull_qzo9q_254{height:483px;color:#ddd}._coverImg_qzo9q_259{position:absolute;width:100%;height:auto;left:0}._mediaButton_qzo9q_266{min-width:140px;height:30px;font-weight:500;font-size:12px;line-height:14px;color:#6d7f92;background:#f1f2f4;border:.5px solid #b2bcc6;box-sizing:border-box;border-radius:50px;margin-top:15px;z-index:1;cursor:pointer}._coverYBox_qzo9q_282{display:flex;justify-content:space-between;text-align:left;padding:10px;align-items:center;font-size:12px;line-height:14px}._coverYBox_qzo9q_282 h5{font-weight:500;font-size:16px;line-height:18px;margin:0 0 10px}._coverButtons_qzo9q_298{display:flex;height:35px}._coverButtons_qzo9q_298 button{margin-left:10px}._coverCropBox_qzo9q_306{display:flex;justify-content:flex-start;align-items:center;padding:10px}._coverCropBox_qzo9q_306 ._cropItem_qzo9q_312{margin-left:15px;display:flex;align-items:center;background-color:#f1f2f4;padding:2px 10px;cursor:pointer;border-radius:4px}._coverCropBox_qzo9q_306 ._cropItem_qzo9q_312:hover{background-color:#6d7f9236}._coverCropBox_qzo9q_306 ._cropItem_qzo9q_312._croptItemActive_qzo9q_324{background:#18a0fb;color:#fff}._cropDisabledItem_qzo9q_329{margin-left:15px;display:flex;align-items:center;background-color:#f1f2f4;cursor:not-allowed;padding:2px 10px;border-radius:4px}._cropDisabledItem_qzo9q_329._croptItemActive_qzo9q_324{background:#18a0fb;color:#fff;cursor:inherit}blockquote{padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca;line-height:1.6;color:#6d7f92;margin:0}@media screen and (max-width:39.9375em){._body_qzo9q_70{padding:40px 20px 200px}}@media screen and (min-width:992px){._body_qzo9q_70{width:70%}}._titleSuggestionmodal_qzo9q_364{padding-top:10px}._titleSuggestion_qzo9q_364{display:flex;flex-direction:column;align-items:center;justify-content:center}._titleSuggestion_qzo9q_364 p{margin-bottom:0}._titleSuggestion_qzo9q_364 ._titre_qzo9q_377{margin:1rem 0;font-size:16px}._titleSuggestion_qzo9q_364 ._inputContainer_qzo9q_381{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:40px;height:auto}._titleSuggestion_qzo9q_364 ._inputContainer_qzo9q_381 ._input_qzo9q_381{min-height:80px}._titleSuggestion_qzo9q_364 ._button_qzo9q_392{background:none;border:none;cursor:pointer;padding:8px 12px;border-radius:4px;transition:background-color .3s ease;width:10%}._titleSuggestion_qzo9q_364 ._button_qzo9q_392:hover{background-color:#f0f0f0}._titleSuggestion_qzo9q_364 ._button_qzo9q_392 ._icon_qzo9q_404{font-size:20px}._titleSuggestion_qzo9q_364 ._loader_qzo9q_407{margin-left:5px}._input_qzo9q_381{margin-right:10px;width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;transition:border-color .3s ease,box-shadow .3s ease}._input_qzo9q_381:focus{outline:none;border-color:#2495e1;box-shadow:0 0 0 4px #2495e133}._input_qzo9q_381:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}._yes_qzo9q_430{width:40px;height:40px}._titre_qzo9q_377{font-size:20px}#adjuster{cursor:row-resize;height:1rem;background-color:#fff;position:absolute;top:0;width:100%;display:flex;justify-content:center}.sun-editor{border:none!important}#ttp-editor .sun-editor-editable{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;color:#29394d!important;font-size:16px!important;line-height:22px!important;padding:16px 10px!important}#ttp-editor .sun-editor-editable p{margin-bottom:16px!important}#ttp-editor .sun-editor-editable h2,#ttp-editor .sun-editor-editable h3,#ttp-editor .sun-editor-editable h4,#ttp-editor .sun-editor-editable h5,#ttp-editor .sun-editor-editable h6{font-weight:500;margin:1rem 0!important}#ttp-editor .sun-editor-editable h2{font-size:22px;line-height:28px}#ttp-editor .sun-editor-editable h3{font-size:20px;line-height:26px}#ttp-editor .sun-editor-editable h4{font-size:18px;line-height:24px}#ttp-editor .sun-editor-editable h5{font-size:16px;line-height:22px}#ttp-editor .sun-editor-editable h6{font-size:14px;line-height:20px}#ttp-editor .sun-editor-editable table{width:100%!important}#ttp-editor .sun-editor-editable blockquote{color:#8a8a8a!important;border-width:0 0 0 1px;border-color:#cacaca}#ttp-editor .sun-editor .se-wrapper{border:1px solid rgba(109,127,146,.3);border-radius:4px;margin-top:10px}#ttp-editor .sun-editor .se-toolbar{background-color:#fff!important;outline:none!important}#ttp-editor .sun-editor .se-wrapper .se-placeholder{padding-left:10px!important}#ttp-editor .sun-editor .se-btn:enabled:focus,#ttp-editor .sun-editor .se-btn:enabled:hover{background-color:#6d7f9236!important}#ttp-editor .sun-editor .se-btn-module-border{background-color:#f1f2f4!important}#ttp-editor .sun-editor .se-menu-list li{margin:0 2px!important}#ttp-editor .sun-editor .se-btn{color:#6d7f92!important;background-color:#f1f2f4!important}#ttp-editor .sun-editor .se-btn:enabled.active{color:#4592ff!important}#ttp-editor .sun-editor .se-btn-list:disabled,#ttp-editor .sun-editor .se-btn:disabled,#ttp-editor .sun-editor button:disabled{background-color:#fafafa!important}#ttp-editor .DraftEditor-root{color:#29394d!important}#ttp-editor .editor-img{margin:.5rem!important}#ttp-editor .editor-toolbar{border:none!important}#ttp-editor .editor-toolbar>div{margin-right:10px!important}#ttp-editor .editor-toolbar .rdw-option-wrapper{background:#f1f2f4;border:none;border-radius:2px;min-width:31px;height:31px;margin:0}#ttp-editor .editor-toolbar .rdw-option-wrapper.rdw-option-active,#ttp-editor .editor-toolbar .rdw-option-wrapper:hover{box-shadow:none;background-color:#6d7f9236}#ttp-editor .editor-toolbar .rdw-history-wrapper>div,#ttp-editor .editor-toolbar .rdw-list-wrapper>div{margin-right:4px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal{right:calc(100% - 60px);left:auto;height:auto}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-label{font-weight:500;font-size:12px;line-height:14px;color:#3c4e64}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-input{height:auto;padding:5px;font-weight:500;font-size:14px;line-height:16px;min-height:30px;color:#29394d}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-target-option{display:flex;align-items:center}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-target-option span{font-size:12px;line-height:14px}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn{color:#fff;background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border-color:#18a0fb;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn:disabled{color:#999;background:#ececec linear-gradient(180deg,#efefef,#ececec) repeat-x;border-color:#e6e6e6}#ttp-editor .editor-toolbar .rdw-link-wrapper .rdw-link-modal-btn:nth-child(2){color:#212529;background:#fff linear-gradient(180deg,#fff,#fff) repeat-x;border-color:#fff;box-shadow:0 1px #ffffff26,0 1px 1px #00000013}#ttp-editor .DraftEditor-editorContainer,#ttp-editor .public-DraftEditorPlaceholder-root{padding-left:10px}#ttp-editor .DraftEditor-editorContainer{margin-top:1rem}#ttp-editor .public-DraftStyleDefault-block{margin:0}#ttp-editor .editor-iframeContainer{width:640px;height:360px;margin:0 auto}#ttp-editor .editor-viframe{width:100%;height:100%}#ttp-editor .se-custom-quote{width:300px}#ttp-editor .sun-editor .se-list-layer{padding:6px!important;margin-top:5px}#ttp-editor .sun-editor .se-submenu .se-form-group input{padding:5px}#ttp-editor .se-plugin-btn{width:100%!important;color:#fff!important;border-radius:5px;background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x;border-color:#18a0fb}@keyframes imgRotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.ed-img-rotating{animation:imgRotation 1s linear infinite}.se-article-embed{display:flex!important;width:100%;box-shadow:0 4px 10px #29394d1a;margin-bottom:10px!important;border-radius:8px;border:none!important;outline:none!important}.article-embed-img{display:block;position:relative;color:transparent;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;height:220px;width:40%;border-radius:8px 0 0 8px}.article-embed-tmpl{position:relative;height:220px;width:60%;background-color:#fff;padding:1rem!important;display:flex!important;flex-direction:column;justify-content:center;margin:0!important}.article-embed-tmpl a{text-decoration:none!important}.article-embed-tmpl .article-embed-cat{font-size:12px;letter-spacing:.02em;position:absolute;top:0;right:0;z-index:1;padding:4px 14px;margin-bottom:auto;margin-left:auto;background:#eee;border-radius:2px 8px 2px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-shadow:0 4px 4px rgba(41,57,77,.1)}.article-embed-tmpl .article-embed-com{position:relative;z-index:1;height:20px;border-left:3px solid #eee;color:#3c4e64;padding-left:6px;margin-top:10px;margin-bottom:20px;font-size:14px;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.article-embed-tmpl .title{margin-bottom:20px;font-family:Roboto;max-height:90px;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-align:left;color:#29394d;font-weight:500;font-size:18px;line-height:1.266}.ttp-quote{position:relative;font-style:italic;font-weight:300;font-size:18px;line-height:25px;color:#6d7f92;border:none!important;padding-left:100px!important}.ttp-quote:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='54' height='38' viewBox='0 0 54 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4463 19.375C20.5289 21.4778 21.5702 24.0311 21.5702 27.0351C21.5702 30.039 20.5289 32.6425 18.4463 34.8454C16.3636 36.9481 13.8347 37.9995 10.8595 37.9995C7.8843 37.9995 5.30579 36.9481 3.12397 34.8454C1.04132 32.6425 0 30.039 0 27.0351C0 22.1286 2.13223 16.9718 6.3967 11.5647C10.4855 6.49816 16.1417 2.7943 23.3651 0.453128C24.2041 0.181218 25.1024 0.610679 25.447 1.42249C25.8434 2.35632 25.3594 3.42728 24.4097 3.78384C20.6999 5.1766 17.4724 6.86904 14.7273 8.86117C11.6529 11.0641 9.66942 12.9165 8.77686 14.4185C8.34935 15.1858 9.2348 16.2919 10.1118 16.2416C10.3525 16.2278 10.6017 16.2209 10.8595 16.2209C13.8347 16.2209 16.3636 17.2722 18.4463 19.375ZM46.2645 19.375C48.3471 21.4778 49.3884 24.0311 49.3884 27.0351C49.3884 30.039 48.3471 32.6425 46.2645 34.8454C44.1818 36.9481 41.6529 37.9995 38.6777 37.9995C35.7025 37.9995 33.124 36.9481 30.9421 34.8454C28.8595 32.6425 27.8182 30.039 27.8182 27.0351C27.8182 22.1286 29.9504 16.9718 34.2149 11.5647C38.3037 6.49816 43.9598 2.7943 51.1833 0.453128C52.0223 0.181218 52.9206 0.610679 53.2652 1.42249C53.6616 2.35632 53.1776 3.42728 52.2278 3.78385C48.5181 5.1766 45.2906 6.86904 42.5455 8.86117C39.4711 11.0641 37.4876 12.9165 36.595 14.4185C36.1675 15.1858 37.053 16.2919 37.93 16.2416C38.1706 16.2278 38.4199 16.2209 38.6777 16.2209C41.6529 16.2209 44.1818 17.2722 46.2645 19.375Z' fill='%236D7F92' fill-opacity='0.2'/%3E%3C/svg%3E%0A");width:54px;height:38px;position:absolute;left:20px;top:20%}.ttp-quote .author{display:block;font-style:normal;font-size:12px;text-transform:uppercase}.se-event-embed{display:flex!important;width:100%;box-shadow:0 4px 10px #29394d1a;margin-bottom:10px!important;border-radius:8px;border:none!important;outline:none!important}.event-embed-img{display:block;position:relative;color:transparent;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;height:220px;width:40%;border-radius:8px 0 0 8px}.event-embed-tmpl{position:relative;height:220px;width:60%;background-color:#fff;padding:1rem!important;display:flex!important;flex-direction:column;justify-content:center;margin:0!important}.event-embed-tmpl a{text-decoration:none!important}.event-embed-tmpl .event-embed-cat{font-size:12px;letter-spacing:.02em;position:absolute;top:0;right:0;z-index:1;padding:4px 14px;margin-bottom:auto;margin-left:auto;background:#eee;border-radius:2px 8px 2px 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-shadow:0 4px 4px rgba(41,57,77,.1)}.event-embed-tmpl .event-embed-com{position:relative;z-index:1;height:20px;border-left:3px solid #eee;color:#3c4e64;padding-left:6px;margin-top:10px;margin-bottom:20px;font-size:14px;line-height:20px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.event-embed-tmpl .title{margin-bottom:20px;font-family:Roboto;max-height:90px;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-align:left;color:#29394d;font-weight:500;font-size:18px;line-height:1.266}._container_vsaan_1{border-radius:4px;padding:10px;background-color:#f2f2f2;box-shadow:0 3px 9px #7d777780;min-width:300px;min-height:150px;max-height:200px;overflow-y:scroll;position:relative;border:1px #282828}._container_vsaan_1::-webkit-scrollbar{width:12px}._container_vsaan_1::-webkit-scrollbar-track{background:#fff}._container_vsaan_1::-webkit-scrollbar-thumb{background-color:#b0b0b0;border-radius:10px;border:3px solid #fff}._container_vsaan_1{scrollbar-width:thin;scrollbar-color:#b0b0b0 #fff;-ms-overflow-style:scrollbar}._closeCoauthor_vsaan_40{width:24px;height:24px;position:absolute;right:5px;top:10px;cursor:pointer}._coauthorSuggestion_vsaan_49{padding:.5rem 1rem;display:flex;cursor:pointer;background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:4px;margin-bottom:.3rem}._coauthorSuggestion_vsaan_49:hover{background-color:#18a0fb;background:linear-gradient(180deg,#3baefc,#18a0fb);color:#fff}._coauthorSuggestion_vsaan_49{font-weight:400}._coauthorSuggestion_vsaan_49 ._imgWrap_vsaan_67{margin-right:1rem;width:40px;height:40px;border-radius:3rem;overflow:hidden;background-size:cover;background-position:50%;border:2px solid #add8e6}._coauthorSuggestion_vsaan_49 ._imgWrap_vsaan_67 img{width:100%;height:auto}._coauthorSuggestion_vsaan_49 ._emptyAvatar_vsaan_81{display:flex!important;align-items:center!important;justify-content:center!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;background-color:#ccc!important;margin-right:.5rem!important;margin-bottom:0!important;border-radius:50%!important;border:2px solid #add8e6!important}._coauthorSuggestion_vsaan_49 ._emptyAvatar_vsaan_81 span{font-size:1.5rem!important;color:#fff!important}._coauthorSuggestion_vsaan_49 ._content_vsaan_99{display:flex;flex-direction:column;justify-content:center;text-align:left;max-width:86%}._coauthorSuggestion_vsaan_49 ._content_vsaan_99 span{font-size:.8rem;color:#bbb}._coauthorSuggestion_vsaan_49 ._content_vsaan_99 h4{font-size:.8rem;font-weight:600;margin:0}._coauthorSuggestion_vsaan_49:hover span{font-weight:400}._loader_container_vsaan_122{display:flex;justify-content:center;align-items:center;width:100%;gap:24px;flex-direction:column}._ttp-switch_1xbm4_1{position:absolute;opacity:0}._ttp-switch_1xbm4_1._disabled_1xbm4_5+div{cursor:not-allowed}._ttp-switch_1xbm4_1+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}._ttp-switch_1xbm4_1+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px #29394d1a;transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}._ttp-switch_1xbm4_1+div span{position:absolute;font-size:1.6rem;color:#fff;margin-top:12px}._ttp-switch_1xbm4_1+div span:first-child{margin-left:15px}._ttp-switch_1xbm4_1+div span :nth-child(2){margin-left:55px}._ttp-switch_1xbm4_1:checked+div{background-color:#c7e8fe}._ttp-switch_1xbm4_1:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}._configContainer_tfbu5_1{display:flex}._authorsContainer_tfbu5_5{width:207px}._rightContainer_tfbu5_9{width:100%}._configRow_tfbu5_13{display:flex;width:100%;margin-bottom:2rem}._configColumn_tfbu5_19{width:50%;padding-left:20px}._configColumn_tfbu5_19 input{height:1rem;box-shadow:none;margin:0}._attachmentsRow_tfbu5_29{padding-left:20px}._configLabel_tfbu5_33{font-weight:500;font-size:12px;line-height:14px;text-transform:uppercase;color:#3c4e64}._configLabelFlex_tfbu5_41{display:flex;align-items:center}._configLabelFlex_tfbu5_41 img{margin-right:5px}._switchContainer_tfbu5_49 ul{padding:0;margin:0}._switchContainer_tfbu5_49 li{border-bottom:1px solid #ced4db;box-sizing:border-box;border-radius:0;font-size:12px;line-height:14px;color:#6d7f92}._comment_tfbu5_62{box-shadow:none;border:none;border-bottom:1px solid #ced4db;box-sizing:border-box;width:100%;font-weight:500;font-size:14px;line-height:16px;min-height:30px;color:#29394d;display:block;margin-top:10px}._comment_tfbu5_62::placeholder{font-size:12px;line-height:14px;color:#6d7f92}._sortableHelper_tfbu5_92{z-index:1009;background-color:#eee}._sortableHelper_tfbu5_92 input[type=text]{background-color:#eee}._inputContainer_tfbu5_100{display:flex;align-items:center}._inputContainer_tfbu5_100 ._input_tfbu5_100{flex:1 1}._inputContainer_tfbu5_100 ._inputAdd_tfbu5_107{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin-left:10px;border-radius:50%;cursor:pointer;color:#18a0fb;background:#fff;border:1px solid #18a0fb}._inputContainer_tfbu5_100._active_tfbu5_121 ._popOver_tfbu5_121{display:block}._inputContainer_tfbu5_100._active_tfbu5_121 ._inputAdd_tfbu5_107{background-color:#18a0fb;color:#fff}._popOver_tfbu5_121{display:none;left:-362px;width:350px;min-height:100px;padding:1rem;background:#fff;border:1px solid #18a0fb;box-sizing:border-box;border-radius:5px;z-index:121;box-shadow:0 4px 10px #29394d1a}._popOver_tfbu5_121,._popOver_tfbu5_121:before{position:absolute;top:50%;transform:translateY(-50%)}._popOver_tfbu5_121:before{content:"";right:-8px;border-color:transparent transparent transparent #18a0fb;border-style:solid;border-width:7px 0 7px 7px}._formRow_tfbu5_156{margin-bottom:1rem}._formInput_tfbu5_160{display:block;width:100%;padding:2px 10px;height:38px!important;border:1px solid #ced4db;border-radius:5px;color:#29394d}._themeCover_tfbu5_170{position:relative;height:180px;width:100%;color:#6d7f92;font-weight:300;font-size:12px;line-height:14px;background-color:#f8f9fa;text-align:center;cursor:pointer;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border:1px dashed #b2bcc6;border-radius:5px}._themeCoverImg_tfbu5_193{position:absolute;width:100%;height:auto;left:0}._formSwitch_tfbu5_200{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0}._tagMore_tfbu5_207{margin-top:10px;text-align:right;font-size:12px}._tagMore_tfbu5_207 span{padding:5px 10px;border-radius:4px;cursor:pointer;color:#18a0fb;background:#fff;border:1px solid #18a0fb}._tagHover_tfbu5_221:hover{cursor:pointer;color:#fff;background-color:#6d7f92}._switchRow_tfbu5_227{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:0 10px 10px 0;border-bottom:1px solid #ced4db}._modalTag_tfbu5_236{padding:20px;display:flex;justify-content:center}._modalTag_left_tfbu5_241{width:50%}._modalTag_right_tfbu5_244{width:50%;margin-left:80px}._modalTag_controls_tfbu5_248{display:flex;align-items:center;justify-content:center;margin-top:20px}._modalTag_footer_tfbu5_254{display:flex;justify-content:flex-end;border-top:1px solid rgba(109,127,146,.1);border-radius:2px;background-color:#fff;padding:10px}._superTag_box_tfbu5_263{margin-top:20px}._superTag_title_tfbu5_267{display:flex;align-items:center;padding-bottom:5px;justify-content:space-between;border-bottom:1px solid #ced4db}._tags_list_tfbu5_275{display:flex;flex-wrap:wrap;margin-bottom:20px}._tags_list_tfbu5_275 ._tag_tfbu5_207{display:block;background-color:#6d7f921a;border:1px solid #f3faff;font-size:12px;line-height:14px;border-radius:4px;padding:4px 8px;margin-right:5px;margin-bottom:5px}._recurrentBar_tfbu5_292{margin-top:15px}._recurrentBar_tfbu5_292>label{display:block;margin-bottom:5px}._dateInput_tfbu5_300{background:#fff;border:1px solid #ced4db;box-sizing:border-box;border-radius:4px;box-shadow:none;font-size:.8rem;color:#666;letter-spacing:.02rem;height:2.5rem!important;padding:.5rem!important;width:100%}._dateInput_tfbu5_300:focus{outline:none;box-shadow:none}._dateInput_tfbu5_300 .react-date-picker__wrapper{border:none}._dateInput_tfbu5_300 .react-date-picker__wrapper input{display:initial!important}@media screen and (max-width:39.9375em){._configContainer_tfbu5_1{flex-direction:column;align-items:center}._configRow_tfbu5_13{flex-direction:column;margin-bottom:0}._configColumn_tfbu5_19{width:100%;margin-bottom:2rem;padding-left:0}}._modal_aefn5_1{width:40vw!important}._modal_content_aefn5_5{padding:24px}._question_aefn5_9{margin:1rem 0;font-size:1.25rem}select{font-size:1rem;padding:.5rem;margin-bottom:.5rem}._inputForm_aefn5_20{display:flex;align-items:center;font-size:1rem}._inputForm_aefn5_20 input{cursor:pointer;margin-right:.5rem}._inputForm_aefn5_20 label{cursor:pointer}._actions_aefn5_33{margin-top:1.5rem;display:flex;align-items:center;justify-content:flex-end}._actions_aefn5_33 button{margin-left:.5rem}._bar_bsnhh_1{display:flex;width:100%;position:absolute;left:0;top:60px;border-bottom:1px solid rgba(109,127,146,.1);border-radius:2px;background-color:#fff;padding:10px}._tags_table_bsnhh_13{width:100%;margin-top:20px}._tags_table_bsnhh_13 thead{background-color:#f6f9fc}._tags_table_bsnhh_13 thead th{padding:1rem 0;text-align:center!important;font-size:14px;font-weight:500;text-transform:capitalize}._tags_table_bsnhh_13 tbody tr:hover{background-color:#5081be1a}._tags_table_bsnhh_13 ._cell_bsnhh_30{padding:.75rem .5rem;text-align:center!important;font-weight:500}._tags_table_bsnhh_13 ._cell_bsnhh_30 ._namesList_bsnhh_35 li:first-child{color:#3a87ad}._tags_table_bsnhh_13 ._cell_bsnhh_30 ._namesList_bsnhh_35 li:nth-child(2){color:#acc460}._tags_table_bsnhh_13 ._cell_bsnhh_30 ._namesList_bsnhh_35 li:nth-child(3){color:#f90}._tags_table_bsnhh_13 ._cell_bsnhh_30 svg{height:1rem;color:#5081be;margin:0 .5rem}._modalOverlay_q7osi_1{position:fixed;inset:0;z-index:10;background-color:#29394d66}._modalContent_q7osi_11{position:absolute;inset:0;border:none;background:transparent;border-radius:4px;outline:none;padding:0;display:flex;justify-content:center;align-items:center}._modalContentAfterOpen_q7osi_27 ._modal_q7osi_1{top:0;opacity:1}._modalContentBeforeClose_q7osi_32 ._modal_q7osi_1,._modal_q7osi_1{top:50%;opacity:0}._modal_q7osi_1{position:relative;width:75%;box-shadow:0 0 10px #29394d40;border-radius:5px;transition:all .2s ease-in-out;color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}._modal_close_q7osi_50{position:absolute;top:-18px;right:-18px;height:36px;width:36px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1;color:#3c4e64;background:#fff;border:1px solid #f1f2f4;border-radius:50%}._modal_header_q7osi_67{position:relative;display:flex;align-items:center;width:100%;height:60px;padding:0 1rem;background:#f3faff;border-bottom:1px solid rgba(199,232,254,.5);border-radius:0 0 5px 5px;font-size:20px;line-height:23px;color:#2495e1}._modal_icon_q7osi_82{margin-right:1rem}._modal_body_q7osi_86{width:100%;height:100%;max-height:39rem;overflow-y:scroll;padding:42px;border-bottom:1px solid #f1f2f4;background-color:#f8f9fa;font-size:18px;line-height:21px;color:#29394d;text-align:center}._controls_q7osi_100{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(109,127,146,.1);border-radius:2px;background-color:#fff;padding:10px;width:100%;z-index:9999}._switches_1jjsn_1{margin-top:9px}._switches_1jjsn_1 li{list-style:none;margin-bottom:15px;border-bottom:1px solid #ced4db;font-size:12px;line-height:14px;color:#6d7f92;text-transform:capitalize;padding-left:24px;padding-right:6px;padding-bottom:15px}._switches_1jjsn_1 li>div{display:flex;align-items:center;justify-content:space-between;height:20px}._switches_1gz3c_1{font-family:Avenir Next;font-size:.8rem}._item_1gz3c_6{height:44px;background:#fff;border-radius:4px 4px 0 0;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#29394d;display:flex;align-items:center;padding-left:24px;padding-right:6px}._item_1gz3c_6:not(:last-child){margin-bottom:6px}._itemLabel_1gz3c_24{margin-right:auto}._switch_1gz3c_1{position:absolute;opacity:0}._switch_1gz3c_1+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}._switch_1gz3c_1+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px #29394d1a;transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}._switch_1gz3c_1+div span{position:absolute;font-size:1.6rem;color:#fff;margin-top:12px}._switch_1gz3c_1+div span:first-child{margin-left:15px}._switch_1gz3c_1+div span :nth-child(2){margin-left:55px}._switch_1gz3c_1:checked+div{background-color:#c7e8fe}._switch_1gz3c_1:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}._publishRow_1hxsz_1{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;border:1px solid #ced4db;box-sizing:border-box;border-radius:3px;align-items:center;height:40px;padding:0 10px;margin-bottom:5px}._publishRow_1hxsz_1._active_1hxsz_14{border-color:#2495e1}._publishRow_1hxsz_1 input{border:none;text-align:right;font-size:14px;line-height:16px;letter-spacing:.09em;color:#2495e1}._publishLabel_1hxsz_26{font-weight:500;font-size:10px;line-height:12px;color:#6d7f92}._notif_txt_1hxsz_33,._notif_txt_mar_1hxsz_39{font-size:12px;line-height:14px;color:#2495e1}._notif_txt_mar_1hxsz_39{margin:10px 0}._notifs_list_item_1hxsz_46{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding-bottom:5px}._notifs_list_item_1hxsz_46 a{color:#6d7f92}._switches_1egqe_1{font-family:Avenir Next;font-size:.8rem}._item_1egqe_6{height:44px;background:#fff;border-radius:4px 4px 0 0;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#6d7f92;display:flex;align-items:center;padding-left:24px;padding-right:6px;margin-bottom:0}._item_1egqe_6:not(:last-child){margin-bottom:6px}._itemLabel_1egqe_25{margin-right:auto}._switch_1egqe_1{position:absolute;opacity:0}._switch_1egqe_1+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}._switch_1egqe_1+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px #29394d1a;transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}._switch_1egqe_1+div span{position:absolute;font-size:1.6rem;color:#fff;margin-top:12px}._switch_1egqe_1+div span:first-child{margin-left:15px}._switch_1egqe_1+div span :nth-child(2){margin-left:55px}._switch_1egqe_1:checked+div{background-color:#c7e8fe}._switch_1egqe_1:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}._hours_row_1egqe_78{display:flex;align-items:center;gap:15px;margin-top:15px;font-size:12px;line-height:14px}._hours_select_1egqe_87{flex:1 1}.react-date-picker{display:inline-flex;position:relative}.react-date-picker,.react-date-picker *,.react-date-picker :after,.react-date-picker :before{box-sizing:border-box}.react-date-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-date-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-date-picker__inputGroup{min-width:calc((4px * 3) + .54em * 8 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-date-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-date-picker__inputGroup__divider,.react-date-picker__inputGroup__leadingZero{display:inline-block;font:inherit}.react-date-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-date-picker__inputGroup__input::-webkit-inner-spin-button,.react-date-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-date-picker__inputGroup__input:invalid{background:#ff00001a}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-date-picker__button{border:0;background:transparent;padding:4px 6px}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:focus .react-date-picker__button__icon,.react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#0078d7}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#6d6d6d}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{width:350px;max-width:100vw;z-index:1}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:thin}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}._addCoauthor_1cgf3_1,._closeCoauthor_1cgf3_13{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:12px auto;background:#f1f2f4;cursor:pointer}._autoSuggestInput_1cgf3_25{color:#6d7f92;box-shadow:none!important;border:none!important;font-weight:500;font-size:14px;line-height:16px;width:100%;padding-bottom:15px;height:unset!important}._autoSuggestInput_1cgf3_25,._autoSuggestInput_1cgf3_25:focus{border-bottom:1px solid #ced4db!important}._autoSuggestInput_1cgf3_25::placeholder{font-size:12px;line-height:14px;color:#6d7f92}._coauthorSuggestion_1cgf3_56{padding:.5rem 1rem;display:flex}._coauthorSuggestion_1cgf3_56 ._imgWrap_1cgf3_60{margin-right:1rem;width:2.8rem;height:2.8rem;border-radius:3rem;overflow:hidden;background-size:cover;background-position:50%}._coauthorSuggestion_1cgf3_56 ._imgWrap_1cgf3_60 img{width:100%;height:auto}._coauthorSuggestion_1cgf3_56 ._emptyAvatar_1cgf3_73{display:flex!important;align-items:center!important;justify-content:center!important;width:60px!important;height:60px!important;min-width:60px!important;min-height:60px!important;background-color:#ccc!important;margin-right:.5rem!important;margin-bottom:0!important;border-radius:50%!important}._coauthorSuggestion_1cgf3_56 ._emptyAvatar_1cgf3_73 span{font-size:1.5rem!important;color:#fff!important}._coauthorSuggestion_1cgf3_56 ._content_1cgf3_90{display:flex;flex-direction:column;justify-content:center;text-align:left;max-width:86%}._coauthorSuggestion_1cgf3_56 ._content_1cgf3_90 span{font-size:.8rem;color:#bbb}._coauthorSuggestion_1cgf3_56 ._content_1cgf3_90 h4{font-size:1rem;font-weight:600;margin:0}._coauthorSuggestion_1cgf3_56 ._content_1cgf3_90 p{font-size:.8rem;color:#999}._sidebarPlaceholder_1cgf3_111{opacity:.6}.react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list .react-autosuggest__suggestion{padding:0}.react-autosuggest__suggestions-container--open{background-color:#fff;max-height:400px;min-width:300px;position:relative;z-index:999;padding:.3rem;border-radius:3px;box-shadow:0 3px 12px 1px #2c2b3f1a,0 0 0 1px #2c2b3f21;overflow-x:auto}.react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list{margin:0}.react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list .react-autosuggest__suggestion--highlighted,.react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list .react-autosuggest__suggestion:hover{background-color:#f1f2f4;cursor:pointer}.react-autosuggest__section-title{background-color:#f1f2f4;font-weight:500;font-size:.9rem;text-transform:uppercase;text-align:center}._dragHandler_1mhrm_1{cursor:move;position:absolute;left:10px;top:15px;z-index:10}._sidebarAuthor_1mhrm_9{background-color:#f1f2f4;border-radius:3px;padding:10px;margin-bottom:20px;width:207px;position:relative}._authorRemove_1mhrm_18{position:absolute;right:15px;top:15px;z-index:10;cursor:pointer}._sidebarAvatar_1mhrm_26{position:relative;width:120px;height:120px;border-radius:50%;border:4px solid #fff;box-sizing:border-box;background-color:#f1f2f4;background-size:cover;background-position:50%;margin:10px auto 20px;filter:drop-shadow(0 4px 10px rgba(41,57,77,.1))}._avatarOverlay_1mhrm_40{width:100%;height:100%;background-color:#eee;opacity:.6}._avatarOverlay_1mhrm_40,._iconEye_1mhrm_51{position:absolute;top:0;left:0;border-radius:50%}._iconEye_1mhrm_51{width:28px;height:28px;color:#fff;cursor:pointer;border:2px solid #fff;z-index:2;display:flex;align-items:center;justify-content:center;background-color:#18a0fb}._iconEye_1mhrm_51._disabledAvatar_1mhrm_67{background-color:#aaa}._iconEye_1mhrm_51._disabledAvatar_1mhrm_67:after{content:" ";border-left:2px solid #fff;position:absolute;top:0;bottom:0;left:47%;transform:rotate(45deg)}._iconEye_1mhrm_51._disabledAvatarDeleted_1mhrm_82{background-color:#ff5733}._iconEye_1mhrm_51._disabledAvatarDeleted_1mhrm_82:after{content:" ";border-left:2px solid #fff;position:absolute;top:0;bottom:0;left:47%;transform:rotate(45deg)}._sidebarUsername_1mhrm_98 input[type=text]{font-weight:500;font-size:14px;line-height:16px}._editableInput_1mhrm_104{position:relative}._editableInput_1mhrm_104:after{content:"";display:block;width:100%;height:1px;margin:5px auto 15px;background:#ced4db}._editableInput_1mhrm_104 input[type=text]{text-align:center;margin:0;border:none;background-color:transparent;box-shadow:none;width:100%}._sidebarPost_1mhrm_124 input[type=text]{font-size:12px;line-height:14px;text-align:center;color:#6d7f92}._attachmentsDropzone_1lbsc_1{margin-top:15px;height:116px;border:1px dashed #ced4db;background-color:#f1f2f4;border-radius:3px;padding:1rem;cursor:pointer;display:flex;flex-direction:column;text-align:center;justify-content:center}._dropzoneImg_1lbsc_15{margin:0 auto}._dropzoneText_1lbsc_19{font-weight:300;font-size:12px;line-height:14px}._attachmentItem_1lbsc_25{display:flex;align-items:center;gap:5px;font-size:12px;line-height:14px;margin-top:10px;padding-bottom:5px;border-bottom:1px solid #ced4db}._icon_1lbsc_36{cursor:pointer;margin-left:10px}@keyframes _rotation_1lbsc_1{0%{transform:rotate(0)}to{transform:rotate(359deg)}}._rotating_1lbsc_49{animation:_rotation_1lbsc_1 1s linear infinite}._formInput_1lbsc_53{display:block;padding:2px 10px;height:32px!important;border:1px solid #ced4db;border-radius:5px;color:#29394d}body{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}._floatWidget_17vye_6{position:fixed;top:15rem;right:0;z-index:1000;transform:translate(100%) translate(-60px)}._floatWidget_17vye_6 ul,ul{list-style:none}ul{padding:0}#_TTP_WIDGET_17vye_1 *,#_TTP_WIDGET_17vye_1 :after,#_TTP_WIDGET_17vye_1 :before{box-sizing:border-box}#_TTP_WIDGET_17vye_1 :focus{outline:none}#_TTP_WIDGET_17vye_1 li,#_TTP_WIDGET_17vye_1 ul{padding:0}#_TTP_WIDGET_17vye_1 blockquote,#_TTP_WIDGET_17vye_1 body,#_TTP_WIDGET_17vye_1 dd,#_TTP_WIDGET_17vye_1 dl,#_TTP_WIDGET_17vye_1 figcaption,#_TTP_WIDGET_17vye_1 figure,#_TTP_WIDGET_17vye_1 h1,#_TTP_WIDGET_17vye_1 h2,#_TTP_WIDGET_17vye_1 h3,#_TTP_WIDGET_17vye_1 h4,#_TTP_WIDGET_17vye_1 li,#_TTP_WIDGET_17vye_1 ol,#_TTP_WIDGET_17vye_1 p,#_TTP_WIDGET_17vye_1 ul,#_TTP_WIDGET_17vye_1 ul[class]{margin:0}#_TTP_WIDGET_17vye_1 body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}#_TTP_WIDGET_17vye_1 ol[class],#_TTP_WIDGET_17vye_1 ul[class]{list-style:none}#_TTP_WIDGET_17vye_1 a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}#_TTP_WIDGET_17vye_1 img{max-width:100%;display:block}#_TTP_WIDGET_17vye_1 article>*+*{margin-top:1em}#_TTP_WIDGET_17vye_1 button,#_TTP_WIDGET_17vye_1 input,#_TTP_WIDGET_17vye_1 select,#_TTP_WIDGET_17vye_1 textarea{font:inherit}@media(prefers-reduced-motion:reduce){#_TTP_WIDGET_17vye_1 *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}#_TTP_WIDGET_17vye_1 code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#_TTP_WIDGET_17vye_1 ._hidden_17vye_115{display:none}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118{display:flex;flex-flow:row wrap}#_TTP_WIDGET_17vye_1 ._cell_17vye_124{flex:0 0 auto;min-height:0;min-width:0;width:100%}#_TTP_WIDGET_17vye_1 ._cell_17vye_124._auto_17vye_131{flex:1 1}#_TTP_WIDGET_17vye_1 ._cell_17vye_124._shrink_17vye_135{flex:0 0 auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._auto_17vye_131,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._shrink_17vye_135{width:auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-1,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-10,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-11,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-12,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-2,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-3,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-4,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-5,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-6,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-7,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-8,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-9,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-full,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-1,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-10,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-11,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-12,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-2,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-3,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-4,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-5,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-6,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-7,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-8,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-9,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-full,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-1,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-10,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-11,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-12,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-2,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-3,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-4,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-5,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-6,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-7,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-8,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-9,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-full,#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>large-shrink{flex-basis:auto}}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-1_17vye_200{width:8.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-2_17vye_203{width:16.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-3_17vye_206{width:25%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-4_17vye_209{width:33.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-5_17vye_212{width:41.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-6_17vye_215{width:50%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-7_17vye_218{width:58.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-8_17vye_221{width:66.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-9_17vye_224{width:75%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-10_17vye_227{width:83.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-11_17vye_230{width:91.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._small-12_17vye_233{width:100%}@media print,screen and (min-width:40em){#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-auto_17vye_237{flex:1 1;width:auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-shrink_17vye_242{flex:0 0 auto;width:auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-1_17vye_247{width:8.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-2_17vye_250{width:16.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-3_17vye_253{width:25%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-4_17vye_256{width:33.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-5_17vye_259{width:41.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-6_17vye_262{width:50%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-7_17vye_265{width:58.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-8_17vye_268{width:66.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-9_17vye_271{width:75%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-10_17vye_274{width:83.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-11_17vye_277{width:91.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._medium-12_17vye_280{width:100%}}@media print,screen and (min-width:64em){#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-auto_17vye_285{flex:1 1;width:auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-shrink_17vye_290{flex:0 0 auto;width:auto}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-1_17vye_295{width:8.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-2_17vye_298{width:16.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-3_17vye_301{width:25%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-4_17vye_304{width:33.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-5_17vye_307{width:41.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-6_17vye_310{width:50%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-7_17vye_313{width:58.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-8_17vye_316{width:66.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-9_17vye_319{width:75%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-10_17vye_322{width:83.33333%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-11_17vye_325{width:91.66667%}#_TTP_WIDGET_17vye_1 ._grid-x_17vye_118>._large-12_17vye_328{width:100%}}#_TTP_WIDGET_17vye_1 ._grid-margin-x_17vye_332:not(._grid-x_17vye_118)>._cell_17vye_124{width:auto}#_TTP_WIDGET_17vye_1 hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border:0;border-bottom:1px solid #cacaca}#_TTP_WIDGET_17vye_1 label{font-weight:300;font-size:.875rem;line-height:.875rem;text-transform:capitalize;color:#6d7f92;margin-bottom:5px}