*{box-sizing:border-box}body,html{margin:0}body{font-family:Poppins,sans-serif;overflow-x:hidden}: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:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;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:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.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 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:hsla(0,0%,100%,.7);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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_TextInput__hyW0D{display:flex;flex-direction:column;width:100%}.styles_TextInput__hyW0D .styles_label__I9ksX{font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_TextInput__hyW0D .styles_label__I9ksX .styles_required__XhX0p{color:#7a74fb}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D{position:relative}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D:after{content:"";display:block;height:24px;left:20px;position:absolute;top:12px;width:24px}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_none__FpsrA:after{display:none}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_none__FpsrA input{padding-left:20px}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_email__ER9vV:after{background-image:url(/static/media/email.06e158618ee144b4f7fd.svg)}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_password__WHwta:after{background-image:url(/static/media/password.6d72fabd4de8d0c60bbf.svg)}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_name__5xlnq:after{background-image:url(/static/media/name.6c84ba1058c60949a2dd.svg)}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D.styles_company__VqWuV:after{background-image:url(/static/media/company.e88f12ccdf7969751405.svg)}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D input{border:1px solid #1b1c37;border-radius:10px;font-size:13.5929px;font-style:normal;font-weight:300;height:48px;line-height:20px;padding-left:64px;padding-right:20px;width:100%}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D input::-webkit-input-placeholder{color:#5f6073}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D input::placeholder{color:#5f6073}.styles_TextInput__hyW0D .styles_inputContainer__Agm3D input:focus{outline:none}@media (max-width:1024px){.styles_TextInput__hyW0D .styles_label__I9ksX{font-size:13.5929px;line-height:20px;margin-bottom:10px}.styles_TextInput__hyW0D input{background-position:17px;background-size:20px;height:40px;padding-left:54px}}.styles_Select__Op2vY{position:relative;width:100%}.styles_Select__Op2vY .styles_label__UKsTH{display:block;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_Select__Op2vY .styles_label__UKsTH .styles_required__bE89A{color:#7a74fb}.styles_Select__Op2vY .styles_selector__5wVln{align-items:center;background-image:url(/static/media/position.ca4c2098ad07e8804234.svg);background-position:20px;background-repeat:no-repeat;border:1px solid #1b1c37;border-radius:10px;color:#5f6073;display:flex;font-size:16px;font-weight:300;height:48px;line-height:24px;padding-left:64px;position:relative;width:100%}.styles_Select__Op2vY .styles_selector__5wVln.styles_none__gc\+RQ{background-image:none;padding-left:20px}.styles_Select__Op2vY .styles_selector__5wVln.styles_open__zvTul{border-bottom:none;border-radius:10px 10px 0 0}.styles_Select__Op2vY .styles_selector__5wVln.styles_open__zvTul:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.styles_Select__Op2vY .styles_selector__5wVln:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.94 13.78a.495.495 0 0 1-.354-.147.503.503 0 0 1 0-.706L9.933 8.58a.82.82 0 0 0 0-1.16L5.586 3.073a.503.503 0 0 1 0-.706.503.503 0 0 1 .707 0l4.347 4.346c.34.34.533.8.533 1.287 0 .487-.187.947-.533 1.287l-4.347 4.346a.524.524 0 0 1-.353.147Z' fill='%235F6073'/%3E%3C/svg%3E");content:"";display:block;height:16px;position:absolute;right:20px;top:16px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:16px}.styles_Select__Op2vY .styles_options__IoNGs{background-color:#fff;border:1px solid #1b1c37;border-radius:0 0 10px 10px;border-top:none;overflow:hidden;padding-bottom:19px;padding-left:20px;padding-right:20px;width:100%}.styles_Select__Op2vY .styles_options__IoNGs.styles_none__gc\+RQ .styles_option__diVdf{padding-left:0}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf{border-bottom:.2px solid #c1c2d0;cursor:pointer;font-size:14px;font-weight:300;line-height:21px;padding-bottom:7.5px;padding-left:44px;padding-top:10px;position:relative}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf:first-child{border-top:.2px solid #c1c2d0}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_active__wW2lK{background-image:url(/static/media/selected.b0d7bacd7485fc7ade33.svg);background-position:100%;background-repeat:no-repeat}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_brand__EwUCW:after{background-image:url(/static/media/brand.86257dd338a5c5c20274.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_creativityAgency__AYdFv:after{background-image:url(/static/media/agency.7973977acf2dc1274042.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_founder__5wdDl:after{background-image:url(/static/media/founder.5631d663ec4632021871.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_marketer__YBxCv:after{background-image:url(/static/media/brand.86257dd338a5c5c20274.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_designer__CHaCP:after{background-image:url(/static/media/designer.aeb9d8dcb1b0e04bcdfd.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_legal__XuIvb:after{background-image:url(/static/media/legal.cd828fd1dc80e04846d8.svg)}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf:after{content:"";display:block;height:24px;left:0;position:absolute;top:8px;width:24px}@media (max-width:1024px){.styles_Select__Op2vY .styles_label__UKsTH{font-size:13.5929px;font-weight:500;line-height:20px;margin-bottom:10px}.styles_Select__Op2vY .styles_selector__5wVln{background-position:17px;background-size:20px 20px;font-size:13.5929px;font-weight:300;height:40px;line-height:20px;padding-left:54px}.styles_Select__Op2vY .styles_selector__5wVln:after{background-size:contain;height:14px;top:calc(50% - 7px);width:14px}.styles_Select__Op2vY .styles_options__IoNGs{padding-left:17px;padding-right:17px}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf{font-size:11.8938px;line-height:18px}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf.styles_active__wW2lK{background-size:20px}.styles_Select__Op2vY .styles_options__IoNGs .styles_option__diVdf:after{background-size:contain;height:20px;width:20px}}.styles_SignUp__Bre1Y{align-items:center;background-color:#fcfcff;background-image:url(/static/media/loginBackground2.c02df1d6997384f97bf8.svg),url(/static/media/loginBackground.987fa7a8579e64c28ba0.svg),url(data:image/png;base64,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);background-position:100% 0,0 100%,left 60px top 60px;background-repeat:no-repeat;background-size:auto,auto,210px;display:flex;justify-content:center;min-height:100vh;position:relative}.styles_SignUp__Bre1Y .styles_container__yDyla{align-items:center;background-color:#fff;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-bottom:100px;padding-top:50px;position:relative;width:452px;z-index:1}.styles_SignUp__Bre1Y .styles_container__yDyla form{display:flex;flex-direction:column;width:352px}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_link__I0f0x{color:#5f6073;display:inline-block;font-size:10px;font-weight:300;line-height:12px;text-align:center;width:100%}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_link__I0f0x a{color:#7a74fb;font-size:12px;font-weight:700}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_error__AMDh\+{color:red;font-size:12px;padding-top:5px}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_submitButton__00S6Q{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;line-height:24px;margin-bottom:5px;width:100%}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_inputContainer__lgIhJ,.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_selectContainer__TSXb7{margin-bottom:24px}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_inputContainer__lgIhJ:last-child{margin-bottom:0}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P{margin-bottom:25px;width:352px}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin:0}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P .styles_steps__o3tJy{color:#5f6073;font-size:10px;font-weight:400;line-height:15px;margin-top:8px}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P .styles_steps__o3tJy span.styles_active__4DXhj{color:#7579ff}@media (max-width:1024px){.styles_SignUp__Bre1Y{align-items:flex-start;background-image:url(/static/media/loginBackgroundMobile.3f995e4d16c83b8cbca0.svg),url(/static/media/mobileLogo.f45b38ba55f382ceabb2.svg);background-position:bottom,center 60px;background-size:contain,120px;flex-direction:row;justify-content:center;padding-top:170px}.styles_SignUp__Bre1Y .styles_container__yDyla{padding-bottom:85px;padding-top:42px;width:384px}.styles_SignUp__Bre1Y .styles_container__yDyla form{width:299px}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_submitButton__00S6Q{font-size:13.5929px;font-weight:600;height:40px;line-height:20px}.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_inputContainer__lgIhJ,.styles_SignUp__Bre1Y .styles_container__yDyla form .styles_selectContainer__TSXb7{margin-bottom:20px}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P{margin-bottom:21px;width:299px}.styles_SignUp__Bre1Y .styles_container__yDyla .styles_header__Zld6P h1{font-size:20.3894px;line-height:31px}}.styles_SignIn__WnuA9{align-items:center;background-color:#fcfcff;background-image:url(/static/media/loginBackground2.c02df1d6997384f97bf8.svg),url(/static/media/loginBackground.987fa7a8579e64c28ba0.svg),url(data:image/png;base64,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);background-position:100% 0,0 100%,left 60px top 60px;background-repeat:no-repeat;background-size:auto,auto,210px;display:flex;justify-content:center;min-height:100vh;position:relative}.styles_SignIn__WnuA9 .styles_container__iuyS0{align-items:center;background-color:#fff;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-bottom:100px;padding-top:50px;position:relative;width:452px;z-index:1}.styles_SignIn__WnuA9 .styles_container__iuyS0 form{display:flex;flex-direction:column;width:352px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_forgotPassword__PfSVD{color:#5f6073;display:inline-block;font-size:10px;font-weight:300;line-height:15px;margin-bottom:24px;text-align:right;-webkit-text-decoration-line:underline;text-decoration-line:underline;width:100%}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_noAccount__uHCUR{color:#5f6073;display:inline-block;font-size:10px;font-weight:300;line-height:12px;text-align:center;width:100%}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_noAccount__uHCUR a{color:#7a74fb;font-size:12px;font-weight:700}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_error__4C3vZ{color:red;font-size:12px;padding-top:5px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_submitButton__Nwn1O{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;line-height:24px;margin-bottom:5px;width:100%}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_inputContainer__SpXK2{margin-bottom:24px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_inputContainer__SpXK2.styles_lastOne__3R0Wm{margin-bottom:0}.styles_SignIn__WnuA9 .styles_container__iuyS0 .styles_header__182D2{width:352px}.styles_SignIn__WnuA9 .styles_container__iuyS0 .styles_header__182D2 h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin-bottom:25px}@media (max-width:1024px){.styles_SignIn__WnuA9{align-items:flex-start;background-image:url(/static/media/loginBackgroundMobile.3f995e4d16c83b8cbca0.svg),url(/static/media/mobileLogo.f45b38ba55f382ceabb2.svg);background-position:bottom,center 60px;background-size:contain,120px;flex-direction:row;justify-content:center;padding-top:170px}.styles_SignIn__WnuA9 .styles_container__iuyS0{max-width:384px;padding-bottom:85px;padding-top:42px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form{width:299px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_forgotPassword__PfSVD{margin-bottom:20px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_submitButton__Nwn1O{font-size:13.5929px;font-weight:600;height:40px;line-height:20px}.styles_SignIn__WnuA9 .styles_container__iuyS0 form .styles_inputContainer__SpXK2{margin-bottom:20px}.styles_SignIn__WnuA9 .styles_container__iuyS0 .styles_header__182D2{width:299px}.styles_SignIn__WnuA9 .styles_container__iuyS0 .styles_header__182D2 h1{font-size:20.3894px;font-weight:600;line-height:31px;margin-bottom:21px}}.styles_filler__DRatf{background-color:#edeeff;bottom:0;left:0;position:fixed;top:0;transition:all .1s;width:211px}.styles_filler__DRatf.styles_collapsed__NM179{width:84px}.styles_Sidebar__lcjV9{background-color:#edeeff;left:0;min-height:100vh;overflow:hidden;padding-left:30px;padding-right:20px;position:relative;transition:all .1s;width:211px}.styles_Sidebar__lcjV9.styles_collapsed__NM179{width:84px}.styles_Sidebar__lcjV9.styles_collapsed__NM179 .styles_logo__iAXr2{left:17px}.styles_Sidebar__lcjV9.styles_collapsed__NM179 .styles_userBlock__IIk1T .styles_userPic__DgjS3{left:-7px;position:relative}.styles_Sidebar__lcjV9.styles_collapsed__NM179 .styles_userBlock__IIk1T .styles_companyName__P6gs\+,.styles_Sidebar__lcjV9.styles_collapsed__NM179 .styles_userBlock__IIk1T .styles_username__sWPA9{font-size:0}.styles_Sidebar__lcjV9.styles_collapsed__NM179 .styles_userBlock__IIk1T .styles_companyName__P6gs\+:after{right:-12px}.styles_Sidebar__lcjV9.styles_collapsed__NM179 nav h2{left:-5px;position:relative}.styles_Sidebar__lcjV9.styles_collapsed__NM179 nav ul li span{background-position:10px;font-size:0}.styles_Sidebar__lcjV9.styles_collapsed__NM179 nav ul li span.styles_activeLink__3CL7g{width:42px}.styles_Sidebar__lcjV9 .styles_logo__iAXr2{left:24px;position:absolute;top:25px;width:50px;z-index:22}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T{align-items:center;border-bottom:.5px solid #c1c2d0;display:flex;gap:7px;left:-5px;padding-bottom:42px;padding-top:100px;position:relative}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T a{text-decoration:none}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T .styles_userPic__DgjS3{align-items:center;background-color:initial;border:2px solid #7579ff;border-radius:50%;display:flex;height:46px;justify-content:center;width:46px}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T .styles_userPic__DgjS3 span{color:#7579ff;font-size:24px;font-weight:700;line-height:36px}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T .styles_username__sWPA9{font-size:16px;font-weight:500;line-height:24px;margin:0;white-space:nowrap}.styles_Sidebar__lcjV9 .styles_userBlock__IIk1T .styles_companyName__P6gs\+{font-size:10px;font-weight:300;line-height:24px;margin:0;position:relative;white-space:nowrap}.styles_Sidebar__lcjV9 nav{border-bottom:.5px solid #c1c2d0;margin-top:25px;padding-bottom:19px}.styles_Sidebar__lcjV9 nav:last-child{border-bottom:none}.styles_Sidebar__lcjV9 nav h2{font-size:15px;font-weight:500;line-height:22px;margin:0 0 18px}.styles_Sidebar__lcjV9 nav ul{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.styles_Sidebar__lcjV9 nav ul li span{align-items:center;background-position:11px;background-repeat:no-repeat;border-radius:8px;display:inline-flex;height:40px;left:-11px;padding-left:45px;position:relative}.styles_Sidebar__lcjV9 nav ul li span.styles_dashboard__iCSQ3{background-image:url(/static/media/dashboard.ab5062418719c806644e.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_production__NSgrR{background-image:url(/static/media/production.a074b814349a9ddc4d82.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_designReview__anKW0{background-image:url(/static/media/designReview.a74b10101c33e782aafe.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_approved__qSKt1{background-image:url(/static/media/approved.cf2a6828675418eafaaa.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_review__zWRSG{background-image:url(/static/media/readyforreview.17c1d1029fc2b83d0617.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_editrequests__zphcz{background-image:url(/static/media/revisions.7da6753b88c71a20c6a5.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_finalLegal__h7ObK{background-image:url(/static/media/finalLegal.c7a9726b4637d6f06bae.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_completed__aGgpm{background-image:url(/static/media/completed.38e2f79d81ae208f200f.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_facebook__WJPg9{background-image:url(/static/media/meta.2aad6fea9f4ed3dabe44.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_instagram__MhHZg{background-image:url(/static/media/instagram.75c6bbc8189402d6f2ec.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_snapchat__D8GDW{background-image:url(/static/media/snapchat.8a5cbb0f681be554c813.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_tikTok__qPa7i{background-image:url(/static/media/tikTok.c90949f94dde6f9e8e4d.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_pinterest__4vj\+g{background-image:url(/static/media/pinterest.897df6b78c1eace6acab.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_youTube__TjjjP{background-image:url(/static/media/youTube.4b872362b84a0fdb0003.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_uac__MGwAO{background-image:url(/static/media/uac.3e4ff611355f5f88d718.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g{background-color:#7579ff;color:#edeeff;width:151px}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_dashboard__iCSQ3{background-image:url(/static/media/dashboardActive.1afb03e55dcbca436844.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_approved__qSKt1{background-image:url(/static/media/approvedActive.e0b88895063bc7630bb8.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_editrequests__zphcz{background-image:url(/static/media/revisionsActive.cdcae748bc2df0ac2ce7.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_review__zWRSG{background-image:url(/static/media/readyforreviewActive.f33a3bbe38f1204ff380.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_completed__aGgpm{background-image:url(/static/media/completedActive.c4ff86fd90793bbb9a9f.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_designReview__anKW0{background-image:url(/static/media/designReviewActive.102ff17cd1c9d55c53ab.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_revisions__QsDsg{background-image:url(/static/media/revisionsActive.cdcae748bc2df0ac2ce7.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_production__NSgrR{background-image:url(/static/media/productionActive.5e8b423dad538e20ea50.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_youTube__TjjjP{background-image:url(/static/media/youTubeActive.20c7dd116cbc5f9d5eff.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_tikTok__qPa7i{background-image:url(/static/media/tikTokActive.2908c87abb2d695b2777.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_snapchat__D8GDW{background-image:url(/static/media/snapchatActive.dc07bec849295235503a.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_facebook__WJPg9{background-image:url(/static/media/metaActive.cc4e046a27c1bcf310a2.svg)}.styles_Sidebar__lcjV9 nav ul li span.styles_activeLink__3CL7g.styles_instagram__MhHZg{background-image:url(/static/media/instagramActive.bd7e55906e6061d6e94e.svg)}.styles_Sidebar__lcjV9 nav ul li a{color:#5f6073;font-size:12px;font-weight:400;line-height:18px;text-decoration:none;white-space:nowrap}@media (max-width:1024px){.styles_backdrop__oOlLD{background-color:hsla(0,0%,100%,.9);bottom:0;left:0;position:fixed;right:0;top:0}@supports ((-webkit-backdrop-filter:blur(2em)) or (backdrop-filter:blur(2em))){.styles_backdrop__oOlLD{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.4)}}}.styles_DownloadButton__zM1d3{align-items:center;background-color:#7579ff;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:400;height:46px;line-height:30px;margin-right:14px;padding-left:16px;position:relative;width:138px}.rdw-option-wrapper{align-items:center;background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;height:20px;justify-content:center;margin:0 4px;min-width:25px;padding:5px;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-option-active,.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-disabled{cursor:default;opacity:.3}.rdw-dropdown-wrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{border-left:5px solid transparent;border-right:5px solid transparent;height:0;position:absolute;right:10%;top:35%;width:0}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{align-items:center;display:flex;height:100%;padding:0 5px;position:relative}.rdw-dropdown-optionwrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;margin:0;max-height:250px;overflow-y:scroll;padding:0;position:relative;width:98%;z-index:100}.rdw-dropdown-optionwrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdownoption-default{align-items:center;display:flex;min-height:25px;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{cursor:default;opacity:.3}.rdw-inline-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-block-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-text-align-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-colorpicker-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:175px;left:5px;padding:15px;position:absolute;top:35px;width:175px;z-index:100}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{cursor:pointer;font-size:15px;padding:0 10px 5px;text-align:center;width:50%}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{display:flex;flex-wrap:wrap;height:100%;margin:5px auto;overflow:scroll;width:100%}.rdw-colorpicker-cube{border:1px solid #f1f1f1;height:22px;width:22px}.rdw-colorpicker-option{border:none;box-shadow:inset 1px 2px 1px #bfbdbd;height:22px;margin:3px;min-height:20px;min-width:22px;padding:0;width:22px}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:205px;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{border:1px solid #f1f1f1;border-radius:2px;height:25px;margin-bottom:15px;margin-top:5px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin-left:10px;text-transform:capitalize;width:75px}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-embedded-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-embedded-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:180px;justify-content:space-between;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-embedded-modal-header{display:flex;font-size:15px}.rdw-embedded-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-embedded-modal-header-label{background:#6eb8d4;border:1px solid #f1f1f1;border-bottom:2px solid #0a66b7;margin-top:5px;width:95px}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:10px 0;padding:0 5px;width:88%}.rdw-embedded-modal-link-input-wrapper{align-items:center;display:flex}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize;width:75px}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-embedded-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:80%}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-emoji-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-wrap:wrap;height:180px;left:5px;overflow:auto;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-emoji-icon{cursor:pointer;font-size:22px;height:24px;margin:2.5px;width:24px}.rdw-emoji-icon,.rdw-spinner{align-items:center;display:flex;justify-content:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both;background-color:#333;border-radius:100%;display:inline-block;height:12px;width:12px}.rdw-spinner .rdw-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.rdw-spinner .rdw-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.rdw-image-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-image-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-image-modal-header{display:flex;font-size:15px;margin:10px 0}.rdw-image-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-image-modal-header-label{background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px;width:80px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{align-items:center;background-color:#f1f1f1;border:none;color:gray;cursor:pointer;display:flex;font-size:15px;justify-content:center;margin:10px 0;outline:2px dashed gray;outline-offset:-10px;padding:9px 0;width:100%}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:15px;width:100%}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-height:200px;max-width:100%}.rdw-image-modal-upload-option-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.rdw-image-modal-url-section{align-items:center;display:flex}.rdw-image-modal-url-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:15px 0 12px;padding:0 5px;width:90%}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 5px;text-transform:capitalize;width:75px}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{height:100%;left:0;opacity:.5;position:absolute;top:-3px;width:100%}.rdw-image-modal-alt-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;margin-left:5px;width:70%}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-image-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:40%}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-history-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{background-color:#fff;cursor:pointer;left:40%;position:absolute;top:0}.rdw-mention-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{background:#fff;border:1px solid #f1f1f1;display:flex;flex-direction:column;max-height:150px;min-width:100px;overflow:auto;position:absolute;z-index:100}.rdw-suggestion-option{border-bottom:1px solid #f1f1f1;padding:7px 5px}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-image-alignment-options-popup{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;padding:5px 2px;position:absolute;width:105px;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;min-width:15px;width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{box-sizing:border-box;height:100%;overflow:auto}.rdw-editor-toolbar{background:#fff;border:1px solid #f1f1f1;border-radius:2px;display:flex;flex-wrap:wrap;font-size:15px;justify-content:flex-start;margin-bottom:5px;padding:6px 5px 0;-webkit-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:initial}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.styles_Editor__ufUPe{border-radius:4px;margin-bottom:5px;min-height:145px;position:relative}.styles_Editor__ufUPe .styles_toolbarIcon__Bb9r4{background-color:initial;border:none;margin:0;padding:0}.styles_Editor__ufUPe header{background-color:#edeeff;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-direction:row-reverse;padding-bottom:8px;padding-right:30px;padding-top:13px}.styles_Editor__ufUPe header .styles_limit__99bnI{color:#5f6073;font-size:10px;font-style:italic;font-weight:275;line-height:15px;-webkit-user-select:none;user-select:none}.styles_Editor__ufUPe .styles_placeholder__PZ5qY{color:#5f6073;font-size:13.5929px;font-weight:300;left:20px;line-height:20px;pointer-events:none;position:absolute;top:44px;-webkit-user-select:none;user-select:none}.styles_Editor__ufUPe .styles_wrapper__8uRlk{background-color:#fff;border:1px solid #1b1c37;border-radius:10px}.styles_Editor__ufUPe .styles_toolbar__ccnWl{background-color:#fff;border:1px solid #1b1c37;border-bottom:none;border-radius:10px 10px 0 0;height:48px;left:0;margin:0;padding:0 0 0 13px;position:absolute;right:0;top:0;z-index:22}.styles_Editor__ufUPe .styles_editor__0YTzq{box-sizing:border-box;max-height:145px;max-width:352px;min-height:145px;padding-left:20px;padding-right:20px;padding-top:32px}@media (max-width:1024px){.styles_Editor__ufUPe,.styles_Editor__ufUPe .styles_editor__0YTzq{max-width:290px}}.styles_MultiSelect__e1FJC{position:relative;width:100%}.styles_MultiSelect__e1FJC .styles_label__b4ulr{display:block;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_MultiSelect__e1FJC .styles_label__b4ulr .styles_required__E7TxP{color:#7a74fb}.styles_MultiSelect__e1FJC .styles_selector__szxj-{align-items:center;background-image:url(/static/media/position.ca4c2098ad07e8804234.svg);background-position:20px;background-repeat:no-repeat;border:1px solid #1b1c37;border-radius:10px;color:#5f6073;display:flex;font-size:16px;font-weight:300;height:48px;line-height:24px;overflow:hidden;padding-left:64px;position:relative;width:100%}.styles_MultiSelect__e1FJC .styles_selector__szxj- span{display:inline-block;max-width:292px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_MultiSelect__e1FJC .styles_selector__szxj-.styles_none__GFMWi{background-image:none;padding-left:20px}.styles_MultiSelect__e1FJC .styles_selector__szxj-.styles_open__hOcnX{border-bottom:none;border-radius:10px 10px 0 0}.styles_MultiSelect__e1FJC .styles_selector__szxj-.styles_open__hOcnX:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.styles_MultiSelect__e1FJC .styles_selector__szxj-:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.94 13.78a.495.495 0 0 1-.354-.147.503.503 0 0 1 0-.706L9.933 8.58a.82.82 0 0 0 0-1.16L5.586 3.073a.503.503 0 0 1 0-.706.503.503 0 0 1 .707 0l4.347 4.346c.34.34.533.8.533 1.287 0 .487-.187.947-.533 1.287l-4.347 4.346a.524.524 0 0 1-.353.147Z' fill='%235F6073'/%3E%3C/svg%3E");content:"";display:block;height:16px;position:absolute;right:20px;top:16px;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s;width:16px}.styles_MultiSelect__e1FJC .styles_options__r9ScL{background-color:#fff;border:1px solid #1b1c37;border-radius:0 0 10px 10px;border-top:none;overflow:hidden;padding-bottom:19px;padding-left:20px;padding-right:20px;width:100%}.styles_MultiSelect__e1FJC .styles_options__r9ScL.styles_none__GFMWi .styles_option__UV9wS{padding-left:0}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS{border-bottom:.2px solid #c1c2d0;cursor:pointer;font-size:14px;font-weight:300;line-height:21px;padding-bottom:7.5px;padding-left:44px;padding-top:10px;position:relative}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS:first-child{border-top:.2px solid #c1c2d0}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_active__XFDj9{background-image:url(/static/media/selected.b0d7bacd7485fc7ade33.svg);background-position:100%;background-repeat:no-repeat}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_brand__81ono:after{background-image:url(/static/media/brand.86257dd338a5c5c20274.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_creativityAgency__T\+uMc:after{background-image:url(/static/media/agency.7973977acf2dc1274042.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_founder__o8hVQ:after{background-image:url(/static/media/founder.5631d663ec4632021871.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_marketer__l8sgA:after{background-image:url(/static/media/brand.86257dd338a5c5c20274.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_designer__641\+C:after{background-image:url(/static/media/designer.aeb9d8dcb1b0e04bcdfd.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS.styles_legal__8o8ZI:after{background-image:url(/static/media/legal.cd828fd1dc80e04846d8.svg)}.styles_MultiSelect__e1FJC .styles_options__r9ScL .styles_option__UV9wS:after{content:"";display:block;height:24px;left:0;position:absolute;top:8px;width:24px}@media (max-width:1024px){.styles_Select__ikEAI .styles_label__b4ulr{font-size:13.5929px;font-weight:500;line-height:20px;margin-bottom:10px}.styles_Select__ikEAI .styles_selector__szxj-{background-position:17px;background-size:20px 20px;font-size:13.5929px;font-weight:300;height:40px;line-height:20px;padding-left:54px}.styles_Select__ikEAI .styles_selector__szxj-:after{background-size:contain;height:14px;top:calc(50% - 7px);width:14px}.styles_Select__ikEAI .styles_options__r9ScL{padding-left:17px;padding-right:17px}.styles_Select__ikEAI .styles_options__r9ScL .styles_option__UV9wS{font-size:11.8938px;line-height:18px}.styles_Select__ikEAI .styles_options__r9ScL .styles_option__UV9wS.styles_active__XFDj9{background-size:20px}.styles_Select__ikEAI .styles_options__r9ScL .styles_option__UV9wS:after{background-size:contain;height:20px;width:20px}}.styles_backdrop__xnEhA{background-color:hsla(0,0%,100%,.7)}.styles_dialog__mnuXl{box-sizing:border-box;max-width:452px}.styles_CreateBriefModal__KK7VU{align-items:center;border:none;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-top:50px}.styles_CreateBriefModal__KK7VU.styles_briefCreated__xV37-{background-image:url(/static/media/background1.dca76c6bc0b557aab4a8.svg),url(/static/media/background2.8f0731a78e42a2b17f28.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg);background-position:top 60px left 50px,top 50px right 50px,top 104px left 179px,top 166px left 131px,top 104px right 162px;background-repeat:no-repeat}.styles_CreateBriefModal__KK7VU .styles_success__fSDQg{align-items:center;display:flex;flex-direction:column;padding-bottom:50px;padding-top:78px}.styles_CreateBriefModal__KK7VU .styles_success__fSDQg svg{margin-bottom:10px}.styles_CreateBriefModal__KK7VU .styles_success__fSDQg h1{color:#5f6073;font-size:32px;font-weight:500;line-height:48px;margin-bottom:30px;text-align:center}.styles_CreateBriefModal__KK7VU .styles_success__fSDQg .styles_briefLink__SQmqn{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#b224ef,#7579ff);-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:500;line-height:24px}.styles_CreateBriefModal__KK7VU .styles_success__fSDQg .styles_close__AQx-v{cursor:pointer;font-size:16px;font-weight:300;line-height:24px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_CreateBriefModal__KK7VU .styles_content__tdMO9{padding-bottom:100px}.styles_CreateBriefModal__KK7VU .styles_content__tdMO9 header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;width:352px}.styles_CreateBriefModal__KK7VU .styles_content__tdMO9 header h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin:0}.styles_CreateBriefModal__KK7VU .styles_content__tdMO9 header button{align-items:center;background-color:initial;border:none;display:flex;height:20px;padding:0;width:20px}.styles_CreateBriefModal__KK7VU form .styles_required__-OeTV{color:#7a74fb}.styles_CreateBriefModal__KK7VU form .styles_error__ZEKoz{color:red;font-size:12px;padding-top:5px}.styles_CreateBriefModal__KK7VU form .styles_editorContainer__PsJQb,.styles_CreateBriefModal__KK7VU form .styles_inputContainer__V-2Wp,.styles_CreateBriefModal__KK7VU form .styles_selectContainer__9IMIs{margin-bottom:25px}.styles_CreateBriefModal__KK7VU form .styles_editorContainer__PsJQb .styles_label__rRlNv{color:#1b1c37;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_CreateBriefModal__KK7VU form .styles_editorContainer__PsJQb .styles_error__ZEKoz{padding-top:0}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_button__1Iut4{margin-top:25px}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_files__L8Rqh{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:15px;width:352px}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_files__L8Rqh .styles_file__TGVr3{align-items:center;display:flex}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_files__L8Rqh .styles_file__TGVr3 button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;justify-content:center;position:relative;top:1px}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzoneLabel__G5vIL{color:#1b1c37;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ{align-items:center;background-color:#edeeff;border:4px dashed #7579ff;border-radius:10px;cursor:pointer;display:flex;height:192px;justify-content:center;width:100%}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ .styles_infoContainer__q7656{align-items:center;display:flex;flex-direction:column}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ .styles_infoContainer__q7656 h2{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#b224ef,#7579ff);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:500;height:30px;line-height:30px;margin:0}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ .styles_infoContainer__q7656 .styles_info__u3qg5{font-size:10px;font-weight:500;line-height:15px;margin-bottom:4px}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ .styles_infoContainer__q7656 .styles_info__u3qg5 span{color:#7a74fb}.styles_CreateBriefModal__KK7VU form .styles_dropzoneContainer__q9bJZ .styles_dropzone__SXQFJ .styles_infoContainer__q7656 .styles_supportedFiles__aBZ1i{color:#c1c2d0;font-size:8px;font-weight:400;line-height:12px;margin:0}.styles_CreateBriefModal__KK7VU form .styles_button__1Iut4{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:24px;width:100%}.styles_WorkspaceMenu__6Mdbn{background-color:#fff;border-radius:11px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);padding:16.5px 20px 20px;width:352px}.styles_WorkspaceMenu__6Mdbn:after{background-color:#fff;border-radius:11px;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:100%;z-index:0}.styles_WorkspaceMenu__6Mdbn header{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.22 5.94c0-.127.047-.254.147-.354a.503.503 0 0 1 .706 0L7.42 9.933c.32.32.84.32 1.16 0l4.347-4.347a.503.503 0 0 1 .706 0 .503.503 0 0 1 0 .707L9.287 10.64c-.34.34-.8.533-1.287.533-.487 0-.947-.187-1.287-.533L2.367 6.293a.524.524 0 0 1-.147-.353Z' fill='%235F6073'/%3E%3C/svg%3E");background-position:right top 5px;background-repeat:no-repeat;border-bottom:.2px solid #c1c2d0;padding-bottom:10px;padding-left:44px;position:relative;width:100%;z-index:3}.styles_WorkspaceMenu__6Mdbn header:after{background-color:#edeeff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.667 14.5C3.9 14.5.833 11.433.833 7.667.833 3.9 3.9.833 7.667.833 11.433.833 14.5 3.9 14.5 7.667c0 3.766-3.067 6.833-6.833 6.833Zm0-12.667a5.84 5.84 0 0 0-5.834 5.834A5.84 5.84 0 0 0 7.667 13.5 5.84 5.84 0 0 0 13.5 7.667a5.84 5.84 0 0 0-5.833-5.834ZM14.667 15.167a.494.494 0 0 1-.354-.147l-1.333-1.333a.503.503 0 0 1 0-.707.503.503 0 0 1 .707 0l1.333 1.333a.503.503 0 0 1 0 .707c-.1.1-.227.147-.353.147Z' fill='%235F6073'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:5px;content:"";display:block;height:24px;left:0;position:absolute;top:1.5px;width:24px}.styles_WorkspaceMenu__6Mdbn header input{background-color:#edeeff;border:none;border-radius:5px;font-size:12px;font-weight:300;height:24px;line-height:18px;padding-left:10px;padding-right:10px;width:230px}.styles_WorkspaceMenu__6Mdbn header input::-webkit-input-placeholder{color:#c1c2d0}.styles_WorkspaceMenu__6Mdbn header input::placeholder{color:#c1c2d0}.styles_WorkspaceMenu__6Mdbn header input:focus{outline:none}.styles_WorkspaceMenu__6Mdbn ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:10px 0 0;position:relative;z-index:1}.styles_WorkspaceMenu__6Mdbn ul li{background-position:right 0 top 0;background-repeat:no-repeat;border-bottom:.2px solid #c1c2d0;cursor:pointer;font-size:14px;font-weight:300;height:30px;line-height:21px;padding:1.5px 0 0 44px}.styles_WorkspaceMenu__6Mdbn ul li.styles_active__Pb6yO{background-image:url(/static/media/selected.b0d7bacd7485fc7ade33.svg)}.styles_WorkspaceMenu__6Mdbn svg{-webkit-filter:drop-shadow(-1px 5px 16px rgba(0,0,0,.13));filter:drop-shadow(-1px 5px 16px rgba(0,0,0,.13));position:absolute;right:23px;top:-18px}.styles_Header__L3Mwz{align-items:center;box-shadow:2px 4px 8px rgba(117,121,255,.18);display:flex;height:121px;justify-content:space-between;padding-left:50px;padding-right:32px;position:relative}.styles_Header__L3Mwz .styles_userBlock__Ui5x5 .styles_username__e8Wzh{color:#1b1c37;font-size:28px;font-weight:600;line-height:42px;margin:0}.styles_Header__L3Mwz .styles_userBlock__Ui5x5 .styles_date__O77w9{color:#1b1c37;font-size:13px;font-weight:300;line-height:20px;margin:0}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.635 17.872 15.764 14A8.754 8.754 0 1 0 14 15.764l3.872 3.873a1.246 1.246 0 0 0 1.763-1.763v-.002ZM8.787 15.016a6.23 6.23 0 1 1 6.23-6.229 6.236 6.236 0 0 1-6.23 6.23Z' fill='%231B1C37'/%3E%3C/svg%3E");background-position:20px;background-repeat:no-repeat;border:2px solid #1b1c37;border-radius:8px;font-size:14px;font-weight:300;height:40px;line-height:21px;padding-left:62px;padding-right:22px;width:520px}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E input:focus{outline:none}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E input::-webkit-input-placeholder{color:#1b1c37}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E input::placeholder{color:#1b1c37}.styles_Header__L3Mwz .styles_buttons__qPymV{align-items:center;display:flex}.styles_Header__L3Mwz .styles_buttons__qPymV .styles_addButton__0s86b,.styles_Header__L3Mwz .styles_buttons__qPymV .styles_workspaceButton__xbHPX{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#7579ff;border:.25px solid #fff;border-radius:12px;cursor:pointer;display:flex;height:50px;justify-content:center;min-width:50px}.styles_Header__L3Mwz .styles_buttons__qPymV .styles_backButton__gYrY4{background-color:initial;border:3px solid #7579ff;border-radius:13px;height:50px;width:50px}.styles_Header__L3Mwz .styles_buttons__qPymV .styles_workspaceButton__xbHPX{margin-right:15px}.styles_Header__L3Mwz .styles_workspaceMenuContainer__S8seh{position:absolute;right:94px;top:106px;z-index:100}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J{background-color:#fff;border-radius:11px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);height:100px;padding:16.5px 20px 15px;position:absolute;right:30px;top:106px;width:214px;z-index:100}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J:after{background-color:#fff;border-radius:11px;content:"";display:block;height:100px;position:absolute;right:0;top:0;width:214px;z-index:0}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J ul{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;position:relative;z-index:1}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J ul li{background-position:left 0 top 0;background-repeat:no-repeat;border-bottom:.2px solid #c1c2d0;cursor:pointer;font-size:14px;font-weight:300;height:30px;line-height:21px;padding:1.5px 0 0 34px}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J ul li.styles_briefs__lv7Fh{background-image:url(/static/media/briefs.e67eb4a5b2026b5b6c19.svg)}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J ul li.styles_workspaces__10Sre{background-image:url(/static/media/workspaces.829f04dfa0a1144cff02.svg)}.styles_Header__L3Mwz .styles_addEntityMenu__83W2J svg{-webkit-filter:drop-shadow(-1px 5px 16px rgba(0,0,0,.13));filter:drop-shadow(-1px 5px 16px rgba(0,0,0,.13));position:absolute;right:23px;top:-18px}@media (max-width:1024px){.styles_Header__L3Mwz{padding-left:20px;padding-right:20px}.styles_Header__L3Mwz .styles_burger__qm3Mv{background-color:#7579ff;background-image:url(/static/media/burger.a81681b304f152bb52ff.svg);background-position:50%;background-repeat:no-repeat;background-size:36px;border-radius:12px;height:50px;min-width:50px}.styles_Header__L3Mwz .styles_userBlock__Ui5x5{display:none}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E{margin-left:15px;margin-right:15px;width:100%}.styles_Header__L3Mwz .styles_searchbarContainer__z\+83E input{width:100%}}.styles_Layout__NPiWT{display:flex}.styles_Layout__NPiWT .styles_rightColumn__CgFNb{width:100%}@media (max-width:1024px){.styles_leftColumn__l0r0p{max-height:100%;overflow-y:scroll;position:fixed;transition:all .1s;width:211px;z-index:223}}.styles_RightSidebar__NOyRt{background-color:#edeeff;min-height:100vh;padding-left:37px;padding-right:37px;position:relative;transition:width .2s;width:298px}.styles_RightSidebar__NOyRt.styles_collapsed__voyh\+{box-shadow:-1px 5px 40px rgba(0,0,0,.13);padding-left:0;padding-right:0;position:relative;width:40px}.styles_RightSidebar__NOyRt.styles_collapsed__voyh\+ .styles_hideButton__Mfpee{left:auto;right:-12px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.styles_RightSidebar__NOyRt.styles_collapsed__voyh\+ .styles_hideButton__Mfpee svg{left:2px;position:relative}.styles_RightSidebar__NOyRt.styles_collapsed__voyh\+ .styles_users__SBvTd,.styles_RightSidebar__NOyRt.styles_collapsed__voyh\+ header{display:none}.styles_RightSidebar__NOyRt .styles_hideButton__Mfpee{align-items:center;background-color:#7579ff;border:1.5px solid #edeeff;border-radius:50%;cursor:pointer;display:flex;height:42px;justify-content:center;left:-15px;position:absolute;top:286px;transition:all .2s;width:42px}.styles_RightSidebar__NOyRt header{align-items:center;border-bottom:.75px solid #c1c2d0;display:flex;height:121px;justify-content:center}.styles_RightSidebar__NOyRt header button{background-color:#7579ff;border:none;border-radius:10px;cursor:pointer;height:50px;width:50px}.styles_RightSidebar__NOyRt .styles_users__SBvTd .styles_user__iVQ1l{align-items:center;border-bottom:.75px solid #c1c2d0;display:flex;padding-bottom:20px;padding-top:20px}.styles_RightSidebar__NOyRt .styles_users__SBvTd .styles_user__iVQ1l .styles_avatar__rFiOX{background-color:#ffae80;border:3px solid #fff;border-radius:50%;height:40px;margin-right:10px;min-width:40px}.styles_RightSidebar__NOyRt .styles_users__SBvTd .styles_user__iVQ1l .styles_userData__SRMFz div{font-size:14px;font-weight:300;line-height:21px;margin:0;width:100%}.styles_toggle__G9vgX{background-image:url(/static/media/dots.a36243989169682dade6.svg);background-position:50%;background-repeat:no-repeat;height:16px;position:relative;right:-8px;width:16px}.styles_menu__lCD-z{font-family:Poppins;font-size:12px;margin:0;min-width:100px;padding:0}.styles_menu__lCD-z ul{margin:0}.styles_Card__\+XQde{border-radius:22px;box-shadow:-1px 5px 21px rgba(0,0,0,.13);cursor:pointer;height:287px;max-width:260px;min-width:260px;overflow:hidden}.styles_Card__\+XQde header{background-color:#edeeff;background-image:url(/static/media/cardInProgress.fedfa97c67c026a08da8.svg);background-position:center 51px;background-repeat:no-repeat;background-size:132px 73px;box-shadow:2px 4px 8px rgba(117,121,255,.18);height:144px;padding-top:25px;position:relative}.styles_Card__\+XQde header img{bottom:0;height:144px;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.styles_Card__\+XQde header .styles_statusTitle__hZlxf{color:#5f6073;font-size:14px;font-weight:400;line-height:21px;margin:0;text-align:center;text-transform:capitalize}.styles_Card__\+XQde header .styles_status__vi5l2{background-color:#ff7f7f;border:2px solid #fff;border-radius:50%;height:20px;position:absolute;right:20px;top:20px;width:20px}.styles_Card__\+XQde header .styles_status__vi5l2.styles_brief__Syvrf{background-color:#5f6073}.styles_Card__\+XQde header .styles_status__vi5l2.styles_revisions__ZEGrp{background-color:#ffda91}.styles_Card__\+XQde header .styles_status__vi5l2.styles_production__gCcUq{background-color:#91d1ff}.styles_Card__\+XQde header .styles_status__vi5l2.styles_completed__M2kzh{background-color:#91ffb6}.styles_Card__\+XQde header .styles_status__vi5l2.styles_editrequests__RKkqI{background-color:#ff7f7f}.styles_Card__\+XQde header .styles_status__vi5l2.styles_approved__3bZXk{background-color:#ffbdcd}.styles_Card__\+XQde .styles_content__XzlhP{margin-bottom:10px;padding-left:20px;padding-right:20px;padding-top:16px;position:relative}.styles_Card__\+XQde .styles_content__XzlhP .styles_header__kcRKH{display:flex;justify-content:space-between}.styles_Card__\+XQde .styles_content__XzlhP .styles_header__kcRKH h1{font-size:14px;font-weight:400;line-height:18px;margin:0 0 5px}.styles_Card__\+XQde .styles_content__XzlhP .styles_time__hKijc{color:#5f6073;display:block;font-size:10px;font-weight:400;line-height:9px;margin-bottom:10px}.styles_Card__\+XQde .styles_content__XzlhP .styles_description__ELFKz{color:#5f6073;font-size:12px;font-weight:300;height:12px;line-height:10px;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:198px}.styles_Card__\+XQde .styles_content__XzlhP .styles_cardType__wePmE{background:#7579ff;border-radius:18px;color:#fff;font-size:10px;font-weight:500;margin:0 5px 0 0;padding:3px 6px}.styles_Card__\+XQde footer{align-items:center;display:flex;justify-content:space-between;padding-bottom:16px;padding-left:20px;padding-right:17px}.styles_Card__\+XQde footer .styles_comments__eOqKW{color:#5f6073;display:flex;font-size:12px;font-weight:400;line-height:18px}.styles_Card__\+XQde footer .styles_comments__eOqKW svg{margin-right:4px}.styles_Card__\+XQde footer .styles_platforms__iEF70{align-items:center;display:flex;gap:8px}.styles_Dashboard__LJIdP{display:flex;min-height:100vh;position:relative}.styles_Dashboard__LJIdP .styles_container__FClxZ{flex:1 1}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl{align-items:center;display:flex;flex-direction:column;padding-top:46px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl h1{color:#1b1c37;font-size:48px;font-weight:600;line-height:72px;margin:0 0 10px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl p{color:#1b1c37;font-size:20px;font-weight:400;line-height:30px;margin:0;position:relative;text-align:center;width:402px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl p .styles_arrow__6PUl-{border-bottom:2px dashed #1b1c37;border-right:2px dashed #1b1c37;bottom:11px;display:block;height:158px;position:absolute;width:100%}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl p .styles_arrow__6PUl-:after{background-color:#000;border-radius:4px;content:"";display:block;height:1.5px;position:absolute;right:-3px;top:-1px;-webkit-transform:rotate(-50deg);transform:rotate(-50deg);width:11px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl p .styles_arrow__6PUl-:before{background-color:#000;border-radius:4px;content:"";display:block;height:1.5px;position:absolute;right:-10px;top:-1px;-webkit-transform:rotate(50deg);transform:rotate(50deg);width:11px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_noBriefs__msTKl p:after{background-color:#000;border-radius:50%;bottom:7px;content:"";display:block;height:10px;position:absolute;right:0;width:10px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh{left:0;padding-bottom:30px;padding-top:40px;position:absolute;right:298px;transition:right .2s}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh.styles_collapsed__rkR3S{right:40px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_videos__8vSV6 h2{margin-top:13px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh h2{color:#1b1c37;font-size:40px;font-weight:600;line-height:60px;margin:0 0 3px;padding-left:60px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo{height:340px;position:relative}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_container__FClxZ{align-items:center;bottom:0;display:flex;left:30px;overflow:hidden;padding-left:30px;padding-right:15px;position:absolute;top:0}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_container__FClxZ .styles_scrollable__D7O\+r{display:flex;gap:50px;left:0;position:relative;transition:all .2s}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_scrollButton__P576s{align-items:center;background-color:initial;border:1.5px solid #5f6073;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;top:calc(50% - 10px);width:20px;z-index:22}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_scrollRight__KZ-0G{right:20px}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_scrollLeft__6bzRd{left:10px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media (max-width:1024px){.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh{right:0}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_container__FClxZ{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.styles_Dashboard__LJIdP .styles_container__FClxZ .styles_cardsContainer__yl0jh .styles_cards__-JNKo .styles_scrollRight__KZ-0G{right:10px}}.styles_backdrop__iuq7W{background-color:hsla(0,0%,100%,.7)}.styles_dialog__eEzpZ{box-sizing:border-box;max-width:452px}.styles_ConnectSnapchatModal__eWaun{align-items:center;border:none;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-top:50px}.styles_ConnectSnapchatModal__eWaun.styles_briefCreated__YQRWr{background-image:url(/static/media/background1.dca76c6bc0b557aab4a8.svg),url(/static/media/background2.8f0731a78e42a2b17f28.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg),url(/static/media/backgroundDot.4b93001935eb49046038.svg);background-position:top 60px left 50px,top 50px right 50px,top 104px left 179px,top 166px left 131px,top 104px right 162px;background-repeat:no-repeat}.styles_ConnectSnapchatModal__eWaun .styles_success__MD57h{align-items:center;display:flex;flex-direction:column;padding-bottom:50px;padding-top:78px}.styles_ConnectSnapchatModal__eWaun .styles_success__MD57h svg{margin-bottom:10px}.styles_ConnectSnapchatModal__eWaun .styles_success__MD57h h1{color:#5f6073;font-size:32px;font-weight:500;line-height:48px;margin-bottom:30px;text-align:center}.styles_ConnectSnapchatModal__eWaun .styles_success__MD57h .styles_briefLink__nSrej{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#b224ef,#7579ff);-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:500;line-height:24px}.styles_ConnectSnapchatModal__eWaun .styles_success__MD57h .styles_close__psQ\+j{cursor:pointer;font-size:16px;font-weight:300;line-height:24px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.styles_ConnectSnapchatModal__eWaun .styles_content__PvBL9{padding-bottom:100px}.styles_ConnectSnapchatModal__eWaun .styles_content__PvBL9 header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;width:352px}.styles_ConnectSnapchatModal__eWaun .styles_content__PvBL9 header h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin:0}.styles_ConnectSnapchatModal__eWaun .styles_content__PvBL9 header button{align-items:center;background-color:initial;border:none;display:flex;height:20px;padding:0;width:20px}.styles_ConnectSnapchatModal__eWaun form .styles_required__AVukQ{color:#7a74fb}.styles_ConnectSnapchatModal__eWaun form .styles_error__9MRF4{color:red;font-size:12px;padding-top:5px}.styles_ConnectSnapchatModal__eWaun form .styles_editorContainer__wmbzY,.styles_ConnectSnapchatModal__eWaun form .styles_inputContainer__S8aJG,.styles_ConnectSnapchatModal__eWaun form .styles_selectContainer__h8lpr{margin-bottom:25px}.styles_ConnectSnapchatModal__eWaun form .styles_editorContainer__wmbzY .styles_label__Kk42z{color:#1b1c37;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_ConnectSnapchatModal__eWaun form .styles_editorContainer__wmbzY .styles_error__9MRF4{padding-top:0}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_button__WZR3z{margin-top:25px}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_files__QEkOm{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:15px;width:352px}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_files__QEkOm .styles_file__w2Xi-{align-items:center;display:flex}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_files__QEkOm .styles_file__w2Xi- button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;justify-content:center;position:relative;top:1px}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzoneLabel__MUeUM{color:#1b1c37;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp{align-items:center;background-color:#edeeff;border:4px dashed #7579ff;border-radius:10px;cursor:pointer;display:flex;height:192px;justify-content:center;width:100%}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp .styles_infoContainer__zEZhT{align-items:center;display:flex;flex-direction:column}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp .styles_infoContainer__zEZhT h2{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(90deg,#b224ef,#7579ff);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:500;height:30px;line-height:30px;margin:0}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp .styles_infoContainer__zEZhT .styles_info__UyHD2{font-size:10px;font-weight:500;line-height:15px;margin-bottom:4px}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp .styles_infoContainer__zEZhT .styles_info__UyHD2 span{color:#7a74fb}.styles_ConnectSnapchatModal__eWaun form .styles_dropzoneContainer__uD7fc .styles_dropzone__yt9wp .styles_infoContainer__zEZhT .styles_supportedFiles__E3Uzn{color:#c1c2d0;font-size:8px;font-weight:400;line-height:12px;margin:0}.styles_ConnectSnapchatModal__eWaun form .styles_button__WZR3z{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:24px;width:100%}.styles_ProfilePage__DXNMe{align-items:flex-start;display:flex;min-height:100vh}.styles_ProfilePage__DXNMe .styles_content__LCpO6{flex:1 1}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H{border-radius:20px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);margin-left:38px;margin-top:48px;padding:40px 105px 70px 40px;width:857px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_header__waIcC{color:#1b1c37;font-size:18px;font-weight:300;line-height:27px;margin-bottom:3px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_header__waIcC p{cursor:pointer}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_header__waIcC p svg{margin-right:10px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy{display:flex;justify-content:space-between;padding-left:60px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_avatar__0DFlH{align-items:center;background-color:#edeeff;border-radius:50%;color:#7579ff;display:flex;font-size:96px;font-weight:700;height:186px;justify-content:center;line-height:144px;margin-top:20px;min-width:186px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_userInfo__u2pwg{margin-top:39px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_userInfo__u2pwg h1{font-size:18px;font-weight:600;line-height:27px;margin-bottom:1px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_userInfo__u2pwg .styles_email__Yx4NT{color:#5f6073;display:block;font-size:18px;font-weight:400;line-height:27px;margin-bottom:24px;text-align:left}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_userInfo__u2pwg h2{font-size:18px;font-weight:600;line-height:27px;margin:0}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_userInfo__u2pwg .styles_companyName__JNHjR{color:#5f6073;font-size:18px;font-weight:400;line-height:27px;text-align:left}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_buttons__RVkTa{display:flex;flex-direction:column;height:226px;justify-content:space-between;position:relative}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_buttons__RVkTa .styles_slackButton__8Rh8Z{background-color:#f2f3fa;border:none;border-radius:12px;height:58px;width:58px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_buttons__RVkTa .styles_slackButton__8Rh8Z .styles_connectionStatus__0b6fj{background-color:#ff7f7f;border:1px solid #fff;border-radius:50%;height:16px;position:absolute;right:-5px;width:16px}.styles_ProfilePage__DXNMe .styles_content__LCpO6 .styles_card__qRx4H .styles_container__YC0Jy .styles_buttons__RVkTa .styles_slackButton__8Rh8Z .styles_connectionStatus__0b6fj.styles_active__gAsw1{background-color:#91ffb6}.styles_ForgotPassword__7DEbu{align-items:center;background-color:#fcfcff;background-image:url(/static/media/loginBackground2.c02df1d6997384f97bf8.svg),url(/static/media/loginBackground.987fa7a8579e64c28ba0.svg),url(data:image/png;base64,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);background-position:100% 0,0 100%,left 60px top 60px;background-repeat:no-repeat;background-size:auto,auto,210px;display:flex;justify-content:center;min-height:100vh;position:relative}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn{align-items:center;background-color:#fff;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-bottom:100px;padding-top:50px;position:relative;width:452px;z-index:1}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin-bottom:25px;width:352px}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn form{align-items:center;display:flex;flex-direction:column;width:352px}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn form .styles_error__OxmF7{color:red;font-size:12px;padding-top:5px}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn form .styles_inputContainer__dfjPE{margin-bottom:25px;width:100%}.styles_ForgotPassword__7DEbu .styles_container__0J7Dn form .styles_submitButton__45MWw{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;height:48px;line-height:24px;margin-bottom:5px;width:100%}.styles_Select__OX8Q4{display:block}.styles_Select__OX8Q4 .styles_label__1PGyZ{display:block;font-size:24px;font-weight:600;line-height:36px;margin-bottom:15px}.styles_Select__OX8Q4 .styles_selector__ljQot{align-items:center;background-color:#edeeff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.92.95 10.4 7.47c-.77.77-2.03.77-2.8 0L1.08.95' stroke='%235F6073' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center right 34px;background-repeat:no-repeat;border-radius:4px;color:#5f6073;display:flex;font-size:12px;font-weight:300;height:40px;line-height:18px;padding-left:30px;width:450px}.styles_Select__OX8Q4 .styles_options__Ta3S7{background-color:#fff;border-radius:4px;box-shadow:0 8px 24px rgba(17,17,26,.1),0 16px 56px rgba(17,17,26,.1),0 24px 80px rgba(17,17,26,.1);position:absolute;width:450px;z-index:1}.styles_Select__OX8Q4 .styles_options__Ta3S7 .styles_option__b4cFu{font-size:12px;height:20px;padding-left:30px}.styles_Select__OX8Q4 .styles_options__Ta3S7 .styles_option__b4cFu:hover{background-color:#dcdcdc;cursor:pointer}.styles_TextInput__NJTbA{display:block;position:relative;width:499px}.styles_TextInput__NJTbA .styles_label__EZflB{display:block;font-size:24px;font-style:normal;font-weight:600;line-height:36px;margin-bottom:15px}.styles_TextInput__NJTbA .styles_maxCharacters__glSms{color:#5f6073;font-size:10px;font-style:italic;font-weight:300;line-height:15px;position:absolute;right:30px;top:65px}.styles_TextInput__NJTbA input{background-color:#edeeff;border:none;border-radius:4px;font-size:12px;font-weight:300;height:40px;line-height:18px;padding-left:30px;padding-right:176px;width:499px}.styles_TextInput__NJTbA input::-webkit-input-placeholder{color:#5f6073}.styles_TextInput__NJTbA input::placeholder{color:#5f6073}.styles_TextInput__NJTbA input:focus{outline:none}@media (max-width:1024px){.styles_TextInput__NJTbA .styles_maxCharacters__glSms{display:none}.styles_TextInput__NJTbA input{padding-right:30px}}.DraftEditor-root{font-size:12px}.rdw-link-modal{bottom:30px;top:auto}.styles_Editor__j9PF5{border-radius:4px;margin-bottom:5px;min-height:228px;position:relative}.styles_Editor__j9PF5 .styles_toolbarIcon__G7iUl{background-color:initial;border:none;margin:0;padding:0}.styles_Editor__j9PF5 .styles_addAttachment__by1ef{align-items:center;background-color:initial;border:none;border-radius:2px;bottom:6px;cursor:pointer;display:flex;height:19px;justify-content:center;padding:0;position:absolute;right:325px;width:25px;z-index:1}.styles_Editor__j9PF5 .styles_addAttachment__by1ef img{position:relative}.styles_Editor__j9PF5 .styles_addAttachment__by1ef:hover{box-shadow:1px 1px 0 #bfbdbd}.styles_Editor__j9PF5 .styles_addAttachment__by1ef:active{box-shadow:inset 1px 1px 0 #bfbdbd}.styles_Editor__j9PF5 header{background-color:#edeeff;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-direction:row-reverse;padding-bottom:8px;padding-right:30px;padding-top:13px}.styles_Editor__j9PF5 header .styles_limit__OB06J{color:#5f6073;font-size:10px;font-style:italic;font-weight:275;line-height:15px;-webkit-user-select:none;user-select:none}.styles_Editor__j9PF5 .styles_placeholder__KfE\+R{color:#5f6073;font-size:12px;font-weight:300;left:30px;line-height:18px;pointer-events:none;position:absolute;top:36px;-webkit-user-select:none;user-select:none}.styles_Editor__j9PF5 .styles_wrapper__Epzn1{background-color:#edeeff}.styles_Editor__j9PF5 .styles_toolbar__TepVI{background-color:#f5f5ff;border:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;height:30px;left:0;margin:0;padding:4px 0 0 25px;position:absolute;right:0}.styles_Editor__j9PF5 .styles_editor__DtFQE{max-height:170px;max-width:499px;min-height:170px;padding-left:30px;padding-right:30px;position:relative;top:-7px}@media (max-width:1024px){.styles_Editor__j9PF5{max-width:290px}.styles_Editor__j9PF5 .styles_addAttachment__by1ef{right:115px}.styles_Editor__j9PF5 .styles_editor__DtFQE{max-width:290px}}.styles_MultiSelect__lgTMZ{font-family:Poppins;font-size:12px}.styles_MultiSelect__lgTMZ .styles_label__Qk9GQ{display:block;font-size:24px;font-weight:600;line-height:36px;margin-bottom:15px}.styles_MultiSelect__lgTMZ .styles_multiselectContainer__T5Vl6{position:relative}.styles_MultiSelect__lgTMZ .styles_multiselectContainer__T5Vl6:after{content:"";height:10px;left:calc(var(--width) - 30px);position:absolute;top:calc(50% - 5px);width:17px}.styles_MultiSelect__lgTMZ .styles_error__1r3qD{display:block;position:relative;top:-15px}.searchBox::-webkit-input-placeholder{color:#5f6073;font-family:Poppins;font-size:12px;font-style:normal;font-weight:300;line-height:18px}.searchBox::placeholder{color:#5f6073;font-family:Poppins;font-size:12px;font-style:normal;font-weight:300;line-height:18px}.styles_AddOrEditTicket__EFy8Q{align-items:center;display:flex;justify-content:center;position:relative}.styles_AddOrEditTicket__EFy8Q header .styles_closeButton__ErmMW{align-items:center;background-color:#7579ff;border:none;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:22px;top:22px;width:20px;z-index:3}.styles_AddOrEditTicket__EFy8Q .styles_background__UovcB{background:linear-gradient(90deg,#b224ef,#7579ff);bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL{background-color:#fff;border-radius:24px;padding:82px 40px 127px;position:relative;width:1152px;z-index:1}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form{display:flex}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_success__FA3aO{align-items:center;background-color:#fff;border-radius:24px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_success__FA3aO .styles_successIcon__skbkD{align-items:center;background-color:rgba(117,255,131,.4);border:4px solid #292d32;border-radius:50%;display:flex;height:82px;justify-content:center;margin-bottom:18px;width:83px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_success__FA3aO .styles_congratulations__Ksac3{color:#5f6073;font-size:32px;font-weight:500;line-height:48px;margin:0 0 54px;text-align:center}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_success__FA3aO .styles_cerrar__d5n1Q{cursor:pointer;font-size:16px;font-weight:300;line-height:24px;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-user-select:none;user-select:none}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_link__yqVYi{display:inline-block;font-size:12px;text-align:right;width:100%}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_error__LRnps{color:red;font-size:12px;padding-top:5px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_submitButton__aGznX{background-color:#1b1c37;color:#edeeff;cursor:pointer;font-size:12.5217px;font-weight:600;height:51px;line-height:19px;width:450px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ{width:499px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ .styles_label__5tZK7{font-size:24px;font-weight:600;line-height:36px;margin:0 0 15px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ .styles_files__rdE4C{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:15px;margin-top:5px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ .styles_files__rdE4C .styles_file__UN8Bj{align-items:center;display:flex}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ .styles_files__rdE4C .styles_file__UN8Bj button{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;justify-content:center;position:relative;top:1px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_selectContainer__PfiYE{margin-bottom:66px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_radiosContainer__ntpo1{margin-bottom:51px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_radiosContainer__ntpo1 .styles_radios__rAf8b{display:flex;gap:15px;height:40px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_radiosContainer__ntpo1 .styles_label__5tZK7{font-size:24px;font-weight:600;line-height:36px;margin-bottom:15px;margin-top:0}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_radiosContainer__ntpo1 label{align-items:center;color:#5f6073;display:flex;font-size:12px;font-weight:300;line-height:18px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_radiosContainer__ntpo1 label input{margin-left:5px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_leftColumn__JaDj-{position:relative}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_leftColumn__JaDj-:after{background-color:#edeeff;content:"";display:block;height:86%;position:absolute;right:-78px;top:60px;width:1px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_rightColumn__EXX3E{margin-left:123px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_inputContainer__Iru1B{margin-bottom:51px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_inputContainer__Iru1B:last-child{margin-bottom:0}@media (max-width:1024px){.styles_AddOrEditTicket__EFy8Q{min-height:auto;overflow-x:hidden}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL{display:flex;justify-content:center;margin:40px 5px;width:100%}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form{display:block}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_submitButton__aGznX{width:290px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_editorContainer__UAcdJ{margin-bottom:51px;width:290px}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_leftColumn__JaDj-:after{display:none}.styles_AddOrEditTicket__EFy8Q .styles_container__y3WzL form .styles_rightColumn__EXX3E{margin-left:0}}.styles_GridView__7ja36{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:58px}.styles_GridView__7ja36 .styles_file__LIbRx{aspect-ratio:1.56044;border-radius:6px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);display:flex;flex-direction:column;overflow:hidden;width:calc(33.33333% - 7px)}.styles_GridView__7ja36 .styles_file__LIbRx .styles_media__9vLCN{cursor:pointer;flex:1 1;overflow:hidden;position:relative}.styles_GridView__7ja36 .styles_file__LIbRx .styles_media__9vLCN .styles_checkbox__DUHQ6{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");height:22px;position:absolute;right:10px;top:10px;width:22px}.styles_GridView__7ja36 .styles_file__LIbRx .styles_media__9vLCN .styles_checkbox__DUHQ6.styles_active__mrgQ7{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='11' cy='11' r='6' fill='%23fff'/%3E%3C/svg%3E")}.styles_GridView__7ja36 .styles_file__LIbRx .styles_media__9vLCN img,.styles_GridView__7ja36 .styles_file__LIbRx .styles_media__9vLCN video{height:100%;object-fit:cover;width:100%}.styles_GridView__7ja36 .styles_file__LIbRx footer{font-size:12px;font-weight:600;line-height:18px;min-height:38px;padding-left:20px;padding-right:20px;padding-top:10px}.styles_MediaSlider__cKOw3{align-items:center;display:flex;justify-content:center;margin-bottom:42px;padding-bottom:50px;padding-top:50px;position:relative}.styles_MediaSlider__cKOw3 .styles_prevMedia__sgoDY{-webkit-filter:blur(6px);filter:blur(6px);height:200px;padding-left:45px;padding-right:45px;position:absolute;top:0;transition:top .12s;width:100%;z-index:0}.styles_MediaSlider__cKOw3 .styles_prevMedia__sgoDY.styles_isSwitching__g8IzV{top:50px}.styles_MediaSlider__cKOw3 .styles_prevMedia__sgoDY img,.styles_MediaSlider__cKOw3 .styles_prevMedia__sgoDY video{border-radius:31px;height:100%;object-fit:cover;object-position:top;overflow:hidden;width:100%}.styles_MediaSlider__cKOw3 .styles_nextMedia__fY1lX{bottom:0;-webkit-filter:blur(6px);filter:blur(6px);height:200px;padding-left:45px;padding-right:45px;position:absolute;transition:bottom .12s;width:100%;z-index:0}.styles_MediaSlider__cKOw3 .styles_nextMedia__fY1lX.styles_isSwitching__g8IzV{bottom:50px}.styles_MediaSlider__cKOw3 .styles_nextMedia__fY1lX img,.styles_MediaSlider__cKOw3 .styles_nextMedia__fY1lX video{border-radius:31px;height:100%;object-fit:cover;object-position:bottom;overflow:hidden;width:100%}.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP{aspect-ratio:827/469;background-color:#000;border-radius:31px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:1}.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP img,.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP video{background-color:#fff;height:100%;max-width:100%;object-fit:cover;opacity:1;position:relative;z-index:1}.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP img.styles_fadeOut__N6an6,.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP video.styles_fadeOut__N6an6{opacity:0;transition:opacity .3s}.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP img.styles_nextImage__EPtyU,.styles_MediaSlider__cKOw3 .styles_mediaContent__kV1cP video.styles_nextImage__EPtyU{position:absolute;z-index:0}.styles_MediaSlider__cKOw3 .styles_scrollbar__eOW7h{background-color:#e5e6ea;border-radius:5px;height:100%;position:absolute;right:-50px;top:0;width:10px;z-index:121}.styles_MediaSlider__cKOw3 .styles_scrollbar__eOW7h .styles_thumb__gFuk9{background:linear-gradient(#b224ef,#7579ff);border-radius:5px;height:180px;position:absolute;top:0;transition:all .2s;width:100%}.styles_MediaSlider__cKOw3 .styles_scrollbar__eOW7h .styles_thumb__gFuk9.styles_isDragging__olL-8{transition:none}.styles_Player__hM6Rz{height:100%;position:relative;width:100%}.styles_Player__hM6Rz video{background-color:#000}.styles_Player__hM6Rz .styles_controls__08tRw{background-color:rgba(27,28,55,.4);bottom:0;height:44px;left:0;position:absolute;right:0;z-index:10000}.styles_Player__hM6Rz .styles_controls__08tRw .styles_button__9x-y7{cursor:pointer;position:absolute;top:8px}.styles_Player__hM6Rz .styles_controls__08tRw .styles_button__9x-y7.styles_playButton__prGxx{left:30px}.styles_Player__hM6Rz .styles_controls__08tRw .styles_button__9x-y7.styles_volumeButton__0FDq9{left:69px;top:8.5px}.styles_Player__hM6Rz .styles_controls__08tRw .styles_button__9x-y7.styles_fullscreenButton__9wqEG{right:20px;top:10px}.styles_Player__hM6Rz .styles_controls__08tRw .styles_button__9x-y7 img{height:25px;width:25px}.styles_Player__hM6Rz .styles_controls__08tRw .styles_progressBar__KTtsc{align-items:center;background-color:#fff;display:flex;height:4px;position:absolute;top:-4px;width:100%}.styles_Player__hM6Rz .styles_controls__08tRw .styles_progressBar__KTtsc .styles_tags__CLH-x{display:flex;position:absolute;top:calc(-100% - 21px);width:100%}.styles_Player__hM6Rz .styles_controls__08tRw .styles_progressBar__KTtsc .styles_progress__0b0Cf{background-color:#7579ff;height:4px;width:0}.styles_Player__hM6Rz .styles_controls__08tRw .styles_progressBar__KTtsc .styles_handle__ascAO{background-color:#edeeff;border:2px solid #7579ff;border-radius:50%;cursor:pointer;height:12px;left:0;position:absolute;width:12px;z-index:1}.styles_Player__hM6Rz .styles_controls__08tRw .styles_timeSelector__wHICY{display:flex}.styles_Player__hM6Rz .styles_controls__08tRw .styles_timeSelector__wHICY .styles_mark__ykrkQ{background-color:#ff0;border-radius:50%;cursor:pointer;height:12px;position:relative;width:12px;z-index:1}.styles_Player__hM6Rz .styles_controls__08tRw .styles_timeSelector__wHICY .styles_mark__ykrkQ:after{background-color:#ff0;content:"";display:block;height:4px;left:100%;position:absolute;top:calc(50% - 2px);width:var(--selectionLength)}.styles_Player__hM6Rz .styles_controls__08tRw .styles_timeSelector__wHICY .styles_markLeft__b5KLn,.styles_Player__hM6Rz .styles_controls__08tRw .styles_timeSelector__wHICY .styles_markRight__oxVT5{background-color:#d3d3d3;cursor:e-resize;height:16px;position:absolute;top:-2px;width:3px;z-index:0}.styles_Player__hM6Rz .styles_controls__08tRw .styles_tagContainer__5Y5Kz{display:flex}.styles_Player__hM6Rz .styles_controls__08tRw .styles_tagContainer__5Y5Kz .styles_mark__ykrkQ{background-color:#adff2f;border-radius:50%;height:12px;position:absolute;top:0;width:12px;z-index:1}.styles_Player__hM6Rz .styles_controls__08tRw .styles_tagContainer__5Y5Kz .styles_mark__ykrkQ.styles_tagLeftMark__K1kRi:after{background-color:#fff;content:"";display:block;height:2px;left:100%;position:absolute;top:calc(50% - 1px);width:var(--tagLength)}.styles_VideoTag__tlJUa{align-items:center;background-image:url(/static/media/tagBackground.f470c7218f731fdf7687.svg);background-repeat:no-repeat;background-size:contain;border-radius:50%;cursor:pointer;display:flex;justify-content:center;min-height:20px;position:absolute;-webkit-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0);width:20px;z-index:1111111}.styles_VideoTag__tlJUa .styles_tooltip__DSSTT{background:#1b1c37;border-radius:5px;color:#fff;display:flex;font-size:7px;font-weight:500;justify-content:center;line-height:10px;padding:10px 12px;position:absolute;top:calc(100% + 10px)}.styles_VideoTag__tlJUa .styles_tooltip__DSSTT span{display:inline-block;font-size:14px;font-weight:500;line-height:21px;min-width:75px;text-align:center;-webkit-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0)}.styles_VideoTag__tlJUa .styles_tooltip__DSSTT:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.232 11c-.77 1.333-2.694 1.333-3.464 0L.438 3.5C-.332 2.167.63.5 2.17.5h8.66c1.54 0 2.502 1.667 1.732 3L8.232 11Z' fill='%231B1C37'/%3E%3C/svg%3E");background-size:contain;bottom:calc(100% - 4px);content:"";display:block;height:12px;position:absolute;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:13px}.styles_VideoTag__tlJUa .styles_inner__nzkkH{align-items:center;border-radius:50%;color:#7579ff;display:flex;font-size:10.3226px;font-weight:700;height:14px;justify-content:center;line-height:15px;-webkit-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0);-webkit-user-select:none;user-select:none;width:14px}.styles_ReplyBox__eWXlD{border-radius:10px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);margin-bottom:10px;min-height:130px;position:relative}.styles_ReplyBox__eWXlD.styles_isNested__DJu8z{padding-bottom:10px}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct{font-size:12px;font-weight:300;line-height:18px;min-height:94px;position:relative}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct .styles_toolbarIcon__6CmDI{background-color:initial;border:none;margin:0 5px 0 0;padding:0}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct .styles_placeholder__kMp82{color:#c1c2d0;font-size:14px;font-weight:300;left:20px;line-height:21px;pointer-events:none;position:absolute;top:54px;-webkit-user-select:none;user-select:none}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct .styles_wrapper__SQ71s{background-color:#fff}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct .styles_toolbar__PhI1U{background-color:#fff;border-bottom:none;border-radius:10px;height:48px;left:-1px;margin:0;padding:16px 0 0 12px;position:absolute;right:-1px;top:0;z-index:22}.styles_ReplyBox__eWXlD .styles_editorComponent__M0Cct .styles_editor__HCSrQ{box-sizing:border-box;max-width:381px;min-height:94px;padding-left:20px;padding-right:20px;padding-top:42px}.styles_ReplyBox__eWXlD .styles_buttonContainer__Ipybw{padding-bottom:10px;padding-left:20px}.styles_ReplyBox__eWXlD .styles_buttonContainer__Ipybw .styles_tagsButton__AA0wJ{background-color:#edeeff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.833A6.67 6.67 0 0 0 1.333 8.5 6.67 6.67 0 0 0 8 15.167 6.67 6.67 0 0 0 14.667 8.5 6.669 6.669 0 0 0 8 1.833Zm0 8.334a1.667 1.667 0 1 1 .001-3.335A1.667 1.667 0 0 1 8 10.167Z' fill='%23292D32'/%3E%3C/svg%3E");background-position:6px;background-repeat:no-repeat;border:none;border-radius:6px;color:#1b1c37;font-size:14px;font-weight:400;height:25px;line-height:21px;padding-left:32px}.styles_ReplyBox__eWXlD .styles_buttonContainer__Ipybw .styles_tagsButton__AA0wJ.styles_taggingMode__3qx9T{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.833c-3.673 0-6.667 2.994-6.667 6.667 0 3.674 2.994 6.667 6.667 6.667 3.673 0 6.666-2.993 6.666-6.667 0-3.673-2.993-6.667-6.666-6.667Zm2.9 9.047a.497.497 0 0 1-.687.173L8.147 9.82c-.514-.306-.894-.98-.894-1.573V5.513c0-.273.227-.5.5-.5.274 0 .5.227.5.5v2.734c0 .24.2.593.407.713l2.066 1.233c.24.14.32.447.174.687Z' fill='%231B1C37'/%3E%3C/svg%3E");width:auto}.styles_ReplyBox__eWXlD .styles_buttonContainer__Ipybw .styles_tagsButton__AA0wJ.styles_taggingMode__3qx9T .styles_time__SjcNL{margin:0}.styles_ReplyBox__eWXlD .styles_buttonContainer__Ipybw .styles_tagsButton__AA0wJ.styles_taggingMode__3qx9T .styles_time__SjcNL span{color:#1b1c37;font-size:14px;font-weight:400;line-height:21px}.DraftEditor-root{font-family:Poppins;font-size:14px;line-height:21px}.rdw-link-modal{height:250px;top:30px}.styles_Comment__nMUqK{background-color:#fff;border-radius:12px;box-shadow:-1px 5px 16px rgba(0,0,0,.13);margin-top:10px;padding:15px 18px 40px}.styles_Comment__nMUqK.styles_repliesVisible__CE1a3{padding-bottom:20px;padding-left:36px;position:relative}.styles_Comment__nMUqK.styles_repliesVisible__CE1a3:after{background-color:#c1c2d0;bottom:63px;content:"";left:19px;position:absolute;top:22px;width:1px}.styles_Comment__nMUqK.styles_nested__mCmr-{border-radius:0;box-shadow:none;margin-top:0;padding-bottom:0;padding-left:18px;padding-right:0}.styles_Comment__nMUqK.styles_nested__mCmr-.styles_firstOne__T7-yB{padding-top:36px}.styles_Comment__nMUqK.styles_nested__mCmr- .styles_textContent__eHZ6f{position:relative}.styles_Comment__nMUqK.styles_nested__mCmr- .styles_textContent__eHZ6f:after{border-bottom:1px solid #c1c2d0;border-bottom-left-radius:10px;border-left:1px solid #c1c2d0;bottom:calc(100% - 10px);content:"";height:23px;left:-35px;position:absolute;width:23px;z-index:1}.styles_Comment__nMUqK.styles_imageTag__\+wgkK .styles_textContent__eHZ6f{cursor:pointer}.styles_Comment__nMUqK .styles_commentHeader__rrlcA{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.styles_Comment__nMUqK .styles_commentHeader__rrlcA .styles_createdAt__T5AKl{color:#7579ff;font-size:10px;font-weight:500;line-height:15px}.styles_Comment__nMUqK .styles_commentHeader__rrlcA .styles_userBlock__pVveA{align-items:center;display:flex}.styles_Comment__nMUqK .styles_commentHeader__rrlcA .styles_userBlock__pVveA .styles_userPic__AGiCI{align-items:center;background-color:#edeeff;border-radius:50%;color:#7579ff;display:flex;font-size:12.3871px;font-weight:700;height:24px;justify-content:center;line-height:19px;width:24px}.styles_Comment__nMUqK .styles_commentHeader__rrlcA .styles_userBlock__pVveA h1{font-size:12px;font-weight:500;line-height:15px;margin:0 0 0 15px}.styles_Comment__nMUqK .styles_textContent__eHZ6f{font-size:14px;font-weight:300;line-height:21px;margin-bottom:12px}.styles_Comment__nMUqK .styles_textContent__eHZ6f .styles_timeMark__ldSYj{color:#7579ff;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;margin-right:4px}.styles_Comment__nMUqK .styles_footer__kwsvW{display:flex}.styles_Comment__nMUqK .styles_footer__kwsvW .styles_likes__7\+8KD{align-items:center;color:#5f6073;display:flex;font-size:10px;font-weight:400;line-height:15px;margin-right:20px}.styles_Comment__nMUqK .styles_footer__kwsvW .styles_likes__7\+8KD svg{cursor:pointer;margin-right:4px}.styles_Comment__nMUqK .styles_footer__kwsvW .styles_replies__km8ER{align-items:center;color:#5f6073;cursor:pointer;display:flex;font-size:12px;font-weight:400;line-height:18px;margin-right:18px}.styles_Comment__nMUqK .styles_footer__kwsvW .styles_replies__km8ER svg{margin-right:4px}.styles_Comment__nMUqK .styles_footer__kwsvW .styles_replyButton__6THKP{align-items:center;background-color:initial;border:none;color:#5f6073;cursor:pointer;display:flex;font-size:10px;font-weight:600;height:15px;line-height:15px;padding:0;position:relative;top:2px;width:29px}.styles_Comment__nMUqK .styles_replyBoxContainer__aVXIn{margin-top:5px}@media (max-width:1024px){.styles_Comment__nMUqK{padding-right:20px}}.styles_Comments__f5erU{padding-bottom:21px;padding-right:10px}.styles_Comments__f5erU .styles_header__pBL7H{background-color:#fff}.styles_Comments__f5erU .styles_header__pBL7H .styles_buttons__jQC3D{display:flex;justify-content:space-between}.styles_Comments__f5erU .styles_header__pBL7H .styles_buttons__jQC3D .styles_commentsButton__yE6QP{align-items:center;border:1px solid #7579ff;border-radius:62px;cursor:pointer;display:flex;height:19px;justify-content:center;width:153px}.styles_Comments__f5erU .styles_header__pBL7H .styles_buttons__jQC3D .styles_commentsButton__yE6QP.styles_active__AeU5a{background-color:#7579ff}.styles_Comments__f5erU .styles_header__pBL7H .styles_buttons__jQC3D .styles_commentsButton__yE6QP.styles_active__AeU5a span{color:#fff}.styles_Comments__f5erU .styles_header__pBL7H .styles_buttons__jQC3D .styles_commentsButton__yE6QP span{color:#7579ff;font-size:12px;font-weight:500;line-height:15px}@media (max-width:1024px){.styles_Comments__f5erU{min-height:calc(100vh - 121px - var(--parentHeight));padding-bottom:21px}}.styles_Image__tb2Ng{display:flex;height:100%;justify-content:center;position:relative}.styles_Image__tb2Ng .styles_selectionContainer__HJw4s{position:absolute}.styles_selection__wwJFJ{border:4px dashed #edeeff;border-radius:24px;position:absolute}.styles_Ticket__h3LGJ{display:flex}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY{display:flex;flex-direction:row-reverse}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_mediaView__5-ee0{display:block;overflow:hidden;width:auto}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_mediaView__5-ee0 div{height:auto}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf{margin-right:15px;max-width:299px;min-width:286px}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf header .styles_statusContainer__DWfSe{display:none}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_description__SCYSK{width:auto}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk{padding-top:25px}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul{list-style:none;padding:0}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li{align-items:center;border-bottom:1px solid #c1c2d0;cursor:pointer;display:flex;height:50px;max-width:246px}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_active__ceym9{background-color:#7579ff;border-radius:5px;position:relative;top:-1px;-webkit-transform:scaleX(1.1);transform:scaleX(1.1)}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_active__ceym9 .styles_statusName__H8ywY{color:#fff;left:2px;position:relative;-webkit-transform:scaleX(.9);transform:scaleX(.9)}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_active__ceym9 .styles_statusIcon__VkTJP{border:3.5px solid #fff;left:10px;position:relative;-webkit-transform:scaleX(.91);transform:scaleX(.91)}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_readyforreview__UzUzN .styles_statusIcon__VkTJP{background-color:#ffda91}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_brief__216ap .styles_statusIcon__VkTJP{background-color:#5f6073}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_production__7jKKC .styles_statusIcon__VkTJP{background-color:#91d1ff}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_completed__3Qrha .styles_statusIcon__VkTJP{background-color:#91ffb6}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_editrequests__2eSx\+ .styles_statusIcon__VkTJP{background-color:#ff7f7f}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_approved__p3nza .styles_statusIcon__VkTJP{background-color:#ffbdcd}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li .styles_statusIcon__VkTJP{background-color:#91d1ff;border:4px solid #5f6073;border-radius:50%;height:40px;margin-right:10px;width:40px}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li .styles_statusName__H8ywY{font-size:14px;font-weight:300;line-height:21px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY{flex:1 1;padding-left:90px;padding-right:90px;padding-top:32px;position:relative}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr{display:flex;justify-content:space-between;margin-bottom:13px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr.styles_slider__JYVde{justify-content:center}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr .styles_viewModeSwitcher__WGn0v{display:flex;gap:12px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr button{background-color:initial;border:none;color:#5f6073;font-size:16px;font-weight:400;line-height:24px;padding:0}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr button.styles_fileSwitchButton__e2uFL{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.57 5.93 3.5 12l6.07 6.07M20.5 12H3.67' stroke='%235F6073' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;text-align:right;width:118px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr button.styles_fileSwitchButton__e2uFL.styles_next__4jIBx{text-align:left;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_switchButtons__8PzEr button.styles_fileSwitchButton__e2uFL.styles_next__4jIBx span{display:block;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_snapchatButton__fcOk0{display:none;position:absolute;right:80px;top:43px;z-index:2}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_mediaView__5-ee0{align-items:center;aspect-ratio:982/488;display:flex;justify-content:center;margin-bottom:32px;position:relative;width:100%}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_mediaView__5-ee0 video{height:100%;width:100%}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_mediaView__5-ee0 img{height:100%;max-width:100%;object-fit:contain}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header{border-bottom:1px solid #c1c2d0;position:relative}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header h1{font-size:20px;font-weight:500;line-height:30px;margin:0 0 8px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_createdAt__\+PFLT{color:#5f6073;display:block;font-size:15px;font-style:italic;font-weight:300;line-height:22px;margin-bottom:18px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe{align-items:center;background:rgba(0,0,0,.8);border-radius:4px;cursor:pointer;display:flex;gap:3px;height:34px;padding-left:8px;padding-right:8px;position:absolute;right:0;top:0}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_uploadButton__PL-WR{background-color:#7579ff;border:none;border-radius:8px;color:#fff;font-size:20px;font-weight:500;height:34px;left:-120px;line-height:30px;padding-left:16px;padding-right:16px;position:absolute;top:0}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe span{color:#fff;font-size:20px;font-weight:500;line-height:30px;text-transform:capitalize}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl{background-color:#91ffb6;border-radius:50%;height:22px;width:22px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_brief__216ap{background-color:#5f6073}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_readyforreview__UzUzN{background-color:#ffda91}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_production__7jKKC{background-color:#91d1ff}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_completed__3Qrha{background-color:#91ffb6}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_editrequests__2eSx\+{background-color:#ff7f7f}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY header .styles_statusContainer__DWfSe .styles_status__lEypl.styles_approved__p3nza{background-color:#ffbdcd}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi{border-bottom:1px solid #c1c2d0;position:relative}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_priority__uidtE{display:none;font-size:20px;font-weight:500;line-height:30px;position:absolute;right:10px;top:10px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_authorInfo__ypbLU{align-items:center;display:flex;margin-bottom:8px;padding-top:25px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_authorInfo__ypbLU .styles_userPic__uAXW4{align-items:center;background-color:#edeeff;border-radius:50%;color:#7579ff;display:flex;font-size:23.7419px;font-weight:700;height:46px;justify-content:center;line-height:36px;width:46px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_authorInfo__ypbLU .styles_authorName__z9xfS{display:flex;flex-direction:column;margin-left:12px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_authorInfo__ypbLU .styles_authorName__z9xfS .styles_name__glkT9{color:#1b1c37;display:block;font-size:10px;font-weight:500;line-height:15px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_authorInfo__ypbLU .styles_authorName__z9xfS .styles_role__MLp1I{color:#5f6073;font-size:10px;font-weight:300;line-height:15px}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_description__SCYSK{color:#5f6073;display:inline-block;font-size:14px;font-weight:300;line-height:21px;padding-bottom:25px;width:450px}.styles_Ticket__h3LGJ .styles_rightColumn__KsP6T{padding-top:12px;width:391px}@media (max-width:1024px){.styles_Ticket__h3LGJ,.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY{display:block}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf{max-width:100%;width:100%}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li{max-width:100%}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_active__ceym9 .styles_statusIcon__VkTJP{left:3.5vw}.styles_Ticket__h3LGJ.styles_tagging__OpYhY .styles_leftColumn__eqGXY .styles_ticketInfo__Olksf .styles_statusSelector__V9Hxk ul li.styles_active__ceym9 .styles_statusName__H8ywY{left:3vw}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi{border-bottom:none}.styles_Ticket__h3LGJ .styles_leftColumn__eqGXY .styles_info__Yhagi .styles_description__SCYSK,.styles_Ticket__h3LGJ .styles_rightColumn__KsP6T{width:100%}}.styles_EmailMultiInput__170qd{background-image:url(/static/media/name.6c84ba1058c60949a2dd.svg);background-position:top 48px left 20px;background-repeat:no-repeat}.styles_EmailMultiInput__170qd label{color:#1b1c37;display:block;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.styles_EmailMultiInput__170qd label .styles_required__qgUYY{color:#7a74fb}.styles_EmailMultiInput__170qd input{background-color:initial;border:1px solid #1b1c37;border-radius:10px;font-size:13.5929px;font-weight:300;height:48px;line-height:20px;padding-left:64px;padding-right:20px;width:100%}.styles_EmailMultiInput__170qd input.styles_emailsNotEmpty__Mkzzz{border-bottom:none;border-radius:10px 10px 0 0}.styles_EmailMultiInput__170qd input::-webkit-input-placeholder{color:#5f6073}.styles_EmailMultiInput__170qd input::placeholder{color:#5f6073}.styles_EmailMultiInput__170qd input:focus{outline:none}.styles_EmailMultiInput__170qd .styles_emails__Lb9fX{border:1px solid #1b1c37;border-radius:0 0 10px 10px;border-top:none;padding-bottom:22px;padding-left:20px;padding-right:20px}.styles_EmailMultiInput__170qd .styles_emails__Lb9fX ul{border-top:.2px solid #c1c2d0;list-style:none;margin:0;padding:0}.styles_EmailMultiInput__170qd .styles_emails__Lb9fX ul li{border-bottom:.2px solid #c1c2d0;font-size:14px;font-weight:300;line-height:21px;padding-bottom:6px;padding-top:11.5px}.styles_EmailMultiInput__170qd .styles_emails__Lb9fX ul li.styles_active__jYRba{background-image:url(/static/media/selected.b0d7bacd7485fc7ade33.svg);background-position:top 10px right;background-repeat:no-repeat}.styles_AddWorkspace__dLWbX{align-items:flex-start;background-image:url(/static/media/addWorkspaceBackground.80436cebc3a36c142bd1.svg);background-position:100% 100%;background-repeat:no-repeat;display:flex;justify-content:center;min-height:calc(100vh - 121px);padding-top:92px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO{align-items:center;background-color:#fff;border-radius:30px;box-shadow:-1px 5px 63px rgba(0,0,0,.13);display:flex;flex-direction:column;padding-bottom:100px;padding-top:50px;width:452px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO h1{color:#1b1c37;font-size:24px;font-weight:600;line-height:36px;margin-bottom:25px;width:352px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO form{width:352px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO form .styles_inputContainer__UtFB5{margin-bottom:25px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO form .styles_inputContainer__UtFB5 .styles_error__UFDdi{color:red;font-size:12px;padding-top:5px}.styles_AddWorkspace__dLWbX .styles_container__VGAXO form .styles_submitButton__JsoBm{background:linear-gradient(90deg,#b224ef,#7579ff);border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:24px;width:100%}
/*# sourceMappingURL=main.7804c484.css.map*/