: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cdx-alert{position:relative;padding:20px;border-radius:4px;margin-bottom:10px;line-height:30px;font-family:Lato;font-weight:400;font-size:17px}.cdx-alert__message{outline:none}.cdx-alert [contentEditable=true][data-placeholder]:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0}.cdx-alert [contentEditable=true][data-placeholder]:empty:before{opacity:1}.cdx-alert [contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.cdx-alert-primary{background-color:#ecf6fe;color:#243244}.cdx-alert-secondary{background-color:#ececec;color:#243244}.cdx-alert-info{background-color:#a6eae7;color:#243244}.cdx-alert-success{background-color:#e0f1e1;color:#243244}.cdx-alert-warning{background-color:#fffcde;color:#243244}.cdx-alert-danger{background-color:#ffe2d9;color:#243244}.cdx-alert-light{background-color:#f6f9fb;color:#243244}.cdx-alert-dark{background-color:#8d9096;border-left:6px solid #1a202c;color:#fff}.cdx-alert-setting-primary{background-color:#ebeeff;border:2px solid #4763ff;color:#fff}.cdx-alert-setting-secondary{background-color:#e0e0e0;border:2px solid #9e9e9e;color:#fff}.cdx-alert-setting-info{background-color:#e6fdff;border:2px solid #4cd4ce;color:#fff}.cdx-alert-setting-success{background-color:#f0fff4;border:2px solid #68d391;color:#fff}.cdx-alert-setting-warning{background-color:#fffaf0;border:2px solid #fdd835;color:#fff}.cdx-alert-setting-danger{background-color:#fff5f5;border:2px solid #d32f2f;color:#fff}.cdx-alert-setting-light{background-color:#fff;border:2px solid #edf2f7;color:#fff}.cdx-alert-setting-dark{background-color:#2d3748;border:2px solid #1a202c;color:#fff}.cdx-alert-setting{margin:3px;width:26px;height:26px;opacity:1}.cdx-alert.cdx-settings-button--active,.cdx-alert.cdx-settings-button:hover,.cdx-alert.ce-settings__button--focused{opacity:1}.cdx-attaches--with-file{display:flex;padding:13px 20px;border:1px solid #e6e9eb;border-radius:3px;background:#fff}.cdx-attaches__button{display:flex;align-items:center;justify-content:center}.cdx-attaches__button svg{height:14px;margin-top:0;margin-right:8px}.cdx-attaches__button:hover{color:#393f52}.cdx-attaches__file-info{flex-grow:8;max-width:calc(100% - 80px)}.cdx-attaches__download-button{display:flex;align-items:center}.cdx-attaches__download-button svg{fill:#7b7e89}.cdx-attaches__file-icon{margin-right:20px;position:relative}.cdx-attaches__file-icon:before{position:absolute;bottom:7px;left:8.5px;font-size:8px;font-weight:900;text-transform:uppercase;background:#fff;line-height:150%;content:attr(data-extension)}.cdx-attaches__file-icon svg{fill:currentColor}.cdx-attaches__size{color:#7b7e89;font-size:12px}.cdx-attaches__size:after{content:attr(data-size);margin-left:.2em}.cdx-attaches__title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;outline:none;max-width:90%}.wt-recorder{padding:10px;border-radius:4px;box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 3px 6px hsla(0,0%,6%,.1),0 9px 24px hsla(0,0%,6%,.2)}[contenteditable=true]:empty:before{content:attr(placeholder);pointer-events:none;display:block}.kl-action-button-wrapper{display:flex;flex-direction:row;justify-content:flex-start;padding:10px 0;width:auto}.cdx-input:empty:after{content:none!important}.kl-action-button{text-align:center;text-decoration:none;cursor:pointer;display:inline-block;transition-duration:.4s;border-radius:4px;padding:16px 30px;font-style:normal;font-weight:600;font-size:16px;line-height:27px}.kl-action-button:focus{outline:0}.kl-action-button-primary{border:2px solid #243244;background-color:#243244;color:#fff;border-radius:4px}.kl-action-button-primary:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.kl-action-button-outlined{border:2px solid #243244;background-color:#fff;color:#243244}.kl-action-button-outlined:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.kl-action-button__control-panel-wrapper{width:100%;padding:30px;border-radius:4px;box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 3px 6px hsla(0,0%,6%,.1),0 9px 24px hsla(0,0%,6%,.2)}.kl-action-button__save-button{width:50%;background-color:#243244;color:#fff;text-align:center;margin:20px auto 0;cursor:pointer;border-radius:4px;padding:16px 97px;font-style:normal;font-weight:600;font-size:18px;line-height:27px}.kl-action-button__save-button:hover{opacity:.9}.kl-action-button__link-input{margin-top:20px}.kl-action-button__link-input[contentEditable=true][data-placeholder]:empty:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0;opacity:1}.kl-action-button__link-input[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.kl-action-button__message-input{margin-top:10px}.kl-action-button__message-input[contentEditable=true][data-placeholder]:empty:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0;opacity:1}.kl-action-button__message-input[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.kl-action-button__control-panel-decription{color:#707684}.hl-delimiter-mark{line-height:1.6em;width:100%;text-align:center}.hl-delimiter-mark:before{display:inline-block;content:"***";font-size:30px;line-height:65px;height:30px;letter-spacing:.2em}.hl-delimiter-line{margin-bottom:15px;height:15px;border-bottom:2px solid #e0e0e0}.hl-delimiter-settings-line,.hl-delimiter-settings-mark{display:inline-block;font-size:30px;height:30px}.embed-tool--loading__preloader{display:block}.embed-tool__preloader{display:none;position:relative;height:200px;box-sizing:border-box;border-radius:5px;border:1px solid #e6e9eb}.embed-tool__preloader:before{content:"";position:absolute;z-index:3;left:50%;top:50%;width:30px;height:30px;margin-top:-25px;margin-left:-15px;border-radius:50%;border:2px solid #cdd1e0;border-top-color:#388ae5;box-sizing:border-box;animation:embed-preloader-spin 2s linear infinite}.embed-tool__url{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);max-width:250px;color:#7b7e89;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.embed-tool__content{width:100%;border-radius:4px}.embed-tool__caption{margin-top:7px}.embed-tool__caption[contentEditable=true][data-placeholder]:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0}.embed-tool__caption[contentEditable=true][data-placeholder]:empty:before{opacity:1}.embed-tool__caption[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}@keyframes embed-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.embed-settings-input{margin-bottom:10px;padding-top:10px;padding-bottom:10px}.embed-settings-input-label{padding-top:10px;padding-bottom:10px;color:#fff}.comments-tool__input{margin-right:10px}.comments-tool__span{padding:3px;border-radius:6px}.comments-tool__underline{text-decoration:underline}.comments-color:after,.comments-color:before{background-color:transparent}.comments-text-color{color:transparent}[data-comment-id]{display:inline-block;background-color:#ffefd5;color:#000;border-radius:4px}.ce-header{padding:1em 0;margin:0 0 -.9em;line-height:1.5em;outline:none;text-transform:capitalize}.ce-header div,.ce-header p{padding:0!important;margin:0!important}.ce-header[contentEditable=true][data-placeholder]:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;display:none;cursor:text}.ce-header[contentEditable=true][data-placeholder]:empty:before{display:block}.ce-header[contentEditable=true][data-placeholder]:empty:focus:before{display:none}.cdx-loader{border:none;margin:auto}.inline-image .cdx-input:empty:after{content:none!important}.inline-image .cdx-loader{min-height:200px}.inline-image .cdx-input{margin-top:10px}.inline-image img{max-width:100%;vertical-align:bottom}.inline-image img:hover{cursor:pointer}.inline-image_modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000}.inline-image_modal__img{display:block;padding-left:50px;padding-right:50px;margin-left:auto;margin-right:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;max-height:100%}.inline-image_modal__close{position:absolute;top:65px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s}.inline-image_modal__close:focus,.inline-image_modal__close:hover{color:#bbb;text-decoration:none;cursor:pointer}.inline-image__caption[contentEditable=true][data-placeholder]:empty:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0;opacity:1}.inline-image__caption[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.inline-image__picture--withBackground{padding:10px;text-align:center}.inline-image__picture--withBackground img{max-width:60%;margin:0 auto}.inline-image__picture--withBorder{border:1px solid #e8e8eb;padding:1px}.inline-image__picture--withShadow{box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);padding:5px}.inline-image__picture--stretched img{max-width:none;width:100%}.inline-image__tab-wrapper{display:flex;margin-bottom:5px;border-bottom:1px solid #d3d3d3}.inline-image__tab{padding:5px;cursor:pointer}.inline-image__tab:hover{background:#eff2f5}.inline-image__tab.active{border:solid #526bd8;border-width:0 0 3px}.inline-image__upload-button{width:20%;background-color:#526bd8;color:#fff;text-align:center;margin-left:auto;margin-right:auto;cursor:pointer;border-radius:30px;padding:10px 20px;font-style:normal;font-weight:600;font-size:16px;line-height:27px}.inline-image__upload-button:hover{opacity:.9}.inline-image__upload-message{padding-left:8px;padding-top:20px;padding-bottom:20px}.inline-image__embed-message{text-align:left;color:#a5a5a2;margin-top:10px;margin-left:2px;font-size:14px}.inline-image__embed-button{width:20%;background-color:#526bd8;color:#fff;text-align:center;margin:auto;cursor:pointer;border-radius:30px;padding:10px 20px;font-style:normal;font-weight:600;font-size:16px;line-height:27px}.inline-image__embed-button:hover{opacity:.9}.inline-image__control-panel{padding:10px;border-radius:4px;box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 3px 6px hsla(0,0%,6%,.1),0 9px 24px hsla(0,0%,6%,.2)}.inline-image__image-gallery{max-height:400px;display:flex;flex-wrap:wrap;align-content:flex-start;background:#fff;margin:5px}.inline-image__img-wrapper{width:25%}.inline-image__thumb{display:block;-o-object-fit:cover;object-fit:cover;border-radius:10px;width:90%;height:105px;padding:5px;-o-object-position:center 0;object-position:center 0;cursor:pointer}.inline-image__image-credits{font-size:12px;text-align:center;margin-bottom:5px;color:gray}.inline-image__image-credits a{color:gray}.inline-image__search{margin:10px;width:96%}.inline-image__no-results{width:100%;text-align:center;margin:20px}.hidden{display:none}.scroll{overflow-y:scroll}.link-tool{position:relative;border-radius:12px}.link-tool__image{margin:0 0 0 10px;max-height:180px;max-width:180px;width:auto;border-radius:3px;-o-object-fit:contain;object-fit:contain}.link-tool__title{color:#243244;font-size:17px;font-weight:600;line-height:1.5em;margin:0 0 10px}.link-tool__title__anchor{margin-top:25px}.link-tool__description{color:#5c5c5c;margin:0 0 20px;font-size:15px;line-height:1.55em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.link-tool__anchor{display:block;font-size:15px;line-height:1em;color:#526bd8!important;border:0!important;padding:0!important}.link-tool__input{display:flex;align-items:center;padding-left:38px;background-image:url("data:image/svg+xml,%3Csvg width='13' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.567 13.629c.728.464 1.581.65 2.41.558l-.873.873A3.722 3.722 0 1 1 4.84 9.794L6.694 7.94a3.722 3.722 0 0 1 5.256-.008L10.484 9.4a5.209 5.209 0 0 1-.017.016 1.625 1.625 0 0 0-2.29.009l-1.854 1.854a1.626 1.626 0 0 0 2.244 2.35zm2.766-7.358a3.722 3.722 0 0 0-2.41-.558l.873-.873a3.722 3.722 0 1 1 5.264 5.266l-1.854 1.854a3.722 3.722 0 0 1-5.256.008L9.416 10.5a5.2 5.2 0 0 1 .017-.016 1.625 1.625 0 0 0 2.29-.009l1.854-1.854a1.626 1.626 0 0 0-2.244-2.35z' fill='rgba(0, 0, 0, 0.6)' transform='translate(-3.667 -2.7)'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.link-tool__input[contentEditable=true][data-placeholder]:before{position:absolute;content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0}.link-tool__input[contentEditable=true][data-placeholder]:empty:before{opacity:1}.link-tool__input[contentEditable=true][data-placeholder]:empty:focus:before{opacity:0}.link-tool__input-holder{position:relative}.link-tool__input-holder--error{background-color:#fff3f6;border-color:#f3e0e0;color:#a95a5a;box-shadow:inset 0 1px 3px 0 rgba(146,62,62,.05)}.link-tool__progress{position:absolute;box-shadow:inset 0 1px 3px 0 rgba(102,85,107,.04);height:100%;width:0;background-color:#f4f5f7;z-index:-1}.link-tool__progress--loading{-webkit-animation:progress .5s ease-in;-webkit-animation-fill-mode:forwards}.link-tool__progress--loaded{width:100%}.link-tool__content{display:block;padding:25px;border-radius:2px;box-shadow:0 0 0 2px #fff;color:#000!important;color:initial!important;text-decoration:none!important;background-color:#fff!important;box-shadow:none!important}.link-tool__content:after{content:"";clear:both;display:table}.link-tool__content--rendered{background:#fff;border:1px solid hsla(240,3%,79%,.48);box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:6px;will-change:filter;animation:link-in .45s cubic-bezier(.215,.61,.355,1) 1}.link-tool__content--rendered:hover{box-shadow:0 0 3px rgba(0,0,0,.16);border:1px solid #526bd8}@keyframes link-in{0%{filter:blur(5px)}to{filter:none}}.codex-editor--narrow .link-tool__image{display:none}.cdx-nested-list{margin:0;padding:0;outline:none;counter-reset:item;list-style:none}.cdx-nested-list__item{line-height:30px;display:flex;margin:5px 0}.cdx-nested-list__item:last-of-type{margin-bottom:0}.cdx-nested-list__item [contenteditable]{outline:none}.cdx-nested-list__item-body{flex-grow:2}.cdx-nested-list__item-children,.cdx-nested-list__item-content{flex-basis:100%}.cdx-nested-list__item-content{word-break:break-word;white-space:pre-wrap}.cdx-nested-list__item:before{counter-increment:item;margin-right:10px;white-space:nowrap}.cdx-nested-list--ordered>.cdx-nested-list__item:before{content:counters(item,".") ". "}.cdx-nested-list--unordered>.cdx-nested-list__item:before{content:"•";font-size:1.1rem;vertical-align:middle}.cdx-nested-list--unordered1>.cdx-nested-list__item:before{content:"◯";font-size:.55rem;vertical-align:middle}.cdx-nested-list--unordered2>.cdx-nested-list__item:before{content:"■";font-size:1rem;vertical-align:middle}.cdx-nested-list--ticked>.cdx-nested-list__item:before{content:"";display:inline-block;height:.75rem;width:.75rem;background-image:url(/done_dark.svg);background-size:contain;background-repeat:no-repeat;margin-top:.625rem;padding-right:.3em}.cdx-list-settings-input{margin-bottom:10px;padding-top:5px;padding-bottom:5px;margin-left:5px;margin-right:5px;width:195px}.cdx-list-settings-input-label{padding-top:10px;padding-bottom:10px;color:#fff}.cdx-comments-block{padding:2px;background-color:#369}.comments-tool-block__input{width:200px;margin-right:10px}[data-block-comment-id]{padding:4px;background-color:#ffefd5;border-radius:4px}.cdx-marker{padding:3px 0}.cdx-marker-input{display:flex}.cdx-marker-input-desc{float:left}.cdx-marker-input{float:right}.ce-paragraph{line-height:30px;outline:none}.ce-paragraph[data-placeholder]:empty:before{content:attr(data-placeholder);color:#707684;font-weight:400;opacity:0}.codex-editor--empty .ce-block:first-child .ce-paragraph[data-placeholder]:empty:before,.codex-editor--empty .ce-block:first-child .ce-paragraph[data-placeholder]:empty:focus:before,.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph[data-placeholder]:empty:before{opacity:0}.ce-paragraph p:first-of-type{margin-top:0}.ce-paragraph p:last-of-type{margin-bottom:0}.hps-quiz__control-panel{padding:10px}.embed-action__control-panel,.hps-quiz__control-panel{border-radius:4px;box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 3px 6px hsla(0,0%,6%,.1),0 9px 24px hsla(0,0%,6%,.2)}.embed-action__control-panel{padding:25px 25px 35px}.hps-macro__control-panel{padding:10px}.hps-faq__control-panel,.hps-macro__control-panel{border-radius:4px;box-shadow:0 0 0 1px hsla(0,0%,6%,.05),0 3px 6px hsla(0,0%,6%,.1),0 9px 24px hsla(0,0%,6%,.2)}.hps-faq__control-panel{padding:25px}.tabBox{padding:0!important}.rs-table-column-resize-spanner:hover:hover{background:#526bd8}.rs-table-word-wrap .rs-table-cell-content{word-break:normal!important}.tc-wrap{--color-background:#f9f9fb;--color-text-secondary:#7b7e89;--color-border:#e8e8eb;--cell-size:34px;--toolbox-icon-size:18px;--toolbox-padding:6px;--toolbox-aiming-field-size:calc(var(--toolbox-icon-size) + 2 * var(--toolbox-padding));border-left:0;position:relative;height:100%;width:100%;margin-top:var(--toolbox-icon-size);box-sizing:border-box;display:grid;grid-template-columns:calc(100% - var(--cell-size)) var(--cell-size)}.tc-wrap--readonly{grid-template-columns:100% var(--cell-size)}.tc-wrap svg{vertical-align:top;fill:currentColor}.tc-table{position:relative;width:100%;height:100%;display:grid;font-size:14px;border-top:1px solid var(--color-border);line-height:1.4}.tc-table:after{position:absolute;content:"";width:calc(var(--cell-size));height:100%;left:calc(-1*var(--cell-size));top:0}.tc-table:before{position:absolute;content:"";width:100%;height:var(--toolbox-aiming-field-size);top:calc(-1*var(--toolbox-aiming-field-size));left:0}.tc-table--heading .tc-row:first-child{font-weight:600;border-bottom:2px solid var(--color-border)}.tc-table--heading .tc-row:first-child [contenteditable]:empty:before{content:attr(heading);color:var(--color-text-secondary)}.tc-table--heading .tc-row:first-child:after{bottom:-2px;border-bottom:2px solid var(--color-border)}.tc-add-column,.tc-add-row{display:flex;color:var(--color-text-secondary)}.tc-add-column{padding:9px 0;justify-content:center;border-top:1px solid var(--color-border)}.tc-add-row{height:var(--cell-size);align-items:center;padding-left:12px;position:relative}.tc-add-row:before{content:"";position:absolute;right:calc(-1*var(--cell-size));width:var(--cell-size);height:100%}.tc-add-column,.tc-add-row{transition:0s;cursor:pointer;will-change:background-color}.tc-add-column:hover,.tc-add-row:hover{transition:background-color .1s ease;background-color:var(--color-background)}.tc-add-row{margin-top:1px}.tc-add-row:hover:before{transition:.1s;background-color:var(--color-background)}.tc-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(10px,1fr));position:relative}.tc-row,.tc-row:after{border-bottom:1px solid var(--color-border)}.tc-row:after{content:"";pointer-events:none;position:absolute;width:var(--cell-size);height:100%;bottom:-1px;right:calc(-1*var(--cell-size))}.tc-row--selected,.tc-row--selected:after{background:var(--color-background)}.tc-cell{border-right:1px solid var(--color-border);padding:6px 12px;overflow:hidden;outline:none;line-break:normal}.tc-cell--selected{background:var(--color-background)}.tc-wrap--readonly .tc-row:after{display:none}.tc-toolbox{--toolbox-padding:6px;--popover-margin:30px;--toggler-click-zone-size:30px;--toggler-dots-color:#7b7e89;--toggler-dots-color-hovered:#1d202b;position:absolute;cursor:pointer;z-index:1;opacity:0;transition:opacity .1s;will-change:left,opacity}.tc-toolbox--column{top:calc(-1*(var(--toggler-click-zone-size)));transform:translateX(calc(-1 * var(--toggler-click-zone-size) / 2));will-change:left,opacity}.tc-toolbox--row{left:calc(-1*var(--popover-margin));transform:translateY(calc(-1 * var(--toggler-click-zone-size) / 2));margin-top:-1px;will-change:top,opacity}.tc-toolbox--showed{opacity:1}.tc-toolbox .tc-popover{position:absolute;top:0;left:var(--popover-margin)}.tc-toolbox__toggler{display:flex;align-items:center;justify-content:center;width:var(--toggler-click-zone-size);height:var(--toggler-click-zone-size);color:var(--toggler-dots-color);opacity:0;transition:opacity .15s ease;will-change:opacity}.tc-toolbox__toggler:hover{color:var(--toggler-dots-color-hovered)}.tc-wrap:hover .tc-toolbox__toggler{opacity:1}.tc-settings .cdx-settings-button{width:50%;margin:0}.tc-popover{--color-border:#eaeaea;--color-background:#fff;--color-background-hover:hsla(240,7%,92%,.49);--color-background-confirm:#e24a4a;--color-background-confirm-hover:#d54040;--color-text-confirm:#fff;background:var(--color-background);border:1px solid var(--color-border);box-shadow:0 3px 15px -3px rgba(13,20,33,.13);border-radius:6px;padding:6px;display:none;will-change:opacity,transform}.tc-popover--opened{display:block;animation:menuShowing .1s cubic-bezier(.215,.61,.355,1) forwards}.tc-popover__item{display:flex;align-items:center;padding:2px 14px 2px 2px;border-radius:5px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tc-popover__item:hover{background:var(--color-background-hover)}.tc-popover__item:not(:last-of-type){margin-bottom:2px}.tc-popover__item-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;background:var(--color-background);border-radius:5px;border:1px solid var(--color-border);margin-right:8px}.tc-popover__item-label{line-height:22px;font-size:14px;font-weight:500}.tc-popover__item--confirm{background:var(--color-background-confirm);color:var(--color-text-confirm)}.tc-popover__item--confirm:hover{background-color:var(--color-background-confirm-hover)}.tc-popover__item--confirm .tc-popover__item-icon{background:var(--color-background-confirm);border-color:rgba(0,0,0,.1)}.tc-popover__item--confirm .tc-popover__item-icon svg{transition:transform .2s ease-in;transform:rotate(90deg) scale(1.2)}.tc-popover__item--hidden{display:none}@keyframes menuShowing{0%{opacity:0;transform:translateY(-8px) scale(.9)}70%{opacity:1;transform:translateY(2px)}to{transform:translateY(0)}}@keyframes loaderSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.rs-table{border:1px solid #eee;position:relative;overflow:hidden}.rs-table-column-resizing{cursor:ew-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rs-table-row{overflow:hidden;position:absolute;height:36px;width:100%;top:0;border-bottom:1px solid #eee}.rs-table-row-rowspan+.rs-table-row{border-top:1px solid #eee}.rs-table-hover .rs-table-row:hover,.rs-table-row-header,.rs-table-row-header .rs-table-cell{background:#f5f5f5}.rs-table-row-header .rs-table-cell-group-shadow{box-shadow:0 2px 3px rgba(0,0,0,.28);z-index:5}.rs-table-hover .rs-table-row:hover .rs-table-cell,.rs-table-hover .rs-table-row:hover .rs-table-cell-group{background:#f5f5f5}.rs-table-header-row-wrapper{z-index:2;position:relative}.rs-table-affix-header{z-index:3;visibility:hidden}.rs-table-affix-header.fixed{visibility:visible}.rs-table-body-row-wrapper{position:relative;overflow:hidden;z-index:0}.rs-table-body-info{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-body-info .icon{margin:0 10px}.rs-table-body-info-wheel-area{width:100%}.rs-table-cell{height:36px;border:0 solid #eee;display:block;overflow:hidden;position:absolute;white-space:normal;background:#fff}.rs-table-cell.first{border-left-width:0}.rs-table-cell-wrap1{display:table}.rs-table-cell-wrap2{display:table-row}.rs-table-cell-wrap3{display:table-cell;vertical-align:middle}.rs-table-cell-content{padding:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;width:100%}.rs-table-cell-header-sortable{cursor:pointer}.rs-table-cell-header-sort-wrapper{display:inline-block}.rs-table-cell-rowspan{border-bottom:1px solid #eee!important}.rs-table-column-resize-spanner{height:36px;width:6px;z-index:3;position:absolute;cursor:ew-resize!important;outline:none}.rs-table-column-resize-spanner:hover{background:#34c3ff}.rs-table-cell-group-fixed-left,.rs-table-cell-group-fixed-right{position:absolute;z-index:4;background:#fff}.rs-table-cell-group-left-shadow{box-shadow:3px 0 5px rgba(9,9,9,.08)}.rs-table-cell-group-right-shadow,.rs-table-cell-group-shadow{box-shadow:-3px 0 5px rgba(9,9,9,.08)}.rs-table-mouse-area{display:none;background:#34c3ff;left:-1px;top:0;position:absolute;width:1px;z-index:6}.rs-table-bordered .rs-table-cell{border-width:0 1px 0 0}.rs-table-word-wrap .rs-table-cell-content{white-space:unset;word-break:break-all;word-wrap:break-word}.rs-table-row-expanded{position:absolute;height:46px;bottom:0;width:100%;z-index:4;border-top:1px solid #eee;padding:10px;background:#f5f5f5}.rs-table-loader-wrapper{visibility:hidden;position:absolute;height:100%;width:100%;background-color:hsla(0,0%,100%,.9)}.rs-table-loader{width:100%;text-align:center;top:50%;position:absolute;margin-top:-20px;line-height:40px}.rs-table-loader-icon{display:inline-block;position:relative;margin-right:12px;padding-top:3px}.rs-table-loader-icon,.rs-table-loader-icon:after,.rs-table-loader-icon:before{width:18px;height:18px}.rs-table-loader-icon:after,.rs-table-loader-icon:before{content:"";position:absolute;left:0;right:0;display:block;border-radius:50%}.rs-table-loader-icon:before{border:3px solid rgba(247,247,250,.8)}.rs-table-loader-icon:after{border:3px solid transparent;border-top-color:#a6a6a6;animation:loaderSpin .6s linear infinite}.rs-table-loading .rs-table-loader-wrapper{visibility:visible}.rs-table-cell-expand-icon{cursor:pointer;outline:none}.rs-table-cell-expand-wrapper{margin-right:10px;display:inline-block;cursor:pointer}.rs-table-scrollbar{background:rgba(45,45,45,.05);position:absolute}.rs-table-scrollbar-active{background:rgba(45,45,45,.1)}.rs-table-scrollbar-hide{display:none}.rs-table-scrollbar-handle{position:absolute;background:rgba(45,45,45,.5);border-radius:4px}.rs-table-scrollbar-horizontal{width:100%;height:10px;bottom:2px}.rs-table-scrollbar-horizontal.fixed{position:fixed}.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle{height:8px;left:0;top:1px}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,.rs-table-scrollbar-horizontal:hover{height:14px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle{top:2px;height:10px}.rs-table-scrollbar-vertical{top:0;right:0;width:10px;bottom:2px}.rs-table-scrollbar-vertical .rs-table-scrollbar-handle{min-height:20px;width:8px;top:0;left:1px}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,.rs-table-scrollbar-vertical:hover{width:14px;box-shadow:inset 1px 1px 2px #ddd}.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle{left:2px;width:10px}.rs-table-column-group{position:absolute;left:0;right:0;top:0;width:100%}.rs-table-column-group-header{border-bottom:1px solid #eee;position:absolute;width:100%}.rs-table-column-group-header-content{display:table-cell;padding:8px}.rs-table-column-group-cell{position:absolute;border-right:1px solid #eee}html{overflow:-moz-scrollbars-vertical;overflow-y:scroll}.ce-toolbar__plus{background-color:#243244;width:30px;height:30px;color:#fff;border-radius:4px;margin:0 10px 0 0}.ce-toolbar__plus:hover{background-color:#526bd8;color:#fff}.ce-toolbox{padding:5px;border-radius:4px}.ce-toolbox-button-tooltip,.ce-toolbox__button{color:#fff}.ce-toolbox__button--active,.ce-toolbox__button:hover{background-color:#f4f9fe;color:#243244}.ce-toolbar__settings-btn{background-color:#243244;width:30px;height:30px;color:#fff;border-radius:4px}.ce-toolbar__settings-btn:hover{background-color:#526bd8;color:#fff}.ce-settings{background-color:#243244}.ce-settings__button{color:#fff}.ce-settings__button:hover{background-color:#526bd8;color:#fff}.ce-inline-toolbar{background-color:#243244;border-radius:5px;padding:5px;color:#fff}.ce-inline-tool:hover,.ce-inline-toolbar__dropdown:hover{background-color:#526bd8;color:#fff}.ce-conversion-toolbar{border-radius:5px;background-color:#243244;padding:5px;color:#fff}.ce-conversion-tool:hover{background-color:#526bd8;color:#fff}.ce-conversion-tool__icon{color:#243244}.ce-conversion-toolbar__label,.ce-inline-tool{color:#fff}.ce-settings{border-radius:5px;padding:5px}.cdx-settings-button{color:#fff;background-color:#243244}.cdx-settings-button:hover{background-color:#526bd8;color:#fff}.ce-settings__button--focused{background-color:#4d5c68!important}.cdx-settings-button--active,.cdx-settings-button--active.ce-settings__button--focused{background-color:#526bd8!important}.inline-image .inline-image__caption{padding:2px;border:0;box-shadow:none!important;font-size:.8rem;color:#888;margin-top:5px}.embed-tool__caption{padding:2px;border:0;margin-top:0;font-size:.8rem;color:#888}#giphy-search,#image-url,#unsplash-search{margin-top:20px;padding:10px;font-size:.875rem;border:1px solid hsla(240,3%,79%,.48)}#embed-button{background-color:#526bd8}.cdx-checklist__item--checked .cdx-checklist__item-checkbox{background:#526bd8!important;border-color:#526bd8!important}.cdx-block{padding:0}.ce-block--stretched .ce-block__content{max-width:850px}.ce-block__content{margin-bottom:10px;max-width:750px}.ce-block--updated{background-color:#f4f9fe;border-radius:10px;margin:0 10px}.inline-image__picture .inline-image__picture--stretched{padding-left:0!important;padding-right:0!important}.resize_button{position:absolute;top:50%;transform:translate(-50%,-50%);height:65px;width:7px;padding:0;background-color:#4c4c4c;border:1px solid #c4c4c4;border-radius:15px;cursor:col-resize}.editImgWrapper{position:absolute;width:46px;height:46px;bottom:10px;right:10px;display:flex;justify-content:center;align-items:center;background-color:#fde74d;border-radius:50%;cursor:pointer}.ce-toolbar__content{max-width:910px}.codeTextArea{outline:none}.inline-code{font-family:JetBrains Mono,Consolas,Menlo,Courier,monospace!important;background-color:#e5e5e5!important;color:#000!important;padding:4px;border-radius:4px}.codex-editor{z-index:unset}.codex-editor__redactor{padding:0!important}.firebaseui-container{padding:20px!important;font-family:Poppins!important}.firebaseui-card-header{padding-left:0!important}.firebaseui-id-submit{background-color:#fde74c!important;color:#243244!important;border-radius:20px!important}@media print{body,html{margin:8px!important}}body{color:#343434!important;font-family:Poppins}html{scroll-behavior:smooth}input{font-family:Poppins}.container__editor{color:#fff;background-color:#333;font-family:JetBrains Mono,monospace;font-size:15px;border-radius:4px}code{font-family:JetBrains Mono;font-size:15px}.stepper ::-webkit-scrollbar{width:0;background:transparent}.stepper ::-webkit-scrollbar-thumb{background:red}.drawerWrapper .MuiPaper-root{width:100%;border-radius:12px 12px 0 0;box-sizing:border-box}.drawerWrapper .PrivateTabIndicator-root-40{display:none}.drawerWrapper .MuiTabs-flexContainer{padding:10px 20px;height:54px;align-items:center}.drawerWrapper .MuiTabs-indicator{display:none}.drawerWrapper .MuiTab-textColorPrimary.Mui-selected{font-weight:300;font-size:.9rem;line-height:24px;height:34px;padding:5px 16px;background:#243244;border-radius:36px;color:#fff;min-height:10px}.drawerWrapper .MuiTab-root{min-width:none}.codeboxGlobalClass .MuiPaper-root{width:100%;border-radius:8px 8px 0 0;box-sizing:border-box}.codeboxGlobalClass .PrivateTabIndicator-colorPrimary-185{display:none}.codeboxGlobalClass .MuiTabs-indicator{height:0}.codeboxGlobalClass .MuiTabs-flexContainer{padding:10px 20px;height:54px;align-items:center}.codeboxGlobalClass .MuiTab-textColorPrimary.Mui-selected{background-color:#243244;color:#fff}.codeboxGlobalClass .MuiTab-textColorPrimary{margin-right:10px;font-size:14px;line-height:24px;height:32px;text-transform:none;border-radius:32px;border:1px solid #243244;color:#243244;min-height:12px}.codeboxGlobalClass .MuiTab-root{min-width:none;text-transform:none}.signInGlobalWrapper .firebaseui-idp-button{max-width:none;box-sizing:border-box;width:330px;margin-bottom:24px;border-radius:30px}.signInGlobalWrapper .mdl-button--raised{box-shadow:none}.signInGlobalWrapper .firebaseui-idp-google{background-color:rgba(36,50,68,.04)!important}.signInGlobalWrapper .firebaseui-idp-generic,.signInGlobalWrapper .firebaseui-idp-github,.signInGlobalWrapper .firebaseui-idp-google,.signInGlobalWrapper .firebaseui-idp-password{display:flex;padding:12px 0;justify-content:center}.signInGlobalWrapper .firebaseui-container.mdl-card{box-shadow:none;border:1px solid #ccc;border-radius:10px;width:400px}.signInGlobalWrapper .firebaseui-idp-google>.firebaseui-idp-text{font-style:normal;font-weight:500;font-size:18px;line-height:27px;text-align:center;color:#243244}.signInGlobalWrapper .firebaseui-idp-generic>.firebaseui-idp-text,.signInGlobalWrapper .firebaseui-idp-github>.firebaseui-idp-text,.signInGlobalWrapper .firebaseui-idp-password>.firebaseui-idp-text{font-style:normal;font-weight:500;font-size:18px;line-height:27px;text-align:center;color:#fff}.signInGlobalWrapper .firebaseui-idp-icon-wrapper{position:relative;top:5px}.signInGlobalWrapper .firebaseui-container{max-width:none;margin-top:30px}.signInGlobalWrapper .firebaseui-idp-text{padding-left:10px}.signInGlobalWrapper .firebaseui-card-content{padding:0}.signInGlobalWrapper .firebaseui-id-secondary-link{color:#243244!important}.globalEditorPageWrapper .MuiTooltip-tooltipArrow{background-color:red}.codex-editor--narrow .codex-editor__redactor{margin-right:0;padding:0!important}@media(max-width:576px){.signInGlobalWrapper .firebaseui-idp-button{max-width:none;box-sizing:border-box;width:300px;margin-bottom:24px;border-radius:30px}}@media(min-width:600px){.codeboxGlobalClass .MuiTab-root,.drawerWrapper .MuiTab-root{min-width:106px}}.react-tagsinput{background-color:#fff;border:1px solid #ccc;overflow:hidden;padding-left:5px;padding-top:5px}.react-tagsinput--focused{border-color:#526bd8}.react-tagsinput-tag{background-color:#a9b5ec;border-radius:2px;border:1px solid #526bd8;color:#526bd8;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:5px;margin-right:5px;padding:5px}.react-tagsinput-remove{cursor:pointer;font-weight:700}.react-tagsinput-tag a:before{content:" ×"}.react-tagsinput-input{background:transparent;border:0;color:#777;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:6px;margin-top:1px;outline:none;padding:5px;width:80px}