: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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)}}.Toastify__toast{border-radius:4px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.Toastify__toast--error{background:rgba(227,81,81,.9)}.Toastify__toast--success{background:#70af2d}.editor-empty-state__blog-posts{align-items:center;background-color:hsla(0,0%,100%,.5);border-radius:8px;display:flex;font-family:Roboto,sans-serif;height:100%;justify-content:center;margin-bottom:16px;margin-left:15px;margin-right:15px;min-height:420px;text-align:center;width:100%}.editor-empty-state__blog-posts .editor-empty-state__blog-posts-wrap .editor-empty-state__blog-posts-preview{display:flex;justify-content:center;margin-bottom:8px}.editor-empty-state__blog-posts .editor-empty-state__blog-posts-wrap .editor-empty-state__blog-posts-title{color:#312e55;font-size:14px;font-weight:500;margin-bottom:8px}.editor-empty-state__blog-posts .editor-empty-state__blog-posts-wrap .editor-empty-state__blog-posts-description{color:#929fb7;font-size:14px;font-weight:400;margin-bottom:16px}.editor__button{background-color:#3479b7;border:none;border-radius:4px;color:#fff;font-family:Roboto,sans-serif!important;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:1.67;outline:none;position:relative;text-transform:uppercase}.editor__button-default{background-color:rgba(52,121,183,.1);color:#3479b7}.editor__button-xs{font-size:12px;padding:2px 8px}.editor__button-sm{font-size:12px;padding:4px 24px}.editor__button-md{font-size:16px;padding:10px 32px}.edit-seo__btn{align-items:center;align-self:flex-start;background-color:transparent;border:none;color:#3479b7;display:flex;font-size:14px;font-weight:700;transition:all .3s ease}.edit-seo__btn:hover{background-color:rgba(52,121,183,.1);border-radius:4px}.edit-seo__btn:focus{box-shadow:none;outline:none}.delete-page__btn{align-items:center;background-color:transparent;border:none;color:#e35151;display:flex;font-size:14px;font-weight:500;line-height:1.71;padding:0;transition:all .3s ease}.delete-page__btn:hover{opacity:.9}.delete-page__btn:focus{box-shadow:none;outline:none}.delete-page__btn svg{fill:#e35151;margin-right:8px}.form-group__actions-wrapper{align-items:center;display:flex;justify-content:space-between;min-height:28px}.form-group__actions-wrapper .confirm-delete{align-items:center;color:#312e55;display:flex;font-size:14px;font-weight:400;line-height:1.71}.form-group__actions-wrapper .confirm-delete svg{margin-right:8px}.form-group__actions-wrapper .confirm-delete .delete-page__btn{border:none;border-radius:4px;font-size:14px;font-weight:500;line-height:1.71;padding-left:8px;padding-right:8px}.form-group__actions-wrapper .confirm-delete .delete-page__btn-yes{background-color:rgba(244,32,48,.2);color:#e35151;margin-left:16px;margin-right:4px}.form-group__actions-wrapper .confirm-delete .delete-page__btn-no{background-color:#e9ecf1;color:#697487}.form-group__actions-wrapper .confirm-delete svg{fill:#e35151}.form-group__actions-wrapper .submit-page__btn{align-items:center;align-self:flex-start;background-color:transparent;border:none;color:#3479b7;display:flex;font-size:14px;font-weight:700;transition:all .3s ease}.form-group__actions-wrapper .submit-page__btn:hover{background-color:rgba(52,121,183,.1);border-radius:4px}.form-group__actions-wrapper .submit-page__btn:focus{box-shadow:none;outline:none}.form-group__actions-wrapper-right{justify-content:flex-end}.editor__form-row-horizontal-content-bordered{border:1px solid #e9ecf1;border-radius:4px;font-weight:400;padding:12px}.editor__form-row-horizontal-content-bordered .editor__form-row-horizontal-content-bordered_title{color:#1a0dab;font-size:20px;line-height:1.4;margin-bottom:8px;word-break:break-all}.editor__form-row-horizontal-content-bordered .editor__form-row-horizontal-content-bordered_title .form-row-horizontal-content-bordered_title-default{color:#929fb7;font-size:20px;line-height:1.4}.editor__form-row-horizontal-content-bordered .editor__form-row-horizontal-content-bordered_url{color:#006621;font-size:14px;line-height:1.71;margin-bottom:4px;word-break:break-all}.editor__form-row-horizontal-content-bordered .editor__form-row-horizontal-content-bordered_desc{color:#312e55;font-size:12px;line-height:1.67;word-break:break-all}.editor__form-row-horizontal-content-bordered .editor__form-row-horizontal-content-bordered_desc .form-row-horizontal-content-bordered_title-default-desc{color:#929fb7;font-size:12px;line-height:1.67}.editor__form-row_collapse{transition:height .5s}.editor__form-row_collapse-content{margin-top:16px}.input-span-link{color:#929fb7;font-size:14px;font-weight:400;left:11px;line-height:1.71;position:absolute;top:38px;z-index:10}.popover-loader{align-items:center;border-radius:6px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:100000000}.popover-loader .editor-preloader{background-color:hsla(0,0%,100%,.6)!important}.editor__elements-input,.editor__elements-textarea,_:-ms-lang(x){margin:0 2px}.editor__popover{background-color:#fff;border-radius:6px;box-shadow:0 9px 25px 0 rgba(0,0,0,.3);position:absolute;transition:height .3s ease;width:300px;z-index:10000000}.editor__popover .editor__popover-close-icon{color:#929fb7;cursor:pointer;height:24px;position:absolute;right:16px;top:12px;width:24px;z-index:100}.editor__popover .editor__popover-close-icon span{margin-right:12px}.editor__popover .editor__popover-close-icon svg{height:24px;width:24px;fill:#929fb7}.editor__popover .editor__popover-close-icon:hover svg{fill:#697894}.editor__popover .editor__popover-body-overflow{max-height:458px;overflow-x:auto}.editor__popover .editor__popover-body-overflow-800{max-height:800px;overflow-x:auto}.editor__popover .editor__popover-body-overflow::-webkit-scrollbar{width:6px}.editor__popover .editor__popover-body-overflow::-webkit-scrollbar-track{background:#f6f7f9}.editor__popover .editor__popover-body-overflow::-webkit-scrollbar-thumb{background:#929fb7}.editor__popover .editor__popover-body-overflow::-webkit-scrollbar-thumb:window-inactive{background:#3479b7}.editor__popover-handle{cursor:move}.tooltip__block{background-color:rgba(49,46,85,.95);color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.67}.tooltip__block-error{background-color:rgba(227,81,81,.95)}.tooltip__block-warning{background-color:rgba(255,179,42,.95)}.tooltip__block-success{background-color:rgba(112,175,45,.95)}.tooltip__block,_:-ms-lang(x){margin-left:-7px}.editor-alert{font-size:14px;font-weight:400;line-height:24px;padding:6px 12px}.editor__form-group{margin-bottom:16px;position:relative}.editor__form-group:last-child{margin-bottom:0}.editor__form-group-correct{margin-bottom:8px}.editor__form-row-vertical{font-family:Roboto,sans-serif;position:relative}.editor__form-row-vertical .editor__form-row-vertical-label{color:#312e55;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.71;margin-bottom:8px}.editor__form-row-vertical .editor__form-row-vertical-label svg{cursor:pointer;display:inline-block;margin-left:4px;vertical-align:-3px;fill:#929fb7;transition:all .3s ease}.editor__form-row-vertical .editor__form-row-vertical-label svg:hover,.editor__form-row-vertical .editor__form-row-vertical-label-open svg{fill:#3479b7}.editor__form-row-horizontal{display:flex;justify-content:space-between}.editor__form-row-horizontal .editor__form-row-horizontal-label{color:#312e55;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.71}.editor__form-row-horizontal .editor__form-row-horizontal-content{align-items:center;display:flex}.editor__form-row-vertical-question{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.67}.editor__form-category{position:relative}.editor__form-category .editor__form-category-title{color:#312e55;font-family:Roboto,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:1.71;padding-bottom:16px;padding-top:12px;text-transform:uppercase}.editor__form-category:first-child .editor__form-category-title{padding-top:0}.editor__elements-input{position:relative}.editor__elements-input input{background-color:#f6f7f9;border:none;border-radius:4px;box-shadow:none;color:#312e55;font-size:14px;font-weight:400!important;min-height:40px;outline:none;padding-left:12px;padding-right:12px;width:100%}.editor__elements-input input::-moz-placeholder{color:#929fb7;opacity:1}.editor__elements-input input::placeholder{color:#929fb7;opacity:1}.editor__elements-input input:-ms-input-placeholder{color:#929fb7}.editor__elements-input input::-ms-input-placeholder{color:#929fb7}.editor__elements-input input.filter{color:#312e55;padding-right:40px;transition:all .3s ease}.editor__elements-input input.filter::-moz-placeholder{color:#929fb7}.editor__elements-input input.filter::placeholder{color:#929fb7}.editor__elements-input input.filter:hover{background:#d7dce4;transition:all .15s ease}.editor__elements-input input:hover{background-color:#d7dce4;transition:all .15s ease}.editor__elements-input input:active,.editor__elements-input input:focus{background-color:#fff;box-shadow:0 0 0 2px #3479b7;transition:all .15s ease}.editor__elements-input input:active:hover,.editor__elements-input input:focus:hover{background-color:#fff}.editor__elements-input-disabled{opacity:.6}.editor__elements-input-disabled input{background-color:#d7dce4;cursor:no-drop}.editor__elements-input-disabled input:active,.editor__elements-input-disabled input:active:hover,.editor__elements-input-disabled input:focus,.editor__elements-input-disabled input:focus:hover{box-shadow:none}.editor__elements-input-error input,.editor__elements-input-error input:active,.editor__elements-input-error input:focus{box-shadow:0 0 0 2px #e35151!important}.editor__elements-input-error-message{color:#e35151;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.67;margin-top:4px}.editor__elements-input-grey input{background-color:#e9ecf1}.input-tag{background-color:#f6f7f9;border:none;border-radius:4px;display:flex;flex-wrap:wrap;padding:6px 6px 0;transition:all .15s ease}.input-tag__focus{background-color:#fff;box-shadow:0 0 0 2px #3479b7}.input-tag:not(:focus-within):hover{background:#d7dce4;transition:all .15s ease}.input-tag:not(:focus-within):hover input{background:#d7dce4;transition:all .15s ease}.input-tag input{background-color:#f6f7f9;border:none;color:#312e55;font-weight:400;transition:all .15s ease;width:100%}.input-tag input:focus{background-color:#fff;box-shadow:none;outline:none}.input-tag__tags{display:inline-flex;flex-wrap:wrap;margin:0;max-height:200px;overflow-y:auto;padding:0;width:100%}.input-tag__tags li{align-items:center;background-color:#3479b7;border-radius:4px;color:#fff;display:flex;font-size:14px;font-weight:500;line-height:1.71;list-style:none;margin-bottom:6px;margin-right:4px;padding-left:8px;padding-right:4px;transition:background-color .15s ease;word-break:break-all}.input-tag__tags li:hover{background-color:#e35151}.input-tag__tags li:focus{box-shadow:none;outline:none}.input-tag__tags li button{align-items:center;background-color:transparent;border:none;cursor:pointer;display:inline-flex;height:16px;justify-content:center;line-height:0;margin-left:4px;padding:0;width:16px}.input-tag__tags li button:focus{box-shadow:none;outline:none}.input-tag__tags li button svg path{fill:#fff}.input-tag__tags li.input-tag__tags-input{background:none;flex-grow:1;padding:0}.input-tag,_:-ms-lang(x){margin:0 2px 2px}.input-tag input,_:-ms-lang(x){height:25px}.editor__elements-textarea{position:relative}.editor__elements-textarea textarea{background-color:#f6f7f9;border:none;border-radius:4px;box-shadow:none;font-size:14px;min-height:40px;outline:none;padding:12px;transition:all .15s ease;width:100%}.editor__elements-textarea textarea.filter{color:#312e55;padding-right:40px;transition:all .3s ease}.editor__elements-textarea textarea.filter::-moz-placeholder{color:#929fb7}.editor__elements-textarea textarea.filter::placeholder{color:#929fb7}.editor__elements-textarea textarea.filter:hover{background:#d7dce4}.editor__elements-textarea textarea:hover{background-color:#d7dce4}.editor__elements-textarea textarea:active,.editor__elements-textarea textarea:focus{background-color:#fff;box-shadow:0 0 0 2px #3479b7}.editor__elements-textarea textarea:active:hover,.editor__elements-textarea textarea:focus:hover{background-color:#fff}.editor__elements-textarea-grey textarea{background-color:#e9ecf1}.editor__elements-switch{display:inline-block;height:12px;margin-bottom:0;outline:none;position:relative;width:40px}.editor__elements-switch.disabled{cursor:not-allowed;opacity:.5}.editor__elements-switch.disabled span{cursor:not-allowed}.editor__elements-switch input{display:none;height:0;opacity:0;outline:none;width:0}.editor__elements-switch-slider{background-color:#f6f7f9;bottom:0;cursor:pointer;left:0;outline:none;position:absolute;right:0;top:0;transition:.4s}.editor__elements-switch-slider:before{background-color:#929fb7;border-radius:8px;bottom:-4px;box-shadow:0 2px 8px 0 rgba(0,0,0,.12);content:"";height:20px;left:0;position:absolute;transition:.4s;width:20px}.editor__elements-switch input:checked+.editor__elements-switch-slider{background-color:rgba(52,121,183,.2)}.editor__elements-switch input:focus+.editor__elements-switch-slider{box-shadow:0 0 1px rgba(52,121,183,.2)}.editor__elements-switch input:checked+.editor__elements-switch-slider:before{background-color:#3479b7;transform:translateX(22px)}.editor__elements-switch-slider-rounded{border-radius:34px}.editor__elements-switch-slider-rounded:before{border-radius:50%}.editor-preloader{background-color:hsla(0,0%,100%,.6);border-radius:6px}.editor__publish-loader{animation:loader-icon 1s linear 0s infinite normal none running;height:24px;width:24px}.editor__container{min-height:100%;width:100%}.editor-wrapper-snippet{position:relative}.editor__container-blocks{display:flex;flex-direction:column;min-height:100vh;transform-origin:top;transition:transform .3s}.editor-wrapper-content-page{position:relative}.editor-wrapper-content-page-height{min-height:150px}.editor-wrapper-content-header{position:relative}.editor-wrapper-content-header-empty{min-height:50px}.editor-wrapper-content-footer{position:relative}.editor-wrapper-content-footer-empty{background-color:#fff}.editor-wrapper-content-page-empty{align-items:stretch;background-color:#fff;background-image:url(Empty-blocks.db8abbd74779627da542.svg);background-position:50%;background-repeat:no-repeat;display:flex}.editor-wrapper-content-header-empty{background-color:#fff}.editor-wrapper-content-navbar-empty{background-color:#fff;display:block}.align-right{text-align:right!important}.align-left{text-align:left!important}.align-center{text-align:center!important}.align-justify{text-align:justify!important}.DraftEditor-editorContainer{min-width:10px}.DraftEditor-root{border-radius:3px;cursor:text;display:inline-block;width:100%}.DraftEditor-root:hover{background-color:rgba(0,0,0,.05)}.highlight{background-color:hsla(0,0%,100%,.2);border-radius:15px;font-size:45px;font-weight:700;margin:15px;min-height:150px}.DraftEditor-root,.public-DraftEditor-block{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;width:100%;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.editor__node-text-resize{position:relative}.editor__toolbar{display:flex;font-family:Roboto,sans-serif;position:absolute!important;z-index:10000}.editor__toolbar-body{background-color:#fff;border-radius:6px;box-shadow:0 6px 18px 0 rgba(0,0,0,.12);display:flex;min-width:20px}.editor__toolbar-buttons-wrapper{align-items:center;display:flex;height:40px;justify-content:center;min-width:24px;padding:6px}.editor__toolbar-buttons-wrapper svg{fill:#929fb7}.editor__toolbar-buttons-wrapper:hover svg{opacity:.7}.editor__toolbar-buttons-wrapper-select{background:#e9ecf1;border-radius:4px;cursor:pointer;line-height:1;min-width:58px;padding:2px 6px;position:relative}.editor__toolbar-buttons-wrapper-select:before{border:4px solid transparent;border-top:5px solid #929fb7;content:" ";display:block;position:absolute;right:7px;top:12px}.editor__toolbar-buttons-wrapper-active svg{fill:#3479b7}.editor__toolbar-buttons-wrapper-active .editor__toolbar-buttons-wrapper-select svg{fill:#929fb7}.editor__toolbar-buttons-color{background-position:50%;background-repeat:no-repeat;border-radius:50%;cursor:pointer;height:24px;overflow:hidden;position:relative;width:24px}.editor__toolbar-buttons-color .editor__toolbar-buttons-color-preview{height:100%;left:0;position:absolute;top:0;width:100%}.editor__toolbar-buttons-color-transparent{background-image:url(color_transparent.9242ce9775504155b072.svg)}.editor-color-picker{background:#fff;border-radius:8px}.editor-color-picker .react-colorful{height:248px;min-width:300px;width:auto}.editor-color-picker .react-colorful__saturation{border:none;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;box-shadow:none;-moz-border-radius-topleft:8px;-moz-border-radius-topright:8px;border-top-left-radius:8px;border-top-right-radius:8px}.editor-color-picker .react-colorful__hue{border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);height:24px;margin:16px 16px 8px}.editor-color-picker .react-colorful__alpha{background-size:14px;border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);height:24px;margin-bottom:16px;margin-left:16px;margin-right:16px}.editor-color-picker__inputs{display:flex;margin-left:16px;margin-right:16px;padding-bottom:16px}.editor-color-picker__inputs input{background:none;border:none;font-size:14px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;outline:none;width:100%}.editor-color-picker__inputs input:focus{border-radius:4px;box-shadow:0 0 0 2px #4878b2;transition-duration:.2s}.editor-color-picker__inputs-hex{background:#e9ecf1;border-radius:4px;height:40px;margin-right:8px;position:relative;width:100%}.editor-color-picker__inputs-hex-preview{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;height:24px;left:8px;position:absolute;top:8px;width:24px}.editor-color-picker__inputs-hex input{padding-left:42px}.editor-color-picker__inputs-alpha{background:#e9ecf1;border-radius:4px;height:40px;margin-left:auto;position:relative;width:82px}.editor-color-picker__inputs-alpha input{padding-left:12px;padding-right:22px}.editor-color-picker__inputs-alpha-percent{color:#949fb5;font-size:12px;font-weight:400;position:absolute;right:8px;top:11px}.editor-color-picker__submit{margin-left:16px;margin-right:16px;padding-bottom:16px}.editor-color-picker__submit button{background:#4878b2;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;letter-spacing:0;line-height:24px;padding:8px 0;text-align:center;width:100%}.editor-color-picker .react-colorful__saturation .react-colorful__pointer{border:4px solid #fff;height:24px;width:24px}.editor-color-picker .react-colorful__saturation .react-colorful__interactive{right:0}.editor-color-picker .react-colorful__saturation .react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1)!important}.editor-color-picker .react-colorful__alpha .react-colorful__pointer,.editor-color-picker .react-colorful__hue .react-colorful__pointer{border:4px solid #fff;height:18px;width:18px}.editor-color-picker .react-colorful__alpha .react-colorful__interactive,.editor-color-picker .react-colorful__hue .react-colorful__interactive{left:12px;right:12px}.editor-color-picker .react-colorful__alpha .react-colorful__interactive:focus .react-colorful__pointer,.editor-color-picker .react-colorful__hue .react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1)!important}.editor-color-picker-gradient{background:#fff;border-radius:8px}.editor-color-picker-gradient .react-colorful{height:248px;min-width:300px;width:auto}.editor-color-picker-gradient .react-colorful__saturation{border:none;border-radius:0;box-shadow:none}.editor-color-picker-gradient .react-colorful__hue{border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);height:24px;margin:16px 16px 8px}.editor-color-picker-gradient .react-colorful__alpha{background-size:14px;border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);height:24px;margin-bottom:16px;margin-left:16px;margin-right:16px}.editor-color-picker-gradient__inputs{display:flex;margin-left:16px;margin-right:16px}.editor-color-picker-gradient__inputs input{background:none;border:none;font-size:14px;font-weight:400;height:40px;letter-spacing:0;line-height:24px;outline:none;width:100%}.editor-color-picker-gradient__inputs-hex{background:#e9ecf1;border-radius:4px;height:40px;margin-right:8px;position:relative;width:100%}.editor-color-picker-gradient__inputs-hex-preview{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;height:24px;left:8px;position:absolute;top:8px;width:24px}.editor-color-picker-gradient__inputs-hex input{padding-left:42px}.editor-color-picker-gradient__inputs-alpha{background:#e9ecf1;border-radius:4px;height:40px;margin-left:auto;position:relative;width:82px}.editor-color-picker-gradient__inputs-alpha input{padding-left:12px;padding-right:22px}.editor-color-picker-gradient__inputs-alpha-percent{color:#949fb5;font-size:12px;font-weight:400;position:absolute;right:8px;top:11px}.editor-color-picker-gradient__submit{margin-left:16px;margin-right:16px;padding-bottom:16px}.editor-color-picker-gradient__submit button{background:#4878b2;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;letter-spacing:0;line-height:24px;padding:8px 0;text-align:center;width:100%}.editor-color-picker-gradient__gradients-bar{margin-bottom:16px;margin-left:16px;margin-right:16px}.editor-color-picker-gradient__gradients-bar-line{background-color:#fff;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill-opacity=".05"><path d="M8 0h8v8H8zM0 8h8v8H0z"/></svg>');background-repeat:repeat;background-size:14px;border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);cursor:copy;height:24px;padding-left:12px;padding-right:12px;position:relative}.editor-color-picker-gradient__gradients-bar-line-slider{height:24px}.editor-color-picker-gradient__gradients-bar-line-preview{border-radius:48px;box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);height:24px;left:0;position:absolute;top:0;width:100%}.editor-color-picker-gradient__gradients-bar-handler{align-items:center;background:none;border:1px solid rgba(0,0,0,.1);border-radius:50%;box-shadow:inset 0 0 0 3px #fff;cursor:pointer;display:flex;height:20px;justify-content:center;position:relative;width:20px}.editor-color-picker-gradient__gradients-bar-handler-active{background:#fff;border-radius:50%;height:9px;width:9px}.editor-color-picker-gradient__switches{display:flex;padding:16px}.editor-color-picker-gradient__switches-types{display:flex;flex-shrink:0;width:80px}.editor-color-picker-gradient__switches-selection{padding-left:16px;width:100%}.editor-color-picker-gradient__switches-select-radial{background:#e9ecf1;border-radius:4px;cursor:pointer;height:40px;position:relative}.editor-color-picker-gradient__switches-select-radial select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:#101e2f;cursor:pointer;font-size:14px;font-weight:400;height:100%;outline:none;padding-left:12px;width:100%}.editor-color-picker-gradient__switches-select-radial-arrow{position:absolute;right:12px;top:17px}.editor-color-picker-gradient__switches-degree{position:relative}.editor-color-picker-gradient__switches-degree svg{fill:#949fb5}.editor-color-picker-gradient__switches-degree-icon{left:12px;position:absolute;top:12px}.editor-color-picker-gradient__switches-degree input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background:#e9ecf1;border:none;border-radius:4px;font-size:14px;font-weight:400;height:40px;outline:none;padding-left:36px;transition-duration:.2s;width:90px}.editor-color-picker-gradient__switches-degree input:focus{border-radius:4px;box-shadow:0 0 0 2px #4878b2}.editor-color-picker-gradient__switches-buttons{cursor:pointer;display:flex;width:80px}.editor-color-picker-gradient__switches-button{align-items:center;background:#e9ecf1;color:#949fb5;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.editor-color-picker-gradient__switches-button svg{fill:#4878b2}.editor-color-picker-gradient__switches-button:first-child{-webkit-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;border-top-left-radius:4px}.editor-color-picker-gradient__switches-button:last-child{-webkit-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;border-top-right-radius:4px}.editor-color-picker-gradient__switches-button-active{background:#d4e0ed}.editor-color-picker-gradient__switches-button-active svg{color:#4878b2;fill:#4878b2}.editor__link-section{padding-bottom:24px;padding-top:24px}.editor__link-section .editor__component-select{margin-top:0;min-height:40px}.editor__link-section .editor__component-select .react-select__control{min-height:40px}.editor__link-active,.editor__link-slide-active{overflow:inherit!important;position:relative;z-index:100}.editor__link-active .react-swipeable-view-container,.editor__link-slide-active .react-swipeable-view-container{will-change:inherit!important}.editor__link-active-first .react-swipeable-view-container{transform:inherit!important}.editor__tabs-wrapper{display:flex;justify-content:center;position:relative}.editor__tabs-wrapper .editor__tabs-wrapper_tab-wrap{position:relative}.editor__tabs-wrapper .editor__tabs-wrapper_tab-wrap .editor__tabs-wrapper_tab{color:#929fb7;cursor:pointer;font-size:14px;font-weight:500;line-height:20px;margin:6px 20px;transition:all .3s ease}.editor__tabs-wrapper .editor__tabs-wrapper_tab-wrap .editor__tabs-wrapper_tab.active{color:#3479b7;font-weight:700}.editor__tabs-wrapper .editor__tabs-wrapper_tab-wrap .editor__tabs-wrapper_tab:hover{color:#697894}.editor__tabs-wrapper .editor__tabs-wrapper_tab-wrap .editor__tabs-wrapper-dot{background:#e35151;border-radius:50%;height:6px;position:absolute;right:9px;top:7px;width:6px}.editor__tabs-wrapper .editor__tabs-wrapper_tab-background{background-color:rgba(52,121,183,.2);border-radius:4px;height:32px;position:absolute;top:1px;transition:transform .2s}.editor__component-select{height:36px;margin-top:8px}.editor__component-select.disable .react-select__control{color:#929fb7;opacity:.5;pointer-events:none}.editor__component-select .react-select__menu .react-select__menu-list{border-radius:4px;box-shadow:0 8px 24px 0 rgba(0,0,0,.08);padding-bottom:8px;padding-top:8px}.editor__component-select .react-select__menu .react-select__menu-list .react-select__option{color:#312e55;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:24px;padding:4px 16px}.editor__component-select .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-focused{background:#fff;color:#3479b7}.editor__component-select .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected{background:rgba(52,121,183,.2);color:#3479b7;font-weight:500}.editor__component-select .react-select__menu .react-select__menu-list .react-select__menu-notice.react-select__menu-notice--no-options{color:#929fb7;font-size:14px;font-weight:400;line-height:1.71;padding-bottom:4px;padding-top:4px}.editor__component-select .react-select__control{background-color:#e9ecf1;border:none;border-radius:4px;transition:all .3s ease}.editor__component-select .react-select__control.react-select__control--is-focused{background-color:#fff;box-shadow:0 0 0 2px #3479b7}.editor__component-select .react-select__control.react-select__control--is-focused:hover{background-color:#fff}.editor__component-select .react-select__control:hover{background-color:#d7dce4}.editor__component-select .react-select__control .react-select__value-container{color:#312e55;font-size:14px;line-height:24px;margin-right:30px}.editor__component-select .react-select__control .react-select__value-container .react-select__single-value{color:#312e55;font-size:14px;font-weight:400;line-height:24px}.editor__component-select .react-select__control .react-select__indicators{margin-right:12px}.editor__swipe{position:relative}.editor__swipe-item{position:absolute}.editor__elements-range_slider-tooltip{font-family:Roboto,sans-serif;position:relative;width:100%}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-slider{align-items:center;display:flex}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input{flex-basis:35%;padding-left:16px}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input input{-moz-appearance:textfield;-webkit-appearance:none;appearance:none;background-color:#f6f7f9;border:none;border-radius:4px;box-shadow:none;color:#312e55;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:28px;letter-spacing:normal;line-height:24px;outline:none;padding-left:8px;padding-right:2px;transition:all .15s ease;width:100%}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input input:hover{background-color:#d7dce4}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input input:focus{background-color:#fff;box-shadow:0 0 0 2px #3479b7}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input input::-webkit-inner-spin-button,.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-input input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;-moz-appearance:textfield;margin:0}.editor__elements-range_slider-tooltip .editor__elements-range_slider-tooltip-column .rangeslider.rangeslider-horizontal .rangeslider__handle-tooltip{background-color:rgba(49,46,85,.95);border-radius:4px;top:-35px}.rangeslider .rangeslider__handle-tooltip{background-color:#322d58;border-radius:2px;box-shadow:0 2px 4px 0 rgba(124,98,221,.08)}.editor-media-block{cursor:pointer;display:inline-block;position:relative}.editor-media-block:hover:after{opacity:1}.editor-media-block:after{background-color:hsla(0,0%,100%,.45);background-position:50%;background-repeat:no-repeat;background-size:16px;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.editor__video-empty{align-items:center;background-color:rgba(52,121,183,.2);display:flex;height:100%;justify-content:center;width:100%}.editor__video-empty svg{fill:#3479b7}.editor__resizebox{position:relative}.editor__resizebox-active .ui-resizable-s{opacity:1!important}.editor__resizebox-active .ui-resizable-s:before{transform:scale(1)!important}.editor__resizebox-tooltip{background-color:#2e2f30;border-radius:6px;color:#fff;display:none;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.67;margin-top:-32px;padding:1px 8px;position:absolute;text-align:center}.editor__resizebox-tooltip-active{display:block}.editor__resizebox-top{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%!important;z-index:11}.editor__resizebox-top .ui-resizable-s{align-items:center;background-color:#000;bottom:auto!important;cursor:ns-resize;display:flex;height:1px;justify-content:center;left:auto!important;opacity:0;transition:all .35s ease}.editor__resizebox-top .ui-resizable-s:before{background-image:url(drag_line.128b1d5eaa96b80270fe.svg);border-radius:50%;content:" ";cursor:ns-resize;display:block;height:35px;transform:scale(.3);transition:all .35s ease;width:35px}.editor__resizebox-top:hover .ui-resizable-s{opacity:1}.editor__resizebox-top:hover .ui-resizable-s:before{transform:scale(1)}.editor__resizebox-bottom{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;width:100%!important;z-index:101}.editor__resizebox-bottom .ui-resizable-s{align-items:center;background-color:#000;bottom:auto!important;cursor:ns-resize;display:flex;height:1px;justify-content:center;left:auto!important;opacity:0;transition:all .35s ease}.editor__resizebox-bottom .ui-resizable-s:before{background-image:url(drag_line.128b1d5eaa96b80270fe.svg);border-radius:50%;content:" ";cursor:ns-resize;display:block;height:35px;transform:scale(.3);transition:all .35s ease;width:35px}.editor__resizebox-bottom:hover .ui-resizable-s{opacity:1}.editor__resizebox-bottom:hover .ui-resizable-s:before{transform:scale(1)}.editor__resizebox-left{left:0!important;position:absolute;top:0;width:auto;z-index:11}.editor__resizebox-left,.editor__resizebox-left .ui-resizable-w{align-items:center;display:flex;height:100%;justify-content:center}.editor__resizebox-left .ui-resizable-w{background-color:#000;bottom:auto!important;left:auto!important;opacity:0;transition:all .35s ease;width:1px}.editor__resizebox-left .ui-resizable-w:before{background-image:url(drag_line.128b1d5eaa96b80270fe.svg);border-radius:50%;content:" ";display:block;height:35px;position:absolute;transform:scale(.3);transition:all .35s ease;width:35px}.editor__resizebox-left:hover .ui-resizable-w{opacity:1}.editor__resizebox-left:hover .ui-resizable-w:before{transform:scale(1)}.editor__richtext-resize-tooltip{background-color:#2e2f30;border-radius:6px;color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.67;padding:1px 8px;position:absolute;text-align:center;z-index:10}.editor__richtext-resize-tooltip-left{right:16px}.editor__richtext-resize-tooltip-right{left:16px}.editor__richtext-resize-left{align-items:center;background:rgba(49,46,85,.1);display:flex;height:100%;left:0;position:absolute}.editor__richtext-resize-left .ui-resizable-e{align-items:center;cursor:ew-resize;display:flex;flex-wrap:wrap;right:0!important;width:1px}.editor__richtext-resize-left .ui-resizable-e:before{background-image:url(resize_text.2c371fda6dcdd73606cd.svg);content:" ";display:block;height:16px;margin-top:0;position:absolute;right:-3px;width:20px}.editor__richtext-resize-right{align-items:center;background:rgba(49,46,85,.1);display:flex;height:100%;left:auto!important;position:absolute;right:0}.editor__richtext-resize-right .ui-resizable-w{align-items:center;cursor:ew-resize;display:flex;flex-wrap:wrap;left:0!important;width:1px}.editor__richtext-resize-right .ui-resizable-w:before{background-image:url(resize_text.2c371fda6dcdd73606cd.svg);content:" ";display:block;height:16px;left:-3px;margin-top:0;position:absolute;width:20px}.editor__resizebox-bottom .ui-resizable-s,.editor__resizebox-top .ui-resizable-s,_:-ms-lang(x){left:0!important}.editor__dropdown-menu-open .dropdown-menu{display:block!important}.editor__resizeicon{position:relative!important;transform:none!important;z-index:10}.editor__resizeicon-pin{background-color:#000;border-radius:50%;height:10px!important;width:10px!important}.editor__image-resizable{bottom:auto!important;cursor:pointer;display:inline-block;height:auto!important;left:auto!important;position:relative;right:auto!important;top:auto!important;width:auto!important}.editor__image-resizable .ui-resizable-handle{background-position:50%!important;height:16px!important;width:16px!important}.editor__image-resizable .ui-resizable-ne{background-image:url(rectangle-top-right.76a3fd607f7bf7afeb55.svg);cursor:nesw-resize!important;right:-8px!important;top:-8px!important}.editor__image-resizable .ui-resizable-se{background-image:url(rectangle-bottom-right.43afbd92ed689e9f0aca.svg);bottom:-8px!important;cursor:nwse-resize!important;right:-8px!important}.editor__image-resizable .ui-resizable-sw{background-image:url(rectangle-bottom-left.fc475c64c8376a1a875e.svg);bottom:-8px!important;cursor:nesw-resize!important;left:-8px!important}.editor__image-resizable .ui-resizable-nw{background-image:url(rectangle-top-left.77b493da05b006b0d7c2.svg);cursor:nwse-resize!important;left:-8px!important;top:-8px!important}.editor__image-resizable img{display:block;height:auto;max-width:100%}.editor__image-resizable:hover:before{opacity:1}.editor__action-element{cursor:pointer;display:flex;position:relative}.editor__image-resizable-active{cursor:default;position:relative;z-index:100}.editor__image-resizable-active .editor__action-element-hover:after,.editor__image-resizable-active:after{display:none}.editor__action-element-hover{bottom:auto!important;cursor:pointer;display:inline-block;height:auto!important;left:auto!important;position:relative;right:auto!important;top:auto!important;width:auto!important}.editor__action-element-hover:after{background-color:hsla(0,0%,100%,.45);background-image:url(background.018417ad4d5ab4a75921.svg);background-position:50%;background-repeat:no-repeat;background-size:16px;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.editor__action-element-hover:hover:after{opacity:1}.editor__action-element-hover-only-img{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;width:100%}.editor__action-element-hover-only-img:after{background-color:hsla(0,0%,100%,.45);background-image:url(background.018417ad4d5ab4a75921.svg);background-position:50%;background-repeat:no-repeat;background-size:8%;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.editor__action-element-hover-only-img:hover:after{opacity:1}.editor__action-element-hover-features{cursor:pointer;display:flex;position:relative}.editor__action-element-hover-features:after{background-color:hsla(0,0%,100%,.45);background-image:url(background.018417ad4d5ab4a75921.svg);background-position:50%;background-repeat:no-repeat;background-size:8%;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.editor__action-element-hover-features:hover:after{opacity:1}.editor__icon-tabs{position:relative}.editor__icon-tabs .editor__icon-tabs-list .editor__icon-tabs-list-item{color:#312e55;cursor:pointer;display:block;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:24px;padding-bottom:8px;padding-top:8px;position:relative;width:100%}.editor__icon-tabs .editor__icon-tabs-list .editor__icon-tabs-list-item:first-child{padding-top:0}.editor__icon-tabs .editor__icon-tabs-list .editor__icon-tabs-list-item:last-child{padding-bottom:0}.editor__icon-tabs .editor__icon-tabs-list .editor__icon-tabs-list-item .editor__icon-tabs-list-item-icon{position:absolute;right:0;fill:#929fb7}.editor__icon-search-input{background-color:#f6f7f9;border:none;border-radius:4px;box-shadow:none;color:#312e55;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:40px;letter-spacing:normal;line-height:24px;margin-left:35px;outline:none;padding-left:12px;padding-right:12px;width:100%}.ReactVirtualized__List{outline:none}.editor__icon-search-wrapper{padding-left:40px;width:100%}.editor__elements-color{margin:-4px;position:relative}.editor__elements-color .editor__elements-color-qub{background-position:50%;background-repeat:repeat;border:1px solid #e4ebef;border-radius:50%;cursor:pointer;height:24px;overflow:hidden;position:relative;width:24px}.editor__elements-color .editor__elements-color-color_picker{position:absolute;top:28px;z-index:100}.editor__elements-color span{height:100%;left:0;position:absolute;top:0;width:100%}.editor__elements-color .editor__elements-color-qub-color{background:#f6f7f9;height:100%;left:0;position:absolute;top:0;width:100%}.editor__elements-range_slider{font-family:Roboto,sans-serif;position:relative}.editor__elements-range_slider .editor__elements-range_slider-slider{align-items:center;display:flex}.editor__elements-range_slider .editor__elements-range_slider-input{padding-left:24px}.editor__elements-range_slider .editor__elements-range_slider-input input{background-color:#f6f7f9;border:none;border-radius:4px;color:#312e55;font-family:Roboto,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:36px;letter-spacing:normal;line-height:1.71;outline:none;padding-left:12px;padding-right:12px;transition:all .15s ease;width:64px}.editor__elements-range_slider .editor__elements-range_slider-input input:hover{background-color:#d7dce4}.editor__elements-range_slider .editor__elements-range_slider-input input:focus{background-color:#fff;box-shadow:0 0 0 2px #3479b7}.editor__elements-range_slider-margin{margin-top:-8px}.rangeslider{background:#f6f7f9;margin:5px 0;position:relative;touch-action:none;width:100%}.rangeslider,.rangeslider .rangeslider__fill{display:block}.rangeslider .rangeslider__handle{background-color:#3479b7;border-radius:50%;box-shadow:0 2px 8px 0 rgba(0,0,0,.12);cursor:pointer;display:inline-block;height:16px;outline:none;position:absolute;width:16px}.rangeslider .rangeslider__handle:after,.rangeslider .rangeslider__handle:hover{height:16px;width:16px}.rangeslider .rangeslider__handle .rangeslider__active{opacity:1}.rangeslider .rangeslider__handle-tooltip{background-color:rgba(49,46,85,.95);border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.12);color:#fff;display:inline-block;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;height:24px;left:50%;line-height:24px;opacity:.9;position:absolute;text-align:center;transform:translate3d(-50%,0,0);transition:all .1s ease-in;width:24px}.rangeslider-horizontal{border-radius:100px;height:4px}.rangeslider-horizontal .rangeslider__fill{background-color:#3479b7;border-radius:10px;height:100%;top:0}.rangeslider-horizontal .rangeslider__handle{top:50%;transform:translate3d(-50%,-50%,0)}.rangeslider-horizontal .rangeslider__handle:hover:after{height:16px;width:16px}.rangeslider-horizontal .rangeslider__handle:after{background-color:#3479b7;border-radius:50%;content:" ";height:16px;left:0;outline:none;position:absolute;top:0;width:16px}.rangeslider-horizontal .rangeslider__handle-tooltip{top:-35px}.rangeslider-horizontal .rangeslider__handle-tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(0,0,0,.8);bottom:-8px;left:50%;transform:translate3d(-50%,0,0)}.rangeslider-vertical{background-color:transparent;height:150px;margin:20px auto;max-width:10px}.rangeslider-vertical .rangeslider__fill,.rangeslider-vertical .rangeslider__handle{position:absolute}.rangeslider-vertical .rangeslider__fill{background-color:#7cb342;bottom:0;box-shadow:none;width:100%}.rangeslider-vertical .rangeslider__handle{box-shadow:none;height:10px;left:-10px;width:30px}.rangeslider-vertical .rangeslider__handle-tooltip{left:-100%;top:50%;transform:translate3d(-50%,-50%,0)}.rangeslider-vertical .rangeslider__handle-tooltip:after{border-bottom:8px solid transparent;border-left:8px solid rgba(0,0,0,.8);border-top:8px solid transparent;left:100%;top:12px}.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill{right:0}.rangeslider-reverse.rangeslider-vertical .rangeslider__fill{bottom:inherit;top:0}.rangeslider__labels{position:relative}.rangeslider-vertical .rangeslider__labels{height:100%;left:10px;list-style-type:none;margin:0 0 0 24px;padding:0;position:relative;text-align:left;width:250px}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item{position:absolute;transform:translate3d(0,-50%,0)}.rangeslider-vertical .rangeslider__labels .rangeslider__label-item:before{background:#000;content:"";height:2px;left:-14px;position:absolute;top:50%;transform:translateY(-50%);width:10px;z-index:-1}.rangeslider__labels .rangeslider__label-item{cursor:pointer;display:inline-block;font-size:14px;position:absolute;top:10px;transform:translate3d(-50%,0,0)}.border-config-font,.editor__border-config-wrapper .editor__border-config-wrapper_title,.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_label,.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_wrap .editor__rangeslider-borders-wrapper_info{color:#312e55;font-size:14px;font-weight:400;line-height:24px}.border-svg{cursor:pointer}.border-svg:hover path:last-child{transition:all .5s ease;fill:#929fb7}.border-svg.active path:first-child{fill:rgba(52,121,183,.2)}.border-svg.active path:last-child{fill:#3479b7}.editor__border-config-wrapper .editor__border-config-wrapper_title{margin:0 0 8px 16px}.editor__border-config-wrapper .editor__border-config-wrapper_borders{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_label{padding:0}.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_wrap{align-items:center;display:flex;justify-content:space-between}.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_wrap .range-slider-border{width:100%}.editor__border-config-wrapper .editor__rangeslider-borders-wrapper .editor__rangeslider-borders-wrapper_wrap .editor__rangeslider-borders-wrapper_info{align-items:center;background-color:#f6f7f9;border-radius:4px;display:flex;height:36px;justify-content:center;width:64px}.editor__elements-select_borders{position:relative}.editor__elements-select_borders .elements-select_borders_select{align-items:center;background-color:#f6f7f9;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:6px 12px}.editor__elements-select_borders .elements-select_borders_select .elements-select_borders_select--text{color:#312e55;font-size:14px;font-weight:400;line-height:24px;text-transform:capitalize}.editor__elements-select_borders .elements-select_borders_select .elements-select_borders_select--triangle{border-color:#929fb7 transparent transparent;border-style:solid;border-width:6px 4px 0;height:0;width:0}.elements-select_borders{box-shadow:0 24px 80px 0 rgba(0,0,0,.12);z-index:10000001}.elements-select_borders_list{margin-left:auto;margin-right:auto}.elements-select_borders_list .elements-select_borders_list__item{align-items:center;border-radius:4px;color:#929fb7;cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:24px;margin-bottom:12px;min-height:48px;min-width:236px;text-transform:capitalize;transition:all .5s ease}.elements-select_borders_list .elements-select_borders_list__item:hover{border-color:#3479b7!important;color:#3479b7}.elements-select_borders_list .elements-select_borders_list__item.border-inset:hover,.elements-select_borders_list .elements-select_borders_list__item.border-outset:hover{border-color:rgba(52,121,183,.2)!important}.elements-select_borders_list .elements-select_borders_list__item.border-none{background-color:#f6f7f9;color:#312e55}.elements-select_borders_list .elements-select_borders_list__item.active{background-color:rgba(52,121,183,.2);border-color:#3479b7!important;color:#3479b7}.elements-select_borders_list .elements-select_borders_list__item.active.border-inset,.elements-select_borders_list .elements-select_borders_list__item.active.border-outset{border-color:rgba(52,121,183,.2)!important}.elements-select_borders_list .elements-select_borders_list__item .elements-select_borders_list__item-icon{height:16px;margin-right:6px;width:16px}.elements-select_borders_list .elements-select_borders_list__item .elements-select_borders_list__item-icon path{fill:#929fb7}.elements-select_borders_list .elements-select_borders_list__item .elements-select_borders_list__item-icon.active{transition:all .5s ease}.elements-select_borders_list .elements-select_borders_list__item .elements-select_borders_list__item-icon.active path{fill:#3479b7}.editor__elements-box_shadow{position:relative}.editor__elements-box_shadow .editor__elements-box_shadow-blanks{display:flex;flex-wrap:wrap;margin-bottom:8px;width:100%}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col{padding-left:4px;padding-right:4px;width:25%}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item{align-items:center;background-color:#f6f7f9;border-radius:4px;cursor:pointer;display:flex;height:61px;justify-content:center;margin-bottom:4px;margin-top:4px;width:100%}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item .editor__elements-box_shadow-blank-item-qub{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,.04);height:33px;width:33px}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item:hover{background:rgba(52,121,183,.2)}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item-null{height:33px;width:33px}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item-null svg{fill:#929fb7}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item-active{background:rgba(52,121,183,.2);box-shadow:0 0 0 2px #3479b7}.editor__elements-box_shadow .editor__elements-box_shadow-blanks .editor__elements-box_shadow-blank-item-col .editor__elements-box_shadow-blank-item-active svg{fill:#3479b7}.editor__elements-text_shadow{position:relative}.editor__elements-text_shadow .editor__elements-text_shadow-blanks{display:flex;flex-wrap:wrap;margin-bottom:8px;margin-left:-4px;margin-right:-4px;width:100%}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col{padding-left:4px;padding-right:4px;width:25%}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item{align-items:center;background-color:#f6f7f9;border-radius:4px;cursor:pointer;display:flex;height:61px;justify-content:center;margin-bottom:8px;width:100%}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item .editor__elements-text_shadow-blank-item-qub{color:#fff;font-size:22px}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item:hover{background:rgba(52,121,183,.2)}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item-null{height:33px;width:33px}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item-null svg{fill:#929fb7}.editor__elements-text_shadow .editor__elements-text_shadow-blanks .editor__elements-text_shadow-blank-item-col .editor__elements-text_shadow-blank-item-active{background:rgba(52,121,183,.2);box-shadow:0 0 0 2px #3479b7}.editor__elements-icon_shape{font-family:Roboto,sans-serif;margin-bottom:16px;position:relative}.editor__elements-icon_shape .editor__elements-icon_shape-list{display:flex;margin-left:-4px;margin-right:-4px}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item{cursor:pointer;position:relative}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item:hover .editor__elements-icon_shape-item-icon{background-color:#e9ecf1}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item .editor__elements-icon_shape-item-icon{align-items:center;border:2px solid #929fb7;border-radius:4px;display:flex;flex-wrap:wrap;height:84px;justify-content:center;margin-bottom:8px;margin-left:4px;margin-right:4px;position:relative;width:84px}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-active .editor__elements-icon_shape-item-icon{background-color:rgba(52,121,183,.2);border:2px solid #3479b7}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-active .editor__elements-icon_shape-circle,.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-active .editor__elements-icon_shape-square{background-color:#3479b7}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-active .editor__elements-icon_shape-none svg{fill:#3479b7}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-active .editor__elements-icon_shape-item-title{color:#3479b7}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-item-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px;text-align:center;text-transform:uppercase}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-preview{height:36px;width:36px}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-none svg{height:36px;width:36px;fill:#929fb7}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-circle{background-color:#929fb7;border-radius:50%}.editor__elements-icon_shape .editor__elements-icon_shape-list .editor__elements-icon_shape-square{background-color:#929fb7;border-radius:2px}.editor__popup-menu{margin-bottom:-8px;margin-top:-8px;position:relative}.editor__popup-menu .editor__popup-menu-item{color:#312e55;cursor:pointer;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.71;padding-bottom:8px;padding-top:8px;position:relative;transition:all .5s ease}.editor__popup-menu .editor__popup-menu-item .editor__popup-menu-item-arrow{position:absolute;right:0;top:7px;transition:all .5s ease}.editor__popup-menu .editor__popup-menu-item .editor__popup-menu-item-arrow svg{height:26px;width:26px;fill:#929fb7}.editor__popup-menu .editor__popup-menu-item:hover{color:#697894}.editor__popup-menu .editor__popup-menu-item:hover .editor__popup-menu-item-arrow svg{fill:#697894}.editor-settings-image__link{width:22px;fill:#929fb7;cursor:pointer}.editor-settings-image__link:hover{fill:#697894}.editor-settings-image__link-active,.editor-settings-image__link-active:hover{fill:#3479b7}.editor__elements-preview_image{font-family:Roboto,sans-serif;position:relative}.editor__elements-preview_image .editor__elements-preview_image-container{align-items:center;background-color:#f6f7f9;background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:4px;display:flex;height:124px;justify-content:center;position:relative;width:100%}.editor__elements-preview_image .editor__elements-preview_image-container:hover .editor__elements-preview_image-upload-label{opacity:1}.editor__elements-preview_image .editor__elements-preview_image-container .editor__elements-preview_image-upload-label{align-items:center;background-color:#3479b7;border-radius:6px;color:#fff;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:center;letter-spacing:.5px;opacity:.8;padding:6px 8px;text-align:center;text-transform:uppercase}.editor__elements-preview_image .editor__elements-preview_image-container .editor__elements-preview_image-upload-label svg{fill:#fff;margin-right:8px}.loader{margin-left:12px;max-height:120px;width:100%}.loader .editor__filesmanager-preloader{height:120px!important}.loader.loader-top{position:absolute}.editor__filesmanager-tabs{padding-bottom:16px;padding-top:10px}.editor__search-input{background-color:#fff;border:none;border-radius:4px;color:#312e55;font-size:14px;height:40px;line-height:24px;padding-left:12px;width:100%}.editor__search-input:focus{outline:none}.editor__search-input::-moz-placeholder{color:#929fb7}.editor__search-input::placeholder{color:#929fb7}.editor__filesmanager-upload-wrapper{min-height:390px;width:720px}.editor__search-input-wrapper{margin-bottom:16px;padding:0 12px}.editor__filesmanager-tab-wrapper{margin:0 auto;width:272px}.editor__filesmanager-empty{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;max-height:432px;min-height:320px;width:100%}.editor__filesmanager-empty .empty-uploaded{align-items:center;color:#929fb7;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;line-height:24px;width:100%}.editor__filesmanager-empty .empty-uploaded div:last-child .text-underline{color:#3479b7;text-decoration:underline}.editor__filesmanager-uploader{min-height:390px}.editor__filesmanager-wrapper{display:flex;flex-wrap:wrap;margin-left:6px;margin-right:6px;max-height:390px;min-height:120px}.editor__filesmanager-wrapper .editor__filesmanager-preloader{align-items:center;display:flex;height:240px;justify-content:center;width:100%}.editor__filesmanager-wrapper .empty-uploaded{align-items:center;color:#929fb7;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:center;line-height:24px;width:100%}.editor__filesmanager-wrapper .empty-uploaded div:last-child .text-underline{color:#3479b7;cursor:pointer;text-decoration:underline}.editor__filesmanager-wrapper.scroll-body{overflow:-moz-scrollbars-vertical;overflow-y:auto}.editor__filesmanager-wrapper .editor__filesmanager-wrapper_bottom-shadow{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;height:59px;position:absolute;width:100%}.editor__filesmanager-wrapper .editor__image-wrapper-preview{flex:0 0 20%;height:120px;margin-bottom:16px;max-width:20%;min-width:120px;padding-left:8px;padding-right:8px}.editor__filesmanager-wrapper .editor__image-wrapper{align-items:center;background:#e9ecf1;background-size:cover;border-radius:4px;display:flex;height:100%;justify-content:center;position:relative;transition:all .3s ease-in-out;width:100%}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper__preview{max-height:120px;max-width:100%}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader{align-items:center;border-radius:4px;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:3}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader .close-loading-icon,.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader .complete-loading-icon{height:24px;width:24px;fill:#fff}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader .load-status-text{bottom:10px;color:#fff;font-size:12px;font-weight:500;line-height:20px;position:absolute}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader.failed{background-color:rgba(227,81,81,.9);opacity:1!important}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader.complete{background-color:rgba(112,175,45,.9);opacity:1!important}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader.loading,.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-wrapper-preview-loader.pending{background-color:rgba(255,179,42,.9)}.editor__filesmanager-wrapper .editor__image-wrapper:after{border-radius:5px;content:"";height:100%;opacity:0;position:absolute;transition:opacity .3s ease-in-out;width:100%;z-index:-1}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper{align-items:center;background:rgba(52,121,183,.8);border-radius:4px;display:flex;flex-direction:column;height:100%;justify-content:center;opacity:0;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper span:first-child{height:24px;position:absolute;right:8px;top:8px;width:24px;fill:#fff;cursor:pointer}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_open-icon{fill:#fff}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_open-icon:hover{opacity:.8}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap{background:#fff;border-radius:6px;box-shadow:0 8px 24px 0 rgba(0,0,0,.12);display:flex;padding:8px 10px;position:relative}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-plus-icon,.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-remove-icon,.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-select-icon{height:24px;transition:.3s;width:24px;fill:#929fb7;cursor:pointer}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-plus-icon:hover,.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-select-icon:hover{fill:#3479b7}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap .editor__image-hide-remove-icon:hover{fill:#e35151}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap span{margin-right:8px;position:static}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_icon-wrap span:last-child{margin-right:0}.editor__filesmanager-wrapper .editor__image-wrapper .editor__image-hide-wrapper .editor__image-hide-wrapper_text{bottom:12px;color:#fff;font-size:12px;left:0;line-height:20px;pointer-events:none;position:absolute;text-align:center;width:100%}.editor__filesmanager-wrapper .editor__image-wrapper:hover .editor__image-hide-wrapper,.editor__filesmanager-wrapper .editor__image-wrapper:hover:after{opacity:1}.editor__filesmanager-wrapper .editor__image-wrapper.blocked{pointer-events:none}.editor__filesmanager-wrapper .editor__image-wrapper.blocked-is-set{opacity:.3;pointer-events:none}.editor__filesmanager-wrapper .editor__image-wrapper.blocked-all{pointer-events:none}.close-mark-icon,.complete-mark-icon,.loader-icon,.uploaded-icon{height:24px;margin-right:12px;width:24px;fill:#929fb7}.loader-icon.pixabay{margin:0}.close-mark-icon{fill:#ff666a}.complete-mark-icon{fill:#70af2d}.loader-icon{animation:loader-icon 1s linear 0s infinite normal none running}@keyframes loader-icon{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.editor__dropzone-uploaded-icon{margin-right:6px;transition:all .2s}.editor__dropzone-parent{bottom:0;left:0;position:relative;width:100%}.editor__dropzone-parent .editor__dropzone-spaces{margin:12px}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone{border:2px dashed #929fb7;border-radius:4px;cursor:pointer;max-height:56px;min-height:56px;overflow:hidden;transition:all .3s ease-in-out}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-text{color:#929fb7;transition:all .3s}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone:hover{border:2px dashed #697894}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone:hover .editor__dropzone-input-text{color:#697894!important}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone:hover .editor__dropzone-input-wrap{color:#697894}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone:hover .editor__dropzone-uploaded-icon g,.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone:hover .uploaded-icon{fill:#697894}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap{align-items:center;display:flex;justify-content:center;text-align:center}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap span{color:#929fb7;font-size:14px;font-weight:500;line-height:24px}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap .bold{color:#312e55;font-weight:700;text-decoration:underline}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap .text-active{color:#3479b7}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap .text-error{color:#ff666a}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone .editor__dropzone-input-wrap .text-complete{color:#70af2d}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone.dzu-dropzoneActive,.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone.fetching{background-color:rgba(146,159,183,.2);border-color:#929fb7}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone.error{background-color:rgba(227,81,81,.2);border-color:#e35151}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone.complete{background-color:rgba(112,175,45,.2);border-color:#70af2d}.editor__dropzone-parent .editor__dropzone-spaces .editor__dropzone-wrapper.dzu-dropzone.dzu-dropzoneDisabled{cursor:default;opacity:1}.dzu-inputLabel{font-family:Roboto,sans-serif;margin-bottom:0}.editor__filesmanager-wrapper,_:-ms-lang(x){overflow-x:hidden}.editor__card-loader{animation:loader-icon 1s linear 0s infinite normal none running;height:24px;width:24px}@keyframes publish-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.lazy-load-image-background.lazy-load-image-loaded,_:-ms-lang(x){flex:1}.dzu-dropzone{align-items:center;border:2px solid #d9d9d9;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;min-height:120px;overflow:scroll;position:relative;transition:all .15s linear;width:100%}.dzu-dropzoneActive{background-color:#deebff;border-color:#2484ff}.dzu-dropzoneDisabled{opacity:.5}.dzu-dropzoneDisabled :hover{cursor:unset}.dzu-input{display:none}.dzu-inputLabel{bottom:0;font-size:20px;left:0;position:absolute;right:0;top:0}.dzu-inputLabel,.dzu-inputLabelWithFiles{align-items:center;color:#2484ff;display:flex;font-family:Helvetica,sans-serif;font-weight:600;justify-content:center;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer}.dzu-inputLabelWithFiles{align-self:flex-start;background-color:#e6e6e6;border:none;border-radius:4px;font-size:14px;margin-left:3%;margin-top:20px;min-height:32px;padding:0 14px}.dzu-previewContainer{border-bottom:1px solid #ececec;box-sizing:border-box;flex-direction:row;justify-content:space-between;min-height:60px;padding:40px 3%;position:relative;width:100%;z-index:1}.dzu-previewContainer,.dzu-previewStatusContainer{align-items:center;display:flex}.dzu-previewFileName{color:#333;font-family:Helvetica,sans-serif;font-size:14px;font-weight:400}.dzu-previewImage{border-radius:4px;max-height:40px;max-width:140px;width:auto}.dzu-previewButton{background-position:50%;background-repeat:no-repeat;background-size:14px 14px;cursor:pointer;height:14px;margin:0 0 2px 10px;opacity:.9;width:14px}.dzu-submitButtonContainer{margin:24px 0;z-index:1}.dzu-submitButton{background-color:#2484ff;border:none;border-radius:4px;color:#fff;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;min-height:32px;padding:0 14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;cursor:pointer}.dzu-submitButton:disabled{background-color:#e6e6e6;color:#333;cursor:unset}.editor__elements-image{font-family:Roboto,sans-serif;position:relative}.editor__elements-image .editor__elements-image-delete{cursor:pointer;position:absolute;right:0;top:-31px}.editor__elements-image .editor__elements-image-delete:hover svg{fill:#d7dce4}.editor__elements-image .editor__elements-image-delete svg{fill:#929fb7}.editor__elements-image .editor__elements-image-container{align-items:center;background-color:#f6f7f9;background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:4px;cursor:pointer;display:flex;height:124px;justify-content:center;position:relative;width:100%}.editor__elements-image .editor__elements-image-container:hover .editor__elements-image-upload-label{opacity:1}.editor__elements-image .editor__elements-image-container .editor__elements-image-upload-label{align-items:center;background-color:#3479b7;border-radius:6px;color:#fff;display:flex;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;justify-content:center;letter-spacing:.5px;opacity:.8;padding:6px 8px;text-align:center;text-transform:uppercase}.editor__elements-image .editor__elements-image-container .editor__elements-image-upload-label svg{fill:#fff;margin-right:8px}.editor__elements-empty-image{align-items:center;background-color:#f6f7f9;border-radius:4px;cursor:pointer;display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;height:122px;justify-content:center;position:relative;width:100%}.editor__elements-empty-image:hover{background-color:#e9ecf1}.editor__elements-empty-image .editor__elements-empty-image-container{position:relative}.editor__elements-empty-image .editor__elements-empty-image-container .editor__elements-empty-image-container-icon{display:flex;justify-content:center;margin-bottom:8px}.editor__elements-empty-image .editor__elements-empty-image-container .editor__elements-empty-image-container-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px;text-align:center;text-transform:uppercase}.editor__elements-container{display:flex;font-family:Roboto,sans-serif;justify-content:space-between}.editor__elements-container .editor__elements-container-item{cursor:pointer}.editor__elements-container .editor__elements-container-item svg path,.editor__elements-container .editor__elements-container-item svg polygon,.editor__elements-container .editor__elements-container-item svg rect{transition:all .3s ease}.editor__elements-container .editor__elements-container-item-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:12px;margin-top:5px;text-align:center;text-transform:uppercase}.editor__elements-container .editor__elements-container-item-active{cursor:default}.editor__elements-container .editor__elements-container-item-active .editor__elements-container-item-title{color:#3479b7}.editor__elements-container .editor__elements-container-item-active svg path,.editor__elements-container .editor__elements-container-item-active svg polygon,.editor__elements-container .editor__elements-container-item-active svg rect{fill:#3479b7}.editor__elements-container .editor__elements-container-item-no-active:hover .editor__elements-container-item-title{color:#697894}.editor__elements-container .editor__elements-container-item-no-active:hover svg path,.editor__elements-container .editor__elements-container-item-no-active:hover svg polygon,.editor__elements-container .editor__elements-container-item-no-active:hover svg rect{fill:#697894}.editor__elements-select-button{display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;margin-left:-4px;margin-right:-4px;position:relative}.editor__elements-select-button .editor__elements-select-button-item{align-items:center;border:2px solid #929fb7;border-radius:4px;cursor:pointer;display:flex;justify-content:center;margin-left:4px;margin-right:4px;min-height:32px;min-width:32px;padding-left:4px;padding-right:4px}.editor__elements-select-button .editor__elements-select-button-item span{color:#929fb7;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.58px;line-height:1.43;text-align:center}.editor__elements-select-button .editor__elements-select-button-item-active{background-color:rgba(52,121,183,.2);border:2px solid #3479b7;cursor:default}.editor__elements-select-button .editor__elements-select-button-item-active span{color:#3479b7}.editor__elements-select-button .editor__elements-select-button-item-no-active:hover{border:2px solid #697894}.editor__elements-select-button .editor__elements-select-button-item-no-active:hover span{color:#697894}.editor__elements-logotype{position:relative}.editor__elements-logotype .editor__elements-logotype-list{display:flex;flex-wrap:wrap;justify-content:space-between}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item{cursor:pointer}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item .editor__elements-logotype-list-item-icon{margin-bottom:6px}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item .editor__elements-logotype-list-item-icon svg{fill:#929fb7}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item .editor__elements-logotype-list-item-label{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px;text-align:center;text-transform:uppercase}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item:hover:not(.editor__elements-logotype-list-item-active) .editor__elements-logotype-list-item-icon svg{fill:#929fb7}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item:hover:not(.editor__elements-logotype-list-item-active) .editor__elements-logotype-list-item-label{color:#929fb7}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item-active{cursor:default}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item-active .editor__elements-logotype-list-item-icon path,.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item-active .editor__elements-logotype-list-item-icon svg{fill:#3479b7}.editor__elements-logotype .editor__elements-logotype-list .editor__elements-logotype-list-item-active .editor__elements-logotype-list-item-label{color:#3479b7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item .editor__elements-arrangement-list-item-icon g{fill:#929fb7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item:hover:not(.editor__elements-arrangement-list-item-active) .editor__elements-arrangement-list-item-icon g,.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item:hover:not(.editor__elements-arrangement-list-item-active) .editor__elements-arrangement-list-item-icon svg{fill:#697894}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item:hover:not(.editor__elements-arrangement-list-item-active) .editor__elements-arrangement-list-item-label{color:#697894}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item-active .editor__elements-arrangement-list-item-icon g{fill:#3479b7}.editor__elements-cards_row{display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;margin-left:-4px;margin-right:-4px;position:relative}.editor__elements-cards_row .editor__elements-cards_row-item{align-items:center;border:2px solid #929fb7;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:4px;margin-right:4px;width:32px}.editor__elements-cards_row .editor__elements-cards_row-item span{color:#929fb7;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.58px;line-height:1.43;text-align:center}.editor__elements-cards_row .editor__elements-cards_row-item-active{background-color:#f6f7f9;border:2px solid #3479b7;cursor:default}.editor__elements-cards_row .editor__elements-cards_row-item-active span{color:#3479b7}.editor__elements-cards_row .editor__elements-cards_row-item-no-active:hover{border:2px solid #697894}.editor__elements-cards_row .editor__elements-cards_row-item-no-active:hover span{color:#697894}.editor__elements-card_align{display:flex;font-family:Roboto,sans-serif;justify-content:space-between}.editor__elements-card_align .editor__elements-card_align-item{cursor:pointer}.editor__elements-card_align .editor__elements-card_align-item svg path,.editor__elements-card_align .editor__elements-card_align-item svg polygon,.editor__elements-card_align .editor__elements-card_align-item svg rect{transition:all .3s ease}.editor__elements-card_align .editor__elements-card_align-item-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:12px;margin-top:5px;text-align:center;text-transform:uppercase}.editor__elements-card_align .editor__elements-card_align-item-active{cursor:default}.editor__elements-card_align .editor__elements-card_align-item-active .editor__elements-card_align-item-title{color:#3479b7}.editor__elements-card_align .editor__elements-card_align-item-active svg path,.editor__elements-card_align .editor__elements-card_align-item-active svg polygon,.editor__elements-card_align .editor__elements-card_align-item-active svg rect{fill:#3479b7}.editor__elements-card_align .editor__elements-card_align-item-no-active:hover .editor__elements-card_align-item-title{color:#697894}.editor__elements-card_align .editor__elements-card_align-item-no-active:hover svg path,.editor__elements-card_align .editor__elements-card_align-item-no-active:hover svg polygon,.editor__elements-card_align .editor__elements-card_align-item-no-active:hover svg rect{fill:#697894}.editor__elements-card_justify{display:flex;font-family:Roboto,sans-serif;justify-content:space-between}.editor__elements-card_justify .editor__elements-card_justify-item{cursor:pointer}.editor__elements-card_justify .editor__elements-card_justify-item svg path,.editor__elements-card_justify .editor__elements-card_justify-item svg polygon,.editor__elements-card_justify .editor__elements-card_justify-item svg rect{transition:all .3s ease}.editor__elements-card_justify .editor__elements-card_justify-item-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:12px;margin-top:5px;text-align:center;text-transform:uppercase}.editor__elements-card_justify .editor__elements-card_justify-item-active{cursor:default}.editor__elements-card_justify .editor__elements-card_justify-item-active .editor__elements-card_justify-item-title{color:#3479b7}.editor__elements-card_justify .editor__elements-card_justify-item-active svg path,.editor__elements-card_justify .editor__elements-card_justify-item-active svg polygon,.editor__elements-card_justify .editor__elements-card_justify-item-active svg rect{fill:#3479b7}.editor__elements-card_justify .editor__elements-card_justify-item-no-active:hover .editor__elements-card_justify-item-title{color:#697894}.editor__elements-card_justify .editor__elements-card_justify-item-no-active:hover svg path,.editor__elements-card_justify .editor__elements-card_justify-item-no-active:hover svg polygon,.editor__elements-card_justify .editor__elements-card_justify-item-no-active:hover svg rect{fill:#697894}.editor__elements-arrangement{position:relative}.editor__elements-arrangement .editor__elements-arrangement-list{display:flex;flex-wrap:wrap;justify-content:space-between}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item{cursor:pointer}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item .editor__elements-arrangement-list-item-icon{margin-bottom:6px}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item .editor__elements-arrangement-list-item-icon svg{fill:#929fb7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item .editor__elements-arrangement-list-item-label{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px;text-align:center;text-transform:uppercase}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item:hover:not(.editor__elements-arrangement-list-item-active) .editor__elements-arrangement-list-item-icon svg{fill:#929fb7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item:hover:not(.editor__elements-arrangement-list-item-active) .editor__elements-arrangement-list-item-label{color:#929fb7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item-active{cursor:default}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item-active .editor__elements-arrangement-list-item-icon svg{fill:#3479b7}.editor__elements-arrangement .editor__elements-arrangement-list .editor__elements-arrangement-list-item-active .editor__elements-arrangement-list-item-label{color:#3479b7}.editor__add-font{width:100%}.editor__add-font .add-font__title{display:flex;justify-content:space-between;position:absolute;right:0;top:2px}.editor__add-font .add-font__title .add-font_text{color:#312e55;font-size:14px;line-height:24px}.editor__add-font .add-font__title .add-font_button{align-self:flex-end;color:#929fb7;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.5px;line-height:20px;transition:all .3s ease}.editor__add-font .add-font__title .add-font_button:hover{color:#3479b7}.editor__fonts-select_wrap{position:relative}.editor__tabs-container{padding-bottom:18px;padding-top:24px}.editor__tabs-wrapper{margin:0}.editor__fontsmanager-wrapper{display:flex;flex-wrap:wrap;height:464px;justify-content:flex-start;padding:2px 16px 8px}.editor__fontsmanager-wrapper .ReactVirtualized__Grid__innerScrollContainer{min-height:458px}.editor__fontsmanager-wrapper.empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.editor__fontsmanager-preloader{align-items:center;display:flex;justify-content:center;width:100%}.editor__fontsmanager-row{display:flex;flex-wrap:nowrap;justify-content:flex-start;padding-top:8px;width:100%}.editor__not-found{align-items:center;flex-wrap:wrap}.editor__not-found,.editor__not-found .editor__not-found-image{display:flex;justify-content:center;width:100%}.editor__not-found .editor__not-found-image img{height:120px;width:140px}.editor__not-found .editor__not-found_text{color:#929fb7;font-size:14px;font-weight:400;line-height:24px;margin-top:16px;text-align:center;width:100%}.editor__filters-wrapper{display:flex;justify-content:space-between;padding:0 24px 8px}.editor__filters-wrapper .editor__input-wrapper{max-width:220px;position:relative;width:100%}.editor__filters-wrapper .editor__select-wrapper{align-items:center;display:flex;justify-content:center}.editor__filters-wrapper .editor__select-wrapper .select-title{color:#929fb7;font-size:14px;font-weight:400;line-height:24px;margin-right:8px}.editor__font-block{background-color:#fff;border:1px solid #d7dce4;border-radius:4px;height:176px;margin-bottom:8px;margin-left:8px;margin-right:8px;padding:16px;position:relative;transition:all .3s ease;width:221px}.editor__font-block:nth-of-type(-n+3){margin-top:0}.editor__font-block-delete{position:absolute;right:15px;top:14px;transition:all .3s ease;z-index:10}.editor__font-block-delete svg{cursor:pointer}.editor__font-block .editor__font-block_title{color:#322d58;font-size:16px;font-weight:500;line-height:24px}.editor__font-block .editor__font-block_text{color:#322d58;font-size:14px;font-weight:400;line-height:24px;margin-top:12px;max-height:88px;overflow:hidden}.editor__font-block .editor__font-block_counter-wrap{bottom:12px;display:flex;justify-content:space-between;position:absolute;width:187px}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_counter{color:#929fb7;font-size:14px;font-weight:400;line-height:24px}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_add-font,.editor__font-block .editor__font-block_counter-wrap .editor__font-block_remove-font{cursor:pointer;opacity:0;transition:all .5s ease}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_add-font{background-color:rgba(52,121,183,.2);border-radius:4px;height:24px;width:24px}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_add-font path{fill:#3479b7}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_add-font:hover{background-color:#3479b7}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_add-font:hover path{transition:all .3s ease;fill:#fff}.editor__font-block .editor__font-block_counter-wrap .editor__font-block_remove-font:hover path{transition:all .3s ease;fill:#d60000}.editor__font-block:hover{background-color:#fff;border:1px solid transparent;box-shadow:0 0 0 2px #3479b7,0 16px 24px 0 rgba(0,0,0,.08)}.editor__font-block:hover .editor__font-block_add-font,.editor__font-block:hover .editor__font-block_remove-font{opacity:1}.editor__font-block.locked span{cursor:default}.editor__font-block.locked:hover{background-color:#fff;border:1px solid #d7dce4;box-shadow:none}.fonts-dropdown_menu{cursor:pointer;position:relative}.fonts-dropdown_menu .fonts-dropdown_menu__list,.fonts-dropdown_menu .fonts-dropdown_menu__list span{align-items:center;display:flex;justify-content:center}.fonts-dropdown_menu .fonts-dropdown_menu__list .fonts-dropdown_menu__value{color:#3479b7;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:24px;margin-right:8px}.fonts-select_menu{position:absolute;right:0;z-index:2}.editor__triangle-indicator{border-color:#929fb7 transparent transparent;border-style:solid;border-width:6px 4px 0;height:0;width:0}.editor__fonts_select{min-width:173px}.editor__fonts_select .react-select__control.react-select__control--menu-is-open{display:none}.editor__fonts_select .react-select__menu{background-color:#fff;border-radius:4px;box-shadow:0 8px 24px 0 rgba(0,0,0,.04)}.editor__fonts_select .react-select__menu .react-select__menu-list{max-height:176px;padding:8px 0}.editor__fonts_select .react-select__menu .react-select__menu-list .react-select__option{color:#312e55;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:24px;padding:4px 16px}.editor__fonts_select .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-focused{background:#fff;color:#3479b7}.editor__fonts_select .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected{background:rgba(52,121,183,.2);color:#3479b7;font-weight:500}.editor__mark-indicator{align-items:center;background-color:transparent;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;position:absolute;right:10px;top:11px;transition:all .3s ease;width:18px}.editor__mark-indicator:hover{background:#d7dce4}.editor__modal{background-color:rgba(0,0,0,.7);display:block;font-family:Roboto,sans-serif;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.editor__modal .editor__modal-dialog{display:flex;justify-content:center;margin:1.75rem auto}.editor__modal .editor__modal-dialog .editor__modal-content{background-clip:padding-box;background-color:#fff;border-radius:6px;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.editor__modal .editor__modal-dialog .editor__modal-content>div:last-child{-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header{background-color:#fff;border-bottom:1px solid #e4ebef;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:0 2px 6px 0 rgba(0,0,0,.04);color:#312e55;font-size:14px;font-stretch:normal;font-style:normal;font-weight:700;height:49px;letter-spacing:.5px;line-height:1.71;overflow:hidden;padding-bottom:12px;padding-top:12px;position:relative;text-align:center;text-transform:uppercase}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header svg{fill:#929fb7}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header span{position:absolute;right:12px;top:14px}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header_close-icon{cursor:pointer;z-index:1}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header_close-icon:hover path{transition:all .3s ease;fill:#929fb7}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header-back{cursor:pointer;left:12px;position:absolute;top:12px;z-index:1}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header-back span{position:static}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header-back svg{transition:all .3s ease;fill:#929fb7}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-header .editor__modal-header-back:hover svg{fill:#d7dce4}.editor__modal .editor__modal-dialog .editor__modal-content .editor__modal-body{background-color:#f6f7f9;box-shadow:0 4px 8px 0 rgba(0,0,0,.12)}.editor__modal-no-scroll{overflow:hidden}.editor__sortable-create-item{cursor:pointer;position:absolute;right:10px;top:12px}.editor__sortable-create-item svg{fill:#312e55}.editor__sortable-create-item:hover svg{fill:#d7dce4}.editor__sortable-list{position:relative}.editor__sortable-list-icon{color:#3479b7;width:22px}.editor__sortable-list-item{align-items:center;background-color:#f6f7f9;border:2px solid transparent;border-radius:4px;color:#312e55;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;margin-bottom:12px;min-height:39px;padding:6px 12px 6px 24px;position:relative;width:100%}.editor__sortable-list-item:last-child{margin-bottom:0}.editor__sortable-list-item .editor__sortable-list-delete{cursor:pointer;display:none;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.editor__sortable-list-item .editor__sortable-list-delete svg{height:20px;width:20px;fill:#929fb7}.editor__sortable-list-item .editor__sortable-list-delete:hover svg{fill:#e35151}.editor__sortable-list-item .editor__sortable-list-settings{cursor:pointer;display:none;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.editor__sortable-list-item .editor__sortable-list-settings svg{height:20px;width:20px;fill:#929fb7}.editor__sortable-list-item .editor__sortable-list-visible{cursor:pointer;display:none;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.editor__sortable-list-item .editor__sortable-list-visible svg{width:20px;fill:#929fb7}.editor__sortable-list-item .editor__sortable-list-handle{cursor:pointer;left:8px;opacity:1;position:absolute;top:50%;transform:translateY(-50%)}.editor__sortable-list-item .editor__sortable-list-handle svg{width:8px;fill:#929fb7}.editor__sortable-list-item:hover{border:2px solid #3479b7;box-shadow:0 2px 4px 0 rgba(0,0,0,.12)}.editor__sortable-list-item:hover .editor__sortable-list-delete,.editor__sortable-list-item:hover .editor__sortable-list-settings,.editor__sortable-list-item:hover .editor__sortable-list-visible{display:block}.editor__sortable-list-icon-disabled,.editor__sortable-list-item-disabled{color:rgba(146,159,183,.4)}.editor__sortable-list-item-disabled .editor__sortable-list-visible{display:block}.editor__sortable-list-item-disabled .editor__sortable-list-visible svg{fill:#3479b7}.editor-edit-menu{position:relative}.editor-edit-menu__label{color:#929fb7;font-size:12px;font-weight:500;margin-bottom:8px;position:relative}.editor-edit-menu__action-delete{width:100%}.editor-edit-menu__action-delete .confirm-delete{font-weight:400;text-transform:none}.editor__elements-rb{display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;position:relative}.editor__elements-rb .editor__elements-rb-row{display:block}.editor__elements-rb-column{display:flex;flex-wrap:wrap}.editor__elements-rb-column .editor__elements-rb-row{margin-bottom:6px;width:100%}.editor__elements-rb-inline{display:flex;flex-wrap:nowrap}.editor__elements-rb-inline .editor__elements-rb-row{margin-right:16px}.editor__elements-rb-container{cursor:pointer;display:block;font-size:14px;font-weight:400;margin-bottom:0;padding-left:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor__elements-rb-container input{cursor:pointer;opacity:0;position:absolute}.editor__elements-rb-container .checkmark{background-color:#e9ecf1;border-radius:50%;height:16px;left:0;position:absolute;top:2px;width:16px}.editor__elements-rb-container:hover input~.checkmark{background-color:#ccc}.editor__elements-rb-container input:checked~.checkmark{background-color:#3479b7}.editor__elements-rb-container .checkmark:after{display:none;position:absolute}.editor__elements-rb-container input:checked~.checkmark:after{display:block}.editor__elements-rb-container .checkmark:after{background:#fff;border-radius:50%;content:"";height:8px;left:4px;top:4px;width:8px}.editor__elements-select-icons{display:flex;font-family:Roboto,sans-serif;position:relative}.editor__elements-select-icons .editor__elements-select-icons-left{display:flex}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-preview{align-items:center;background-color:#e9ecf1;border-radius:4px;color:#3479b7;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;width:48px}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-preview:hover{background-color:#d7dce4}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-preview-disabled{color:#929fb7}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-title{color:#312e55;font-size:14px;margin-bottom:4px}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-description{color:#929fb7;font-size:12px}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-block{font-weight:400;margin-left:12px}.editor__elements-select-icons .editor__elements-select-icons-left .editor__elements-select-icons-modal{background-color:#fff;border-radius:6px;box-shadow:0 9px 25px 0 rgba(0,0,0,.3);left:52px;position:absolute!important;top:52px;width:300px;z-index:10}.editor__elements-select-icons .editor__elements-select-icons-right{align-items:center;display:flex;justify-content:flex-end;margin-left:auto}.editor-empty-state__menu{height:100%;width:100%}.editor-empty-state__menu .editor-empty-state__menu-wrapper{align-items:center;display:flex;justify-content:center;text-align:center}.editor-empty-state__sidebar{height:100%;padding:8px;width:100%}.editor-empty-state__sidebar .editor-empty-state__sidebar-wrapper{align-items:center;background:hsla(0,0%,100%,.4);border-radius:4px;display:flex;justify-content:center;padding:5px;text-align:center}.translation-mode{bottom:38px;left:calc(50% - 154px);position:fixed;z-index:1000}.translation-mode .translation-mode__body{align-items:center;background-color:rgba(52,121,183,.9);border-radius:6px;box-shadow:0 8px 24px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-size:14px;height:48px;min-width:310px}.translation-mode .translation-mode__drag{align-items:center;cursor:grab;display:flex;justify-content:center;width:32px}.translation-mode .translation-mode__drag svg{width:5px;fill:hsla(0,0%,100%,.6)}.translation-mode .translation-mode__description{line-height:24px;padding-right:10px}.translation-mode .translation-mode__select{width:114px}.translation-mode .translation-mode__select .editor__component-select{margin-top:0}.translation-mode .translation-mode__close{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.translation-mode .translation-mode__close svg{cursor:pointer;width:16px;fill:hsla(0,0%,100%,.6)}.translation-mode .translation-mode__close svg:hover{fill:#fff}.editor__loader{background-color:hsla(0,0%,100%,.9);font-family:Roboto,sans-serif;font-weight:400;z-index:190}.editor-delete-confirm,.editor__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.editor-delete-confirm{background-color:rgba(0,0,0,.7);z-index:1000}.editor-languages__popup{background:rgba(0,0,0,.6);overflow:hidden;z-index:10}.editor-languages__popup,.editor-languages__popup-loading{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.editor-languages__popup-loading{background:hsla(0,0%,100%,.5);z-index:1}.editor-languages__popup .editor-languages__popup-modal{background:#fff;border-radius:6px;font-size:14px;padding:16px;width:260px}.editor-languages__popup .editor-languages__popup-modal .editor-languages__popup-title{color:#312e55;font-weight:700;margin-bottom:4px}.editor-languages__popup .editor-languages__popup-modal .editor-languages__popup-description{color:#929fb7;font-weight:400;line-height:24px}.editor-languages__popup .editor-languages__popup-modal .editor-languages__popup-actions{display:flex;margin-left:-4px;margin-right:-4px;margin-top:16px}.editor-languages__popup .editor-languages__popup-modal .editor-languages__popup-actions button{width:100%}.editor-languages__popup .editor-languages__popup-modal .editor-languages__popup-action{padding:0 4px;width:50%}.editor-languages__popup .editor-languages__btn{padding:4px 16px}.editor-languages__popup .editor-languages__btn-danger{background:#e35151}.editor-preloader{align-items:center;background-color:#f6f7f9;display:flex;font-family:Roboto,sans-serif;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.editor-preloader .main-loader svg{height:42px;width:42px;fill:#3479b7}.editor-preloader__block{font-size:30px;font-weight:500}.editor-preloader-loading-line{background:#e9ecf1;border-radius:10px;bottom:-18px;height:4px;left:0;overflow:hidden;position:absolute;width:100%}.editor-preloader-loading-line .editor-preloader-loading-line-progress{background:#3479b7;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:50%}.editor-preloader__spinner{animation-duration:.5s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}.Editor-default-loader{animation:spin .5s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#3479b7;display:inline-block;height:12px;width:12px}#loader{left:calc(50% - 30px);position:absolute;top:calc(50% - 50px)}#box{animation:animate .5s linear infinite;background-image:url(logo.b1621427bd982c3db102.svg);border-radius:3px;height:50px;top:0}#box,#shadow{left:0;position:absolute;width:50px}#shadow{animation:shadow .5s linear infinite;background:#000;border-radius:50%;height:5px;opacity:.1;top:59px}@keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{border-bottom-right-radius:40px;transform:translateY(18px) scaleY(.9) rotate(45deg)}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(180deg)}}@keyframes shadow{50%{transform:scaleX(1.3)}}@keyframes loader{0%{left:-100px}to{left:110%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.editor-preloader__progress{background-color:#e8eaf3;border-radius:10px;height:6px;margin-bottom:5px;margin-top:110px;overflow:hidden;position:relative;width:300px}.editor-preloader__progress .editor-preloader__progress-line{background-color:#d6dae6;height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:0}.editor-preloader__text{color:#a2aac1;font-size:12px;font-weight:300;text-align:center}.editor__locked{align-items:center;background-color:#f6f7f9;display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;height:100%;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%}.editor__locked .editor__locked-button{margin-bottom:24px}.editor__locked .editor__locked-description{color:#929fb7;max-width:420px}.locked-mobile{align-items:center;background-color:#fff;display:flex;font-family:Roboto,sans-serif;height:100vh;justify-content:center;position:relative;text-align:center}.locked-mobile__block{max-width:700px;width:100%}.locked-mobile__block-preview{align-items:center;display:flex;justify-content:center;margin-bottom:32px}.locked-mobile__block-header{color:#312e55;font-weight:700;margin-bottom:8px}.locked-mobile__block-description,.locked-mobile__block-header{font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.5;text-align:center}.locked-mobile__block-description{color:#929fb7;font-weight:400;margin-bottom:24px}.locked-mobile__block-actions a{background-color:#3479b7;border:none;border-radius:4px;color:#fff;display:inline-block;font-size:16px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;line-height:1.5;outline:none;padding:12px 24px;text-align:center;text-decoration:none}.locked-mobile__block-actions a:hover{opacity:.8}@media(max-width:768px){.locked-mobile__block{max-width:303px;width:100%}.locked-mobile__block-preview{margin-bottom:8px}.locked-mobile__block-description{padding-left:8px;padding-right:8px}}.editor__main{--editor-sidebar:0px;display:flex;min-height:100vh}.editor__sidebar{flex-basis:80px;flex-shrink:0;font-family:Roboto,sans-serif;font-weight:400}.editor__sidebar,.editor__sidebar .editor__sidebar-body{background-color:#fff;box-shadow:4px 0 8px 0 rgba(0,0,0,.04);height:100%;width:80px}.editor__sidebar .editor__sidebar-body{left:0;position:fixed;top:0;z-index:1001}.editor__sidebar .editor__sidebar-body .editor__sidebar-header .editor__sidebar-header-back{align-items:center;display:flex;height:80px;justify-content:center}.editor__sidebar .editor__sidebar-body .editor__sidebar-header .editor__sidebar-header-back svg{fill:#929fb7}.editor__sidebar .editor__sidebar-body .editor__sidebar-header .editor__sidebar-header-back:hover{background:#f6f7f9}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item{align-items:center;cursor:pointer;display:flex;height:80px;justify-content:center;text-align:center}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item:hover:not(.editor__sidebar-menu-item-active){background:#f6f7f9}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item .editor__sidebar-menu-item-icon{display:flex;justify-content:center;padding-bottom:10px;padding-top:4px}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item .editor__sidebar-menu-item-icon svg{fill:#929fb7}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item .editor__sidebar-menu-item-title{color:#929fb7;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px;text-align:center;text-transform:uppercase}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item-active{cursor:default}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item-active .editor__sidebar-menu-item-icon svg{fill:#3479b7}.editor__sidebar .editor__sidebar-body .editor__sidebar-menu .editor__sidebar-menu-item-active .editor__sidebar-menu-item-title{color:#3479b7}.editor__sidebar .editor__sidebar-body .editor__sidebar-footer{bottom:0;position:absolute}.editor__sidebar-pages{font-family:Roboto,sans-serif;position:relative}.editor__sidebar-pages .editor__sidebar-pages-search{padding:12px}.editor__sidebar-pages .editor__sidebar-pages-empty{color:#979797;font-size:14px;padding:12px;text-align:center}.editor__sidebar-pages .editor__sidebar-pages-body{height:calc(100vh - 64px);overflow:auto}.editor__sidebar-pages .editor__sidebar-pages-body .editor__collapse-title{padding:12px 16px}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body{padding:0 16px 24px}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body_add-btn{align-items:center;background-color:transparent;border:none;color:#3479b7;display:flex;font-size:14px;font-weight:700;margin-top:12px;padding:4px;transition:all .3s ease;width:100%}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body_add-btn svg{margin-right:6px}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body_add-btn span{line-height:24px}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body_add-btn:hover{background-color:rgba(52,121,183,.1);border-radius:4px}.editor__sidebar-pages .editor__sidebar-pages-body .editor__sidebar-pages__collapse-body_add-btn:focus{box-shadow:none;outline:none}.editor__collapse-component{background-color:transparent;transition:height .5s}.editor__collapse-component.reverse{background-color:#fff}.dasdsa{left:0;position:absolute;top:0}.open+.open{border-top:1px solid transparent}.editor__collapse-component-stop{overflow:visible!important}.editor__collapse-title{align-items:center;background-color:#fff;border-top:1px solid #e4ebef;cursor:pointer;display:flex;justify-content:space-between;padding:16px}.editor__collapse-title svg{fill:#929fb7}.editor__collapse-title.reverse-default{background-color:transparent}.editor__collapse-title:first-child{border-top:0}.editor__collapse-title:nth-last-child(2){border-bottom:1px solid #e4ebef}.editor__collapse-title .editor__collapse-title_text{color:#312e55;font-size:14px;font-weight:700;letter-spacing:.5px;line-height:24px;text-transform:uppercase}.editor__collapse-title .editor__collapse-title_icon{transition:all .3s ease}.editor__collapse-title .editor__collapse-title_icon.down{transform:rotate(1turn)}.editor__collapse-title.open{background-color:transparent;border-bottom:1px solid transparent}.editor__collapse-title.open.reverse-open{background-color:#fff}.editor__collapse-title.open:hover .editor__collapse-title_icon.up{opacity:1}.editor__collapse-title.open .editor__collapse-title_icon{transition:all .5s ease}.editor__collapse-title.open .editor__collapse-title_icon.up{opacity:0;transform:rotate(180deg)}.editor__sidebar-pages_item-wrap{position:relative;transition:all .3s ease}.editor__sidebar-pages_item-wrap:hover{background-color:#e9ecf1;text-decoration:none}.editor__sidebar-pages_item-wrap:hover .editor__sidebar_edit-btn{opacity:1;transition:all .3s ease}.editor__sidebar-pages_item-wrap .editor__sidebar-pages_item{border-bottom:1px solid #e4ebef;cursor:pointer;display:flex;justify-content:space-between;min-height:37px;padding:6px 8px;transition:all .3s ease}.editor__sidebar-pages_item-wrap .editor__sidebar-pages_item .editor__sidebar-pages_text{color:#312e55;font-size:14px;line-height:24px}.editor__sidebar-pages_item-wrap .editor__sidebar-pages_item .editor__sidebar-pages_text-grey{color:#929fb7!important}.editor__sidebar-pages_item-wrap .editor__sidebar-pages_item:hover{text-decoration:none}.editor__sidebar-pages_item-wrap .editor__sidebar-pages_item.disable .editor__sidebar-pages_text{color:#929fb7!important}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn{background:none;border:none;margin-left:auto;opacity:0;padding:1px 6px;position:absolute;right:2px;top:6px;transition:all .3s ease}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn svg path{fill:#929fb7}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn:hover svg path{fill:#687894;transition:all .3s ease}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn:focus{box-shadow:none;outline:none}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn-home{right:32px}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn-home:hover svg{opacity:1;transition:all .3s ease}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn-home.active svg,.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn.active{opacity:1}.editor__sidebar-pages_item-wrap .editor__sidebar_edit-btn.active svg path{fill:#3479b7}.editor__sidebar-pages_item-wrap.active:hover{background-color:transparent}.editor__sidebar-pages_item-wrap.active:hover .editor__sidebar_edit-btn{opacity:.5}.editor__sidebar-pages_item-wrap.active:hover .editor__sidebar_edit-btn svg path{fill:#3479b7}.editor__sidebar-pages_item-wrap.active:hover .editor__sidebar_edit-btn:hover{opacity:1}.editor__sidebar-pages_item-wrap.active .editor__sidebar-pages_item{background-color:rgba(52,121,183,.2);border-bottom:2px solid #3479b7;color:#3479b7;font-weight:500}.editor__sidebar-pages_item-wrap.active .editor__sidebar-pages_svg{opacity:.3}.editor__sidebar-pages_item-wrap.active .editor__sidebar-pages_svg path{fill:#3479b7}.editor__sidebar-pages_item-wrap.active .editor__sidebar-pages_text{color:#3479b7;font-weight:700}.customeTheme{background-color:rgba(49,46,85,.95)!important;border-radius:4px!important;color:#fff!important;font-size:12px!important;font-stretch:normal;font-weight:400!important;line-height:1.67!important;padding:2px 8px!important;text-align:center!important}.customeTheme.place-top{margin-top:-3px!important}.customeTheme.place-top:after{display:none!important}.editor__sidebar-blocks{background:#fff;position:relative}.editor__sidebar-blocks .editor__sidebar-blocks-header{padding:24px}.editor__sidebar-blocks .editor__sidebar-blocks-body{height:calc(100vh - 85px);overflow-y:scroll;padding-left:24px;padding-right:24px}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item{background-color:#fff;border:1px solid rgba(49,46,85,.1);border-radius:4px;cursor:grab;margin-bottom:14px;min-height:24px}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item:not(.editor__sidebar-blocks-item-disabled):hover{border:1px solid rgba(49,46,85,.1);box-shadow:0 8px 24px 0 rgba(49,46,85,.08)}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item:not(.editor__sidebar-blocks-item-disabled):hover .editor__sidebar-blocks-item-image{opacity:.8}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item .editor__sidebar-blocks-item-image{border-radius:4px;display:flex;max-width:100%}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item-disabled{box-shadow:none!important;cursor:no-drop;position:relative}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item-disabled .editor__sidebar-blocks-item-disabled-icon{background:hsla(0,0%,100%,.6);height:100%;left:0;position:absolute;top:0;width:100%}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item-disabled .editor__sidebar-blocks-item-disabled-icon svg{fill:#929fb7}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item-disabled .editor__sidebar-blocks-item-disabled-tooltip{align-items:center;cursor:no-drop;display:flex;height:100%;justify-content:center;width:100%}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-item-empty{background-color:#fff;background-image:url(img-placeholder-1.75be964de8a3ed030a44.png);background-position:50%;background-repeat:no-repeat;background-size:260px;border-radius:4px;height:120px;width:100%}.editor__sidebar-blocks .editor__sidebar-blocks-body .editor__sidebar-blocks-list .editor__sidebar-blocks-list-flip{position:inherit!important}.editor__empty-snippet-height{min-height:100px}.editor__empty-snippet{align-items:center;display:flex;height:2px;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:101}.editor__empty-snippet .editor__empty-snippet-title{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;color:#fff;font-family:Roboto,sans-serif;height:24px;margin-bottom:-23px;min-width:120px;padding:2px 10px;text-align:center;text-transform:uppercase;-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-size:12px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.5px;line-height:20px}.editor__empty-snippet-border{position:absolute;z-index:101}.editor__empty-snippet-border-top{height:3px;left:0;top:0;width:100%}.editor__empty-snippet-border-left{height:100%;left:0;top:0;width:3px}.editor__empty-snippet-border-right{height:100%;right:0;top:0;width:3px}.editor__empty-snippet-border-bottom{bottom:0;height:3px;left:0;width:100%}.editor__empty-snippet-header-footer,.editor__empty-snippet-navbar{background:#fbb03a}.editor__empty-snippet-page{background:#3479b7}.sortable-placeholder{align-items:center;background-color:#3479b7;border-radius:0;display:flex;height:100px!important;justify-content:center;margin-left:0;margin-right:0;width:100%}.sortable-placeholder:before{color:#fff;content:"Insert block";display:block;font-family:Roboto,sans-serif!important;font-weight:700;text-transform:uppercase}.editor-wrapper-content-page-empty .sortable-placeholder{height:auto!important}.editor-wrapper-content-footer .sortable-placeholder,.editor-wrapper-content-header .sortable-placeholder,.editor-wrapper-content-navbar .sortable-placeholder{background:#fbb03a}.sortable-placeholder-first{height:100%!important}.editor__draggable-helper{cursor:pointer;font-size:12px}.editor__draggable-helper,.editor__sortable-helper{background-color:#929fb7;border-radius:3px;box-shadow:0 8px 24px 0 rgba(0,0,0,.12);-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.12);-moz-box-shadow:0 8px 24px 0 rgba(0,0,0,.12);color:#fff;display:flex;font-weight:700;padding:3px 20px;text-transform:uppercase;white-space:nowrap}.editor__sortable-helper{cursor:all-scroll!important;font-size:12px!important;height:24px!important;justify-content:center;line-height:18px;max-width:170px;text-align:center}.editor__components{margin:-12px;max-height:680px;overflow-y:auto;position:relative}.editor__components .editor__components-row{border-bottom:1px solid #e4ebef;padding-bottom:24px;padding-top:24px;position:relative}.editor__components .editor__components-row .editor__components-loader{background:hsla(0,0%,100%,.65);cursor:default;height:100%;left:0;position:absolute;top:0;width:100%}.editor__components .editor__components-row:last-child{border-bottom:none;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.editor__components .editor__components-row:hover{background-color:#fff;cursor:pointer}.editor__components .editor__components-row .editor__components-body{background:none!important;max-height:600px;padding:0 24px}.editor__components .editor__components-row .editor__components-header{display:flex;height:38px;justify-content:space-between}.editor__components .editor__components-row .editor__components-header .editor__components-title{color:#929fb7;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.5px;line-height:1.67;padding-left:24px;padding-right:24px;text-transform:uppercase}.editor__components .editor__components-row .editor__components-header .editor__components-reset{color:#929fb7;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.5px;line-height:1.67;opacity:0;padding-left:24px;padding-right:24px}.editor__components .editor__components-row .editor__components-header .editor__components-reset .editor__components-reset-button{align-items:center;display:flex}.editor__components .editor__components-row .editor__components-header .editor__components-reset .editor__components-reset-icon{fill:#929fb7;margin-right:4px}.editor__components .editor__components-row .editor__components-header .editor__components-reset:hover{color:#e35151}.editor__components .editor__components-row .editor__components-header .editor__components-reset:hover .editor__components-reset-icon{fill:#e35151}.editor__components .editor__components-row:hover .editor__components-header .editor__components-reset{opacity:1}.editor__components .editor__components-row-loading{cursor:default}.editor__components .editor__components-row-loading .editor__components-header .editor__components-reset{opacity:1}.editor__component-action-disabled{opacity:.2}.editor__component-action-active .editor__actions-node-hover{display:none}.editor__actions-node{position:relative}.editor__actions-node:hover,.editor__actions-node:hover .editor__actions-node-hover{opacity:1}.editor__actions-node .editor__actions-node-hover{background:hsla(0,0%,100%,.5);border:1px dashed #e4ebef;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.editor__component{display:flex;margin:-12px;min-height:530px;overflow:hidden;position:relative}.editor__component-wrapper{position:relative}.editor__component .editor__component-render-title{color:#929fb7;display:block;font-family:Roboto,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.5px;line-height:1.67;padding-bottom:8px;text-transform:uppercase}.editor__component .editor__component-preview{background:inherit!important;max-height:530px;overflow-x:auto;padding:24px;width:100%}.editor__component .editor__component-settings-block{border-left:1px solid #e4ebef;flex-basis:300px;flex-shrink:0;max-height:530px;position:relative;width:300px}.editor__component .editor__component-settings-block .editor__component-settings-header{border-bottom:1px solid #e4ebef}.editor__component .editor__component-settings{height:100%;max-height:482px;overflow-x:auto;position:relative}.editor__component .editor__component-settings .editor__collapse-title{background:#f6f7f9}.editor__component .editor__component-settings .editor__collapse-title.open{background:#fff}.editor__component .editor__component-settings .editor__collapse-component{background:#f6f7f9}.editor__component .editor__component-settings .open+.open{background:#fff}.editor__component .editor__component-settings-body{padding-bottom:16px;padding-left:16px;padding-right:16px}.editor__component .editor__component-settings-base{cursor:default!important;padding-left:16px}.editor__component .editor__component-settings-back{align-items:center;color:#929fb7;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;height:48px;letter-spacing:.5px;line-height:1.71;text-transform:uppercase}.editor__component .editor__component-settings-back .editor__component-settings-back-title{cursor:pointer;transition:all .3s ease}.editor__component .editor__component-settings-back .editor__component-settings-back-title:hover{color:#697894}.editor__component .editor__component-settings-back .editor__component-settings-back-icon{cursor:pointer;display:flex;justify-content:center;width:38px}.editor__component .editor__component-settings-back .editor__component-settings-back-icon:hover svg{fill:#697894}.editor__component .editor__component-settings-back .editor__component-settings-back-icon svg{transition:all .3s ease;fill:#929fb7}.editor__component .editor__component-settings-back .editor__component-settings-back-icon{position:relative}.editor__component-empty-settings{align-items:center;display:flex;height:100%;justify-content:center}.editor__component-empty-settings .editor__component-empty-block{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.editor__component-empty-settings .editor__component-empty-block .editor__component-empty-image{margin-bottom:16px}.editor__component-empty-settings .editor__component-empty-block .editor__component-empty-description{color:#929fb7;font-family:Roboto,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:.5px;line-height:1.67;max-width:240px;padding-left:24px;padding-right:24px;text-align:center}.editor-sidebar__languages{height:100vh;overflow:auto;padding:16px;position:relative}.editor-sidebar__languages .editor-sidebar__languages-title{color:#312e55;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.editor-sidebar__languages .editor-sidebar__languages-description{color:#929fb7;font-family:Roboto,sans-serif;font-size:14px;letter-spacing:.5px;margin-bottom:24px;position:relative}.editor-sidebar__languages .editor-sidebar__languages-body,.editor-sidebar__languages .editor-sidebar__languages-body .editor-sidebar__languages-list{position:relative}.editor-sidebar__languages .editor-sidebar__languages-actions{display:flex;margin-top:8px;position:relative}.editor-sidebar__languages .editor-sidebar__languages-actions .editor-sidebar__languages-button{align-items:center;background-color:transparent;border:none;color:#3479b7;display:flex;font-size:14px;font-weight:700;padding:4px;transition:all .3s ease;width:100%}.editor-sidebar__languages .editor-sidebar__languages-actions .editor-sidebar__languages-button svg{margin-right:6px}.editor-sidebar__languages .editor-sidebar__languages-actions .editor-sidebar__languages-button span{line-height:24px}.editor-sidebar__languages .editor-sidebar__languages-actions .editor-sidebar__languages-button:hover{background-color:rgba(52,121,183,.1);border-radius:4px}.editor-sidebar__languages .editor-sidebar__languages-actions .editor-sidebar__languages-button:focus{box-shadow:none;outline:none}.editor-sidebar__languages .editor-sidebar__languages-loader{align-items:center;background-color:hsla(0,0%,100%,.8);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10000}.editor-sidebar__languages-item{align-items:center;border-bottom:1px solid #e9ecf1;color:#312e55;cursor:pointer;display:flex;font-size:14px;position:relative}.editor-sidebar__languages-item:hover{background-color:#e9ecf1}.editor-sidebar__languages-item:hover .editor-sidebar__languages-item-actions{opacity:1;visibility:visible}.editor-sidebar__languages-item .editor-sidebar__languages-item-main{align-items:center;display:flex;height:48px;padding:12px;width:100%}.editor-sidebar__languages-item-handle{align-items:center;cursor:grab;display:flex;margin-right:8px}.editor-sidebar__languages-item-handle svg{width:5px;fill:#929fb7}.editor-sidebar__languages-item-name{line-height:14px}.editor-sidebar__languages-item-actions{align-items:center;display:flex;height:100%;opacity:0;position:absolute;right:0;transition:all .5s ease;visibility:hidden}.editor-sidebar__languages-item-actions .editor-sidebar__languages-item-actions-item{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding-right:12px}.editor-sidebar__languages-item-actions .editor-sidebar__languages-item-actions-item svg{fill:#929fb7}.editor-sidebar__languages-item-actions .editor-sidebar__languages-item-actions-item:hover svg{fill:#697894}.editor-sidebar__languages-item-actions .editor-sidebar__languages-item-actions-visibility svg{height:18px;width:18px}.editor-sidebar__languages-item-disabled{color:#929fb7}.editor-sidebar__languages-item-disabled .editor-sidebar__languages-item-actions-visibility svg,.editor-sidebar__languages-item-disabled:hover .editor-sidebar__languages-item-actions-visibility svg{fill:#3479b7}.editor-sidebar__languages-item-drag{background:rgba(233,236,241,.8)}.editor-sidebar__languages-item-active{background:rgba(52,121,183,.1);border-bottom:2px solid #3479b7;cursor:default}.editor-sidebar__languages-item-active .editor-sidebar__languages-item-name{color:#3479b7;font-weight:700}.editor-sidebar__languages-item-default{font-weight:400!important}.languages-list__loader{align-items:center;background-color:hsla(0,0%,100%,.8);-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.editor-translations{position:relative}.editor-translations .editor-translations__header{display:flex;justify-content:space-between;position:relative;width:100%}.editor-translations .editor-translations__header .editor-translations__header-left{align-items:center;display:flex;position:relative}.editor-translations .editor-translations__header .editor-translations__header-left .editor-translations__header-title{margin-right:8px}.editor-translations .editor-translations__header .editor-translations__header-right{position:relative}.editor-translations .editor-translations__header .editor-translations__header-right .editor-translations__header-search{position:relative;width:220px}.editor-translations .editor-translations__header .editor-translations__header-right .editor-translations__header-search-badge{background-color:rgba(52,121,183,.1);border-radius:30px;color:#3479b7;display:block;font-size:12px;min-width:20px;padding:0 4px;position:absolute;right:6px;top:6px}.editor-translations .editor-translations__header .editor-translations__header-badge{background-color:rgba(52,121,183,.1);border-radius:30px;color:#3479b7;font-size:12px;padding:2px 8px;text-transform:none}.editor-translations .editor-translations__body{display:flex;font-weight:400;height:580px}.editor-translations .editor-translations__body img{margin-right:4px}.editor-translations .editor-translations__body .editor-translations__body-left{background:#f6f7f9;border-bottom-left-radius:6px;flex-basis:154px;flex-shrink:0;overflow-x:auto;width:154px}.editor-translations .editor-translations__body .editor-translations__body-left .editor-translations__body-list{overflow:hidden;padding-top:12px;position:relative}.editor-translations .editor-translations__body .editor-translations__body-left .editor-translations__body-list .editor-translations__body-list-item{color:#3479b7;cursor:pointer;font-size:14px;font-weight:400;padding-bottom:4px;padding-left:16px;padding-top:4px;white-space:nowrap}.editor-translations .editor-translations__body .editor-translations__body-left .editor-translations__body-list .editor-translations__body-list-item:hover{color:rgba(52,121,183,.8)}.editor-translations .editor-translations__body .editor-translations__body-right{background:#fff;border-bottom-right-radius:6px;border-left:1px solid #e9ecf1;display:flex;flex-wrap:wrap;width:100%}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms{height:530px;padding:16px;width:100%}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms .editor-translations__body-forms-group{margin-bottom:16px}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms .editor-translations__body-forms-group-rtl{direction:rtl}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms .editor-translations__body-forms-group-rtl .editor-translations__body-forms-label{text-align:right}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms .editor-translations__body-forms-label{color:#929fb7;font-size:12px;font-weight:500;margin-bottom:6px}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-forms .editor-translations__body-forms-label mark{padding:0}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-actions{align-items:center;border-top:1px solid #e9ecf1;display:flex;height:49px;justify-content:flex-end;padding:2px 16px;width:100%}.editor-translations .editor-translations__body .editor-translations__body-right .editor-translations__body-reset{color:#3479b7;cursor:pointer;font-size:14px;margin-right:12px}.editor-translations__loader{background:hsla(0,0%,100%,.8);border-radius:6px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}.editor-translations__loader,.editor__publish-button{align-items:center;display:flex;justify-content:center}.editor__publish-button{background-color:rgba(255,179,42,.1);font-size:16px;height:80px;position:relative;width:80px;z-index:1000}.editor__publish-button.success{background-color:rgba(112,175,45,.1)}.editor__publish-button.error{background-color:rgba(225,59,59,.1)}.editor__publish-button .editor__publish-button_clicker{background-color:#ffb32a;border-radius:6px;box-shadow:0 8px 24px 0 rgba(255,179,42,.1);cursor:pointer;padding:12px;transition:all 1s ease}.editor__publish-button .editor__publish-button_clicker.error{background-color:#e35151}.editor__publish-button .editor__publish-button_clicker.success{background-color:#70af2d}.editor__publish-button .editor__publish-button_clicker.error,.editor__publish-button .editor__publish-button_clicker.loader,.editor__publish-button .editor__publish-button_clicker.success{cursor:pointer}