@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Commissioner:wght@300;400;500;600;700;800;900&family=Mulish:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);: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{-webkit-box-sizing:border-box;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%);-ms-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%);-ms-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);-ms-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);-ms-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{-ms-flex-pack:justify;border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;direction:ltr;display:-ms-flexbox;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;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;-ms-flex-negative:0;display:-ms-flexbox;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:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#34aadc),color-stop(#5856d6),to(#ff2d55));background:-o-linear-gradient(left,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);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{-ms-flex-item-align:start;align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;-webkit-transition:.3s ease;-o-transition:.3s ease;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;-ms-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{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;-ms-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);-webkit-box-sizing:border-box;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)}}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;width:100%;z-index:1}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:auto;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:10px}body,html{height:100%;width:100%}body{background-color:#f3f3f3;color:#000;font-family:Montserrat,sans-serif!important;margin:0;min-height:100%;padding:0}body #carrotquest-messenger-collapsed-container{margin-bottom:50px!important;margin-right:10px!important;z-index:99!important}a{color:#7099ee;text-decoration:none}b,strong{font-weight:400}input[autocomplete=off]::-webkit-contacts-auto-fill-button{display:none!important;height:0;margin:0;pointer-events:none;visibility:hidden;width:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0}:global .intercom-launcher-frame,:global .intercom-namespace{z-index:2!important}:global .whiteBlock{background-color:#fff;border:.1rem solid #eaeaea;border-radius:.3rem;-webkit-box-shadow:0 .1rem .4rem rgba(0,0,0,.04);box-shadow:0 .1rem .4rem rgba(0,0,0,.04)}:global .ant-modal-mask{z-index:1300}:global .ant-modal-wrap{z-index:1400}.Color_bad{color:#db0200!important}.Color_moderate{color:#fe9500!important}.Color_good{color:#25dd81!important}.Color_great{color:#54b936!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:focus,input[type=number]:hover{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.styles_Title__A\+4lv{font-size:1.4rem;font-weight:500;letter-spacing:.014rem;line-height:2.2rem}.styles_Description__tgZaI{font-size:1rem;line-height:1.6rem;margin-top:.4rem}.styles_Right__UpHDq{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_Container__Ss1bJ{display:-ms-flexbox;display:flex;max-height:25rem;overflow:auto;width:auto}.styles_Container__Ss1bJ .styles_Left__Q7JF4+.styles_Right__UpHDq{margin-left:1.2rem}.styles_LearnMore__vOIGh{cursor:pointer;font-size:1.2rem;letter-spacing:.016rem;line-height:1.8rem;margin-top:1.2rem}.styles_LoadingOverlay__n7quU{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:hsla(0,0%,100%,0);justify-content:center;position:fixed;right:0;top:0;z-index:999}.styles_LoadingOverlay__n7quU .styles_LoaderBlock__rLOYd{-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:.8rem;display:-ms-flexbox;display:flex;padding:1rem;position:absolute;right:-10rem;top:1rem}.styles_LoadingOverlay__n7quU .styles_Loader__swtXt{color:#7099ee}.styles_LoadingOverlay__n7quU .styles_Text__OZj3x{color:#7099ee;font-weight:600;margin-left:1rem}.styles_Loader__EXJuK{display:-ms-flexbox;display:flex;text-align:center}.styles_OverflowLoader__Jxvuq{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:hsla(0,0%,100%,.75);bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;margin:0;padding:0;position:absolute;right:0;top:0;z-index:1}.styles_Wrapper__nmLMf{height:100vh}.styles_Content__uOOZL{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 7.2rem);justify-content:center;margin-top:17rem}.styles_Content__uOOZL .styles_Title__KXWS2{color:#000;font-size:17px;letter-spacing:0;line-height:24px;margin-top:2rem}.styles_Content__uOOZL .styles_Button__wP5mf{margin-top:2rem}.styles_Content__uOOZL>img{max-height:218px;max-width:401px}.styles_Icon__-Hf9F{display:-ms-flexbox;display:flex;margin-right:.8rem}.styles_icon__72XRL{-ms-flex-pack:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:inline-block;flex-shrink:0;font-size:inherit!important;justify-content:center;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-user-select:none;vertical-align:middle}.styles_iconIsBorder__FRF-9{border:.1rem solid #b8c2cc;border-radius:.5rem;padding:.6rem}.styles_Logo__y26M8{height:100%;width:100%}@-webkit-keyframes styles_Gradient__ZZe\+5{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__ZZe\+5{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Footer__lMW9f{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-direction:row;flex-direction:row;justify-content:flex-end;padding-top:2.4rem}@media screen and (max-width:480px){.styles_Footer__lMW9f{display:block;padding:1rem 0}}.styles_Item__jC112 button{min-height:4.8rem!important;width:100%}.styles_Item__jC112+.styles_Item__jC112{margin-left:2.4rem}@media screen and (max-width:480px){.styles_Item__jC112+.styles_Item__jC112{margin-left:0;margin-top:1rem}}@-webkit-keyframes styles_Gradient__HPclI{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__HPclI{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Overlay_isBottomSheet__nVkMU{margin:0!important;padding:2.4rem 0 0!important}.styles_Overlay_isBottomSheet__nVkMU .styles_Modal__wGFCw{border-radius:2.4rem 2.4rem 0 0;margin:0!important}.styles_Overlay_isBottomSheet__nVkMU .styles_ScrollPaper__ILuOB{-ms-flex-align:end!important;align-items:flex-end!important}.styles_Modal__wGFCw{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%;padding:0;width:100%}@media screen and (max-width:480px){.styles_Modal__wGFCw{margin:0!important}}.styles_Modal__wGFCw .styles_MobileHeader__nP3vk{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;padding:1.6rem}.styles_Modal__wGFCw .styles_MobileHeader__nP3vk .styles_DragControl__5Z6u5{background-color:#ebecef;border-radius:20px;height:.8rem;width:4.8rem}.styles_Modal__wGFCw .styles_Header__S2A4u{-ms-flex-pack:center;background-color:hsla(0,2%,91%,.5);border-bottom:1px solid #ebecef;justify-content:center;padding:2.4rem}@media screen and (max-width:480px){.styles_Modal__wGFCw .styles_Header__S2A4u{padding:2.4rem 1rem}}.styles_Modal__wGFCw .styles_Content__OrLK-{border-bottom:none;border-top:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.6);height:100%;overflow-y:auto;padding:2.4rem}@media screen and (max-width:480px){.styles_Modal__wGFCw .styles_Content__OrLK-{-ms-flex:1 1;flex:1 1;padding:2.4rem 1rem}}.styles_Modal__wGFCw .styles_Footer__EkHK0{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:0;padding:0 2.4rem 2.4rem;width:100%}@media screen and (max-width:480px){.styles_Modal__wGFCw .styles_Footer__EkHK0{padding:0 1rem 2.4rem}}.styles_Overlay__Jk4Ra{margin:1rem}@-webkit-keyframes styles_Gradient__w3aL4{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__w3aL4{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Header__i1Tie{-ms-flex-align:center;align-items:center;border-bottom:.1rem solid #f6f6f6;display:-ms-flexbox;display:flex;font-size:2rem;font-weight:300;margin:0}.styles_HeaderTitle__3kr9Q{-ms-flex-pack:start;color:#2e2f35;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-size:1.6rem;font-style:normal;font-weight:600;justify-content:flex-start;letter-spacing:-.3px;line-height:2rem}@media screen and (max-width:480px){.styles_HeaderTitle__3kr9Q{-ms-flex-pack:center;justify-content:center;letter-spacing:-.3px;text-align:center}}.styles_Header__i1Tie .styles_Icon__FslHe{color:#b8c2cc;cursor:pointer;font-size:2.4rem;padding:0}@media screen and (max-width:480px){.styles_Header__i1Tie .styles_Icon__FslHe{font-size:1.4rem}}.styles_Header__i1Tie .styles_IconButton__xP\+3M{-ms-flex-item-align:start;align-self:flex-start;color:#000;padding:0}.styles_Modal__EAmmw{border-radius:2.4rem!important;max-width:40.3rem!important}.styles_ModalHeader__T88ZA{border-bottom:none;padding:3rem 3rem .7rem}.styles_ModalHeader__T88ZA svg{color:#000}.styles_ModalContent__onqxU{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;padding:0 3rem 3rem}.styles_ModalContent__onqxU .styles_Browser__SRi6q{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:.7rem}.styles_ModalContent__onqxU .styles_Browser__SRi6q .styles_Title__\+PZJp{color:#2e2f35;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;margin-top:1.7rem}.styles_ModalContent__onqxU .styles_Browser__SRi6q .styles_Text__KAYLb{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-top:1.8rem;text-align:center}@-webkit-keyframes styles_Gradient__joNmb{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__joNmb{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Wrapper__Opno9{background:#f3f3f3;-ms-flex:1 1;flex:1 1;padding-left:10.2rem;position:relative;width:100%}@media screen and (max-width:960px){.styles_Wrapper__Opno9{padding-left:0}}.styles_Content__tBxtD{background:#f3f3f3;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 7.2rem)}.styles_Content__tBxtD>*{width:100%}@media screen and (max-width:480px){.styles_Content__tBxtD{padding:1rem}}@media screen and (max-width:960px){.styles_Content__tBxtD{margin-bottom:5.8rem;padding:0}}.styles_Layout__ALYjj{background:#fff;border:1px solid #e4e4e4;border-radius:.8rem;margin:0 auto;max-width:150rem;padding:3rem}@media screen and (max-width:480px){.styles_Layout__ALYjj{padding:1rem}}.styles_Wrapper__yqeBD{height:100vh}.styles_Content__RxCGA{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 7.2rem);justify-content:center;margin-top:7.2rem}.styles_Content__RxCGA .styles_Title__oP3XX{color:#000;font-size:20px;letter-spacing:0;line-height:24px;margin-top:6rem}.styles_Content__RxCGA .styles_Subtitle__ZTwzi{color:#000;font-size:15px;letter-spacing:0;line-height:17px;margin-top:2rem}.styles_Content__RxCGA .styles_Button__cvWMj{margin-top:3rem}.styles_Content__RxCGA>img{max-height:218px;max-width:401px}@-webkit-keyframes styles_Gradient__mxP6T{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__mxP6T{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body .styles_AppBar__vZAdv{-ms-flex-align:center;align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;-webkit-box-shadow:none;box-shadow:none;color:#2e2f35;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:1rem;height:7.2rem;overflow:auto;padding:0 3rem;width:100%}@media screen and (max-width:720px){body .styles_AppBar__vZAdv{padding:0 2.1rem}}body .styles_AppBar__vZAdv .styles_Left__ScwpM{-ms-flex:1 1;flex:1 1}@media screen and (max-width:720px){body .styles_AppBar__vZAdv .styles_Left__ScwpM{display:none}}.styles_Tariff__tfv5K{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.styles_Tariff__tfv5K .styles_TariffUpgradeButton__0YjsV{margin-top:1.4rem}.styles_Tariff__tfv5K .styles_TariffTitle__GikMf{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;letter-spacing:1px;line-height:1.3rem}@media screen and (max-width:480px){.styles_Tariff__tfv5K .styles_TariffTitle__GikMf{font-size:1.3rem;line-height:1.6rem}}.styles_Tariff__tfv5K .styles_TariffSubTitle__7DXQN{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.2rem;font-weight:400;letter-spacing:-.05rem;line-height:1.5rem;margin-top:.4rem}@media screen and (max-width:480px){.styles_Tariff__tfv5K .styles_TariffSubTitle__7DXQN{font-size:1.4rem;line-height:1.7rem}}.styles_Tariff__tfv5K .styles_TariffSubtitle__2lOD4{color:#fa133c;font-family:Montserrat,sans-serif;font-size:11px;font-weight:800}.styles_Tariff__tfv5K .styles_TariffSubtitle__2lOD4:hover{color:#2e2f35}@media screen and (max-width:480px){.styles_Tariff__tfv5K .styles_TariffSubtitle__2lOD4{font-size:12px}}.styles_Tariff__tfv5K .styles_LeftAccessLevel__SSbox{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_Tariff__tfv5K .styles_LeftAccessLevel__SSbox svg{height:4.8rem;width:4.8rem}}.styles_Tariff__tfv5K .styles_RightAccessLevel__u11JH{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin-left:8px}.styles_UserBar__Cc1qN{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center}@media screen and (max-width:480px){.styles_UserBar__Cc1qN{-ms-flex-pack:justify;-ms-flex:1 1;flex:1 1;justify-content:space-between}}.styles_UserBar__Cc1qN>*+*{margin-left:2.4rem}.styles_UserBar__Cc1qN .styles_Separator__hRyHv{border-right:1px solid #ebecef;height:2.4rem}.styles_UserBar__Cc1qN .styles_UserAvatarWrapper__OzSpW svg{color:#fa133c;font-size:3.2rem}.styles_UserBar__Cc1qN .styles_Profile__YNYrL{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700}.styles_UserBar__Cc1qN .styles_UserAvatarWrapper__OzSpW+.styles_Profile__YNYrL{margin-left:1rem}.styles_UserBar__Cc1qN .styles_ArrowWrapper__KY2an{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-left:.5rem;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.styles_UserBar__Cc1qN .styles_ArrowWrapper__KY2an>svg{color:#2e2f35;font-size:1.7rem;font-weight:600}.styles_UserBar__Cc1qN .styles_ArrowWrapper_isRotated__UFyc2{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_UserBar__Cc1qN .styles_ArrowWrapper_isRotated__UFyc2>svg{color:#fa133c}.styles_UserBar__Cc1qN .styles_Notification__xX931{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem;position:relative;width:3.6rem}@media screen and (max-width:480px){.styles_UserBar__Cc1qN .styles_Notification__xX931{width:auto}}.styles_UserBar__Cc1qN .styles_Notification__xX931 .styles_SearchButton__vwe58{padding:0!important}.styles_UserBar__Cc1qN .styles_Notification__xX931 div[data-announcekit-mode=badge]{position:absolute!important;right:0;top:0}.styles_UserBar__Cc1qN .styles_Notification__xX931 .styles_NotificationIconWrapper__bd4TH{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;justify-content:center;min-height:3.6rem;min-width:3.6rem}.styles_UserBar__Cc1qN .styles_UserInfo__Xm\+ve{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;line-height:1}.styles_UserBar__Cc1qN .styles_UserInfoInner__xjP68{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,sans-serif;margin-left:.8rem}.styles_UserBar__Cc1qN .styles_UserInfoInnerRow__aQjwE{display:-ms-flexbox;display:flex}.styles_UserBar__Cc1qN .styles_UserInfoInner__xjP68 .styles_UserInfoInnerRow__aQjwE+.styles_UserInfoInnerRow__aQjwE{margin-top:.2rem}.styles_UserBar__Cc1qN .styles_UserInfoInner__xjP68 .styles_Email__TIA-N{color:#2e2f35;font-size:13px;font-weight:500}.styles_UserBar__Cc1qN .styles_UserInfoInner__xjP68 .styles_Reports__GP7sD{font-size:12px;font-weight:800}.styles_Popover__paper__dwOE9{background:#fff;border:1px solid #ebecef;border-radius:8px;-webkit-box-shadow:0 18px 32px 4px rgba(0,0,0,.25);box-shadow:0 18px 32px 4px rgba(0,0,0,.25);width:33rem!important}@media screen and (max-width:480px){.styles_Popover__paper__dwOE9{bottom:5.8rem!important;-webkit-box-shadow:none!important;box-shadow:none!important;left:0!important;max-width:inherit!important;right:0!important;top:7.2rem!important;width:100%!important}}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV.styles_LanguageMenuList__oGiLH{margin-top:0}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV{margin-top:1.2rem;padding:0}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItem__N-8EU{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.2rem}@media screen and (max-width:480px){.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItem__N-8EU{padding:1.2rem 2.4rem}}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItem__N-8EU .styles_MenuItemSeparator__K3WYk{background-color:#ebecef;height:1px;left:1.4rem;position:absolute;right:1.4rem;top:0}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItem__N-8EU:hover{background-color:#f3f3f3}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItemTop__bYVhB{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;width:100%}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItemLabel__HJk\+G{-ms-flex:1 1;flex:1 1;font-size:13px;font-weight:400;line-height:1;margin-left:.4rem}.styles_Popover__F\+HKJ .styles_MenuList__1VRXV .styles_MenuItemLabel_gray__DEIrC{color:#838799}.styles_PopoverStats__WSXuD{-ms-flex-pack:distribute;grid-gap:.5rem;background-color:#f3f3f3;border-radius:8px;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;justify-content:space-around;margin:1.2rem;padding:1.2rem 1.6rem;position:relative}@media screen and (max-width:480px){.styles_PopoverStats__WSXuD{margin:1.2rem 2.4rem}}.styles_PopoverStatsItem__8t-Ae{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_PopoverStatsItemLabel__S22-8{font-size:12px;font-weight:400;letter-spacing:-.5px;line-height:15px;margin-top:.6rem;text-align:center}.styles_Popover__F\+HKJ .styles_CircleProgress_red__5Pdm2{color:#fa133c}.styles_Popover__F\+HKJ .styles_CircleProgress_blue__xmnnQ{color:#7099ee}.styles_Popover__F\+HKJ .styles_CircleProgress_green__3NGPh{color:#24b900}.styles_Popover__F\+HKJ .styles_CircleProgress_black__k2in8{color:#000}.styles_Popover__F\+HKJ .styles_CircleProgress_gray__YnOKj{color:#a6a5a5}.styles_Popover__F\+HKJ .styles_CheckIcon__rOPaD{height:auto;width:2rem}.styles_Popover__F\+HKJ .styles_CloseIcon__rFmG4{height:auto;width:1.4rem}.styles_PopoverBalance__5x6W2{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;margin-left:1.2rem;margin-right:1.2rem;margin-top:1.2rem;position:relative}@media screen and (max-width:480px){.styles_PopoverBalance__5x6W2{margin-left:2.4rem;margin-right:2.4rem}}.styles_PopoverBalanceLeft__MVOcX{-ms-flex:1 1;flex:1 1}.styles_PopoverBalanceRight__fC9fu{margin-left:1rem}.styles_PopoverBalance__5x6W2 .styles_PayButton__\+JN6P{background-color:#fa133c;border-radius:8px;color:#fff;font-weight:500;padding:1rem 1.4rem;text-transform:capitalize}.styles_PopoverBalance__5x6W2 .styles_PayButton__\+JN6P:hover{background-color:#000!important}.styles_PopoverBalanceSeparator__etU2L{border-bottom:1px solid #ebecef;bottom:0;left:0;position:absolute;right:0}.styles_PopoverTariff__5QiEj{margin:0 1.2rem}@media screen and (max-width:480px){.styles_PopoverTariff__5QiEj{margin:0 2.4rem}}.styles_PopoverTariffUpgradeButtonContainer__lVElp{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin-top:1.2rem}.styles_PopoverTariffUpgradeButtonContainer__lVElp button{background-color:#f3f3f3!important;border-radius:8px;color:#000;font-size:13px;font-weight:500;letter-spacing:-.5px;line-height:16px;padding-bottom:1rem;padding-top:1rem;text-transform:none;width:100%}.styles_PopoverTariffUpgradeButtonContainer__lVElp button:hover{background-color:#e6e6e6!important}.styles_PopoverTariffActual__W6qV9{color:#000;font-size:1.3rem;font-weight:400;letter-spacing:-.05rem;line-height:1.6rem}.styles_PopoverTariffActualFromNow__xjhmQ{color:#a6a5a5;font-size:1.1rem;line-height:1.3rem}.styles_BalanceLabel__MKFks{font-size:10px;font-weight:400;letter-spacing:1px;text-transform:uppercase}.styles_BalanceValue__cHcQr{font-size:20px;margin-top:.6rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Box__VuGf1{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:600;justify-content:center;left:0;letter-spacing:0;line-height:1.7rem;position:absolute;right:0;top:0}.styles_CircularProgressBg__JN8hW{color:hsla(0,1%,65%,.302)!important;position:absolute}.styles_Text__XsN11{color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-weight:600}.styles_Text_sm__wVWJR{font-size:13px}.styles_Text_xs__oJeR0{font-size:10px}.styles_Icon__q0M4i{line-height:0}.styles_Icon_pointer__d\+KCP{cursor:pointer}.styles_Wrapper__pLubt{min-height:100vh}.styles_Content__O-aMg{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 7.2rem);justify-content:center;margin-top:7.2rem}.styles_Content__O-aMg .styles_Title__-6ops{color:#000;font-size:15px;letter-spacing:.47px;line-height:24px;margin-top:2.8rem}.styles_Content__O-aMg .styles_Button__Md-Nr{font-size:1.4rem;margin-top:3rem}@-webkit-keyframes styles_Gradient__caIn6{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__caIn6{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Menu__ucWzl{background-color:#f3f3f3;bottom:0;left:0;position:fixed;right:0;z-index:4}.styles_Menu__ucWzl .styles_BottomNavigation__ocxKI{background:none;height:5.8rem!important}.styles_Menu__ucWzl .styles_MenuItem__EiRqN{cursor:pointer;-ms-flex:1 1;flex:1 1;min-width:6rem;padding:.8rem!important;text-align:center}.styles_Menu__ucWzl .styles_MenuItem__EiRqN svg{height:2.8rem;width:2.8rem}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__accounts__dbrb5 svg .cls-1{stroke:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__accounts__dbrb5 svg .cls-2{fill:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__folders__aQURI svg .cls-1{stroke:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__campaigns__lwPsB svg path,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__crossings__vmKH2 svg path,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__folders__aQURI svg .cls-2,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__tasks__Qa4NN svg path{fill:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__finances__Ufzhx svg .cls-1,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__finances__Ufzhx svg .cls-3{stroke:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__finances__Ufzhx svg .cls-2,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__finances__Ufzhx svg .cls-4,.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__settings__MQmnu svg .cls-1{fill:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__messages__vzF0J svg .cls-1{stroke:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__EiRqN.Mui-selected.styles_MenuItem__messages__vzF0J svg .cls-2{fill:#fa133c}.styles_Menu__ucWzl .styles_MenuItem__menu__D9UVP{max-width:none}.styles_Menu__ucWzl .styles_MenuItemLabel__wceb7{color:#2e2f35;font-size:1.3rem}@media screen and (max-width:480px){.styles_Menu__ucWzl .styles_MenuItemLabel__wceb7{font-size:1.1rem}}.styles_Menu__ucWzl .styles_MenuItemLabel__wceb7.Mui-selected{color:#fa133c;font-size:1.3rem}@media screen and (max-width:480px){.styles_Menu__ucWzl .styles_MenuItemLabel__wceb7.Mui-selected{font-size:1.1rem}}.styles_PostCampaignContainer__5LibH{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:100%;max-width:168px;position:relative}.styles_PostCampaignContainer__5LibH .styles_MenuItem__accounts__dbrb5 svg .cls-1{stroke:#fa133c}.styles_PostCampaignContainer__5LibH .styles_MenuItem__accounts__dbrb5 svg .cls-2{fill:#fa133c}.styles_PostCampaignContainer__5LibH .styles_PostCampaignBadge__8AEDZ{background-color:#fff;border-radius:2rem;bottom:.5rem;-webkit-box-shadow:0 4px 4px 0 hsla(0,1%,65%,.251);box-shadow:0 4px 4px 0 hsla(0,1%,65%,.251);color:#08be3b;font-style:italic;font-weight:600;left:0;margin:0 auto;padding:.5rem 1rem;position:absolute;right:0;width:4.8rem}.styles_Paper__BN7nw .styles_MenuItem__EiRqN+.styles_MenuItem__EiRqN{border-top:1px solid #ebecef}.styles_Paper__BN7nw .styles_MenuItem__EiRqN{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;gap:.8rem;letter-spacing:-.04rem;line-height:1.5rem}.styles_Paper__BN7nw .styles_MenuItem__EiRqN svg{height:1.6rem;width:1.6rem}@-webkit-keyframes styles_Gradient__u2YgC{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__u2YgC{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Paper__C1H6v{-ms-flex-align:center;align-items:center;background-color:#f3f3f3!important;border-right:none!important;display:-ms-flexbox;display:flex;padding:2.4rem 0;width:10.2rem;z-index:99!important}.styles_Paper__C1H6v .styles_Header__jsO4p .styles_Logo__eQigr{cursor:pointer}.styles_Paper__C1H6v .styles_ItemsList__qHKhM{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_Paper__C1H6v .styles_FooterList__LTwMm{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Paper__C1H6v .styles_FooterList__LTwMm .styles_FooterListItem__j-IYt+.styles_FooterListItem__j-IYt{margin-top:1.2rem}.styles_Paper__C1H6v .styles_Version__AwTw9{bottom:1rem;position:absolute}.styles_MenuItem__21V2r{cursor:pointer;margin-top:4rem;text-align:center}.styles_MenuItem_active__CQsqP:before{background-color:#fa133c;border-bottom-right-radius:8px;border-top-right-radius:8px;content:"";height:3.2rem;left:0;position:absolute;width:.5rem}.styles_MenuItem__accounts__bAR5v.styles_MenuItem_active__CQsqP svg .cls-1,.styles_MenuItem__accounts__bAR5v.styles_MenuItem_hovered__KAcwq svg .cls-1,.styles_MenuItem__accounts__bAR5v:hover svg .cls-1{stroke:#fa133c}.styles_MenuItem__accounts__bAR5v.styles_MenuItem_active__CQsqP svg .cls-2,.styles_MenuItem__accounts__bAR5v.styles_MenuItem_hovered__KAcwq svg .cls-2,.styles_MenuItem__accounts__bAR5v:hover svg .cls-2{fill:#fa133c}.styles_MenuItem__accounts__bAR5v .styles_SearchIcon__5EMSa{height:3.2rem;width:3.2rem}.styles_MenuItem__folders__xJ-B0.styles_MenuItem_active__CQsqP svg .cls-1,.styles_MenuItem__folders__xJ-B0.styles_MenuItem_hovered__KAcwq svg .cls-1,.styles_MenuItem__folders__xJ-B0:hover svg .cls-1{stroke:#fa133c}.styles_MenuItem__campaigns__ooR5-.styles_MenuItem_active__CQsqP svg path,.styles_MenuItem__campaigns__ooR5-.styles_MenuItem_hovered__KAcwq svg path,.styles_MenuItem__campaigns__ooR5-:hover svg path,.styles_MenuItem__crossings__eW2BA.styles_MenuItem_active__CQsqP svg path,.styles_MenuItem__crossings__eW2BA.styles_MenuItem_hovered__KAcwq svg path,.styles_MenuItem__crossings__eW2BA:hover svg path,.styles_MenuItem__folders__xJ-B0.styles_MenuItem_active__CQsqP svg .cls-2,.styles_MenuItem__folders__xJ-B0.styles_MenuItem_hovered__KAcwq svg .cls-2,.styles_MenuItem__folders__xJ-B0:hover svg .cls-2,.styles_MenuItem__tasks__8gak0.styles_MenuItem_active__CQsqP svg path,.styles_MenuItem__tasks__8gak0.styles_MenuItem_hovered__KAcwq svg path,.styles_MenuItem__tasks__8gak0:hover svg path{fill:#fa133c}.styles_MenuItem__finances__asLJb.styles_MenuItem_active__CQsqP svg .cls-1,.styles_MenuItem__finances__asLJb.styles_MenuItem_active__CQsqP svg .cls-3,.styles_MenuItem__finances__asLJb.styles_MenuItem_hovered__KAcwq svg .cls-1,.styles_MenuItem__finances__asLJb.styles_MenuItem_hovered__KAcwq svg .cls-3,.styles_MenuItem__finances__asLJb:hover svg .cls-1,.styles_MenuItem__finances__asLJb:hover svg .cls-3{stroke:#fa133c}.styles_MenuItem__finances__asLJb.styles_MenuItem_active__CQsqP svg .cls-2,.styles_MenuItem__finances__asLJb.styles_MenuItem_active__CQsqP svg .cls-4,.styles_MenuItem__finances__asLJb.styles_MenuItem_hovered__KAcwq svg .cls-2,.styles_MenuItem__finances__asLJb.styles_MenuItem_hovered__KAcwq svg .cls-4,.styles_MenuItem__finances__asLJb:hover svg .cls-2,.styles_MenuItem__finances__asLJb:hover svg .cls-4,.styles_MenuItem__settings__2Zt3U.styles_MenuItem_active__CQsqP svg .cls-1,.styles_MenuItem__settings__2Zt3U.styles_MenuItem_hovered__KAcwq svg .cls-1,.styles_MenuItem__settings__2Zt3U:hover svg .cls-1{fill:#fa133c}.styles_MenuItem__messages__hsTl3.styles_MenuItem_active__CQsqP svg .cls-1,.styles_MenuItem__messages__hsTl3.styles_MenuItem_hovered__KAcwq svg .cls-1,.styles_MenuItem__messages__hsTl3:hover svg .cls-1{stroke:#fa133c}.styles_MenuItem__messages__hsTl3.styles_MenuItem_active__CQsqP svg .cls-2,.styles_MenuItem__messages__hsTl3.styles_MenuItem_hovered__KAcwq svg .cls-2,.styles_MenuItem__messages__hsTl3:hover svg .cls-2{fill:#fa133c}.styles_CampaignLock__TrcMN{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;font-size:1.2rem}.styles_CampaignLock__TrcMN>div{padding:1.2rem}.styles_CampaignLock__title__meDqu{-ms-flex-align:center;align-items:center;border-bottom:.1rem solid #ebecef;color:#000;display:-ms-flexbox;display:flex;font-weight:600;gap:.3rem;line-height:1.7rem}.styles_CampaignLock__body__mfCf0{color:#2e2f35;font-weight:300;line-height:1.6rem;text-align:center}.styles_CampaignLock__TrcMN .styles_Btn__lpe3U{border-radius:.6rem!important;margin:.4rem 1.2rem 1.2rem;text-transform:none!important}body .styles_Tooltip__t47\+H{background-color:#000;border-radius:8px;font-size:12px;font-weight:600;padding:10px 14px}body .styles_Tooltip__arrow__eXw\+f{color:#000!important}body .styles_TooltipMenu__k0z6q{background-color:#fff;border-radius:6px;-webkit-box-shadow:0 6px 12px 2px rgba(0,0,0,.078);box-shadow:0 6px 12px 2px rgba(0,0,0,.078);color:#2e2f35;padding:0}body .styles_TooltipMenu__arrow__HvAII{color:#fff!important}body .styles_TooltipMenu__separator__JBSlH{border-bottom:1px solid #ebecef}body .styles_TooltipMenuList__riQwI{padding:0}body .styles_TooltipMenuListTitle__aa0M2{font-size:14px!important;font-weight:600}body .styles_TooltipMenuListTitle__aa0M2:focus{opacity:inherit!important}body .styles_TooltipMenuListTitle__aa0M2>.styles_TooltipMenuListItemInner__UTX4K{cursor:default}body .styles_TooltipMenuListTitle__aa0M2>.styles_TooltipMenuListItemInner__UTX4K:hover{background-color:inherit}body .styles_TooltipMenuListTitle__aa0M2 .styles_CreateIcon__aY7Cz{cursor:pointer;margin-left:.4rem}body .styles_TooltipMenuListTitle__aa0M2 .styles_CreateIcon__aY7Cz:active{opacity:.5}body .styles_TooltipMenuListItem__Xo5WL{color:#2e2f35;cursor:default;font-family:Montserrat,sans-serif;font-size:13px;line-height:1;padding:.6rem}body .styles_TooltipMenuListItemInner__UTX4K{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:30px;padding:0 1.2rem;width:100%}body .styles_TooltipMenuListItemInner__UTX4K:hover{background-color:#f3f3f3;border-radius:6px}body .styles_TooltipMenuListItem__Xo5WL:focus{opacity:.5}body .styles_TooltipMenuListItem__Xo5WL:hover{background-color:inherit}body .styles_TooltipMenuListItem__text__Fl8Em{line-height:1}body .styles_TooltipMenuListItem__chip__Ic-wN{background-color:#f3f3f3;border-radius:64px;color:#a6a5a5;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;height:auto}body .styles_TooltipMenuListItem__chip__Ic-wN>span{padding:.6rem}body .styles_TooltipMenuListItem__icon__QA2bt+.styles_TooltipMenuListItem__text__Fl8Em,body .styles_TooltipMenuListItem__text__Fl8Em+.styles_TooltipMenuListItem__chip__Ic-wN{margin-left:.6rem}.styles_PostCampaignBadge__UNkD9{background-color:#fff;border-radius:2rem;-webkit-box-shadow:0 4px 4px 0 hsla(0,1%,65%,.251);box-shadow:0 4px 4px 0 hsla(0,1%,65%,.251);color:#08be3b;font-style:italic;font-weight:600;margin-top:-1.5rem;padding:.5rem 1rem}@-webkit-keyframes styles_Gradient__oqMqY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__oqMqY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_CircleIcon__MaIhT,.styles_Icon__LFSLi{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_CircleIcon__MaIhT{background-color:#fff;background-position:50%;border-radius:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.05);box-shadow:0 0 8px rgba(0,0,0,.05);height:3.6rem;width:3.6rem}.styles_InstagramCircleIcon__FPbAY:hover{background:-o-linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%);background:linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%)}.styles_InstagramCircleIcon__FPbAY:hover svg path{fill:#fff}.styles_TelegramCircleIcon__4TKWU:hover{background-color:#25b8e7}.styles_TelegramCircleIcon__4TKWU:hover svg path{fill:#fff}.styles_MetaCircleIcon__spHvk:hover{background-color:#027af3}.styles_MetaCircleIcon__spHvk:hover svg path{fill:#fff}.styles_TelegramIcon__O1tfm{background-image:url(/app-static/media/telegram.bc0cd5f34931d50fce3c.svg);background-position:50%;height:3.6rem;width:3.6rem}.styles_TelegramIcon__O1tfm:hover{background-image:url(/app-static/media/telegram_hover.a5f66fc6e601329ff293.svg)}.styles_MetaIcon__o15MX{background-image:url(/app-static/media/meta.0e0c659a81eef1bcb70f.svg);background-position:50%;height:3.6rem;width:3.6rem}.styles_MetaIcon__o15MX:hover{background-image:url(/app-static/media/meta_hover.417420e1e78d16474efe.svg)}.styles_Blur__D43NL{background-color:rgba(7,11,26,.2);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:3}.styles_AccountsSearch__bFEOp{-ms-flex:1 1;flex:1 1}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R{max-width:47rem}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_TextFieldExpanded__7GKv3 .MuiInputBase-root{border-bottom-left-radius:0;border-bottom-right-radius:0}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_SearchButtonContainer__BMW3w{height:100%;margin-right:-1.2rem;max-height:none;width:4.4rem}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_SearchButtonContainer__BMW3w .styles_SearchButton__YH-Cf{background:#fa133c;border-radius:0 1.2rem 1.2rem 0;height:100%;padding:0;width:100%}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_SearchButtonContainer__BMW3w .styles_SearchButton__YH-Cf .styles_SearchIcon__NkNjr{height:2rem;width:2rem}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_SearchButtonContainer__BMW3w .styles_SearchButton__YH-Cf .styles_SearchIcon__NkNjr path:first-child{stroke:#fff}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_SearchButtonContainer__BMW3w .styles_SearchButton__YH-Cf .styles_SearchIcon__NkNjr path:last-child{fill:#fff}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .styles_TotalFoundChip__IA0N1{background-color:inherit;border:1px solid #ebecef;border-radius:6.4rem;color:#a6a5a5;font-size:1.2rem;font-weight:500;height:auto}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .MuiInputAdornment-positionStart{color:rgba(46,47,53,.58)}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .MuiInputBase-root.Mui-focused{z-index:4}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .MuiInputBase-root{background-color:#f3f3f3;border:1px solid #e8e7e7;border-radius:12px;font-family:Montserrat,sans-serif;height:4rem;padding:0 1.2rem}.styles_AccountsSearch__bFEOp .styles_Autocomplete__08w4R .MuiOutlinedInput-notchedOutline{border:none}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO{border-radius:0 0 1.2rem 1.2rem;-webkit-box-shadow:none;box-shadow:none}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;gap:1rem;padding:1.2rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g:hover{background-color:#f8f8fc}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g .styles_OptionItem__vlooN{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g .styles_OptionItem__vlooN .styles_OptionStatIcon__yHGTX+.styles_OptionStatText__QkHOS{margin-left:.4rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g .styles_OptionItemName__jxQze{-ms-flex:1 1;flex:1 1}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g .styles_OptionItemFollowers__Syd8w{width:6rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_Option__mhv0g .styles_OptionItemPosts__Gn4qD{-ms-flex-pack:end;justify-content:flex-end;width:14rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_OptionName__jFcAa{font-family:Montserrat,sans-serif;margin-left:.8rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_OptionNameTitle__RaBgz{font-size:1.3rem;font-weight:700;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:12rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_OptionNameSubtitle__ynoVo{font-size:1.2rem;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:12rem}.styles_AutocompletePopper__elwWw .styles_AutocompletePaper__7YBQO .styles_OptionStatText__QkHOS{font-size:1.3rem;font-weight:400}.styles_AutocompletePopper__elwWw .MuiAutocomplete-noOptions{display:none}.styles_Banner__FmNhj{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#76fa83;color:#000;display:-ms-flexbox;display:flex;font-size:16px;font-weight:500;gap:.5rem;height:48px;justify-content:center;line-height:100%;position:sticky;top:0;width:100%;z-index:5}@media screen and (max-width:480px){.styles_Banner__FmNhj{font-size:14px}.styles_Banner__FmNhj .styles_PersonalBanner__-T6SO{text-align:center}}.styles_Link__hD9ev{pointer-events:none}.styles_ContentPerformer__sPJD5{padding-bottom:7.2rem}@media screen and (max-width:1280px){.styles_ContentPerformer__sPJD5{padding:1rem 0 7.2rem}}.styles_Content__sZ2oE{background-color:#f3f3f3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 7.2rem)}.styles_Content__sZ2oE>*{width:100%}@media screen and (max-width:600px){.styles_Content__sZ2oE{margin-bottom:5.8rem}}.styles_wrapper__uQLuX{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;width:100%}.styles_menuBox__ApugC{background-color:#333439}.styles_contentWrapperBox__-rPxQ{-ms-flex:1 1;flex:1 1;margin-top:7.2rem}.styles_alertsBox__N-hVo .styles_alertBox__mRma-+.styles_alertBox__mRma-{margin-top:1rem}@media screen and (max-width:600px){.styles_mainContent__gRXQh{padding:2rem 2rem 0}}@media screen and (max-width:480px){.styles_mainContent__gRXQh{padding:1.5rem 1.5rem 0}}.styles_DownloadApp__L5GPu{left:10.2rem;-webkit-transition:left .1s linear;-o-transition:left .1s linear;transition:left .1s linear}@media screen and (max-width:1280px){.styles_DownloadApp__L5GPu,.styles_DownloadApp_short__pxTQN{left:0}}.styles_GuestWrapper__Y1bkI{padding-left:0!important}.styles_GuestContent__gCZJs{min-height:100vh}.styles_GuestContent__gCZJs .styles_GuestHeader__TcvCe{-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,1%,65%,.502);display:-ms-flexbox;display:flex;padding:1.4rem 2.4rem}.styles_GuestContent__gCZJs .styles_GuestHeader__TcvCe .styles_Logo__g879D{width:auto}.styles_GuestContent__gCZJs .styles_Body__9iyCv{background-color:inherit;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding-top:2rem}.styles_GuestContent__gCZJs .styles_Footer__oRrPS{color:#a6a5a5;font-size:1.3rem;font-style:normal;font-weight:700;line-height:140%;padding:2.4rem}.styles_GuestContent__gCZJs .styles_Footer__oRrPS a{color:#a6a5a5;text-decoration-line:underline}@media screen and (max-width:960px){.styles_GuestContent__gCZJs{margin-bottom:0}}.styles_FooterMobile__71VKC{-ms-flex-pack:justify;background:none;color:#a6a5a5;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.2rem;justify-content:space-between;padding:6.4rem 2.4rem .8rem}.styles_FooterMobile__71VKC .styles_ItemsList__4p6pp{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_FooterMobile__71VKC .styles_ItemsList__4p6pp .styles_ItemsListItem__oyrnx+.styles_ItemsListItem__oyrnx{margin-top:.8rem}.styles_FooterMobile__71VKC .styles_SocialsList__CFsil{display:-ms-flexbox;display:flex;margin:2.4rem 0}.styles_FooterMobile__71VKC .styles_SocialsList__CFsil .styles_SocialsListItem__XOer4+.styles_SocialsListItem__XOer4{margin-left:2.4rem}.styles_FooterMobile__71VKC .styles_PdfBg__i9n8G{background-color:#fa133c}.styles_FooterMobile__71VKC .styles_PdfText__ez3-d{color:#fff}.styles_FooterMobile__71VKC .styles_PdfSoon__HR3aZ{background-color:#fff!important;color:#fa133c!important;font-size:.9rem!important}.styles_FooterMobile__71VKC .styles_PdfIcon__-muao{color:#fff}.styles_FooterMobile__71VKC .styles_Link__CE79q{color:#000;font-size:1.2rem;font-weight:300;line-height:2.1rem}.styles_FooterMobile__71VKC .styles_Link_red__CcI\+n{color:#fa133c;font-weight:400;margin-top:1.8rem!important}.styles_FooterMobile__71VKC .styles_Phone__cs7uS{color:#2e2f35;font-size:2.4rem;font-weight:600}.styles_FooterDesktop__ibrx7{-ms-flex-pack:end;color:#a6a5a5;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;grid-column:1/3;justify-content:flex-end;padding:12rem 2.4rem 1.8rem}.styles_FooterDesktop__ibrx7 .styles_LogoPhoneRow__ijO-Q{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}.styles_FooterDesktop__ibrx7 .styles_Phone__cs7uS{color:#2e2f35;font-size:2.4rem;font-weight:600}.styles_FooterDesktop__ibrx7 .styles_Link__CE79q{color:#000;font-size:1.2rem;font-weight:300;line-height:2.1rem}.styles_FooterDesktop__ibrx7 .styles_Link_red__CcI\+n{color:#fa133c;-ms-flex:1 1;flex:1 1;font-weight:400;text-align:right}.styles_FooterDesktop__ibrx7 .styles_Text__jxqW4{margin-right:2.4rem}.styles_FooterDesktop__ibrx7 .styles_LinksRow__A-uP\+{display:-ms-flexbox;display:flex;font-size:1.2rem;margin:2rem 0}.styles_FooterDesktop__ibrx7 .styles_Disclaimer__cO8Qu{font-family:Montserrat,serif;font-size:1.1rem;font-weight:300;letter-spacing:-.02rem;line-height:1.6rem;margin-top:2.4rem}.styles_Logo__keobY{height:2.5rem;width:4.6rem}@-webkit-keyframes styles_Gradient__M88ux{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__M88ux{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_string__\+FW\+l{fill:#7099ee;background-color:rgba(0,0,0,0);color:#7099ee;cursor:pointer;text-decoration:underline}.styles_link__it2GX{color:#fa133c}.styles_link__it2GX,.styles_link__it2GX:hover{text-decoration:none}.styles_tag__tolG1{border:0;display:inline-block;word-break:break-word}.styles_p__5i7lb{color:#484848;font-size:1.4rem;line-height:2rem;padding:1rem 0;word-break:break-word}.styles_p__5i7lb.styles_shortText__qMTKg p{overflow:hidden;padding-bottom:0;position:relative}.styles_p__5i7lb.styles_shortText__qMTKg p:after{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.2)),to(#fff));background:-o-linear-gradient(top,hsla(0,0%,100%,.2),#fff 100%);background:linear-gradient(180deg,hsla(0,0%,100%,.2),#fff);bottom:0;content:"";height:2rem;left:0;position:absolute;right:0;width:100%}.styles_showFullText__tVmuc{border:0}.styles_h1__rjRMZ{color:#484848;font-size:3.6rem;font-weight:100;margin:0}.styles_h2__7rIgq{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;padding-bottom:.3em}.styles_h2__h2__cNusU{color:#484848;font-size:18px;font-weight:300;margin-bottom:16px;margin-top:0;padding-bottom:0}.styles_h2WithIcon__icon__YgNvh{-ms-flex-pack:center;-ms-flex-line-pack:center;-ms-flex-align:center;fill:#fff;-ms-flex-negative:0;align-content:center;align-items:center;background-color:#fa133c;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;flex-shrink:0;font-size:20px;font-weight:400;height:3.8rem;justify-content:center;margin-bottom:1rem;margin-right:1.3rem;width:3.8rem}.styles_h3__e5nRM{font-size:1.9rem;margin-bottom:1.4rem;margin-top:1.4rem}.styles_h3__e5nRM,.styles_h4__SbM-I{color:#484848;display:inline-block;font-weight:300}.styles_h4__SbM-I{font-size:1.7rem;margin-bottom:1rem;margin-top:2rem}@media screen and (max-width:480px){.styles_h4__SbM-I{font-size:1.4rem;font-weight:600;margin-top:0}}.styles_badge__wpKzo{position:relative}.styles_badge__label__St1nl{-ms-flex-pack:center;-ms-flex-line-pack:center;-ms-flex-align:center;align-content:center;align-items:center;background-color:#fa133c;border-radius:50%;color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;font-size:1.2rem;font-weight:500;height:2.3rem;justify-content:center;line-height:1.2rem;position:absolute;right:-1.5rem;top:-1.5rem;width:2.3rem;z-index:4}.styles_monetary__YSiL9{white-space:nowrap}.styles_monetaryType__\+GXzP{margin-left:.2rem}.styles_price2__s4jWp{color:#b8c2cc;font-size:1.95rem}.styles_age__osW1f{white-space:nowrap}.styles_b__x2Mf5{font-weight:400}.styles_error__IqtTQ{color:#fa133c;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.2rem;padding-top:.4rem}.styles_label__6hy2S{-ms-flex-negative:0;flex-shrink:0;padding-right:.5rem}.styles_status__pwaHR{-ms-flex-negative:0;background-color:#0095f5;border-radius:.3rem;color:#fff;display:inline-block;flex-shrink:0;font-weight:400;max-width:29rem;padding:.3rem 1rem}.styles_status__pwaHR.styles_yellow__duEFl{background-color:#ffcc35}.styles_status__pwaHR.styles_red__M\+Zgo{background-color:#fa133c}.styles_status__pwaHR.styles_green__6q6df{background-color:#24b900}.styles_status__pwaHR.styles_blue__AlNHp{background-color:#7099ee}.styles_dateTime__yt3Yb{white-space:nowrap}.styles_whiteBlock__3WXPF{background-color:#fff;border:.1rem solid #eaeaea;border-radius:.3rem;-webkit-box-shadow:0 .1rem .4rem rgba(0,0,0,.04);box-shadow:0 .1rem .4rem rgba(0,0,0,.04)}.styles_contentBox__045BI{padding:0 2rem}@media screen and (max-width:480px){.styles_h1__rjRMZ{font-size:2.6rem}}.styles_ELamaButton__\+IJ25{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#3a64f8;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAABAAAAAQE4IvRAAAAAJHpUWHRDcmVhdG9yAAAImXNMyU9KVXBMK0ktUnBNS0tNLikGAEF6Bs5qehXFAAADfklEQVR4nO3cPYsdZRjG8f8TokkRLESE1cK10aApgyAIWRXcqGkELWx8IRiwsLHNh9hSRVJYp0kVRBCj8SsoNoKI2ZAmmohyEjGXxZnGw5zZzdmsz4zP/1ft7sM95565r52dnfMCkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRJkiRpjErtBhYleQo4DZwA1oEHGWGfuxTgOvAT8DVwrpTyfdWOFozmwCY5BGwB79fuZZ99BHxYSpnVbgRGEoBu+J8DG5Vb+a9cAl4eQwgO1G6gs0U7w4f5vm7VbgJGcAbo/uZ/V7uPSp6ufU0whjPA6doNVFR938cQgBO1G6hoo3YDYwjAeu0GKnqsdgNjuAa4M4Y+Kkkppeov4RjOAK0OH0aw72MIgCoyAI0zAI0zAI0zAI0zAI0zAI0zAI0zAI0zAI0zAI0zAI07WLuBPQpwHrgI3AKeY/4ii8M71P0FfAZ82X3/IvA2cN8OdTPgHPAtcAh4BXiDETypM1lZ3e0kmz3bO5pke6DutyTHe+qOd2vLbCc52lO32fWykv06rpOx6oFLcnZgmycH6t4ZqHt3oO7kQN3ZVXdij4dvz6qfuvZwEB4tpWwv2WYBfgEeWVi6DTxQSrm1pO4wcAO4f2Hpavd4vb0mWQN6e9lJKaXqDCZ7Ebhs+N1agCs9S9eWDb+rmwHXepauLBt+V3eV+fXI5Ew2AEnWB9YO0P96u7UkRwbqjgBrPUvr3TaX1T3OCM6mq5hsABh+C9nrwMM9Pz8InBmoO0P/f0YPAW8O1H0wsKYhq148Jfk7yVs923s2ya8DdbMkp3rqTnVry9xIstFT916SO6vuxD4d1l2rftq6BwfhMvP7ADPm9wFeY3dnti+Ar7qvnwde2kVNuse6zPw+wKvAM3fZ77/Uvgj8PwRg0moHYMrXALoHDEDjDEDjDEDjDEDjDEDjDEDjDEDjDEDjDEBd1e+CGoC6rtduwADU9XPtBgxAXZdqN+CzgfUEOOYHRbbrk9rDB88AtXwDbPph0e0J8DEjGT5M/61hU3AT+JH5y88+LaX8ULmfcVn1xZQ9/kzyQu390V1y+I1z+I1z+I1z+I1z+I1z+I1z+I1z+I1z+I1L8rvDb1iSCw6/YUmezPzDFxb94fAbkeSJJOeT3Ox+6y8mOVa7L0mSJEmSJEmSJEmSJEmSJEmSJEmSpLH5B2UjsUACFrlCAAAAAElFTkSuQmCC);background-position:0 0;background-repeat:no-repeat;background-size:cover;border-radius:9999px;bottom:50px;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.15),0 4px 6px 0 rgba(var(--accent-rgb-color),.2);box-shadow:0 2px 8px 0 rgba(0,0,0,.15),0 4px 6px 0 rgba(var(--accent-rgb-color),.2);cursor:pointer;height:60px;position:fixed;right:10px;width:60px;z-index:99}.styles_Modal__1gcO7 .styles_Content__FYs3V{color:#000}.styles_Modal__1gcO7 .styles_Content__FYs3V .styles_Title__r6bD\+{font-size:1.5rem;font-weight:500;line-height:1.8rem;margin-bottom:1.8rem;text-align:center}.styles_Modal__1gcO7 .styles_Content__FYs3V .styles_Text__w55Bb{font-size:1.3rem;font-weight:400;line-height:1.5rem}.styles_Modal__content__uiMgm{font-size:16px;line-height:1.5;padding:3.2rem 2.4rem}.styles_box__4Ywb6{text-align:center}.styles_iconBox__4m5oj{margin-bottom:1rem}.styles_message__0pqs\+{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;text-align:center}.styles_buttons__vdKou{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;margin-top:2rem}.styles_buttonBox__FgsU8+.styles_buttonBox__FgsU8{margin-left:1rem}.styles_icon_error__8FY5S{fill:#fa133c;color:#fa133c}.styles_icon_warning__QufNT{fill:#ffcc35;color:#ffcc35}.styles_icon_success__2FttK{fill:#24b900;color:#24b900}.styles_icon_info__ERP36,.styles_icon_question__ScDbx{fill:#00aae9;color:#00aae9}.styles_Footer__a8KDC{display:-ms-flexbox;display:flex}.styles_Footer__a8KDC div+div{margin-left:1rem!important;margin-top:0!important}.styles_ModalContent__5UORD{color:#000!important;padding-top:0!important}.styles_ModalContent__5UORD .styles_TariffsContainer__zsGbo{padding:0!important}.styles_ModalHeader__7ioVL{font-size:2.4rem;font-weight:600;text-align:center}.styles_ModalHeader__7ioVL:before{content:"💰";display:inline-block;line-height:0;margin-right:1rem}.styles_FirstScreen__4T0Es{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:calc(100vh - 8rem);padding-top:1.8rem}.styles_FirstScreen__4T0Es .styles_TabsMenuRoot__KwugD{border-radius:1rem;height:5.6rem}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;margin-top:.8rem;min-height:calc(100vh - 40rem);padding:2.4rem}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_Title__rbuvN{-ms-flex-item-align:center;align-self:center;font-size:2.4rem;font-weight:500;letter-spacing:-.05rem;line-height:4.1rem;margin:2.4rem 0}@media screen and (max-width:480px){.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_Title__rbuvN{margin:0;text-align:center}}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_TitleRed__gYciX{color:#fa133c;font-weight:600}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_Title__rbuvN .styles_LogoIcon__bXuyo{position:relative;top:1.2rem}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_Networks__zuPnG{-ms-flex-align:center;-ms-flex-item-align:center;align-items:center;align-self:center;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:500;gap:1.8rem;letter-spacing:-.05rem;line-height:4.1rem;margin:2.4rem 0}@media screen and (max-width:480px){.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_Networks__zuPnG{-ms-flex-direction:column;flex-direction:column}}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_NetworksIcons__X\+O1F{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.6rem}.styles_FirstScreen__4T0Es .styles_TariffsContainer__TWfzV .styles_SuccessPageText__niW6b{width:auto}.styles_TabsContainer__hWE9V{-ms-flex-pack:justify;background-color:#fff;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0 .8rem 0 2.4rem;position:relative}.styles_TabsContainer__hWE9V .styles_Indicator__now54{background-color:#000}.styles_TabsContainer__hWE9V .styles_Tab__fhXes{color:#a6a5a5;font-family:Montserrat,serif;font-size:1.6rem!important;font-weight:600;letter-spacing:-.03rem;line-height:2rem;opacity:1;text-transform:none}.styles_TabsContainer__hWE9V .styles_TabSelected__FvxzB{color:#000!important}.styles_Header__Lo4im{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-around;width:100%}@media screen and (max-width:480px){.styles_Header__Lo4im{-ms-flex-direction:column;flex-direction:column}}.styles_HeaderItem__vkZld{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;min-width:30rem;position:relative;text-align:center}.styles_HeaderItemLong__Wm6Ao{-ms-flex:1 1;flex:1 1;min-width:auto}@media screen and (max-width:1280px){.styles_HeaderItem__vkZld{-ms-flex:1 1;flex:1 1;min-width:auto}}@media screen and (max-width:480px){.styles_HeaderItem__vkZld{min-width:100%}}.styles_HeaderItem__vkZld .styles_HeaderText__apjqs{background-color:#fff;font-size:1.6rem;font-weight:700;line-height:1.9rem;padding:0 2rem;text-transform:uppercase;z-index:1}.styles_HeaderItem__vkZld .styles_HeaderTextRed__NS2In{color:#fa133c;cursor:auto}.styles_HeaderItem__vkZld .styles_HeaderTextGray__AFfHe{color:#a6a5a5;cursor:pointer}.styles_HeaderItem__vkZld .styles_Line__Tafo8{background:#e8e7e7;bottom:0;height:1px;margin:auto;position:absolute;top:0;width:100%}.styles_Tariffs__-jO0d{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-around}@media screen and (max-width:480px){.styles_Tariffs__-jO0d{-ms-flex-direction:column;flex-direction:column;gap:6.4rem}}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;min-width:30rem;position:relative;width:30rem}@media screen and (max-width:1280px){.styles_Tariffs__-jO0d .styles_Tariff__1xRNH{-ms-flex:1 1;flex:1 1;min-width:auto;width:auto}}@media screen and (max-width:480px){.styles_Tariffs__-jO0d .styles_Tariff__1xRNH{min-width:100%;width:100%}}.styles_Tariffs__-jO0d .styles_TariffHeader__FgO3X{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center;position:relative;width:100%}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Line__3xfsj{background:hsla(0,2%,91%,.502);height:.2rem;position:absolute;top:.8rem;width:100%}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Name__WLHrf{background-color:#fff;font-size:1.6rem;font-weight:700;line-height:1.9rem;padding:0 2rem;text-transform:uppercase;z-index:1}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Price__1PO1Y{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:2.4rem;font-weight:500;height:6rem;line-height:2.9rem}@media screen and (max-width:480px){.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Price__1PO1Y{height:auto}}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_PriceGray__VAyhH{color:#a6a5a5}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Description__IFYb3{font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:2rem;text-align:center}@media screen and (max-width:1280px)and (min-width:480px){.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Description__IFYb3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:6rem}}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Separator__1r8hw{background:hsla(0,2%,91%,.502);height:.2rem;width:100%}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Button__sTqGh{height:4.8rem;width:100%}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Options__V8S9S{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem;font-weight:400;gap:1.8rem;letter-spacing:-.03rem;line-height:2rem}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Options__V8S9S .styles_Option__iWfGR{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1.2rem}.styles_Tariffs__-jO0d .styles_Tariff__1xRNH .styles_Options__V8S9S .styles_Option__iWfGR svg{min-width:1.6rem}.styles_Price__aaVrr{color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:2.4rem;font-weight:400;height:6rem;line-height:2.9rem;margin-top:2.4rem;text-transform:none}@media screen and (max-width:480px){.styles_Price__aaVrr{font-size:2rem;height:auto;line-height:2.4rem;margin-top:.4rem;padding:1.6rem 0}}.styles_PriceValue__aMGCW{white-space:nowrap}.styles_PricePeriod__rVK\+-{color:#a6a5a5}.styles_Price__aaVrr .styles_Discount__-t2w-{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (max-width:480px){.styles_Price__aaVrr .styles_Discount__-t2w-{-ms-flex-pack:left;justify-content:left}}.styles_Price__aaVrr .styles_DiscountPrice__PTDIJ{color:#a6a5a5;display:-ms-flexbox;display:flex;font-size:1.6rem;line-height:2rem;position:relative}.styles_Price__aaVrr .styles_DiscountPrice__PTDIJ:before{border-bottom:3px solid red;content:"";height:50%;position:absolute;-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg);width:100%}.styles_Price__aaVrr .styles_DiscountPercent__4RrFm{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fa133c;border-radius:.4rem;color:#fff;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;height:1.8rem;justify-content:center;line-height:1.5rem;margin-left:.6rem;width:3.6rem}.styles_Price__aaVrr .styles_Description__8d6Za{-ms-flex-item-align:center;align-self:center;color:#a6a5a5;font-size:1.2rem;font-weight:400;line-height:1.4rem;margin-top:.3rem}@media screen and (max-width:480px){.styles_Price__aaVrr .styles_Description__8d6Za{-ms-flex-item-align:start;align-self:flex-start}}body .styles_Tooltip__IbLs\+{border-radius:.8rem;font-size:1.2rem;font-weight:600;line-height:1.7rem;padding:.8rem}body .styles_TooltipBlack__RE032{background:#000;color:#fff}body .styles_TooltipWhite__zJ9Wd{background:#fff;-webkit-box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000}body .styles_ArrowBlack__OVBQ-{color:#000}body .styles_ArrowWhite__0ib\+x{color:#fff}.styles_LegalBlock__T28dc{background-color:#fff;border-radius:1rem}@media screen and (max-width:480px){.styles_LegalBlock__T28dc{margin:.8rem}}.styles_LegalBlock__T28dc .styles_NavHistory__8sVF5{margin-top:0;max-width:none}.styles_LegalBlock__T28dc .styles_Title__wTkvp{color:#000;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;line-height:2rem;margin-bottom:2.4rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:3.2rem;max-width:60rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_CompanyInfo__dXJ9F{height:25rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL input[type=number]{-moz-appearance:textfield}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_TextField__C-sPe{margin-top:1.8rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_TextField__C-sPe .styles_IconButton__SSU17{padding:0}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_Switch__sHmKy{margin:1.6rem 0 0!important}@media screen and (max-width:480px){.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_Switch__sHmKy{-ms-flex-pack:left;justify-content:left}}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_PriceBlock__RHHao{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f7f8fb;border-radius:4px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:7rem;justify-content:center;margin-top:2rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_PriceBlock__RHHao .styles_Price__1kiCY{color:#000;font-size:1.8rem;font-weight:400;letter-spacing:-.05rem;line-height:2.2rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_PriceBlock__RHHao .styles_Label__8BEW2{color:#a6a5a5;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem;margin-top:.2rem}.styles_LegalBlock__T28dc .styles_Form__KOPNL .styles_PriceBlockBottom__tp-P7{height:1rem;max-width:60rem;position:relative;top:-1px}.styles_LegalBlock__T28dc .styles_Empty__95hLM{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding:6.4rem 0}@media screen and (max-width:480px){.styles_LegalBlock__T28dc .styles_EmptyIcon__AFACd{height:6.4rem;width:6.4rem}}.styles_LegalBlock__T28dc .styles_EmptyText__yTT28{color:#000;font-size:1.6rem;font-weight:400;letter-spacing:-.03rem;line-height:2rem;margin:2.7rem 0 3.2rem}.styles_LegalBlock__T28dc .styles_Empty__95hLM .styles_AgencyText__dsPaz{text-align:center;width:50rem}@media screen and (max-width:480px){.styles_LegalBlock__T28dc .styles_Empty__95hLM .styles_AgencyText__dsPaz{width:30.4rem}}.styles_LegalBlock__T28dc .styles_Empty__95hLM .styles_AgencyButton__O5a8w{height:4.8rem;width:27rem}.styles_ButtonDisabled__iH5ur path{fill:rgba(0,0,0,.26)}.styles_MenuItem__sAg6B{white-space:normal}.styles_PayersBlock__uVDWy{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_PayersBlock__uVDWy .styles_Row__TFCnn{display:-ms-flexbox;display:flex;position:relative}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButton__b-qv2{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f7f8fb;border:1px solid #fff;border-radius:.6rem;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-right:1.2rem;min-width:7.9rem}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButton__b-qv2:hover{border:1px solid #000}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButton__b-qv2 .styles_PlusIcon__QfaPO{height:3.1rem;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s;width:3.1rem}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButtonLabel__02rRR{color:#000;font-size:1.2rem;font-weight:400;line-height:1.5rem}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButtonActive__g7PNM{background:#000;border:1px solid #000}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButtonActive__g7PNM .styles_AddButtonLabel__02rRR{color:#fff}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_AddButtonActive__g7PNM .styles_PlusIcon__QfaPO{fill:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+{border:1px solid #ebecef;border-radius:.6rem;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.8rem}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItemSelected__Pwent{border-color:#fa133c}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_FormControlLabel__NHvMB{margin:0}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_FormControlLabel__NHvMB .styles_Name__D1q07{color:#000;font-size:1.4rem;font-weight:400;line-height:1.7rem;white-space:nowrap}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_FormControlLabel__NHvMB .styles_Radio__-yNJm{margin-right:.8rem;padding:0}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_FormControlLabel__NHvMB .styles_RadioChecked__tSpTA{color:#fa133c}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_Details__lcuvA{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:.8rem}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_Details__lcuvA .styles_Detail__WNb4x{color:#a6a5a5;font-size:1.2rem;font-weight:300;line-height:1.5rem;white-space:nowrap}.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\+ .styles_Details__lcuvA .styles_Detail__WNb4x+.styles_Detail__WNb4x,.styles_PayersBlock__uVDWy .styles_Row__TFCnn .styles_PayersItem__tO78\++.styles_PayersItem__tO78\+{margin-left:1.2rem}.styles_Carousel__RuIOd{overflow:hidden;position:relative}.styles_Carousel__RuIOd .styles_CarouselItems__OjgMt{display:-ms-flexbox;display:flex;overflow:hidden}@media screen and (max-width:480px){.styles_Carousel__RuIOd .styles_CarouselItems__OjgMt{overflow:auto}}.styles_NavButton__UjLjG{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;min-width:6rem;position:absolute;top:0;z-index:1}.styles_NavButton__UjLjG .styles_NavButtonIcon__oe\+3n{cursor:pointer}.styles_NavButtonPrev__gUoCR{left:0}.styles_NavButtonPrev__gUoCR .styles_NavButtonIcon__oe\+3n{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_NavButtonNext__ppoje{right:0}.styles_MenuItem__LiTYQ{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.styles_MenuItem__LiTYQ .styles_Row__QoOxM{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.styles_MenuItem__LiTYQ .styles_Row__QoOxM .styles_Name__67JoB{font-size:1.4rem;font-weight:600;line-height:2rem}.styles_MenuItem__LiTYQ .styles_Row__QoOxM .styles_Status__Kj5GB{background-color:#e8e7e7;border-radius:1.2rem;font-size:1.4rem;font-weight:500;line-height:2rem;padding:.2rem 1rem}.styles_MenuItem__LiTYQ .styles_Address__bhFqI{font-size:1.4rem;font-weight:400;line-height:2rem;white-space:normal}.styles_TextField__PpOzw{background-color:#f3f3f3;border-radius:8px;overflow:hidden}.styles_TextField__PpOzw .styles_IconButton__AdvXs{background-color:#fff;border:1px solid #f3f3f3;height:2.4rem;padding:0;width:2.4rem}.styles_TextField__PpOzw .styles_IconButton__AdvXs .styles_CloseIcon__d9nie{fill:#000;height:1.4rem;width:1.4rem}.styles_TextField__PpOzw .styles_IconButton__AdvXs:hover{background-color:#000}.styles_TextField__PpOzw .styles_IconButton__AdvXs:hover .styles_CloseIcon__d9nie{fill:#fff}.styles_TextField__PpOzw fieldset{border:1px solid #ebecef!important;border-radius:8px}.styles_TextField__PpOzw .MuiInputLabel-root{color:#a6a5a5;font-size:1.1rem;font-weight:400;line-height:1.2rem;width:calc(100% - 5rem)}.styles_TextField__PpOzw .MuiOutlinedInput-root{height:4.8rem;padding:0 1.4rem 0 0!important}.styles_TextField__PpOzw .MuiInputBase-multiline{height:auto}.styles_TextField__PpOzw .MuiInputLabel-shrink{-webkit-transform:translate(1.4rem,.8rem)!important;-ms-transform:translate(1.4rem,.8rem)!important;transform:translate(1.4rem,.8rem)!important}.styles_TextField__PpOzw .Mui-focused{color:#a6a5a5!important}.styles_TextField__PpOzw .Mui-focused fieldset{border-color:#a6a5a5!important}.styles_TextField__PpOzw .Mui-error fieldset{border-color:#fa133c!important}.styles_TextField__PpOzw input,.styles_TextField__PpOzw textarea{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;padding:.8rem 1.4rem!important}.styles_TextField__PpOzw input::-webkit-input-placeholder,.styles_TextField__PpOzw textarea::-webkit-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_TextField__PpOzw input::-moz-placeholder,.styles_TextField__PpOzw textarea::-moz-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_TextField__PpOzw input:-ms-input-placeholder,.styles_TextField__PpOzw textarea:-ms-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_TextField__PpOzw input::-ms-input-placeholder,.styles_TextField__PpOzw textarea::-ms-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_TextField__PpOzw input::placeholder,.styles_TextField__PpOzw textarea::placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_TextField_label__L1Inv textarea{padding-bottom:.8rem;padding-top:2.4rem!important}.styles_TextField_label__L1Inv input{padding-bottom:0!important;padding-top:0!important;position:relative;top:.6rem}.styles_TextFieldSuccess__-dTh5 fieldset{border-color:#08be3b!important}.styles_SuccessText__FzViT{color:#08be3b}.styles_InfoBtn__oZHpz{padding:.4rem!important}.styles_FormControlLabel__ET7H8{margin:0!important}.styles_FormControlLabel__ET7H8 .styles_FormControlLabelLabel__xHmQq{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.5rem;line-height:1.6rem}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG{height:auto!important;width:auto!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Base__2sIuQ{bottom:0!important;padding-left:.8rem!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Base__2sIuQ:hover{background:none}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Checked__UGhZn{-webkit-transform:translateX(14px)!important;-ms-transform:translateX(14px)!important;transform:translateX(14px)!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Thumb__8-HXp{color:#fff!important;height:1.3rem!important;width:1.3rem!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_ActiveTrack__ut0qE,.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Track__GBCwF{border-radius:4.8rem!important;height:1.7rem!important;opacity:1!important;width:2.9rem!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_Track__GBCwF{background-color:#f3f3f3!important}.styles_FormControlLabel__ET7H8 .styles_Switch__xOvjG .styles_ActiveTrack__ut0qE{background-color:#fa133c!important}@media screen and (max-width:480px){.styles_MobileFormControlLabel__pqckw{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.styles_MobileFormControlLabel__pqckw .styles_Switch__xOvjG .styles_Checked__UGhZn{-webkit-transform:translateX(26px)!important;-ms-transform:translateX(26px)!important;transform:translateX(26px)!important}.styles_MobileFormControlLabel__pqckw .styles_Switch__xOvjG .styles_Thumb__8-HXp{height:2.3rem!important;width:2.3rem!important}.styles_MobileFormControlLabel__pqckw .styles_Switch__xOvjG .styles_ActiveTrack__ut0qE,.styles_MobileFormControlLabel__pqckw .styles_Switch__xOvjG .styles_Track__GBCwF{border-radius:9.2rem!important;height:2.9rem!important;width:5.1rem!important}}.styles_FormControlLabel__tpGES{margin-left:0!important}.styles_FormControlLabel__tpGES .styles_CheckBoxChecked__sXRp-{color:#fa133c!important}.styles_FormControlLabel__tpGES .styles_Label__HgnjN{color:#2e2f35;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_FormControlLabel__tpGES .styles_Label__HgnjN a{color:#fa133c}.styles_Calculate__PYWrU{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.styles_Calculate__PYWrU .styles_NavHistory__Ne8cx{margin:0;max-width:none}.styles_Calculate__PYWrU .styles_Body__31H5N{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N{-ms-flex-direction:column;flex-direction:column;gap:2.4rem}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Block__VRyle{border-radius:.8rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.059),0 1px 3px 0 rgba(0,0,0,.102);box-shadow:0 1px 2px 0 rgba(0,0,0,.059),0 1px 3px 0 rgba(0,0,0,.102);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:3.2rem 2.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Block__VRyle .styles_Separator__QEJcS{background-color:hsla(0,1%,65%,.2);height:1px;width:100%}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d{gap:1.4rem;max-width:67rem;width:50%}@media screen and (max-width:1280px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d{width:48%}}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d{gap:2.4rem;width:100%}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionHeader__LK1XH{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.5rem;font-weight:500;gap:1rem;letter-spacing:-.05rem;line-height:1.8rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Option__LnKzV{-ms-flex-align:start;-ms-flex-pack:justify;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumnRight__Kp31y{-ms-flex-align:center;-ms-flex-item-align:start;align-items:center;align-self:flex-start;min-width:13.5rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumnRight__Kp31y .styles_SwitchTrack__3gWyB{background-color:#e8e7e7!important}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_OptionPrice__2Bvx4{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.6rem;font-weight:500;gap:.5rem;letter-spacing:-.03rem;line-height:3.4rem;white-space:nowrap}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_OptionPrice__2Bvx4 .styles_Moth__sKPzv{font-size:1.2rem;line-height:1.4rem;white-space:nowrap}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_PriceDescription__T7gK9{font-size:1.2rem;font-weight:300;letter-spacing:-.05rem;line-height:1.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_ButtonsSelect__tJUT3{-ms-flex-item-align:end;align-self:flex-end}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_ButtonsSelectButton__SnZyJ{border:none;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.059),0 1px 3px 0 rgba(0,0,0,.102);box-shadow:0 1px 2px 0 rgba(0,0,0,.059),0 1px 3px 0 rgba(0,0,0,.102)}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_ButtonsSelectInput__oO1ld{border:1px solid #e8e7e7}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_DiscountDescription__GItLH{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.2rem;font-style:italic;font-weight:300;gap:.4rem;height:2rem;letter-spacing:-.05rem;line-height:1.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionCalumn__obSGX .styles_DiscountDescriptionRed__zwJDL{color:#fa133c;text-align:center}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionDescription__VT2jc{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.2rem;font-weight:300;gap:.3rem;letter-spacing:-.05rem;line-height:2rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionDescription__VT2jc .styles_PPU__gFg2G{color:#fa133c;white-space:nowrap}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionDescription__VT2jc .styles_BasePPU__92GPZ{color:#a6a5a5;position:relative;white-space:nowrap}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_OptionDescription__VT2jc .styles_BasePPU__92GPZ .styles_Line__4gaNl{background:#a6a5a5;bottom:0;height:1px;margin:auto;position:absolute;top:0;width:100%}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_MoreContainer__-wvaB{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_MoreContainer__-wvaB{margin-bottom:-2rem;position:relative;top:-2rem}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_MoreContainer__-wvaB .styles_More__MKG51{-ms-flex-align:center;align-items:center;color:#3a4eff;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;gap:.4rem;letter-spacing:-.01rem;line-height:1.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_MoreContainer__-wvaB .styles_More__MKG51 .styles_DownIconOpen__KrFd8{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_MoreContainer__-wvaB .styles_More__MKG51 .styles_DownIconClose__I0SHT{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;position:relative}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_PeriodWarning__f86ke{color:#fa133c;font-size:1.2rem;font-weight:400;line-height:1.4rem}@media screen and (max-width:1280px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw{-ms-flex-direction:column;flex-direction:column;gap:1.8rem}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK{display:-ms-flexbox;display:flex;gap:1.8rem}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK{-ms-flex-pack:justify;gap:1rem;justify-content:space-between;width:100%}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK .styles_PeriodItem__N5WYX{-ms-flex-pack:distribute;-ms-flex-align:center;align-items:center;border-radius:1.3rem;-webkit-box-shadow:0 0 22.65px 0 rgba(0,0,0,.039),0 0 76.09px 0 rgba(0,0,0,.031),0 0 340.65px 0 rgba(0,0,0,.02);box-shadow:0 0 22.65px 0 rgba(0,0,0,.039),0 0 76.09px 0 rgba(0,0,0,.031),0 0 340.65px 0 rgba(0,0,0,.02);cursor:pointer;display:-ms-flexbox;display:flex;height:6rem;justify-content:space-around;width:11rem}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK .styles_PeriodItem__N5WYX{-ms-flex:1 1;flex:1 1}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK .styles_PeriodItemSelected__4b6pa{border:1px solid #fa133c}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK .styles_PeriodItem__N5WYX .styles_PeriodCount__T43T0{font-size:2.4rem;font-weight:500;letter-spacing:-.02rem;line-height:2.8rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_Period__-2IEw .styles_Periods__z9JQK .styles_PeriodItem__N5WYX .styles_PeriodMoth__SEBUP{font-size:1.2rem;font-weight:500;letter-spacing:-.02rem;line-height:1.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_DiscountBadge__TdXFO{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:1rem;color:#fff;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;height:2rem;justify-content:center;letter-spacing:-.03rem;line-height:1.4rem;width:4.2rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_DiscountBadgePeriod__d\+Psg{position:relative;top:-.5rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_Options__LSx3d .styles_DiscountBadgeSelected__cDZw6{background-color:#fa133c}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlock__OUvPh{gap:1.2rem;max-width:48rem;width:45%}@media screen and (max-width:1280px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlock__OUvPh{width:48%}}@media screen and (max-width:480px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlock__OUvPh{width:100%}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockTitle__HXFeB{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex;font-size:1.5rem;font-weight:500;gap:1rem;letter-spacing:-.05rem;line-height:1.8rem;margin-bottom:.4rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockTitle__HXFeB .styles_Month__Fvzu4{text-transform:lowercase}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockTitle__HXFeB .styles_PriceBlockBadge__DLjLS{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fa133c;border-radius:1rem;color:#fff;display:-ms-flexbox;display:flex;height:2rem;justify-content:center;width:6rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Label__Wp9k3{font-size:1.5rem;font-weight:500;letter-spacing:-.05rem;line-height:1.8rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Label__Wp9k3:first-letter{text-transform:uppercase}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Price__\+W\+\+Y{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.5rem;font-weight:500;gap:.5rem;letter-spacing:-.03rem;line-height:1.8rem;white-space:nowrap}@media screen and (max-width:1280px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Price__\+W\+\+Y{-ms-flex-direction:column;flex-direction:column;position:relative;top:1rem}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Price__\+W\+\+Y .styles_Discount__9oH7S{color:#a6a5a5;font-size:1.2rem;font-weight:400;line-height:1.4rem;position:relative}@media screen and (max-width:1280px){.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Price__\+W\+\+Y .styles_Discount__9oH7S{-ms-flex-order:1;order:1}}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_Price__\+W\+\+Y .styles_Discount__9oH7S .styles_Line__4gaNl{background-color:#a6a5a5;bottom:0;height:1px;margin:auto;position:absolute;top:0;width:100%}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Row__FnrGx .styles_TotalPrice__t-l86{font-size:2.4rem;font-weight:600;letter-spacing:-.05rem;line-height:2.8rem}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlockField__ui816 .styles_Description__fjZoZ{color:#a6a5a5;font-size:1.3rem;font-weight:400;letter-spacing:-.05rem;line-height:1.5rem;text-transform:lowercase}.styles_Calculate__PYWrU .styles_Body__31H5N .styles_PriceBlock__OUvPh .styles_PromoCode__53T3F{padding:0}html body .styles_NavHistory__YyN8e{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin:1rem auto;max-width:140rem}html body .styles_Button__lOjEJ{background:none!important;border-radius:.8rem;color:#2e2f35;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;text-transform:none}@media screen and (max-width:480px){html body .styles_Button__lOjEJ{background-color:rgba(0,0,0,0)}}html body .styles_Button__text__SNPuM{color:#7099ee}.styles_RequestsSelector__0h9Xd{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:480px){.styles_RequestsSelector__0h9Xd{-ms-flex-item-align:end;align-self:flex-end}}.styles_RequestsSelector__0h9Xd .styles_RequestsButton__YgdI4{border:1px solid #bababa;border-radius:1rem;height:3rem;padding:0;width:3rem}.styles_RequestsSelector__0h9Xd .styles_Input__J8Pph{border:1px solid #bababa;border-radius:1rem;font-size:1.6rem;font-weight:600;letter-spacing:.02rem;line-height:1.9rem;width:5.5rem}.styles_RequestsSelector__0h9Xd .styles_InputInput__m2nFM{text-align:center}.styles_PromoCodeContainer__Pva3E{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;padding:1.8rem 0}.styles_PromoCodeContainer__Pva3E .styles_Promocode__r8U6z{-ms-flex-align:center;align-items:center;color:#5acb66;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.5rem;font-weight:400;gap:.8rem;letter-spacing:-.05rem;line-height:1.8rem}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabel__IOKo3{display:-ms-flexbox;display:flex;gap:.2rem;width:100%}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelLeft__toFLq{-ms-flex-align:center;align-items:center;background-color:rgba(118,250,131,.302);border:1px solid #76fa83;border-radius:.8rem;border-right:none;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:2.4rem;padding:1.5rem .8rem}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelLeft__toFLq .styles_PromocodeLabelText__LMzwT{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between;padding:.8rem 0}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelLeft__toFLq .styles_PromocodeLabelText__LMzwT .styles_Label__wOfIg{font-size:1.6rem;font-weight:500;letter-spacing:-.05rem;line-height:1.9rem;text-transform:uppercase}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelLeft__toFLq .styles_PromocodeLabelText__LMzwT .styles_Description__Zn-OL{font-size:1.2rem;font-weight:500;letter-spacing:-.05rem;line-height:1.4rem}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelRight__lfDSt{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(118,250,131,.302);border:1px solid #76fa83;border-left:none;border-radius:.8rem;cursor:pointer;display:-ms-flexbox;display:flex;justify-content:center;width:5rem}.styles_PromoCodeContainer__Pva3E .styles_PromocodeLabelRight__lfDSt .styles_RotateText__n6joM{font-size:1.3rem;font-weight:500;letter-spacing:-.05rem;line-height:1.5rem;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.styles_PaymentMethod__OFL3\+{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.5rem;letter-spacing:-.05rem;line-height:1.8rem;margin-top:1.2rem}@media screen and (max-width:480px){.styles_PaymentMethod__OFL3\+{margin-top:1rem}}.styles_PaymentMethodName__lyG1Q{font-weight:600}.styles_PaymentMethod__Zm6dQ{border-top:1px solid hsla(0,1%,65%,.2);font-size:1.5rem;font-weight:400;letter-spacing:-.05rem;line-height:1.8rem;margin-top:0;padding:1.8rem 0}.styles_PaymentMethod__Zm6dQ .styles_PaymentMethodIcon__qVdEK{height:1.6rem;margin-left:.7rem;width:auto}.styles_PaymentMethod__Zm6dQ .styles_PaymentMethodIcon__qVdEK path{fill:#000}.styles_PaymentMethod__Zm6dQ .styles_PaymentMethodName__Ta7GN{font-weight:500}.styles_Buttons__TaVIF{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_Buttons__TaVIF .styles_Button__aNrfz{height:4.8rem}.styles_Buttons__TaVIF .styles_MobileButton__xcNhq{bottom:6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:3}.styles_Buttons__TaVIF .styles_MobileButtonModal__oDeBx{bottom:1rem}.styles_Buttons__TaVIF .styles_MobileButtonPrice__HAHZ\+{position:absolute;right:1.6rem}.styles_Buttons__TaVIF .styles_SeparatorContainer__h5Rao{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;color:#6b7280;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:400;justify-content:center;line-height:2rem;position:relative}.styles_Buttons__TaVIF .styles_SeparatorContainer__h5Rao .styles_Or__AKWZ2{background-color:#fff;padding:0 .8rem;z-index:1}.styles_Buttons__TaVIF .styles_SeparatorContainer__h5Rao .styles_Separator__YSr8e{background:#d1d5db;bottom:0;height:1px;margin:auto;position:absolute;top:0;width:100%}.styles_Footer__eSyNy{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.3rem;margin-top:1.6rem}.styles_FooterText__k9loo,.styles_Terms__fiiO7{color:#a6a5a5;font-size:1.1rem;font-weight:400;line-height:1.3rem}.styles_Terms__fiiO7 a{color:#a6a5a5;text-decoration:underline}.styles_Modal__ayBwt .styles_Content__bIefX{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem}.styles_Modal__ayBwt .styles_Content__bIefX .styles_Title__F698O{font-size:1.6rem;font-weight:600}.styles_Modal__ayBwt .styles_Content__bIefX .styles_Text__tPIL7{font-size:1.3rem;font-weight:400;text-align:center;width:27rem}.styles_Modal__ayBwt .styles_Content__bIefX .styles_Checkbox__OLgko{font-size:1.3rem;font-weight:400}.styles_SuccessPay__nFRTE{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:7rem 0 19rem}@media screen and (max-width:480px){.styles_SuccessPay__nFRTE .styles_CheckIcon__pKaJh{height:4.8rem;width:4.8rem}}.styles_SuccessPay__nFRTE .styles_Title__Drs7h{color:#2e2f35;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2.4rem;margin-top:2rem;text-align:center}@media screen and (max-width:480px){.styles_SuccessPay__nFRTE .styles_Title__Drs7h{display:block;font-size:1.4rem;line-height:2.1rem;width:21rem}}.styles_SuccessPay__nFRTE .styles_Text__NWrux{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-bottom:2.4rem;margin-top:1.8rem;text-align:center;width:40rem}@media screen and (max-width:480px){.styles_SuccessPay__nFRTE .styles_Text__NWrux{width:30rem}}.styles_SuccessPay__nFRTE .styles_Button__e9I91{height:4.8rem}.styles_Modal__\+AbD9 .styles_Content__LCBcT{color:#000}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2{border-bottom:1px solid hsla(0,1%,65%,.2);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;padding-bottom:1.8rem}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d{display:-ms-flexbox;display:flex}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_Radio__PiqJa{font-size:1.5rem;font-weight:500;letter-spacing:-.05rem;line-height:1.8rem}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_DiscountBadge__mDOF6{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:2rem;color:#fff;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;height:2rem;justify-content:center;letter-spacing:-.03rem;line-height:1.4rem;width:4rem}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_DiscountBadgeRed__yKxS9{background-color:#fa133c}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_PeriodRight__TNHVT{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:.3rem;justify-content:flex-end}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_PeriodRight__TNHVT .styles_DiscountPrice__5\+wEL{color:#a6a5a5;font-size:1.2rem;font-weight:400;letter-spacing:-.03rem;line-height:1.4rem;position:relative}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_PeriodRight__TNHVT .styles_DiscountPrice__5\+wEL .styles_Line__wlbjL{background:#a6a5a5;bottom:0;height:1px;margin:auto;position:absolute;top:0;width:100%}.styles_Modal__\+AbD9 .styles_Content__LCBcT .styles_Periods__zHKS2 .styles_Period__7ow1d .styles_PeriodRight__TNHVT .styles_Price__Ql6oG{color:#000;font-size:1.5rem;font-weight:500;letter-spacing:-.03rem;line-height:1.8rem}.styles_FormControlLabel__HouqB{margin-left:0!important}.styles_FormControlLabel__HouqB .styles_Label__3he3B{color:#2e2f35;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_FormControlLabel__HouqB .styles_Label__3he3B a{color:#fa133c}.styles_FormControlLabel__HouqB .styles_Radio__iZdtc{margin-right:.6rem;padding:0}.styles_Modal__ts77j{margin:0!important}.styles_Modal__ts77j,.styles_Modal__ts77j .styles_Header__OxQrI div,.styles_Modal__ts77j button{font-family:Montserrat,serif}.styles_Modal__ts77j .styles_Content__dLkgM{padding-top:0}.styles_Modal__ts77j .styles_Content__dLkgM .styles_FormControlLabel__O23hV>p{font-size:1.2rem}.styles_Modal__ts77j .styles_Content__dLkgM .styles_FormControlLabel__O23hV .styles_TextField__BdhtC{height:4.8rem;margin-top:1.6rem}.styles_Modal__ts77j .styles_Content__dLkgM .styles_FormControlLabel__O23hV .styles_TextField__BdhtC>div{height:4.8rem}.styles_Modal__UphXc .styles_Content__GsQGN{color:#000}.styles_PaymentMethod__1xl-a{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-bottom:1px solid hsla(0,1%,65%,.2);display:-ms-flexbox;display:flex;font-size:1.3rem;font-style:normal;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;padding:2.4rem}@media screen and (max-width:480px){.styles_PaymentMethod__1xl-a{padding:1.8rem}}.styles_PaymentMethod__1xl-a:last-child{border-bottom:none}.styles_PaymentMethodName__VyX6Z{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.8rem}.styles_PaymentMethodName__VyX6Z .styles_Radio__aDSU7{padding:0}.styles_PaymentMethodType__K74mZ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;gap:.4rem}.styles_PaymentMethod__1xl-a .styles_MenuButton__B3hTA{padding:0}.styles_Add__buxrn{-ms-flex-align:center;align-items:center;color:#2e2f34;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;font-style:normal;font-weight:500;gap:.8rem;line-height:120%;padding:2.4rem}.styles_Menu__iVWfn{border-radius:6px!important;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.08)!important;box-shadow:0 6px 12px rgba(0,0,0,.08)!important}.styles_Menu__iVWfn .styles_MenuItem__tlhnW{-ms-flex-align:center;align-items:center;color:#000;font-size:1.3rem;font-weight:400;gap:.7rem;letter-spacing:-.04rem;line-height:1.6rem;padding:1.2rem 1.3rem}.styles_Menu__iVWfn .styles_MenuItemDelete__e6qqV{color:#fa133c}.styles_Menu__iVWfn .styles_MenuItem__tlhnW .styles_IconEdit__41PUT{height:1.5rem;width:1.1rem}.styles_Menu__iVWfn .styles_MenuItem__tlhnW .styles_IconEdit__41PUT path{fill:#a6a5a5}.styles_Menu__iVWfn .styles_MenuItem__tlhnW .styles_DeleteIcon__j44-E{height:1.5rem;width:1.4rem}.styles_Menu__iVWfn .styles_MenuItem__tlhnW .styles_DeleteIcon__j44-E svg{height:1.4rem;width:1.4rem}.styles_Menu__iVWfn .styles_MenuItem__tlhnW+.styles_MenuItem__tlhnW{border-top:1px solid #ebecef}.styles_Modal__nHj4F{max-width:40rem!important}@media screen and (max-width:480px){.styles_Modal__nHj4F{margin:0!important}}.styles_ModalContent__tyD1M{-ms-flex-align:center;align-items:center;color:#000!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem!important;font-weight:400;line-height:2.1rem!important;margin-top:0!important;text-align:center}.styles_ModalContent__tyD1M .styles_IconQuestion__Q5Q02{height:6.4rem;margin-bottom:2.4rem;width:6.4rem}.styles_Empty__R9XiB{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;font-weight:400;gap:3rem;justify-content:center;letter-spacing:-.03rem;line-height:2rem;padding:6rem 0;text-align:center}.styles_Empty__R9XiB .styles_ButtonContainer__rhTzj .styles_Button__Khq0Y{height:4.8rem}.styles_Empty__R9XiB .styles_ButtonContainer__rhTzj .styles_Button__Khq0Y:hover path{fill:#fa133c}.styles_LogosBlock__-0jdI{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-top:.8rem;padding:2rem 0}@media screen and (max-width:480px){.styles_LogosBlock__-0jdI{border-radius:0;padding:2rem}}.styles_LogosBlock__-0jdI .styles_Title__EpW8V{color:#000;font-size:2.4rem;font-weight:500;letter-spacing:-.05rem;line-height:4.1rem;text-align:center}.styles_LogosBlock__-0jdI .styles_TitleRed__Nw0Wc{color:#fa133c}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin-top:2.4rem;overflow:auto;padding:0;width:100%}@media screen and (max-width:480px){.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ{-ms-flex-pack:start;justify-content:flex-start;padding-bottom:1rem}}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Logo__jbPfx{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Logo__jbPfx+.styles_Logo__jbPfx{margin-left:2.4rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_1__CG905{height:4.2rem;width:4.2rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_2__eq6Pe{height:4.2rem;width:3.8rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_3__ETgI8{height:3.1rem;width:7.1rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_4__qGO4L{height:2.4rem;width:7rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_5__oLOTx{height:2.1rem;width:11rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_6__I6e3P{height:2rem;width:11rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_7__CsWBf{height:2.3rem;width:8.3rem}.styles_LogosBlock__-0jdI .styles_Logos__yRRnJ .styles_Icon_8__ZYioU{height:2.8rem;width:9.6rem}.styles_Accordion__fn0Uz{-ms-flex-align:center;align-items:center;background-color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:.8rem;padding:0 1.2rem 1.2rem}@media screen and (max-width:1280px){.styles_Accordion__fn0Uz{-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:960px){.styles_Accordion__fn0Uz{-ms-flex-align:center;align-items:center}}.styles_Accordion__fn0Uz .styles_Header__gG9W8{font-size:2.4rem;font-weight:500;letter-spacing:-.05rem;line-height:4.1rem;padding:2.4rem 0;text-align:center}@media screen and (max-width:1280px){.styles_Accordion__fn0Uz .styles_Header__gG9W8{-ms-flex-item-align:center;align-self:center}}@media screen and (max-width:960px){.styles_Accordion__fn0Uz .styles_Header__gG9W8{-ms-flex-item-align:initial;align-self:auto}}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Header__gG9W8{font-size:2rem}}.styles_Accordion__fn0Uz .styles_Header__gG9W8 .styles_LogoIcon__ue7SC{position:relative;top:1.1rem}.styles_Accordion__fn0Uz .styles_Header__gG9W8 .styles_TargetIcon__6tJZI{position:relative;top:.9rem}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Header__gG9W8 .styles_TargetIcon__6tJZI{width:3.6rem}}.styles_Accordion__fn0Uz .styles_Header__gG9W8 .styles_Red__JUtjX{color:#ff1406;margin-right:1rem}.styles_Accordion__fn0Uz .styles_Reports__c9ob3{border-radius:1rem;display:grid;grid-template-columns:40rem repeat(4,18rem);position:relative}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Reports__c9ob3{align-self:flex-start;border-radius:0;grid-template-columns:17.5rem repeat(4,1fr);overflow:auto;width:100%}}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Title__1zBfc{-ms-flex-align:center;align-items:center;background-color:hsla(0,2%,91%,.502);display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:600;line-height:2rem;padding:1.8rem;z-index:1}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_TitleFirst__uWqK\+{border-radius:1rem 0 0 1rem;left:0;position:sticky;z-index:2}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_TitleLast__bQDUS{border-radius:0 1rem 1rem 0}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Title__1zBfc{background-color:#f3f3f3;font-size:1.4rem;line-height:1.8rem;padding:1.6rem 1.5rem}}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_TitleButton__16sCI{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;font-weight:600;height:6rem;justify-content:center;line-height:2rem;position:sticky;top:0;z-index:2}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_TitleButton__16sCI:first-letter{text-transform:uppercase}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Report__OUt7v{-ms-flex-align:center;align-items:center;background-color:#fff;color:#000;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:500;left:0;letter-spacing:-.03rem;line-height:1.8rem;padding:1.8rem;position:sticky;z-index:2}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Report__OUt7v{font-size:1.3rem;line-height:1.9rem;padding:1.1rem 1.5rem}}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_ReportIcon__0F1fm{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:500;justify-content:center;line-height:1.8rem;padding:0 .5rem;white-space:nowrap;z-index:1}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_ReportIcon__0F1fm{border-left:1px solid #f3f3f3}}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_FooterButton__xoW2Q{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;padding:1.8rem;z-index:1}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_FooterButton__xoW2Q .styles_Button__axt35{border-radius:.4rem;height:4.8rem}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_FooterButton__xoW2Q .styles_ButtonSelected__FVOLG{background-color:#ff1406}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover__f7b7f{border:3px double rgba(250,19,60,.2);border-radius:1rem;-webkit-box-shadow:0 2px 2px 0 rgba(250,19,60,.2),0 2px 3px 0 rgba(255,20,6,.2);box-shadow:0 2px 2px 0 rgba(250,19,60,.2),0 2px 3px 0 rgba(255,20,6,.2);height:calc(100% - 6rem);position:absolute;top:6rem;width:calc(25% - 10rem)}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_HoverShort__NnSMm{width:calc(50% - 20rem)}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_1Short__voRMb,.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_1__7R9eR{left:40rem}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_2__TjQwO{left:calc(30rem + 25%)}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_2Short__E0kam,.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_3__Hmeuo{left:calc(20rem + 50%)}.styles_Accordion__fn0Uz .styles_Reports__c9ob3 .styles_Hover_4__VGROL{left:calc(10rem + 75%)}.styles_Accordion__fn0Uz .styles_ReportsShort__fsXzJ{grid-template-columns:40rem repeat(2,24rem)}@media screen and (max-width:480px){.styles_Accordion__fn0Uz .styles_ReportsShort__fsXzJ{grid-template-columns:17.5rem repeat(2,1fr)}}.styles_GrayIcon__hn1Pe path{fill:#e8e7e7}.styles_TextGray__NcFZE{color:#e8e7e7}.styles_Icons__6EqyB{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.6rem}.styles_Modal__JMYfu{border-radius:2.4rem!important;max-width:40rem!important}@media screen and (max-width:480px){.styles_Modal__JMYfu{margin:0!important}}.styles_ModalContent__R0D87{-ms-flex-align:center;align-items:center;color:#000!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem!important;font-weight:400;line-height:2.1rem!important;margin-top:0!important;text-align:center}.styles_ModalContent__R0D87 .styles_IconQuestion__wg0qV{height:6.4rem;width:6.4rem}.styles_ModalContent__R0D87 .styles_Text__geUcs{margin-top:1.8rem}@-webkit-keyframes styles_Gradient__SFZne{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__SFZne{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_statBlock__vEdtj{position:relative}.styles_items__HhMBm{-ms-flex-positive:1;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-grow:1}@media screen and (max-width:480px){.styles_items__HhMBm{grid-column-gap:1px;background-color:#f7f8fb;display:grid;grid-template-columns:repeat(3,auto)}}.styles_label__rtL\+k{color:#a6a5a5;font-size:1.1rem;font-weight:400;letter-spacing:-.04rem;line-height:1.3rem;margin-top:.5rem;white-space:nowrap}@media screen and (max-width:480px){.styles_label__rtL\+k{white-space:inherit}}.styles_value__NrDmN{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;white-space:nowrap}@media screen and (max-width:480px){.styles_value__NrDmN{font-size:1.2rem}}.styles_hint__irWZ1{color:#a5a5a5;display:none;font-size:10px;margin-top:.4rem}@media screen and (max-width:480px){.styles_hint__irWZ1{display:block}}.styles_StatItem__MAQ3E{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 .5rem}@media screen and (max-width:480px){.styles_StatItem__MAQ3E{border-bottom:0;-ms-flex:none;flex:none;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:1.5rem 1.5rem 0}}.styles_StatItem__left__7zlQd{-ms-flex:1 1;flex:1 1}.styles_box__rejiL{background-color:#fdfdfd}.styles_headerBox__0aioZ{background-color:#fff;border-bottom:.1rem solid #eaeaea}.styles_mainInfoBox__BfOdw{padding:3rem 0}.styles_avatarWrapper__GNMdK,.styles_mainInfoBox__BfOdw{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_avatarWrapper__GNMdK{-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;justify-content:center;width:30%}.styles_profileInfo__gPY6M{width:70%}.styles_buttonsBox__AzRta{display:-ms-flexbox;display:flex;padding-top:1.5rem}.styles_buttonBox__wY4mH+.styles_buttonBox__wY4mH{margin-left:1.2rem}.styles_avatarBox__1\+8Ig{height:15rem;width:15rem}.styles_secondLine__QX2zr{-ms-flex-pack:justify;justify-content:space-between;margin-top:.7rem;padding-right:2.5rem}.styles_onePriceBox__osy8m,.styles_secondLine__QX2zr{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_onePriceBox__osy8m{-ms-flex-negative:0;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;margin-top:2rem;padding:0 1rem}.styles_price__Erq4V{color:#7099ee;font-size:2.4rem;font-weight:400;line-height:2.1rem}.styles_priceLabel__yyhcj{margin-top:.3rem}.styles_subjectsBox__M-8S6{margin-top:.7rem}.styles_costBlock__Uwsg5{width:100%}.styles_costItem__uQYSn{width:33.3333333333%}.styles_priceBox__uVvXB{text-align:center}.styles_postPriceH4__sfPjO{color:#b8c2cc;font-size:1.4rem}.styles_metricsBox__Ku8b-{margin-top:1.2rem}.styles_statItem__p0ygI{width:25%}.styles_menuBox__5YA8n{padding:0 2rem}@media screen and (max-width:720px){.styles_mainInfoBox__BfOdw{-ms-flex-direction:column;flex-direction:column}.styles_avatarWrapper__GNMdK{margin-bottom:2rem;width:100%}.styles_profileInfo__gPY6M{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3rem;width:100%}.styles_secondLine__QX2zr{padding:0;text-align:center;width:100%}.styles_shortInfoBox__lP78o{margin-bottom:.5rem;width:100%}.styles_nameBox__cQ\+TC{display:-ms-flexbox;display:flex}.styles_buttonsBox__AzRta,.styles_nameBox__cQ\+TC{-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:480px){.styles_secondLine__QX2zr{-ms-flex-direction:column-reverse;flex-direction:column-reverse;text-align:center}.styles_priceBox__uVvXB{margin-bottom:.8rem;margin-top:.5rem}.styles_costItem__uQYSn,.styles_statItem__p0ygI{width:50%}}.styles_Modal__content__r7Bfx{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Modal__body__GM5JA{margin-top:2.4rem}@media screen and (max-width:480px){.styles_Modal__body__GM5JA{padding:0 1.6rem}}.styles_Modal__closeBtn__xRI6r{padding:1rem 3.2rem}.styles_ContentScrollableArea__-ONvx{background-color:#fafafa;border:1px solid #f1f1f1;display:-ms-flexbox;display:flex;height:100%;padding:0 2.4rem 1.4rem}@media screen and (max-width:480px){.styles_ContentScrollableArea__-ONvx{overflow-y:visible;overflow-y:initial}}.styles_StatBlock__list__bibkh{-ms-flex-wrap:initial;flex-wrap:nowrap}@media screen and (max-width:480px){.styles_StatBlock__list__bibkh{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.styles_AccountStat__JCLhr{margin-bottom:2.4rem}.styles_AccountStat_empty__YDZnJ{margin-bottom:0}.styles_ProfileBar__ygrYz{border-bottom-left-radius:0;border-bottom-right-radius:0;cursor:auto;margin:0}.styles_ProfileBar__ygrYz:hover{background-color:#fff}.styles_ProfileBar__addBtn__3AtRw{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-color:#d9ecff;border-radius:18px;-webkit-box-shadow:none;box-shadow:none;color:#7099ee!important;display:-ms-flexbox;display:flex;font-size:14px;font-weight:600;height:3.6rem;justify-content:center;padding:0;width:152px}.styles_ProfileBar__addBtn__3AtRw:hover{background-color:#f4f9ff}.styles_ProfileBar__addBtn__3AtRw>div{margin-top:-5px}.styles_Menu__16c5D{-ms-flex-pack:initial;justify-content:normal;padding:0 2.4rem;text-align:left;text-align:initial}.styles_FollowerStats__saaBk{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.styles_FollowerStats__row__jgn3\+,.styles_FollowerStats__saaBk{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_FollowerStats__stat__T6ap1{display:-ms-flexbox;display:flex;padding:.4rem;width:50%}@media screen and (max-width:480px){.styles_FollowerStats__stat__T6ap1{width:100%}}.styles_FollowerStats__stat__T6ap1:nth-child(odd):last-child{width:100%}.styles_ReachDemoPages__Sqw28{display:-ms-flexbox;display:flex}.styles_ReachDemoPages__Sqw28>div{-ms-flex:1 1;flex:1 1}.styles_ReachDemoPages__Sqw28>div+div{margin-left:1rem}@media screen and (max-width:1024px){.styles_ReachDemoPages__Sqw28{-ms-flex-direction:column;flex-direction:column}.styles_ReachDemoPages__Sqw28>div+div{margin-left:0}}@-webkit-keyframes styles_Gradient__\+0UND{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__\+0UND{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_AccountProfileBar__veCpG{background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:5px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;padding:2.4rem 0 .4rem;width:100%}@media screen and (max-width:480px){.styles_AccountProfileBar__veCpG{padding:1.6rem 2.4rem}}.styles_AccountProfileBar__row__QPEXm{display:-ms-flexbox;display:flex;padding:0 2.4rem}.styles_AccountProfileBar__row_noPadding__AavcT{padding:0}.styles_AccountProfileBar_clickable__v\+hTd{cursor:pointer}@media screen and (max-width:480px){.styles_AccountProfileBar__veCpG{padding:1.6rem .8rem}}.styles_AccountProfileBarActions__7uvoH{-ms-flex-pack:center;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;position:relative}@media screen and (max-width:480px){.styles_AccountProfileBarActions__7uvoH{-ms-flex-align:center;align-items:center}}.styles_AccountProfileBarActions_top__TGQ0-{-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:1024px){.styles_AccountProfileBarActions_top__TGQ0-{-ms-flex-direction:column;flex-direction:column}.styles_AccountProfileBarActions_top__TGQ0->*+*{margin-left:0!important;margin-top:.8rem}}.styles_AccountProfileBarActions_top__TGQ0->*+*{margin-left:2.4rem}.styles_AccountProfileBarActions_vertical__c8kaH{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_AccountProfileBarActions__totalPriceCaption__Fjcbq{color:#909090;font-size:12px;margin-top:.4rem;text-align:center}@media screen and (max-width:480px){.styles_AccountProfileBarActions__totalPriceCaption__Fjcbq{color:#535353;-ms-flex:1 1;flex:1 1;font-size:1.1rem;line-height:1.2rem;text-align:right}}.styles_AccountProfileBarCommon__CUCQB{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-left:1rem;overflow:hidden}@media screen and (max-width:480px){.styles_AccountProfileBarCommon__CUCQB{width:100%}}.styles_AccountProfileBar__starUnchecked__AV4J-,.styles_AccountProfileBar__starСhecked__muyJS{fill:#343f51}.styles_AccountProfileBar__error__rTqN5{color:#fd4745}.styles_AccountProfileBar__name__KFXHv{-ms-flex-align:center;align-items:center;color:#343f51;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:20px;font-weight:400}.styles_AccountProfileBar__nameLink__RTB2w,.styles_AccountProfileBar__name__KFXHv{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_AccountProfileBar__nameLink__RTB2w{color:inherit;text-decoration:none}@media screen and (max-width:480px){.styles_AccountProfileBar__name__KFXHv>div:first-child{max-width:50vw;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}}.styles_AccountProfileBar__subActions__ObIKB{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;line-height:0}.styles_AccountProfileBar__subActions__ObIKB>*{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-right:.8rem}.styles_AccountProfileBar__subActions__ObIKB>:first-child{margin-left:.8rem}.styles_AccountProfileBar__subActions__ObIKB>:last-child{margin-right:0}.styles_AccountProfileBar__favoriteButton__LysFa{margin:0 .8rem}.styles_AccountProfileBar__meta__f8-pR{margin-top:.8rem}.styles_AccountProfileBar__status__2VEuA{color:#7099ee;font-size:1.4rem}.styles_AccountProfileBar__description__HnVYT{-ms-flex-align:center;align-items:center;color:#6f7d95;display:-ms-flexbox;display:flex;font-size:1.4rem;line-height:1;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width:480px){.styles_AccountProfileBar__description__HnVYT{color:#818a91;font-size:1.2rem;line-height:1.4rem;padding-top:.4rem}}.styles_AccountProfileBar__descriptionText__IQhpV{-ms-flex:1 1;flex:1 1}.styles_AccountProfileBarTagsList__tag__Rp718{background-color:#efeff4;border-radius:22px;color:#9a9a9a;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;font-weight:400;margin-right:.8rem;margin-top:.8rem;padding:.4rem 1.6rem}.styles_AccountProfileBarTagsList__tag_hoverable__B3H-l{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.styles_AccountProfileBarTagsList__tag_hoverable__B3H-l:hover{background-color:#9a9a9a;color:#fff}.styles_AccountProfileBar__leftBlock__TU2x7{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;overflow:hidden}@media screen and (max-width:480px){.styles_AccountProfileBar__leftBlock__TU2x7{-ms-flex-align:start;align-items:flex-start}}.styles_ButtonsList__DSi23{display:-ms-flexbox;display:flex}@media screen and (max-width:1024px){.styles_ButtonsList__DSi23{-ms-flex-direction:column;flex-direction:column}}.styles_ButtonsList__item__9yODu+.styles_ButtonsList__item__9yODu{margin-left:2.4rem}@media screen and (min-width:481px)and (max-width:1024px){.styles_ButtonsList__item__9yODu+.styles_ButtonsList__item__9yODu{margin-left:0;margin-top:.8rem}}@media screen and (max-width:480px){.styles_ButtonsList__item__9yODu{-ms-flex:1 1;flex:1 1}}.styles_SettingsLink__KUe-n{background:#efeff4;border-color:rgba(0,0,0,0);border-radius:100%;margin-right:2.4rem;position:relative}@media screen and (max-width:480px){.styles_SettingsLink__KUe-n{margin-right:.4rem}}.styles_SettingsLink__alertIcon__M9nwF{position:absolute;right:-7px;top:-7px}.styles_StatsBlock__ZgF7Y{border-top:1px solid #f1f1f1;padding:2rem 0;width:100%}@media screen and (max-width:480px){.styles_StatsBlock__ZgF7Y{border:none;padding:0}}.styles_MediaBox__161A-{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.styles_MediaBox__item__cwtQ-{-webkit-box-sizing:border-box;box-sizing:border-box;margin:.4rem .5% 0;overflow:hidden;position:relative;width:15.66%}.styles_MediaBox__item__cwtQ-:before{content:"";display:block;padding-top:100%}.styles_YoutubeMediaItem__K9FP2:before{padding-top:0}.styles_InfoRow__PSC3o{padding:0 2.4rem 2rem}@media screen and (max-width:480px){.styles_InfoRow__PSC3o{padding:0}}.styles_StatsRow__sL6f7{padding:0 .4rem}.styles_Avatar__3cG9K{height:8rem;width:8rem}@media screen and (max-width:480px){.styles_Avatar__3cG9K{height:6rem;margin-right:.8rem;width:6rem}}.styles_PriceWrapper__y6bhk{background-color:#fafafa;border:1px solid #f1f1f1;border-radius:5px;display:-ms-flexbox;display:flex;margin:1.6rem 0 1.2rem;padding:8px;width:100%}.styles_ActionButtonWrapper__CZvz0{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.styles_ActionButtonWrapper__CZvz0 button{width:100%}.styles_NoticeList__item__B1oJv+.styles_NoticeList__item__B1oJv{margin-top:.4rem}.styles_Price__placeholder__VScnW{height:3.6rem!important;width:16.2rem!important}.styles_alert__twmsF.styles_isLink__S5aFB{cursor:pointer}.styles_alertBox__aNY9A{fill:#fff;border-radius:.3rem;color:#484848;display:table}.styles_iconBox__qQaDO{border-radius:3px;display:table-cell;padding:1rem;vertical-align:middle}.styles_textBox__XGObU{word-wrap:break-word;display:table-cell;font-size:1.5rem;padding-left:1.2rem;vertical-align:middle;white-space:pre-wrap}.styles_error__9vGsS .styles_iconBox__qQaDO{background-color:#fd4745}.styles_warning__2Jcmi .styles_iconBox__qQaDO{background-color:#ffcc35}.styles_comment__QBJbW .styles_iconBox__qQaDO,.styles_success__rMoMp .styles_iconBox__qQaDO{background-color:#24b900}.styles_info__jWwQ7 .styles_iconBox__qQaDO{background-color:#ffcc35}.styles_Avatar__rFaqP{position:relative}.styles_Avatar__img__Mgm4z{border-radius:100%;height:inherit;-o-object-fit:cover;object-fit:cover;width:inherit}.styles_Avatar__img_blurFg__bywjK{-o-object-fit:contain!important;object-fit:contain!important}.styles_Avatar__img_blurBg__uOI7l{-webkit-filter:blur(1rem);filter:blur(1rem);left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;z-index:-1}.styles_Avatar__videoCover__abOjG{height:inherit;left:0;position:absolute;top:0;width:inherit;z-index:2}.styles_Icon__sA0l3{position:absolute;right:2px;top:2px}.styles_TopShadow__wpnNO{background:rgba(0,0,0,.6);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(84,84,84,0)));background:-o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(84,84,84,0) 100%);background:linear-gradient(180deg,rgba(0,0,0,.6) 0,rgba(84,84,84,0));height:4rem;position:absolute;top:0;width:100%}.styles_AvatarBadge__OCb3d{bottom:0;height:40%!important;position:absolute;right:0;width:40%!important}.styles_StatBadge__jP7Ih{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:100%;bottom:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.18);box-shadow:0 2px 4px rgba(0,0,0,.18);cursor:pointer;display:-ms-flexbox;display:flex;height:4rem;justify-content:center;min-height:4rem;min-width:4rem;position:absolute;right:0;width:4rem;z-index:3}.styles_BasePrice__6EZ-t,.styles_Input_input__i\+g-m,.styles_Placeholder__dH5TC,.styles_Price__QcNSx{color:#000!important;font-size:1.2rem!important;font-weight:400!important;letter-spacing:-.05rem!important;line-height:1.5rem!important}.styles_BasePrice__6EZ-t,.styles_Placeholder__dH5TC,.styles_Price__QcNSx{background:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:3.6rem;min-width:17.2rem;padding:.4rem 1rem;width:17.2rem}.styles_PriceEdit__7b4Mx{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;cursor:pointer;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}.styles_PriceEdit__7b4Mx .styles_IconPencil__IrVJA{height:1.5rem;visibility:hidden;width:1.5rem}.styles_PriceEdit__7b4Mx:hover .styles_IconPencil__IrVJA{visibility:visible}.styles_Price__label__15VWb{color:#a6a5a5;font-size:1.1rem;line-height:1.3rem}.styles_Input__bZZKc{height:auto!important;min-height:0}.styles_Input_input__i\+g-m{cursor:pointer;padding:0!important}.styles_AccountStat__9iOrp{background-color:#f7f8fb;margin-top:.6rem}.styles_AccountStat__9iOrp .styles_StatItem__CIygV{padding:1rem}@media screen and (max-width:480px){.styles_AccountStat__9iOrp .styles_StatItem__CIygV{background:#fff;height:100%;width:100%}}.styles_Separator__k9ff1{background-color:#ebecef;height:3.6rem;min-width:.1rem}.styles_Container__vbxQB{-ms-flex-pack:center;-ms-flex-item-align:center;align-self:center;-ms-flex-direction:column;flex-direction:column;font-size:1.8rem;gap:1.2rem;padding:2rem;text-align:center}.styles_Container__vbxQB,.styles_Content__RLNjF{display:-ms-flexbox;display:flex;justify-content:center}.styles_Content__RLNjF{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.styles_Text__JJDWZ{color:#b8c2cc;line-height:2.8rem}.styles_menu__afz\+d{-ms-flex-negative:0;-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:0;justify-content:center;text-align:center;white-space:nowrap;width:100%}.styles_itemBox__5wfwk{border-bottom:.2rem solid rgba(0,0,0,0);-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:pointer;padding:.7rem 1.3rem}.styles_itemBox__5wfwk.styles_isActive__qjNhm{border-color:#7099ee}.styles_itemBox__5wfwk.styles_isActive__qjNhm .styles_label__pR8-q{color:#7099ee;font-weight:300}.styles_item__TLnXQ{-ms-flex-pack:center;color:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.styles_labelBox__DDoJy{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:.3rem}.styles_iconBox__6lT8p{margin-right:.6rem}.styles_label__pR8-q{color:#a0a0ad;overflow-x:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_CountBox__fZ8uf{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.styles_CountBox__badge__OGntE{margin-left:2rem}.styles_Badge__pZ4F9{background-color:#fa133c;color:#fff}.styles_lineBox__xal4P{border-bottom:0 solid #f6f6f6;width:100%}.styles_line__3L-4c{background-color:#7099ee;bottom:0;display:block;height:.4rem;margin-top:-2px;position:relative;-webkit-transition:left .75s cubic-bezier(.23,1,.32,1) 0ms;-o-transition:left .75s cubic-bezier(.23,1,.32,1) 0ms;transition:left .75s cubic-bezier(.23,1,.32,1) 0ms}.styles_menuMobile__0oxge{fill:#7099ee;padding:1rem;text-align:center}.styles_menuMobile__0oxge .styles_Select__u4LIr{width:100%}@-webkit-keyframes styles_Gradient__wfgLD{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__wfgLD{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_paper__e9x22{z-index:9999!important}.styles_SelectValue__Kg2\+m{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_SelectValue__label__DhrJF{font-size:1.4rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:480px){.styles_SelectValue__label__DhrJF{font-size:1.4rem}}.styles_SelectValue__iconWrapper__1fF3d{margin-right:1.4rem}.styles_SelectValue__icon__8CO5H{font-size:1.6rem}.styles_MultipleValuesList__97ZLp{display:-ms-flexbox;display:flex}.styles_MultipleValuesList__97ZLp .styles_MultipleValuesListItem__YEDYR{overflow:hidden}.styles_MultipleValuesList__97ZLp .styles_MultipleValuesListItem__YEDYR+.styles_MultipleValuesListItem__YEDYR{margin-left:.4rem}.styles_mediaBox__zvanl{height:100%;overflow:auto;position:absolute;top:0;width:100%}.styles_mediaFaderBox__yPFJ0{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.69)));background:-o-linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));background:linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));bottom:0;height:40%;left:0;position:absolute;width:100%}.styles_mediaInfoBox__REk3j{fill:#fff;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:480px){.styles_mediaInfoBox__REk3j{display:none}}.styles_mediaInfoInnerBox__Gm785{-ms-flex-align:end;align-items:flex-end;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;left:0;padding:1rem;position:absolute;width:100%}.styles_likesBox__s38Q2{-ms-flex-align:center;-ms-flex-positive:1;-ms-flex-negative:0;align-items:center;display:-ms-flexbox;display:flex;flex-grow:1;flex-shrink:0;font-size:1.4rem;font-weight:400}.styles_dateBox__1hzVi{margin-top:.3rem}.styles_date__iXAC3{font-size:1.2rem}.styles_likeCount__CReXc{margin-left:.4rem;margin-top:.1rem}.styles_mediaPostLink__DgSzp{cursor:pointer;height:100%;width:100%}.styles_videoIconBox__Y7zOi{fill:#fff;background-color:rgba(51,51,51,.33);border-radius:50%;color:#fff;left:.5rem;line-height:0;padding:.7rem;position:absolute;top:.5rem}.styles_smallSize__UvzQA .styles_likesBox__s38Q2{font-size:1.5rem}.styles_baseMediaBox__S1zPS{height:100%;position:relative}.styles_baseMediaBox__inner__r\+hzg{height:100%;overflow:hidden;position:relative}.styles_mediaInnerBox__kxRGd{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.styles_nullImgBox__2BKyb{-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;height:100%;width:100%}.styles_nullImgBoxYoutube__LOlpH{height:0}.styles_nullImg__\+oeSn{height:100%;width:100%}.styles_loadingBox__w8G6D{-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.9);bottom:0;display:-ms-flexbox;display:flex;height:100%;left:0;position:absolute;right:0;top:0}.styles_imgBox__wTW9a{-webkit-box-shadow:0 .1rem .4rem rgba(0,0,0,.04);box-shadow:0 .1rem .4rem rgba(0,0,0,.04);cursor:pointer;height:100%}.styles_imgInnerBox__erkWE{display:-ms-flexbox;display:flex;width:100%}.styles_img__kbsWj{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.styles_mediaBox__ZRuET{position:relative}.styles_mediaFaderBox__Z5xCr{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.69)));background:-o-linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));background:linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));bottom:0;height:40%;left:0;position:absolute;width:100%}.styles_mediaInfoBox__OBBTB{fill:#fff;color:#fff;height:100%;right:0;top:0}.styles_mediaInfoBox__OBBTB,.styles_mediaInfoInnerBox__UlSly{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;position:absolute;width:100%}.styles_mediaInfoInnerBox__UlSly{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem}.styles_likesBox__9vdbB{-ms-flex-align:center;-ms-flex-positive:1;-ms-flex-negative:0;align-items:center;display:-ms-flexbox;display:flex;flex-grow:1;flex-shrink:0;font-size:1.4rem;font-weight:400}.styles_dateBox__o5cuj{margin-top:.3rem}.styles_date__xqyga{font-size:1.2rem}.styles_likeCount__umSwQ{margin-left:.4rem;margin-top:.1rem}.styles_mediaPostLink__8bLSZ{cursor:pointer;height:100%;width:100%}.styles_videoIconBox__8e4wt{fill:#fff;background-color:rgba(51,51,51,.33);border-radius:50%;color:#fff;left:.5rem;line-height:0;padding:.7rem;position:absolute;top:.5rem}.styles_smallSize__--2Q4 .styles_likesBox__9vdbB{font-size:1.5rem}.styles_box__E8Hlq{padding-top:0;width:100%}.styles_header__AzszT{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem;margin-top:1.4rem}.styles_allMediaBox__ZNt2m{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_mediaBox__vat7y{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:.5%;overflow:hidden;position:relative;width:16.25%}.styles_mediaBox__vat7y:last-child{margin-right:0}.styles_mediaBox_instagram__NGB-g:before{content:"";display:block;padding-top:100%}@media screen and (max-width:720px){.styles_mediaBox__vat7y{margin-right:.5%;margin-top:.4rem;width:49.5%}}.styles_MediaItem__-g9kG{height:100%;overflow:hidden;width:100%}.styles_MediaItem_instagram__cN7U3{position:absolute;top:0}.styles_Geo__YnGUL{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1.4rem}.styles_Header__qbxbq{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem}.styles_Item__5DLVp{-ms-flex-align:center;align-items:center;-ms-flex:1 1;flex:1 1;padding:.8rem}.styles_Item__5DLVp,.styles_Pie__dz352{display:-ms-flexbox;display:flex}.styles_Table__N8tOW{padding:0 2rem}.styles_graphColor_0__kAL1A{fill:#7099ee;background-color:#7099ee}.styles_graphColor_1__yxfFN{fill:#ffe59a;background-color:#ffe59a}.styles_graphColor_2__S7Vgb{fill:#93eac0;background-color:#93eac0}.styles_graphColor_3__39V9K{fill:#cda4c4;background-color:#cda4c4}.styles_graphColor_4__5PW46{fill:#ffb4ad;background-color:#ffb4ad}.styles_graphColor_5__1eInW{fill:#f5bb4d;background-color:#f5bb4d}.styles_graphColor_6__n3kBN{fill:#7986cb;background-color:#7986cb}.styles_graphColor_other__mcnb9{fill:#f1f1f1;background-color:#f1f1f1}.styles_color_1__HH5Oy{fill:#7099ee;background-color:#7099ee}.styles_color_2__h9ZRp{fill:#ffe59a;background-color:#ffe59a}.styles_color_3__Ba-gI{fill:#93eac0;background-color:#93eac0}.styles_color_4__1Kooc{fill:#cda4c4;background-color:#cda4c4}.styles_color_5__lJaJU{fill:#ffb4ad;background-color:#ffb4ad}.styles_color_6__ZykFM{fill:#f5bb4d;background-color:#f5bb4d}.styles_color_blue__io2vi{fill:#7099ee;background-color:#7099ee}.styles_color_pink__i2H\+Y{fill:#ffa1c1;background-color:#ffa1c1}.styles_color_default__qzoer{fill:#f1f1f1;background-color:#f1f1f1}.styles_table__msprB{border-collapse:collapse;table-layout:fixed;width:100%}.styles_head__V5WJO{border-bottom:.1rem solid #2e2f35;color:#484848}.styles_th__ecZlH{font-weight:300;padding:1rem;text-align:center}.styles_th__ecZlH:first-child{text-align:left}.styles_tr__0Qpf6{border-bottom:.1rem solid #eaeaea}.styles_tr__0Qpf6:nth-child(2n){background-color:#fafafa}.styles_td__Uh16L{padding:1rem}@media screen and (max-width:720px){.styles_head__V5WJO,.styles_th__ecZlH{left:-9999px;position:absolute;top:-9999px}.styles_td__Uh16L{padding-bottom:.7rem;padding-top:.7rem;position:relative}}.styles_tr__V9J3p{border-bottom:.1rem solid #f6f6f6}.styles_tr__V9J3p:nth-child(2n){background-color:#fff}.styles_td__2GeBg,.styles_th__uoC-z{padding:.5rem}.styles_th__uoC-z:last-child{text-align:right}.styles_Circle__nJu7z{-ms-flex-negative:0;border-radius:50%;display:inline-block;flex-shrink:0;height:1.6rem;margin-right:.6rem;width:1.6rem}.styles_Circle_color_1__d3wQf{fill:#7099ee;background-color:#7099ee}.styles_Circle_color_2__0adeI{fill:#ffe59a;background-color:#ffe59a}.styles_Circle_color_3__4Rw7R{fill:#93eac0;background-color:#93eac0}.styles_Circle_color_4__BJ2Gh{fill:#cda4c4;background-color:#cda4c4}.styles_Circle_color_5__a0ECw{fill:#ffb4ad;background-color:#ffb4ad}.styles_Circle_color_6__tWBRl{fill:#f5bb4d;background-color:#f5bb4d}.styles_Circle_color_blue__WnjHv{fill:#7099ee;background-color:#00aae9}.styles_Circle_color_pink__LTRcU{fill:#ffa1c1;background-color:#ffa1c1}.styles_Circle_color_default__GOEuO{fill:#f1f1f1;background-color:#f1f1f1}.styles_labelBox__nPHt2{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_label__GYcKJ{font-size:1.2rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_percentBox__ok29y,.styles_valuePercentBox__QVosn{text-align:right}.styles_valuePercentBox__QVosn span+span{margin-left:.6rem}.styles_valuePercentBox__QVosn .styles_value__9tHp0{color:#484848}.styles_valuePercentBox__QVosn .styles_percent__Aswi3{color:#b8c2cc;font-size:1.2rem}.styles_percentBox__ok29y .styles_percent__Aswi3{color:#484848}.styles_emptyBox__OR1Do{padding:2rem}.styles_DemographyData__0cymR{display:-ms-flexbox;display:flex;margin-top:1.4rem}.styles_DemographyData__item__iZjaX{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;height:100%}.styles_DemographyData__item__iZjaX+.styles_DemographyData__item__iZjaX{margin-left:1rem}@media screen and (max-width:480px){.styles_DemographyData__item__iZjaX+.styles_DemographyData__item__iZjaX{margin-left:0}}.styles_header__TLjLt{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem}.styles_innerBox__QYuny{-ms-flex:1 1;flex:1 1;padding:1.5rem}.styles_Demography__eF7Iq,.styles_innerBox__QYuny{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_Demography__eF7Iq{-ms-flex-align:center;align-items:center;padding:1rem 0;width:100%}@media screen and (max-width:720px){.styles_Demography__eF7Iq{-ms-flex-direction:column;flex-direction:column}}.styles_Graph__zB8Jo{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_Table__SFdRb{-ms-flex:1 1;flex:1 1;padding:0 2rem}@media screen and (max-width:720px){.styles_Table__SFdRb{margin-top:2rem}}.styles_graphColor_male__PHMkS{fill:#7099ee;background-color:#7099ee}.styles_graphColor_female__lHDQ4{fill:#ffa1c1;background-color:#ffa1c1}.styles_graphColor_public__gTmQq{fill:#fa133c;background-color:#fa133c}@media screen and (max-width:720px){.styles_graphBox__8lKIh{width:100%}.styles_tableBox__NsPCL{margin-top:2rem;width:100%}}.styles_tdAge__itM\+L,.styles_tdFemale__i7dBG,.styles_tdMale__BS72C{text-align:center!important}.styles_emptyBox__-Cg7k{padding:2rem}.styles_box__item__FsQzb{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;height:100%}.styles_header__an\+xT{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem;margin-top:1.4rem}.styles_reachabilityBox__Fmx7v{-ms-flex-align:center;align-items:center;padding:2.5rem .5rem}.styles_graphBox__38rI9,.styles_reachabilityBox__Fmx7v{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_graphBox__38rI9{width:38%}.styles_tableBox__yD8ea{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:0;padding:0 2rem;width:62%}.styles_graphColor_easy__hkevt{fill:#27d681;background-color:#27d681}.styles_graphColor_soft__G9Z6d{fill:#ffcc35;background-color:#ffcc35}.styles_graphColor_hard__jzISc{fill:#fa133c;background-color:#fa133c}.styles_graphColor_unreachable__aXo4j{fill:#f1f1f1;background-color:#f1f1f1}@media screen and (max-width:720px){.styles_reachabilityBox__Fmx7v{-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_graphBox__38rI9,.styles_tableBox__yD8ea{width:100%}}.styles_ValueContainer__l6WSi{-ms-flex-align:center;-ms-flex-pack:end;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-end}.styles_ValueContainer__l6WSi>span:first-child{-ms-flex-order:2;-ms-flex:.5 1;flex:.5 1;order:2}.styles_ValueContainer__l6WSi>span:last-child{-ms-flex-order:1;-ms-flex:1 1;flex:1 1;order:1}.styles_ValueContainer__l6WSi>span+span{margin-left:0}.styles_box__Zw1hQ{padding-top:0;width:100%}.styles_header__GQr0x{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem;margin-top:1.4rem}.styles_Block__XEO0f{background-color:#fff;border:1px solid #f1f1f1;border-radius:8px;margin-top:2rem;overflow:hidden;padding:2rem}.styles_Block__XEO0f,.styles_Tooltip__exNC8{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Tooltip__exNC8{background:#fff;border-radius:.8rem;-webkit-box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);font-family:Montserrat,sans-serif;padding:.8rem 1.2rem;position:relative}.styles_TooltipTitle__mv0-t{font-size:1.1rem}.styles_Tooltip__exNC8 .styles_Value__fZB4R{font-size:2.2rem;font-weight:600}.styles_Chart__gSkmZ{padding:0 1.8rem 1.8rem;position:relative}.styles_Chart__gSkmZ .styles_Header__7hGFz{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebf2f7;display:-ms-flexbox;display:flex;margin-bottom:1.6rem;padding-bottom:1.6rem}@media screen and (max-width:480px){.styles_Chart__gSkmZ .styles_Header__7hGFz{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.styles_Chart__gSkmZ .styles_Header__7hGFz .styles_Title__HTfna{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;color:#212121;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:1.5rem;font-weight:600;justify-content:space-between}@media screen and (max-width:480px){.styles_Chart__gSkmZ .styles_Header__7hGFz .styles_Title__HTfna{-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%}}.styles_Chart__gSkmZ .styles_Header__7hGFz .styles_Title__HTfna .styles_DynamicGreen__gwG4W{color:#24b900}.styles_Chart__gSkmZ .styles_Header__7hGFz .styles_Title__HTfna .styles_DynamicRed__G\+MD0{color:#fa133c}.styles_GraphWrapper__sTjoA{margin-left:-1rem;margin-right:-.4rem}.styles_HelpGraphFoll__\+4ab4{cursor:pointer;position:relative;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.styles_HelpHoverBlock__D2c9B{display:none}.styles_HelpGraphFoll__\+4ab4:hover .styles_HelpHoverBlock__D2c9B{grid-row-gap:1rem;background-color:#fff;border:1px solid #f1f1f1;border-radius:8px;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.16);box-shadow:0 8px 24px rgba(0,0,0,.16);display:grid;grid-template-rows:1fr;padding:2rem;position:absolute;right:0;row-gap:1rem;top:0;z-index:22}.styles_HelpGraphFoll__\+4ab4{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;border:1px solid #7099ee;border-radius:50%;color:#7099ee;display:-ms-flexbox;display:flex;height:1.8rem;justify-content:center;margin-left:1.2rem;width:1.8rem}@media screen and (max-width:480px){.styles_HelpGraphFoll__\+4ab4{display:none}}.styles_HelpGraphFoll__\+4ab4:after{content:"?";display:block}.styles_HelpHover__NTqGw{color:#7099ee;font-size:1.8rem;height:1.8rem;line-height:1;margin-left:1rem;width:1.8rem}.styles_HelpHoverTitle__xhfqS{color:#484848;font-size:2rem;font-weight:600}.styles_HelpHoverText__3r71s{color:#484848;font-size:1.5rem;font-weight:300;line-height:1.5;max-width:84rem}.styles_HelpHoverVariants__f50Wc{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1rem;width:100%}.styles_HelpHoverGood__-ws9V{color:#24b900;font-size:2rem;font-weight:600;margin-bottom:1rem}.styles_HelpHoverBad__1FnbO{color:#d95550;font-size:2rem;font-weight:600;margin-bottom:1rem}.styles_HelpHoverTwoCol__p3cq6{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.styles_Placeholder__EdDee{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.9);display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_Placeholder__EdDee>span{color:#2d4174}.styles_Placeholder__EdDee .styles_Text__1Tore{color:#2d4174;font-size:2rem;font-weight:600;margin-left:1rem}.styles_ContentAnalysisPage__2zuEZ{width:100%}.styles_Row__-hO0L{display:-ms-flexbox;display:flex}.styles_Row__-hO0L:last-child{margin-bottom:1.4rem}.styles_Item__5pM0J{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Item__5pM0J:first-child{margin-right:.8rem;width:40%}.styles_Item__5pM0J:last-child{margin-left:.8rem;width:60%}.styles_TagsCloudWrapper__D1ShV{-ms-flex-pack:center;background:#fff;border-radius:4px;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;height:100%;justify-content:center;max-height:440px;padding:1.6rem;text-align:center}.styles_Header__oztIn{color:#2d323e;display:inline-block;font-size:1.7rem;font-weight:400;margin-bottom:.8rem;margin-top:1.4rem}.styles_TableWrapper__c4CRH{background-color:#fff;border-collapse:collapse;border-radius:4px;border-spacing:0;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);max-height:440px;overflow-y:auto}.styles_Table__VaHLT{-webkit-box-shadow:none;box-shadow:none}.styles_Table__VaHLT td[align=right],.styles_Table__VaHLT th[align=right]{text-align:right}.styles_Table__VaHLT th.styles_TableBodyTh__BX9q3{padding-right:1.2rem}.styles_TagsCloud__v9SMu{overflow:auto}.styles_TagsCloud__v9SMu text{font-family:Roboto,sans-serif}.styles_tag-cloud-tag__9WTIh{color:#9296ab;cursor:pointer}.styles_tag-cloud-tag__9WTIh:hover{color:#2e2f35}.styles_Modal__OuNkB .styles_Content__Ob3yg{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;text-align:center}.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_Title__\+DOeX{font-size:1.6rem;font-weight:600;line-height:1.9rem}.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_Text__9duRy{font-size:1.3rem;font-weight:400;line-height:1.5rem;max-width:36rem}.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_TextBold__1jhV3{font-weight:500}.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_ButtonsContainer__n-TmM{-ms-flex-align:end;align-items:flex-end;color:#fa133c;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_ButtonsContainer__n-TmM .styles_Buttons__ct8b6{display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:480px){.styles_Modal__OuNkB .styles_Content__Ob3yg .styles_ButtonsContainer__n-TmM .styles_Buttons__ct8b6{-ms-flex-direction:column;flex-direction:column;width:100%}}.styles_Modal__5xBwJ{max-width:68rem!important;padding:0}.styles_ModalContent__37YA1{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:0!important}.styles_ModalBody__KDZEA{display:-ms-flexbox;display:flex;overflow:hidden}.styles_ModalBody__KDZEA .styles_Left__O-ngz{overflow:hidden;position:relative;width:23.6rem}.styles_ModalBody__KDZEA .styles_Left__O-ngz img{bottom:0;display:-ms-flexbox;display:flex;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;position:absolute;right:0;top:0;width:100%}.styles_ModalBody__KDZEA .styles_Right__jf73q{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+{-ms-flex-pack:justify;background:#fff;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:1.4rem;padding-left:3.2rem;position:sticky;top:0;z-index:1}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr{color:#a6a5a5;display:-ms-flexbox;display:flex;font-family:Montserrat Semibold,sans-serif;font-size:1.8rem;font-weight:600;gap:2.4rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button__bSi4S{cursor:pointer;line-height:2.4rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button__bSi4S:hover{color:#000}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button__bSi4S:hover .styles_Line__yuGsg{visibility:visible}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button_active__-QS7X{color:#000}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button_active__-QS7X .styles_Line__yuGsg{visibility:visible!important}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Header__MAND\+ .styles_Buttons__qjTUr .styles_Button__bSi4S .styles_Line__yuGsg{background:#fa133c;border-radius:0 0 3.2rem 3.2rem;height:.6rem;margin-bottom:1.8rem;visibility:hidden;width:100%}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0{overflow:auto;padding:1.2rem 3.2rem 1.8rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Error__ZqUfL{color:#f44336;font-family:Montserrat,Roboto,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.66;margin-top:.3rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Form__-sefH{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Form__-sefH .styles_SocialButtons__HUQrW{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;gap:2rem;justify-content:center}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Form__-sefH .styles_Or__IfZkJ{color:#000;font-size:1.2rem;font-weight:500;text-align:center;text-transform:uppercase}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_GoogleButton__6OWQH{background-color:#fff;border:1px solid #e4e5ea;border-radius:8px;font-weight:400;padding:1.6rem;text-transform:none}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_TextFieldInput__ytqI9{background-color:#f7f8fb}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Phone__RiSxc{display:-ms-flexbox;display:flex}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_PhoneCountry__Av7mO{-ms-flex:1 1;flex:1 1}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_PhoneCountry__Av7mO>div{background-color:#f7f8fb}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_PhoneNumber__6nfT3{-ms-flex:1 1;flex:1 1}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Phone__RiSxc .styles_PhoneCountry__Av7mO+.styles_PhoneNumber__6nfT3{margin-left:1.6rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_CheckboxForm__fObwc .styles_CheckboxRoot__S149W{margin:0}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_CheckboxForm__fObwc .styles_CheckboxRoot__S149W .styles_CheckboxLabel__bFAmp{color:#7b8ea7;font-family:Rubik,sans-serif;font-size:1.2rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_CheckboxForm__fObwc .styles_CheckboxRoot__S149W .styles_CheckboxLabel__bFAmp a{color:#000}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_CheckboxForm__fObwc .styles_CheckboxRoot__S149W .styles_CheckboxCheckboxError__XQ7xn rect{stroke:#d32f2f}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_SubmitButton__T23P7{background-color:#fa133c;border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding-bottom:1.6rem;padding-top:1.6rem;text-transform:none}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_SubmitButton__T23P7:hover{background-color:#2e2f35}@media screen and (max-width:480px){.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_SubmitButton__T23P7{margin-top:3.5rem}}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Separator__bk9rS{border-bottom:1px solid #a6a5a5;border-radius:32px;opacity:.25}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Description__uhHIu{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-style:normal;gap:2rem;text-align:center}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Description__uhHIu .styles_Title__Wx7R6{font-size:2rem;font-weight:600;line-height:2.5rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Scrollable__l6eh0 .styles_Description__uhHIu .styles_Subtitle__7HGJI{font-size:1.6rem;font-weight:400;line-height:2rem}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Footer__NQJfD{color:#7b8ea7;font-family:Rubik,sans-serif;font-size:1.2rem;padding-top:3.2rem}@media screen and (max-width:480px){.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Footer__NQJfD{padding-top:1rem}}.styles_ModalBody__KDZEA .styles_Right__jf73q .styles_Footer__NQJfD a{color:#000}.styles_YaButtonContainer__-exlg .yaPreloadingSuggestBlockContainer{height:40px!important;width:40px}.styles_YaButtonContainer__-exlg .yaPreloadingSuggestBlockContainer .yaPreloadingSuggestBlock{background:#fc3f1e}.styles_YaButtonContainer__-exlg .yaPreloadingSuggestBlockContainer .yaPreloadingSuggestBlock svg{height:4rem;width:auto}.styles_Button__Jlyfp{height:4rem;min-width:0;padding:0;width:4rem}.styles_Button__Jlyfp:hover{background-color:#fff}.styles_YaShield__5S\+uE{background:#fff;border:1px solid #d9d9d9;border-radius:11px;bottom:25%;-webkit-box-sizing:content-box;box-sizing:content-box;color:#000;-ms-flex-direction:row;flex-direction:row;padding:6px;position:fixed;right:-100px;-webkit-transform:translateX(-90px);-ms-transform:translateX(-90px);transform:translateX(-90px);-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-in;-o-transition-timing-function:ease-in;transition-timing-function:ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:120px;z-index:9999}.styles_YaShield__5S\+uE,.styles_YaShield__5S\+uE .styles_Link__KX-Tn{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_YaShield__5S\+uE .styles_Link__KX-Tn{color:inherit}.styles_YaShield__5S\+uE .styles_Text__TsLaS{color:inherit;cursor:pointer;font-family:YS Text Regular Regular,serif;font-size:10px;font-weight:400;line-height:11px;margin:0 10px;opacity:.7;text-decoration:none;width:63px}.styles_YaShield__5S\+uE .styles_CloseButton__r1oCG{background:none;border:none;color:inherit;cursor:pointer;padding:0}.styles_YaShieldClose__BxNmR{cursor:pointer;-webkit-transform:none;-ms-transform:none;transform:none}.styles_YaShieldClose__BxNmR .styles_Link__KX-Tn{pointer-events:none}.styles_Bot__x4GoD{-ms-flex-pack:distribute;height:40rem;justify-content:space-around}.styles_Bot__x4GoD,.styles_Bot__x4GoD .styles_Block__nYw6I{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Bot__x4GoD .styles_Block__nYw6I{gap:2.5rem}.styles_Bot__x4GoD .styles_Block__nYw6I .styles_Title__SCZBz{color:#000;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3rem;text-align:center}.styles_Bot__x4GoD .styles_Block__nYw6I .styles_TgButton__idD4E{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_Bot__x4GoD .styles_Block__nYw6I .styles_PlatformButton__Uurxs{border-radius:2rem}.styles_Modal__BmZtN .styles_Content__pRu8P{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem}.styles_Modal__BmZtN .styles_Content__pRu8P .styles_Title__v9O36{font-size:1.6rem;font-weight:600}.styles_Modal__BmZtN .styles_Content__pRu8P .styles_Text__MSgqj{font-size:1.3rem;font-weight:400;text-align:center;width:27rem}.styles_Modal__BmZtN .styles_Content__pRu8P .styles_Checkbox__fTgzR{font-size:1.3rem;font-weight:400}.styles_Modal__CPzQ-{border-radius:24px!important;max-width:45rem!important}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;padding-top:1rem}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Separator__WgYlV{background-color:#ebecef;height:.1rem;margin-bottom:.6rem;width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Description__pMZke{color:#0d1418;font-size:14px;font-style:normal;font-weight:300;letter-spacing:-.3px;line-height:normal}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Description__pMZke .styles_Gray__sb4dk{color:#a6a5a5;font-size:12px;font-weight:300}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;gap:1rem;width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_Select__Fr-JZ{width:18rem}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT{background-color:#f7f8fb;border-radius:.6rem;width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT fieldset{border:1px solid #ebecef!important;border-radius:.6rem!important}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input{color:#000;font-family:Montserrat,serif;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input::-webkit-input-placeholder{color:#a6a5a5}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input::-moz-placeholder{color:#a6a5a5}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input:-ms-input-placeholder{color:#a6a5a5}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input::-ms-input-placeholder{color:#a6a5a5}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Row__FbvEq .styles_TextField__VRCgT input::placeholder{color:#a6a5a5}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_ErrorText__gkhRE{color:#fa133c;font-family:Montserrat,serif;font-size:1.2rem;font-weight:400;letter-spacing:-.01rem;line-height:1.5rem;margin-top:-.8rem;text-align:left;width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Button__f88Wb{height:4.8rem;width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_Button__f88Wb:hover{background-color:#000!important}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_ButtonLoading__nJEgc,.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_ButtonLoading__nJEgc:hover{background-color:#a6a5a5!important}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_ButtonLoading__nJEgc .styles_CircularColor__wegzX{color:#fff}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_SuccessText__hNCgX{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;text-align:center}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_LinearProgress__QhxJq{width:100%}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_LinearProgress__color__xJzDa{background-color:#ebecef}.styles_Modal__CPzQ- .styles_ModalContent__f4Eh3 .styles_LinearProgress__barColor__1CfD1{background-color:#fa133c}.styles_Header__CPg61{border-bottom:none;display:-ms-flexbox;display:flex}.styles_Header__CPg61 .styles_Title__ESzQy{color:#2e2f35;-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;text-align:center}.styles_Select__PS\+Zu{background-color:#f3f3f3;border-radius:8px;height:4.8rem;overflow:hidden}.styles_Select__PS\+Zu .styles_SelectLabel__jd2KQ{padding-bottom:0!important;padding-top:0!important;position:relative;top:.6rem}.styles_Select__PS\+Zu .styles_IconButton__joRmK{background-color:#fff;border:1px solid #f3f3f3;height:2.4rem;padding:0;width:2.4rem}.styles_Select__PS\+Zu .styles_IconButton__joRmK .styles_CloseIcon__x9jxO{fill:#000;height:1.4rem;width:1.4rem}.styles_Select__PS\+Zu .styles_IconButton__joRmK:hover{background-color:#000}.styles_Select__PS\+Zu .styles_IconButton__joRmK:hover .styles_CloseIcon__x9jxO{fill:#fff}.styles_Select__PS\+Zu fieldset{border:1px solid #ebecef!important;border-radius:8px}.styles_Select__PS\+Zu fieldset legend{color:#a6a5a5;font-size:1.1rem;font-weight:400;line-height:1.2rem;overflow:visible;position:relative;top:1.4rem;width:0}.styles_Select__PS\+Zu fieldset legend span{opacity:1}.styles_Select__PS\+Zu .MuiInputLabel-root{color:#a6a5a5;font-size:1.1rem;font-weight:400;line-height:1.2rem}.styles_Select__PS\+Zu .MuiOutlinedInput-root{height:4.8rem;padding:0 1.4rem 0 0}.styles_Select__PS\+Zu .MuiInputBase-multiline{height:auto}.styles_Select__PS\+Zu .MuiInputLabel-shrink{-webkit-transform:translate(1.4rem,.8rem)!important;-ms-transform:translate(1.4rem,.8rem)!important;transform:translate(1.4rem,.8rem)!important}.styles_Select__PS\+Zu .Mui-focused{color:#a6a5a5!important}.styles_Select__PS\+Zu .Mui-focused fieldset{border-color:#a6a5a5!important}.styles_Select__PS\+Zu .Mui-error fieldset{border-color:#fa133c!important}.styles_Select__PS\+Zu input,.styles_Select__PS\+Zu textarea{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;padding:.8rem 1.4rem}.styles_Select__PS\+Zu input::-webkit-input-placeholder,.styles_Select__PS\+Zu textarea::-webkit-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_Select__PS\+Zu input::-moz-placeholder,.styles_Select__PS\+Zu textarea::-moz-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_Select__PS\+Zu input:-ms-input-placeholder,.styles_Select__PS\+Zu textarea:-ms-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_Select__PS\+Zu input::-ms-input-placeholder,.styles_Select__PS\+Zu textarea::-ms-input-placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_Select__PS\+Zu input::placeholder,.styles_Select__PS\+Zu textarea::placeholder{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.6rem;opacity:1}.styles_Select_label__PiDtl textarea{padding-bottom:.8rem;padding-top:2.4rem!important}.styles_Select_label__PiDtl input{bottom:.8rem;padding-bottom:0!important;padding-top:0!important;position:absolute}.styles_Menu__u2lG- .Mui-selected,.styles_Menu__u2lG- .Mui-selected:hover{background-color:rgba(0,0,0,.04)}.styles_Modal__7U3pc .styles_Content__OZjqc{color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:400;gap:1rem;line-height:1.9rem;text-align:center}.styles_Modal__7U3pc .styles_Content__OZjqc .styles_Bold__R\+6HU{font-weight:600}.styles_Modal__bJB3E .styles_Header__YkV6y{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.3px;line-height:23px;width:100%}.styles_Modal__bJB3E .styles_Header__YkV6y svg{margin-left:.3rem}.styles_Modal__bJB3E .styles_Content__XRuhb{color:#2e2f35;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.3px;line-height:normal;padding:1.8rem 1.8rem .8rem;text-align:center}.styles_Modal__I3EcC .styles_Content__yDllV{color:#000}.styles_Modal__I3EcC .styles_Content__yDllV .styles_Name__kZXwj{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;gap:.5rem;letter-spacing:-.05rem;line-height:1.6rem}.styles_Modal__I3EcC .styles_Content__yDllV .styles_Description__5s3df{margin:3.2rem 0 1.2rem;padding:0 1.2rem}.styles_Modal__I3EcC .styles_Content__yDllV .styles_DescriptionTitle__EDYf2{font-size:1.4rem;font-weight:600;line-height:1.8rem}.styles_Modal__I3EcC .styles_Content__yDllV .styles_DescriptionText__ISAdQ{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.9rem;margin-top:.8rem}.styles_Modal__I3EcC .styles_Content__yDllV .styles_DescriptionTextBlack__9IK4M{color:#000}.styles_Modal__I3EcC .styles_Content__yDllV .styles_Dropzone__nejGS{height:10rem;margin-bottom:1.2rem}.styles_Modal__I3EcC .styles_Button__L2Ug5{text-transform:capitalize}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_FolderIcon__gjnck{margin-bottom:2.4rem}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_AlertModalTitle__vGHbB{font-size:1.5rem!important;font-weight:500;line-height:1.8rem;text-align:center}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_ExampleLinks__FQ3HI{-ms-flex-align:start;-ms-flex-item-align:start;align-items:flex-start;align-self:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:1.8rem 0;width:100%}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_ExampleLinksName__L5Ln\+{font-size:1.4rem;font-weight:500;line-height:2.2rem}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_ExampleLinks__FQ3HI .styles_Separator__HEmLQ{background-color:#e8e7e7;height:1px;margin:1.2rem 0;width:100%}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_ExampleLinksItem__pVp60{font-size:1.2rem;font-weight:400;line-height:1.8rem;overflow:hidden;text-align:left;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_ExampleLinksCount__LVic3{-ms-flex-item-align:end;align-self:flex-end;font-size:1.2rem;font-weight:400;line-height:1.8rem}.styles_AlertModal__7cTLZ .styles_AlertModalContent__-bC4x .styles_AlertModalText__lyzIU{-ms-flex-item-align:start;align-self:flex-start;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:400;gap:.3rem;line-height:1.8rem;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.styles_PreviewFile__iUI4K{border:1px solid #ededed;border-radius:.8rem;font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.9rem;min-height:10.2rem;padding:0 1.8rem;width:43rem}@media screen and (max-width:480px){.styles_PreviewFile__iUI4K{width:100%}}.styles_PreviewFile__iUI4K .styles_FileInfo__FMqaz{border-bottom:1px solid #ededed;padding:1.8rem 0}.styles_PreviewFile__iUI4K .styles_FileInfoBold__DOmSn{font-weight:500}.styles_PreviewFile__iUI4K .styles_FileName__XCV6z{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem;padding:1.8rem 0}.styles_PreviewFile__iUI4K .styles_FileName__XCV6z .styles_FileIcon__qgHX3{min-width:2.4rem}.styles_PreviewFile__iUI4K .styles_FileNameName__jK0Gf{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Buttons__omgHJ{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:1.2rem}.styles_Buttons__omgHJ .styles_DownloadButton__DPV1A,.styles_Buttons__omgHJ .styles_RemoveButton__LwFyh{cursor:pointer;font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.9rem}.styles_Buttons__omgHJ .styles_DownloadButton__DPV1A{color:#3a4eff}.styles_Buttons__omgHJ .styles_RemoveButton__LwFyh{color:#666}.styles_DropzoneContainer__lTEqK{-ms-flex-align:center;-ms-flex-pack:start;align-items:center;border:1px dashed #666;border-radius:.8rem;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;justify-content:flex-start;padding:0 3rem;width:43rem}@media screen and (max-width:1280px){.styles_DropzoneContainer__lTEqK{height:10rem;width:100%}}.styles_DropzoneContainer__lTEqK .styles_Dropzone__AlF7l{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DropzoneContainer__lTEqK .styles_DropzoneTitle__GHQqP{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:500;gap:1.2rem;letter-spacing:-.02rem;line-height:1.9rem}.styles_DropzoneContainer__lTEqK .styles_DropzoneTitle__GHQqP .styles_DropzoneTitleRed__Ssk2X{color:#fa133c}.styles_DropzoneContainer__lTEqK .styles_DropzoneTitle__GHQqP .styles_DropzoneDescription__u6tz6{color:#666;font-size:1.3rem;font-weight:500;letter-spacing:-.01rem;line-height:1.9rem;margin-top:1.2rem}.styles_Example__04JRQ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1.2rem}.styles_ExampleTexts__5xywO{font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.9rem}@media screen and (max-width:480px){.styles_ExampleTexts__5xywO{word-break:break-word}}.styles_Modal__header__K-Jsy{font-weight:400!important}.styles_Content__dmBdm .styles_Media__MUNjT{display:-ms-flexbox;display:flex;margin-top:.4rem}.styles_Content__dmBdm .styles_Uploads__Dqewc{-ms-flex:1 1;flex:1 1;margin-right:.8rem}.styles_Content__dmBdm .styles_UploadLoader__oYSqn{margin:0 .4rem 0 0}.styles_Content__dmBdm .styles_Uploader__cvfZ\+{border:none;width:auto!important}.styles_Content__dmBdm .styles_UploaderLabel__gIVRS{display:-ms-flexbox;display:flex}.styles_Content__dmBdm .styles_UploaderLabel__caption__s3g52{color:#484848;font-size:14px;margin-left:1.2rem}.styles_Content__dmBdm .styles_UploadChip__knPSR{display:-ms-flexbox;display:flex;height:42px}.styles_Content__dmBdm .styles_UploadChip__label__cpQH8{display:block;-ms-flex:1 1;flex:1 1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Content__dmBdm .styles_UploadChip__avatar__qrNVj{height:26px;margin-left:.8rem;width:26px}.styles_Content__dmBdm .styles_UploadChip__knPSR+.styles_UploadChip__knPSR{margin-left:.4rem}.styles_Content__dmBdm .styles_Error__scLPV{color:#d97f7c;font-size:11px}@-webkit-keyframes styles_rotator__Uwjp4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes styles_rotator__Uwjp4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes styles_dash__YPUJ6{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes styles_dash__YPUJ6{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.styles_Loader__ihUzW{display:inline-block}.styles_Loader_theme_media__w-Mrp{background-color:#f5f5f5;border:1px solid #e2e2e2;border-radius:5px;padding:3rem}.styles_Loader_theme_borderless__6lEvP{border:none}.styles_SvgSpinner__NXK5L{-webkit-animation:styles_rotator__Uwjp4 1.9s linear infinite;animation:styles_rotator__Uwjp4 1.9s linear infinite;height:100%;width:100%}.styles_SvgSpinner__path__g3oUi{stroke-dasharray:187;stroke-dashoffset:0;stroke:#7099ee;-webkit-animation:styles_dash__YPUJ6 1.9s ease-in-out infinite;animation:styles_dash__YPUJ6 1.9s ease-in-out infinite;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.styles_uploader__GeKwk{fill:#7099ee;-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:.1rem dashed #a6a5a5;border-radius:.8rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#7099ee;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:10rem;justify-content:center;padding:0;width:10rem}@media screen and (max-width:480px){.styles_uploader__GeKwk{width:100%}}.styles_imageUploader__jHpkE{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column}.styles_ItemsList__xi6gs{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_hint__q7nKD{color:#b8c2cc;display:inline-block;font-size:1.2rem;margin-top:.4rem}.styles_Attachment__P9v-A{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;position:relative}.styles_Attachment__P9v-A .styles_Attachment__delete__C2HPg{background-color:#fff;border:1.5px solid #ebecef;height:4.8rem;padding:0;position:absolute;right:1rem;top:1rem;width:4.8rem;z-index:3}.styles_Attachment__P9v-A .styles_Attachment__delete__C2HPg:hover{background-color:#000}.styles_Attachment__P9v-A .styles_Attachment__delete__C2HPg:hover path{fill:#fff}.styles_Attachment__block__B526l{position:relative}.styles_Attachment__decription__o5FKW{color:#818a91;font-size:1rem;line-height:1.1rem;padding-top:.6em;text-align:center}.styles_Attachment__P9v-A:hover .styles_ControlsList__Cszat{opacity:1}.styles_AttachImage__n7i3D{border:1px solid #d7dddd;border-radius:5px!important;margin:0!important;overflow:hidden}.styles_AttachImage__n7i3D img:last-child{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.styles_AttachImage__n7i3D img:last-child:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.styles_ControlsList__Cszat{background:rgba(0,0,0,.4);border:1px solid #d7dddd;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;bottom:0;cursor:pointer;display:-ms-flexbox;display:flex;font-size:12px;left:0;opacity:0;overflow:hidden;padding:.4rem;position:absolute;right:0;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;z-index:2}.styles_ControlsList__item__s5z5P{color:#fff;-ms-flex:1 1;flex:1 1;font-size:1rem;font-weight:400;letter-spacing:-.05rem}.styles_ControlsList__item__s5z5P+.styles_ControlsList__item__s5z5P{margin-left:.4rem}.styles_ControlsListSeparator__ZlUkk{color:#fff;padding:0 .4rem}@-webkit-keyframes styles_Gradient__QlyHY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__QlyHY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_SelectMediaRejectedWrapper__VwEVI{background-color:rgba(0,0,0,.6);bottom:0;left:0;position:absolute;right:0;top:0}.styles_SelectMediaIndex__QysKz{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:rgba(0,0,0,.5);border:2px solid #fff;border-radius:100%;color:#fff;display:-ms-flexbox;display:flex;font-size:12px;font-weight:600;height:2.6rem;justify-content:center;left:.8rem;line-height:1;position:absolute;top:.8rem;width:2.6rem}.styles_SelectMediaCheckedIcon__5BMXW{color:rgba(0,0,0,0);cursor:pointer;position:absolute;right:.8rem;top:.8rem;z-index:2}.styles_SelectMediaCheckedIcon__5BMXW g path:first-child{color:#24b900;opacity:1}.styles_SelectMediaCheckedIcon__5BMXW g path:last-child{color:#fff}.styles_SelectMediaRejectedIcon__wB24X{color:#fa133c;cursor:pointer;position:absolute;right:.8rem;top:.8rem;z-index:2}.styles_SelectMediaRejectedIcon__wB24X g path:first-child{opacity:1}.styles_SelectMediaRejectedIcon__wB24X g path:nth-child(2){color:#fff}.styles_SelectMediaDeleteIcon__KDi3w{background:#666;border-radius:100%;color:#fff;cursor:pointer;position:absolute;right:.8rem;top:.8rem;z-index:2}.styles_Modal__modal__Id6N3{background:rgba(0,0,0,0)!important;-webkit-box-shadow:none!important;box-shadow:none!important}.styles_modalInnerBox__rJaMK{-webkit-box-sizing:border-box;box-sizing:border-box;padding:3rem 6rem;position:relative;width:100%}.styles_leftArrowBox__BrLh0,.styles_rightArrowBox__Ykbnn{-ms-flex-align:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;position:absolute;top:0;width:5rem}.styles_leftArrowBox__BrLh0{left:-4rem}.styles_rightArrowBox__Ykbnn{right:-4rem}.styles_leftArrow__wNoOX,.styles_rightArrow__x9mPM{fill:#fff;cursor:pointer}.styles_imgBox__zqTHt{margin:0 auto;max-width:64rem;position:relative}.styles_imgInnerBox__2LRTr{background:#fff;width:100%}.styles_statBox__UGEeG{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1rem}.styles_countersBox__18Grc,.styles_statBox__UGEeG{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_countersBox__18Grc{-ms-flex-positive:1;flex-grow:1}.styles_commentsBox__KubSS,.styles_likesBox__fEemM{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;margin-right:1rem}.styles_commentIcon__Gw-\+i,.styles_likeIcon__C2GJ0{fill:#b8c2cc;margin-right:.4rem}.styles_commentsCount__-7pfw,.styles_likeCount__eBcQV{font-size:1.2rem;font-weight:400}.styles_fromBox__cFOvk{font-size:1.2rem}.styles_externalLink__s1E66{fill:#7099ee;margin-left:1rem}.styles_videoBox__RX5OS{height:0;margin-top:2rem;overflow:hidden;padding-bottom:56.25%;padding-top:30px;position:relative;text-align:center}.styles_videoBox__RX5OS iframe{height:100%;left:0;position:absolute;top:0;width:100%}.styles_statBox__UGEeG{width:100%}.styles_statItem__AHTn3{width:25%}@media screen and (max-width:480px){.styles_statItem__AHTn3{width:50%}}.styles_AccountItem__sE7Rv{-ms-flex-align:center;align-items:center;border:1px solid #ebecef;border:1px solid var(--Gray-Border,#ebecef);border-radius:6px;color:#000;display:-ms-flexbox;display:flex;font-size:13px;font-style:normal;gap:1rem;line-height:normal;margin-top:1.2rem;padding:1rem 1.5rem}.styles_AccountItem__sE7Rv .styles_Nickname__x2nHL{-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-weight:600;letter-spacing:-.2px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_AccountItem__sE7Rv .styles_FollowersCount__bKraw{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-weight:400;gap:.2rem;letter-spacing:-.3px;width:6rem}.styles_AccountItem__sE7Rv .styles_FollowersCount__bKraw svg{min-width:1.4rem}.styles_LimitsError__PwLW7{color:#ff375b;font-size:1.3rem;font-weight:500;letter-spacing:-.05rem;line-height:1.5rem;padding:1.2rem 1rem 0}.styles_LimitsError__PwLW7 .styles_TariffButton__OdsqC{cursor:pointer;font-weight:700}.styles_Limits__5hYJE{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,2%,91%,.502);border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.6rem;justify-content:center;margin-top:1.8rem;padding:1.8rem 0;width:100%}.styles_Limits__5hYJE .styles_Title__RyiAi{font-size:1.6rem;font-weight:500;letter-spacing:-.05rem;line-height:1.9rem}.styles_Limits__5hYJE .styles_Description__7ytgm{font-size:1.3rem;font-weight:500;letter-spacing:-.01rem;line-height:1.5rem}.styles_Select__LA96a{margin-bottom:1.2rem}.styles_PersonDropDown__2q-2s{display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.styles_PersonDropDown__avatar__raR6J{margin-right:2rem}.styles_PersonDropDown__info__-mwRN{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.styles_PersonDropDown__name__4Cx2S{font-family:Helvetica,Arial,sans-serif;font-size:1.3rem;font-weight:600}.styles_PersonDropDown__followers__Mw8eN{font-family:Helvetica,Arial,sans-serif;font-size:1.2rem}.styles_Modal__w\+MUL{max-width:40rem;padding:0!important}@media screen and (max-width:480px){.styles_Modal__w\+MUL{max-width:none}}.styles_Modal__w\+MUL .styles_Header__xKwC4{padding:2.4rem}.styles_Modal__w\+MUL .styles_Content__eZpIF{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;padding:2.4rem}@media screen and (max-width:480px){.styles_Modal__w\+MUL .styles_Content__eZpIF{gap:1.2rem}}.styles_EmailBlock__aeDIX{display:-ms-flexbox;display:flex;gap:1rem}.styles_EmailBlock__aeDIX .styles_TextField__DIoBF fieldset{border:1px solid #24b900!important}.styles_EmailBlock__aeDIX .styles_TextFieldHint__voVxV{color:#24b900}.styles_EmailBlock__aeDIX .styles_SaveEmailButton__TQ5jL{height:4.8rem;min-width:4.8rem}.styles_EmailBlock__aeDIX .styles_SaveEmailButton__TQ5jL svg{height:1.5rem;width:2rem}.styles_Description__0Dfl8{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.56rem}.styles_DescriptionLink__Ogv7y{cursor:pointer;text-decoration:underline}@media screen and (max-width:480px){.styles_Description__0Dfl8{padding-bottom:1.8rem}}.styles_DefaultPaymentMethodIcon__Hyj6x path{fill:#000}.styles_Separator__HwTnS{border-top:1px solid hsla(0,1%,65%,.2)}.styles_Text__ty5t1{font-size:1.3rem;font-weight:400;letter-spacing:-.05rem;line-height:1.5rem;text-align:center}.styles_TextBold__F43mC{font-weight:500}.styles_PaymentMethod__xg76g{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:1.8rem;-webkit-box-shadow:0 0 446px 0 rgba(0,0,0,.02),0 0 99.62px 0 rgba(0,0,0,.03),0 0 29.659px 0 rgba(0,0,0,.04);box-shadow:0 0 446px 0 rgba(0,0,0,.02),0 0 99.62px 0 rgba(0,0,0,.03),0 0 29.659px 0 rgba(0,0,0,.04);cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;gap:1rem;line-height:1.56rem;padding:1.8rem}.styles_PaymentMethod__xg76g .styles_Texts__FcPYz{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.styles_PaymentMethod__xg76g .styles_Texts__FcPYz .styles_PaymentMethodTitle__US\+RS{color:#000;font-weight:600}.styles_PaymentMethod__xg76g .styles_Texts__FcPYz .styles_PaymentMethodDescription__DrKLW{color:#a6a5a5;font-weight:500}.styles_PaymentButton__Avb-I{height:4.8rem;position:relative}.styles_PaymentButtonPrice__soPUJ{position:absolute;right:1.6rem}.styles_Promo__e5owR{-ms-flex-align:center;align-items:center;color:#5acb66;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.8rem;margin-top:1.1rem}.styles_Promo__e5owR .styles_CheckIcon__LO6Q5{height:.9rem;margin-right:.4rem;width:1.2rem}.styles_Promo__e5owR .styles_GiftIcon__lrirW{height:1.5rem;margin-right:.4rem;width:1.7rem}.styles_Promo__e5owR .styles_PromoCodeLabel__jplxg{border-bottom:1px solid #5acb66}.styles_Promo__e5owR .styles_CheckIcon__LO6Q5 path{fill:#5acb66}.styles_PromoCheck__3JujZ{color:#5acb66}.styles_GoToTariffs__tApEv{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem}.styles_GoToTariffsLabel__t6BpK{border-bottom:1px solid #000;cursor:pointer;font-size:1.3rem;font-weight:400;letter-spacing:-.05rem;line-height:1.5rem}@-webkit-keyframes styles_Gradient__L\+uzr{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__L\+uzr{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_BrandsList__N3vkw{padding:1rem 2.4rem 0 0}@media screen and (max-width:1280px)and (min-width:480px){.styles_BrandsList__N3vkw{padding:.8rem}}@media screen and (max-width:480px){.styles_BrandsList__N3vkw{padding:1rem 0 0}}.styles_BrandsList__N3vkw .styles_Header__DdqgN{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;padding:1.4rem 2.4rem;position:relative}@media screen and (max-width:1280px)and (min-width:480px){.styles_BrandsList__N3vkw .styles_Header__DdqgN{border-radius:1rem}}@media screen and (max-width:480px){.styles_BrandsList__N3vkw .styles_Header__DdqgN{-ms-flex-direction:column;flex-direction:column}}.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_Nav__XM7IC{-ms-flex:1 1;flex:1 1;margin:0;max-width:none}@media screen and (max-width:480px){.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_Nav__XM7IC{text-align:left;width:100%}}.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_AddBrandButton__hYz9W{height:4.1rem;margin-right:1.2rem}@media screen and (max-width:1280px)and (min-width:480px){.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_AddBrandButton__hYz9W{bottom:-5.3rem;left:0;position:absolute;width:100%}}@media screen and (max-width:480px){.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_AddBrandButton__hYz9W{bottom:6.6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:2}.styles_BrandsList__N3vkw .styles_Header__DdqgN .styles_SearchFilter__jovKR{width:100%}}.styles_BrandsList__N3vkw .styles_Content__hH2kJ{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:0 0 1rem 1rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:.2rem;padding:0 2.4rem 1.8rem 1.4rem}@media screen and (max-width:1280px)and (min-width:480px){.styles_BrandsList__N3vkw .styles_Content__hH2kJ{border-radius:1rem;margin-top:6.5rem}}.styles_BrandsList__N3vkw .styles_ContentEmpty__WEjUg{margin-top:.2rem}.styles_BrandsList__N3vkw .styles_Content__hH2kJ .styles_Skeleton__kj9SF{background-color:#f3f3f3;border-radius:8px;margin:1.8rem 0 0 1.8rem}.styles_BrandsList__N3vkw .styles_Content__hH2kJ .styles_Loader__6sdGJ{-ms-flex-pack:center;-ms-flex:1 1;flex:1 1;justify-content:center;margin-top:1rem}.styles_BrandsList__N3vkw .styles_Content__hH2kJ .styles_Empty__9qKPa{width:100%}@media screen and (max-width:480px){.styles_TextFieldContainer__azVY9{-ms-flex-order:1;order:1;width:100%}}.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s{background:#f3f3f3;border-radius:.6rem;height:4.1rem!important;padding:0 1.4rem!important}.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s fieldset{border:none!important}.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s:hover input,.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s:hover input[placeholder],.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s:hover svg{color:#000}.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s input{color:#a6a5a5;font-size:1.3rem;font-weight:400;letter-spacing:-.02rem;line-height:1.6rem;opacity:1}.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s input[placeholder],.styles_TextFieldContainer__azVY9 .styles_TextField__AIw0s svg{color:#a6a5a5}.styles_BrandCard__zkBGu{-ms-flex-align:start;align-items:flex-start;background:#f3f3f3;border-radius:.8rem;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:1.8rem 0 0 1.8rem;padding:.5rem .5rem 1.8rem;width:20rem}@media screen and (max-width:480px){.styles_BrandCard__zkBGu{width:100%}}.styles_BrandCard__zkBGu:hover{background:#fff;-webkit-box-shadow:0 6px 12px rgba(47,51,78,.06);box-shadow:0 6px 12px rgba(47,51,78,.06)}.styles_BrandCard__zkBGu:hover .styles_MoreButton__A3kpV{visibility:visible}.styles_BrandCard__zkBGu .styles_MoreButton__A3kpV{-ms-flex-item-align:end;align-self:flex-end;background:none!important;color:#000;padding:0;visibility:hidden}@media screen and (max-width:1280px){.styles_BrandCard__zkBGu .styles_MoreButton__A3kpV{visibility:visible}}.styles_BrandCard__zkBGu .styles_Logo__kGmwj{border-radius:.8rem;height:19rem;width:19rem}@media screen and (max-width:480px){.styles_BrandCard__zkBGu .styles_Logo__kGmwj{height:calc(100vw - 6.6rem);width:calc(100vw - 6.6rem)}}.styles_BrandCard__zkBGu .styles_Info__RGVz4{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.8rem 1.1rem}.styles_BrandCard__zkBGu .styles_Info__RGVz4 .styles_Name__rG4c8{color:#000;font-size:1.4rem;font-weight:500;letter-spacing:-.03rem;line-height:1.7rem}.styles_BrandCard__zkBGu .styles_Info__RGVz4 .styles_CampaignCount__oNfFH{color:#a6a5a5;font-size:1.2rem;font-weight:400;letter-spacing:-.03rem;line-height:1.5rem}.styles_Image__XVfhF{overflow:hidden;position:relative}.styles_Image__XVfhF .styles_Img__LvDfs{height:100%;-o-object-fit:contain;object-fit:contain;position:relative;width:100%;z-index:1}.styles_Image__XVfhF .styles_Blur__-kh95{background-repeat:no-repeat;background-size:100% 100%;bottom:0;-webkit-filter:blur(6px);filter:blur(6px);left:0;opacity:.75;position:absolute;right:0;top:0}.styles_Image__XVfhF .styles_NetworkBadge__bDli6{bottom:0;position:absolute;right:0;z-index:1}.styles_Loader__-4K1Z{background-color:silver}.styles_LazyLoad__Z50FY,.styles_Loader__-4K1Z{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.styles_LazyLoad__Z50FY{position:relative}.styles_Error__kK2e7{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#f3f3f3;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.styles_ErrorIcon__uWhfQ{color:#fa133c}@-webkit-keyframes styles_Gradient__412qH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__412qH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Modal__NMVhW{max-width:92rem!important}.styles_Modal__NMVhW .styles_Header__d-RAm>div{-ms-flex-pack:left;justify-content:left}@media screen and (max-width:480px){.styles_Modal__NMVhW .styles_Header__d-RAm>div{-ms-flex-pack:center;justify-content:center}}.styles_Modal__NMVhW .styles_Content__UK0LU{display:-ms-flexbox;display:flex}@media screen and (max-width:1280px){.styles_Modal__NMVhW .styles_Content__UK0LU{-ms-flex-direction:column;flex-direction:column}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1280px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH{-ms-flex-align:start;align-items:flex-start}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw{position:relative}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw .styles_Img__Y1wdY{border-radius:.8rem;height:32rem;width:32rem}@media screen and (max-width:480px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw .styles_Img__Y1wdY{height:20rem;width:20rem}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw .styles_DeleteButton__P30gX{background-color:#fff;border:1.5px solid #ebecef;height:4.8rem;padding:0;position:absolute;right:1rem;top:1rem;width:4.8rem;z-index:3}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw .styles_DeleteButton__P30gX:hover{background-color:#000}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_LogoPreview__TzkAw .styles_DeleteButton__P30gX:hover path{fill:#fff}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_Uploader__qScvx{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_Uploader__qScvx:hover path{fill:#fa133c}@media screen and (max-width:480px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_Uploader__qScvx svg{height:4.1rem;width:4.3rem}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_UploaderTitle__kj6V1{color:#2e2f35;font-size:1.6rem;font-weight:500;letter-spacing:-.03rem;line-height:2rem;margin-top:1.8rem}@media screen and (max-width:480px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_UploaderTitle__kj6V1{font-size:1.4rem;line-height:1.7rem;margin-top:1rem}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_UploaderDescription__ZIzt\+{color:#a6a5a5;font-size:1.4rem;font-weight:400;letter-spacing:-.01rem;line-height:2.2rem;margin-top:1.8rem}@media screen and (max-width:480px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Left__zQJYH .styles_UploaderDescription__ZIzt\+{font-size:1.2rem;line-height:1.7rem;margin-top:.8rem}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Right__MfgAC{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-left:3.2rem}@media screen and (max-width:1280px){.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Right__MfgAC{margin-left:0;margin-top:1.8rem}}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Right__MfgAC .styles_Description__k9Elk{margin:1.8rem 0}.styles_Modal__NMVhW .styles_Content__UK0LU .styles_Right__MfgAC .styles_Button__zARkd{height:4.8rem}
/*!
 * Cropper.js v1.5.13
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2022-11-20T05:30:43.444Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.styles_Modal__iE599{border-radius:6px;max-width:59rem!important}.styles_Modal__iE599 .styles_Header__ZO0wV>div{-ms-flex-pack:left;justify-content:left}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Header__ZO0wV>div{-ms-flex-pack:center;justify-content:center}}.styles_Modal__iE599 .styles_Content__S1gyL{overflow:hidden;padding:0}.styles_Modal__iE599 .styles_Footer__q-vyF{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:2.4rem;padding:0 2.4rem 2.4rem}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Footer__q-vyF{-ms-flex-direction:column;flex-direction:column}}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY{width:100%}}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY .styles_CheckBox__57s2C{-ms-flex-pack:center;border:1px solid #ebecef;border-radius:8px;height:4.8rem;justify-content:center}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY .styles_CheckBox__57s2C{-ms-flex-pack:center;justify-content:center;width:100%}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY .styles_CheckBox__57s2C .styles_FormControlLabel__Bx7Jo{-ms-flex-pack:center;justify-content:center;margin-right:0}}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Left__y9miY .styles_CheckBox__57s2C .styles_FormControlLabel__Bx7Jo .styles_Label__NFYzK{color:#000;font-size:1.4rem;font-weight:600;letter-spacing:-.05rem;line-height:1.7rem}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Button__wQPdC{height:4.8rem;width:14rem}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Button__wQPdC{margin-top:1.8rem;width:100%}}.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Button__wQPdC+.styles_Button__wQPdC{margin-left:1.2rem}@media screen and (max-width:480px){.styles_Modal__iE599 .styles_Footer__q-vyF .styles_Button__wQPdC+.styles_Button__wQPdC{margin-left:0}}.styles_cropper__nOJ2x{height:36rem;width:100%}@media screen and (max-width:480px){.styles_cropper__nOJ2x{height:75vw}}@-webkit-keyframes styles_Gradient__pSHv0{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__pSHv0{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_BrandModify__5pshP{background-color:#fff;border:1px solid #f1f1f1;border-radius:8px;margin:1.8rem auto;max-width:1220px;padding:3rem}@media screen and (max-width:480px){.styles_BrandModify__5pshP{margin:0 1rem;padding:2rem}}.styles_BrandModify__5pshP .styles_Title__QnF6F{color:#373a3c;font-size:2rem;font-weight:600;margin-bottom:4rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_BrandModify__5pshP .styles_Title__QnF6F{font-size:1.5rem;line-height:1.8rem;margin-bottom:2.5rem}}.styles_BrandModify__5pshP .styles_Uploader__EwSK7{height:31.5rem;width:31.5rem}.styles_BrandModify__5pshP .styles_Form__-E\+Yp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_BrandModify__5pshP .styles_Row__WwfrF{display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_BrandModify__5pshP .styles_Row__WwfrF{-ms-flex-direction:column;flex-direction:column}}.styles_BrandModify__5pshP .styles_Row__WwfrF+.styles_Row__WwfrF{margin-top:2.4rem}@media screen and (max-width:480px){.styles_BrandModify__5pshP .styles_Row__WwfrF+.styles_Row__WwfrF{margin-top:2rem}}.styles_BrandModify__5pshP .styles_Buttons__x6hkG{-ms-flex-pack:end;justify-content:flex-end}.styles_BrandModify__5pshP .styles_Buttons__x6hkG button+button{margin-left:2.4rem}.styles_BrandModify__5pshP .styles_InputsCol__QEV2T{-ms-flex:1 1;flex:1 1;margin-left:4rem}@media screen and (max-width:480px){.styles_BrandModify__5pshP .styles_InputsCol__QEV2T{margin-left:0;padding-top:2rem}.styles_BrandModify__5pshP .styles_TextField__GzvUt{height:4rem}}.styles_BrandModify__5pshP .styles_Field__03\+YK+.styles_Field__03\+YK{margin-top:2rem}.styles_BrandModify__5pshP .styles_CropIcon__fAvjC{color:#fff;cursor:pointer;position:absolute;right:10px;top:40px}.styles_BrandModify__5pshP .styles_Field__03\+YK .styles_Label__X9R7V{color:#2e2f35;font-size:1.6rem;margin-bottom:1rem}@media screen and (max-width:480px){.styles_BrandModify__5pshP .styles_Field__03\+YK .styles_Label__X9R7V{font-size:1.4rem;line-height:1.6rem;margin-bottom:.8em}}.styles_BrandModify__5pshP .styles_Field__03\+YK .styles_Asteriks__k2vRz{color:#7099ee}.styles_BrandModify__5pshP .styles_UploaderLabel__p2gxK{text-align:center}.styles_BrandModify__5pshP .styles_UploaderLabel__p2gxK .styles_UploaderIcon__mqpUi{color:#7099ee}.styles_BrandModify__5pshP .styles_UploaderLabel__p2gxK .styles_UploaderTitle__gJz3G{color:#7099ee;font-size:1.5rem}.styles_BrandModify__5pshP .styles_UploaderLabel__p2gxK .styles_UploaderSubtitle__uyaiw{color:#818a91;font-size:1.2rem}.styles_BrandModify__5pshP .styles_UploaderLabel__p2gxK>div+div{margin-top:1.4rem}@-webkit-keyframes styles_Gradient__nI8hy{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__nI8hy{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Buttons__oFM5c{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:4rem 0 1rem}@media screen and (max-width:480px){.styles_Buttons__oFM5c{display:block;padding-top:2rem}.styles_Buttons__block__7DZ1J{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}}.styles_Buttons__btn__7m1No{font-size:1.2rem}.styles_Buttons__btn__7m1No+.styles_Buttons__btn__7m1No{margin-left:2.4rem}@media screen and (max-width:480px){.styles_Buttons__btn__7m1No+.styles_Buttons__btn__7m1No{margin-left:0}}.styles_Buttons_alignRight__prjRc{-ms-flex-pack:end;justify-content:flex-end}.styles_Row__gqwQA,.styles_Row__gqwQA+.styles_Row__gqwQA{padding-top:2rem}@media screen and (max-width:480px){.styles_Row__gqwQA{margin-top:-2rem!important;padding-top:2rem}.styles_Row__gqwQA+.styles_Row__gqwQA{padding-top:0}}.styles_Row_stretchItems__KsV7B{-ms-flex-pack:stretch;justify-content:stretch}.styles_Row_stretchItems__KsV7B .styles_Item__1iaFK{-ms-flex:1 1;flex:1 1}.styles_IconButton__Zp337{margin-right:1.6rem!important;position:relative}@media screen and (max-width:480px){.styles_IconButton__Zp337{margin-right:0!important}}.styles_IconButton__Zp337:hover .styles_IconButton__icon__NsptJ{color:#7099ee}.styles_IconButton__Zp337:hover .styles_Popup__Uiljl{display:block}.styles_IconButton__icon__NsptJ{color:#a7a7a7;height:3rem;width:3rem}.styles_IconButton__Zp337 .styles_Popup__Uiljl{color:#7099ee;display:none;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;position:absolute;top:-2rem;white-space:nowrap}@media screen and (max-width:480px){.styles_PaidSocialCheckbox__femKo{margin:-2rem 0 1rem .5rem!important}}.styles_SocialNetworkIcon__eA0Bi{font-size:1.6rem;height:1.6rem;margin-right:.6rem;width:1.6rem}.styles_SocialNetworkIcon_grey__5F1Et .cash_cls-1,.styles_SocialNetworkIcon_grey__5F1Et .cash_cls-2,.styles_SocialNetworkIcon_grey__5F1Et .vkontakte1_cls-2,.styles_SocialNetworkIcon_grey__5F1Et .youtube1_cls-3{stroke:rgba(0,0,0,.87)}.styles_SocialNetworkIcon_grey__5F1Et path{fill:rgba(0,0,0,.87)!important}.styles_Item__withoutTitle__ZH0sT{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end}.styles_Paper__WK518{background:#fff;border:1px solid #f1f1f1;border-radius:.5rem;margin:0 auto;max-width:140rem;padding:1rem}.styles_PaperTop__HZASW{padding:2rem}.styles_Paper__WK518+.styles_Paper__WK518{margin-top:2rem}@media screen and (max-width:480px){.styles_Paper__WK518+.styles_Paper__WK518{margin-top:1rem}.styles_Paper__WK518{padding:1.5rem 1rem}}.styles_Title__ZfjVa{color:#000;font-size:2rem;font-weight:600;line-height:2.4rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_Title__ZfjVa{font-size:1.5rem;line-height:1.8rem}}.styles_Description__zwTaD{color:#818a91;font-size:1.2rem;line-height:1.4rem;padding-bottom:1.4rem}@media screen and (max-width:480px){.styles_Description__zwTaD{display:none;padding-top:.8rem}}@-webkit-keyframes styles_Gradient__eYJpq{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__eYJpq{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Paper__RfdrH{padding:1rem}.styles_Brand__yDMGM{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_Brand__yDMGM{display:block}}.styles_Cover__mHLo3{background:50% no-repeat #7099ee;background-size:cover;border-radius:1rem;height:10rem;width:10rem}@media screen and (max-width:480px){.styles_Cover__mHLo3{border:1px solid #f1f1f1;margin:0 auto}}.styles_Content__6R959{-ms-flex:1 1;flex:1 1;padding-left:4rem}@media screen and (max-width:480px){.styles_Content__6R959{padding:1.2rem 0 0;text-align:center}}.styles_Title__2nYSV{color:#000;font-size:1.6rem;line-height:1.8rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_Title__2nYSV{font-size:1.3rem;text-transform:none}}.styles_Description__SDlpP{color:#818a91;font-size:1.2rem;line-height:1.4rem;padding-top:1rem}.styles_ButtonWrapper__\+-4Fi{padding-top:3rem;text-align:right}@media screen and (max-width:480px){.styles_ButtonWrapper__\+-4Fi{padding-top:1.2rem;text-align:center}}.styles_Paper__TUoR1{padding:1.4rem}.styles_Title__0s5K0{color:#2e2f35;font-size:1.6rem;line-height:1.9rem;padding-bottom:1rem}@media screen and (max-width:480px){.styles_Title__0s5K0{font-size:1.4rem;line-height:1.6rem}}.styles_Description__wwHl1{color:#818a91;font-size:1.2rem;line-height:1.4rem;padding-bottom:1.4rem}@media screen and (max-width:480px){.styles_Description__wwHl1{padding-top:.8rem}}.styles_Star__VKSWR{color:#7099ee;margin-left:.4rem}.styles_Item__NE\+t7{width:100%}@media screen and (max-width:480px){.styles_Item__NE\+t7{width:calc(100vw - 4rem)}}html body .styles_UploadCover__PptI4{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#fcfcfc;border:1px solid #d3d3d3;border-radius:.3rem;cursor:pointer;display:-ms-flexbox;display:flex;height:26rem;justify-content:center;overflow:hidden;width:100%}html body .styles_UploadButton__hiClF{text-align:center;width:17rem}html body .styles_UploadButton__title__MFKwd{color:#7099ee;font-size:1.3rem;line-height:1.5rem}html body .styles_UploadButton__description__fQExI{color:#818a91;font-size:1.2rem;line-height:1.4rem;padding-top:.8rem}html body .styles_UploadButton__icon__hGpJe{color:#7099ee;font-size:4.2rem}html body .styles_MixedUploader__oNMYS{width:100%}html body .styles_Uploader__EV0b3{border:none;width:100%!important}html body .styles_UploadCover__PptI4{position:relative}html body .styles_LoadedMedia__Kx8RT{z-index:1}html body .styles_Image__dF9nR{border:none;width:auto!important}html body .styles_BackgroundImage__v4VKd{-webkit-filter:blur(1rem);filter:blur(1rem);height:26rem;left:0;-o-object-fit:cover;object-fit:cover;opacity:.5;position:absolute;top:0;width:100%}@media screen and (max-width:480px){html body .styles_BackgroundImage__v4VKd{height:21.4rem}}body .styles_UploadContent__6aFnC,html .styles_UploadContent__6aFnC{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#fff;border:1px dashed #d3d3d3;cursor:pointer;display:-ms-flexbox;display:flex;height:10rem;justify-content:center}body .styles_Button__MkNh2,html .styles_Button__MkNh2{text-align:center}body .styles_Button__text__9NbWR,html .styles_Button__text__9NbWR{color:#7099ee;font-size:1.2rem;line-height:2.4rem;padding-top:.4rem}body .styles_Button__icon__HhD92,html .styles_Button__icon__HhD92{color:#7099ee;font-size:2.8rem}.styles_dropzone__ao4Qu{border-color:#7099ee;width:100%!important}.styles_imageUploader__NADmm{display:-ms-flexbox;display:flex}html body .styles_Wrapper__i1-JP{padding:2rem 0 0}html body .styles_Wrapper__i1-JP .styles_AddCreative__LIMgl{height:100%}html body .styles_List__HBCQn{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-2rem;margin-top:-2rem}html body .styles_AddButton__kUqLG,html body .styles_Item__lUkbA{border-radius:.4rem;cursor:pointer;height:36rem;margin:2rem 0 0 2rem;width:calc(column-width(4) - 2rem)}html body .styles_AddButton__kUqLG{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:1px dashed #7099ee;color:#7099ee;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin:0;width:100%}@media screen and (max-width:480px){html body .styles_AddButton__kUqLG{height:10rem}}html body .styles_AddButton__inner__WRawv{font-size:1.6rem;line-height:2.4rem;text-align:center}html body .styles_AddButton__icon__vK7D7{color:#7099ee;font-size:3.8rem;vertical-align:middle}@media screen and (max-width:480px){html body .styles_AddButton__icon__vK7D7{font-size:2.8rem}}html body .styles_AddButton__text__jX-p3{padding:1rem 0 0}@media screen and (max-width:480px){html body .styles_AddButton__text__jX-p3{font-size:1.2rem;line-height:2.4rem}}html body .styles_Item__lUkbA{background:no-repeat 0 0;background-size:cover;cursor:default}@-webkit-keyframes styles_Gradient__0LqXr{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__0LqXr{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}html body .styles_CardContent__o-bf5{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-top:1px solid #d3d3d3;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:space-between;padding:1.2rem}html body .styles_CardContent__o-bf5,html body .styles_CardContent__o-bf5:last-child{padding-bottom:1.2rem}html body .styles_CardContent_mini__dprVP{display:block;padding:.6rem}html body .styles_CardContent_mini__dprVP:last-child{padding-bottom:.6rem}html body .styles_CardContent_mini__dprVP .styles_Title__LgLSf{font-size:.8rem;line-height:.9rem;padding-top:.4em}html body .styles_GalleryWrapper__DD1XH{position:relative}html body .styles_CardMedia__NLHWe{border-top:1px solid #d3d3d3;padding-top:100%}@media screen and (max-width:480px){html body .styles_CardMedia__NLHWe{border-top:0;height:15.4rem;padding-top:0}}html body .styles_Title__LgLSf{color:#818a91;font-size:1.2rem;line-height:1.4rem}html body .styles_Gallery__FR1My .image-gallery-image{overflow:hidden}html body .styles_Gallery__FR1My .image-gallery-bullets .image-gallery-bullet{background-color:#dbdbdb;border:none;-webkit-box-shadow:none;box-shadow:none;padding:3px}html body .styles_Gallery__FR1My .image-gallery-bullets .image-gallery-bullet.active{background-color:#3897f0}html body .styles_Gallery__FR1My .image-gallery-left-nav:before,html body .styles_Gallery__FR1My .image-gallery-right-nav:before{content:none}html body .styles_Gallery__FR1My img,html body .styles_Gallery__FR1My video{-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html body .styles_Gallery__FR1My .styles_Counter__E9NPL{position:absolute;right:3.4rem;top:2.4rem}html body .styles_Gallery__FR1My .styles_Counter__badge__ogYrJ{background:#000;color:#fff;font-size:12px;font-weight:500;padding:.6rem 1.2rem}html body .styles_Gallery__FR1My .styles_Image__WSjYU{border-radius:0;height:100%!important;width:100%!important}html body .styles_Blurred__XPEIA,html body .styles_Video__7Hjir{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:56.5333333333rem}.styles_Video__dJ4ap ::-webkit-media-controls-panel{display:none!important}.styles_Video__wrapper__mLc2d{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;min-height:31.8rem;overflow:hidden;position:relative}.styles_Video_regular__LIhpa{width:100%}.styles_Video_bg__Pf1U5{-webkit-filter:blur(1rem);filter:blur(1rem);left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;z-index:-1}.styles_Video_front__7duR8{left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.styles_MediaPlaceholder__Betul{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#fff;border-top:1px solid #d3d3d3;display:-ms-flexbox;display:flex;height:27.8rem;justify-content:center;position:relative;text-align:center;width:100%}.styles_MediaPlaceholder_mini__AohVl{border-top:0;height:15.4rem}.styles_MediaPlaceholder_mini__AohVl .styles_Text__ouzhp{font-size:1.3rem;line-height:1.5rem}.styles_Text__ouzhp{color:#d3d3d3;font-size:1.6rem;line-height:1.9rem}.styles_Bottom__XWTOO{-ms-flex-align:end;align-items:flex-end;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.2)));background-image:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 100%);background-image:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.2));bottom:0;display:-ms-flexbox;display:flex;height:8rem;left:0;padding:1rem;position:absolute;width:100%}.styles_Bottom__icon__Goy0H{width:100%}@-webkit-keyframes styles_Gradient__4M3uH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__4M3uH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}html body .styles_Creative_pointer__sCfGJ{cursor:pointer}html body .styles_Card__EA6dx{border:1px solid #d3d3d3;border-radius:.8rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.04);box-shadow:0 4px 12px rgba(0,0,0,.04);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}html body .styles_Card__EA6dx:only-child{min-height:auto}html body .styles_CardContent__opTWo{border-top:1px solid #d3d3d3;padding:1.2rem}html body .styles_CardContent__opTWo,html body .styles_CardContent__opTWo:last-child{padding-bottom:1.2rem}html body .styles_TextPlaceholder__d6tB2{margin:1.4rem 0}html body .styles_Avatar__QnjKk{height:3rem;width:3rem}@-webkit-keyframes styles_Gradient__2mqpp{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__2mqpp{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body .styles_Header__3Gcws,html .styles_Header__3Gcws{padding:1.2rem}body .styles_HeaderAvatar__HaYef,html .styles_HeaderAvatar__HaYef{margin-right:0}body .styles_Action__Rquf-,html .styles_Action__Rquf-{-ms-flex-item-align:center;align-self:center;margin-right:0;margin-top:0}body .styles_Avatar__Ud\+\+5,html .styles_Avatar__Ud\+\+5{height:3rem;margin-right:1.2rem;width:3rem}body .styles_Title__bjj1c,html .styles_Title__bjj1c{color:#4d4d4d;font-size:1.4rem;font-weight:400;line-height:1.4rem}body .styles_Status__b1fpp,html .styles_Status__b1fpp{font-size:1rem;line-height:1.6rem;padding:.2rem 0 0}body .styles_Status_gray__Q6t1i,html .styles_Status_gray__Q6t1i{color:#818a91}body .styles_Status_green__fZqhg,html .styles_Status_green__fZqhg{color:#24b900}body .styles_Status_red__9mOz3,html .styles_Status_red__9mOz3{color:#fd4745}body .styles_Status_blue__y0q9X,html .styles_Status_blue__y0q9X{color:#7099ee}@-webkit-keyframes styles_rippleDefault__MN6p6{0%{-webkit-box-shadow:0 0 0 0 rgba(112,153,238,.3),0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3);box-shadow:0 0 0 0 rgba(112,153,238,.3),0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3),0 0 0 16px rgba(112,153,238,0);box-shadow:0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3),0 0 0 16px rgba(112,153,238,0)}}@keyframes styles_rippleDefault__MN6p6{0%{-webkit-box-shadow:0 0 0 0 rgba(112,153,238,.3),0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3);box-shadow:0 0 0 0 rgba(112,153,238,.3),0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3),0 0 0 16px rgba(112,153,238,0);box-shadow:0 0 0 3px rgba(112,153,238,.3),0 0 0 10px rgba(112,153,238,.3),0 0 0 16px rgba(112,153,238,0)}}@-webkit-keyframes styles_rippleError__PfGZ3{0%{-webkit-box-shadow:0 0 0 0 rgba(255,105,91,.3),0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3);box-shadow:0 0 0 0 rgba(255,105,91,.3),0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3),0 0 0 16px rgba(255,105,91,0);box-shadow:0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3),0 0 0 16px rgba(255,105,91,0)}}@keyframes styles_rippleError__PfGZ3{0%{-webkit-box-shadow:0 0 0 0 rgba(255,105,91,.3),0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3);box-shadow:0 0 0 0 rgba(255,105,91,.3),0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3),0 0 0 16px rgba(255,105,91,0);box-shadow:0 0 0 3px rgba(255,105,91,.3),0 0 0 10px rgba(255,105,91,.3),0 0 0 16px rgba(255,105,91,0)}}@-webkit-keyframes styles_rippleWarning__3cVXi{0%{-webkit-box-shadow:0 0 0 0 rgba(252,192,15,.3),0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.3);box-shadow:0 0 0 0 rgba(252,192,15,.3),0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.1),0 0 0 16px rgba(252,192,15,0);box-shadow:0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.1),0 0 0 16px rgba(252,192,15,0)}}@keyframes styles_rippleWarning__3cVXi{0%{-webkit-box-shadow:0 0 0 0 rgba(252,192,15,.3),0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.3);box-shadow:0 0 0 0 rgba(252,192,15,.3),0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.1),0 0 0 16px rgba(252,192,15,0);box-shadow:0 0 0 3px rgba(252,192,15,.3),0 0 0 10px rgba(252,192,15,.1),0 0 0 16px rgba(252,192,15,0)}}@-webkit-keyframes styles_rippleSuccess__eM-n-{0%{-webkit-box-shadow:0 0 0 0 rgba(36,185,0,.3),0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3);box-shadow:0 0 0 0 rgba(36,185,0,.3),0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3),0 0 0 16px rgba(36,185,0,0);box-shadow:0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3),0 0 0 16px rgba(36,185,0,0)}}@keyframes styles_rippleSuccess__eM-n-{0%{-webkit-box-shadow:0 0 0 0 rgba(36,185,0,.3),0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3);box-shadow:0 0 0 0 rgba(36,185,0,.3),0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3)}to{-webkit-box-shadow:0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3),0 0 0 16px rgba(36,185,0,0);box-shadow:0 0 0 3px rgba(36,185,0,.3),0 0 0 10px rgba(36,185,0,.3),0 0 0 16px rgba(36,185,0,0)}}@-webkit-keyframes styles_rippleWhite__cekyY{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.3),0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3);box-shadow:0 0 0 0 hsla(0,0%,100%,.3),0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3)}to{-webkit-box-shadow:0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 16px hsla(0,0%,100%,0);box-shadow:0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 16px hsla(0,0%,100%,0)}}@keyframes styles_rippleWhite__cekyY{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.3),0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3);box-shadow:0 0 0 0 hsla(0,0%,100%,.3),0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3)}to{-webkit-box-shadow:0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 16px hsla(0,0%,100%,0);box-shadow:0 0 0 3px hsla(0,0%,100%,.3),0 0 0 10px hsla(0,0%,100%,.3),0 0 0 16px hsla(0,0%,100%,0)}}.styles_Pulse__8xFH9{-webkit-animation:styles_rippleDefault__MN6p6 1.5s linear infinite;animation:styles_rippleDefault__MN6p6 1.5s linear infinite;background:#7099ee;border-radius:100%;color:#fff;height:2rem;width:2rem}.styles_Pulse_theme_cancel__-5\+ur,.styles_Pulse_theme_error__mXLZS,.styles_Pulse_theme_linkDanger__kl1mE{-webkit-animation:styles_rippleError__PfGZ3 1.5s linear infinite;animation:styles_rippleError__PfGZ3 1.5s linear infinite;background:#ff695b}.styles_Pulse_theme_warning__2d9HP{-webkit-animation:styles_rippleWarning__3cVXi 1.5s linear infinite;animation:styles_rippleWarning__3cVXi 1.5s linear infinite;background:#fcc00f}.styles_Pulse_theme_linkSuccess__Z85SW,.styles_Pulse_theme_success__SpDdi{-webkit-animation:styles_rippleSuccess__eM-n- 1.5s linear infinite;animation:styles_rippleSuccess__eM-n- 1.5s linear infinite;background:#24b900}.styles_Pulse_theme_arrowUp__1v2kQ,.styles_Pulse_theme_info__DNVxZ{-webkit-animation:styles_rippleDefault__MN6p6 1.5s linear infinite;animation:styles_rippleDefault__MN6p6 1.5s linear infinite;background:#7099ee}.styles_Pulse_theme_infoWhite__g4tS9{-webkit-animation:styles_rippleWhite__cekyY 1.5s linear infinite;animation:styles_rippleWhite__cekyY 1.5s linear infinite;background:#fff;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_Pulse__content__NBC6l{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:600;height:100%;justify-content:center;width:100%}.styles_Rotate__sUO\+p{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:Ionicons;font-style:normal;font-weight:400;src:url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0);src:url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0) format("woff"),url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg")}.image-gallery-fullscreen-button:before,.image-gallery-left-nav:before,.image-gallery-play-button:before,.image-gallery-right-nav:before{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Ionicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto;text-transform:none}.image-gallery{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen,.image-gallery-content.fullscreen .image-gallery-slide{background:#000}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 113px)}@media (max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 84px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-fullscreen-button,.image-gallery-left-nav,.image-gallery-play-button,.image-gallery-right-nav{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4}.image-gallery-fullscreen-button:before,.image-gallery-left-nav:before,.image-gallery-play-button:before,.image-gallery-right-nav:before{color:#fff;line-height:.7;text-shadow:0 2px 2px #1a1a1a;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.image-gallery-fullscreen-button:hover:before,.image-gallery-left-nav:hover:before,.image-gallery-play-button:hover:before,.image-gallery-right-nav:hover:before{color:#337ab7}@media (max-width:768px){.image-gallery-fullscreen-button:hover:before,.image-gallery-left-nav:hover:before,.image-gallery-play-button:hover:before,.image-gallery-right-nav:hover:before{color:#fff}}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0}.image-gallery-fullscreen-button:before,.image-gallery-play-button:before{font-size:2.7em;padding:15px 20px;text-shadow:0 1px 1px #1a1a1a}@media (max-width:768px){.image-gallery-fullscreen-button:before,.image-gallery-play-button:before{font-size:2.4em}}@media (max-width:480px){.image-gallery-fullscreen-button:before,.image-gallery-play-button:before{font-size:2em}}.image-gallery-fullscreen-button:hover:before,.image-gallery-play-button:hover:before{color:#fff;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}@media (max-width:768px){.image-gallery-fullscreen-button:hover:before,.image-gallery-play-button:hover:before{-webkit-transform:none;-ms-transform:none;transform:none}}.image-gallery-fullscreen-button{right:0}.image-gallery-fullscreen-button:before{content:""}.image-gallery-fullscreen-button.active:before{content:""}.image-gallery-fullscreen-button.active:hover:before{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.image-gallery-play-button{left:0}.image-gallery-play-button:before{content:""}.image-gallery-play-button.active:before{content:""}.image-gallery-left-nav,.image-gallery-right-nav{color:#fff;font-size:5em;padding:50px 15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}@media (max-width:768px){.image-gallery-left-nav,.image-gallery-right-nav{font-size:3.4em;padding:20px 15px}}@media (max-width:480px){.image-gallery-left-nav,.image-gallery-right-nav{font-size:2.4em;padding:0 15px}}.image-gallery-left-nav{left:0}.image-gallery-left-nav:before{content:""}.image-gallery-right-nav{right:0}.image-gallery-right-nav:before{content:""}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap}.image-gallery-slide{background:#fff;left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide img{width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media (max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;-webkit-box-shadow:0 1px 0 #1a1a1a;box-shadow:0 1px 0 #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px}@media (max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media (max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet.active{background:#fff}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:108px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0}.image-gallery-thumbnails-wrapper.left{margin-right:5px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.left{margin-right:3px}}.image-gallery-thumbnails-wrapper.right{margin-left:5px}@media (max-width:768px){.image-gallery-thumbnails-wrapper.right{margin-left:3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media (max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;-webkit-transition:-webkit-transform .45s ease-out;transition:-webkit-transform .45s ease-out;-o-transition:transform .45s ease-out;transition:transform .45s ease-out;transition:transform .45s ease-out,-webkit-transform .45s ease-out;white-space:nowrap}.image-gallery-thumbnail{border:4px solid transparent;display:inline-block;-webkit-transition:border .3s ease-out;-o-transition:border .3s ease-out;transition:border .3s ease-out;width:100px}@media (max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:75px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{position:relative}.image-gallery-thumbnail img{vertical-align:middle;width:100%}.image-gallery-thumbnail.active{border:4px solid #337ab7}@media (max-width:768px){.image-gallery-thumbnail.active{border:3px solid #337ab7}}.image-gallery-thumbnail-label{-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:1px 1px 0 #000;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);white-space:normal;width:100%}@media (max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media (max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.styles_ImageGallery__dByeq .image-gallery-left-nav:before,.styles_ImageGallery__dByeq .image-gallery-right-nav:before{display:none}.styles_ImageGallery__dByeq .styles_Swipeable__D5hrV{position:relative}.styles_CardContent__6PUv7{border-top:1px solid #d3d3d3;padding:.6rem}.styles_CardContent__6PUv7:last-child{padding-bottom:.6rem}.styles_Title__Uo6q6{font-size:1.2rem;line-height:1.4rem}.styles_Text__ohaQj{color:#818a91;font-size:.8rem;line-height:.9rem;padding-top:.4em}.styles_Price__Nl1Wg{position:absolute;right:1rem;top:1rem}@-webkit-keyframes styles_Gradient__LWLC5{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__LWLC5{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Creative_isRealistic__rPzuO .styles_Caption__G7f9o{height:auto!important;min-height:3rem;padding-bottom:.8rem}.styles_Creative__4N1Io .styles_CardContent__F\+vFv{border-top:1px solid #d3d3d3;padding:1.2rem 1.2rem 1.4rem}.styles_Creative__4N1Io .styles_CardContent__F\+vFv,.styles_Creative__4N1Io .styles_CardContent__F\+vFv:last-child{padding-bottom:1.4rem}.styles_Creative__4N1Io .styles_CardMedia__g8zWO{border-top:1px solid #d3d3d3}@media screen and (max-width:480px){.styles_Creative__4N1Io .styles_CardMedia__g8zWO{border-top:0;height:15.4rem}}.styles_Creative__4N1Io .styles_CardMedia__g8zWO:before{content:"";display:block;padding-top:72.235%}.styles_Creative__4N1Io .styles_CardContentTop__Ki52x{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.styles_Creative__4N1Io .styles_Controls__WETmy{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:20px}.styles_Creative__4N1Io .styles_IconBottom__KlX18{margin-top:1.2rem;width:100%}.styles_Creative__4N1Io .styles_Title__Zyy0R{color:#818a91;font-size:1rem;line-height:1.4rem;padding-top:.4em}.styles_Creative__4N1Io .styles_Caption__G7f9o{height:3.8rem;padding-top:.8rem}.styles_Creative__4N1Io .styles_CaptionText__pn1D6{font-size:1.2rem;line-height:1.6rem}.styles_Creative__4N1Io .styles_CaptionPlaceholder__7\+1km:after,.styles_Creative__4N1Io .styles_CaptionPlaceholder__7\+1km:before{background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#eaeaea));background:-o-linear-gradient(#f1f1f1,#eaeaea);background:linear-gradient(#f1f1f1,#eaeaea);content:"";display:block;height:1rem}.styles_Creative__4N1Io .styles_CaptionPlaceholder__7\+1km:after{margin-top:1rem;width:60%}.styles_Creative__4N1Io .styles_Blurred__boGBi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;min-height:31.8rem}.styles_Creative__4N1Io .styles_Img__qKg56{border-radius:0;height:100%!important;width:100%!important}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .image-gallery-image{overflow:hidden}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .image-gallery-bullets .image-gallery-bullet{background-color:#dbdbdb;border:none;-webkit-box-shadow:none;box-shadow:none;padding:3px}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .image-gallery-bullets .image-gallery-bullet.active{background-color:#3897f0}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .image-gallery-left-nav:before,.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .image-gallery-right-nav:before{content:none}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb img,.styles_Creative__4N1Io .styles_Gallery__d\+6Pb video{-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .styles_Counter__I1nqF{position:absolute;right:3.4rem;top:2.4rem}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .styles_Counter__badge__MU\+V2{background:#000;color:#fff;font-size:12px;font-weight:500;padding:.6rem 1.2rem}.styles_Creative__4N1Io .styles_Gallery__d\+6Pb .styles_Image__YddSi{border-radius:0;height:100%!important;width:100%!important}.styles_MediaPlaceholder__vzBym{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#fff;border-top:1px solid #d3d3d3;display:-ms-flexbox;display:flex;height:20rem;justify-content:center;text-align:center;width:100%}.styles_MediaPlaceholder_mini__VbsDz{border-top:0;height:15.4rem}.styles_MediaPlaceholder_mini__VbsDz .styles_Text__Ufsds{font-size:1.3rem;line-height:1.5rem}.styles_Text__Ufsds{color:#d3d3d3;font-size:1.6rem;line-height:1.9rem;max-width:10.8rem}.styles_Paragraph__R55VP+.styles_Paragraph__R55VP{margin-top:1.4rem;word-break:break-word}@-webkit-keyframes styles_Gradient__U5EVc{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__U5EVc{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}html body .styles_CardContent__AqBm4{border-top:1px solid #d3d3d3;padding:2rem 1.2rem}html body .styles_CardContent__AqBm4,html body .styles_CardContent__AqBm4:last-child{padding-bottom:2rem}html body .styles_CardMedia__vk\+zh{border-top:1px solid #d3d3d3;height:20rem}@media screen and (max-width:480px){html body .styles_CardMedia__vk\+zh{border-top:0;height:15.4rem}}html body .styles_CardContentTop__EMYwy{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}html body .styles_IconBottom__70ZsG{margin-top:1.2rem}html body .styles_Title__oPELi{color:#818a91;font-size:1rem;line-height:1.4rem;padding-top:.4em}html body .styles_Caption__bSSiF{padding:0 1.2rem 1rem}html body .styles_CaptionText__ytStu{font-size:1.2rem;line-height:1.6rem}html body .styles_CaptionPlaceholder__ljpxf{margin:1.8rem 0 1.6rem;position:relative;width:90%}html body .styles_CaptionPlaceholder__ljpxf,html body .styles_CaptionPlaceholder__ljpxf:after,html body .styles_CaptionPlaceholder__ljpxf:before{background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#eaeaea));background:-o-linear-gradient(#f1f1f1,#eaeaea);background:linear-gradient(#f1f1f1,#eaeaea);border-radius:.4rem;content:"";display:block;height:1rem}html body .styles_CaptionPlaceholder__ljpxf:before{left:0;position:absolute;top:-1.8rem;width:110%}html body .styles_CaptionPlaceholder__ljpxf:after{bottom:-1.6rem;height:.6rem;left:0;position:absolute;width:30%}html body .styles_Gallery__sICM0 .image-gallery-image{overflow:hidden}html body .styles_Gallery__sICM0 .image-gallery-bullets .image-gallery-bullet{background-color:#dbdbdb;border:none;-webkit-box-shadow:none;box-shadow:none;padding:3px}html body .styles_Gallery__sICM0 .image-gallery-bullets .image-gallery-bullet.active{background-color:#3897f0}html body .styles_Gallery__sICM0 .image-gallery-left-nav:before,html body .styles_Gallery__sICM0 .image-gallery-right-nav:before{content:none}html body .styles_Gallery__sICM0 img,html body .styles_Gallery__sICM0 video{-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html body .styles_Gallery__sICM0 .styles_Counter__3yH6K{position:absolute;right:3.4rem;top:2.4rem}html body .styles_Gallery__sICM0 .styles_Counter__badge__-OEiD{background:#000;color:#fff;font-size:12px;font-weight:500;padding:.6rem 1.2rem}html body .styles_Gallery__sICM0 .styles_Image__JTWk2{border-radius:0;height:100%!important;width:100%!important}html body .styles_Blurred__1BeGG{height:100%;min-height:31.8rem}.styles_MediaPlaceholder__zBiJy,html body .styles_Blurred__1BeGG{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_MediaPlaceholder__zBiJy{-ms-flex-pack:center;background:#fff;border-top:1px solid #d3d3d3;height:20rem;justify-content:center;text-align:center;width:100%}.styles_MediaPlaceholder_mini__w\+-jD{border-top:0;height:15.4rem}.styles_MediaPlaceholder_mini__w\+-jD .styles_Text__CaOoh{font-size:1.3rem;line-height:1.5rem}.styles_Text__CaOoh{color:#d3d3d3;font-size:1.6rem;line-height:1.9rem;max-width:10.8rem}html body .styles_CardContent__kQqSU{border-top:1px solid #d3d3d3;padding:1rem 1.2rem 1.4rem}html body .styles_CardContent__kQqSU,html body .styles_CardContent__kQqSU:last-child{padding-bottom:.4rem}html body .styles_CardContentBottom__rDacd{padding:1.6rem 1.2rem}html body .styles_CardContentBottom__rDacd,html body .styles_CardContentBottom__rDacd:last-child{padding-bottom:1.6rem}html body .styles_CardContentBottom__text__rIdC7{color:#818a91;font-size:1.2rem;line-height:1.5rem}html body .styles_CardContentBottom__placeholder__R\+9ip{margin:1.6rem 0;position:relative}html body .styles_CardContentBottom__placeholder__R\+9ip,html body .styles_CardContentBottom__placeholder__R\+9ip:after,html body .styles_CardContentBottom__placeholder__R\+9ip:before{background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#eaeaea));background:-o-linear-gradient(#f1f1f1,#eaeaea);background:linear-gradient(#f1f1f1,#eaeaea);border-radius:.4rem;content:"";display:block;height:1rem}html body .styles_CardContentBottom__placeholder__R\+9ip:before{height:.6rem;left:0;position:absolute;top:-1.8rem;width:35%}html body .styles_CardContentBottom__placeholder__R\+9ip:after{bottom:-1.4rem;left:0;position:absolute;width:90%}html body .styles_Image__LhnRK{border-radius:0!important;height:100%!important;width:100%!important}html body .styles_CardContentTop__5OPCI{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}html body .styles_IconBottom__xp8Qz{margin-top:.8rem;width:100%}html body .styles_Title__cb2A3{color:#818a91;font-size:1.2rem;line-height:1.4rem}html body .styles_VideoTitle__5L4g1{padding-top:1rem}html body .styles_VideoTitleText__xSNRb{color:#212121;display:-webkit-box;font-size:1rem;font-weight:400;height:3rem;line-height:1.5rem;overflow:hidden}html body .styles_VideoTitlePlaceholder__VgqN7{width:60%}html body .styles_VideoTitlePlaceholder__VgqN7:after,html body .styles_VideoTitlePlaceholder__VgqN7:before{background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#eaeaea));background:-o-linear-gradient(#f1f1f1,#eaeaea);background:linear-gradient(#f1f1f1,#eaeaea);border-radius:.4rem;content:"";display:block;height:1.2rem}html body .styles_VideoTitlePlaceholder__VgqN7:after{height:.6rem;margin-top:1rem;width:35%}html body .styles_Header__TEqYL{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1}.styles_MediaPlaceholder__PXTgp{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#eaeaea));background-image:-o-linear-gradient(top,#fafafa 0,#eaeaea 100%);background-image:linear-gradient(180deg,#fafafa 0,#eaeaea);display:-ms-flexbox;display:flex;height:15.4rem;justify-content:center;text-align:center;width:100%}.styles_Placeholder__9QULp{cursor:default;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.2;pointer-events:none}.styles_PdfUpload__KP00m{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:1px solid #7099ee;border-radius:12px;display:-ms-flexbox;display:flex;height:10rem;justify-content:center;position:relative;width:10rem}.styles_PdfUpload__delete__Oj2Ih{cursor:pointer;position:absolute;right:.4rem;top:.4rem}.styles_dropzone__HzFlb{border-color:#7099ee}.styles_Item_horizontal__TFWfR{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Icon__A8nSy{color:#818a91;margin-right:1.6rem}@media screen and (max-width:480px){.styles_Icon__A8nSy{font-size:1.2rem!important;margin-right:.8rem}}.styles_Icon_success__1M4WZ{color:#24b900}.styles_Icon_error__9kezn{color:#fa133c}.styles_ConditionInputWrapper__Iqg-g{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_ConditionInputWrapper__Iqg-g+.styles_ConditionInputWrapper__Iqg-g{margin-top:1.4rem}.styles_ConditionsList__9gdez{margin-bottom:1.4rem}.styles_ConditionRow__FOnQ4{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;word-break:break-word}.styles_ConditionRow__FOnQ4+.styles_ConditionRow__FOnQ4{margin-top:1.4rem}.styles_DeleteConditionIcon__A8y33{cursor:pointer;font-size:1.8rem;margin-left:1.4rem}.styles_ConditionName__ZvVeS{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex}.styles_Buttons__rvPQ5{-ms-flex-pack:end;justify-content:flex-end}.styles_Buttons__rvPQ5 button{margin-right:.4rem}.styles_Buttons__rvPQ5 button+.styles_Buttons__rvPQ5 button{margin-left:.4rem;margin-right:0}.styles_BlockTop__0-b-R{padding:2rem}@media screen and (max-width:480px){.styles_BlockTop__0-b-R .styles_GridItem__JgTeU{-ms-flex-preferred-size:100%;flex-basis:100%}.styles_BlockTop__0-b-R .styles_Error__OVtOI{min-height:1.5rem;padding:2rem}}.styles_FilterSelected__8YdTT{-ms-flex-order:6;order:6}.styles_StatBlock__list__3hL53{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_StatBlock__list__3hL53{-ms-flex-align:start;-ms-flex-pack:left;align-items:flex-start;-ms-flex-direction:row;flex-direction:row;justify-content:left;overflow:auto}}.styles_StatBlock__item__mMc7P{width:16.6666666667%}@media screen and (max-width:480px){.styles_StatBlock__item__mMc7P{width:50%}.styles_Price__MsOdK{-ms-flex:1 1;flex:1 1;margin-bottom:2rem;min-width:100%}}.styles_AccountsListCenter__iqp2P{-ms-flex-pack:start!important;justify-content:flex-start!important}@media screen and (max-width:480px){.styles_StatisticBlock__FgJgP{-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_StatisticBlock__FgJgP button{margin-bottom:2rem;margin-left:0!important}.styles_StatisticBlock__FgJgP button+button{margin-left:2rem!important;margin-right:1.5rem!important}.styles_StatisticBlock__FgJgP button+div{margin-bottom:2rem!important;margin-left:.5rem!important}}.styles_StatisticsButton__5ISU5{width:auto!important}button.styles_SelectButton__VWo9v{border-radius:.6em;font-size:1.3em;font-weight:500;letter-spacing:-.04em;line-height:1.2em;padding:.7em 1.7em;text-transform:none!important}@media screen and (max-width:480px){button.styles_SelectButton__VWo9v{border-radius:1.2rem;-ms-flex:1 1;flex:1 1;height:4.8rem}}button.styles_SelectButton__VWo9v:hover{background-color:#000;color:#fff}button.styles_SelectButton_add__0jxQg{border-color:#ebecef;color:#000}button.styles_SelectButton_remove__xniN6{background-color:rgba(255,20,6,.15);border:none;color:#fa133c}button.styles_SelectButton__VWo9v svg{font-size:15px!important}.styles_StatBlockPriceItem__FG\+BR{color:#363c40}.styles_StatBlockPriceItem__value__7yz07{color:#7099ee;font-size:1.6rem}@media screen and (max-width:480px){.styles_StatBlockPriceItem__value__7yz07{font-size:1.4rem}}.styles_Loader__wn0-Q{width:100%}@-webkit-keyframes styles_fixed-footer-show__vIJwK{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes styles_fixed-footer-show__vIJwK{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.styles_FixedFooter__AhGt8{-webkit-animation:styles_fixed-footer-show__vIJwK .3s ease-in-out;animation:styles_fixed-footer-show__vIJwK .3s ease-in-out;background-color:#fff;border-top:1px solid #e6e6e6;bottom:0;left:10.2rem;position:fixed;right:0;z-index:200}.styles_FixedFooter__inner__gi4qH{border:0;padding-bottom:0;padding-top:0}.styles_FixedFooter__content__E1vBO{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:6rem;justify-content:space-between;width:100%}@media screen and (max-width:480px){.styles_FixedFooter__AhGt8{display:none}}.styles_dsN__5q9\+O{display:none!important}.styles_Icon__dGp3i{-ms-flex-pack:center;cursor:pointer;display:-ms-flexbox;display:flex;height:100%;justify-content:center;position:relative}.styles_Icon__wrapper__TnnKQ{-ms-flex-pack:distribute;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:1.5rem;justify-content:space-around}@media screen and (max-width:480px){.styles_Icon__wrapper__TnnKQ{padding-top:2rem}}.styles_Icon__dGp3i>svg{color:#7099ee;font-size:4rem!important;height:4rem!important;width:4rem!important}.styles_Icon__dGp3i>svg:hover{color:#5685ef}.styles_Icon__dGp3i .styles_Popup__nZ5Fl{color:#5685ef;display:block;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;position:absolute;top:-2rem;white-space:nowrap}.styles_errorsFromSave__D9yTT{color:red;display:inline-block;margin-right:2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.styles_FiltersTop__7w7nu{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:3.6rem;justify-content:space-between;padding:0 1rem}.styles_FiltersTop__7w7nu>span{color:#2e2f35;font-family:Montserrat Semibold,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.1rem;line-height:1.5rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_FiltersTop__7w7nu>span{padding:0 1.6rem}}.styles_FiltersTop__7w7nu button:hover{background-color:#fff}.styles_FiltersTop__7w7nu button span{color:#fa133c;font-family:Montserrat Semibold,sans-serif;font-size:1.2rem;font-weight:600;gap:.6rem;line-height:1.5rem;margin:0;text-transform:none}.styles_FiltersTop__7w7nu button svg{font-size:1.2rem}.styles_ApplyFiltersButton__B-FOA{-ms-flex-negative:0;flex-shrink:0;height:4.8rem;width:100%}.styles_TotalCount__xAJTu{font-size:1.2rem;font-weight:400;letter-spacing:-.4px;line-height:1.5rem;margin-bottom:1.2rem;margin-top:1.2rem;text-align:center}.styles_AccountsList__Uj6bi{display:-ms-flexbox;display:flex;position:relative}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi{-ms-flex-direction:column;flex-direction:column}}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64{bottom:5.8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;padding:.8rem;position:fixed;width:100%;z-index:1}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64 .styles_Row__e5Ll3{display:-ms-flexbox;display:flex}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64 .styles_Row__e5Ll3 .styles_Button__6U3w2+.styles_Button__6U3w2{margin-left:1.2rem}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64 .styles_Row__e5Ll3 .styles_FilterButton__BA4Bs .styles_FiltersIconContainer__oUzkx{position:relative}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64 .styles_Row__e5Ll3 .styles_FilterButton__BA4Bs .styles_FiltersIconContainer__oUzkx .styles_RedDot__1Il3-{background-color:#fa133c;border-radius:100%;height:1rem;position:absolute;right:0;top:0;width:1rem}.styles_AccountsList__Uj6bi .styles_Buttons__5hC64 .styles_Row__e5Ll3 .styles_Button__6U3w2{border-radius:.8rem;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.18);box-shadow:0 2px 4px rgba(0,0,0,.18);-ms-flex:1 1;flex:1 1;height:4.8rem;line-height:1.6rem;text-transform:capitalize}.styles_AccountsList__Uj6bi .styles_Actions__netMb{-ms-flex-align:center;align-items:center;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.4rem;margin:.2rem .8rem 0;padding:.3rem 1.7rem}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi .styles_Actions__netMb{gap:0;padding:1rem 1.7rem}}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_Checkbox__nHzoF{margin-right:.8rem;width:18rem}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_CheckboxLabel__UNONd{font-size:1.3rem;margin:0}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_CheckboxLabel__UNONd .styles_CheckboxLabelLabel__TGc76{color:#757575;font-size:1.3rem;font-weight:500;letter-spacing:-.04rem;line-height:1.5rem}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_CheckboxLabel__UNONd .styles_CheckboxLabelLabelSelected__lmCOk{color:#fa133c}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_CheckboxCheckbox__p-6TR{margin-right:.8rem;padding:0}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_CheckboxCheckbox__p-6TR:hover rect{stroke:#000}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_Checkbox__nHzoF .styles_CheckboxSelected__HqgQd rect{stroke:#fa133c}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_Checkbox__nHzoF .Mui-checked rect{stroke:none}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK{background:none;border:none;color:#fa133c;font-size:1.3rem;font-weight:500;letter-spacing:-.02rem;line-height:1.5rem;padding:0}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK:hover{background:none}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButtonDisabled__SyPIF{color:#757575}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButtonStartIcon__rpxSu{margin-left:0}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK .styles_ActionButtonStartIconFill__iTCV4 path{fill:#fa133c}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK .styles_ActionButtonStartIconStroke__ZJB5M path{stroke:#fa133c}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK .styles_StartIconDisabledFill__LMbwk path{fill:#757575}.styles_AccountsList__Uj6bi .styles_Actions__netMb .styles_ActionButton__UGlAK .styles_StartIconDisabledStroke__uvKp3 path{stroke:#757575}.styles_AccountsList__Uj6bi .styles_List__UKaC\+{-ms-scroll-chaining:none;margin-top:.2rem;overflow:hidden;overscroll-behavior:contain;padding:0 .8rem}.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_Item__WBDk-+.styles_Item__WBDk-{margin-top:.1rem}.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_ButtonsContainer__YxNeV{bottom:6rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;position:fixed;right:9rem;z-index:1}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_ButtonsContainer__YxNeV{bottom:12rem;left:.8rem;right:.8rem}}.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_ButtonsContainer__YxNeV .styles_IntersectionButton__C5OWT{font-weight:500;height:4.8rem}.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_ButtonsContainer__YxNeV .styles_IntersectionButton__C5OWT:hover path{fill:#fa133c}.styles_AccountsList__Uj6bi .styles_List__UKaC\+ .styles_ButtonsContainer__YxNeV .styles_IntersectionButtonDisabled__GfFzC{background-color:#a6a5a5;color:#fff}.styles_AccountsList__Uj6bi .styles_ListEmpty__u9k5L{padding:.2rem .8rem;width:100%}.styles_AccountsList__Uj6bi .styles_ListEmpty__u9k5L .styles_EmptyRoot__iCgG3{background-color:#fff}.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn{-ms-flex-direction:column;flex-direction:column;padding:0 1rem;width:100%}}.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn .styles_ListEmptyButton__XeVNX{height:4.8rem;width:21rem}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn .styles_ListEmptyButton__XeVNX{width:100%}}.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn .styles_ListEmptyButton__XeVNX+.styles_ListEmptyButton__XeVNX{margin-left:2rem}@media screen and (max-width:480px){.styles_AccountsList__Uj6bi .styles_ListEmptyButtons__axBbn .styles_ListEmptyButton__XeVNX+.styles_ListEmptyButton__XeVNX{margin-left:0;margin-top:2rem}}.styles_DeleteIcon__C7lwr,.styles_FiltersIcon__nT7CJ{height:1.8rem;width:1.8rem}.styles_Found__8IrDa{-ms-flex-pack:center;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;justify-content:center;margin-top:1.2rem}.styles_StatusIcon__gS2E6{height:1.8rem;width:1.8rem}body .styles_Tooltip__CAJir{background-color:#000;border-radius:8px;font-size:1.2rem;font-style:normal;font-weight:600;padding:1rem}body .styles_TooltipArrow__UIKu4{color:#000}.styles_AccountListItem__jQLg\+{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1rem;overflow:auto}@media screen and (max-width:960px){.styles_AccountListItem__jQLg\+{border:solid #fafafa}}.styles_AccountListItem__jQLg\+:hover{-webkit-box-shadow:0 6px 12px rgba(26,47,79,.06);box-shadow:0 6px 12px rgba(26,47,79,.06)}.styles_AccountListItem__jQLg\+ .styles_HoveredStatisticsButton__qBKDa{border-color:#fa133c}.styles_Top__s4UJK{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem;padding:1.2rem 1.6rem;position:relative}@media screen and (max-width:1280px){.styles_Top__s4UJK{-ms-flex-direction:column;flex-direction:column;gap:2rem;padding:1.2rem 1.6rem 2rem}}@media screen and (max-width:1500px){.styles_Top__s4UJK{font-size:1rem}}.styles_Top__s4UJK .styles_Left__vJDNM{display:-ms-flexbox;display:flex;min-width:30em;text-decoration:none;width:30%}.styles_Top__s4UJK .styles_LeftRow__ffSxS{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:1rem;overflow:hidden;width:100%}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Left__vJDNM{gap:1rem;width:100%}}.styles_Top__s4UJK .styles_Left__vJDNM .styles_Avatar__MpXfd{margin-right:0!important}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Left__vJDNM .styles_Avatar__MpXfd{height:7rem;width:7rem}}.styles_Top__s4UJK .styles_Left__vJDNM .styles_AvatarInstagram__HWUXV{margin-bottom:1rem}.styles_Top__s4UJK .styles_Left__vJDNM .styles_Avatar__MpXfd .styles_MediaPlanStatus__bKdrc{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:100%;display:-ms-flexbox;display:flex;height:2.4rem;justify-content:center;position:absolute;right:0;top:0;width:2.4rem}.styles_Top__s4UJK .styles_Left__vJDNM .styles_Avatar__MpXfd .styles_MediaPlanStatusNone__RkToa{background:none}.styles_Top__s4UJK .styles_Left__vJDNM .styles_Badge__54-2R{font-size:1em;font-style:normal;font-weight:400;line-height:1.2em}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;overflow:hidden}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBox__dzTI9{-ms-flex-item-align:center;align-self:center}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBoxLabel__MT3cY{margin-left:0}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBoxCheckbox__IY5yq{padding:0}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBoxCheckbox__IY5yq:hover{background:none}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBoxCheckbox__IY5yq:hover rect{stroke:#000}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_CheckBoxCheckboxSelected__xDOyf:hover rect{stroke:none}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_Info__rDjMG{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;font-style:normal;margin-left:1em;overflow:hidden}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_Info__rDjMG{margin-left:1.4rem}}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoName__I1T9w{-ms-flex-align:center;align-items:center;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;font-style:normal;font-weight:500;letter-spacing:-.03rem;line-height:normal;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoName__I1T9w{font-size:1.3rem;line-height:1.6rem}}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoNameIcon__ksyUb{margin-left:.3rem}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoCpmv__Uq-l1{color:#000;font-family:Montserrat,sans-serif;font-size:1.3em;line-height:1.8em}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__ZJMbA{-ms-flex-align:center;align-items:center;color:#666;display:-ms-flexbox;display:flex;font-size:1.1rem;font-style:normal;font-weight:500;letter-spacing:-.04rem;line-height:normal;margin-bottom:.7rem;margin-top:.5rem;overflow:hidden;width:100%}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__ZJMbA{font-size:1.1em;line-height:1.3em}}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__ZJMbA .styles_Nickname__pRbFm{color:#666;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__ZJMbA .styles_Nickname__pRbFm:hover{text-decoration:underline}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__ZJMbA span{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoAccount__nickname__YvEny{max-width:6em;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoTags__Bb4vg{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.4rem 0 0 -.7rem}.styles_Top__s4UJK .styles_Left__vJDNM .styles_InfoContainer__F7KtH .styles_InfoTagsItem__4fmEr{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:3.2em;color:#39444f;display:-ms-flexbox;display:flex;font-size:1.1em;font-style:normal;font-weight:400;letter-spacing:-.05em;line-height:1.3em;margin:.5rem 0 0 .7rem;padding:.4em .8em;text-align:center}.styles_Top__s4UJK .styles_Center__RaNZ\+{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-around;position:relative}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Center__RaNZ\+{-ms-flex-pack:end;display:-ms-flexbox;display:flex;gap:5rem;justify-content:flex-end;margin:0;width:100%}}@media screen and (max-width:960px){.styles_Top__s4UJK .styles_Center__RaNZ\+{-ms-flex-pack:distribute;gap:initial;justify-content:space-around}}.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemEr__XR6uF{width:3rem}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemEr__XR6uF{width:auto}}@media screen and (max-width:960px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemEr__XR6uF{width:3rem}}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemEr__XR6uF{width:auto}}.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemLocation__HqsuN{width:9rem}.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemLocationValue__swHhY{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.3rem}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemLocation__HqsuN{width:auto}}@media screen and (max-width:960px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemLocation__HqsuN{width:9rem}}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemLocation__HqsuN{width:auto}}.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemGender__Mkq6O{width:8.2rem}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemGender__Mkq6O{width:auto}}@media screen and (max-width:960px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemGender__Mkq6O{width:8.2rem}}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Center__RaNZ\+ .styles_StatItemGender__Mkq6O{width:auto}}.styles_Top__s4UJK .styles_Separator__xvjxz{background-color:hsla(0,0%,40%,.4);border-radius:100%;height:.4rem;margin:0 .4rem;width:.4rem}.styles_Top__s4UJK .styles_Right__A1Kaw{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Right__A1Kaw{gap:1rem}}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Right__A1Kaw{width:100%}}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_ButtonsBlock__R8q0G{display:-ms-flexbox;display:flex}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_ButtonsBlock__R8q0G>*+*{margin-left:1rem}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Right__A1Kaw .styles_ButtonsBlock__R8q0G{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_ButtonsBlock__R8q0G>*+*{margin:0;width:100%}}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticBlock__2kyg2{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.5rem}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticBlock__2kyg2>*+*{margin-top:2rem}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticBlock__2kyg2{margin-left:0}}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticBlock__2kyg2{-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;overflow:auto;width:100%}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticBlock__2kyg2>*+*{margin-left:2rem;margin-top:0}}@media screen and (max-width:1280px){.styles_Top__s4UJK .styles_Right__A1Kaw{-ms-flex-direction:column;flex-direction:column}}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticsButton__ztuEO{border-radius:1.2rem}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticsButton__ztuEO{height:4.8rem;width:100%}}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_StatisticsButtonIcon__w99Z3{height:1rem;width:1.4rem}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_Message__VreK3{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:1.3em;font-style:normal;font-weight:500;justify-content:center;letter-spacing:-.04em;line-height:1.2em;margin-top:1.5rem}@media screen and (max-width:480px){.styles_Top__s4UJK .styles_Right__A1Kaw .styles_Message__VreK3{margin:0 auto}}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_MessageIcon__eIImp{height:1.6rem;width:1.6rem}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_Message__VreK3>div{height:1.3em!important;margin-right:.5rem;width:1.3em!important}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_MessageIcon__eIImp{height:1.4rem;margin-right:.6rem;width:1.4rem}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_MessageIcon__eIImp path{stroke:#22282f}.styles_Top__s4UJK .styles_Right__A1Kaw .styles_MessageDisabled__XNAAr{opacity:.5}.styles_Tooltip__CAJir{background:none!important;padding:0!important}.styles_Modal__9aArl .styles_Content__ygzEN{padding-top:0!important}.styles_LqiBadge__Xdrh9{border-radius:6.4rem;height:2.3rem;padding:.4rem .8rem;width:auto}.styles_LqiBadgeText__MFLwU,.styles_LqiBadge__Xdrh9{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_LqiBadgeText__MFLwU{color:#fff;font-size:1rem;font-weight:400;gap:.5rem;text-align:center;white-space:nowrap}.styles_LqiBadgeTextFree__FSolR{color:#000;font-weight:500}.styles_ScoreBad__O\+tot{background:#db0200 0 0 no-repeat padding-box}.styles_ScoreModerate__nl6kz{background:#fe9500 0 0 no-repeat padding-box}.styles_ScoreGood__iVY6D{background:#25dd81 0 0 no-repeat padding-box}.styles_ScoreGreat__z5fdj{background:#54b936 0 0 no-repeat padding-box}.styles_ScoreNone__cP5ev{background:#b0b4b5 0 0 no-repeat padding-box}.styles_ScoreFree__ka7YY{background-color:#ededed}.styles_LockIconWhite__Du-9u path{fill:#fff}.styles_LinkButton__7kByS{font-size:1.2rem;font-weight:600;line-height:1.7rem;min-height:0;min-width:0;padding:0}.styles_Categories__2o5jB{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.8rem;overflow:hidden}.styles_Categories__2o5jB .styles_Title__vJ2g\+{color:#666;font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.4rem}.styles_Categories__2o5jB .styles_Items__1NXAQ{display:-ms-flexbox;display:flex;gap:.4rem;overflow:hidden;width:100%}.styles_Categories__2o5jB .styles_Items__1NXAQ .styles_Item__o05pv{-ms-flex-align:center;align-items:center;background-color:#ededed;border-radius:3.2rem;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;line-height:1.4rem;overflow:hidden;padding:.5rem 1rem;text-align:center;white-space:nowrap}.styles_Categories__2o5jB .styles_Items__1NXAQ .styles_ItemText__pjKUC{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Categories__2o5jB .styles_Items__1NXAQ .styles_ItemEmpty__Y6IBq{font-size:1.3rem;font-weight:500;line-height:1.5rem;margin-top:.4rem}.styles_Categories__2o5jB .styles_Items__1NXAQ .styles_ItemBadge__SXqxv{overflow:visible}.styles_StatItem__Ig89i{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}@media screen and (max-width:480px){.styles_StatItem__Ig89i{-ms-flex-align:start;align-items:flex-start;overflow:hidden;padding:0}}.styles_Value__k-VMR{font-size:1.3rem;font-weight:500;line-height:1.5rem}@media screen and (max-width:480px){.styles_Value__k-VMR{font-size:1.2rem;text-align:left}}.styles_Title__6lq5S{color:#666;font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.4rem}@media screen and (max-width:480px){.styles_Title__6lq5S{font-size:1.1rem;text-align:left}}.styles_InfoButton__lyoO3{padding:0!important}.styles_InfoButton__lyoO3 svg{height:1.2rem}.styles_InfoButton__iPRtu{padding:0!important}.styles_InfoButton__iPRtu svg{height:1.2rem}.styles_PreviewStat__UlcZC{background-color:#fff;border-radius:1.2rem;-webkit-box-shadow:0 6px 12px 2px rgba(0,0,0,.078);box-shadow:0 6px 12px 2px rgba(0,0,0,.078);color:#000;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC{background:none;-webkit-box-shadow:none;box-shadow:none;-ms-flex-direction:column;flex-direction:column}}.styles_PreviewStat__UlcZC .styles_Left__4iypr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;padding:1.8rem;position:relative;width:21rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr{padding:0;width:100%}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_CloseIcon__SOxsN{padding:0;position:absolute;right:0;top:0}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw{-ms-flex-pack:center;gap:.8rem;justify-content:center}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw .styles_CircleBad__POvwL{background-color:rgba(219,2,0,.2);border-color:#db0200}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw .styles_CircleModerate__i6vY\+{background-color:rgba(254,149,0,.2);border-color:#fe9500}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw .styles_CircleGood__PxR-J{background-color:rgba(37,221,129,.2);border-color:#25dd81}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_AvatarRow__nI9jw .styles_CircleGreat__rIJSl{background-color:rgba(84,185,54,.2);border-color:#54b936}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-weight:500;gap:.8rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3{-ms-flex-align:center;align-items:center}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3 .styles_Name__KfQmB{font-size:1.3rem;letter-spacing:-.02rem;line-height:1.5rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3 .styles_Nickname__WuN3w{color:#666;font-size:1.3rem;letter-spacing:-.05rem;line-height:1.5rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3 .styles_Nickname__WuN3w svg{position:relative;top:2px}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Info__cD1m3 .styles_Location__-LWDd{font-size:1.2rem;letter-spacing:-.02rem;line-height:1.4rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Separator__pk4-k{border-top:1px solid #ededed;margin-left:-1.8rem;width:21rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_Separator__pk4-k{margin-left:-1rem;width:calc(100% + 2rem)}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH{-ms-flex-direction:row;flex-direction:row}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH .styles_ActionsList__Hb0C3{padding:0}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH .styles_ActionsList__Hb0C3{-ms-flex:1 1;flex:1 1}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH .styles_ActionsList__Hb0C3>span{padding-left:.8rem}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH .styles_LeftBottomRight__Pbjrl{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftBottom__6TTYH .styles_LeftBottomRight__Pbjrl{-ms-flex:1 1;flex:1 1}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftField__IVJ7I{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-weight:500;gap:.8rem;padding:.8rem 0 0}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftField__IVJ7I{padding-left:1.8rem}}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftFieldTitle__iE8gA{color:#666;font-size:1.2rem;letter-spacing:-.04rem;line-height:1.4rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftField__IVJ7I .styles_GenderValue__GLFLt{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;gap:.3rem;letter-spacing:-.02rem;line-height:1.5rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftField__IVJ7I .styles_Categories__eSaSU{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.styles_PreviewStat__UlcZC .styles_Left__4iypr .styles_LeftField__IVJ7I .styles_CategoriesItem__auZRe{background:#ededed;border-radius:3.2rem;font-size:1.2rem;line-height:1.4rem;padding:.5rem 1rem}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb{border-left:1px solid #ededed;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.8rem;padding:1.8rem;width:43rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Right__qP9Zb{border-left:none;padding:1.8rem 0;width:100%}}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn{min-width:100%}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_DemographyImage__lGTtl{height:10.2rem;width:35.5rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_DemographyImage__lGTtl{height:auto;width:100%}}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_ChangeDynamic__tVVxb{height:9.3rem;width:35.5rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_ChangeDynamic__tVVxb{height:auto;width:100%}}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_DeviceImage__zjSWG{height:16rem;width:35.5rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_LongItem__IKTsn .styles_DeviceImage__zjSWG{height:auto;width:100%}}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_AudienceImage__5Hpbu,.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_PricesImage__-Qvft{height:7.1rem;width:15rem}@media screen and (max-width:480px){.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_AudienceImage__5Hpbu,.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_PricesImage__-Qvft{height:auto;width:100%}}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_BlurValue__JqT5n{height:2.7rem;width:7rem}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatItems__U\+G\+m .styles_ShortsIcon__hqV3l{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.styles_PreviewStat__UlcZC .styles_Right__qP9Zb .styles_StatButton__ksall{-ms-flex-item-align:end;align-self:flex-end}.styles_Circle__mtCSk{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:.1rem solid #ededed;border-radius:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-weight:500;gap:.1rem;height:4.8rem;justify-content:center;letter-spacing:-.05rem;width:4.8rem}.styles_CircleTitle__eGqZW{font-size:1.1rem;line-height:1.3rem}.styles_CircleValue__f1sMZ{font-size:1.2rem;height:1.4rem;line-height:1.4rem}.styles_FilterSelected__mvdVa{-ms-flex-order:5;order:5}@media screen and (max-width:480px){.styles_FilterSelected__mvdVa .styles_Switch__-Uz4f{padding-left:1.6rem}}.styles_Row__znHbo,.styles_Row__znHbo+.styles_Row__znHbo{padding-top:2rem}@media screen and (max-width:480px){.styles_Row__znHbo{padding-top:0}}.styles_SelectionButton__ckE3E{-ms-flex-negative:0;border:.1rem solid #ebecef!important;border-radius:1.2rem!important;color:#000!important;flex-shrink:0;font-size:1.3rem;font-weight:500;letter-spacing:-.05rem;line-height:1.6rem;text-transform:none!important;width:13rem!important}@media screen and (max-width:480px){.styles_SelectionButton__ckE3E{-ms-flex-order:2;-ms-flex:1 1;flex:1 1;height:4.8rem!important;margin:1.6rem auto 0!important;order:2}}.styles_SelectionButton__ckE3E:hover{background-color:#ebecef!important}.styles_SelectionButtonIcon__EYQk8{margin-left:0!important}.styles_SelectionButton__ckE3E svg{font-size:1.5rem}.styles_SelectionButtonSelected__IF565{border-color:#5acb66!important;color:#5acb66!important}.styles_SelectionButtonSelected__IF565:hover{background-color:rgba(90,203,102,.102)!important;color:#5acb66!important}.styles_FilterButton__vu3XV{max-width:50%}.styles_Price__5tde3{-ms-flex-pack:justify;background:#f3f3f3;border-radius:.8rem;color:#000;font-size:1.2rem;font-weight:400;height:4rem;justify-content:space-between;line-height:1.5rem;padding:.4rem 1rem;width:18rem}.styles_Price__5tde3:hover .styles_PriceIcon__\+Ut1U{visibility:visible}.styles_Price__5tde3:hover .styles_PriceIcon__\+Ut1U path{fill:#a6a5a5}@media screen and (max-width:480px){.styles_Price__5tde3{-ms-flex-order:1;order:1;width:100%}.styles_Price__5tde3 .styles_PriceIcon__\+Ut1U{visibility:visible}}.styles_PriceIcon__\+Ut1U{height:1.5rem;visibility:hidden;width:1.5rem}.styles_FixedFooter__FeyGW{-webkit-animation:styles_fixed-footer-show__MU0jY .3s ease-in-out;animation:styles_fixed-footer-show__MU0jY .3s ease-in-out;background-color:#fff;border-top:1px solid #e6e6e6;bottom:0;left:0;position:fixed;right:0;z-index:200}.styles_FixedFooter__inner__N0hsw{border:0;padding-bottom:0;padding-top:0}.styles_FixedFooter__content__ayWD0{-ms-flex-pack:end;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:6rem;justify-content:flex-end;width:100%}.styles_Title__YGrRm{color:#373a3c;font-size:20px;font-weight:600;margin-bottom:3rem;text-transform:uppercase}.styles_Icon__gdxAe{height:1.4rem!important;width:1.6rem!important}.styles_IconCheck__59uC-{height:2rem!important;width:1.1rem!important}.styles_IconNetwork__J8mhf{margin-right:.3rem}.styles_Selection__w9qiX{background:none!important;border:none!important;max-width:none!important;padding:0!important}.styles_Pagination__yMK9h{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin:2rem 0}.styles_Filters__C12L6{margin-top:.8rem;top:19.8rem}.styles_Network__EmMH2{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebecef;border-top:1px solid #ebecef;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;line-height:1.6rem;margin:-.6rem -1rem 0;padding:1rem}.styles_TopMenu__f1WRL{-ms-flex-pack:end;justify-content:flex-end}.styles_FixedMenu__YKJR8{background-color:#f3f3f3;position:sticky;top:0;z-index:2}@media screen and (max-width:480px){.styles_FixedMenu__YKJR8{position:static}}.styles_FixedMenu__YKJR8 .styles_UploadButton__2HNq6:hover path{fill:none;stroke:#fff}.styles_AccountsListCenter__eQWP4{-ms-flex-pack:start!important;justify-content:flex-start!important}@media screen and (max-width:480px){.styles_AccountsListCenter__eQWP4{-ms-flex-order:2;height:3.2rem;order:2;position:absolute!important;right:1.6rem;top:1.2rem;width:auto!important}}.styles_AccountsListRight__qOjQ9{margin-left:1.2rem!important}@media screen and (max-width:960px){.styles_AccountsListRight__qOjQ9{margin-left:0!important}}@media screen and (max-width:480px){.styles_AccountsListRight__qOjQ9{-ms-flex-order:1;order:1}.styles_AccountsListRight__qOjQ9 .styles_AccountsListRightStatisticsBlock__XwwnD{-ms-flex-align:end!important;-ms-flex-pack:start!important;align-items:flex-end!important;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start!important}.styles_AccountsListRight__qOjQ9 .styles_AccountsListRightStatisticsBlock__XwwnD button{margin:1.6rem 0 0!important}.styles_AccountsListRight__qOjQ9 .styles_AccountsListRightStatisticsBlock__XwwnD div+button{margin-left:1.2rem!important}.styles_AccountsListRight__qOjQ9 .styles_AccountsListRightStatisticsButton__u2vKy{-ms-flex-order:3;-ms-flex:1 1;flex:1 1;order:3;width:auto!important}}@media screen and (max-width:1280px){.styles_AccountsListRightButtonsBlock__-zXt1>*{margin-bottom:0!important}.styles_AccountsListControls__AFiyQ{margin-top:0!important}}@media screen and (max-width:480px){.styles_AccountsListControls__AFiyQ{-ms-flex-pack:start!important;justify-content:flex-start!important;margin-top:1.6rem!important}}.styles_Button__JBMCl:disabled{color:#757575!important}.styles_Button__JBMCl:disabled path{fill:#757575!important}.styles_PopoverMediaPlan__TMvNo{border-radius:1rem!important;-webkit-box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06)!important;box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06)!important;max-height:40rem!important;overflow:auto}.styles_PopoverMediaPlan__TMvNo .styles_MediaPlanSelected__vbRkc{border:.1rem solid #5acb66}.styles_PopoverMediaPlan__TMvNo .styles_MediaPlanSelected__vbRkc:hover{color:#2e2f35}@media screen and (min-width:480px){.styles_PopoverMediaPlan__TMvNo .styles_MediaPlanSelected__vbRkc:hover{background-color:#fff}.styles_PopoverMediaPlan__TMvNo .styles_MediaPlanSelected__vbRkc:hover svg path{fill:#5acb66}}.styles_PopoverMediaPlan__TMvNo .styles_StartIcon__FPhVj{margin:0}.styles_PopoverMediaPlan__TMvNo .styles_MenuItem__t55aN{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;padding:.9rem 1.3rem}.styles_PopoverMediaPlan__TMvNo .styles_MenuItemDisabled__8GLgv{color:#a6a5a5}.styles_PopoverMediaPlan__TMvNo .styles_MenuItemPlus__cCk8n{border-bottom:1px solid #f3f3f3;font-weight:500}.styles_PopoverMediaPlan__TMvNo .styles_MenuItemMore__7RY8c{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,2%,91%,.5);color:#a6a5a5;display:-ms-flexbox;display:flex;justify-content:center;text-transform:lowercase}.styles_PopoverMediaPlan__TMvNo .styles_MenuItem__t55aN .styles_CheckIcon__RbCqk{height:.8rem;margin-right:.5rem;width:1.1rem}.styles_PopoverMediaPlan__TMvNo .styles_MenuItem__t55aN .styles_PlusIcon__wRaS0{height:1.6rem;width:1.6rem}.styles_ModalContent__6SuMi .styles_MenuItemMore__7RY8c,.styles_ModalContent__6SuMi .styles_MenuItemPlus__cCk8n{height:4.8rem;width:100%}.styles_ModalContent__6SuMi .styles_MenuItemMore__7RY8c svg,.styles_ModalContent__6SuMi .styles_MenuItemPlus__cCk8n svg{height:1.8rem;width:auto}.styles_ModalContent__6SuMi .styles_MenuItemMore__7RY8c:hover path,.styles_ModalContent__6SuMi .styles_MenuItemPlus__cCk8n:hover path{fill:#fff}.styles_ModalContent__6SuMi .styles_Items__S04Bz{border:1px solid #f3f3f3;border-bottom:none;border-radius:.8rem .8rem 0 0;height:20rem;margin-top:1.5rem;overflow:auto}.styles_ModalContent__6SuMi .styles_Items__S04Bz .styles_MenuItem__t55aN{border-bottom:1px solid #f3f3f3;height:4.3rem}.styles_ModalContent__6SuMi .styles_Items__S04Bz .styles_MenuItem__t55aN svg{margin-right:.5rem;min-width:1.1rem}.styles_ModalContent__6SuMi .styles_Items__S04Bz .styles_MenuItem__t55aN:last-child{border-bottom:none}.styles_ModalContent__6SuMi .styles_MenuItemMore__7RY8c{-ms-flex-align:center;align-items:center;border-radius:0 0 .8rem .8rem;display:-ms-flexbox;display:flex;gap:.5rem}.styles_ControlsNew__ki\+wa{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:2.6rem}@media screen and (max-width:1280px){.styles_ControlsNew__ki\+wa{-ms-flex-item-align:center;align-self:center;margin-right:2.6rem}}@media screen and (max-width:960px){.styles_ControlsNew__ki\+wa{-ms-flex-item-align:initial;align-self:auto;margin-right:0}}.styles_ControlsNew__ki\+wa .styles_StartIcon__xh3hE{margin:0}.styles_ControlsNewLong__ImICB{-ms-flex-align:end;align-items:flex-end;-ms-flex:1 1;flex:1 1;width:auto}@media screen and (max-width:960px){.styles_ControlsNewLong__ImICB{-ms-flex-align:start;align-items:flex-start;-ms-flex:initial;flex:initial}}.styles_ControlsNew__ki\+wa .styles_Button__48aqy{border:none;border-bottom:1px solid #ebecef;border-radius:0;min-height:0;min-width:0;padding:0 0 1rem;width:100%}.styles_ControlsNew__ki\+wa .styles_Button__48aqy:disabled,.styles_ControlsNew__ki\+wa .styles_Button__48aqy:hover{background:none}.styles_Paper__eX6V2{width:19rem}.styles_Popover__sScLX{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Popover__sScLX .styles_Title__WXdqE{-ms-flex-pack:justify;color:#666;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;justify-content:space-between;letter-spacing:-.04rem;line-height:1.4rem;padding:1.6rem 1.5rem 1.3rem 2rem;text-transform:uppercase}.styles_Popover__sScLX .styles_Title__WXdqE .styles_IconButton__zyEvC{padding:0}.styles_Actions__kbw8J{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.4rem;padding:0 1rem 1rem}.styles_Actions__kbw8J .styles_Button__48aqy{-ms-flex-pack:start;border:none;font-size:1.3rem;font-weight:500;justify-content:flex-start;letter-spacing:-.02rem;line-height:1.5rem;padding:0 1rem;white-space:nowrap;width:100%}.styles_Actions__kbw8J .styles_Button__48aqy svg{height:auto;width:2rem}.styles_Actions__kbw8J .styles_Button__48aqy:disabled{background:none}.styles_Actions__kbw8J .styles_Button__48aqy:hover{background:#ededed}.styles_IconButton__zyEvC{border-radius:1.2rem;padding:1rem 0 0}.styles_IconButton__zyEvC:hover{background:none}.styles_IconButtonShort__EAErT{padding:0}.styles_IconButtonOpen__We2or svg,.styles_IconButton__zyEvC svg{-webkit-transition:292ms;-o-transition:292ms;transition:292ms}.styles_IconButtonOpen__We2or svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_IconButtonOpen__We2or svg path{fill:#a6a5a5}.styles_Report__kvA6p{padding:1rem 2.4rem 0 0}@media screen and (max-width:480px){.styles_Report__kvA6p{padding:1rem .8rem}}.styles_Report__kvA6p .styles_Header__9Big2{background-color:#fff;border-radius:.8rem;padding:1rem 2rem}.styles_Report__kvA6p .styles_Header__9Big2 .styles_Nav__p-jAg{margin:0;max-width:none}.styles_Report__kvA6p .styles_Header__9Big2 .styles_Nav__p-jAg .styles_NavButton__M8pei{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem}.styles_Report__kvA6p .styles_Header__9Big2 .styles_Nav__p-jAg .styles_Buttons__vusVf{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_Report__kvA6p .styles_Header__9Big2 .styles_Nav__p-jAg .styles_Buttons__vusVf .styles_IconDownload__3M1pT{height:1.4rem!important;width:1.6rem!important}.styles_TopButtonContainer__T-JXJ .styles_Button__4ChyV{background-color:#fff;border:.1rem solid #ebecef;border-radius:.8rem;color:#000;font-size:1.3rem;font-weight:500;height:4rem;letter-spacing:-.05rem;line-height:1.6rem;min-width:4rem}.styles_TopButtonContainer__T-JXJ .styles_Button__4ChyV:hover{background-color:#000;border:.1rem solid #000;color:#fff}.styles_TopButtonContainer__T-JXJ .styles_Button__4ChyV:hover path{fill:#fff}.styles_TopButtonContainer__T-JXJ .styles_ButtonIcon__gnVEl .styles_ButtonStartIcon__-mji3{margin-right:0}.styles_TopButtonContainer__T-JXJ .styles_ButtonDisabled__qPitN{border:1px solid #ebecef;color:#a6a5a5}.styles_TopButtonContainer__T-JXJ .styles_ButtonDisabled__qPitN svg path{fill:#a6a5a5}.styles_TopButtonContainer__T-JXJ .styles_ButtonDisabled__qPitN:hover{background-color:#fff;border:1px solid #a6a5a5;color:#a6a5a5}.styles_TopButtonContainer__T-JXJ .styles_ButtonDisabled__qPitN:hover svg path{fill:#a6a5a5}.styles_TopButtonContainer__T-JXJ .styles_ButtonStartIcon__-mji3{margin-left:0}.styles_ViwReport__AFRom{-ms-flex-direction:column;flex-direction:column;margin-top:.8rem}.styles_ViwReport__AFRom,.styles_ViwReport__AFRom .styles_Row__DnukO{display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_ViwReport__AFRom .styles_Row__DnukO{-ms-flex-direction:column;flex-direction:column}}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_Left__3k6tP{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_Left__3k6tP .styles_AddAccountButton__sBrkb{height:4.8rem;margin-top:1.8rem;white-space:nowrap}@media screen and (max-width:480px){.styles_ViwReport__AFRom .styles_Row__DnukO .styles_Left__3k6tP .styles_AddAccountButton__sBrkb{width:100%}}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px 0 #e8eaef;box-shadow:inset 0 -2px 1px 0 #e8eaef;-ms-flex:1 1;flex:1 1;padding:2.5rem 1.8rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_LeftBlockTitle__x-xTp{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:12px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:normal;text-transform:uppercase}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_LeftBlockTitle__x-xTp .styles_LeftBlockBadge__YkRYr{background:#f3f3f3;border-radius:64px;font-family:Montserrat,serif;font-size:11px;letter-spacing:-.3px;margin-left:.3rem;padding:.3rem .6rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_AvatarGroup__lmUB8{-ms-flex-pack:end;justify-content:flex-end;margin-top:1.6rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_AvatarGroup__lmUB8 .styles_Avatar__LTlKY{background-color:#f3f3f3!important}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlockItem__JP6z6{font-style:normal;line-height:normal}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlockItem__JP6z6 .styles_ItemValue__zaoL2{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:16px;font-weight:600;gap:.6rem;letter-spacing:-.5px}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlockItem__JP6z6 .styles_ItemLabel__Cd9no{font-size:12px;font-weight:400;letter-spacing:-.4px;margin-top:.4rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_LeftBlockItem__JP6z6+.styles_LeftBlockItem__JP6z6{margin-top:2.5rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_LeftBlock__HDmgN .styles_Warning__iPcMl{color:#ff375b;font-size:1.3rem;font-weight:500;letter-spacing:-.05rem;line-height:1.5rem;margin-top:1rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_Left__3k6tP .styles_LeftBlock__HDmgN+.styles_LeftBlock__HDmgN{margin-top:.8rem}.styles_ViwReport__AFRom .styles_Row__DnukO .styles_RightBlock__9Esll{margin-left:.8rem;position:relative}@media screen and (max-width:480px){.styles_ViwReport__AFRom .styles_Row__DnukO .styles_RightBlock__9Esll{margin-left:0;margin-top:.8rem}}.styles_ViwReport__AFRom .styles_RightBlock__9Esll,.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px 0 #e8eaef;box-shadow:inset 0 -2px 1px 0 #e8eaef;padding:.8rem;width:100%}.styles_ViwReport__AFRom .styles_RightBlock__9Esll .styles_Table__4HYmz,.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO .styles_Table__4HYmz{max-height:51rem;overflow:auto}.styles_ViwReport__AFRom .styles_RightBlock__9Esll .styles_Table__4HYmz .styles_CalculateReportButton__xm7dL,.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO .styles_Table__4HYmz .styles_CalculateReportButton__xm7dL{bottom:0;height:4.4rem;left:25%;margin:auto;position:absolute;right:0;top:3.8rem;width:22rem}@media screen and (max-width:480px){.styles_ViwReport__AFRom .styles_RightBlock__9Esll .styles_Table__4HYmz .styles_CalculateReportButton__xm7dL,.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO .styles_Table__4HYmz .styles_CalculateReportButton__xm7dL{bottom:6rem;left:.8rem;margin:initial;position:fixed;top:auto;width:calc(100% - 1.6rem)}}.styles_ViwReport__AFRom .styles_RightBlock__9Esll .styles_BlockTitle__w-oPR,.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO .styles_BlockTitle__w-oPR{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.3px;line-height:normal;padding:1.8rem 1.8rem 0}.styles_ViwReport__AFRom .styles_StatisticBlock__XFcQO{margin-top:.8rem}.styles_AccountsTable__QDuky{position:relative}.styles_AccountsTable__QDuky .styles_AccountsTableBodyCell__EP\+4h,.styles_AccountsTable__QDuky .styles_AccountsTableHeadCell__NJZ\+w{font-size:13px;font-style:normal;font-weight:400;letter-spacing:-.1px;line-height:normal}.styles_AccountsTable__QDuky .styles_AccountsTableHeadCell__NJZ\+w{background-color:#f3f3f3;border-bottom:none;padding:1.1rem 1.6rem}.styles_AccountsTable__QDuky .styles_AccountsTableHeadCell__NJZ\+w:first-child{border-radius:8px 0 0 8px}.styles_AccountsTable__QDuky .styles_AccountsTableHeadCell__NJZ\+w:last-child{border-radius:0 8px 8px 0}.styles_AccountsTable__QDuky .styles_AccountsTableBodyRow__elFSp .styles_AccountsTableBodyCell__EP\+4h{border-bottom:1px solid #f3f3f3;padding:1rem 1.5rem}.styles_AccountsTable__QDuky .styles_AccountsTableBodyRow__elFSp .styles_AccountsTableBodyCell__EP\+4h .styles_AccountInfo__\+frco{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.6rem}.styles_AccountsTable__QDuky .styles_AccountsTableBodyRow__elFSp:last-child .styles_AccountsTableBodyCell__EP\+4h{border-bottom:none}.styles_Table__4Hgxb{display:-ms-flexbox;display:flex;font-size:13px;font-style:normal;font-weight:400;gap:1rem;letter-spacing:-.1px;line-height:normal;margin-left:1.8rem;margin-top:2.4rem;max-height:90vh;overflow:auto;padding:0 1.8rem 1.8rem 0}.styles_Table__4Hgxb .styles_FirstColumn__NA2rQ{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;position:sticky}.styles_Table__4Hgxb .styles_FirstColumnIcon__C3LHh{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;justify-content:center;min-height:9rem}.styles_Table__4Hgxb .styles_FirstColumn__NA2rQ .styles_Accounts__cq2pl{background-color:#f3f3f3;border-radius:1rem;margin-top:1rem}.styles_Table__4Hgxb .styles_FirstColumn__NA2rQ .styles_Accounts__cq2pl .styles_Account__HSU4P{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.6rem;height:7rem;justify-content:center;margin-top:1rem;padding:0 1rem}.styles_Table__4Hgxb .styles_FirstColumn__NA2rQ .styles_Accounts__cq2pl .styles_Account__HSU4P:first-child{margin-top:0}.styles_Table__4Hgxb .styles_BodyCell__RhTCg,.styles_Table__4Hgxb .styles_HeadCell__FAJuQ{border-bottom:none;font-size:13px;font-style:normal;font-weight:400;letter-spacing:-.1px;line-height:normal;text-align:center}.styles_Table__4Hgxb .styles_Head__bWMTE{position:sticky;top:0}.styles_Table__4Hgxb .styles_Head__bWMTE .styles_HeadCell__FAJuQ{background-color:#f3f3f3;height:9rem;min-width:13rem}.styles_Table__4Hgxb .styles_Head__bWMTE .styles_HeadCell__FAJuQ:first-child{border-radius:1rem 0 0 1rem}.styles_Table__4Hgxb .styles_Head__bWMTE .styles_HeadCell__FAJuQ:last-child{border-radius:0 1rem 1rem 0}.styles_Table__4Hgxb .styles_BodyCell__RhTCg{padding:1rem .5rem 0}.styles_Table__4Hgxb .styles_BodyCellBlock__62olX{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:1rem;display:-ms-flexbox;display:flex;height:7rem;justify-content:center}.styles_Button__rP3iV:disabled{color:#757575!important}.styles_Button__rP3iV:disabled path{fill:#757575!important}.styles_PopoverMediaPlan__xRuR6{border-radius:1rem!important;-webkit-box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06)!important;box-shadow:0 -8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06)!important;max-height:40rem!important;overflow:auto}.styles_PopoverMediaPlan__xRuR6 .styles_MediaPlanSelected__BXsE7{border:.1rem solid #5acb66}.styles_PopoverMediaPlan__xRuR6 .styles_MediaPlanSelected__BXsE7:hover{color:#2e2f35}@media screen and (min-width:480px){.styles_PopoverMediaPlan__xRuR6 .styles_MediaPlanSelected__BXsE7:hover{background-color:#fff}.styles_PopoverMediaPlan__xRuR6 .styles_MediaPlanSelected__BXsE7:hover svg path{fill:#5acb66}}.styles_PopoverMediaPlan__xRuR6 .styles_StartIcon__vNtlY{margin:0}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItem__eR81p{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;padding:.9rem 1.3rem}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItemDisabled__OIPfA{color:#a6a5a5}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItemPlus__X7XOZ{border-bottom:1px solid #f3f3f3;font-weight:500}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItemMore__wI0wC{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,2%,91%,.5);color:#a6a5a5;display:-ms-flexbox;display:flex;justify-content:center;text-transform:lowercase}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItem__eR81p .styles_CheckIcon__RrQaV{height:.8rem;margin-right:.5rem;width:1.1rem}.styles_PopoverMediaPlan__xRuR6 .styles_MenuItem__eR81p .styles_PlusIcon__725q8{height:1.6rem;width:1.6rem}.styles_ModalContent__uybMz .styles_MenuItemMore__wI0wC,.styles_ModalContent__uybMz .styles_MenuItemPlus__X7XOZ{height:4.8rem;width:100%}.styles_ModalContent__uybMz .styles_MenuItemMore__wI0wC svg,.styles_ModalContent__uybMz .styles_MenuItemPlus__X7XOZ svg{height:1.8rem;width:auto}.styles_ModalContent__uybMz .styles_MenuItemMore__wI0wC:hover path,.styles_ModalContent__uybMz .styles_MenuItemPlus__X7XOZ:hover path{fill:#fff}.styles_ModalContent__uybMz .styles_Items__JIucv{border:1px solid #f3f3f3;border-bottom:none;border-radius:.8rem .8rem 0 0;height:20rem;margin-top:1.5rem;overflow:auto}.styles_ModalContent__uybMz .styles_Items__JIucv .styles_MenuItem__eR81p{border-bottom:1px solid #f3f3f3;height:4.3rem}.styles_ModalContent__uybMz .styles_Items__JIucv .styles_MenuItem__eR81p svg{margin-right:.5rem;min-width:1.1rem}.styles_ModalContent__uybMz .styles_Items__JIucv .styles_MenuItem__eR81p:last-child{border-bottom:none}.styles_ModalContent__uybMz .styles_MenuItemMore__wI0wC{-ms-flex-align:center;align-items:center;border-radius:0 0 .8rem .8rem;display:-ms-flexbox;display:flex;gap:.5rem}.styles_Button__N35Qt{-ms-flex-pack:start;border:none;font-size:1.3rem;font-weight:500;justify-content:flex-start;letter-spacing:-.02rem;line-height:1.5rem;padding:0 1rem;white-space:nowrap;width:100%}.styles_Button__N35Qt svg{height:auto;width:2rem}.styles_Button__N35Qt:disabled{background:none;color:#757575!important}.styles_Button__N35Qt:disabled path{stroke:#757575!important}.styles_Button__N35Qt:hover{background:#ededed;border:none}.styles_Favorite_active__3mRKT:hover{color:#2e2f35}@media screen and (min-width:480px){.styles_Favorite_active__3mRKT:hover{background:none;border-color:#fa133c}.styles_Favorite_active__3mRKT:hover svg{color:#fa133c}}.styles_Favorite_active__3mRKT svg{color:#fa133c}.styles_ButtonShort__6OiJR{-ms-flex-pack:center;border-radius:100%;height:3.2rem;justify-content:center;min-height:0;min-width:0;padding:0;width:3.2rem}.styles_ButtonShort__6OiJR .styles_StartIconShort__kyEW2{margin:0}.styles_Button__MiicR:disabled{color:#757575!important}.styles_Button__MiicR:disabled path{fill:#757575!important}.styles_Button__MiicR .styles_LoadingIcon__Rh8Ol svg{width:1.3rem}.styles_Button__zEnci:disabled{color:#757575!important}.styles_Button__zEnci:disabled path{fill:#757575!important}.styles_Button__zEnci .styles_LoadingIcon__US1Zj svg{width:1.3rem}.styles_StatItem__0qAuy{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;border:1px solid #ebecef;border-radius:1.2rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:.4rem;justify-content:center;min-width:45%;padding:1rem 1.4rem 1rem 1.8rem}.styles_StatItem__0qAuy .styles_Title__oVQxS{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;gap:.7rem;letter-spacing:-.02rem;line-height:1.4rem}.styles_StatItem__0qAuy .styles_Title__oVQxS .styles_InfoButton__gVG2D{padding:0}.styles_StatItem__0qAuy .styles_Title__oVQxS svg{min-width:1.4rem}.styles_StatItem__0qAuy .styles_Value__FwRJ3{font-size:1.8rem;font-weight:400;line-height:2.1rem}.styles_Button__Bfzzj:disabled{color:#757575!important}.styles_Button__Bfzzj:disabled path{fill:#757575!important}.styles_Button__Bfzzj .styles_LoadingIcon__IqjOO svg{width:1.3rem}.styles_Item__YSsUN{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;background-color:#fff;display:-ms-flexbox;display:flex;font-size:.7vw;justify-content:space-between;margin:.1rem 0;padding:1.2rem 1.6rem;width:100%}.styles_Item__YSsUN .styles_Avatar__9qWID{height:8.3em;width:8.3em;z-index:0}.styles_Item__YSsUN .styles_Column__SeyQi{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:-.5rem;margin-left:1em;z-index:0}.styles_Item__YSsUN .styles_Column__SeyQi>*{margin-top:.5rem}.styles_Item__YSsUN .styles_Info__ECbEo{height:1.5em;width:15em;z-index:0}.styles_Item__YSsUN .styles_Center__7CyOw{-ms-flex:1 1;flex:1 1;margin-left:1em}.styles_Item__YSsUN .styles_CenterItem__F2A9F{height:4em;width:100%;z-index:0}.styles_Item__YSsUN .styles_Btn__9o\+\+q{height:4em;width:13em;z-index:0}.styles_ShowMore__ql\+Uw{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-bottom:1px solid #e8e7e7;border-top:1px solid #e8e7e7;cursor:pointer;display:-ms-flexbox;display:flex;justify-content:center;line-height:1;padding:1.6rem 0}.styles_ShowMoreText__STzWk{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:600}.styles_ShowMore__ql\+Uw:hover{background-color:#e8e7e7}.styles_ShowMore__ql\+Uw .styles_ShowMoreIcon__jvRAY+.styles_ShowMoreText__STzWk{margin-left:.6rem}.styles_ModalLong__0XU\+t{max-width:55rem!important}.styles_ModalShort__rSxMN{max-width:45rem!important}@media screen and (max-width:480px){.styles_Modal__D2z85{margin:0!important;max-width:none!important}}.styles_ModalHeader__6LPaz{border-bottom:1px solid #ebecef;color:#2e2f35;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;text-align:center}.styles_ModalHeader__6LPaz .styles_Header__UCb-c{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem}.styles_ModalHeader__6LPaz .styles_Header_instagramIcon__66ncT path,.styles_ModalHeader__6LPaz .styles_Header_telegramIcon__lqBxl path,.styles_ModalHeader__6LPaz .styles_Header_vkontakteIcon__2i950 path:first-child,.styles_ModalHeader__6LPaz .styles_Header_youtubeIcon__FT6MZ path:first-child{fill:#000}.styles_ModalContent__ffCR9{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.styles_ModalContent__ffCR9 .styles_Accordion__CpXny{border:none!important}.styles_ModalContent__ffCR9 .styles_AccordionDetails__niNsj,.styles_ModalContent__ffCR9 .styles_AccordionSummary__ZnPCZ{padding-left:0;padding-right:0}.styles_ModalFooter__AB\+QW .styles_Button__x6IqV{white-space:nowrap}.styles_ModalFooter__AB\+QW .styles_SaveToFolderButton__ykcKu{min-width:17rem}.styles_Title__xrz\+a{color:#363c40;font-size:16px}.styles_Form__URRBf{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_FormInner__EW1vN{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.styles_Uploader__-2KrE{background-color:#f0f4fd;border:1px solid #7197ee}.styles_UploaderLabel__2THPV{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_LogoCol__nb\+HB+.styles_ControlCol__leM35{margin-left:2rem}.styles_ControlCol__leM35{-ms-flex:1 1;flex:1 1}.styles_ControlWrapper__6HmF\++.styles_ControlWrapper__6HmF\+{margin-top:2rem}.styles_CountrySelect__yy0NA,.styles_GenderSelect__zPwlK{border:1px solid #ccc!important;border-radius:3px}.styles_CountrySelectValue__4XmRj,.styles_GenderSelectValue__T0\+Fr{padding-left:1.4rem}.styles_DescriptionWrapper__mWUsr{margin-top:2rem}.styles_IconAdd__hVN\+H{margin-right:2.4rem}.styles_MenuItem__iTcT4{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;padding:.9rem 1.3rem}.styles_NewFolder__ZhWjO{border-bottom:1px solid #f3f3f3;font-weight:500}.styles_NewFolder__ZhWjO .styles_PlusIcon__90Mp6{height:1.6rem;width:1.6rem}.styles_MoreFolders__G8YoK{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:hsla(0,2%,91%,.5);color:#a6a5a5;display:-ms-flexbox;display:flex;justify-content:center;text-transform:lowercase}.styles_Container__x9555{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Container__x9555 .styles_title__A-PSM{color:#000;font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem;padding-left:1.4rem}.styles_Container__x9555 .styles_label__QvZPL{color:#a6a5a5;font-size:1.3rem;font-weight:400;line-height:1.9rem;margin-top:.8rem;padding-left:1.4rem}.styles_Container__x9555 .styles_Networks__Sw5nO{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:2.4rem}.styles_Container__x9555 .styles_Networks__Sw5nO .styles_Item__YhI\+r{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:.8rem;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;gap:.6rem;letter-spacing:-.05rem;line-height:1.6rem;padding:1.6rem 2.4rem}@media screen and (max-width:480px){.styles_Container__x9555 .styles_Networks__Sw5nO .styles_Item__YhI\+r{padding:1.6rem}}.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemInstagramSelected__oY6Sx,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemInstagram__kQVe9:hover,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemTelegramSelected__UXOIT,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemTelegram__4f\+9w:hover,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVKSelected__DtNwO,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVK__-zPay:hover,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTubeSelected__9dcgV,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTube__lN\+Pa:hover{background-color:#000;color:#fff}.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemInstagramSelected__oY6Sx path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemInstagram__kQVe9:hover path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemTelegramSelected__UXOIT path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemTelegram__4f\+9w:hover path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVKSelected__DtNwO path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVK__-zPay:hover path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTubeSelected__9dcgV path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTube__lN\+Pa:hover path{fill:#fff}.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVKSelected__DtNwO path+path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemVK__-zPay:hover path+path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTubeSelected__9dcgV path+path,.styles_Container__x9555 .styles_Networks__Sw5nO .styles_ItemYouTube__lN\+Pa:hover path+path{fill:#000}.styles_IconLock__cT2Gl{height:1.4rem!important;width:1.2rem!important}.styles_Error__tw\+-t{color:#f44336;font-size:1.2rem;font-weight:300;text-align:left}.styles_Networks__FMPXo{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:2.4rem}@media screen and (max-width:480px){.styles_Networks__FMPXo{gap:1rem}}.styles_Networks__FMPXo .styles_Item__UDWXb{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:.8rem;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-size:1.3rem;font-weight:500;gap:.6rem;letter-spacing:-.05rem;line-height:1.6rem;min-width:25%;padding:1.6rem 2.4rem}@media screen and (max-width:480px){.styles_Networks__FMPXo .styles_Item__UDWXb{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:5rem;justify-content:center;padding:0}}.styles_Networks__FMPXo .styles_Item__UDWXb .styles_IconLock__kp3zk{height:1.4rem!important;width:1.2rem!important}.styles_Networks__FMPXo .styles_ItemDzenSelected__ToaLT,.styles_Networks__FMPXo .styles_ItemDzen__3VAPL:hover,.styles_Networks__FMPXo .styles_ItemInstagramSelected__ktJyD,.styles_Networks__FMPXo .styles_ItemInstagram__kfq71:hover,.styles_Networks__FMPXo .styles_ItemRUTUBESelected__qLyGJ,.styles_Networks__FMPXo .styles_ItemRUTUBE__ibsZn:hover,.styles_Networks__FMPXo .styles_ItemTelegramSelected__MRD9E,.styles_Networks__FMPXo .styles_ItemTelegram__C0CMV:hover,.styles_Networks__FMPXo .styles_ItemVKSelected__0tcci,.styles_Networks__FMPXo .styles_ItemVK__CUuPh:hover,.styles_Networks__FMPXo .styles_ItemYouTubeSelected__qcRlX,.styles_Networks__FMPXo .styles_ItemYouTube__AIYbV:hover{background-color:#000;color:#fff}.styles_Networks__FMPXo .styles_ItemInstagramSelected__ktJyD path,.styles_Networks__FMPXo .styles_ItemInstagram__kfq71:hover path,.styles_Networks__FMPXo .styles_ItemRUTUBESelected__qLyGJ path,.styles_Networks__FMPXo .styles_ItemRUTUBE__ibsZn:hover path,.styles_Networks__FMPXo .styles_ItemTelegramSelected__MRD9E path,.styles_Networks__FMPXo .styles_ItemTelegram__C0CMV:hover path,.styles_Networks__FMPXo .styles_ItemVKSelected__0tcci path,.styles_Networks__FMPXo .styles_ItemVK__CUuPh:hover path,.styles_Networks__FMPXo .styles_ItemYouTubeSelected__qcRlX path,.styles_Networks__FMPXo .styles_ItemYouTube__AIYbV:hover path{fill:#fff}.styles_Networks__FMPXo .styles_ItemVKSelected__0tcci path+path,.styles_Networks__FMPXo .styles_ItemVK__CUuPh:hover path+path,.styles_Networks__FMPXo .styles_ItemYouTubeSelected__qcRlX path+path,.styles_Networks__FMPXo .styles_ItemYouTube__AIYbV:hover path+path{fill:#000}.styles_Content__xcL9X{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.styles_Content__xcL9X label{-ms-flex-pack:justify;justify-content:space-between;margin-left:0;margin-right:0!important}.styles_Accordion__8fnDW{border:1px solid #ebecef!important;border-radius:6px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.styles_Accordion__8fnDW .MuiAccordionSummary-expandIconWrapper.Mui-expanded{color:#fa133c}.styles_Accordion__8fnDW .MuiAccordionSummary-expandIcon{position:absolute;right:1.2rem;top:0}.styles_Accordion__8fnDW .MuiAccordionSummary-content{font-size:1.3rem;font-weight:400;line-height:1.6rem;width:100%}.styles_Accordion__8fnDW:before{background:none!important}.styles_Modal__26ZFb{max-width:45rem!important}@media screen and (max-width:480px){.styles_Modal__26ZFb{margin:0!important;max-width:none!important}}.styles_Content__3zN\+Z{border-top:1px solid #ebecef!important;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;overflow-y:hidden!important;padding-top:2.4rem}@media screen and (max-width:480px){.styles_Content__3zN\+Z{overflow-y:auto!important}.styles_Footer__Xxt5N{display:-ms-flexbox;display:flex}.styles_Footer__Xxt5N div+div{margin-left:1rem!important;margin-top:0!important}}.styles_Header__FtMps{border-bottom:none!important;color:#2e2f35;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;text-align:center}.styles_ButtonBlock__xz1kL{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;justify-content:space-between}.styles_ButtonBlock__xz1kL .styles_Button__3oO28{-ms-flex-item-align:start;align-self:flex-start;background-color:#fa133c!important;border-radius:.8rem!important;color:#fff!important;font-size:1.4rem!important;font-weight:600!important;letter-spacing:-.05rem;line-height:1.7rem!important;padding:1.5rem 7.2rem!important;text-transform:none!important}.styles_ButtonBlock__xz1kL .styles_Button__3oO28:hover{background-color:#000!important}.styles_ButtonBlock__xz1kL .styles_Cancel__m8b5-{background-color:#f3f3f3!important;color:#000!important}.styles_ButtonBlock__xz1kL .styles_Cancel__m8b5-:hover{color:#fff!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:initial;-o-transition-timing-function:initial;transition-timing-function:ease;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-o-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;display:block;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:transform .2s,top .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:transform .2s,left .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:transform .2s,right .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-ms-flexbox;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.styles_PaginationBlock__4IfTs{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.6rem;justify-content:space-between}@media screen and (max-width:480px){.styles_PaginationBlock__4IfTs{-ms-flex-direction:column;flex-direction:column}.styles_PaginationBlock__4IfTs .styles_Pagination__WgSV-{width:100%}}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.4rem}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectRoot__nRE0t,.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH>span{font-size:1.3rem;font-weight:400;line-height:1.6rem;white-space:nowrap}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectRoot__nRE0t .styles_Select__2rOwV,.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH>span .styles_Select__2rOwV{padding:0 2.7rem 0 .3rem}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH>span{color:#a6a5a5}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectRoot__nRE0t{color:#2e2f35}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectRoot__nRE0t .MuiOutlinedInput-notchedOutline{border:none}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .MuiInputBase-root:before{border:none!important}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .MuiInputBase-root:after{border:none}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectPage__-iDfP{height:3.2rem;margin-left:1.8rem;width:9.2rem}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectPage__-iDfP .styles_InputRoot__fWXRl{height:3.2rem;padding:0 .2rem 0 0}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectPage__-iDfP input{padding:0 0 0 1.2rem}.styles_PaginationBlock__4IfTs .styles_SelectBlock__IcAfH .styles_SelectPage__-iDfP .styles_SelectButton__\+rLNi{min-height:2.8rem;min-width:3.1rem;padding:0}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}@media screen and (max-width:480px){.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X{-ms-flex-pack:center;justify-content:center;width:100%}}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X .Mui-selected{background:none;border:none;color:#fa133c!important}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X .Mui-selected:hover{background:none}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button[aria-label="Go to next page"],.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button[aria-label="Go to previous page"]{border:1px solid #e8e7e7}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button[aria-label="Go to next page"]:hover,.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button[aria-label="Go to previous page"]:hover{background-color:#fa133c;border:1px solid #fa133c;color:#fff}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button{background:none;border:none;color:#2e2f35;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X button:hover{color:#fa133c}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X div{color:#a6a5a5}.styles_PaginationBlock__4IfTs .styles_PaginationUl__wRf0X svg{font-size:2rem}.styles_Filter__a94yc{-ms-scroll-chaining:none;background-color:#fff;height:100vh;overflow:auto;overscroll-behavior:contain;position:sticky;top:0;width:26.2rem}@media screen and (max-width:480px){.styles_Filter__a94yc{height:inherit;overflow:hidden;position:static}}.styles_Filter__a94yc .styles_TariffsButton__5C-y7{background:#fa133c;border-radius:.6rem;color:#fff;font-size:1.2rem;font-weight:600;line-height:1.8rem;padding:.8rem 2.4rem;text-transform:none}@media screen and (max-width:480px){.styles_Filter__a94yc{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}}.styles_FilterBtn__fCGYW>span{color:#2e2f35;font-family:Montserrat Semibold,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.1rem;line-height:1.5rem;text-transform:uppercase}.styles_AccountsList__J2FPk{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}.styles_Label__-YBPJ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.4rem;line-height:1.6rem;width:100%}.styles_LabelSelected__EUekJ{color:#a6a5a5;font-size:1.1rem;line-height:1.3rem}.styles_Label__-YBPJ svg{font-size:1.3rem}.styles_Summary__uJb9H{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}.styles_ChipsContainer__mpveD{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;width:100%}.styles_Container__Q-aYF{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_Container__Q-aYF .styles_Text__YmMbN{color:#000;font-size:1.2rem;font-weight:300;line-height:1.8rem}.styles_Container__Q-aYF .styles_Link__BGNvW{color:#fa133c!important}.styles_Container__Q-aYF .styles_Row__iBmI0{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem}.styles_Container__Q-aYF .styles_Row__iBmI0>div{-ms-flex:1 1;flex:1 1}.styles_Container__Q-aYF .styles_Row__iBmI0 .styles_Calum__C6Apa+.styles_Calum__C6Apa{margin-left:2rem}.styles_Container__Q-aYF .styles_Calum__C6Apa{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_Container__Q-aYF .styles_Calum__C6Apa>span{-ms-flex-pack:center;justify-content:center}.styles_AccountsFilter__xPLSf,.styles_AccountsFilter__xPLSf .styles_FiltersList__iLGAP{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}.styles_AccountsFilter__xPLSf .styles_FiltersList__iLGAP{-ms-flex:1 1;flex:1 1;gap:1.2rem;margin-top:1rem;padding:0 1rem 1rem}@media screen and (max-width:480px){.styles_AccountsFilter__xPLSf .styles_FiltersList__iLGAP .styles_Switch__DBp-9{padding-left:1.6rem}}.styles_AccountsFilter__xPLSf .styles_FilterNetwork__UrZdi{-ms-flex-order:1;order:1}.styles_AccountsFilter__xPLSf .styles_FilterViewed__QKKsd{-ms-flex-order:2;order:2}.styles_AccountsFilter__xPLSf .styles_FilterFavorites__eM1FA{-ms-flex-order:3;order:3}.styles_AccountsFilter__xPLSf .styles_FilterVerified__kfsn6{-ms-flex-align:center;-ms-flex-order:4;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem;order:4}.styles_AccountsFilter__xPLSf .styles_FilterAccountsTypes__ssmjj,.styles_AccountsFilter__xPLSf .styles_FilterBrandSafety__7ryd6{-ms-flex-order:5;order:5}.styles_AccountsFilter__xPLSf .styles_FilterFollowers__5cCBZ{-ms-flex-order:6;order:6}.styles_AccountsFilter__xPLSf .styles_FilterSubjects__-PPct{-ms-flex-order:7;order:7}.styles_AccountsFilter__xPLSf .styles_FilterGeo__4RpUQ{-ms-flex-order:8;order:8}.styles_AccountsFilter__xPLSf .styles_FilterAge__cTbUP{-ms-flex-order:9;order:9}.styles_AccountsFilter__xPLSf .styles_FilterGender__75ZvY{-ms-flex-order:10;order:10}.styles_AccountsFilter__xPLSf .styles_FilterInvolvement__FmVfp{-ms-flex-order:11;order:11}.styles_AccountsFilter__xPLSf .styles_FilterCoverage__9WLhX{-ms-flex-order:12;order:12}.styles_AccountsFilter__xPLSf .styles_FilterHashtags__SiCCw{-ms-flex-order:13;order:13}.styles_Pagination__7CIs5{background-color:#fff;margin:0 .8rem;padding:1rem 1.8rem}@media screen and (max-width:480px){.styles_Pagination__7CIs5{padding:1rem 0}}.styles_Lock__frMWi{height:1.4rem!important;width:1.2rem!important}.styles_FormControl__2H3B2:hover span{font-weight:500}.styles_FormControl__2H3B2 .styles_CheckboxChecked__bUOvt{color:#fa133c!important}.styles_FormControl__2H3B2 .styles_Label__ytxWW{font-size:1.4rem}.styles_Item__rb0zm{color:#000;font-family:Montserrat,serif;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_Details__Yt9Ol{gap:1rem;padding:8px 0 16px}@media screen and (max-width:480px){.styles_Details__Yt9Ol{padding:8px 8px 16px 16px}}.styles_Details__Yt9Ol .styles_SwitchRoot__QxbkR{-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:480px){.styles_Details__Yt9Ol .styles_SwitchRoot__QxbkR{-ms-flex-pack:justify;justify-content:space-between}}.styles_Chip__SzsLl{background-color:#f3f3f3!important;border-radius:3.2rem!important;display:-ms-flexbox;display:flex;font-size:1.3rem!important;font-weight:500;gap:1rem;height:auto!important;max-width:100%;padding:.5rem 1rem!important}.styles_Chip__SzsLl>span{padding:0!important}.styles_Chip__SzsLl>div{margin:0!important}.styles_Chip__SzsLl svg:hover circle{fill:#000}.styles_Chip__SzsLl svg:hover path{fill:#fff}.styles_Tooltip__eMFdq{background-color:#000!important;border-radius:.8rem!important;color:#fff!important;font-family:Montserrat,serif!important;font-size:1.2rem!important;font-weight:600!important;line-height:1.7rem!important}.styles_Arrow__RJ5VJ{color:#000!important}.styles_FormControl__v81BO:hover span{font-weight:500}.styles_FormControl__v81BO .styles_CheckboxChecked__1jamO{color:#fa133c!important}.styles_FormControl__v81BO .styles_Label__HklG-{font-size:1.4rem}.styles_Item__UQalf{color:#000;font-family:Montserrat,serif;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_ActiveSelect__MWuR3,.styles_Select__pUyfu{height:4.8rem}.styles_ActiveSelect__MWuR3 fieldset,.styles_Select__pUyfu fieldset{border-radius:6px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.styles_Select__pUyfu fieldset{border:1px solid #ebecef!important}.styles_ActiveSelect__MWuR3 fieldset{border:1px solid #fa133c!important}.styles_iconOpen__6DdR-{color:#fa133c}.styles_List__CaAmn .Mui-selected,.styles_List__CaAmn .Mui-selected:hover{background-color:rgba(0,0,0,.04)}.styles_Switch__K6L6u{margin-left:-7px!important}.styles_Switch__K6L6u .styles_SwitchLabel__rOGKd{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:space-between}@media screen and (max-width:480px){.styles_Switch__K6L6u .styles_SwitchLabel__rOGKd{-ms-flex-pack:start;justify-content:flex-start}}.styles_Logo__6VW-A{height:1.6rem;width:auto}.styles_Container__JdJlM{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;width:100%}.styles_Button__Rfp8R{border:1px solid #ebecef!important;font-family:Montserrat,serif!important;font-size:1.2rem!important;font-weight:600!important;letter-spacing:-.05rem;line-height:1.5rem!important;min-height:0!important;min-width:0!important;padding:.8rem 1.6rem!important}.styles_Button__Rfp8R:hover{background-color:#000!important;border:1px solid #000!important;color:#fff}.styles_Tooltip__2\+F4a{background-color:#fff!important;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;padding:1.4rem .9rem!important}.styles_Arrow__VydPm,.styles_Tooltip__2\+F4a{-webkit-box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06)}.styles_Arrow__VydPm{color:#fff!important}.styles_Autocomplete__MljXS{-ms-flex:2 1!important;flex:2 1!important}.styles_Autocomplete__MljXS>div{margin:0!important}.styles_Autocomplete__MljXS .styles_SearchInput__A8qhZ{height:4.8rem;padding:0!important}.styles_Autocomplete__MljXS .styles_SearchInput__A8qhZ input{-ms-flex:1 1;flex:1 1;height:100%;padding:0 1.5rem!important}.styles_Autocomplete__MljXS .styles_SearchInput__A8qhZ fieldset{border:1px solid #ebecef!important;border-radius:6px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.styles_Autocomplete__MljXS .styles_SearchInput__A8qhZ .styles_EndAdornment__dyLbO{margin-right:1rem}.styles_Popper__gGyfF{z-index:1300!important}.styles_Label__x6K1J{color:#2e2f35;font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_SearchInput__oYxuG input{padding-bottom:0!important;padding-top:0!important}.styles_SearchInput__oYxuG fieldset{border:1px solid #ebecef!important;border-radius:6px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.styles_Popper__RzHeP{z-index:1300!important}.styles_Autocomplete__z21Er>div{margin:0!important}.styles_Logo__Z94Q6{height:2.5rem;width:auto}.styles_TagsItem__8nSz1{-ms-flex-pack:justify!important;justify-content:space-between!important}.styles_TagsItem__8nSz1 svg{height:1.6rem;width:auto}.styles_InteractiveChips__K6Ow4{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp{background:#f3f3f3;border-radius:1.2rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.8rem;padding:1rem}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Row__Riw7e{-ms-flex-pack:justify;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between;width:100%}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Row__Riw7e .styles_Left__zzkVE{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Row__Riw7e .styles_Left__zzkVE .styles_Name__9zU\+4{font-size:1.3rem;font-weight:500;line-height:1.5rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Row__Riw7e .styles_Left__zzkVE .styles_Percent__EFIIY{font-size:1.1rem;font-weight:500;line-height:1.3rem}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Row__Riw7e .styles_CloseButton__a5Vxd{background-color:#fff;color:#000;padding:.4rem}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Slider__5ANCK{color:#2e2f34}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Slider__5ANCK .styles_Rail__aIHhJ{opacity:1}.styles_InteractiveChips__K6Ow4 .styles_InteractiveChip__H9Yqp .styles_Slider__5ANCK .styles_Thumb__JWVqp{background-color:#f3f3f3;border:1.5px solid #2e2f34;-webkit-box-shadow:none;box-shadow:none}.styles_InteractiveChips__d6Jog{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx{background:#f3f3f3;border-radius:1.2rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.8rem;padding:1rem}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Row__Z-maF{-ms-flex-pack:justify;-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between;width:100%}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Row__Z-maF .styles_Left__GgQ-m{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Row__Z-maF .styles_Left__GgQ-m .styles_Name__e-LLi{font-size:1.3rem;font-weight:500;line-height:1.5rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Row__Z-maF .styles_Left__GgQ-m .styles_Percent__Hb8Zv{font-size:1.1rem;font-weight:500;line-height:1.3rem}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Row__Z-maF .styles_CloseButton__f6n7W{background-color:#fff;color:#000;padding:.4rem}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Slider__7YnMv{color:#2e2f34}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Slider__7YnMv .styles_Rail__n1Z6z{opacity:1}.styles_InteractiveChips__d6Jog .styles_InteractiveChip__nsIIx .styles_Slider__7YnMv .styles_Thumb__wuwv4{background-color:#f3f3f3;border:1.5px solid #2e2f34;-webkit-box-shadow:none;box-shadow:none}.styles_Text__CGKU4{color:#000;font-size:1.2rem;font-weight:300;line-height:1.8rem}.styles_MySwiper__aTPLf{padding:.8rem .8rem .1rem;width:100%}.styles_MySwiper__aTPLf .swiper-slide{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_MySwiper__aTPLf .styles_NextButton__8rkFZ{right:1rem}.styles_MySwiper__aTPLf .styles_PrevButton__HHQUw{left:1rem}.styles_MySwiper__aTPLf .styles_NextButton__8rkFZ,.styles_MySwiper__aTPLf .styles_PrevButton__HHQUw{background:#fff;border:1px solid #000;bottom:0;height:5.4rem;margin:auto;position:absolute;top:0;z-index:1}.styles_MySwiper__aTPLf .styles_Pagination__oDlgU{background:none;bottom:1rem;display:-ms-flexbox;display:flex;gap:1rem;left:0;margin:auto;position:absolute;right:0;width:calc(100% - 2.6rem);z-index:1}.styles_MySwiper__aTPLf .styles_PaginationItem__PG9y0{border-radius:.8rem;cursor:pointer;-ms-flex:1 1;flex:1 1;height:1rem}.styles_MySwiper__aTPLf .styles_PaginationItemRed__Wyr4g{background-color:#fa133c}.styles_MySwiper__aTPLf .styles_PaginationItemPink__4PPuk{background-color:#fda5b4}.styles_MySwiper__aTPLf .styles_CloseButton__sEMtO{background-color:#fff;position:absolute;right:1rem;top:1rem;z-index:1}.styles_Container__eO6El{background:#fff;border-radius:8px!important;-webkit-box-shadow:none;box-shadow:none;margin-left:.8rem!important;margin-right:.8rem!important;margin-top:.8rem!important;overflow:auto;padding:.8rem}.styles_Container__eO6El .styles_AccordionSummary__hCQDq{min-height:0;padding:0}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;gap:.8rem;margin:0}@media screen and (max-width:480px){.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi{height:4rem;width:15rem}@media screen and (max-width:480px){.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi{width:100%}}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi .styles_Select__hcIYh{background:none;border-radius:1.2rem}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi .styles_Select__hcIYh fieldset{border-radius:1.2rem}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi .styles_SelectIcon__nyQn0{right:1rem;top:auto}.styles_Container__eO6El .styles_AccordionSummaryContent__bx6V3 .styles_NetworkSelectRoot__oz\+wi .styles_SelectSelect__ahG39{min-height:0}.styles_Container__eO6El .Mui-focusVisible{background:none}.styles_Container__eO6El .styles_AccordionDetails__JtJzC{padding:1.2rem 0}.styles_ChipsContainer__eh6Bl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;margin:.8rem;overflow:auto}.styles_ChipsContainer__eh6Bl .styles_Chip__7c514{background-color:#fff!important;border-radius:8px!important;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;max-width:36rem}.styles_ChipsContainer__eh6Bl .styles_Chip__7c514 svg circle{fill:#ebecef}.styles_ChipsContainer__eh6Bl .styles_Chip__7c514 svg:hover circle{fill:#000}.styles_Search__RCJIA{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;position:relative}.styles_Search__RCJIA .styles_Autocomplete__3cO0h{max-width:none!important}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_InputRoot__0JL\+b{padding-right:0!important}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButton__d0BI1{border-radius:0 1.2rem 1.2rem 0;height:4rem;min-width:0;min-width:auto;padding:0 1.2rem;right:-1px}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButton__d0BI1 svg{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButton__d0BI1:hover svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:1s;-o-transition:1s;transition:1s}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButtonActive__lX5EF{border-color:#000}@-webkit-keyframes styles_example__hxBb7{0%{-webkit-transform:rotate(0);transform:rotate(0)}16%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}48%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}64%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_example__hxBb7{0%{-webkit-transform:rotate(0);transform:rotate(0)}16%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}48%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}64%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes styles_example1__bxyI-{0%{fill:#000}16%{fill:#3a4eff}48%{fill:#3a4eff}64%{fill:#000}to{fill:#000}}@keyframes styles_example1__bxyI-{0%{fill:#000}16%{fill:#3a4eff}48%{fill:#3a4eff}64%{fill:#000}to{fill:#000}}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButtonAnimation__COaj9 svg{-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:styles_example__hxBb7;animation-name:styles_example__hxBb7}.styles_Search__RCJIA .styles_Autocomplete__3cO0h .styles_SettingsButtonAnimation__COaj9 svg path{-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:styles_example1__bxyI-;animation-name:styles_example1__bxyI-}.styles_Search__RCJIA .styles_SearchButton__vodEj{background-color:#fa133c!important;border-radius:0 .8rem .8rem 0!important;height:100%;position:absolute;right:0}.styles_Search__RCJIA .styles_SearchButton__vodEj svg{fill:#fff!important}.styles_Icon__DPUo5{height:auto!important;width:1.5rem!important}.styles_IconDescriptions__rmS-J{fill:#2e2f35!important;width:1.8rem!important}.styles_IconGallery__QBznO circle,.styles_IconGallery__QBznO rect{stroke:#2e2f35!important}.styles_IconGallery__QBznO path{fill:#2e2f35!important}.styles_Item__m2aOQ{-ms-flex-align:center!important;align-items:center!important;border-top:.1rem solid #ebecef!important;display:-ms-flexbox!important;display:flex!important;gap:.3rem;padding:1.3rem 1.5rem!important;width:16rem!important}.styles_Popover__fQwJE{border-radius:0 0 .6rem .6rem!important;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.08)!important;box-shadow:0 6px 12px rgba(0,0,0,.08)!important}.styles_PopoverButton__vT-xA{background-color:#f3f3f3!important;border-radius:.8rem 0 0 .8rem!important;height:4rem!important;min-height:0!important;min-width:16rem!important;text-transform:none!important}@media screen and (max-width:480px){.styles_PopoverButton__vT-xA{background-color:#fff!important;border:.1rem solid #ebecef!important;border-radius:.8rem!important}}.styles_PopoverButton__vT-xA .styles_ExpendIconActive__0GdTl{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:styles_transform__T\+BO5;animation-name:styles_transform__T\+BO5;color:#fa133c!important;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_PopoverButton__vT-xA .styles_ExpendIcon__\+OVAN{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:styles_reTransform__4in4H;animation-name:styles_reTransform__4in4H}@-webkit-keyframes styles_transform__T\+BO5{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes styles_transform__T\+BO5{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes styles_reTransform__4in4H{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes styles_reTransform__4in4H{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.styles_PopoverButton__vT-xA .styles_Label__mDF5h{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.5rem;letter-spacing:-.04rem;line-height:1.6rem;white-space:nowrap!important}.styles_PopoverButtonActive__fZnLt{background-color:#fff!important;border-radius:.8rem 0 0 0!important;-webkit-box-shadow:0 -2px 12px rgba(0,0,0,.08)!important;box-shadow:0 -2px 12px rgba(0,0,0,.08)!important}.styles_BtnBlock__0ejLW{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem;justify-content:space-between}.styles_BtnBlock__0ejLW .styles_Button__SyvUr{border:.1rem solid rgba(47,93,255,.25);border-radius:.8rem;color:#2f5dff;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;height:4rem;letter-spacing:-.04rem;line-height:1.6rem;min-height:3.6rem;text-transform:none!important}@media screen and (max-width:480px){.styles_BtnBlock__0ejLW .styles_Button__SyvUr{border:1px solid #ebecef;-ms-flex:1 1;flex:1 1}}.styles_BtnBlock__0ejLW .styles_Button__SyvUr:hover{background-color:#2f5dff;border:1px solid #2f5dff;color:#fff}@media screen and (max-width:480px){.styles_BtnBlock__0ejLW .styles_Button__SyvUr:hover{background-color:inherit;color:#2f5dff}}.styles_Label__mDF5h{font-size:1.3rem;font-weight:500;gap:1rem;height:100%;letter-spacing:-.05rem;line-height:1.5rem}.styles_Label__mDF5h,.styles_Label__mDF5h .styles_IconContainer__NxMQN{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Label__mDF5h .styles_IconContainer__NxMQN{-ms-flex-pack:center;border-radius:.8rem;height:1.9rem;justify-content:center;width:2.6rem}.styles_Label__mDF5h .styles_IconContainerInstagram__vos9R{background:-o-linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%);background:linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%)}.styles_Label__mDF5h .styles_IconContainerInstagram__vos9R path{fill:#fff}.styles_Label__mDF5h .styles_IconContainerInstagram__vos9R>div{height:1.5rem;width:1.5rem}.styles_Label__mDF5h .styles_IconContainerYouTube__Ngfg2{background-color:red}.styles_Label__mDF5h .styles_IconContainerYouTube__Ngfg2 path:first-child{fill:#fff}.styles_Label__mDF5h .styles_IconContainerYouTube__Ngfg2 path:last-child{fill:red}.styles_Label__mDF5h .styles_IconContainerYouTube__Ngfg2>div{height:1.5rem;width:1.5rem}.styles_Label__mDF5h .styles_IconContainerVK__hcDVA{background-color:#07f}.styles_Label__mDF5h .styles_IconContainerVK__hcDVA path:last-child{fill:#fff}.styles_Label__mDF5h .styles_IconContainerVK__hcDVA>div{height:1.5rem;width:1.5rem}.styles_Label__mDF5h .styles_IconContainerTelegram__\+\+il4{background-color:#25b8e7}.styles_Label__mDF5h .styles_IconContainerTelegram__\+\+il4 path{fill:#fff}.styles_Label__mDF5h .styles_IconContainerTelegram__\+\+il4>div{height:1.2rem;width:1.2rem}.styles_Label__mDF5h .styles_IconContainerRUTUBE__Yy-uY{background-color:#100943}.styles_Label__mDF5h .styles_IconContainerRUTUBE__Yy-uY path:first-child{fill:#fff}.styles_Label__mDF5h .styles_IconContainerRUTUBE__Yy-uY>div{height:1.5rem;width:1.5rem}.styles_AdvancedSearch__bZrrf{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22{border:1px solid hsla(0,2%,91%,.502);border-radius:1.2rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2.5rem 3.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_Actions__PLBqi .styles_IconButton__XiloY{padding:0}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentHeader__binNa{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,2%,91%,.502);display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:1.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentHeader__binNa .styles_SegmentTitle__hdmdm{font-size:1.4rem;font-weight:500;letter-spacing:.035rem;line-height:1.4rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;padding-top:1.2rem}@media screen and (max-width:480px){.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Actions__PLBqi{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Actions__PLBqi .styles_IconButton__XiloY{border:1px solid hsla(0,2%,91%,.502);padding:.5rem}}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_SegmentFilterOpSelectRoot__NwSSw{-ms-flex-item-align:start;align-self:flex-start;height:2.8rem;width:auto}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_SegmentFilterOpSelectRoot__NwSSw .styles_SegmentFilterOpSelectSelect__wYa1K{background:none;font-size:1.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_SegmentFilterOpSelectRoot__NwSSw .styles_SegmentFilterOpSelectSelectSelect__SDnRq{padding:.6rem 3.2rem .6rem 0}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_SegmentFilterOpSelectRoot__NwSSw .styles_SegmentFilterOpSelectSelect__wYa1K fieldset{border:none!important}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1.2rem}@media screen and (max-width:480px){.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j{-ms-flex-direction:column;flex-direction:column}}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_TextFieldRoot__6OEo8{-ms-flex:1 1;flex:1 1;height:3.4rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_TextFieldRoot__6OEo8 .styles_TextFieldTextField__xECPk{background:none}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_TextFieldRoot__6OEo8 .styles_TextFieldTextField__xECPk input{font-size:1.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_FieldSelectRoot__aXlb9{height:3.4rem;width:21rem}@media screen and (max-width:480px){.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_FieldSelectRoot__aXlb9{width:100%}}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_SegmentOpSelectRoot__HDrp7{height:3.4rem;width:15rem}@media screen and (max-width:480px){.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_SegmentOpSelectRoot__HDrp7{width:100%}}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_Filter__83A\+j .styles_SelectSelect__s3xfN{background:none;font-size:1.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_SegmentFilters__nWYWn .styles_AddButton__We3I1{-ms-flex-item-align:start;align-self:flex-start}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_AddSegmentButton__5yRmj{-ms-flex-item-align:center;align-self:center;border-radius:1.7rem;height:3.4rem;position:relative;top:4.2rem}.styles_AdvancedSearch__bZrrf .styles_Segment__3bZ22 .styles_And__sDd5A{-ms-flex-item-align:center;-ms-flex-pack:center;-ms-flex-align:center;align-items:center;align-self:center;background-color:#fff;border:1px solid #e8e7e7;border-radius:100%;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:500;height:3.4rem;justify-content:center;line-height:1.6rem;position:relative;top:4.2rem;width:3.4rem}.styles_AdvancedSearch__bZrrf .styles_SearchButton__ub6S\+{-ms-flex-item-align:end;align-self:flex-end;height:4.8rem;margin-top:2rem;width:20rem}@media screen and (max-width:480px){.styles_AdvancedSearch__bZrrf .styles_SearchButton__ub6S\+{width:100%}}.styles_FieldMenuItem__i1uhj{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:space-between}.styles_SelectedFilters__6bexW{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem;margin:.8rem}.styles_SelectedFilters__6bexW .styles_ChipsContainer__26pnA{width:auto}.styles_SelectedFilters__6bexW .styles_Chip__ZUX2T{background-color:#fff!important}.styles_SelectedFilters__6bexW .styles_ChipReset__tInLq>span{-ms-flex-align:center;align-items:center;color:#fa133c;display:-ms-flexbox;display:flex;gap:.5rem}.styles_Container__9UYqX{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;background:#fff;border-radius:.8rem .8rem 0 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin:0 .8rem;overflow:auto;padding:.7rem 1.8rem}@media screen and (max-width:480px){.styles_Container__9UYqX{padding:.7rem 1.6rem}}.styles_TotalCount__3RTVB{color:#2e2f35;font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem}@media screen and (max-width:480px){.styles_TotalCount__3RTVB{font-size:1.2rem;line-height:1.5rem}}.styles_Sort__hQBG\+{color:#a6a5a5;cursor:pointer;font-size:1.3rem;letter-spacing:-.04rem}.styles_Sort__hQBG\+,.styles_Sort__hQBG\+ .styles_Select__rCija{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Sort__hQBG\+ .styles_Select__rCija{font-weight:400}.styles_Sort__hQBG\+ .styles_Select__rCija .MuiSelect-select{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem;margin-left:.4rem;padding:0 3.2rem 0 0}.styles_Sort__hQBG\+ .styles_Select__rCija .MuiOutlinedInput-notchedOutline{border:none}.styles_Item__r08Hg{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem}.styles_ListEmpty__VjezQ{padding:.2rem .8rem;width:100%}.styles_ListEmpty__VjezQ .styles_EmptyRoot__XxaPo{background-color:#fff}.styles_ListEmptyButtons__FfXVF{-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_ListEmptyButtons__FfXVF{-ms-flex-direction:column;flex-direction:column;padding:0 1rem;width:100%}}.styles_ListEmptyButtons__FfXVF .styles_ListEmptyButton__e6zaq{height:4.8rem;width:21rem}@media screen and (max-width:480px){.styles_ListEmptyButtons__FfXVF .styles_ListEmptyButton__e6zaq{width:100%}}.styles_ListEmptyButtons__FfXVF .styles_ListEmptyButton__e6zaq+.styles_ListEmptyButton__e6zaq{margin-left:2rem}@media screen and (max-width:480px){.styles_ListEmptyButtons__FfXVF .styles_ListEmptyButton__e6zaq+.styles_ListEmptyButton__e6zaq{margin-left:0;margin-top:2rem}}.styles_ModalScrollPaper__BrrXc{-ms-flex-align:end;align-items:flex-end}.styles_Modal__MI\+22{border-bottom-left-radius:0;border-bottom-right-radius:0;height:90vh;margin:0!important;padding:0!important}@media screen and (max-width:480px){.styles_Modal__MI\+22{height:inherit}}.styles_ModalContent__Uii-O{padding:0!important}.styles_ModalFooter__d3Arw{padding:1rem}.styles_Info__7gM8y{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Info__7gM8y .styles_Right__juFtM{-ms-flex:1 1;flex:1 1;margin-left:1rem}.styles_Info__7gM8y .styles_Right__juFtM .styles_ChipsList__lM9JH{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.styles_Form__AGVox,.styles_Form__AGVox .styles_SubmitButton__vjZUl{margin-top:2rem}.styles_Form__AGVox .styles_Note__5HXKt{color:#808a91;font-size:1rem;margin-top:.5rem;text-align:left}.styles_Modal__aIFyK{max-width:49.6rem!important}.styles_Modal__aIFyK .styles_Background__dCbyN{height:auto;width:100%}.styles_Modal__aIFyK .styles_Header__4swDc{border-bottom:none;padding-bottom:0}@media screen and (max-width:480px){.styles_Modal__aIFyK .styles_Header__4swDc{padding:0}}.styles_Modal__aIFyK .styles_Content__0dLvl{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_Text__y9kQk{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-bottom:2.4rem;text-align:center;width:40.3rem}@media screen and (max-width:480px){.styles_Modal__aIFyK .styles_Content__0dLvl .styles_Text__y9kQk{margin-bottom:1.8rem;width:33rem}}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_TextBold__VvWrU{font-weight:600}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS{width:36rem}@media screen and (max-width:480px){.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS{width:100%}}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS .styles_TextField__55YX7{background:none}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS .styles_TextField__55YX7 .styles_IconButton__ctltB{background-color:#fa133c;border-radius:.4rem;color:#fff;height:3.2rem;padding:0;width:3.2rem}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS .styles_TextField__55YX7 .styles_IconButton__ctltB:hover{background-color:#000}.styles_Modal__aIFyK .styles_Content__0dLvl .styles_FormControl__j2CwS .styles_TextField__55YX7 .styles_IconButtonLoading__URoPp:hover{background-color:#fa133c}.styles_Modal__content__Uok3q{background:#fff}.styles_CampaignsList__TuHCa{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.styles_CampaignsList__TuHCa .styles_CampaignsListItem__HGnld{-ms-flex:1 1;flex:1 1;margin:0;min-width:23rem}.styles_empty__H4K0b{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;margin:1.2rem auto;text-align:center;width:52rem}.styles_empty__H4K0b .styles_item__DyF4W{margin-bottom:2.4rem}.styles_empty__H4K0b .styles_item__DyF4W:last-child{margin-bottom:0}@media screen and (max-width:480px){.styles_empty__H4K0b{width:32rem}}.styles_empty__H4K0b .styles_img__4HylG{height:9.6rem;width:9.6rem}@-webkit-keyframes styles_Gradient__lVRn9{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__lVRn9{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Card__HWfME{background:#fff;border:1px solid #ebecef;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:1rem 0 0 1rem;width:23rem}@media screen and (max-width:480px){.styles_Card__HWfME{width:100%}}.styles_CardPointer__LHZ3y{cursor:pointer}.styles_CardPointer__LHZ3y:hover{border-color:#fff;-webkit-box-shadow:0 6px 12px rgba(47,51,78,.06);box-shadow:0 6px 12px rgba(47,51,78,.06)}.styles_Card__HWfME .styles_Header__JtoLh{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:1.2rem}.styles_Card__HWfME .styles_Header__JtoLh .styles_Icon__gVf7I{margin-right:.6rem}.styles_Card__HWfME .styles_Header__JtoLh .styles_Icon__gVf7I .styles_Avatar__oV2K7{height:2rem;width:2rem}.styles_Card__HWfME .styles_Header__JtoLh .styles_Title__SvzC7{color:#000;-ms-flex:1 1;flex:1 1;font-size:1.2rem;font-weight:600;line-height:1.2rem}.styles_Card__HWfME .styles_Header__JtoLh .styles_Action__tL6ti{margin:0}.styles_Card__HWfME .styles_Header__JtoLh .styles_Action__tL6ti .styles_MoreButton__410n8{background-color:#fff!important;color:#000;padding:0}.styles_Card__HWfME .styles_Media__W6GUh{position:relative}.styles_Card__HWfME .styles_Media__W6GUh .styles_Image__dg-by{height:18rem}.styles_Card__HWfME .styles_Media__W6GUh .styles_Image__dg-by .styles_PreviewImage__tkoE0{height:auto;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:auto}.styles_Card__HWfME .styles_Media__W6GUh .styles_Selected__yUgNN{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,122,255,.52);bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;margin:0;position:absolute;right:0;top:0;z-index:1}.styles_Card__HWfME .styles_Media__W6GUh .styles_Selected__yUgNN .styles_SelectIcon__v6XCy{fill:#fff}.styles_Card__HWfME .styles_Media__W6GUh .styles_Period__VoePT{-ms-flex-align:center;align-items:center;bottom:.7rem;color:#000;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;height:2.8rem;left:.9rem;letter-spacing:-.03rem;line-height:1.5rem;padding:0 .5rem;position:absolute;z-index:1}.styles_Card__HWfME .styles_Media__W6GUh .styles_PeriodBlur__LxUDk{background:rgba(47,51,78,.7);border-radius:4px;color:#fff}.styles_Card__HWfME .styles_Media__W6GUh .styles_PeriodBlur__LxUDk path{stroke:#fff}.styles_Card__HWfME .styles_Media__W6GUh .styles_Period__VoePT .styles_PeriodIcon__y1Gai{margin-right:.4rem}.styles_Card__HWfME .styles_Media__W6GUh .styles_BrandLogo__Eojch{border-radius:.4rem;bottom:.8rem;-webkit-box-shadow:none;box-shadow:none;height:3.2rem;right:.8rem;top:auto;width:3.2rem;z-index:1}.styles_Card__HWfME .styles_Content__SglhX{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.4rem 1.4rem 1.8rem}.styles_Card__HWfME .styles_Content__SglhX .styles_Name__tJjIP{color:#000;font-size:1.4rem;font-weight:500;height:1.7rem;letter-spacing:-.03rem;line-height:1.7rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.styles_Card__HWfME .styles_Content__SglhX .styles_Publications__ENWQW,.styles_Card__HWfME .styles_Content__SglhX .styles_type__CX4ze{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;letter-spacing:-.03rem;line-height:1.5rem;margin-top:2rem}.styles_Card__HWfME .styles_Content__SglhX .styles_Publications__ENWQW svg,.styles_Card__HWfME .styles_Content__SglhX .styles_type__CX4ze svg{margin-right:.8rem}.styles_Card__HWfME .styles_Content__SglhX .styles_type__CX4ze{margin-top:1.4rem}@-webkit-keyframes styles_Gradient__-Htv-{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__-Htv-{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Icon__zb3Yi{background:50% no-repeat #fff;background-size:contain;border-radius:.8rem;-webkit-box-shadow:0 .2rem .2rem rgba(0,0,0,.2);box-shadow:0 .2rem .2rem rgba(0,0,0,.2);height:6rem;position:absolute;right:1.4rem;top:-4.6rem;width:6rem}.styles_Status__zE9kL{-ms-flex-align:center;align-items:center;border-radius:4px;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;height:2.4rem;letter-spacing:-.06rem;line-height:1.6rem;margin-top:.6rem;padding:0 .6rem}.styles_Status__saved__9pwxG{background:rgba(47,93,255,.15);color:#2f5dff}.styles_Status__saved__9pwxG svg{width:1.2rem}.styles_Status__draft__rrw0v{background:rgba(47,93,255,.15);color:#2f5dff}.styles_Status__draft__rrw0v svg{width:1.2rem}.styles_Status__draft__rrw0v svg path{fill:#2f5dff}.styles_Status__moderation__QO0Xz{background:#f3f3f3;color:#000}.styles_Status__moderation__QO0Xz svg{width:1.1rem}.styles_Status__deleted__gkWex,.styles_Status__rejected__0W7AK{background:rgba(255,20,6,.15);color:#fa133c}.styles_Status__deleted__gkWex svg,.styles_Status__rejected__0W7AK svg{width:1.1rem}.styles_Status__awaiting__n74YB,.styles_Status__sending__nJs3O{background:rgba(252,124,5,.15);color:#fc7c05}.styles_Status__awaiting__n74YB svg,.styles_Status__sending__nJs3O svg{width:1.2rem}.styles_Status__active__C8xKi,.styles_Status__delivered__rXDZh{background:rgba(90,203,102,.15);color:#5acb66}.styles_Status__active__C8xKi svg,.styles_Status__delivered__rXDZh svg{width:1.2rem}.styles_Status__stopping__d2FSt{background:rgba(92,164,0,.15);color:#5ca400}.styles_Status__stopping__d2FSt svg{width:1.2rem}.styles_Status__stopped__DFDkc{background:rgba(47,51,78,.15);color:#000}.styles_Status__stopped__DFDkc svg{width:1rem}.styles_Icon__c6Sk0{height:auto;margin-right:.6rem}.styles_BrandsList__MJGha{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.8rem 0 0 -1.8rem}.styles_BrandsList__MJGha .styles_Card__6M93F{cursor:pointer;margin:1.8rem 0 0 1.8rem;width:13rem}@media screen and (max-width:480px){.styles_BrandsList__MJGha .styles_Card__6M93F{width:calc(100vw - 2rem)}}.styles_BrandsList__MJGha .styles_Card__6M93F .styles_CardMedia__AFx7G{height:13rem}@media screen and (max-width:480px){.styles_BrandsList__MJGha .styles_Card__6M93F .styles_CardMedia__AFx7G{height:calc(100vw - 2rem)}}.styles_BrandsList__MJGha .styles_ItemName__\+y6x0{color:#000;font-size:1.4rem;text-align:center}@-webkit-keyframes styles_Gradient__EB4eL{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__EB4eL{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Header__WX3hU{padding:1rem}.styles_box__5vzO\+{padding:2.4rem}@media screen and (max-width:480px){.styles_box__5vzO\+{padding:1rem}}.styles_Content__HLKOX{background-color:#f3f3f3!important;padding:0!important}.styles_FilterNetwork__tT19g{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem;margin-bottom:1.7rem;overflow:hidden;position:relative;width:100%}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g{-ms-flex-pack:distribute;background-color:#fff;justify-content:space-around;margin-bottom:.4rem;overflow:hidden;padding:.6rem .8rem}}.styles_FilterNetwork__tT19g button{border-radius:.6rem;-ms-flex:1 1;flex:1 1;height:3.9rem;min-width:25%;overflow:hidden}.styles_FilterNetwork__tT19g button .styles_Name__nmBzv{color:#2e2f35;font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem;margin-left:.5rem}.styles_FilterNetwork__tT19g button:before{border-radius:.6rem;content:"";inset:0;-webkit-mask:-webkit-gradient(linear,left top,right top,from(#000),to(#fff)) content-box,-webkit-gradient(linear,left top,right top,from(#000),to(#fff));-webkit-mask:linear-gradient(90deg,#000 0,#fff) content-box,linear-gradient(90deg,#000 0,#fff);mask:-webkit-gradient(linear,left top,right top,from(#000),to(#fff)) content-box,-webkit-gradient(linear,left top,right top,from(#000),to(#fff));mask:linear-gradient(90deg,#000 0,#fff) content-box,linear-gradient(90deg,#000 0,#fff);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;position:absolute}.styles_FilterNetwork__tT19g .styles_Instagram__tNovx:before{background:-o-linear-gradient(45deg,red,blue);background:linear-gradient(45deg,red,blue)}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Instagram__tNovx{-ms-flex-order:1;order:1}}.styles_FilterNetwork__tT19g .styles_Vk__08t7Q:before{background-color:#07f}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Vk__08t7Q{-ms-flex-order:2;order:2}}.styles_FilterNetwork__tT19g .styles_Tg__kBd\+z:before{background-color:#25b8e7}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Tg__kBd\+z{-ms-flex-order:3;order:3}}.styles_FilterNetwork__tT19g .styles_Youtube__YiPBZ:before{background-color:red}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Youtube__YiPBZ{-ms-flex-order:4;order:4}}.styles_FilterNetwork__tT19g .styles_Rutube__joS5G:before{background-color:#100943}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Rutube__joS5G{-ms-flex-order:5;order:5}}.styles_FilterNetwork__tT19g .styles_Dzen__ycQ8K:before{background-color:#202022}@media screen and (max-width:480px){.styles_FilterNetwork__tT19g .styles_Dzen__ycQ8K{-ms-flex-order:6;order:6}}.styles_FilterNetwork__tT19g .styles_Hovered__wOCcy:hover{background:#f7f8fb!important}.styles_FilterNetwork__tT19g .styles_ActiveDzen__YWhyL:before,.styles_FilterNetwork__tT19g .styles_ActiveInstagram__xCdMu:before,.styles_FilterNetwork__tT19g .styles_ActiveTg__\+pp9Y:before,.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O:before,.styles_FilterNetwork__tT19g .styles_ActiveYoutube__uBsje:before{background:none}.styles_FilterNetwork__tT19g .styles_ActiveDzen__YWhyL .styles_Name__nmBzv,.styles_FilterNetwork__tT19g .styles_ActiveInstagram__xCdMu .styles_Name__nmBzv,.styles_FilterNetwork__tT19g .styles_ActiveTg__\+pp9Y .styles_Name__nmBzv,.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O .styles_Name__nmBzv,.styles_FilterNetwork__tT19g .styles_ActiveYoutube__uBsje .styles_Name__nmBzv{color:#fff}.styles_FilterNetwork__tT19g .styles_ActiveDzen__YWhyL path,.styles_FilterNetwork__tT19g .styles_ActiveInstagram__xCdMu path,.styles_FilterNetwork__tT19g .styles_ActiveTg__\+pp9Y path,.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O path,.styles_FilterNetwork__tT19g .styles_ActiveYoutube__uBsje path{fill:#fff}.styles_FilterNetwork__tT19g .styles_ActiveInstagram__xCdMu{background:-o-linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%)!important;background:linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%)!important}.styles_FilterNetwork__tT19g .styles_ActiveYoutube__uBsje{background-color:red!important}.styles_FilterNetwork__tT19g .styles_ActiveYoutube__uBsje path~path{fill:red}.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O{background-color:#07f!important}.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O path{fill:#07f}.styles_FilterNetwork__tT19g .styles_ActiveVk__61l3O path~path{fill:#fff}.styles_FilterNetwork__tT19g .styles_ActiveTg__\+pp9Y{background-color:#25b8e7!important}.styles_FilterNetwork__tT19g .styles_ActiveRutube__FqCPh{background-color:#100943!important}.styles_FilterNetwork__tT19g .styles_ActiveRutube__FqCPh:before{background:none}.styles_FilterNetwork__tT19g .styles_ActiveRutube__FqCPh .styles_Name__nmBzv{color:#fff}.styles_FilterNetwork__tT19g .styles_ActiveRutube__FqCPh path:first-child{fill:#fff}.styles_FilterNetwork__tT19g .styles_ActiveDzen__YWhyL{background-color:#202022!important}.styles_FilterNetwork__tT19g .styles_ActiveDzen__YWhyL path:first-child{fill:#202022}.styles_FilterNetwork__tT19g .styles_New__ME2yY,.styles_FilterNetwork__tT19g .styles_Soon__yNadx{-ms-flex-align:end;-ms-flex-pack:center;align-items:flex-end;background-color:#fa133c;color:#fff;display:-ms-flexbox;display:flex;font-size:.9rem;font-weight:600;height:2.3rem;justify-content:center;line-height:1rem;padding:.2rem;position:absolute;right:-2.5rem;top:-.3rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6.5rem}.styles_FilterNetwork__tT19g .styles_Soon__yNadx{background-color:#fa133c;color:#fff}.styles_FilterNetwork__tT19g .styles_New__ME2yY{background-color:#76fa83;color:#000}.styles_Wrapper__1DY-Q{padding:1.8rem 2.4rem 0 0}@media screen and (max-width:1280px){.styles_Wrapper__1DY-Q{padding:0 .8rem}}@media screen and (max-width:480px){.styles_Wrapper__1DY-Q{padding:0}}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3{-ms-flex-align:center;align-items:center;border-radius:1rem}@media screen and (max-width:480px){.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3{border-radius:0;padding:0 2rem}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0{width:100%}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc{-ms-flex-pack:justify;justify-content:space-between}}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ{font-size:1.4rem!important;height:5.6rem;line-height:1.8rem}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ .styles_Label__6779n{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ .styles_Label__6779n .styles_Icon__ZuhEZ{margin-right:1rem}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ .styles_Label__6779n .styles_IconTelegram__1\+Xwx{background-color:#25b8e7}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ .styles_Label__6779n .styles_IconTelegram__1\+Xwx svg{left:-1px;position:relative}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_TabsRoot__fj2B0 .styles_TabsFlexContainer__hlioc .styles_Tab__WiftJ .styles_Label__6779n .styles_IconTelegram__1\+Xwx svg path{fill:#fff}.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_Button__V5vp4{height:4rem}@media screen and (max-width:480px){.styles_Wrapper__1DY-Q .styles_Tabs__JDzI3 .styles_Button__V5vp4{bottom:6.6rem;height:4.8rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:1}}.styles_Wrapper__1DY-Q .styles_Content__zBC1x{background:#fff;border-radius:1.2rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;margin-top:.8rem}@media screen and (max-width:480px){.styles_Wrapper__1DY-Q .styles_Content__zBC1x{border-radius:0;margin-top:.1rem}}.styles_Wrapper__1DY-Q .styles_Content__zBC1x .styles_Counters__42pjX{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebecef;color:#2e2f35;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem;padding:1.4rem 1.8rem}.styles_Wrapper__1DY-Q .styles_Content__zBC1x .styles_Counters__42pjX .styles_Loader__iUSRq{margin-right:.5rem}.styles_Wrapper__1DY-Q .styles_Content__zBC1x .styles_Pagination__aUoOt{padding:1rem}.styles_alertText__G-uiY{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;text-align:center}.styles_alertTextNoBr__Q8c9l{white-space:nowrap}.styles_alertText__G-uiY>a{color:#fa133c}.styles_alertText__G-uiY>a:hover{color:#000}.styles_Account__SH-JU{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebecef;display:-ms-flexbox;display:flex;overflow:auto;padding:1rem 2.2rem}@media screen and (max-width:1280px){.styles_Account__SH-JU{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:480px){.styles_Account__SH-JU{border:none;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;padding:1.5rem}}.styles_Account__SH-JU .styles_AvatarInfo__BROl3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;min-width:32rem;width:25%}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_AvatarInfo__BROl3{min-width:0;width:100%}}.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1rem}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG{-ms-flex:1 1;flex:1 1}}.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG .styles_Nickname__kFVvn{color:#000;font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;letter-spacing:-.03rem;line-height:1.8rem}.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG .styles_Nickname__kFVvn .styles_AlertIcon__OwZNZ{position:relative;top:2px}.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG .styles_Subjects__J2XH1{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.7rem}.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG .styles_Subjects__J2XH1 .styles_Subject__GmKaN{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#f3f3f3;border-radius:3.2rem;color:#000;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;height:2.3rem;justify-content:center;letter-spacing:-.05rem;line-height:1.5rem;margin:.7rem 0 0 .7rem;padding:0 .8rem;white-space:nowrap}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_AvatarInfo__BROl3 .styles_Info__607DG .styles_Subjects__J2XH1 .styles_Subject__GmKaN{font-size:1.1rem;line-height:1.3rem}}.styles_Account__SH-JU .styles_Followers__vbjg5{-ms-flex-pack:left;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:left;margin-left:1rem}@media screen and (max-width:1280px){.styles_Account__SH-JU .styles_Followers__vbjg5{overflow:auto;padding-bottom:1rem}}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_Followers__vbjg5{margin-top:2rem;width:100%}}.styles_Account__SH-JU .styles_Break__hSBmu{-ms-flex-preferred-size:100%;flex-basis:100%;height:0}.styles_Account__SH-JU .styles_Buttons__wNwAP{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_Buttons__wNwAP{-ms-flex-pack:stretch;justify-content:stretch;width:100%}}.styles_Account__SH-JU .styles_Buttons__wNwAP .styles_ButtonCommunity__uUb\+y{min-width:18rem}.styles_Account__SH-JU .styles_Buttons__wNwAP .styles_ReachButton__AChmz{width:16rem}.styles_Account__SH-JU .styles_Button__tzAKN{-webkit-box-shadow:none;box-shadow:none;font-size:1.3rem;font-weight:400;height:4rem;letter-spacing:-.04rem;line-height:1.6rem;margin-left:1.8rem;white-space:nowrap}@media screen and (max-width:1280px){.styles_Account__SH-JU .styles_Button__tzAKN{margin:.7rem 1.8rem 0 0}}@media screen and (max-width:480px){.styles_Account__SH-JU .styles_Button__tzAKN{-ms-flex:1 1;flex:1 1;margin:2rem 0 0}.styles_Account__SH-JU .styles_ButtonStatistic__MohNE{margin-left:0;width:100%}}.styles_ButtonContainer__ZBu6c{display:-ms-flexbox;display:flex}.styles_ButtonContainer__ZBu6c .styles_IconButton__R7Q1y{height:4rem;margin-left:1.8rem;min-width:0;padding:0;width:3.6rem}@media screen and (max-width:1280px){.styles_ButtonContainer__ZBu6c .styles_IconButton__R7Q1y{margin:.7rem 1.8rem 0 0}}@media screen and (max-width:480px){.styles_ButtonContainer__ZBu6c .styles_IconButton__R7Q1y{margin:0 0 0 1.2rem}}.styles_ButtonContainer__ZBu6c .styles_IconButton__R7Q1y .styles_Icon__MyiMD{margin-right:0}.styles_ButtonContainer__ZBu6c .styles_Notification__20eyU{background-color:#fa133c;border-radius:100%;height:1.2rem;position:absolute;right:-4px;top:-4px;width:1.2rem}.styles_Followers__UAvPo{-ms-flex-align:stretch;align-items:stretch;border-left:1px solid #ebecef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:11rem;padding:0 1.4rem}@media screen and (max-width:1280px){.styles_Followers__UAvPo{min-width:0;min-width:auto}}.styles_Followers__UAvPo:first-child{border-left:none}.styles_Followers__UAvPo .styles_Count__ZvN50{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.3rem;line-height:1.6rem}.styles_Followers__UAvPo .styles_Count__ZvN50 .styles_Icon__2V2C-{margin-right:.5rem}.styles_Followers__UAvPo .styles_Label__pKITp{color:#a6a5a5;font-size:1.2rem;font-weight:400;letter-spacing:-.04rem;line-height:1.5rem;margin-top:.4rem;text-transform:capitalize;white-space:nowrap}.styles_Modal__w1YAF{max-width:40rem!important}.styles_Modal__content__6296G{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Modal__content__6296G .styles_Account__1NbIV{-ms-flex-align:center;-ms-flex-pack:start;align-items:center;display:-ms-flexbox;display:flex;justify-content:flex-start}.styles_Title__V3e9d{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.6rem;font-style:normal;font-weight:600;letter-spacing:-.3px;line-height:2rem;text-align:center}.styles_Title__V3e9d>div{margin-right:16px}.styles_Body__r1tKO{background-color:#f9f9f9;width:100%}.styles_Body__pager__7m3X8{text-align:center}.styles_AccountsList__item__kFD-u{cursor:default}.styles_AccountsList__item__kFD-u:hover{background-color:#fff}.styles_AccountsList__button__UThQM{-ms-flex-align:center;align-items:center;border-radius:20px;display:-ms-flexbox;display:flex;font-weight:600;letter-spacing:normal;line-height:1;padding:1rem 1.2rem}.styles_AccountsList__button_added__dEoB6{fill:#7099ee;background:rgba(0,0,0,0);color:#7099ee;cursor:default}.styles_AccountsList__button__UThQM #addCircle_bg{fill:#fff}.styles_AccountsList__button__UThQM #addCircle_sign{fill:#7099ee}.styles_Item__1kBkL{border:1px solid #ebecef;border-radius:.6rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Item__1kBkL .styles_Row__WXpGj{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:.6rem}.styles_Item__1kBkL .styles_Row__WXpGj .styles_Name__RpYxq{color:#000;-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-size:1.3rem;font-weight:600;letter-spacing:-.02rem;line-height:1.6rem;margin-left:1.1rem;margin-right:1rem}.styles_Item__1kBkL .styles_Error__DJxVj{border-top:1px solid #ebecef;color:#fa133c;font-size:1.2rem;font-weight:400;letter-spacing:-.01rem;line-height:1.5rem;padding:1.2rem .6rem 2rem}.styles_box__p\+-Jv{text-align:center}.styles_firstP__c\+jRy{padding-bottom:0}.styles_text__xNJXe{color:#3b3b3b;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-bottom:1rem;margin-top:2rem}.styles_smallText__osMu0{color:#a5a5a5;font-size:1.4rem;margin-top:3rem}.styles_codeBox__4Yb9P{margin-bottom:1rem}.styles_codeLabel__x1YjK{color:#a5a5a5;font-size:1.4rem}.styles_codeValue__\+-Mdr{color:#7099ee;font-size:1.4rem}.styles_Modal__YTnKV{max-width:40rem!important}.styles_Modal__YTnKV .styles_Content__uZwNA{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Button__EsjKL{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:none;border-radius:18px;display:-ms-flexbox;display:flex;font-weight:600;justify-content:center;line-height:1;padding:.8rem 1.6rem}.styles_Button__EsjKL>*+*{margin-left:.8rem}.styles_Button__EsjKL #addCircle_bg{fill:#fff}.styles_Button__EsjKL #addCircle_sign{fill:#7099ee}.styles_item__xsNgU{margin-top:1.2rem;padding:0 1.2rem}.styles_Modal__6kmMB .styles_Content__XwQIE{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem}.styles_Modal__6kmMB .styles_Content__XwQIE .styles_AccountName__ei6mo{font-weight:600}.styles_AccountEdit__momqD{padding:1rem 2rem 0 0}@media screen and (max-width:1280px){.styles_AccountEdit__momqD{padding:0 .8rem}}@media screen and (max-width:480px){.styles_AccountEdit__momqD{padding:0}}.styles_AccountEdit__momqD .styles_Content__697cA{-ms-flex-pack:center;background:#fff;border-radius:1.2rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;justify-content:center;padding:4.8rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA{-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:480px){.styles_AccountEdit__momqD .styles_Content__697cA{border-radius:1.2rem 1.2rem 0 0;padding:2.4rem 1.5rem}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G{border-right:1px solid #ebecef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-right:8rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G{border:none;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}}@media screen and (max-width:480px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G{-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Item__con7w{min-width:50%}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga{min-width:100%}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga .styles_Texts__fOmw9{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:2rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga .styles_Texts__fOmw9 .styles_Nickname__Sw-GC{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:2rem;font-weight:600;letter-spacing:-.05rem;line-height:2.4rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga .styles_Texts__fOmw9 .styles_Nickname__Sw-GC .styles_Icon__yUVsV{margin-left:.5rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga .styles_Texts__fOmw9 .styles_Followers__0Sari{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:400;letter-spacing:-.05rem;line-height:1.7rem;margin-top:.8rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Info__4Apga .styles_Texts__fOmw9 .styles_Followers__0Sari .styles_UserIcon__S6TGf{margin-right:.6rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:2.3rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS{margin-right:3.2rem}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_Button__lHzZk{border-radius:1.2rem;-webkit-box-shadow:none;box-shadow:none;height:5.6rem;text-transform:capitalize}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_ButtonActive__NT1ze path{fill:#fff}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_ButtonInactive__AlqPT path{fill:#000}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_ButtonInactive__AlqPT:hover path{fill:#fff}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_Button__lHzZk+.styles_Button__lHzZk{margin-left:2.4rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Fields__RvNAS .styles_InputRoot__U-HnE{padding-right:.9rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_Error__n6evy{color:#f44336;font-size:1.2rem;font-weight:300;line-height:1.66;margin-top:.3rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Left__7R99G .styles_PriceDescription__ux1XS{color:#a6a5a5;font-size:1.2rem;font-weight:400;letter-spacing:-.01rem;line-height:1.5rem;margin-top:1.2rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:3.3rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K{margin-left:0;margin-top:3.2rem}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_SubjectsTitle__Z9z2V{color:#000;font-size:1.6rem;font-weight:600;line-height:2rem;margin-top:1.8rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_Subjects__LxKhv{grid-row-gap:2.8rem;grid-column-gap:.8rem;-webkit-column-gap:.8rem;-moz-column-gap:.8rem;column-gap:.8rem;display:grid;grid-template-columns:repeat(3,auto);margin-top:4.8rem;row-gap:2.8rem}@media screen and (max-width:480px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_Subjects__LxKhv{grid-template-columns:repeat(1,auto)}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_SaveButton__M\+TY3{height:4.8rem;margin-top:6.4rem;width:24rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_SaveButton__M\+TY3{bottom:6.6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:1}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_SaveButtonDisabled__OxiFW{background-color:#ccc}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_CheckBox__SApZr{margin-left:-.4rem;margin-top:3.2rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_DeleteButton__uEo\+d{font-size:1.4rem;font-weight:600;line-height:1.7rem;margin-top:6.8rem;padding:0;white-space:nowrap;width:13rem}@media screen and (max-width:1280px){.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_DeleteButton__uEo\+d{margin-top:3.2rem}}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Right__9Vn8K .styles_DeleteButton__uEo\+d:hover path{stroke:#000}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Title__jERWK{color:#000;font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem;margin-top:2.4rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_TitleNoMargin__P4oCN{margin-top:0}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Title__jERWK .styles_Required__7KEnB{color:#fa133c}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Description__e4Bp5{font-size:1.3rem;font-weight:300;letter-spacing:-.02rem;line-height:1.8rem;margin-top:1.2rem}.styles_AccountEdit__momqD .styles_Content__697cA .styles_Description__e4Bp5 .styles_Bold__UqyZ5{font-weight:500}.styles_AccountEdit__momqD .styles_Content__697cA .styles_DescriptionError__cWQuY{color:#fa133c}.styles_ListBox__M87Xa{color:#2e2f35;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_InputRoot__JaOhZ{padding-right:.9rem}.styles_ListBox__WoPtO{color:#2e2f35;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_AccountAdd__nWT9M{padding:1rem 2.1rem 0 0}@media screen and (max-width:1280px){.styles_AccountAdd__nWT9M{padding:0 .8rem}}@media screen and (max-width:480px){.styles_AccountAdd__nWT9M{padding:0}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E{background:#fff;border-radius:1.2rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;padding:2.4rem}@media screen and (max-width:1280px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E{padding:3.2rem 2.7rem}}@media screen and (max-width:480px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E{border-radius:1.2rem 1.2rem 0 0;min-height:calc(100vh - 13rem);padding:2.4rem 1rem}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin:0 1rem 0 10rem}@media screen and (max-width:1280px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ{margin:0}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Title__NEJ4T{color:#000;font-size:2.4rem;font-weight:600;letter-spacing:-.05rem;line-height:2.9rem;margin-top:4.8rem}@media screen and (max-width:1280px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Title__NEJ4T{margin:0}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Subtitle__c4ef3{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:400;letter-spacing:-.03rem;line-height:2rem;margin-top:2.4rem}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Subtitle__c4ef3 .styles_Step__IMM6Z{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:#ebecef;border-radius:100%;display:-ms-flexbox;display:flex;font-size:1.1rem;font-weight:500;height:2rem;justify-content:center;line-height:1.3rem;margin-right:1.2rem;width:2rem}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_NetworksButtons__Au2ji{-ms-flex-pack:left;justify-content:left;margin-top:3.2rem}@media screen and (max-width:480px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_NetworksButtons__Au2ji{-ms-flex-pack:distribute;justify-content:space-around}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_NetworksButtons__Au2ji .styles_Network__qrWdN{margin-left:1.2rem}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_NetworksButtons__Au2ji .styles_Network__qrWdN:first-child{margin-left:0}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Description__HgOaJ{color:#000;font-size:1.6rem;font-weight:300;letter-spacing:-.03rem;line-height:2rem;margin-top:3.2rem;width:48rem}@media screen and (max-width:480px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Description__HgOaJ{width:100%}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Description__HgOaJ>a{color:#fa133c}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Button__E4\+bV{height:4.8rem;margin-top:3.2rem;width:27rem}@media screen and (max-width:1280px){.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Left__1\+gpQ .styles_Button__E4\+bV{bottom:6.6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem)}}.styles_AccountAdd__nWT9M .styles_Content__C1K8E .styles_Banner__zA5a7{width:33rem}.styles_Wrapper__kxBfh{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__kxBfh{grid-template-columns:1fr}}.styles_InfoBtn__V\+wRA{padding:.3rem!important}.styles_ContentWrapper__N69xQ{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__0LrRU{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__99ah\+{color:#fff}body .styles_ArrowWhite__SSU7d{color:#fff!important}.styles_TooltipBlack__4PIvR{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__klwoO{color:#000!important}.styles_DynamicsTooltip__9\+c9M{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__9\+c9M img{width:100%}.styles_MobileBlock__biRFj .styles_LongBlock__jJuuE{min-width:90%}.styles_MobileBlock__biRFj .styles_Img__bmsXW{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__biRFj{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__biRFj .styles_Actions__eNj8y{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__JGCdt{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__JGCdt:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__JGCdt{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__U40XE{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__U40XE,.styles_StatBlocks__ToIIQ{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__ToIIQ{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__ToIIQ{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__ToIIQ .styles_StatBlock__9Z0NB{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__ToIIQ .styles_StatBlock__9Z0NB{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__ToIIQ .styles_StatBlockValue__54C5d{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__ToIIQ .styles_StatBlockValue__54C5d .styles_StatBlockCount__xGP4h{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__ToIIQ .styles_StatBlockValue__54C5d .styles_StatBlockTitle__BsAQB{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__ToIIQ .styles_StatBlock__9Z0NB+.styles_StatBlock__9Z0NB{margin-top:.8rem}.styles_Stats__cwpAM{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__24RMu{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__\+MmIy{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__F8TJy{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__rcjPT{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__Xzz2b{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__Xzz2b{background-color:#f3f3f3}}.styles_StatsItemTitle__pJiEr{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__pJiEr{font-size:1.2rem}}.styles_Stats__cwpAM .styles_StatsItem__Xzz2b+.styles_StatsItem__Xzz2b{margin-left:.8rem}.styles_Stats__cwpAM .styles_LqiInfo__VIc2d{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__cwpAM .styles_CircleProgress__VNmnQ{display:inline-block!important}.styles_Stats__cwpAM .styles_CircleProgress_bad__WV0gQ{color:#db0200}.styles_Stats__cwpAM .styles_CircleProgress_moderate__7xUF3{color:#fe9500}.styles_Stats__cwpAM .styles_CircleProgress_good__HxfmB{color:#25dd81}.styles_Stats__cwpAM .styles_CircleProgress_great__EBGfi{color:#54b936}.styles_Stats__cwpAM .styles_CircleProgress_none__z6FP0{color:#b0b4b5}.styles_Stats__cwpAM .styles_CircleProgress_gray__nGqxD{color:#80828b}.styles_Stats__cwpAM .styles_CircleProgressBox__VQA-4{font-family:Montserrat,serif;font-weight:500}.styles_Loader__nQmDQ{grid-column-gap:.8rem;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:150rem;width:100%}@media screen and (max-width:480px){.styles_Loader__nQmDQ{grid-template-columns:1fr}}.styles_Loader__nQmDQ .styles_Left__ouhvb{height:calc(100vh - 7.2rem);overflow:hidden;padding:1.8rem;position:relative;width:26rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Menu__dXMxs{bottom:0;display:-ms-flexbox;display:flex;height:100%;left:0;line-height:normal;position:absolute;top:0}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Avatar__RY09X{border-radius:100%;display:-ms-flexbox;display:flex;height:7.2rem;margin:0 auto;width:7.2rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Name__AzPps{margin-top:.6em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Location__OSz-d{border-radius:3.2rem;margin-top:.8rem;padding:.8em 1.2em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Summary__mbC7o{height:3.4rem;margin-top:1.6em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Stats__WwO7N{border-radius:.8rem;height:8.7rem;margin-top:1.3em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Reach__zZqoC{margin-top:1.8em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_ReachItem__amJ-1{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_ReachItem__amJ-1 .styles_Text__lXl3U{margin-left:.4rem;width:11.7rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Icon__uhuhY{border-radius:100%;height:3.5rem;width:3.5rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Subjects__vS\+3m{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.4rem;margin-top:1.8em}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_Subjects__vS\+3m .styles_Subject__qe59E{border-radius:6.4rem;height:3.1rem;width:8rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_PdfRow__CraAJ{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;gap:1em;margin-top:1.8rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_PdfRow__CraAJ .styles_DownloadPdfBtn__NgAa7{border-radius:.8rem;padding:1.2em 0;width:13rem}.styles_Loader__nQmDQ .styles_Left__ouhvb .styles_PdfRow__CraAJ .styles_SendBtn__QzMw5{border-radius:.8rem;padding:1.2em .8em;width:4.8rem}.styles_Loader__nQmDQ .styles_Right__zJbK4{grid-column-gap:.8rem;grid-row-gap:.8rem;-ms-flex-line-pack:start;align-content:start;display:grid;grid-template-columns:1fr 1fr;height:calc(100vh - 7.2rem);overflow:hidden;padding-right:1.2rem;padding-top:1.2rem;width:100%}@media screen and (max-width:480px){.styles_Loader__nQmDQ .styles_Right__zJbK4{grid-template-columns:1fr;height:calc(100vh - 12.8rem);padding:1.2rem}}.styles_Loader__nQmDQ .styles_Right__zJbK4 .styles_Wrapper__tQMqm{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;height:25rem;position:relative}.styles_Loader__nQmDQ .styles_Right__zJbK4 .styles_Wrapper__tQMqm .styles_Block__9xzII{border-radius:.8rem;height:100%;position:absolute}.styles_Loader__nQmDQ .styles_Right__zJbK4 .styles_Wrapper__tQMqm .styles_Title__WuaRG{height:2.5rem;margin:0 1.8rem;width:60%}.styles_Loader__nQmDQ .styles_Right__zJbK4 .styles_Wrapper__tQMqm .styles_Content__xGhbr{height:17rem;margin:0 1.8rem;width:90%}.styles_Wrapper__XvNgO{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__XvNgO{grid-template-columns:1fr}}.styles_InfoBtn__DWdaz{padding:.3rem!important}.styles_ContentWrapper__PG5ww{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__Gnkr\+{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__gsyIT{color:#fff}body .styles_ArrowWhite__k0sQj{color:#fff!important}.styles_TooltipBlack__x\+eqe{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__kQTlL{color:#000!important}.styles_DynamicsTooltip__rJy3Y{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__rJy3Y img{width:100%}.styles_MobileBlock__BJylE .styles_LongBlock__zdjik{min-width:90%}.styles_MobileBlock__BJylE .styles_Img__TJcE0{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__BJylE{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__BJylE .styles_Actions__FMDqF{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__1P3yG{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__1P3yG:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__1P3yG{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__zHJ8b{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__zHJ8b,.styles_StatBlocks__SbCfA{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__SbCfA{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__SbCfA{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__SbCfA .styles_StatBlock__wy4jG{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__SbCfA .styles_StatBlock__wy4jG{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__SbCfA .styles_StatBlockValue__sOayk{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__SbCfA .styles_StatBlockValue__sOayk .styles_StatBlockCount__brvO8{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__SbCfA .styles_StatBlockValue__sOayk .styles_StatBlockTitle__-cb1H{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__SbCfA .styles_StatBlock__wy4jG+.styles_StatBlock__wy4jG{margin-top:.8rem}.styles_Stats__glfFt{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__tvF9h{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__WQQEw{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__JXE-r{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__a1gZn{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__G7JX-{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__G7JX-{background-color:#f3f3f3}}.styles_StatsItemTitle__WYr64{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__WYr64{font-size:1.2rem}}.styles_Stats__glfFt .styles_StatsItem__G7JX-+.styles_StatsItem__G7JX-{margin-left:.8rem}.styles_Stats__glfFt .styles_LqiInfo__KjXFJ{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__glfFt .styles_CircleProgress__qLHGT{display:inline-block!important}.styles_Stats__glfFt .styles_CircleProgress_bad__0VFg2{color:#db0200}.styles_Stats__glfFt .styles_CircleProgress_moderate__g7MZQ{color:#fe9500}.styles_Stats__glfFt .styles_CircleProgress_good__K2lIH{color:#25dd81}.styles_Stats__glfFt .styles_CircleProgress_great__2WKxK{color:#54b936}.styles_Stats__glfFt .styles_CircleProgress_none__RIDgb{color:#b0b4b5}.styles_Stats__glfFt .styles_CircleProgress_gray__29ZRO{color:#80828b}.styles_Stats__glfFt .styles_CircleProgressBox__Cr8MY{font-family:Montserrat,serif;font-weight:500}.styles_Container__IdDaC{-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:inset 0 -2px 2px #ebeef8;box-shadow:inset 0 -2px 2px #ebeef8;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 7.2rem);overflow:auto;padding:1.8rem;position:sticky;top:0;-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s;width:26rem}@media screen and (max-width:480px){.styles_Container__IdDaC{background:none;-webkit-box-shadow:none;box-shadow:none;height:auto;padding:.8rem .8rem 0;position:relative;width:100%}}.styles_Container__IdDaC .styles_Top__r6IBe{-ms-flex-pack:justify;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1rem;height:100%;justify-content:space-between;width:22.4rem}.styles_Container__IdDaC .styles_Top__r6IBe a{text-decoration:none}@media screen and (max-width:480px){.styles_Container__IdDaC .styles_Top__r6IBe{gap:.8rem;width:100%}}@media screen and (max-height:1440px){.styles_Container__IdDaC .styles_Top__r6IBe{font-size:1rem}}@media screen and (max-width:480px){.styles_Container__IdDaC .styles_Top__r6IBe{font-size:1rem}}.styles_Wrapper__wYozx{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__wYozx{grid-template-columns:1fr}}.styles_InfoBtn__yDLkV{padding:.3rem!important}.styles_ContentWrapper__VGYdx{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__VKvqj{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__EIJF4{color:#fff}body .styles_ArrowWhite__J-FNP{color:#fff!important}.styles_TooltipBlack__CqYVs{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__0ogLT{color:#000!important}.styles_DynamicsTooltip__M00o5{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__M00o5 img{width:100%}.styles_MobileBlock__5c7EK .styles_LongBlock__GjmUp{min-width:90%}.styles_MobileBlock__5c7EK .styles_Img__dSFRS{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__5c7EK{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__5c7EK .styles_Actions__o0jWV{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__y0hfv{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__y0hfv:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__y0hfv{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__13r-7{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__13r-7,.styles_StatBlocks__QRoK2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__QRoK2{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__QRoK2{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__QRoK2 .styles_StatBlock__0hl9a{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__QRoK2 .styles_StatBlock__0hl9a{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__QRoK2 .styles_StatBlockValue__wx-ex{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__QRoK2 .styles_StatBlockValue__wx-ex .styles_StatBlockCount__7m3EI{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__QRoK2 .styles_StatBlockValue__wx-ex .styles_StatBlockTitle__0lQ6e{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__QRoK2 .styles_StatBlock__0hl9a+.styles_StatBlock__0hl9a{margin-top:.8rem}.styles_Stats__PQSvY{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__n7aRM{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__3YC3B{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__qxA7a{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__Q8gpg{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__yCBEq{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__yCBEq{background-color:#f3f3f3}}.styles_StatsItemTitle__cyL-7{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__cyL-7{font-size:1.2rem}}.styles_Stats__PQSvY .styles_StatsItem__yCBEq+.styles_StatsItem__yCBEq{margin-left:.8rem}.styles_Stats__PQSvY .styles_LqiInfo__Af-1j{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__PQSvY .styles_CircleProgress__AN3z1{display:inline-block!important}.styles_Stats__PQSvY .styles_CircleProgress_bad__UW2-Y{color:#db0200}.styles_Stats__PQSvY .styles_CircleProgress_moderate__H22KO{color:#fe9500}.styles_Stats__PQSvY .styles_CircleProgress_good__5Co64{color:#25dd81}.styles_Stats__PQSvY .styles_CircleProgress_great__7Q-VK{color:#54b936}.styles_Stats__PQSvY .styles_CircleProgress_none__EG76W{color:#b0b4b5}.styles_Stats__PQSvY .styles_CircleProgress_gray__lnSd7{color:#80828b}.styles_Stats__PQSvY .styles_CircleProgressBox__wMZG4{font-family:Montserrat,serif;font-weight:500}.styles_FollowersIcon__hAsJK path{fill:#202022}.styles_VideosIcon__F7Xmt path,.styles_ViewsIconIcon__dM0Tx path{stroke:#202022}.styles_Info__iRQVb{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:480px){.styles_Info__iRQVb{-ms-flex-order:2;order:2}}.styles_Info__iRQVb .styles_AvatarContainer__R0llo{position:relative}.styles_Info__iRQVb .styles_AvatarContainer__R0llo .styles_WarningImage__1Nmhr{position:absolute;right:-2rem;top:0}.styles_InfoBottom__Ngqs6{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;font-weight:400;gap:.5em;margin-top:1rem;text-align:center}@media screen and (max-width:480px){.styles_InfoBottom__Ngqs6{margin-left:1.4em;margin-top:0;text-align:left}}.styles_InfoBottom__Ngqs6 .styles_WarningImage__1Nmhr{margin-left:.5rem}.styles_InfoBottom__Ngqs6 .styles_Language__pONSe{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.2rem;font-weight:600;justify-content:center;line-height:1.5rem;margin-top:1.3rem}@media screen and (max-width:480px){.styles_InfoBottom__Ngqs6 .styles_Language__pONSe{-ms-flex-pack:left;justify-content:left;margin-top:.6rem}}.styles_InfoBottom__Ngqs6 .styles_LanguageIcon__uQJsw{margin:0 .4rem}@media screen and (max-width:480px){.styles_Info__iRQVb{-ms-flex-direction:row;flex-direction:row}}.styles_Avatar__almeF{height:7.2em;width:7.2em}.styles_Avatar__almeF span{font-size:1.1em!important}.styles_Name__7c4Hu{color:#2e2f35;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.05rem;line-height:2rem;word-break:break-word}@media screen and (max-width:480px){.styles_Name__7c4Hu{-ms-flex-pack:left;justify-content:left}}.styles_Name__7c4Hu .styles_Icon__9m82e{height:1.2em;min-width:1.2em;position:relative;top:.2rem}.styles_Name__7c4Hu .styles_RutubeIcon__2EfuO{height:1.2rem;width:2.8rem}.styles_Name__7c4Hu .styles_TelegramIcon__GjZG-{background-color:#4ea4f6}.styles_Name__7c4Hu .styles_TelegramIcon__GjZG- path{fill:#fff}.styles_Name__7c4Hu .styles_ForeignAgent__DUVmz{bottom:.1rem;position:relative}.styles_NickName__OQF6T{color:#838799;font-size:1.5em}.styles_NickName__OQF6T>a{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#838799;display:-ms-flexbox;display:flex;font-size:1em;justify-content:center;letter-spacing:-.05em}@media screen and (max-width:480px){.styles_NickName__OQF6T>a{-ms-flex-pack:left;justify-content:left}}.styles_NickName__OQF6T>a>span{line-height:1}.styles_NickName__OQF6T>a>span+svg{margin-left:.3rem}.styles_LastSeen__heqYE{-ms-flex-item-align:center;-ms-flex-align:center;align-items:center;align-self:center;color:#a6a5a5;display:-ms-flexbox;display:flex;font-size:1.3em;letter-spacing:-.05em;line-height:1.6em;margin-top:.6em}.styles_LastSeen__heqYE>span{line-height:1}.styles_LastSeen__heqYE>span+div{margin-left:.3rem}.styles_HoverInstagram__DIt1e:hover,.styles_HoverYoutube__O\+bJG:hover{color:#fa133c}.styles_HoverVkontakte__keP3y:hover{color:#07f}.styles_HoverTelegram__Eg0oO:hover{color:#4ea4f6}.styles_HoverRutube__VBQ8y:hover{color:#100943}.styles_HoverDzen__QVhRT:hover{color:#202022}.styles_Location__a8eae{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-item-align:center;align-items:center;align-self:center;border:1px solid #ebecef;border-radius:30px;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:500;justify-content:center;margin-top:1em;padding:.8em 1.2em}@media screen and (max-width:480px){.styles_Location__a8eae{-ms-flex-pack:left;-ms-flex-item-align:initial;align-self:auto;border:none;font-size:1.2em;justify-content:left;padding:0}}.styles_Location__a8eae svg+span{margin-left:.4rem}.styles_Location__a8eae svg{height:1.2em;min-width:1.2em;width:1.2em}.styles_Location__a8eae svg>path{stroke:#a6a5a5}.styles_Avatar__ySav6{-ms-flex-pack:center;display:-ms-flexbox;display:flex;height:8rem;justify-content:center;position:relative;width:8rem}.styles_Avatar__img__7AP9m{border-radius:50%;height:inherit;-o-object-fit:cover;object-fit:cover;width:inherit}.styles_Avatar__badges__E4nux{bottom:-.45rem;position:absolute}.styles_Button__mt9Yx{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:.4rem;height:6.8rem}.styles_Button__mt9Yx:hover{background-color:#000;color:#fff}.styles_Button__mt9Yx:hover .fill{fill:#fff}.styles_Button__mt9Yx:hover .stroke{stroke:#fff}.styles_Button__mt9Yx .styles_Label__0T7ns{font-size:.9rem;font-weight:500;height:1.8rem;letter-spacing:-.02rem;line-height:.9rem}.styles_Button__mt9Yx .styles_Icon__8zwCD{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;height:2rem}.styles_Normal__kGbAS{-ms-flex-pack:start;border:none;font-size:1.3rem;font-weight:500;justify-content:flex-start;letter-spacing:-.02rem;line-height:1.5rem;margin:0 1rem;padding:0 1rem;white-space:nowrap;width:calc(100% - 2rem)}.styles_Normal__kGbAS:hover{border:none}.styles_Paper__CrIw\+{padding-bottom:1rem;padding-top:1rem}.styles_Paper__CrIw\+ .styles_ActionsList__bhOLU{padding-bottom:0}.styles_StatBlock__wAaLl{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.styles_StatBlock__wAaLl .styles_Item__jpzQP{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;background-color:#f3f3f3;border-radius:1.2rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:.8rem;justify-content:center;min-height:8rem;min-width:40%;padding:1.2rem .6rem 1.2rem 1.2rem}@media screen and (max-width:480px){.styles_StatBlock__wAaLl .styles_Item__jpzQP{padding:1.6rem .5rem 1.6rem 1.6rem}}.styles_StatBlock__wAaLl .styles_ItemValue__Bs9DA{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:500;gap:.8rem;letter-spacing:-.05rem;line-height:1.9rem}.styles_StatBlock__wAaLl .styles_ItemLabel__HFe2p{font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:1.2rem}.styles_StatBlock__wAaLl .styles_ItemLabel__HFe2p .styles_InfoButton__NoAFW{padding:0!important}.styles_StatBlock__wAaLl .styles_ItemLabel__HFe2p .styles_InfoButton__NoAFW svg{height:1.2rem;width:1.2rem}.styles_NetworksLinks__hva-j{-ms-flex:1 1;flex:1 1;margin-top:1.4rem}@media screen and (max-width:480px){.styles_NetworksLinks__hva-j{margin-top:0}}.styles_NetworksLinks__hva-j .styles_Container__ySjQp{background-color:#f3f3f3;border-radius:1rem;font-size:12px;font-style:normal;letter-spacing:-.3px;line-height:normal;padding:1.6rem}@media screen and (max-width:480px){.styles_NetworksLinks__hva-j .styles_Container__ySjQp{background:none;font-size:14px;padding:0}}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Title__\+\+dCe{font-weight:500}@media screen and (max-width:480px){.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Title__\+\+dCe{font-size:1.6rem;font-weight:600}}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn{margin-top:.9rem}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;font-weight:400}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 .styles_CopyButton__IERFg{display:none;height:2rem;width:2rem}@media screen and (max-width:480px){.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 .styles_CopyButton__IERFg{height:2.4rem;width:2.4rem}}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 .styles_CopyButtonRed__cQkU6 path{fill:#fa133c}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 .styles_CopyButtonBlue__-ySCI{fill:#07f}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1:hover{text-decoration:underline}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1:hover .styles_NetworkIcon__EDqfG{display:none}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1:hover .styles_CopyButton__IERFg{display:-ms-inline-flexbox;display:inline-flex}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 svg{height:auto;min-width:2rem}@media screen and (max-width:480px){.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 svg{min-width:2.4rem}}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1 .styles_Link__\+ugOW{color:#000;margin-left:.5rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_NetworksLinks__hva-j .styles_Container__ySjQp .styles_Items__9xcHn .styles_Item__Qm7i1+.styles_Item__Qm7i1{margin-top:.6rem}.styles_Wrapper__-oBDa{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__-oBDa{grid-template-columns:1fr}}.styles_InfoBtn__Nky7L{padding:.3rem!important}.styles_ContentWrapper__N5ejF{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__zv6Xg{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__5FNEa{color:#fff}body .styles_ArrowWhite__JFQBr{color:#fff!important}.styles_TooltipBlack__zJG3-{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__CWUKQ{color:#000!important}.styles_DynamicsTooltip__uOAta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__uOAta img{width:100%}.styles_MobileBlock__BWqsT .styles_LongBlock__vPt4G{min-width:90%}.styles_MobileBlock__BWqsT .styles_Img__Mfpx1{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__BWqsT{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__BWqsT .styles_Actions__hKKp5{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__K42Vn{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__K42Vn:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__K42Vn{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__uhy1a{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__uhy1a,.styles_StatBlocks__Jq05C{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__Jq05C{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__Jq05C{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__Jq05C .styles_StatBlock__FTke\+{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__Jq05C .styles_StatBlock__FTke\+{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__Jq05C .styles_StatBlockValue__aLTZy{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__Jq05C .styles_StatBlockValue__aLTZy .styles_StatBlockCount__7X6Oy{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__Jq05C .styles_StatBlockValue__aLTZy .styles_StatBlockTitle__uiZYb{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__Jq05C .styles_StatBlock__FTke\++.styles_StatBlock__FTke\+{margin-top:.8rem}.styles_Stats__cdcWu{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__Utf3c{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__GrENZ{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__tCEAl{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__ZHDI7{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__9Hx7u{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__9Hx7u{background-color:#f3f3f3}}.styles_StatsItemTitle__cShUw{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__cShUw{font-size:1.2rem}}.styles_Stats__cdcWu .styles_StatsItem__9Hx7u+.styles_StatsItem__9Hx7u{margin-left:.8rem}.styles_Stats__cdcWu .styles_LqiInfo__0fpx-{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__cdcWu .styles_CircleProgress__2b69j{display:inline-block!important}.styles_Stats__cdcWu .styles_CircleProgress_bad__uli2M{color:#db0200}.styles_Stats__cdcWu .styles_CircleProgress_moderate__DaYOf{color:#fe9500}.styles_Stats__cdcWu .styles_CircleProgress_good__dnnq\+{color:#25dd81}.styles_Stats__cdcWu .styles_CircleProgress_great__XogCF{color:#54b936}.styles_Stats__cdcWu .styles_CircleProgress_none__pQWo4{color:#b0b4b5}.styles_Stats__cdcWu .styles_CircleProgress_gray__0EjpA{color:#80828b}.styles_Stats__cdcWu .styles_CircleProgressBox__4cfqi{font-family:Montserrat,serif;font-weight:500}.styles_Container__rQqXr{-ms-flex-align:center;align-items:center;background-color:#fff;-webkit-box-shadow:inset 0 -2px 2px #ebeef8;box-shadow:inset 0 -2px 2px #ebeef8;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - 7.2rem);overflow:auto;padding:1.8rem;position:sticky;top:0;-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s;width:26rem}@media screen and (max-width:480px){.styles_Container__rQqXr{background:none;-webkit-box-shadow:none;box-shadow:none;height:auto;padding:.8rem .8rem 0;position:relative;width:100%}}.styles_Container__rQqXr .styles_Top__BaopN{-ms-flex-pack:justify;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1rem;height:100%;justify-content:space-between;width:22.4rem}.styles_Container__rQqXr .styles_Top__BaopN a{text-decoration:none}@media screen and (max-width:480px){.styles_Container__rQqXr .styles_Top__BaopN{gap:.8rem;width:100%}}@media screen and (max-height:1440px){.styles_Container__rQqXr .styles_Top__BaopN{font-size:1rem}}@media screen and (max-width:480px){.styles_Container__rQqXr .styles_Top__BaopN{font-size:1rem}}.styles_SubjectsGrid__TmkaK{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8em;margin-top:1.8em;width:100%}@media screen and (max-width:480px){.styles_SubjectsGrid__TmkaK{margin-top:0}}.styles_SubjectsGrid__TmkaK .styles_SubjectChip__6LK\+T{background-color:#f3f3f3;border-radius:6.4rem;color:#000;font-size:1.2rem;font-weight:600;letter-spacing:-.05rem;line-height:1.5rem;min-height:0;text-transform:none}.styles_SubjectsGridTooltip__CFMl2{margin-top:0}.styles_Container__UBr0M{-ms-flex-pack:start;background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-start;margin-top:.8rem;min-height:100px;position:relative;width:100%}.styles_Content__yY49i{height:100%;margin:2.4rem 0;min-height:10rem;position:relative}.styles_Content__yY49i .styles_Calculating__X8Ibx{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:0}.styles_Content__yY49i .styles_Calculating__X8Ibx .styles_Text__CkZHE{color:#000;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem;margin-top:1.2rem}.styles_Content__yY49i .styles_SkeletonsList__8hW7s{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-webkit-filter:blur(1rem);filter:blur(1rem);-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between;padding:0 1.8rem}.styles_SelectMUI__q8WUS{font-family:Montserrat Semibold,sans-serif;font-size:1.4rem}.styles_SelectMUI__q8WUS .MuiOutlinedInput-notchedOutline{border:none}.styles_DropDown__gG6Uc{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:auto}@media screen and (max-width:480px){.styles_DropDown__gG6Uc{-ms-flex-item-align:start;align-self:flex-start;padding-bottom:.8rem;width:100%}}.styles_DropDown__gG6Uc .styles_Block__5JgM-{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:1.4rem}.styles_DropDown__gG6Uc .styles_Block__5JgM->img{margin:0 .4rem 0 .8rem}.styles_DropDown__gG6Uc .styles_BlockTitle__\+jU8m{font-size:1.6rem;font-weight:600}.styles_Form__y3CH1{max-width:280px!important}.styles_Select__sZjKp{color:#212121!important;font-size:1.5rem!important;font-weight:600!important}.styles_Select__sZjKp:active,.styles_Select__sZjKp:focus{background-color:#fff!important}.styles_Select__options__TG4rf{color:#212121!important;font-size:1.5rem!important;font-weight:600!important}.styles_ButtonContainer__IacTG{margin-left:1rem;margin-top:1rem}.styles_ButtonContainer__IacTG .styles_Button__ZKDt9{background:#f3f3f3;border-radius:3.2rem;color:#000;font-family:Montserrat,serif;font-size:1.2rem;font-weight:600;letter-spacing:-.03rem;line-height:1.5rem;min-height:0;min-width:0;padding:.5rem 1.2rem;white-space:nowrap}.styles_ButtonContainer__IacTG .styles_Button__ZKDt9:hover{background:#000;-webkit-box-shadow:none;box-shadow:none;color:#fff}.styles_ButtonContainer__IacTG .styles_Active__YYFw\+{background:#000;color:#fff}.styles_ButtonContainer__IacTG .styles_Disabled__vOfOJ{color:rgba(0,0,0,.26)}.styles_FollowersLocations__T58yN{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat Semibold,sans-serif;font-size:1.3rem;padding:1.8rem}.styles_FollowersLocations__T58yN>div{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:1rem;opacity:.9}.styles_FollowersLocations__T58yN>div:hover{opacity:1!important}.styles_FollowersLocations__T58yN>div:hover .styles_Location__FUxTV{font-weight:800}.styles_FollowersLocations__T58yN>div .styles_Location__FUxTV{color:#000;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;overflow:hidden;padding-right:2rem;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:13rem}.styles_FollowersLocations__T58yN>div .styles_ProgressBar__N2mHs{background:#acb9e4;border:.4rem solid #f3f3f3;border-radius:3.2rem;-ms-flex:1 1;flex:1 1;height:2.4rem;margin-right:1.2rem;min-width:3%}.styles_FollowersLocations__T58yN>div .styles_ProgressBar__N2mHs .styles_Bar__wIFsG{background:-webkit-gradient(linear,left top,left bottom,from(#2f5dff),to(#68f));background:-o-linear-gradient(top,#2f5dff 0,#68f 100%);background:linear-gradient(180deg,#2f5dff,#68f);border-radius:3.2rem;height:1.6rem;overflow:hidden}.styles_FollowersLocations__T58yN>div .styles_Percent__dT0Xb{color:#2f5dff;display:-ms-flexbox;display:flex;width:3.5rem}.styles_Wrapper__M\+m1R{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__M\+m1R{grid-template-columns:1fr}}.styles_InfoBtn__VHjts{padding:.3rem!important}.styles_ContentWrapper__JIihj{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__Pe\+gF{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__\+JI3m{color:#fff}body .styles_ArrowWhite__8SGXN{color:#fff!important}.styles_TooltipBlack__sBxm1{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__vFTEX{color:#000!important}.styles_DynamicsTooltip__c20FL{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__c20FL img{width:100%}.styles_MobileBlock__LbNkX .styles_LongBlock__U7N6Z{min-width:90%}.styles_MobileBlock__LbNkX .styles_Img__sJ0nN{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__LbNkX{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__LbNkX .styles_Actions__o\+mn8{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__nCWsb{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__nCWsb:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__nCWsb{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__xHMoq{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__xHMoq,.styles_StatBlocks__JEGr8{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__JEGr8{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__JEGr8{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__JEGr8 .styles_StatBlock__-H22E{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__JEGr8 .styles_StatBlock__-H22E{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__JEGr8 .styles_StatBlockValue__RZYkz{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__JEGr8 .styles_StatBlockValue__RZYkz .styles_StatBlockCount__\+BN0Y{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__JEGr8 .styles_StatBlockValue__RZYkz .styles_StatBlockTitle__4cb6W{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__JEGr8 .styles_StatBlock__-H22E+.styles_StatBlock__-H22E{margin-top:.8rem}.styles_Stats__M-hJU{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__E\+AL5{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__XM2Jm{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__67vaH{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__ZSNPh{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__HGmtQ{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__HGmtQ{background-color:#f3f3f3}}.styles_StatsItemTitle__AE31Y{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__AE31Y{font-size:1.2rem}}.styles_Stats__M-hJU .styles_StatsItem__HGmtQ+.styles_StatsItem__HGmtQ{margin-left:.8rem}.styles_Stats__M-hJU .styles_LqiInfo__bkheo{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__M-hJU .styles_CircleProgress__W0IKq{display:inline-block!important}.styles_Stats__M-hJU .styles_CircleProgress_bad__1uRtK{color:#db0200}.styles_Stats__M-hJU .styles_CircleProgress_moderate__J0Qcm{color:#fe9500}.styles_Stats__M-hJU .styles_CircleProgress_good__tY05o{color:#25dd81}.styles_Stats__M-hJU .styles_CircleProgress_great__QJcdz{color:#54b936}.styles_Stats__M-hJU .styles_CircleProgress_none__DmOiF{color:#b0b4b5}.styles_Stats__M-hJU .styles_CircleProgress_gray__HXLC6{color:#80828b}.styles_Stats__M-hJU .styles_CircleProgressBox__bI8mL{font-family:Montserrat,serif;font-weight:500}.styles_Container__kOASV{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:auto;padding-right:2.4rem}@media screen and (max-width:480px){.styles_Container__kOASV{padding:0 .8rem}}.styles_Container__kOASV .styles_Left__vkVgQ,.styles_Container__kOASV .styles_Right__BYqh3{display:grid;grid-template-columns:1fr}.styles_Container__kOASV .styles_Column__JdqLq{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;height:100%;max-width:50%}.styles_Container__kOASV .styles_ColumnUnion__ACaot{max-width:none}@media screen and (max-width:1280px){.styles_Container__kOASV .styles_Column__JdqLq{max-width:none}}.styles_Container__kOASV .styles_Row__ayFMn{display:-ms-flexbox;display:flex}.styles_Container__kOASV .styles_Row__ayFMn .styles_Column__JdqLq+.styles_Column__JdqLq{margin-left:.8rem}@media screen and (max-width:480px){.styles_Container__kOASV .styles_Row__ayFMn .styles_Column__JdqLq+.styles_Column__JdqLq{margin-left:0}.styles_Container__kOASV .styles_Row__ayFMn{-ms-flex-direction:column;flex-direction:column}}.styles_Container__kOASV .styles_Content__TCJ96{padding:1.8rem}.styles_Container__kOASV .styles_Block__ZWblT{-ms-flex-pack:start;background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;margin-top:.8rem;width:100%}.styles_Container__kOASV .styles_BlockFlex__To36m{-ms-flex:1 1;flex:1 1}.styles_Container__kOASV .styles_BlockSubscribersTable__WLz0c{min-height:20rem}@media screen and (max-width:480px){.styles_Container__kOASV .styles_Block__ZWblT{width:calc(100vw - 1.6rem)}}.styles_Container__kOASV .styles_BlockColumn__yLYqv{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.styles_Container__kOASV .styles_BlockTitle__tsQbq{-ms-flex-align:center;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;gap:.3rem;letter-spacing:-.03rem;line-height:2rem;padding:1.8rem 1.8rem 0;z-index:1}.styles_Container__kOASV .styles_BlockTitleRight__z4zP9{color:#a6a5a5;font-size:1.2rem;padding:1.8rem 1.8rem 0 0;text-align:right}.styles_Container__kOASV .styles_BlockTitle__tsQbq span{color:#a6a5a5;font-size:1.4rem}.styles_Container__kOASV .styles_BlockWideTitle__22dZK{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;min-height:3.8rem;overflow:auto}.styles_Container__kOASV .styles_BlockWideTitle__22dZK>div{overflow:visible;overflow:initial;padding-right:1.8rem;padding-top:1.8rem}.styles_Container__kOASV .styles_BlockWideTitle__22dZK .MuiInput-underline:after,.styles_Container__kOASV .styles_BlockWideTitle__22dZK .MuiInput-underline:before{border-bottom:none!important}.styles_Container__kOASV .styles_BlockUnit__jCq9T{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;grid-column:1/3;width:100%}.styles_Container__kOASV .styles_BlockUnitGrid__sGnGA{grid-column-gap:.8rem;display:grid;grid-template-columns:9fr 11fr}@media screen and (max-width:480px){.styles_Container__kOASV .styles_BlockUnit__jCq9T{grid-column:1;grid-template-columns:1fr;width:calc(100vw - 1.6rem)}}.styles_Container__kOASV .styles_BlockLeft__D6Kj9{width:90%}@media screen and (max-width:480px){.styles_Container__kOASV .styles_BlockLeft__D6Kj9{width:100%}}.styles_Container__kOASV .styles_BlockRight__tFU3n{justify-self:flex-end;width:110%}@media screen and (max-width:480px){.styles_Container__kOASV .styles_BlockRight__tFU3n{width:100%}}.styles_Row__koCuH:nth-child(odd){background-color:#ecf3f7}.styles_TableCell__WUdw3{border-bottom:none!important}.styles_Header__j80CB{-ms-flex-pack:justify;border-bottom:1px solid #ebf2f7;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:1.6rem;padding-bottom:1.6rem}.styles_Header__j80CB span:first-child{font-size:1.5rem;font-weight:600}.styles_Header__j80CB span:last-child{color:#818a91;font-size:1.2rem}.styles_Container__3Dmf9{-webkit-box-shadow:none;box-shadow:none;overflow:hidden;padding:1.8rem;position:relative}.styles_Container__3Dmf9 th{border-bottom:none}.styles_Container__3Dmf9 td{border-bottom:none;padding:1rem 1.6rem}.styles_Container__3Dmf9 td:first-child{border-bottom-left-radius:1.2rem;border-top-left-radius:1.2rem}.styles_Container__3Dmf9 td:last-child{border-bottom-right-radius:1.2rem;border-top-right-radius:1.2rem}.styles_Container__3Dmf9 .styles_Text__P7lxv{font-family:Montserrat,serif;font-size:1.4rem;font-weight:400}.styles_Container__3Dmf9 .styles_Percent_positive__dnkh5{color:#16c728}.styles_Container__3Dmf9 .styles_Percent_negative__IKrQR{color:#fa133c}.styles_Container__3Dmf9 .styles_Percent_neutral__yCVfd{color:#a6a5a5}.styles_Container__3Dmf9 .styles_Table__wEZ\+y{border-collapse:separate;-webkit-box-shadow:none;box-shadow:none}.styles_Tooltip__MGi4s{background:#fff;border-radius:.8rem;-webkit-box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.8rem 1.2rem;position:relative}.styles_Tooltip__MGi4s .styles_Title__QgByw{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600}.styles_Tooltip__MGi4s .styles_Value__4WP2a{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:1.4rem;gap:.5rem}.styles_Content__CzHTJ{padding:1.8rem}.styles_DemographyTitle__szc4M{-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.4rem;overflow:auto;padding-bottom:1rem}.styles_DemographyTitleBlock__G8Yw1,.styles_DemographyTitle__szc4M{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_DemographyTitleBlock__G8Yw1{font-family:Montserrat Semibold,sans-serif;font-size:1.4rem}.styles_DemographyTitleBlock__G8Yw1>img{margin:0 .4rem 0 .8rem}.styles_DemographyTitleBlockTitle__1h3kJ{color:#000;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem}.styles_Graph__3TvWo{margin-left:-1.8rem}.styles_Graph__3TvWo text{fill:#a6a5a5;font-size:1.2rem}.styles_TitleLeft__LIrPF{display:block!important}.styles_Bars__ATMCa{grid-row-gap:1.2rem;grid-column-gap:2.7rem;display:grid;grid-template-columns:1fr;padding:1.8rem}.styles_BarsTitle__n-FvG{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.styles_BarsTitleRight__9F4Tl{color:#a6a5a5;font-size:1.2rem;margin-right:.5rem}.styles_Bars__ATMCa .styles_Bar__m-hFr{background:#acb9e4;border:.3rem solid #f3f3f3;border-radius:2.4rem;cursor:pointer;height:1.2rem}.styles_Bars__ATMCa .styles_Bar_0__1mJMW{background:-webkit-gradient(linear,left top,left bottom,from(#6df168),to(#1dc716));background:-o-linear-gradient(top,#6df168 0,#1dc716 100%);background:linear-gradient(180deg,#6df168,#1dc716)}.styles_Bars__ATMCa .styles_Bar_1__mguuJ{background:-webkit-gradient(linear,left top,left bottom,from(#ffd572),to(#febd38));background:-o-linear-gradient(top,#ffd572 0,#febd38 100%);background:linear-gradient(180deg,#ffd572,#febd38)}.styles_Bars__ATMCa .styles_Bar_2__yMaDG{background:-webkit-gradient(linear,left top,left bottom,from(#2f5dff),to(#68f));background:-o-linear-gradient(top,#2f5dff 0,#68f 100%);background:linear-gradient(180deg,#2f5dff,#68f)}.styles_Bars__ATMCa .styles_Bar_3__izYfI{background:-webkit-gradient(linear,left top,left bottom,from(#b09fff),to(#8d79f6));background:-o-linear-gradient(top,#b09fff 0,#8d79f6 100%);background:linear-gradient(180deg,#b09fff,#8d79f6)}.styles_Bars__ATMCa .styles_Bar_4__tGbyN{background:-webkit-gradient(linear,left top,left bottom,from(#ff9364),to(#f25f33));background:-o-linear-gradient(top,#ff9364 0,#f25f33 100%);background:linear-gradient(180deg,#ff9364,#f25f33)}.styles_Bars__ATMCa .styles_Bar_5__uYEI5{background:-webkit-gradient(linear,left top,left bottom,from(#68d0f1),to(#169dc7));background:-o-linear-gradient(top,#68d0f1 0,#169dc7 100%);background:linear-gradient(180deg,#68d0f1,#169dc7)}.styles_Bars__ATMCa .styles_Bar_6__ZKCRZ{background:-webkit-gradient(linear,left top,left bottom,from(#7a867a),to(#5b5b5b));background:-o-linear-gradient(top,#7a867a 0,#5b5b5b 100%);background:linear-gradient(180deg,#7a867a,#5b5b5b)}.styles_Bars__ATMCa .styles_Bar__m-hFr>div{-ms-flex-pack:right;-ms-flex-align:center;align-items:center;border-radius:64px;display:-ms-flexbox;display:flex;height:.6rem;justify-content:right;padding-right:.4rem}.styles_Bars__ATMCa .styles_Bar__m-hFr>div>div{background-color:#fff;height:.4rem;width:.1rem}.styles_PieGraph__ZUNAJ{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-family:Montserrat Semibold,sans-serif;gap:3rem;justify-content:space-between;min-height:14rem;overflow:auto;padding:1.8rem}@media screen and (max-width:480px){.styles_PieGraph__ZUNAJ{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.styles_PieGraph__ZUNAJ .styles_Graph__pVNC8{min-height:19rem;min-width:19rem;position:relative}@media screen and (max-width:480px){.styles_PieGraph__ZUNAJ .styles_Graph__pVNC8{min-height:19rem}}.styles_PieGraph__ZUNAJ .styles_LegendCircle__ek7JH{bottom:0;color:#2e2f35;font-family:Montserrat,serif;font-size:1.2rem;font-weight:400;height:-webkit-min-content;height:-moz-min-content;height:min-content;left:0;letter-spacing:-.03rem;line-height:1.5rem;margin:auto;position:absolute;right:0;text-align:center;top:0;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.styles_PieGraph__ZUNAJ .styles_LegendCircle__ek7JH .styles_Value__ykCfH{color:#2e2f35;font-family:Montserrat,serif;font-size:1.8rem;font-weight:600;letter-spacing:-.1rem;line-height:2.3rem}.styles_PieGraph__ZUNAJ .styles_Legends__r5eJV{-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_PieGraph__ZUNAJ .styles_Legends__r5eJV{width:100%}}.styles_PieGraph__ZUNAJ .styles_Legend__BHdqe{-ms-flex-pack:justify;color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;justify-content:space-between;letter-spacing:-.03rem;line-height:1.6rem;padding:1.2rem 0}.styles_PieGraph__ZUNAJ .styles_Legend_underline__0IWxA{border-bottom:1px dashed #e9e9e9}.styles_PieGraph__ZUNAJ .styles_LegendName__eOOn\+{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_PieGraph__ZUNAJ .styles_LegendName__eOOn\+ div{margin-right:.6rem}.styles_PieGraph__ZUNAJ .styles_Legend__BHdqe .styles_Point__5Z9hD{border-radius:24px;height:3px;width:6px}.styles_Tooltip__jGz6i{background:#fff;border-radius:.8rem;-webkit-box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.8rem 1.2rem;position:relative}.styles_Tooltip__jGz6i .styles_Title__8CBbO{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:600}.styles_Tooltip__jGz6i .styles_Value__mKaik{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,sans-serif;font-size:1.4rem;gap:.5rem}.styles_Tooltip__jGz6i .styles_Value__mKaik .styles_Percent__XrGdU{color:#a6a5a5}.styles_ErrorPage__C99vT{-ms-flex-item-align:center;-ms-flex-align:center;align-items:center;align-self:center;background-color:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-style:normal;gap:2.4rem;margin:auto;max-width:64rem;text-align:center}@media screen and (max-width:480px){.styles_ErrorPage__C99vT{padding:0 2.4rem}}.styles_ErrorPage__C99vT .styles_Title__xwPmC{color:#000;font-size:3.6rem;font-weight:700;line-height:4rem;max-width:51rem}.styles_ErrorPage__C99vT .styles_Subtitle__93VAh{color:rgba(0,0,0,.5);font-size:16px;font-weight:400;line-height:2.2rem;max-width:51rem}@media screen and (max-width:480px){.styles_ErrorPage__C99vT .styles_Subtitle__93VAh{max-width:30rem}}.styles_ErrorPage__C99vT .styles_TgButtonWidget__3awtr{-ms-flex-pack:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_ErrorPage__C99vT .styles_Footer__P18NG{-ms-flex-align:center;align-items:center;background-color:inherit;border-top:1px solid #d1d5db;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;font-style:normal;max-width:64rem;text-align:center}@media screen and (max-width:480px){.styles_ErrorPage__C99vT .styles_Footer__P18NG{border:none}}.styles_ErrorPage__C99vT .styles_FooterTitle__Do5sP{background-color:inherit;color:#000;font-weight:500;line-height:2.8rem;padding:0 1rem;position:relative;top:-1.4rem}@media screen and (max-width:480px){.styles_ErrorPage__C99vT .styles_FooterTitle__Do5sP{padding:0}}.styles_ErrorPage__C99vT .styles_FooterRow__gFuB9{color:rgba(0,0,0,.5);font-weight:400;line-height:2.2rem}.styles_TgButton__Yh-ig{-ms-flex-item-align:center;align-self:center;background:#08c;border-radius:3rem;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff;min-height:5.8rem;width:25rem}.styles_TgButton__Yh-ig:hover{background:#000}.styles_TgButton__Yh-ig path{fill:#fff}.styles_Avatar__\+gzlU{background:-webkit-gradient(linear,left bottom,left top,from(#f0f2f5),to(#f0f2f5));background:-o-linear-gradient(bottom,#f0f2f5,#f0f2f5);background:linear-gradient(0deg,#f0f2f5,#f0f2f5);height:4.8rem;margin:0 1.2rem;width:4.8rem}.styles_List__nCZzf{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem;max-height:36rem;overflow:auto}.styles_ListItem__m2geN{-ms-flex-pack:justify;border-bottom:1px dashed #e9e9e9;gap:.5rem;justify-content:space-between;padding-bottom:1rem;padding-top:1rem;position:relative}.styles_ListItem__m2geN,.styles_List__nCZzf .styles_Info__4SnlO{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_List__nCZzf .styles_Info__4SnlO{overflow:hidden}.styles_List__nCZzf .styles_Info__4SnlO>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.styles_List__nCZzf .styles_InfoNameContainer__iiffO{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat Semibold,sans-serif;gap:.5rem}.styles_List__nCZzf .styles_InfoNameContainer__iiffO .styles_Name__iT4ni{font-weight:600;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_List__nCZzf .styles_Info__4SnlO .styles_FollowersCount__1aw\+K{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5rem;margin-left:-.2rem;margin-top:.5rem}.styles_List__nCZzf .styles_Info__4SnlO .styles_FollowersCount__1aw\+K .styles_Icon__Uapgx{height:1.6rem!important;width:1.4rem!important}.styles_List__nCZzf .styles_Info__4SnlO .styles_FollowersCount__1aw\+K span{font-size:1.4rem;font-weight:300;line-height:1.7rem}.styles_List__nCZzf .styles_ViewButton__Jb34N{height:3.8rem;min-width:10rem;white-space:nowrap}.styles_List__nCZzf .styles_ViewButton__Jb34N svg{height:1rem;width:1.4rem}.styles_List__nCZzf .styles_ButtonsContainer__u4alR{display:-ms-flexbox;display:flex}.styles_List__nCZzf .styles_ButtonsContainer__u4alR .styles_CopyButton__8uZLw{width:100%}.styles_List__nCZzf .styles_CopiedButton__evOyR{background-color:#000}.styles_List__nCZzf .styles_CopiedButton__evOyR:hover{background-color:#000;color:#fff}.styles_List__nCZzf .styles_CopyButton__8uZLw{min-width:16rem;width:16rem}.styles_List__nCZzf .styles_SendingButton__-T\+B6{border-radius:.8rem 0 0 .8rem}.styles_List__nCZzf .styles_IconButton__vt2Hp{border-left:none;border-radius:0 .8rem .8rem 0;height:3.8rem;min-width:3.8rem;padding:0}@media screen and (max-width:480px){.styles_List__nCZzf .styles_IconButton__vt2Hp{border-left:1px solid #e8e7e7;border-radius:.8rem}}.styles_AlertModalTextBold__FRZ28{font-weight:500}.styles_PieGraph__Zv1Np{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-family:Montserrat Semibold,sans-serif;gap:3rem;justify-content:space-between;min-height:14rem;overflow:auto;padding:1.8rem}@media screen and (max-width:480px){.styles_PieGraph__Zv1Np{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.styles_PieGraph__Zv1Np .styles_Graph__UwFiw{min-height:19rem;min-width:19rem;position:relative}@media screen and (max-width:480px){.styles_PieGraph__Zv1Np .styles_Graph__UwFiw{min-height:19rem}}.styles_PieGraph__Zv1Np .styles_LegendCircle__1QM-n{bottom:0;color:#2e2f35;font-family:Montserrat,serif;font-size:1.2rem;font-weight:400;height:-webkit-min-content;height:-moz-min-content;height:min-content;left:0;letter-spacing:-.03rem;line-height:1.5rem;margin:auto;position:absolute;right:0;text-align:center;top:0;width:-webkit-min-content;width:-moz-min-content;width:min-content}.styles_PieGraph__Zv1Np .styles_LegendCircle__1QM-n>span{color:#2e2f35;font-family:Montserrat,serif;font-size:1.8rem;font-weight:600;letter-spacing:-.1rem;line-height:2.3rem}.styles_PieGraph__Zv1Np .styles_Legends__VyqCg{-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_PieGraph__Zv1Np .styles_Legends__VyqCg{width:100%}}.styles_PieGraph__Zv1Np .styles_Legend__Jeec1{-ms-flex-pack:justify;color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;justify-content:space-between;letter-spacing:-.03rem;line-height:1.6rem;padding:1.2rem 0}.styles_PieGraph__Zv1Np .styles_Legend_underline__IEFOm{border-bottom:1px dashed #e9e9e9}.styles_PieGraph__Zv1Np .styles_LegendName__n\+9mg{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_PieGraph__Zv1Np .styles_LegendName__n\+9mg div{margin-right:.6rem}.styles_PieGraph__Zv1Np .styles_Legend__Jeec1 .styles_Point__HL4Mu{border-radius:24px;height:3px;width:6px}.styles_PieGraph__n9p16{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-family:Montserrat Semibold,sans-serif;justify-content:space-between;min-height:16rem;overflow:auto;padding:1.8rem}@media screen and (max-width:480px){.styles_PieGraph__n9p16{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.styles_PieGraph__n9p16 .styles_Graph__6Sw8V{min-width:19rem;position:relative}@media screen and (max-width:480px){.styles_PieGraph__n9p16 .styles_Graph__6Sw8V{min-height:14rem}}.styles_PieGraph__n9p16 .styles_Legends__WbXhN{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-left:3rem}@media screen and (max-width:480px){.styles_PieGraph__n9p16 .styles_Legends__WbXhN{margin-left:0;width:100%}.styles_PieGraph__n9p16>div+div{min-height:0}}.styles_PieGraph__n9p16 .styles_LegendSphere__zM8xN{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;border-radius:50%;bottom:0;-webkit-box-shadow:0 2.16102px 10.8051px rgba(0,0,0,.1);box-shadow:0 2.16102px 10.8051px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,sans-serif;font-size:1.2rem;height:9rem;justify-content:center;left:0;margin:auto;position:absolute;right:0;text-align:center;width:9rem}.styles_PieGraph__n9p16 .styles_LegendSphere__zM8xN>span{font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;letter-spacing:-.03rem;line-height:1.7rem;margin-top:.7rem}.styles_PieGraph__n9p16 .styles_Legend__SJGo3{-ms-flex-pack:justify;color:#2e2f35;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;justify-content:space-between;letter-spacing:-.03rem;line-height:1.6rem;padding:1.2rem 0}.styles_PieGraph__n9p16 .styles_Legend_underline__TNB2n{border-bottom:1px dashed #e9e9e9}.styles_PieGraph__n9p16 .styles_LegendName__iYZCf{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_PieGraph__n9p16 .styles_LegendName__iYZCf div{margin-right:.6rem}.styles_PieGraph__n9p16 .styles_Legend__SJGo3 .styles_Point__Im6Rh{border-radius:24px;height:3px;width:6px}.styles_About__xBeE-{font-family:Montserrat,serif;font-size:1.4rem;line-height:2rem}.styles_AboutText__sIeFA{word-wrap:break-word;line-height:2.2rem;margin:0 0 2.4rem;padding:1.8rem 1.8rem 0}.styles_About__xBeE- .styles_Empty__1N0yl{color:#a6a5a5;font-family:Montserrat,serif;font-size:1.6rem;font-weight:500;letter-spacing:-.03rem;line-height:2.2rem}.styles_About__xBeE- .styles_AboutContactsList__xlKDe{display:-ms-flexbox;display:flex;padding:1.8rem}@media screen and (max-width:480px){.styles_About__xBeE- .styles_AboutContactsList__xlKDe{-ms-flex-pack:justify;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}.styles_About__xBeE- .styles_AboutContactsList__xlKDe .styles_AboutContactsListItem__v8sj\++.styles_AboutContactsListItem__v8sj\+{margin-top:1rem}}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+{background-color:#f7f8fb;border-radius:3.2rem;color:#000;margin-right:1.2rem;padding:1rem 1.6rem;text-transform:none}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+ .styles_Icon__Z-RK9{margin-left:0}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+ .styles_Icon__Z-RK9 svg{color:#fa133c}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+ .styles_Icon_8__y6n\+X svg,.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+ .styles_Icon_9__-u-KA svg{color:#202022}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+:hover{background-color:#ebecef!important}@media screen and (max-width:480px){.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+{margin:0}.styles_About__xBeE- .styles_AboutContactsListItem__v8sj\+ .styles_Label__bZi58{font-size:1.3rem}}.styles_About__xBeE- .styles_AboutContactsListItem__email__zagPr{-ms-flex-align:end;align-items:flex-end}.styles_Prices__t\+rsm{overflow:auto}.styles_PricesHeaderTitle__2O4mP{-ms-flex-pack:justify;color:#12284c;display:-ms-flexbox;display:flex;font-size:2.4rem;gap:1rem;justify-content:space-between;padding:1.8rem;width:100%}.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,sans-serif;text-transform:uppercase}.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN .styles_Title__0t3jO{color:#000;font-family:Montserrat,serif;font-size:1.2rem;font-weight:700;letter-spacing:.109402rem;line-height:1.5rem;margin-top:1.8rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN .styles_Title__0t3jO{font-size:1.1rem}}.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN .styles_Price__Z97T3{font-size:1.4rem}@media screen and (max-width:480px){.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN .styles_Price__Z97T3{font-size:1.3rem}}.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN img{width:10rem}@media screen and (max-width:480px){.styles_PricesHeaderTitle__2O4mP .styles_PriceItem__YacXN img{width:9rem}}.styles_PricesContent__FiTir{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_PricesContentTitle__rIBoB{color:#000;font-family:Montserrat,serif;font-size:1.2rem;font-weight:700;letter-spacing:.109402rem;line-height:1.5rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_PricesContentTitle__rIBoB{font-size:1.1rem}}.styles_PricesContentPrice__-S9IM{font-size:1.4rem}@media screen and (max-width:480px){.styles_PricesContentPrice__-S9IM{font-size:1.3rem}}.styles_PricesContent__FiTir>div{display:-ms-flexbox;display:flex;width:100%}.styles_PricesContent__FiTir>div>div{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:center}@media screen and (max-width:480px){.styles_PricesContent__FiTir{font-size:14px}}.styles_Recommendations__ibCwe{padding:1.8rem}.styles_Recommendation__QKH7M{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.4rem;margin-bottom:1.2rem}.styles_Recommendation__QKH7M svg{margin-right:.7rem;width:1.5rem}.styles_RedIcon__J6NzN{fill:#fa133c!important}.styles_GreenIcon__kXo9\+{fill:#16c728!important}.styles_CommentAnalysis__mtxkf{display:-ms-flexbox;display:flex;gap:1rem;padding:1.8rem}@media screen and (max-width:480px){.styles_CommentAnalysis__mtxkf{-ms-flex-direction:column;flex-direction:column}}.styles_CommentValues__UT9mR{border:.1rem solid #ebecef;border-radius:.8rem;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;font-size:2.2rem;font-weight:400;letter-spacing:-.03rem;line-height:2.7rem;padding:1rem}@media screen and (max-width:480px){.styles_CommentValues__UT9mR{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border:none;-ms-flex-direction:row-reverse;flex-direction:row-reverse;justify-content:space-between;padding:0}}.styles_CommentValues__UT9mR>span{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;line-height:1.5rem}.styles_CommentValues__UT9mR .styles_Green__rF1HA{color:#5acb66}.styles_CommentValues__UT9mR .styles_Red__TY9vP{color:#fa133c}.styles_CommentValues__UT9mR .styles_Gray__3rUgo{color:#a6a5a5}.styles_CommentTonalityAnalysis__ndxCM{display:-ms-flexbox;display:flex;gap:1rem;overflow:auto;padding:1.8rem}@media screen and (max-width:480px){.styles_CommentTonalityAnalysis__ndxCM{-ms-flex-direction:column;flex-direction:column;gap:.8rem}}.styles_AvatarMui__VsOTd{background:-webkit-gradient(linear,left bottom,left top,from(#f0f2f5),to(#f0f2f5));background:-o-linear-gradient(bottom,#f0f2f5,#f0f2f5);background:linear-gradient(0deg,#f0f2f5,#f0f2f5);height:4.8rem;margin:0 1.2rem;width:4.8rem}.styles_listPosts__8nKk8{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem;max-height:35rem;overflow:auto;padding:1.8rem}.styles_listPosts__8nKk8>div>div{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:.9rem;position:relative}.styles_listPosts__8nKk8>div>div .styles_ViewBtn__0PGtN{background-color:#fa133c;border:none;border-radius:.8rem;color:#fff;font-size:1.3rem;font-weight:600;position:absolute;right:0;text-transform:none;visibility:hidden}.styles_listPosts__8nKk8>div>div .styles_ViewBtn__0PGtN:hover{background:#2e2f35}.styles_listPosts__8nKk8>div>div:hover .styles_Date__2L6iN{visibility:hidden}.styles_listPosts__8nKk8>div>div:hover .styles_ViewBtn__0PGtN{visibility:visible}.styles_listPosts__8nKk8 .styles_Info__IrBIa{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_listPosts__8nKk8 .styles_Info__IrBIa>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_listPosts__8nKk8 .styles_InfoName__pwFGl{font-family:Montserrat Semibold,sans-serif;font-weight:600}.styles_listPosts__8nKk8 span{color:#a6a5a5}.styles_listPosts__8nKk8 .styles_line__9P6NF{border-bottom:1px dashed #e9e9e9}.styles_Race__Hlhq9{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-.9rem -.6rem;padding:1.8rem}.styles_Race__Hlhq9>div{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:6.4rem;display:-ms-flexbox;display:flex;margin:.9rem .6rem;padding:.5rem 2.5rem .5rem .8rem}.styles_Race__Hlhq9>div>div{color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:1.5rem;margin-left:.5rem}.styles_Race__Hlhq9>div>div span{font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.7rem}.styles_About__Pi-mq{-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Montserrat,serif;font-size:1.4rem;font-weight:300;letter-spacing:-.03rem;line-height:2.2rem;margin-bottom:1.6rem;overflow:hidden;padding:1.6rem 1.8rem 0}.styles_Title__UPtqa{-ms-flex-pack:justify;-ms-flex-align:start!important;align-items:flex-start!important;-ms-flex-direction:column;flex-direction:column;justify-content:space-between}.styles_Graph__6cx5V text{fill:#a6a5a5;font-size:1.2rem}.styles_Buttons__0YNWM,.styles_Tooltip__2KyC6{display:-ms-flexbox;display:flex}.styles_Tooltip__2KyC6{background:#fff;border-radius:.8rem;-webkit-box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);box-shadow:0 .8rem .8rem rgba(50,50,71,.08),0 .8rem 1.6rem rgba(50,50,71,.06);-ms-flex-direction:column;flex-direction:column;padding:.8rem 1.2rem;position:relative}.styles_Tooltip__2KyC6 .styles_Title__RTm9v{color:#000;font-size:1.1rem;font-weight:400;line-height:1.2rem;text-transform:capitalize}.styles_Tooltip__2KyC6 .styles_Values__LTc9m{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:.4rem}.styles_Tooltip__2KyC6 .styles_Values__LTc9m .styles_Value__NgAky{color:#000;font-size:1.6rem;font-weight:500;line-height:2rem;margin:0 1.2rem 0 .5rem}.styles_Legend__eN6hj{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin:0 2.8rem 1.8rem}@media screen and (max-width:480px){.styles_Legend__eN6hj{margin:2.4rem 1.8rem}}.styles_LegendItem__neuDt{border-radius:2.4rem;height:.4rem;width:.6rem}.styles_LegendItem_posts__o1e1U{background-color:#2f5dff}.styles_LegendItem_reposts__SxyWH{background-color:#71c7fa}.styles_Legend__eN6hj .styles_Label__6lLKV{color:#000;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;margin:0 1.2rem 0 .6rem;text-transform:capitalize}.styles_About__jg4HS{color:#000;font-family:Montserrat,serif;font-size:1.4rem;font-weight:300;letter-spacing:-.01rem;line-height:2rem}.styles_About__jg4HS .styles_Content__qVKWu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2.4rem 2.1rem 3.2rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Title__b96yS{font-family:Montserrat,serif;font-weight:600;line-height:1.8rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo{-ms-flex-align:start;align-items:flex-start;border-top:1px solid #ebecef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;padding:1.8rem 0}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo:first-child{border-top:none}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Item__zL0i9{display:-ms-flexbox;display:flex;gap:.5rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Item__zL0i9 svg{margin-top:.3rem;min-width:1.4rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_ItemAbout__ADgVH{-webkit-box-orient:vertical;-webkit-line-clamp:7;word-wrap:break-word;display:-webkit-box;max-height:15rem;overflow:hidden;width:100%}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV{background-color:#f7f8fb;border-radius:3.2rem;color:#000;font-weight:500;letter-spacing:-.03rem;line-height:2.1rem;padding:.6rem 1.2rem;text-transform:none}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV .styles_IconSkype__G1ipt,.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV .styles_Icon__mKbwR{margin-left:0!important}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV .styles_Icon__mKbwR svg{color:#07f}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV .styles_IconSkype__G1ipt svg{color:#a6a5a5}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV:hover{background-color:#ebecef!important}@media screen and (max-width:480px){.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV{margin:0}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Buttons__HqIYT .styles_ItemButton__mXmQV .styles_Label__rqFCr{font-size:1.3rem}}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Row__xCiFI{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;line-height:1.7rem;width:100%}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Row__xCiFI .styles_LeftColumn__jVNqY{-ms-flex-align:center;align-items:center;color:#a6a5a5;display:-ms-flexbox;display:flex;font-weight:400;gap:.9rem;overflow:hidden;width:30%}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Row__xCiFI .styles_RightColumn__gpLq6{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Row__xCiFI .styles_RightColumnItem__uzYGo{color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_Row__xCiFI .styles_RightColumnItemTitle__71TUy{font-weight:400}.styles_About__jg4HS .styles_Content__qVKWu .styles_Container__PZrlo .styles_BirthdayRow__2A1xK>div{width:auto!important}.styles_Badge__W7tbP{background-color:#07f;border-radius:6.4rem;color:#fff;font-family:Montserrat,serif;font-size:1.1rem;font-weight:400;letter-spacing:-.03rem;line-height:1.3rem;padding:.3rem .6rem}.styles_Content__MD0co{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;padding:2.3rem 1.8rem}.styles_Content__MD0co .styles_Top__4plOj{color:#000;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:2rem;font-weight:500;gap:1rem;letter-spacing:-.03rem;line-height:2.4rem;overflow:auto}.styles_Content__MD0co .styles_TopItem__nMJiz{background-color:#f3f3f3;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding:1.8rem}.styles_Content__MD0co .styles_TopItem__nMJiz .styles_Label__zEDBh{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;line-height:1.5rem}.styles_Content__MD0co .styles_Clips__8pTOK{grid-gap:2.4rem;display:grid;gap:2.4rem;grid-template-columns:repeat(3,1fr);max-height:40rem;overflow:auto;padding-right:1rem}@media screen and (max-width:480px){.styles_Content__MD0co .styles_Clips__8pTOK{grid-template-columns:repeat(2,1fr)}}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI{position:relative}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI .styles_Image__5K92C{border-radius:.8rem;height:22rem;width:100%}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI .styles_Image__5K92C .styles_PostImage__TSEEw{-o-object-fit:cover;object-fit:cover}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI:hover .styles_ClipControls__isJHY{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:styles_slideIn__GgFMT;animation-name:styles_slideIn__GgFMT;opacity:1}@-webkit-keyframes styles_slideIn__GgFMT{0%{opacity:0}to{opacity:1}}@keyframes styles_slideIn__GgFMT{0%{opacity:0}to{opacity:1}}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI .styles_ClipControls__isJHY{-ms-flex-pack:distribute;-ms-flex-align:end;align-items:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,13%,95%,0)),to(#000));background:-o-linear-gradient(hsla(0,13%,95%,0),#000);background:linear-gradient(hsla(0,13%,95%,0),#000);border-radius:0 0 1.2rem 1.2rem;bottom:0;color:#fff;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:600;justify-content:space-around;opacity:0;padding:1.8rem 0;position:absolute;width:100%;z-index:1}.styles_Content__MD0co .styles_Clips__8pTOK .styles_Clip__YOEBI .styles_ClipControls__isJHY>div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_PieGraph__W49di{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;gap:3rem;justify-content:space-between;min-height:14rem;padding:1.8rem}@media screen and (max-width:480px){.styles_PieGraph__W49di{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.styles_PieGraph__W49di .styles_Graph__OK9-W{min-height:13rem;min-width:13rem;position:relative}@media screen and (max-width:480px){.styles_PieGraph__W49di .styles_Graph__OK9-W{height:13rem;min-height:13rem}}.styles_PieGraph__W49di .styles_LegendCircle__hk5le{bottom:0;color:#2e2f35;font-size:1.2rem;font-weight:400;height:-webkit-min-content;height:-moz-min-content;height:min-content;left:0;letter-spacing:-.03rem;line-height:1.5rem;margin:auto;position:absolute;right:0;text-align:center;top:0;width:-webkit-min-content;width:-moz-min-content;width:min-content}.styles_PieGraph__W49di .styles_LegendCircle__hk5le>span{color:#2e2f35;font-size:1.8rem;font-weight:600;letter-spacing:-.1rem;line-height:2.3rem}.styles_PieGraph__W49di .styles_Legends__BZUf7{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_Legend__hwXX4{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:45%}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;letter-spacing:-.0503rem;line-height:normal;margin-left:1rem;white-space:nowrap}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_Name__8ptrJ{font-size:1.4rem;font-weight:500}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_Value__5Cid9{font-size:1.6rem;font-weight:600;margin-top:.2rem}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_Mobile__DOIM2{color:#2f5dff}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_Tablet__Q3jCJ{color:#5acb66}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_TV__kfc2a{color:#a6a5a5}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_LegendName__g608r .styles_Desktop__\+D4wM{color:#fa133c}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_Legend__hwXX4 .styles_Point__6PwjO{border-radius:24px;height:3px;width:6px}.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_Legend__hwXX4 .styles_Icon__0wgwP{min-width:3.6rem}@media screen and (max-width:960px){.styles_PieGraph__W49di .styles_Legends__BZUf7 .styles_Legend__hwXX4+.styles_Legend__hwXX4{margin-top:1.8rem}}.styles_PieGraph__W49di .styles_Icon_red__xjfDR .stroke{stroke:#fa133c}.styles_PieGraph__W49di .styles_Icon_red__xjfDR .fill{fill:#fa133c}.styles_PieGraph__W49di .styles_Icon_blue__V04Ti .stroke{stroke:#2f5dff}.styles_PieGraph__W49di .styles_Icon_blue__V04Ti .fill{fill:#2f5dff}.styles_PieGraph__W49di .styles_Icon_green__7CyUA .stroke{stroke:#5acb66}.styles_PieGraph__W49di .styles_Icon_green__7CyUA .fill{fill:#5acb66}.styles_PieGraph__W49di .styles_Icon_gray__TMOxj .stroke{stroke:#a6a5a5}.styles_PieGraph__W49di .styles_Icon_gray__TMOxj .fill{fill:#a6a5a5}.styles_PieGraph__W49di .styles_Icon_yellow__IGOcH .stroke{stroke:#ffd572}.styles_PieGraph__W49di .styles_Icon_yellow__IGOcH .fill{fill:#ffd572}.styles_PieGraph__W49di .styles_Icon_purple__Ix862 .stroke{stroke:#8b00ff}.styles_PieGraph__W49di .styles_Icon_purple__Ix862 .fill{fill:#8b00ff}.styles_Views__W1qVG{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;padding:1.8rem}.styles_Views__W1qVG .styles_Item__OaJNM,.styles_Views__W1qVG .styles_Item__OaJNM .styles_IconContainer__PUC8X{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Views__W1qVG .styles_Item__OaJNM .styles_IconContainer__PUC8X{-ms-flex-pack:center;background:#f3f3f3;border-radius:64px;-webkit-box-shadow:inset 0 0 12px 4px #dce4ff;box-shadow:inset 0 0 12px 4px #dce4ff;height:6.4rem;justify-content:center;min-width:6.4rem}.styles_Views__W1qVG .styles_Item__OaJNM .styles_Values__oWZ0V{margin-left:1.6rem}.styles_Views__W1qVG .styles_Item__OaJNM .styles_Values__oWZ0V .styles_Value__dqWyQ{font-size:1.6rem;font-weight:600;letter-spacing:-.0503rem;line-height:normal}.styles_Views__W1qVG .styles_Item__OaJNM .styles_Values__oWZ0V .styles_Label__0CUuc{font-size:1.4rem;font-weight:400;letter-spacing:-.0503rem;line-height:normal;margin-top:.7rem}.styles_Views__W1qVG .styles_Item__OaJNM+.styles_Item__OaJNM{margin-top:2.1rem}.styles_Alert__dW6MY{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.4rem;gap:1rem;justify-content:center;padding:1.3rem}.styles_Alert__dW6MY svg{height:auto;min-width:5rem;width:5rem}.styles_StatisticGridContainer__sVET0{background-color:#fff;border-radius:0 0 .8rem .8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1rem}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su{-ms-flex-wrap:wrap;flex-wrap:wrap}}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu{-ms-flex-align:center;-ms-flex-pack:end;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu{margin-bottom:.5rem}}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j{font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:1.5rem}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j:after,.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j:before{border-bottom:1px solid #000}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j .styles_SelectIcon__UMcI0{top:auto}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j .styles_SelectSelect__0JOvh{padding-bottom:0}.styles_StatisticGridContainer__sVET0 .styles_Top__CB0su .styles_SelectContainer__3F3Eu .styles_Select__nyv6j .styles_SelectSelect__0JOvh:focus{background:none}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1rem}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l{margin-left:-.8rem}}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ{-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #e8e7e7;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:8rem;margin:1rem 0 0 1rem;min-width:20%;padding:0 2rem}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item_5column__F2bAD{min-width:17%}@media screen and (max-width:960px){.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ{min-width:30%}}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ{margin:.8rem 0 0 .8rem;min-width:40%;padding:0 0 0 1rem}}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ svg{min-width:3.6rem;width:3.6rem}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_ItemLong__39fdN{min-width:90%}}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ .styles_Values__LHPD5{margin-left:1.3rem;overflow:hidden}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ .styles_Values__LHPD5 .styles_Value__3rITP{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:600;letter-spacing:-.0503rem;line-height:normal}.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ .styles_Values__LHPD5 .styles_Label__MSQ-q{font-size:1.4rem;font-weight:400;letter-spacing:-.0503rem;line-height:normal;margin-top:.4rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width:480px){.styles_StatisticGridContainer__sVET0 .styles_StatisticGrid__Gg00l .styles_Item__ZyWRQ .styles_Values__LHPD5 .styles_Label__MSQ-q{font-size:1.2rem;white-space:normal}}.styles_MenuPaper__jcl9i{border-radius:1rem}.styles_MenuPaper__jcl9i .styles_MenuList__57g7G{padding:0}.styles_MenuPaper__jcl9i .styles_MenuList__57g7G .styles_MenuItem__3Togy{font-size:1.2rem;font-weight:400;height:4rem;letter-spacing:0;line-height:1.5rem}.styles_MenuPaper__jcl9i .styles_MenuList__57g7G .Mui-selected{background:none;font-weight:600}.styles_MenuPaper__jcl9i .styles_MenuList__57g7G .styles_MenuItem__3Togy+.styles_MenuItem__3Togy{border-top:1px solid #f3f3f3}.styles_BlockTop__YITNm{background-color:#fff;border-radius:.8rem .8rem 0 0;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;height:5.6rem;margin-top:.8rem;width:100%}@media screen and (max-width:480px){.styles_BlockTop__YITNm{padding:0 1rem 1rem;width:calc(100vw - 1.6rem)}}.styles_BlockTop__YITNm .styles_TitleItem__f9CJp{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_BlockTop__YITNm .styles_TitleItem__f9CJp .styles_TitleLabel__0wcTT{font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;letter-spacing:-.03rem;margin-left:.6rem}.styles_BlockTop__YITNm .styles_TitleItem__f9CJp .styles_Badge__DHX7i{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#fa133c;border-radius:64px;color:#fff;display:-ms-flexbox;display:flex;font-size:1.1rem;font-weight:400;height:1.9rem;justify-content:center;letter-spacing:-.03rem;margin-left:.4rem;padding:0 .6rem}.styles_BlockTop__YITNm .styles_TitleItemDisabled__uTh23 .styles_Badge__DHX7i{background:#a6a5a5!important}.styles_BlockTop__YITNm .styles_TitleItemDisabled__uTh23 svg .fill,.styles_BlockTop__YITNm .styles_TitleItemDisabled__uTh23 svg path:first-child{fill:#a6a5a5}.styles_BlockTop__YITNm .styles_InfoButton__X2YgX{position:relative;top:.5rem}.styles_BlockTop__YITNm .styles_Title__d8sIl{-ms-flex-align:center;align-items:center;color:#a6a5a5;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:400;letter-spacing:-.03rem;padding-right:2.4rem}@media screen and (max-width:480px){.styles_BlockTop__YITNm .styles_Title__d8sIl{-ms-flex-pack:center;justify-content:center;padding:0}}.styles_Title__05puN .styles_TitleItem__H5XgZ .styles_Badge_8__ohouB{background-color:#ed143b}.styles_Title__05puN .styles_TitleItem__H5XgZ .styles_Badge_9__3Jzqo{background-color:#202022}.styles_Title__05puN .styles_TitleItem__H5XgZ .styles_Badge_3__WLQUP,.styles_Title__05puN .styles_TitleItem__H5XgZ .styles_Badge_4__olrrs{background-color:#07f}.styles_Grid_1__oG9mU .fill{fill:#fa133c}.styles_Grid_1__oG9mU .stroke{stroke:#fa133c}.styles_Grid_8__SGxn1 .fill{fill:#100943}.styles_Grid_8__SGxn1 .stroke{stroke:#100943}.styles_Grid_9__2Iczc .fill{fill:#202022}.styles_Grid_9__2Iczc .stroke{stroke:#202022}.styles_Grid_3__P43g- .fill,.styles_Grid_4__SzPSG .fill{fill:#07f}.styles_Grid_3__P43g- .stroke,.styles_Grid_4__SzPSG .stroke{stroke:#07f}@-webkit-keyframes styles_Gradient__8nsvk{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__8nsvk{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_BlockTop__9d4sN{border-radius:.8rem .8rem 0 0!important;min-height:0!important;padding-bottom:2.3rem}.styles_BlockTop__9d4sN .styles_Buttons__6FaUO{display:-ms-flexbox;display:flex}.styles_BottomBorder__\+Wpzn{border-radius:0 0 .8rem .8rem!important}@-webkit-keyframes styles_Gradient__KObFz{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__KObFz{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Content__gM-xg{color:#000;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-weight:300;gap:.8rem;letter-spacing:-.03rem;overflow:auto;width:100%}.styles_Content__gM-xg .styles_Swiper__g\+0vl .swiper-button-disabled{display:none}.styles_Content__gM-xg .styles_SwiperFewPosts__5J6h- .swiper-slide{max-width:33%}@media screen and (max-width:960px){.styles_Content__gM-xg .styles_SwiperFewPosts__5J6h- .swiper-slide{max-width:50%}}@media screen and (max-width:480px){.styles_Content__gM-xg .styles_SwiperFewPosts__5J6h- .swiper-slide{max-width:none}}.styles_Content__gM-xg .styles_Swiper__g\+0vl .styles_PaginationButton__Cv4r3{background:#fff;border:1px solid #ebecef;border-radius:100%;height:64px;position:absolute;top:calc(50% + 20px);width:64px;z-index:1}.styles_Content__gM-xg .styles_Swiper__g\+0vl .styles_PaginationButtonTelegram__1uaXo{top:calc(50% - 32px)}.styles_Content__gM-xg .styles_Swiper__g\+0vl .styles_PrevButton__2aq7s{left:1rem}.styles_Content__gM-xg .styles_Swiper__g\+0vl .styles_NextButton__t1\+zL{right:1rem}@media screen and (max-width:480px){.styles_Content__gM-xg{width:calc(100vw - 1.6rem)}}@-webkit-keyframes styles_Gradient__DYP6t{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__DYP6t{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Post__S0xPA{border-radius:0 0 .8rem .8rem;color:#000;padding:1rem;width:auto!important}.styles_Post__S0xPA .styles_Title__Rq2F0{background-color:#fff;display:-ms-flexbox;display:flex;position:relative;z-index:3}.styles_Post__S0xPA .styles_Title__Rq2F0 .styles_AccountInfo__B35wP{color:#000;display:-ms-flexbox;display:flex;gap:1.2rem;width:100%}.styles_Post__S0xPA .styles_Title__Rq2F0 .styles_AccountInfo__B35wP .styles_Avatar__8wf7R{margin-right:0}.styles_Post__S0xPA .styles_Title__Rq2F0 .styles_AccountInfo__B35wP .styles_Info__znHIU{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.3rem;overflow:hidden}.styles_Post__S0xPA .styles_Title__Rq2F0 .styles_AccountInfo__B35wP .styles_Info__znHIU .styles_Name__ULlax{font-size:1.5rem;font-weight:500;line-height:1.8rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Post__S0xPA .styles_Title__Rq2F0 .styles_AccountInfo__B35wP .styles_Info__znHIU .styles_Date__hjSIf{-ms-flex-align:center;align-items:center;color:#a6a5a5;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:300;gap:.5rem;line-height:1.6rem}.styles_Post__S0xPA .styles_Text__nmk3c{background-color:#fff;font-size:1.4rem;font-weight:300;height:4.5rem;line-height:2.1rem;overflow:auto;padding-top:1rem;position:relative;z-index:3}.styles_Post__S0xPA .styles_Text__nmk3c .styles_NullImageIcon__Q9LeF{-ms-flex-item-align:center;align-self:center;height:100%;width:100%}.styles_Post__S0xPA .styles_TextVk__qX6Ly{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;max-height:6.5rem;overflow:hidden}.styles_Post__S0xPA .styles_TextTg__w2dh2{overflow:hidden}.styles_Post__S0xPA .styles_TextNoText__mz9KY{display:none}.styles_Post__S0xPA .styles_Shadow__CmMgn{background-color:#fff;-webkit-box-shadow:0 0 32px 24px #fff;box-shadow:0 0 32px 24px #fff;height:.2rem;position:relative;z-index:1}.styles_Post__S0xPA .styles_Image__iJDfc{height:24rem;width:100%}.styles_Post__S0xPA .styles_ImageTelegram__KJHWW{margin-top:1.2rem}.styles_Post__S0xPA .styles_Image__iJDfc .styles_PostImage__GWrj\+{height:auto;max-height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:auto}.styles_Post__S0xPA .styles_TgEmbed__6q4MW{height:30rem;margin-top:1rem;overflow:scroll!important}.styles_Post__S0xPA .styles_TgEmbed__6q4MW iframe{min-width:0!important}.styles_Post__S0xPA .styles_Likes__FV0VX{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;color:#000;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.3rem;font-weight:500;gap:2rem;height:1.8rem;justify-content:space-between;line-height:1.6rem;margin-top:1rem;position:relative;z-index:1}.styles_Post__S0xPA .styles_LikesItem__noy5\+{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.375rem}.styles_Post__S0xPA .styles_LikesItem__noy5\+ .styles_MessageIcon__VBV-Y{height:1.8rem;width:1.8rem}.styles_Post__S0xPA .styles_LikesItem__noy5\+ .styles_SmileIcon__4YJYl{height:1.5rem;width:1.5rem}.styles_Post__S0xPA .styles_LikesItem__noy5\+ .styles_SmileIcon__4YJYl path{fill:#000}.styles_Post__S0xPA .styles_LikesItem__noy5\+ .styles_ShareIcon__LkiG4{height:1.3rem;width:1.5rem}.styles_Post__S0xPA .styles_LikesLeft__0aer-{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:2rem}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX{color:#a6a5a5;font-weight:400;gap:.55rem;line-height:1.6rem}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX .styles_ViewsIcon__WCT3i{height:1.6rem;width:1.7rem}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX .styles_ViewsIcon__WCT3i path{fill:#a6a5a5}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX .styles_ViewsIcon__WCT3i circle{stroke:#a6a5a5}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX .styles_PlaysIcon__vHRSD{width:1.7rem}.styles_Post__S0xPA .styles_Likes__FV0VX .styles_Views__md9HX .styles_PlaysIcon__vHRSD path{fill:#a6a5a5}.styles_Post__S0xPA .styles_InstaEmbedContainer__xudck{margin-top:-6.5rem;overflow:hidden;position:relative}.styles_Post__S0xPA .styles_InstaEmbedContainer__xudck .styles_TopBorder__Jql7Y{background-color:#dbdbdb;height:1px;position:absolute;top:6.5rem;width:calc(100% - 2px);z-index:3}.styles_InstaFrame__Lk0qm{display:-ms-flexbox;display:flex;position:relative}.styles_InstaFrame__Lk0qm .styles_LoaderContainer__0BnJK{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#fff;display:-ms-flexbox;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.styles_Chart__6bp2L{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.styles_ChartHeader__tsE9s{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:2.4rem;padding:1.8rem 1.8rem 0}@media screen and (max-width:480px){.styles_ChartHeader__tsE9s{margin-bottom:0}}.styles_ChartHeader__tsE9s>div{display:-ms-flexbox;display:flex}.styles_ChartHeaderTitle__HWBkl{color:#212121;-ms-flex:1 1;flex:1 1;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:600}@media screen and (max-width:480px){.styles_ChartHeaderTitle__HWBkl{margin-right:.8rem;white-space:nowrap}}.styles_ChartContent__JcA7H{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Montserrat,serif;height:100%;justify-content:center;padding:0 15rem 5rem;text-align:center}@media screen and (max-width:480px){.styles_ChartContent__JcA7H{padding:1.8rem}}.styles_ToolbarItem__vC-R0{border-radius:.4rem;color:#7099ee;cursor:pointer;padding:.5rem 1rem}.styles_ToolbarItem_active__OtRNQ{background-color:#7099ee;color:#fff}.styles_ToolbarItem__vC-R0+.styles_ToolbarItem__vC-R0{margin-left:1.2rem}.styles_Wrapper__stD1Z{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__stD1Z{grid-template-columns:1fr}}.styles_InfoBtn__YXIOv{padding:.3rem!important}.styles_ContentWrapper__KzIiX{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__dtIwV{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__yzrS-{color:#fff}body .styles_ArrowWhite__Ohn19{color:#fff!important}.styles_TooltipBlack__rwM0Y{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__Uvw61{color:#000!important}.styles_DynamicsTooltip__ex417{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__ex417 img{width:100%}.styles_MobileBlock__3fauF .styles_LongBlock__Buu4a{min-width:90%}.styles_MobileBlock__3fauF .styles_Img__j\+-wf{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__3fauF{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__3fauF .styles_Actions__XXi0H{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__eS1ct{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__eS1ct:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__eS1ct{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__\+h6Ro{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__\+h6Ro,.styles_StatBlocks__ZPn3C{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__ZPn3C{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__ZPn3C{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__ZPn3C .styles_StatBlock__nsVCU{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__ZPn3C .styles_StatBlock__nsVCU{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__ZPn3C .styles_StatBlockValue__ePspG{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__ZPn3C .styles_StatBlockValue__ePspG .styles_StatBlockCount__0kzoM{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__ZPn3C .styles_StatBlockValue__ePspG .styles_StatBlockTitle__YQXDQ{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__ZPn3C .styles_StatBlock__nsVCU+.styles_StatBlock__nsVCU{margin-top:.8rem}.styles_Stats__ru9jF{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__uLRSZ{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__\+IIMZ{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__ElQ\+0{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__VGwnz{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__dmJZZ{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__dmJZZ{background-color:#f3f3f3}}.styles_StatsItemTitle__ySxtW{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__ySxtW{font-size:1.2rem}}.styles_Stats__ru9jF .styles_StatsItem__dmJZZ+.styles_StatsItem__dmJZZ{margin-left:.8rem}.styles_Stats__ru9jF .styles_LqiInfo__Yxklr{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__ru9jF .styles_CircleProgress__xT8bE{display:inline-block!important}.styles_Stats__ru9jF .styles_CircleProgress_bad__Yc0L8{color:#db0200}.styles_Stats__ru9jF .styles_CircleProgress_moderate__qlLRj{color:#fe9500}.styles_Stats__ru9jF .styles_CircleProgress_good__D-j1f{color:#25dd81}.styles_Stats__ru9jF .styles_CircleProgress_great__D\+2Ur{color:#54b936}.styles_Stats__ru9jF .styles_CircleProgress_none__AytGK{color:#b0b4b5}.styles_Stats__ru9jF .styles_CircleProgress_gray__Df2AC{color:#80828b}.styles_Stats__ru9jF .styles_CircleProgressBox__L\+daI{font-family:Montserrat,serif;font-weight:500}.styles_FollowersIcon__MReXJ path{fill:#100943}.styles_VideosIcon__rafy- path,.styles_ViewsIconIcon__cv100 path:first-child{stroke:#100943}.styles_ViewsIconIcon__cv100 path:last-child{stroke:#ed143b}.styles_Wrapper__6MxGU{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__6MxGU{grid-template-columns:1fr}}.styles_InfoBtn__QMLGv{padding:.3rem!important}.styles_ContentWrapper__0W4Zz{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__ncui3{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__cRItc{color:#fff}body .styles_ArrowWhite__WVMnj{color:#fff!important}.styles_TooltipBlack__LeXsJ{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__8yzt8{color:#000!important}.styles_DynamicsTooltip__JnKPP{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__JnKPP img{width:100%}.styles_MobileBlock__usPqg .styles_LongBlock__yN\+e-{min-width:90%}.styles_MobileBlock__usPqg .styles_Img__Qe7im{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__usPqg{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__usPqg .styles_Actions__lrAL8{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__gPL90{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__gPL90:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__gPL90{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__sRpn\+{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__sRpn\+,.styles_StatBlocks__PpaAf{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__PpaAf{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__PpaAf{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__PpaAf .styles_StatBlock__Qr0Vi{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__PpaAf .styles_StatBlock__Qr0Vi{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__PpaAf .styles_StatBlockValue__JHb8O{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__PpaAf .styles_StatBlockValue__JHb8O .styles_StatBlockCount__L3epK{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__PpaAf .styles_StatBlockValue__JHb8O .styles_StatBlockTitle__Cr3qw{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__PpaAf .styles_StatBlock__Qr0Vi+.styles_StatBlock__Qr0Vi{margin-top:.8rem}.styles_Stats__ighGL{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__QA83q{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__BkvIc{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__1lJtm{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__ehM4i{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__S2qp4{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__S2qp4{background-color:#f3f3f3}}.styles_StatsItemTitle__Q\+L4Q{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__Q\+L4Q{font-size:1.2rem}}.styles_Stats__ighGL .styles_StatsItem__S2qp4+.styles_StatsItem__S2qp4{margin-left:.8rem}.styles_Stats__ighGL .styles_LqiInfo__7Th3W{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__ighGL .styles_CircleProgress__QLXcI{display:inline-block!important}.styles_Stats__ighGL .styles_CircleProgress_bad__mjgnX{color:#db0200}.styles_Stats__ighGL .styles_CircleProgress_moderate__H81es{color:#fe9500}.styles_Stats__ighGL .styles_CircleProgress_good__lZ1Uh{color:#25dd81}.styles_Stats__ighGL .styles_CircleProgress_great__ZAoOm{color:#54b936}.styles_Stats__ighGL .styles_CircleProgress_none__IyGgl{color:#b0b4b5}.styles_Stats__ighGL .styles_CircleProgress_gray__y6MI2{color:#80828b}.styles_Stats__ighGL .styles_CircleProgressBox__79ndG{font-family:Montserrat,serif;font-weight:500}.styles_Wrapper__w0LHV{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__w0LHV{grid-template-columns:1fr}}.styles_InfoBtn__pPvnJ{padding:.3rem!important}.styles_ContentWrapper__khEyW{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__SixAf{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__taZRM{color:#fff}body .styles_ArrowWhite__Flgln{color:#fff!important}.styles_TooltipBlack__\+yIq5{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__SLC3g{color:#000!important}.styles_DynamicsTooltip__Sw0Tb{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__Sw0Tb img{width:100%}.styles_MobileBlock__LPqbM .styles_LongBlock__qJgJw{min-width:90%}.styles_MobileBlock__LPqbM .styles_Img__-8xHR{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__LPqbM{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__LPqbM .styles_Actions__xLPdr{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__iDdFW{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__iDdFW:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__iDdFW{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__gOrqe{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__gOrqe,.styles_StatBlocks__2QPVf{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__2QPVf{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__2QPVf{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__2QPVf .styles_StatBlock__LTHVX{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__2QPVf .styles_StatBlock__LTHVX{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__2QPVf .styles_StatBlockValue__CiSLk{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__2QPVf .styles_StatBlockValue__CiSLk .styles_StatBlockCount__oAKI1{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__2QPVf .styles_StatBlockValue__CiSLk .styles_StatBlockTitle__v246u{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__2QPVf .styles_StatBlock__LTHVX+.styles_StatBlock__LTHVX{margin-top:.8rem}.styles_Stats__r8Ins{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__7rlUI{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__AsQTG{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__yXsP\+{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__OgOT3{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__87HiU{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__87HiU{background-color:#f3f3f3}}.styles_StatsItemTitle__FV06Z{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__FV06Z{font-size:1.2rem}}.styles_Stats__r8Ins .styles_StatsItem__87HiU+.styles_StatsItem__87HiU{margin-left:.8rem}.styles_Stats__r8Ins .styles_LqiInfo__Mf8my{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__r8Ins .styles_CircleProgress__z\+zky{display:inline-block!important}.styles_Stats__r8Ins .styles_CircleProgress_bad__eQnzX{color:#db0200}.styles_Stats__r8Ins .styles_CircleProgress_moderate__J2fvF{color:#fe9500}.styles_Stats__r8Ins .styles_CircleProgress_good__1WC\+8{color:#25dd81}.styles_Stats__r8Ins .styles_CircleProgress_great__ayTSC{color:#54b936}.styles_Stats__r8Ins .styles_CircleProgress_none__Uz-27{color:#b0b4b5}.styles_Stats__r8Ins .styles_CircleProgress_gray__lTxvK{color:#80828b}.styles_Stats__r8Ins .styles_CircleProgressBox__QFSCo{font-family:Montserrat,serif;font-weight:500}.styles_Content__A9jEI{-ms-flex:1 1;flex:1 1}.styles_Summary__hwTdS{display:-ms-flexbox;display:flex;font-size:1.6em;font-weight:600;margin-top:1.6em;width:100%}@media screen and (max-width:480px){.styles_Summary__hwTdS{gap:.8rem}}.styles_SummaryLeft__KksUC,.styles_SummaryRight__jvxrH{-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_SummaryLeft__KksUC,.styles_SummaryRight__jvxrH{background:#f3f3f3;border-radius:1.2rem;padding:1.4rem 0}}.styles_Summary__hwTdS .styles_SummaryLeft__KksUC+.styles_SummaryRight__jvxrH{border-left:1px solid #ebecef}.styles_SummaryValue__U0LZA{text-align:center;width:100%}.styles_SummaryText__J\+O9W{color:#838799;font-size:.75em;font-weight:600;text-align:center;text-transform:uppercase}.styles_Lqi__u5MHk{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.2rem;font-weight:500;gap:1rem;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_LqiTitle__9v6Sq{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between}.styles_LqiTitleValue__1\+OVW{font-size:2rem;line-height:2.4rem}.styles_LqiTitleLabel__TQxxF{font-size:1.6rem;font-weight:600;line-height:1.6rem}.styles_Wrapper__xt8mC{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__xt8mC{grid-template-columns:1fr}}.styles_InfoBtn__01mY6{padding:.3rem!important}.styles_ContentWrapper__Zjokf{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__wu2vg{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__COUbI{color:#fff}body .styles_ArrowWhite__Ljz8v{color:#fff!important}.styles_TooltipBlack__of7kQ{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__WwTJq{color:#000!important}.styles_DynamicsTooltip__\+OmTc{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__\+OmTc img{width:100%}.styles_MobileBlock__hDJJ9 .styles_LongBlock__bxHdQ{min-width:90%}.styles_MobileBlock__hDJJ9 .styles_Img__AsELL{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__hDJJ9{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__hDJJ9 .styles_Actions__Bi-Rz{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__c381g{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__c381g:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__c381g{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__fc\+ah{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__fc\+ah,.styles_StatBlocks__GQ0db{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__GQ0db{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__GQ0db{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__GQ0db .styles_StatBlock__GVAGb{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__GQ0db .styles_StatBlock__GVAGb{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__GQ0db .styles_StatBlockValue__HAFoS{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__GQ0db .styles_StatBlockValue__HAFoS .styles_StatBlockCount__JiecK{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__GQ0db .styles_StatBlockValue__HAFoS .styles_StatBlockTitle__SCc5r{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__GQ0db .styles_StatBlock__GVAGb+.styles_StatBlock__GVAGb{margin-top:.8rem}.styles_Stats__g53nX{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__W-PjQ{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__9tRbk{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__TWamv{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__mEx\+0{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__L11bX{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__L11bX{background-color:#f3f3f3}}.styles_StatsItemTitle__NCvdV{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__NCvdV{font-size:1.2rem}}.styles_Stats__g53nX .styles_StatsItem__L11bX+.styles_StatsItem__L11bX{margin-left:.8rem}.styles_Stats__g53nX .styles_LqiInfo__wYACi{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__g53nX .styles_CircleProgress__RLTAk{display:inline-block!important}.styles_Stats__g53nX .styles_CircleProgress_bad__IzUhE{color:#db0200}.styles_Stats__g53nX .styles_CircleProgress_moderate__HVyeW{color:#fe9500}.styles_Stats__g53nX .styles_CircleProgress_good__DQwxA{color:#25dd81}.styles_Stats__g53nX .styles_CircleProgress_great__onm3L{color:#54b936}.styles_Stats__g53nX .styles_CircleProgress_none__N4vbn{color:#b0b4b5}.styles_Stats__g53nX .styles_CircleProgress_gray__h6jgr{color:#80828b}.styles_Stats__g53nX .styles_CircleProgressBox__jU\+ms{font-family:Montserrat,serif;font-weight:500}.styles_Wrapper__gFR98{grid-column-gap:.8rem;align-self:center;background-color:#f3f3f3;display:grid;grid-template-columns:26rem auto;max-width:140rem;width:100%}@media screen and (max-width:480px){.styles_Wrapper__gFR98{grid-template-columns:1fr}}.styles_InfoBtn__3zS\+h{padding:.3rem!important}.styles_ContentWrapper__dHTpz{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}body .styles_TooltipWhite__AL6OE{background-color:#fff;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#000;font-size:1.4rem;padding:1.4rem}body .styles_TooltipWhiteArrow__\+dSA0{color:#fff}body .styles_ArrowWhite__ixFly{color:#fff!important}.styles_TooltipBlack__IuW7\+{background-color:#000!important;-webkit-box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);box-shadow:0 8px 8px rgba(50,50,71,.08),0 8px 16px rgba(50,50,71,.06);color:#fff!important;font-family:Montserrat,sans-serif;font-size:1.2rem;max-width:500px!important}.styles_ArrowBlack__N2YYq{color:#000!important}.styles_DynamicsTooltip__5SP\+7{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_DynamicsTooltip__5SP\+7 img{width:100%}.styles_MobileBlock__4wQDw .styles_LongBlock__vJko9{min-width:90%}.styles_MobileBlock__4wQDw .styles_Img__P2MF1{height:auto;width:2rem}@media screen and (max-width:480px){.styles_MobileBlock__4wQDw{background-color:#fff;border-radius:.8rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;padding:1.6rem}}.styles_MobileBlock__4wQDw .styles_Actions__sEh3Z{display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.styles_MediaPlanButton__pJL4j{height:4.8rem;margin-top:1.8rem;width:100%}.styles_MediaPlanButton__pJL4j:hover path{fill:#fff}@media screen and (max-width:480px){.styles_MediaPlanButton__pJL4j{bottom:6.6rem;left:.8rem;position:fixed!important;width:calc(100vw - 1.6rem);z-index:2}}.styles_BottomBlock__vipi3{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_BottomBlock__vipi3,.styles_StatBlocks__8odNz{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatBlocks__8odNz{margin-top:1.8rem}@media screen and (max-width:480px){.styles_StatBlocks__8odNz{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0 0 -.8rem}}.styles_StatBlocks__8odNz .styles_StatBlock__lZ4cO{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-radius:12px;display:-ms-flexbox;display:flex;height:6.6rem;padding-left:2rem}@media screen and (max-width:480px){.styles_StatBlocks__8odNz .styles_StatBlock__lZ4cO{-ms-flex:1 1;flex:1 1;margin:.8rem 0 0 .8rem;min-width:40%}}.styles_StatBlocks__8odNz .styles_StatBlockValue__JNheF{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.4rem}.styles_StatBlocks__8odNz .styles_StatBlockValue__JNheF .styles_StatBlockCount__HdFZ1{font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__8odNz .styles_StatBlockValue__JNheF .styles_StatBlockTitle__DvE0w{font-family:Montserrat,serif;font-size:1.2rem;font-weight:500;letter-spacing:-.03rem;line-height:normal}.styles_StatBlocks__8odNz .styles_StatBlock__lZ4cO+.styles_StatBlock__lZ4cO{margin-top:.8rem}.styles_Stats__\+u6wc{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:.8rem;padding:1.2rem;width:100%}.styles_StatsTitle__l1gP4{font-size:1.2rem;font-weight:500;letter-spacing:0;line-height:1.2rem;text-align:center;white-space:normal;width:100%}.styles_StatsContent__TNO83{-ms-flex-align:start;-ms-flex-pack:distribute;align-items:flex-start;display:-ms-flexbox;display:flex;justify-content:space-around;width:100%}.styles_StatsLqi__SHK0C{font-size:1.3rem;font-weight:500;letter-spacing:-.03rem;line-height:1.6rem;width:100%}.styles_StatsLqiTitle__h8uq3{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:2rem;justify-content:space-between;line-height:2.4rem}.styles_StatsItem__OwAuE{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;justify-content:center}@media screen and (max-width:480px){.styles_StatsItem__OwAuE{background-color:#f3f3f3}}.styles_StatsItemTitle__0TdHK{font-size:1.2rem;font-weight:500;letter-spacing:-.04rem;line-height:1.2rem;text-align:center}@media screen and (max-width:480px){.styles_StatsItemTitle__0TdHK{font-size:1.2rem}}.styles_Stats__\+u6wc .styles_StatsItem__OwAuE+.styles_StatsItem__OwAuE{margin-left:.8rem}.styles_Stats__\+u6wc .styles_LqiInfo__oScho{font-size:1em;margin-left:.4em;padding:0}.styles_Stats__\+u6wc .styles_CircleProgress__uEpYS{display:inline-block!important}.styles_Stats__\+u6wc .styles_CircleProgress_bad__0PZe8{color:#db0200}.styles_Stats__\+u6wc .styles_CircleProgress_moderate__kV\+HJ{color:#fe9500}.styles_Stats__\+u6wc .styles_CircleProgress_good__5XzUI{color:#25dd81}.styles_Stats__\+u6wc .styles_CircleProgress_great__XT5D-{color:#54b936}.styles_Stats__\+u6wc .styles_CircleProgress_none__rLj\+e{color:#b0b4b5}.styles_Stats__\+u6wc .styles_CircleProgress_gray__1UQbn{color:#80828b}.styles_Stats__\+u6wc .styles_CircleProgressBox__GD73\+{font-family:Montserrat,serif;font-weight:500}@media screen and (max-width:480px){.styles_StatBlockStats__dMAO1{gap:0!important}}.styles_CampaignsList__qAUVo{padding:1rem 2.4rem 0 0}@media screen and (max-width:1280px)and (min-width:480px){.styles_CampaignsList__qAUVo{padding:.8rem}}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo{padding:1rem 0 0}}.styles_CampaignsList__qAUVo .styles_Header__v3LOX{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:1rem 1rem 0 0;display:-ms-flexbox;display:flex;padding:1.3rem 2.4rem;position:relative}@media screen and (max-width:1280px)and (min-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX{border-radius:1rem}}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX{-ms-flex-direction:column;flex-direction:column}}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_Title__6zUC\+{color:#2e2f35;-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2rem}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_Title__6zUC\+{text-align:left;width:100%}}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6{-ms-flex-direction:column;flex-direction:column;margin-top:1.8rem;width:100%}}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_AddBrandButton__YR8AE,.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_CreateButton__ykz4K{height:4.1rem}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_SortFilter__Gq0VO{height:4.1rem;width:24rem}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_AddBrandButton__YR8AE,.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_SearchFilter__KuJ0d{margin-left:1.2rem}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_SearchFilter__KuJ0d{-ms-flex-order:1;margin-left:0;order:1;width:100%}.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_AddBrandButton__YR8AE{-ms-flex-order:2;margin-left:0;margin-top:1rem;order:2;width:100%}}@media screen and (max-width:1280px)and (min-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_CreateButton__ykz4K{bottom:-5.2rem;left:0;position:absolute;width:100%}}@media screen and (max-width:480px){.styles_CampaignsList__qAUVo .styles_Header__v3LOX .styles_HeaderRight__sgWK6 .styles_CreateButton__ykz4K{bottom:6.6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:2}}.styles_CampaignsList__qAUVo .styles_Content__BEy4Y{background-color:#fff;border-radius:0 0 1rem 1rem;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;margin-top:.2rem;padding:1.8rem 2.4rem 3.2rem}@media screen and (max-width:1280px)and (min-width:480px){.styles_CampaignsList__qAUVo .styles_Content__BEy4Y{border-radius:1rem;margin-top:6.5rem}}.styles_CampaignsList__qAUVo .styles_ContentEmpty__Q4X9L{margin-top:.2rem}@media screen and (max-width:480px){.styles_ButtonContainer__OWHLm{-ms-flex-order:2;order:2;width:100%}}.styles_ButtonContainer__OWHLm .styles_Button__r-7oE{-ms-flex-pack:justify;background-color:#fff;border:1px solid #ebecef;border-radius:.6rem;-webkit-box-shadow:0 6px 12px rgba(26,47,79,.06);box-shadow:0 6px 12px rgba(26,47,79,.06);color:#000;font-size:1.3rem;font-weight:500;height:4.1rem;justify-content:space-between;letter-spacing:-.02rem;line-height:1.6rem;margin-left:1.2rem;width:24rem}@media screen and (max-width:480px){.styles_ButtonContainer__OWHLm .styles_Button__r-7oE{margin-left:0;margin-top:1rem;width:100%}}.styles_ButtonContainer__OWHLm .styles_Button__r-7oE .styles_ExpendIcon__VBtxU{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_ButtonContainer__OWHLm .styles_Button__r-7oE .styles_ExpendIconActive__vNyWd{color:#fa133c;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_ButtonContainer__OWHLm .styles_Button__r-7oE .styles_Values__gbTA1{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_ButtonContainer__OWHLm .styles_Button__r-7oE:hover{background-color:#f3f3f3}.styles_ButtonContainer__OWHLm .styles_ButtonOpen__cCA3N{border:none;border-radius:6px 6px 0 0;-webkit-box-shadow:0 -6px 12px rgba(26,47,79,.06);box-shadow:0 -6px 12px rgba(26,47,79,.06)}.styles_Popover__zS5-r{border-radius:0 0 .6rem .6rem!important;-webkit-box-shadow:0 6px 12px rgba(26,47,79,.06)!important;box-shadow:0 6px 12px rgba(26,47,79,.06)!important;height:30rem!important;width:24rem}@media screen and (max-width:480px){.styles_Popover__zS5-r{width:calc(100vw - 4.8rem)}}.styles_Search__0ALPT{border-radius:6px;padding:.6rem 1.2rem}@media screen and (max-width:480px){.styles_Search__0ALPT{width:100%}}.styles_Item__sFq3x{display:-ms-flexbox;display:flex}.styles_ItemSelected__lVrDM,.styles_Item__sFq3x:hover{background-color:#f3f3f3!important}.styles_Item__sFq3x .styles_Logo__wtfWC{border-radius:3px}.styles_Item__sFq3x .styles_Label__BFY\+P{color:#000;-ms-flex:1 1;flex:1 1;font-size:1.3rem;font-weight:400;line-height:1.6rem;margin-left:.5rem;overflow:hidden}.styles_Item__sFq3x .styles_Label__BFY\+P .styles_Name__mcqv6{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_Item__sFq3x .styles_Label__BFY\+P .styles_Count__x1AB-{color:#a6a5a5}.styles_ItemMore__az64z{font-weight:600!important}.styles_Item__sFq3x .styles_CheckBox__8s-PK{margin:0}.styles_Item__sFq3x+.styles_Item__sFq3x{border-top:1px solid #ebecef}.styles_Counters__jfTXW{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1.2rem 0 0 -1.2rem}@media screen and (max-width:1280px){.styles_Counters__jfTXW{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;padding-bottom:1rem}}.styles_Counters__jfTXW .styles_Count__a9YPe{-ms-flex-align:center;align-items:center;border:1px solid #ebecef;border-radius:8px;cursor:pointer;display:-ms-flexbox;display:flex;height:4rem;margin:1.2rem 0 0 1.2rem;padding:0 1.2rem}.styles_Counters__jfTXW .styles_Count__a9YPe:hover{background-color:#f3f3f3}.styles_Counters__jfTXW .styles_Count__a9YPe .styles_Label__PYXRG{color:#2e2f35;font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem;margin-left:.5rem;white-space:nowrap}.styles_Counters__jfTXW .styles_Count__a9YPe .styles_Label__PYXRG .styles_Value__gFFFo{color:#a6a5a5}.styles_Counters__jfTXW .styles_CountActive__4ZW1k{background-color:#2e2f35!important}.styles_Counters__jfTXW .styles_CountActive__4ZW1k .styles_Label__PYXRG{color:#fff}.styles_Counters__jfTXW .styles_CountActive__all__lSMfA path,.styles_Counters__jfTXW .styles_CountActive__stopped__aFTwv path{fill:#fff}.styles_Counters__jfTXW .styles_CountActive__active__l7yLo circle,.styles_Counters__jfTXW .styles_CountActive__active__l7yLo path,.styles_Counters__jfTXW .styles_CountActive__awaiting__4XTtC circle,.styles_Counters__jfTXW .styles_CountActive__awaiting__4XTtC path,.styles_Counters__jfTXW .styles_CountActive__moderation__jDJC9 circle,.styles_Counters__jfTXW .styles_CountActive__moderation__jDJC9 path,.styles_Counters__jfTXW .styles_CountActive__rejected__tJRZz circle,.styles_Counters__jfTXW .styles_CountActive__rejected__tJRZz path,.styles_Counters__jfTXW .styles_CountActive__saved__xUjmq circle,.styles_Counters__jfTXW .styles_CountActive__saved__xUjmq path,.styles_Counters__jfTXW .styles_CountActive__stopping__pq5a\+ circle,.styles_Counters__jfTXW .styles_CountActive__stopping__pq5a\+ path{stroke:#fff}.styles_CampaignsList__4dTVi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:.6rem 0 0 -2.7rem}.styles_CampaignsList__4dTVi .styles_Loader__7WaGA{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:center;margin-top:1rem}.styles_CampaignsList__4dTVi .styles_Preview__RIzNE,.styles_CampaignsList__4dTVi .styles_Skeleton__Baq0G{margin:1.8rem 0 0 2.7rem}.styles_CampaignsList__4dTVi .styles_Skeleton__Baq0G{background-color:#f3f3f3;border-radius:8px}.styles_EmptyImg__06nVN{height:auto;width:29rem}.styles_EmptyLabel__Xo6k0{width:47rem}.styles_EmptyLabelBold__rSSI8{font-weight:500}@media screen and (max-width:480px){.styles_EmptyLabel__Xo6k0{width:32rem}}.styles_Modal__7lkvS{max-width:54rem!important}.styles_Modal__7lkvS .styles_Content__cOkz1{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Modal__7lkvS .styles_Content__cOkz1 .styles_Label__QO\+d0{color:#000;font-size:1.6rem;font-weight:400;letter-spacing:-.03rem;line-height:2rem;margin-top:3.2rem;text-align:center}@media screen and (max-width:480px){.styles_Modal__7lkvS .styles_Content__cOkz1 .styles_Label__QO\+d0{width:23rem}}.styles_Modal__7lkvS .styles_Footer__Zny8S>div{text-align:center}.styles_Modal__7lkvS .styles_Footer__Zny8S .styles_Button__gpW75{width:23rem}.styles_Content__xOG16{padding-bottom:7.2rem!important}.styles_TasksList__baqZK{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1rem 0 0 -1rem}.styles_TasksList__baqZK .styles_Preview__a-ZVa{margin:1rem 0 0 1rem}.styles_PageContent__5Wf7C{background:#fff;border:1px solid #e4e4e4;border-radius:.8rem;margin:1rem auto;padding:3rem}@media screen and (max-width:480px){.styles_PageContent__5Wf7C{padding:1rem}}.styles_Search__Kfkp\+{display:-ms-flexbox;display:flex;margin-bottom:3rem}@media screen and (max-width:480px){.styles_Search__Kfkp\+{-ms-flex-direction:column;flex-direction:column}}.styles_Search__Kfkp\+ .styles_SearchItem__M6Khz+.styles_SearchItem__M6Khz{margin-left:2rem}@media screen and (max-width:480px){.styles_Search__Kfkp\+ .styles_SearchItem__M6Khz+.styles_SearchItem__M6Khz{margin-left:0;margin-top:1rem}}.styles_Search__Kfkp\+ .styles_CampaignSearch__buyYO{-ms-flex:1 1;flex:1 1}.styles_Search__Kfkp\+ .styles_SearchSelect__PIeYr{width:220px}.styles_Search__Kfkp\+ .styles_SearchSelect__placeholder__Oopym{-webkit-transform:translate(14px,14px) scale(1);-ms-transform:translate(14px,14px) scale(1);transform:translate(14px,14px) scale(1)}.styles_Search__Kfkp\+ .styles_SearchSelect__icon__-JW3\+{margin-right:2rem}.styles_SelectValue__ecGxA{color:#373a3c;font-size:1.5rem;font-weight:600;line-height:1.7rem;text-transform:uppercase}@media screen and (max-width:480px){.styles_SelectValue__ecGxA{font-size:1.5rem}}.styles_SimpleSelect__bbD6A{display:-ms-inline-flexbox;display:inline-flex;padding:0 0 2rem}@media screen and (max-width:480px){div.styles_selectMenu__IY6ca{padding:0!important}}.styles_SearchSelect__hjQ6W{background-color:#f7f8fb;width:100%}.styles_SearchSelect__hjQ6W fieldset{border:1px solid #ebecef;border-radius:.6rem}.styles_SearchSelect__hjQ6W fieldset:hover{border:1px solid #2e2f35}.styles_SearchSelect__hjQ6W .styles_iconOpen__ib6QP{color:#fa133c}.styles_SearchSelect__hjQ6W .styles_SelectValue__NtIPl{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_SearchSelect__hjQ6W .styles_SelectValue__label__cKwLO{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_SearchSelect__hjQ6W .styles_SelectValue__iconWrapper__OJyUf{margin-right:1.4rem}.styles_SearchSelect__hjQ6W .styles_SelectValue__icon__dm\+4-{font-size:1.6rem}.styles_SearchSelect__hjQ6W .styles_MultipleValuesList__9KkWo{display:-ms-flexbox;display:flex;margin-right:1.4rem}.styles_SearchSelect__hjQ6W .styles_MultipleValuesList__9KkWo .styles_MultipleValuesListItem__FR3gs{color:#000;font-size:1.3rem;font-weight:400;line-height:1.6rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_SearchSelect__hjQ6W .styles_MultipleValuesList__9KkWo .styles_MultipleValuesListItem__FR3gs+.styles_MultipleValuesListItem__FR3gs{margin-left:.4rem}.styles_SearchSelect__hjQ6W .styles_Select__BmcEb{padding:12px 14px}.styles_SearchSelect__hjQ6W .styles_Label__cSVSC{-ms-flex-align:center;align-items:center;color:#a3a5b2;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;line-height:1.6rem}.styles_SearchSelect__hjQ6W .styles_Label__icon__2K6v-{margin-right:.4rem}.styles_SearchSelect__hjQ6W .styles_Label__cSVSC[data-shrink=true]{visibility:hidden}.styles_SearchSelect__hjQ6W .styles_Label__cSVSC[data-shrink=true] .styles_Label__icon__2K6v-{display:none}.styles_MenuItem__label__r2c3H{-ms-flex:1 1;flex:1 1;margin-right:1.4rem;max-width:140px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_MenuItem__checkbox__5FWdb{margin-right:0!important}.styles_Loader__hpBpX{text-align:center;width:100%}.styles_Popover__XrVzR{max-height:40rem;min-width:20rem;overflow:auto}.styles_Quote__1U3NH{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:right}.styles_QuoteContent__Msl-q{font-size:1.2rem}.styles_QuoteAuthor__Bfm6A{color:#e6e6e6;font-size:1rem}.styles_Container__YpQ\+K{display:-ms-flexbox;display:flex}.styles_Container__YpQ\+K .styles_BackButton__Jk1G9{color:#fff;margin-right:1rem}.styles_Container__YpQ\+K .styles_Title__oo6d4{font-size:2rem}.styles_Container__YpQ\+K .styles_AppBar__POwVn{z-index:1201}.styles_Container__YpQ\+K .styles_AppBar__POwVn .styles_ToolbarLeft__6JZi1{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.styles_Container__YpQ\+K .styles_AppBar__POwVn .styles_ToolbarLeft__6JZi1 .styles_MenuButton__UDNZ2{color:#fff}.styles_Container__YpQ\+K .styles_Drawer__NuPnK{width:24rem}.styles_Container__YpQ\+K .styles_DrawerPaper__uHGlo{width:inherit}.styles_Container__YpQ\+K .styles_DrawerContainer__M2xGO{overflow:auto}.styles_Container__YpQ\+K .styles_DrawerContainer__M2xGO .styles_LogoutItem__HUE9K{color:#979797}.styles_Container__YpQ\+K .styles_DrawerContainer__M2xGO .styles_LogoutItem__HUE9K .MuiAvatar-root{color:inherit!important}.styles_Container__YpQ\+K .styles_DrawerContainer__M2xGO .Mui-selected{background-color:rgba(112,153,238,.2)}.styles_Container__YpQ\+K .styles_Content__e-zT\+{background-color:#fff;padding:1.4rem;width:calc(100vw - 24rem)}@media screen and (max-width:480px){.styles_Container__YpQ\+K .styles_Content__e-zT\+{width:100%}}.styles_Container__YpQ\+K .MuiDayCalendar-weekDayLabel,.styles_Container__YpQ\+K .MuiPickersCalendarHeader-labelContainer,.styles_Container__YpQ\+K .MuiPickersDay-root,.styles_Container__YpQ\+K .MuiPickersYear-yearButton{font-size:1.4rem}.styles_Content__p\+pEl{min-width:100%}.styles_Toolbar__P5i4Z{border-bottom:1px solid #eeede9;display:-ms-flexbox;display:flex;padding-bottom:2.4rem}.styles_Toolbar__inputWrapper__subnu{-ms-flex:1 1;flex:1 1}.styles_buttonCircle__wqfrE{margin-left:2.2rem;min-width:3.2rem!important;padding:5px 0!important}.styles_SearchTextField__5uIEJ{width:350px}.styles_Table__zP7RD{-webkit-box-shadow:none!important;box-shadow:none!important}.styles_Table__zP7RD tr:nth-child(2n){background:#ecf3f7;border-radius:4px}.styles_Table__zP7RD td{border-bottom:none!important}.styles_Table__zP7RD thead{background-color:#7295ee}.styles_Table__zP7RD th{border:none!important;color:#fff!important}.styles_ActionsColumn__pWwgE{grid-gap:1rem;display:grid!important;grid-template-columns:auto auto 1fr;white-space:nowrap}.styles_ActionsColumn__pWwgE>button+button{margin-left:1.2rem}.styles_TextWait__0fU8c{color:#a5a5a5;font-size:12px;margin-left:6px}.styles_ContainerTextWait__tppg6{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;float:right;margin:8px 2rem .8rem 0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.styles_Modal__content__EO\+KJ{padding:2.4rem}.styles_Title__q2u8n{color:#363c40;font-size:16px}.styles_NetworkRBG__b7j94{-ms-flex-direction:row!important;flex-direction:row!important}.styles_Row__bg7ss+.styles_Row__bg7ss{margin-top:1.6rem}.styles_Row__bg7ss:last-child{padding-bottom:3.2rem}.styles_Modal__content__W9tbW{font-size:16px;line-height:1.5;padding:3.2rem 2.4rem}.styles_FilterSelected__kau7g{-ms-flex-order:6;order:6}.styles_Page__5lcCa{width:100%}.styles_TopSection__k42ah{background-color:#fff}.styles_Tabs__4\+fY1{margin:0 auto;width:1280px}.styles_Name__HyuWp{color:#373a3c;font-size:24px;margin-bottom:2.4rem}.styles_Subtitle__3xrnW{color:#7099ee;font-weight:600;margin-bottom:1.2rem}.styles_AccountsList__\+1\+1L{padding-top:10rem}.styles_AccountsList__\+1\+1L .styles_StatisticsButton__X9oos{display:none}.styles_Toolbar__AwzBw{margin:0 auto;max-width:1440px}.styles_AccountsList__\+1\+1L{margin:1.6rem auto;max-width:1440px;padding-bottom:6rem}.styles_AccountsList__item__u7Cs7+.styles_AccountsList__item__u7Cs7{margin-top:.8rem}.styles_ProfileBar__actions__s0qRs{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;gap:1em}.styles_ProfileBar__actions__s0qRs>div{min-width:13em!important}.styles_ProfileBar__actions__s0qRs>button{min-width:13em}.styles_Filter_accountsByName__jPPcn{margin:.8rem 1.6rem .8rem 0;width:auto}.styles_NicknameFilter__4a05d{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:1px solid silver;border-radius:4px;display:-ms-flexbox;display:flex;height:100%;justify-content:center;min-width:300px}.styles_NicknameFilter__input__RoYX4{padding:0!important}.styles_NicknameFilter__4a05d .styles_AutoComplete__W1btg{background:none;width:100%}.styles_Footer__asPj8{background:#fff;border-top:1px solid #e5e5e5;bottom:0;-webkit-box-shadow:12px 0 24px rgba(0,0,0,.08);box-shadow:12px 0 24px rgba(0,0,0,.08);left:24rem;padding:1.4rem 1rem;position:fixed;right:0;z-index:999}.styles_ButtonsList__sAbvR{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;margin:0 auto;max-width:1280px}.styles_ButtonsList__item__UDe1t+.styles_ButtonsList__item__UDe1t{margin-left:1.6rem}.styles_CommissionsCounters__rJP08{display:-ms-flexbox;display:flex;gap:1rem}.styles_Commissions__9Wuxk{-ms-flex:1 1;flex:1 1}.styles_Counters__uQeN8{-ms-flex:.5 1;flex:.5 1}.styles_CommissionButtonsList__0iP2H,.styles_Counters__uQeN8 .styles_CountersItems__glWXa{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}.styles_CommissionButtonsList__0iP2H{display:-ms-flexbox;display:flex}.styles_CommissionButtonsList__item__UK4l5:first-child,.styles_CommissionButtonsList__item__UK4l5:nth-child(2),.styles_CommissionButtonsList__item__UK4l5:nth-child(3){max-width:100px}.styles_CommissionButtonsList__item__UK4l5:nth-child(4),.styles_CommissionButtonsList__item__UK4l5:nth-child(5){max-width:220px}.styles_SelectToggleButton__HbSX-{border:.1rem solid #ebecef!important;border-radius:.8rem!important;color:#000!important;text-transform:none!important;width:100%!important}.styles_SelectToggleButton__HbSX-:hover{background-color:#000!important;color:#fff!important}.styles_SelectToggleButton__remove__TmiD5{background-color:rgba(255,20,6,.15)!important;border:.1rem solid rgba(255,20,6,.15)!important;color:#fa133c!important}.styles_Export__u2pEL{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.styles_Export__item__gJR9t{margin-right:1.6rem}.styles_ExportSelect__xHETZ{width:300px}.styles_Pagination__lsyL6{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;margin:2rem 0}.styles_Content__ci1gl{background-color:#fff;border-radius:1rem;margin:1rem;min-height:calc(100vh - 2rem)}.styles_Content__ci1gl .styles_BotMessages__OKILJ{border-radius:1rem;display:grid;grid-template-columns:repeat(6,auto)}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_TitleItem__FSwYx{background-color:#f3f3f3;height:5.6rem}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_TitleItemFirst__MsjWx{border-radius:1rem 0 0 0}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_TitleItemEnd__q2lDW{border-radius:0 1rem 0 0}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_Item__uEAAW{-ms-flex-align:center;align-items:center;border-bottom:1px solid #f3f3f3;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem;padding:1rem;white-space:nowrap}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_ItemName__yIZAR{cursor:pointer;text-decoration:underline}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_ItemName__yIZAR:hover{color:#fa133c}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_ItemButtons__T5aiM{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1rem 0 0 -1rem}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_ItemButtons__T5aiM .styles_ActionButton__yRqir{margin:1rem 0 0 1rem}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_SkeletonContainer__6AMCH{grid-column:span 6;padding:1rem}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_SkeletonContainer__6AMCH .styles_Skeleton__5m1Xk{border-radius:.5rem;height:4rem}.styles_Content__ci1gl .styles_BotMessages__OKILJ .styles_Loader__me5pv{-ms-flex-pack:center;display:-ms-flexbox;display:flex;grid-column:span 6;justify-content:center}.styles_Modal__br4-D .styles_Content__uFUS7{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-top:0;text-align:center}.styles_Content__YTnu3{background-color:#fff;border-radius:1rem;margin:1rem}.styles_Content__YTnu3 .styles_Form__Rwn3s{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1rem;width:65rem}.styles_Content__YTnu3 .styles_Form__Rwn3s>button,.styles_Content__YTnu3 .styles_Form__Rwn3s>div{margin-top:1rem}.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_SkeletonsContainer__Q\+iAu{width:100%}.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_Footer__x1XvG{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-left:-1rem;width:100%}@media screen and (max-width:480px){.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_Footer__x1XvG{-ms-flex-direction:column;flex-direction:column}}.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_Footer__x1XvG .styles_Left__LxQn9{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_Footer__x1XvG .styles_Left__LxQn9{-ms-flex-direction:column;flex-direction:column}}.styles_Content__YTnu3 .styles_Form__Rwn3s .styles_Footer__x1XvG .styles_Button__UO4-W{margin:1rem 0 0 1rem}.styles_Switch__SNPwD{height:4.8rem}.styles_Switch__SNPwD .styles_Label__C7lBR{font-size:1.4rem}.styles_Chip__NMxr7{height:3.2rem!important}.styles_Chips__URJUc{margin:0 0 0 -1rem!important}.styles_Chips__URJUc .styles_Chip__NMxr7{margin:1rem 0 0 1rem}.styles_Content__EYZj8>div{margin-top:1rem}.styles_Content__EYZj8>div:first-child{margin-top:0}.styles_Switch__Xk54t{height:4.8rem}.styles_Switch__Xk54t .styles_Label__y8xLh{font-size:1.4rem;max-width:21rem;min-width:21rem}.styles_DateRow__PMMEG{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:720px){.styles_DateRow__PMMEG{border:1px solid #f3f3f3;border-radius:1rem;-ms-flex-direction:column;flex-direction:column;padding:1rem;width:100%}}.styles_DateRow__PMMEG .styles_Label__y8xLh{color:#2e2f35;font-size:1.4rem;font-weight:400;line-height:1.6rem;max-width:18rem;min-width:18rem}@media screen and (max-width:720px){.styles_DateRow__PMMEG .styles_Label__y8xLh{min-width:0}}.styles_DateRow__PMMEG .styles_TextFieldRoot__siKkL{margin-left:1rem;width:22rem}@media screen and (max-width:720px){.styles_DateRow__PMMEG .styles_TextFieldRoot__siKkL{margin-left:0;margin-top:1rem}}.styles_DateRow__PMMEG .styles_TextFieldRoot__siKkL .styles_StartAdornment__mMC9Q p{font-size:1.3rem;margin-left:.5rem}.styles_TotalCount__0k0tW{-ms-flex-pack:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:400;justify-content:center;line-height:1.6rem;width:100%}.styles_Wrapper__zIG44{height:16.4rem}.styles_Header__rl2Bt{display:-ms-flexbox;display:flex;height:11.6rem}.styles_Cover__5Focx{margin:0 2rem 0 0}.styles_Content__cmGZX{-ms-flex:1 1;flex:1 1}@-webkit-keyframes styles_Gradient__KVriY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__KVriY{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}html body .styles_Header__6cBkI{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){html body .styles_Header__6cBkI{-ms-flex-direction:column;flex-direction:column}}html body .styles_Cover__Bgyhh{background:50% no-repeat;background-size:cover;border-radius:.8rem;height:11.6rem;margin:0 2rem 0 0;width:17.2rem}@media screen and (max-width:480px){html body .styles_Cover__Bgyhh{height:21.4rem;width:100%}}html body .styles_Title__wcwCG{color:#2e2f35;font-size:1.6rem;font-weight:400;line-height:1.4rem;padding:1rem 0 0}@media screen and (max-width:480px){html body .styles_Title__wcwCG{color:#212121;font-size:1.4rem;font-weight:300;line-height:2rem}}html body .styles_Content__hIIJG{-ms-flex:1 1;flex:1 1}html body .styles_List__S7-oX{padding-top:.2rem}@media screen and (max-width:480px){html body .styles_List__S7-oX{padding-top:2rem}}html body .styles_ListItem__qFR4E{-ms-flex-align:center;align-items:center;color:#818a91;display:-ms-flexbox;display:flex;font-size:1.2rem;line-height:1.4rem;padding-top:1rem}html body .styles_Dates__0\+V0q{color:#212121;font-size:1.4rem;font-weight:400}@media screen and (max-width:480px){html body .styles_Dates__0\+V0q{font-size:1.2rem}}html body .styles_Notification__lOWDf{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:2.8rem 0 0 1.2rem}html body .styles_Notification__text__rvYKs{color:#484848;font-size:1.5rem;line-height:1.8rem;padding-left:2rem}html body .styles_Description__D\+U9U{color:#212121;font-size:1.2rem;line-height:1.8rem;padding-top:3rem}@media screen and (max-width:480px){html body .styles_Description__D\+U9U{padding-top:2rem}}html body .styles_Icon__bdOu4{font-size:1.6rem;height:1.6rem;margin-right:.6rem;width:1.6rem}html body .styles_Icon_custom__nEIcL .cash_cls-1,html body .styles_Icon_custom__nEIcL .cash_cls-2,html body .styles_Icon_custom__nEIcL .vkontakte1_cls-2,html body .styles_Icon_custom__nEIcL .youtube1_cls-3{stroke:#818a91}html body .styles_Icon_custom__nEIcL path{fill:#818a91!important}@media screen and (max-width:480px){html body .styles_ActionsList__PSOGW{-ms-flex-pack:distribute;gap:1rem;justify-content:space-around;margin-top:3rem;width:100%}}@-webkit-keyframes styles_Gradient__VW3UH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__VW3UH{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_ActionsList__9xrni{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;padding:1rem 2.4rem}@media screen and (max-width:480px){.styles_ActionsList__9xrni{-ms-flex-pack:center;-ms-flex-pack:distribute!important;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;justify-content:space-around!important;margin-top:2rem;padding:0}}.styles_ActionsList__item__T2Jrc{-ms-flex-align:center;align-items:center;color:#909090;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:10px;text-align:center}@media screen and (max-width:480px){.styles_ActionsList__item__T2Jrc{max-width:6.4rem}}.styles_ActionsList__item__T2Jrc:hover .styles_ActionIcon__UL8MJ{-webkit-box-shadow:0 2px 12px rgba(0,0,0,.17);box-shadow:0 2px 12px rgba(0,0,0,.17);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.styles_ActionsList__item__T2Jrc+.styles_ActionsList__item__T2Jrc{margin-left:2.4rem}@media screen and (max-width:480px){.styles_ActionsList__item__T2Jrc+.styles_ActionsList__item__T2Jrc{margin-left:0}}.styles_ActionLabel__8b1CO{margin-top:.8rem}@media screen and (max-width:480px){.styles_ActionLabel__8b1CO{font-size:1rem}}.styles_ActionIcon__UL8MJ{border-radius:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.styles_ActionsListItem_disabled__bfBNF{cursor:not-allowed;opacity:.5}.styles_ActionsListItem_disabled__bfBNF:hover .styles_ActionIcon__UL8MJ{-webkit-transform:none;-ms-transform:none;transform:none}.styles_Btn__93aGt{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#7099ee;border:1px solid rgba(112,153,238,.5);border-radius:4px;-webkit-box-shadow:0 8px 16px rgba(112,153,238,.16);box-shadow:0 8px 16px rgba(112,153,238,.16);color:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;font-size:1.5rem;justify-content:center;margin:1.5rem 3rem 0;padding:1rem 2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styles_CreativesList__IStVF{padding-top:4rem}.styles_Content__PFjtF{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Content__PFjtF .styles_Title__AOPyx{font-size:1.4rem;font-weight:500;text-align:center}.styles_Content__PFjtF .styles_Form__1x\+Mx{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;margin-top:1rem;width:100%}.styles_Content__PFjtF .styles_Form__1x\+Mx .styles_Link__f5IHR{color:#fa133c;font-size:1.2rem;font-style:italic;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Content__PFjtF .styles_Form__1x\+Mx .styles_Error__NCrT7{color:#fa133c;font-size:1.2rem}.styles_Title__5u7du{color:#2e2f35;font-size:20px;font-weight:600;text-transform:uppercase}.styles_Subtitle__jWp-3{color:#2e2f35;font-size:15px;font-weight:400;margin-bottom:1rem}@media screen and (max-width:480px){.styles_Container__fcVrS{-ms-flex-direction:column;flex-direction:column}}.styles_Left__YgfaM{-ms-flex:1 1;flex:1 1;margin-right:4rem!important}@media screen and (max-width:480px){.styles_Left__YgfaM{-ms-flex:none;flex:none;margin-right:0!important}}.styles_Right__om9An{-ms-flex-wrap:wrap;flex-wrap:wrap;width:32rem}@media screen and (max-width:480px){.styles_Right__om9An{width:auto}}.styles_InfoTable__q-bU7{border-collapse:separate;border-spacing:.8rem 1.2rem}@media screen and (max-width:480px){.styles_InfoTable__q-bU7{border-spacing:.2rem 1rem}}.styles_IconCell__9wgLT{color:#818a91}.styles_LabelCell__m39kJ{color:#818a91;font-size:1.2rem}@media screen and (max-width:480px){.styles_LabelCell__m39kJ{width:12rem}}.styles_ValueCell__hvzAM{color:#2e2f35;font-weight:400}.styles_ValueCell_highlighted__ayljZ{color:#7099ee}@media screen and (max-width:480px){.styles_ValueCell__hvzAM{font-size:1.2rem}}.styles_Creative__04aWb{margin-top:4rem}@media screen and (max-width:480px){.styles_Creative__04aWb{margin-top:1rem}}.styles_Creative__04aWb .styles_Title__5u7du{margin-bottom:2rem}@media screen and (max-width:480px){.styles_Creative__04aWb .styles_Title__5u7du{font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem;margin-top:2rem}}.styles_ContentSamples__ZgZ5o{margin-top:4rem}@media screen and (max-width:480px){.styles_ContentSamples__ZgZ5o{margin-top:2rem}}.styles_Brief__3APh4{margin-top:4rem}@media screen and (max-width:480px){.styles_Brief__3APh4{margin-top:2rem}}.styles_Brief__3APh4 .styles_Title__5u7du{margin-bottom:1rem}@media screen and (max-width:480px){.styles_Brief__3APh4 .styles_Title__5u7du{font-size:1.5rem;line-height:1.8rem}}.styles_Brief__3APh4 .styles_BlockCard__-iqdl{border:1px solid #d3d3d3;-webkit-box-shadow:none;box-shadow:none;padding:1.2rem}@media screen and (max-width:480px){.styles_Brief__3APh4 .styles_BlockCard__-iqdl{border:0;font-size:1.5rem;line-height:1.8rem;padding:0}}.styles_Brief__3APh4 .styles_PostCommentTitle__G9FR7{margin-top:4rem}@media screen and (max-width:480px){.styles_Brief__3APh4 .styles_PostCommentTitle__G9FR7{font-size:1.5rem;font-weight:600;line-height:1.8rem;margin-top:2rem}}.styles_AllowedTitle__\+Q8YP,.styles_DisallowedTitle__yVHT2{margin-top:2rem}.styles_ConditionRow__T2Upw{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;word-break:break-word}.styles_ConditionRow__T2Upw+.styles_ConditionRow__T2Upw{margin-top:1.4rem}.styles_Icon__undxL{margin-right:.8rem}.styles_Icon_success__WejyA{color:#24b900}.styles_Icon_error__KDOeT{color:#fa133c}.styles_CopyButton__aCpBo{cursor:pointer;font-size:16px;margin-left:12px}.styles_SafeInnerHTML__tnHFD{font-size:1.4rem;word-break:break-word}.styles_SafeInnerHTML__tnHFD em,.styles_SafeInnerHTML__tnHFD i{font-style:italic}.styles_SafeInnerHTML__tnHFD del{text-decoration:line-through}.styles_SafeInnerHTML__tnHFD strong{font-weight:600!important}.styles_SafeInnerHTML__tnHFD u{text-decoration:underline}@media screen and (max-width:480px){.styles_CreativesList__u91iu{padding-top:0}}.styles_Tab__hasUpdated__mBFkl{background-color:#7197ee;border-radius:33px;display:inline-block;height:8px;margin-left:1rem;width:8px}.styles_Tab__hasUpdated__active__opHKg{background-color:#fff}.styles_AccountSearchWrapper__8cBne{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.styles_AccountSearchWrapper__8cBne .styles_TextFieldRoot__HzQ0J{width:auto}.styles_AccountSearchWrapper__8cBne .styles_TextFieldRoot__HzQ0J .styles_TextField__MV-Xn .MuiOutlinedInput-root{height:2.4rem}.styles_AccountSearchWrapper__8cBne .styles_TextFieldRoot__HzQ0J .styles_TextField__MV-Xn .styles_StartAdornment__DNaGY{color:#a6a5a5;margin-left:.5rem}@media screen and (max-width:480px){.styles_AccountSearchWrapper__8cBne{display:none}}.styles_AccountSearch__dclfP{border-radius:13px;width:20rem}.styles_AccountSearch__input__mK7ez{height:2.4rem!important;padding:0 1rem}.styles_AccountSearch__placeholder__ZqHT-{font-size:1.2rem}.styles_Loader__i6p-9{margin:0}.styles_Empty__iLOfI,.styles_Loader__i6p-9{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;min-height:37rem}.styles_Empty__iLOfI{-ms-flex-direction:column;flex-direction:column}.styles_Empty__iLOfI .styles_EmptyText__a7Aon{color:#818a91;font-size:1.5rem;margin-top:3rem;text-align:center}.styles_AudienceHeader__Y8N4s{-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebf2f7;display:-ms-flexbox;display:flex;margin-bottom:.8rem;margin-top:4rem;padding:1.6rem 0}@media screen and (max-width:480px){.styles_AudienceHeader__Y8N4s{margin-top:2rem}}.styles_AudienceHeader__Y8N4s .styles_AudienceTitle__Hs5RJ{color:#212121;font-size:1.5rem;font-weight:600;margin-right:1.2rem}@media screen and (max-width:480px){.styles_AudienceHeader__Y8N4s .styles_AudienceTitle__Hs5RJ{display:none}}.styles_AccountItemDivider__dhogz{background-color:#ebf2f7;width:100%}.styles_Pagination__r0mla{-ms-flex-pack:center;justify-content:center;margin:2rem 0}.styles_Pagination__r0mla,.styles_Wrapper__bsCFi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Wrapper__bsCFi{height:14rem}.styles_Avatar__Y14Bg{margin-right:2.4rem}.styles_Content__Q0hsg{-ms-flex:1 1;flex:1 1}.styles_FilterItem__x83xQ{background-color:#f1f3f4;border-radius:1.3rem;margin-left:1.2rem}.styles_FilterItem__input__UU54Q{color:#767e81!important;cursor:pointer!important;font-size:1.2rem!important;height:2.4rem!important;padding:0 1rem}.styles_FilterItem__placeholder__8RHWp{margin-left:1.2rem}.styles_Indicator__hEdJH{display:none!important}@media screen and (max-width:480px){.styles_TabsMP__Ibe1V{width:100%!important}}div>.styles_Tabs__C-Xi1{-ms-flex-align:center;align-items:center;min-height:0;min-height:auto}.styles_Tab__JJIRp{border-radius:4px!important;color:#7099ee!important;text-transform:none!important}button.styles_Wrapped__JCL\+1{font-size:1.2rem!important;height:2.4rem;line-height:1;margin-right:1rem;min-height:auto;min-width:auto}.styles_WrappedSelected__EA8Iu{background-color:#7099ee!important;color:#fff!important}.styles_AudienceItem__WoyAo{cursor:pointer}.styles_InfoList__2csEd{-ms-flex:1 1;flex:1 1}.styles_InfoListItem__Uw4jW{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.2rem;padding-top:.8rem}.styles_InfoListItem_chips__IhYNq{margin-top:-.8rem}@media screen and (max-width:480px){.styles_InfoListItem__Uw4jW{-ms-flex-pack:center;justify-content:center}}.styles_InfoListItem__Uw4jW .styles_ItemName__HwDFk{font-weight:400}.styles_InfoListItem__Uw4jW>*+*{margin-left:.6rem}.styles_InfoList__2csEd .styles_NetworkLink__09xv2{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;font-size:1.5rem;text-decoration:none}.styles_InfoList__2csEd .styles_NetworkLink__09xv2>*+*{margin-left:.6rem}.styles_FollowersCount__sT-PU{font-size:1.4rem;font-weight:400}.styles_Media__g8eNH{cursor:pointer;height:10rem;width:10rem}.styles_Media__g8eNH .styles_NetworkPlaceholderHover__HsT01{display:none}.styles_Media__g8eNH:hover .styles_NetworkPlaceholderHover__HsT01{display:block}.styles_Media__g8eNH:hover .styles_NetworkPlaceholderHover__HsT01 .styles_PreviewContent__EcZM4{background-color:rgba(0,0,0,.5);z-index:3}.styles_Media__g8eNH+.styles_Media__g8eNH{margin-left:2rem}.styles_ControlTopIcon__qlmCG{position:absolute;right:.4rem;top:.4rem}.styles_Preview__BA4wM{position:relative}.styles_PreviewContent__EcZM4,.styles_Preview__BA4wM{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_PreviewContent__EcZM4{-ms-flex-pack:center;bottom:0;color:#fff;-ms-flex-direction:column;flex-direction:column;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;text-align:center;top:0}.styles_IconCaption__-9Hg6{color:#fff;font-size:1.2rem;font-weight:400;margin-top:.6rem;text-align:center}.styles_CreativesList__daQRJ{display:-ms-flexbox;display:flex}.styles_ControlCover__bP30s{background-color:rgba(0,0,0,.5);bottom:0;-ms-flex-direction:column;flex-direction:column;left:0;position:absolute;right:0;top:0}.styles_ControlCover__bP30s,.styles_ExtraCreativesCount__wV7TE{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_ExtraCreativesCount__wV7TE{background-color:#7f7f7f;border-radius:5px;color:#fff;font-size:33px;font-weight:400;height:10rem;width:10rem}.styles_Actions__qgQUy{-ms-flex-pack:distribute;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:10rem;justify-content:space-around;margin-left:3rem}.styles_ActionIcon__0NTpC{color:#7099ee;cursor:pointer;font-weight:500}.styles_Price__SiMhZ{margin-left:1.2rem}.styles_Avatar__1etG8{margin-right:0}.styles_Avatar__wrapper__ao3c1{-ms-flex-flow:column;flex-flow:column;margin-right:2rem}.styles_Avatar__wrapper__ao3c1,.styles_Container__hk7Qk{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center}.styles_Container__hk7Qk{color:#1976d2;font-family:Helvetica,Arial,sans-serif;font-size:1.5rem}.styles_Container__hk7Qk.styles_marginTop_20__i-GzQ{margin-top:2rem}.styles_Container__hk7Qk.styles_grey__GXJCf{color:#8e9698}.styles_Container__hk7Qk>svg{font-size:2rem;margin-right:.5rem}@-webkit-keyframes styles_Gradient__ToamB{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__ToamB{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}html body .styles_Card__jN9zK{border:1px solid #d3d3d3;border-radius:.8rem;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.04);box-shadow:0 4px 12px rgba(0,0,0,.04);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}html body .styles_Card_pointer__zRaKc{cursor:pointer}html body .styles_CardHeader__zEjiJ{height:5.4rem;padding:.3rem 1rem}html body .styles_CardHeader__avatar__VJrOr{margin-right:1.4rem}html body .styles_CardHeader__title__0xNCd{color:#4d4d4d;font-size:1.6rem}html body .styles_CardHeader__description__FXPDS{color:#818a91;font-size:1rem;line-height:1.4rem}html body .styles_CardHeader__action__LlSFF{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;margin:0}html body .styles_CardMedia__hHg0x{border-top:1px solid #d3d3d3;height:18.4rem;position:relative}html body .styles_CardMedia_mini__mz7ER{border-top:0;height:15.4rem}html body .styles_CardContent__wkOkX{border-top:1px solid #d3d3d3;padding:1.2rem;position:relative}html body .styles_CardContent__wkOkX,html body .styles_CardContent__wkOkX:last-child{padding-bottom:1.2rem}html body .styles_CardContent__followers__vh4TJ{color:#818a91;font-size:1.2rem;line-height:1.3rem}html body .styles_CardContent__nickname__AWCN6{color:#212121;font-size:1.4rem;line-height:1.6rem;padding-top:.6rem}html body .styles_CardContent__bottom__BffnZ{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;padding:1rem 0 0;width:100%}html body .styles_Price__wa9VT{bottom:1rem;position:absolute;right:1rem}@-webkit-keyframes styles_Gradient__UMYlk{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__UMYlk{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_Modal__content__VQ5-E{background-color:#fafafa;padding:2.4rem}@media screen and (max-width:480px){.styles_Modal__content__VQ5-E{background:#fff;padding:1rem}}.styles_Modal__footer__D3l1C{-ms-flex-pack:justify;justify-content:space-between}.styles_Header__mk05T{-ms-flex-direction:column;flex-direction:column}.styles_Header__mk05T,.styles_Header__row__m\+Qrf{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Header__row__m\+Qrf{width:100%}.styles_Header__title__rl-rN{-ms-flex:1 1;flex:1 1;font-size:15px}@media screen and (max-width:480px){.styles_Header__title__rl-rN{font-size:1.3rem}}.styles_LinkBlock__dAEvM{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_LinkBlock__dAEvM{display:block;text-align:center}}.styles_LinkBlock_disabled__Ptm1j{opacity:.5}.styles_LinkBlock__left__cyk4D{max-width:35rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_LinkBlock__right__rrQUw{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end}@media screen and (max-width:480px){.styles_LinkBlock__right__rrQUw{display:block;margin-top:1rem}}.styles_Link__EzYcY{font-size:14px;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Link__caption__dPemL{font-size:12px;white-space:normal}@media screen and (max-width:480px){.styles_Link__EzYcY{font-size:1rem}}@-webkit-keyframes styles_Gradient__SWl49{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__SWl49{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media screen and (max-width:480px){.styles_Modal__content__x0KZG{overflow-y:visible!important}.styles_Modal__vdLOi{margin:0!important}}.styles_Header__iGcH-{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_HeaderAvatar__2PFp-{margin-right:0}.styles_HeaderTop__NmhaR{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_HeaderTitle__MuX5P{color:#484848;font-size:2rem;font-weight:600;margin-left:2rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:480px){.styles_HeaderTitle__MuX5P{font-size:1.4rem;margin-left:.8rem;white-space:normal}}.styles_QuestionAnswer__kAvvf{color:#484848;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:8rem}@media screen and (max-width:480px){.styles_QuestionAnswer__kAvvf{background-color:#fff;margin-left:0;padding:1rem}}.styles_QuestionAnswer__body__7IYoe{-ms-flex:1 1;flex:1 1}.styles_QuestionAnswer__kAvvf .styles_Question__GdDz-{font-size:1.3rem;white-space:normal}.styles_QuestionAnswer__kAvvf .styles_Answer__vSndu{color:#484848;margin-top:1rem}@media screen and (max-width:480px){.styles_QuestionAnswer__kAvvf .styles_Answer__vSndu{margin-top:1.2rem}}.styles_QuestionAnswer__kAvvf .styles_AnswerTextField__EghMC{background-color:#f1f3f4;border-radius:13px;padding:.4rem 1.2rem}.styles_QuestionAnswer__kAvvf .styles_AnswerInput__9MZ-S{padding:1rem}.styles_QuestionAnswer__kAvvf .styles_AnswerInput_disabled__wM7\+D{color:inherit!important}.styles_QuestionAnswer__kAvvf .styles_AnswerTitle__hgxjv{font-weight:400}.styles_CreativesList__Qz4gG{background-color:#f6f6f6;padding:2rem}@media screen and (max-width:480px){.styles_CreativesList__Qz4gG{padding:0}.styles_CreativeRightCol__xy5Mw{display:none}}.styles_CreativeRight__PUoC1{background-color:#fff;border:1px solid #f1f1f1;border-radius:8px;padding:1.4rem}.styles_CreativeTitle__F4CH\+{display:-ms-flexbox;display:flex}.styles_CreativeTitleLeft__yLWSN{color:#212121;-ms-flex:1 1;flex:1 1;font-size:1.5rem;font-weight:400}.styles_CreativeTitle__F4CH\+ .styles_OpenLink__LHtha{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.2rem;font-weight:600}.styles_CreativeTitle__F4CH\+ .styles_OpenLinkIcon__BQDB5{margin-left:1rem}.styles_CreativeDescription__stVwS{margin-top:1rem}.styles_Creative__v5R44{background-color:#fff;border-radius:8px;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row}.styles_Creative_selected__BRCwi{border-color:#f1f1f1;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.12)!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important}.styles_Creative__v5R44 .styles_ActionsList__bDQZO{padding:0}.styles_Creative__v5R44 .styles_Content__adc9t{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;padding:1rem 2rem 1.6rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:1rem}@media screen and (max-width:480px){.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp{-ms-flex-direction:column;flex-direction:column}}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp .styles_PriceHistoryIcon_active__zLxaf{color:#7099ee;cursor:pointer}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp .styles_PriceStartAdornment__W3na1{height:100%}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp .styles_EditPriceButton__-oHDX{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:1px solid #7099ee;border-radius:100%;color:#7099ee;cursor:pointer;display:-ms-flexbox;display:flex;height:2.4rem;justify-content:center;min-height:2.4rem;min-width:2.4rem;width:2.4rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp .styles_SavePriceButton__PGPGQ{border-radius:8px!important;margin-left:1rem}@media screen and (max-width:480px){.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp .styles_SavePriceButton__PGPGQ{margin-left:0;margin-top:1rem;width:100%}}.styles_Creative__v5R44 .styles_Content__adc9t .styles_PriceEdit__YKaRp+.styles_CommentField__eSmV2{margin-top:2rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_CommentField__eSmV2{margin-top:1rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_CommentFieldInput__u4IhI{font-size:1.2rem;line-height:1.5}.styles_Creative__v5R44 .styles_Content__adc9t .styles_CommentFieldInputWrapper__Akvxr{padding:1rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_BackComment__UjC69{margin-top:1rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_Actions__qn4Wz{-ms-flex-pack:end;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-top:1.6rem}.styles_Creative__v5R44 .styles_Content__adc9t .styles_Actions__qn4Wz .styles_ActionReturn__pS8yG{color:#24b47e;font-size:1.2rem;font-weight:400}.styles_Creative__v5R44 .styles_Content__adc9t .styles_Actions__qn4Wz .styles_ActionCancel__E0llQ{color:#e57f7f;font-size:1.2rem;font-weight:400}.styles_Creative__v5R44 .styles_Left__58OPq{-webkit-animation:styles_Gradient__SWl49 4s ease infinite;animation:styles_Gradient__SWl49 4s ease infinite;background:#24bac4 -o-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background:#24bac4 linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#24bac4",endColorstr="#548cc0",GradientType=1);width:6rem}.styles_Creative__v5R44 .styles_Left__58OPq .styles_SocialNetwork__Z06hC{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:3.6rem}.styles_Creative__v5R44 .styles_Left__58OPq .styles_SocialNetworkLabel__06FXn{color:#fff;font-size:1rem;font-weight:600;margin-top:.6rem;text-transform:uppercase}.styles_Creative__v5R44 .styles_Title__L3waE{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Creative__v5R44 .styles_TitleSub__f\+oSp{color:#7099ee;font-size:1rem;margin-left:.8rem}.styles_Creative__v5R44 .styles_TitleText__Pstrh{color:#484848;font-size:1.6rem;font-weight:500;text-transform:uppercase;white-space:nowrap}.styles_Creative__v5R44 .styles_TitleText_rejected__mSM7D{color:#e57f7f;margin-left:1rem}.styles_Creative__v5R44 .styles_TitleText_agreed__kawiN{color:#24b900;margin-left:1rem}.styles_Creative__v5R44 .styles_TitleText_highlighted__qSwxM{color:#7099ee;margin-left:1rem}.styles_Creative__v5R44 .styles_BackCommentPrefix__v6vVm{color:#7099ee;font-size:1rem;font-weight:400}.styles_Creative__v5R44 .styles_BackCommentText__tCqmI{font-size:1rem;font-style:italic;line-height:1.5}.styles_PriceHistoryItem__McQiE{-ms-flex-align:center;align-items:center;color:#818a91;display:-ms-flexbox;display:flex}.styles_PriceHistoryItem__label__\+oNfB{-ms-flex:1 1;flex:1 1;font-size:1rem}.styles_PriceHistoryItem__value__UOs-w{color:#7099ee;font-size:1.2rem}.styles_PriceHistoryItem__value_crossed__OnkBb{color:#818a91;text-decoration:line-through}.styles_PriceHistoryItem__McQiE+.styles_PriceHistoryItem__McQiE{margin-top:1rem}.styles_Comment__ba7fq{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_CommentText__sLM8n{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;font-size:15px}.styles_CommentText__label__zQ1xH{margin-left:1.2rem}.styles_Comment__ba7fq .styles_CommentText__sLM8n+.styles_CommentText__sLM8n{margin-top:1rem}.styles_Creative__v5R44+.styles_Creative__v5R44{margin-top:2rem}.styles_PriceIcon__AHzkO{margin-left:1rem}.styles_PriceIcon_down__urLdx{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.styles_FooterText__gaXqy{-ms-flex:1 1;flex:1 1;text-align:left}@media screen and (max-width:480px){.styles_FooterText__gaXqy{margin-top:1rem}}.styles_PriceHistoryPopover__3\+ZIE{pointer-events:none}.styles_PriceHistoryPopoverPaper__lPt3w{border:1px solid #ccc;border-radius:8px!important}.styles_PriceHistoryPopoverContent__hFGPY{background-color:#fff;min-width:20rem;padding:1.2rem 1rem}.styles_TextFieldWrapper__t4PLn{padding:2.6rem 0 1rem}.styles_performerName__vzQhT{color:#7099ee;text-decoration:none}.styles_Statistics__9cMzt .styles_Layout__\+KCXu{min-height:auto}.styles_Statistics__9cMzt .styles_Layout__\+KCXu+.styles_Layout__\+KCXu{margin-top:2rem}.styles_Statistics__9cMzt .styles_Stats__ptSdE{margin-top:2.4rem}.styles_Statistics__9cMzt .styles_Subtitle__tf19c{color:#212121;font-size:15px;font-weight:600;text-transform:uppercase}.styles_Statistics__9cMzt .styles_CreativesList__KMZsj{margin-top:2rem}.styles_Statistics__9cMzt .styles_Tabs__e76Jg{margin-bottom:2rem}.styles_Statistics__9cMzt .styles_Tabs__indicator__PeYJh{display:none}.styles_Statistics__9cMzt .styles_Tab__SQTGd{font-size:10px!important;line-height:1;min-height:24px}.styles_Statistics__9cMzt .styles_TabContent__tHmS5{display:-ms-flexbox;display:flex}.styles_Statistics__9cMzt .styles_Pie__QE9iL{margin:0 auto}.styles_Statistics__9cMzt .styles_Table__k4DPh{margin-top:2rem}.styles_Details__MAAbk .styles_Header__D6r1c{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.styles_Details__MAAbk .styles_Cover__X3am9{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-size:cover;border:1px solid #d3d3d3;border-radius:.8rem;color:#d3d3d3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:11.6rem;justify-content:center;margin:0 2rem 0 0;width:17.2rem}.styles_Details__MAAbk .styles_typeName__81un9{font-size:12px;margin-top:.8rem}.styles_Details__MAAbk .styles_Info__Pc2Mc{-ms-flex:1 1;flex:1 1}.styles_Details__MAAbk .styles_Info__title__bcSZ0{color:#2e2f35;font-size:1.6rem;line-height:1.4rem;padding:1rem 0 0}.styles_Details__MAAbk .styles_InfoList__CCNS9{padding-top:.2rem}.styles_Details__MAAbk .styles_InfoList__item__ZJgKB{-ms-flex-align:center;align-items:center;color:#818a91;display:-ms-flexbox;display:flex;font-size:1.2rem;line-height:1.4rem;padding-top:1rem}.styles_StatIcon__ezxj1{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#e8f4fe;border-radius:100%;display:-ms-flexbox;display:flex;height:4rem;justify-content:center;min-height:4rem;min-width:4rem;width:4rem}.styles_StatIcon__icon__t2rzA{color:#7099ee}.styles_StatItem__-v79D{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_StatItem__value__e62mv{color:#484848;font-size:24px;font-weight:100;margin-top:2rem}.styles_StatItem__label__dVY\+S{color:#909090;font-size:12px;margin-top:.8rem;text-align:center}.styles_Graphics__VnJut{padding:0 2rem 2rem}.styles_Graphics__VnJut .styles_Chart__FZ7Wc{padding:2rem 2rem 2rem .5rem}.styles_Info__iHG1b{display:inline-block;height:.4rem;margin-right:.6rem;width:2rem}.styles_Info_red__kr5Qs{background-color:#fa133c}.styles_Info_green__hh-jp{background-color:#24b900}.styles_Info__blue__kun3x{background-color:#7099ee}.styles_InfoList__FxLBG{list-style:none;margin-top:2rem}.styles_InfoListItem__V8Pe6{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_InfoListItem__V8Pe6+.styles_InfoListItem__V8Pe6{margin-top:.5rem}.styles_ModalHeader__V6fPq{padding:0 1rem}.styles_Modal__hx75u .styles_AccountsListCenter__oL6xv{-ms-flex-pack:start;justify-content:flex-start}.styles_Modal__hx75u .styles_AccountsListRightStatisticsButton__LUbp6{width:auto!important}.styles_Modal__hx75u .styles_Footer__4W2TL{border:none;padding:0}.styles_InviteButton__MBN4-{border-color:#ebecef!important;border-radius:.8em!important;color:#000!important;font-family:Montserrat,sans-serif;font-size:1.3em;font-style:normal;font-weight:500;letter-spacing:-.04em;line-height:1.2em;padding:.7em 1.7em;text-transform:none!important}@media screen and (max-width:480px){.styles_InviteButton__MBN4-{-ms-flex:1 1;flex:1 1;height:4.8rem}}.styles_InviteButton__MBN4-:hover{background-color:#000!important;border-color:#000!important;color:#fff!important}.styles_InviteButton__MBN4-:disabled{color:#ebecef!important}.styles_InviteButton__MBN4- svg{font-size:15px!important}.styles_Modal__content__0K7AP{background:#fff;padding:2.4rem}.styles_Modal__header__2cf6V{-webkit-box-shadow:0 19px 38px rgba(0,0,0,.38);box-shadow:0 19px 38px rgba(0,0,0,.38)}.styles_SortBlock__FoToE{margin-bottom:2rem}.styles_Pagination__jUXS6{-ms-flex-pack:center;justify-content:center;margin:2rem 0}.styles_Pagination__jUXS6,.styles_sortBlock__hCzvC{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_sortBlock__hCzvC div:last-child{-ms-flex:1 1;flex:1 1}}.styles_sortBlock__hCzvC>div+div{margin-left:1rem}.styles_Modal__content__QrKj7{font-size:16px;line-height:1.5;padding:3.2rem 2.4rem}.styles_CreativesList__0tcBn{padding-top:4rem}.styles_Actions__phgmf{-ms-flex-align:center;align-items:center;border:1px solid #d3d3d3;border-radius:8px;display:-ms-flexbox;display:flex;margin-top:3rem;padding:1rem 2.4rem}@media screen and (max-width:480px){.styles_Actions__phgmf{display:block;padding:1rem}}.styles_Actions__phgmf .styles_Pulse__6597k{margin-right:2.4rem}.styles_Actions_blue__7oV6l{background-color:#7099ee;border:none}.styles_Actions_blue__7oV6l .styles_AccountName__stUkF,.styles_Actions_blue__7oV6l .styles_ActionIcon__jPWdN,.styles_Actions_blue__7oV6l .styles_TaskStatus__x-bYH{color:#fff!important}@media screen and (max-width:480px){.styles_Actions_blue__7oV6l .styles_ActionButton__tBkkV{text-transform:none!important}}.styles_Actions_blue__7oV6l .styles_ActionButton_meetReq__WmONJ{background-color:#517fde}.styles_Actions__phgmf .styles_Account__9KlJD{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_Actions__phgmf .styles_Account__9KlJD .styles_AccountInfo__bUCTo{-ms-flex:1 1;flex:1 1}}.styles_Actions__phgmf .styles_Account__9KlJD .styles_AccountName__stUkF{color:#212121;font-size:15px;font-weight:400}@media screen and (max-width:480px){.styles_Actions__phgmf .styles_Account__9KlJD .styles_AccountName__stUkF{font-size:1.4rem;line-height:1.4rem}}.styles_Actions__phgmf .styles_Account__9KlJD .styles_TaskStatus__x-bYH{color:#818a91;font-size:12px;font-weight:400;margin-top:.4rem}@media screen and (max-width:480px){.styles_Actions__phgmf .styles_Account__9KlJD .styles_TaskStatus__x-bYH{font-size:.9rem;line-height:1.4rem;margin-top:.2rem}}.styles_Actions__phgmf .styles_Account__9KlJD .styles_AccountImage__IbnOt{margin-right:1.2rem}.styles_Actions__phgmf .styles_Action__bcy\+s{cursor:pointer}.styles_Actions__phgmf .styles_Action__bcy\+s+.styles_Action__bcy\+s{margin-left:2.4rem}@media screen and (max-width:480px){.styles_Actions__phgmf .styles_Action__bcy\+s+.styles_Action__bcy\+s{margin-left:0}}.styles_Actions__phgmf .styles_ActionIcon__jPWdN{color:#7099ee;font-size:3rem}@media screen and (max-width:480px){.styles_Actions__block__Vz6p-{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Actions__block__Vz6p-:last-child{-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem}}.styles_Details__sUEox .styles_Header__ZxVoW{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_Details__sUEox .styles_Header__ZxVoW{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding-top:1rem}}.styles_Details__sUEox .styles_typeName__jT99d{font-size:12px;margin-top:.8rem}.styles_Details__sUEox .styles_Info__EJq-w{-ms-flex:1 1;flex:1 1}.styles_Details__sUEox .styles_InfoList__Hqwpe{padding-top:.2rem}.styles_Details__sUEox .styles_InfoListItem__xzsWs{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.2rem;padding-top:.8rem}.styles_Details__sUEox .styles_InfoListItem_chips__Pr\+3A{margin-top:-.8rem}@media screen and (max-width:480px){.styles_Details__sUEox .styles_InfoListItem__xzsWs{-ms-flex-pack:center;justify-content:center}}.styles_Details__sUEox .styles_InfoListItem__xzsWs .styles_ItemName__xqz\+b{font-weight:400}.styles_Details__sUEox .styles_InfoListItem__xzsWs>*+*{margin-left:.6rem}.styles_Details__sUEox .styles_InfoList__Hqwpe .styles_NetworkLink__PHuG4{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;font-size:1.5rem;text-decoration:none}.styles_Details__sUEox .styles_InfoList__Hqwpe .styles_NetworkLink__PHuG4>*+*{margin-left:.6rem}.styles_Details__sUEox .styles_SubjectChip__PGkdA{background-color:rgba(112,153,238,.1);border-radius:22px;color:#7099ee;font-size:12px;font-weight:400;height:20px;margin-top:.8rem}.styles_Details__sUEox .styles_SubjectChip__PGkdA+.styles_SubjectChip__PGkdA{margin-left:.4rem}@media screen and (max-width:480px){.styles_Details__sUEox .styles_ActionsList__Eb6\+u{-ms-flex-pack:distribute;justify-content:space-around;padding-top:3.4rem;width:100%}}.styles_Modal__content__gXSwn{padding:2.4rem}.styles_Modal__footer__27jsB{-ms-flex-pack:justify;justify-content:space-between}.styles_Link__iTij8{font-size:14px;font-weight:400;max-width:35rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Creative__6XIra{-ms-flex-align:center;align-items:center;border:1px solid #f1f1f1;border-radius:3px;display:-ms-flexbox;display:flex;padding:1rem}.styles_Creative__6XIra .styles_Title__NP0Gg{font-size:15px;font-weight:400;text-transform:uppercase}.styles_Creative__6XIra .styles_Info__eHE7L{-ms-flex:1 1;flex:1 1;margin-left:1rem}.styles_Creative__6XIra .styles_typeName__Xlfuc{color:#818a91;font-size:13px;margin-top:.4rem}.styles_Creative__6XIra .styles_Toggle__wpenl{margin-left:2rem}.styles_Creative__6XIra+.styles_Creative__6XIra{margin-top:1rem}.styles_ToggleAll__8LhOB{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-bottom:2rem}.styles_ToggleAll__8LhOB .styles_ToggleAllText__gxCaz{color:#818a91;-ms-flex:1 1;flex:1 1}.styles_Creative__GFtG5 .styles_Title__dvayt{-ms-flex-align:center;align-items:center;color:#2e2f35;display:-ms-flexbox;display:flex;font-size:20px;font-weight:600;text-transform:uppercase;width:100%}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Title__dvayt{font-size:1.4rem;line-height:1.6rem;margin-bottom:1rem;margin-top:2rem}}.styles_Creative__GFtG5 .styles_Subtitle__kXB\+s{color:#2e2f35;font-size:15px;font-weight:500;margin-bottom:1rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Container__k-mYS{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.styles_Creative__GFtG5 .styles_Left__k0reQ{-ms-flex:1 1;flex:1 1;margin-right:4rem!important}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Left__k0reQ{margin-right:0!important}}.styles_Creative__GFtG5 .styles_Right__pCdrB{-ms-flex-wrap:wrap;flex-wrap:wrap;width:32rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Right__pCdrB{width:auto}}.styles_Creative__GFtG5 .styles_Right__pCdrB .styles_ReviewContentButton__eoxOr,.styles_Creative__GFtG5 .styles_Right__pCdrB .styles_UploadContentButton__xWXbZ{margin-top:2rem}.styles_Creative__GFtG5 .styles_InfoTable__gNFF4{border-collapse:separate;border-spacing:.8rem 1.2rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_InfoTable__gNFF4{border-spacing:.2rem 1rem}}.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_IconCell__MknDW{color:#818a91}.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_LabelCell__nvfY2{color:#818a91;font-size:12px}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_LabelCell__nvfY2{width:12rem}}.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_ValueCell__koji8{color:#2e2f35;font-size:1.4rem;font-weight:400}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_ValueCell__koji8{font-size:1.2rem}}.styles_Creative__GFtG5 .styles_InfoTable__gNFF4 .styles_ValueCell_highlighted__RWu6A{color:#7099ee}.styles_Creative__GFtG5 .styles_CreativeInfo__drsWJ{margin-top:4rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_CreativeInfo__drsWJ{margin-top:2rem}}.styles_Creative__GFtG5 .styles_CreativeInfo__drsWJ .styles_Title__dvayt{margin-bottom:2rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_CreativeInfo__drsWJ .styles_Title__dvayt{margin-bottom:1rem}}.styles_Creative__GFtG5 .styles_ContentSamples__hF4gn{margin-top:4rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_ContentSamples__hF4gn{margin-top:2rem}}.styles_Creative__GFtG5 .styles_Brief__vNT8I{margin-top:4rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Brief__vNT8I{margin-top:2rem}}.styles_Creative__GFtG5 .styles_Brief__vNT8I .styles_Title__dvayt{margin-bottom:1rem}.styles_Creative__GFtG5 .styles_Brief__vNT8I .styles_BlockCard__4Dy7B{border:1px solid #d3d3d3;-webkit-box-shadow:none;box-shadow:none;padding:1.2rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Brief__vNT8I .styles_BlockCard__4Dy7B{border:0;font-size:1.5rem;line-height:1.8rem;padding:0}}.styles_Creative__GFtG5 .styles_Brief__vNT8I .styles_PostCommentTitle__S4kkH{margin-top:4rem}@media screen and (max-width:480px){.styles_Creative__GFtG5 .styles_Brief__vNT8I .styles_PostCommentTitle__S4kkH{margin-top:2rem}}.styles_Creative__GFtG5 .styles_AllowedTitle__0QHKM,.styles_Creative__GFtG5 .styles_DisallowedTitle__faooz{margin-top:2rem}.styles_Creative__GFtG5 .styles_ConditionRow__l7B3S{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;word-break:break-word}.styles_Creative__GFtG5 .styles_ConditionRow__l7B3S+.styles_ConditionRow__l7B3S{margin-top:1.4rem}.styles_Creative__GFtG5 .styles_Icon__--t08{margin-right:.8rem}.styles_Creative__GFtG5 .styles_Icon_success__id9YY{color:#24b900}.styles_Creative__GFtG5 .styles_Icon_error__AdMKV{color:#fa133c}.styles_Creative__GFtG5 .styles_UploadContentButton__xWXbZ{margin-top:2rem}.styles_Creative__GFtG5 .styles_LoadedMedia__zdEcb:nth-child(3n){margin-right:0}.styles_Creative__GFtG5 .styles_Img__qePAx{border-radius:0}.styles_Creative__GFtG5 .styles_Status__KL8Jv{background:#e8f4fe;border-radius:1rem;color:#7099ee;display:inline-block;font-size:1.2rem;font-weight:600;line-height:1.4rem;margin-left:.8rem;padding:.2rem 1rem;text-transform:uppercase}.styles_Creative__GFtG5 .styles_ActionList__gVooa{-ms-flex-pack:center;-ms-flex-align:start;align-items:flex-start;justify-content:center;margin-top:2rem;padding:1rem 0;width:100%}.styles_Creative__GFtG5 .styles_ActionList__item__5UnD8:not(:first-child){margin-left:1rem!important}.styles_CopyButton__atuBI{cursor:pointer;font-size:16px;margin-left:12px}@-webkit-keyframes styles_Gradient__xjFu4{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__xjFu4{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_AlertText__rq5Oe{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;padding-top:3.8rem;width:100%}.styles_AlertText__icon__sn\+Y7{height:3.2rem;width:3.2rem}.styles_AlertText__icon_error__4nfx7 .b{fill:#fd4745}.styles_AlertText__icon_success__J-0tI .b{fill:#24b900}.styles_AlertText__icon_info__2ojdg .b{fill:#7099ee}.styles_AlertText__message__QiZ\+y{color:#484848;font-size:1.5rem;line-height:1.8rem;padding-left:1.2rem}.styles_Statistics__I5XC7 .styles_Layout__s2iUL{min-height:auto}.styles_Statistics__I5XC7 .styles_Layout__s2iUL+.styles_Layout__s2iUL{margin-top:2rem}.styles_Statistics__I5XC7 .styles_Stats__wDDWu{margin-top:2.4rem}.styles_Statistics__I5XC7 .styles_Subtitle__gR8Oh{color:#212121;font-size:15px;font-weight:600;text-transform:uppercase}.styles_Statistics__I5XC7 .styles_CreativesList__kz9pP{margin-top:2rem}.styles_Statistics__I5XC7 .styles_Tabs__HKXjL{margin-bottom:2rem}.styles_Statistics__I5XC7 .styles_Tabs__indicator__nrCz-{display:none}.styles_Statistics__I5XC7 .styles_Tab__iCvCt{font-size:10px!important;line-height:1;min-height:24px}.styles_Statistics__I5XC7 .styles_TabContent__WKzME{display:-ms-flexbox;display:flex}.styles_Statistics__I5XC7 .styles_Pie__-CiWP{margin:0 auto}.styles_Statistics__I5XC7 .styles_Table__\+ABX4{margin-top:2rem}.styles_Details__qFaRR .styles_Header__\+TypN{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_Details__qFaRR .styles_Header__\+TypN{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}}.styles_Details__qFaRR .styles_Cover__vpOq8{background:50% no-repeat;background-size:cover;border-radius:.8rem;height:11.6rem;margin:0 2rem 0 0;width:17.2rem}.styles_Details__qFaRR .styles_typeName__d7fb\+{font-size:12px;margin-top:.8rem}.styles_Details__qFaRR .styles_Info__c\+IFA{-ms-flex:1 1;flex:1 1}.styles_Details__qFaRR .styles_Info__title__5kpH3{color:#2e2f35;font-size:1.6rem;line-height:1.4rem;padding:1rem 0 0}.styles_Details__qFaRR .styles_Table__jxcdX{border-collapse:separate;border-spacing:.8rem 1.2rem;margin-top:1rem}.styles_Details__qFaRR .styles_Table__jxcdX .styles_IconCell__rTQgU{color:#7099ee}.styles_Details__qFaRR .styles_Table__jxcdX .styles_LabelCell__SkLCW{color:#818a91;font-size:12px}@media screen and (max-width:480px){.styles_Details__qFaRR .styles_Table__jxcdX .styles_LabelCell__SkLCW{width:12rem}}.styles_Details__qFaRR .styles_Table__jxcdX .styles_ValueCell__Jy7Zq{color:#2e2f35;font-weight:400}@-webkit-keyframes styles_Gradient__GpGbT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__GpGbT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_ReviewPost__inner__xnDrT{display:-ms-flexbox;display:flex;margin-top:3rem;padding:0 3rem 2.4rem;width:100%}@media screen and (max-width:480px){.styles_ReviewPost__inner__xnDrT{-ms-flex-direction:column;flex-direction:column;margin-top:0;padding:0}}.styles_ReviewPost__upload__09Yth{-ms-flex:1 1;flex:1 1;max-width:50rem;padding-right:4rem}@media screen and (max-width:480px){.styles_ReviewPost__upload__09Yth{padding:1rem;width:100%}}.styles_ReviewPost__preview__lQuoh{max-width:32rem}.styles_Title__n7zZs{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;line-height:1;margin-bottom:1rem}.styles_Title__counter__X9NH\+{-ms-flex-item-align:end;align-self:end}.styles_Title__label__Irpgw{color:#000;font-size:1.6rem;line-height:1.9rem}@media screen and (max-width:480px){.styles_Title__label__Irpgw{font-size:1.4rem;font-weight:500;line-height:1.6rem}}.styles_List__item__OYQD3+.styles_List__item__OYQD3{margin-top:3.2rem}.styles_ButtonsList__sNO3V{display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_ButtonsList__sNO3V{display:block}.styles_ButtonsList__sNO3V button{width:100%!important}}.styles_ButtonsList__sNO3V>button+button{margin-left:1.6rem}@media screen and (max-width:480px){.styles_ButtonsList__sNO3V>button+button{margin-left:0;margin-top:1rem}}.styles_Caption__2rFcr{word-wrap:break-word;border:1px solid rgba(0,0,0,.26);border-radius:.4rem;padding:1.8rem 1.4rem;white-space:pre-wrap}@media screen and (max-width:480px){.styles_Caption__2rFcr{border:0;border-radius:0;color:#212121;font-size:1.4rem;padding:0}}.styles_Error__eFWdm{color:#fa133c}.styles_Button__B5h9O{-webkit-box-shadow:0 1px 4px rgba(0,0,0,.12);box-shadow:0 1px 4px rgba(0,0,0,.12);font-size:14px;font-weight:300;padding:1rem 1.6rem}.styles_Button_withMargin__FyJ1-{margin-left:4rem}.styles_Status__QYUCn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Status__name__iV2Su{-ms-flex-align:center;align-items:center;color:#484848;display:-ms-flexbox;display:flex;font-size:12px;font-weight:600}.styles_Status__name__iV2Su>*+*{margin-left:1.6rem}.styles_Status__comment__J-ShK{word-wrap:break-word;color:#484848;font-size:1.2rem;line-height:1.6rem;margin-top:1.2rem;white-space:pre-wrap}.styles_MixedUploader__J-EW4{width:auto}.styles_MixedUploader_fullWidth__t8qpQ{width:100%}.styles_MixedUploader_fullWidth__t8qpQ .styles_MixedUploader__uploader__WHbYF{width:100%!important}div.styles_Info__Od8Qc{background-color:#7099ee;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff;font-size:1.3rem;line-height:1.5rem;margin:0 3rem 3rem 0;padding:.8rem;position:relative;z-index:auto!important}div.styles_Info__Od8Qc button.styles_CloseInfoButton__KnvAt{bottom:.4rem;position:absolute;right:.4rem}@media screen and (max-width:480px){div.styles_Info__Od8Qc{margin:0 0 2rem}}.styles_AttachmentsList__yzS0d{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:480px){.styles_AttachmentsList__yzS0d .styles_GridUploader__r2Jy3{width:100%}}.styles_AttachmentsList__yzS0d .styles_Img__wDmCC{border-radius:0}.styles_Footer__maMWW{background-color:#fff;bottom:0;left:0;position:absolute;right:0}.styles_Actions__1hzAN{margin-bottom:2rem}.styles_Actions__1hzAN:empty{display:none}.styles_MediaControls__Fy5vX{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width:480px){.styles_MediaControls__Fy5vX{opacity:1}}.styles_MediaControls__Fy5vX>div+div{margin-left:2rem}.styles_MediaControls__Fy5vX:hover,.visible{opacity:1}.styles_Buttons__QtZ4-{margin-top:2rem}.styles_Creative__3Xe4c{width:32rem}@media screen and (max-width:480px){.styles_Creative__3Xe4c{width:auto}}.styles_Modal__cD45i{max-width:886px!important}@-webkit-keyframes styles_Gradient__2wBdT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_Gradient__2wBdT{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.styles_box__Dyw39{padding:1.6rem}.styles_box_taskType-stories__f8Feh .styles_PostItemMedia__img__wpr7\+{height:32rem}.styles_box_taskType-stories__f8Feh .styles_PostItem__description__y7xob{display:none}.styles_box_network-youtube__GAtnZ .styles_postsBox__ezyB8{margin:-.8rem}.styles_box_network-youtube__GAtnZ .styles_postsBox__item__xddqa{margin:.8rem;width:calc(33.33333% - 1.6rem)}@media screen and (max-width:960px){.styles_box_network-youtube__GAtnZ .styles_postsBox__item__xddqa{width:calc(50% - 1.6rem)}}@media screen and (max-width:480px){.styles_box_network-youtube__GAtnZ .styles_postsBox__item__xddqa{width:100%}}.styles_box_network-youtube__GAtnZ .styles_PostItemMedia__img__wpr7\+{height:16rem}.styles_postsBox__ezyB8{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-.8rem}.styles_postsBox__item__xddqa{margin:.8rem;width:calc(25% - 1.6rem)}@media screen and (max-width:960px){.styles_postsBox__item__xddqa{width:calc(50% - 1.6rem)}}@media screen and (max-width:480px){.styles_postsBox__item__xddqa{width:100%}.styles_postsBox__ezyB8{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:2rem;width:100%}}.styles_img__axUp-{height:100%;width:100%}.styles_mediaInnerBox__eNLBW{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(rgba(0,0,0,.69)));background:-o-linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));background:linear-gradient(hsla(0,0%,100%,0),rgba(0,0,0,.69));bottom:0;height:40%;left:0;position:absolute;right:0;width:100%}.styles_mediaDate__aJ35y{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-weight:300;left:0;padding:1rem;position:absolute;right:0}.styles_mediaFaderBox__h-h4u{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:rgba(0,122,255,.52);border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;width:100%}.styles_mediaFaderBox_selected__g\+4do{opacity:1}.styles_selectIcon__mC1HG{fill:#fff;color:#fff}.styles_PostItem__ixF3E{border-radius:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.styles_PostItemMedia__img__wpr7\+{display:block;-o-object-fit:cover;object-fit:cover}.styles_PostItem__description__y7xob{border:1px solid #e6e6e6;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%}.styles_Caption__8tkR4{line-height:1.5;margin:0 auto;padding:1rem 0;width:calc(100% - 1.6rem)}.styles_Box__JNSpV{-ms-flex-align:center;-ms-flex-pack:space-evenly;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-evenly;padding:7.5rem;position:relative}.styles_BackgroundImage__kZKQh{margin-bottom:3.2rem}.styles_Text__u2kTD{margin-bottom:4.1rem;text-align:center}.styles_Button__3WCJw{background-color:#4267b2!important;color:#fff!important}.styles_CloseBtn__nauVm{color:#000;cursor:pointer;font-size:3rem;height:1.4rem;opacity:.54;position:absolute;right:2.1rem;top:2.1rem;width:1.4rem}.styles_CloseBtn__nauVm:after{content:"×";display:inline-block}.styles_Notes__mInCf{grid-row-gap:1rem;color:#a5a5a5;display:grid;font-size:1.2rem;grid-template-rows:1fr 1fr;line-height:1.5;margin-top:4rem;row-gap:1rem;text-align:center}.styles_TextFieldWrapper__UjDvi{padding:2.6rem 0 1rem}.styles_Wrapper__hEEeh{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;margin-top:2.5rem}.styles_Wrapper__hEEeh .MuiRating-root{font-size:2rem;margin-top:1rem}.styles_TextFieldWrapper__VxOdY{padding:2.6rem 0 1rem}.styles_Header__c5ntB{background-color:#fff;-webkit-box-shadow:0 12px 24px rgba(0,0,0,.08);box-shadow:0 12px 24px rgba(0,0,0,.08);display:-ms-flexbox;display:flex;height:56px;left:0;position:fixed;top:0;width:100%;z-index:999}.styles_Logo__EgqKW{padding:1rem 3.2rem;position:absolute}.styles_Logo__img__t7AVi{height:3.6rem;width:8.2rem}@media screen and (max-width:480px){.styles_Logo__EgqKW{display:none}}.styles_Tabs__2Ae\+n{margin:0 auto}.styles_Tabs__container__nU34T{height:100%}.styles_List__FiP1k{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:7.8rem auto;width:886px}@media screen and (max-width:480px){.styles_List__FiP1k{width:auto}}.styles_Item__tMvgy{background:#fff;border:1px solid #f1f1f1;-webkit-box-shadow:0 12px 24px rgba(0,0,0,.04);box-shadow:0 12px 24px rgba(0,0,0,.04);margin-bottom:2.4rem}.styles_Item__tMvgy:first-child{margin-top:2.4rem}.styles_Footer__Z4ehC{background-color:#fff;border-top:1px solid #f1f1f1;bottom:0;left:0;padding:1rem 0;position:fixed;right:0;text-align:center;z-index:999}.styles_Empty__cfIbF{-ms-flex-align:center;align-items:center;height:100%;left:0;padding:0;top:0}.styles_Loader__5OLVp{margin-top:2.4rem;text-align:center}.styles_HelpIcon__fyrJR{-ms-flex-item-align:center;align-self:center;color:#7099ee;cursor:pointer;margin-right:4.8rem}.styles_Tour__lJZQx [data-tour-elem=controls]{-ms-flex-pack:center;justify-content:center}.styles_MessageBlock__2b9CU{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:4rem}.styles_Content__iyl2Q{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;overflow:hidden;position:relative}@media screen and (max-width:1280px){.styles_Content__iyl2Q{padding:0 1rem;width:100vw}}.styles_SupportBtn__eDRrH{background-color:#fff;border:1px solid #eaeaea;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.12);box-shadow:0 3px 6px rgba(0,0,0,.12);cursor:pointer;display:-ms-flexbox;display:flex;margin-left:2rem;padding:.8rem 1.6rem}.styles_SupportBtnText__8D0GJ{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#7295ee;display:-ms-flexbox;display:flex;justify-content:center;margin-left:1rem}@media screen and (max-width:480px){.styles_SupportBtnText__8D0GJ{display:none}}.styles_HelpItem__X88gB{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:rgba(115,146,238,.3);border-radius:50%;color:#7392ee;display:-ms-flexbox;display:flex;height:2.4rem;justify-content:center;width:2.4rem}.styles_HelpItem__X88gB:after{color:#7295ee;content:"?";display:block;opacity:1}.styles_AccountSearch__KgSwV{-ms-flex:1 1;flex:1 1}.styles_Header__vmfdD{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-bottom:.1rem solid #eaeaea;display:-ms-flexbox;display:flex;height:10rem;justify-content:center;padding:0 2rem}@media screen and (max-width:480px){.styles_Header__vmfdD{border:initial;height:auto;padding:1rem}.styles_Header_hide__Qei7Q{display:none}}.styles_NavHistory__6hMTi{margin-right:3rem!important;padding:0!important}.styles_ArrowBack__edOme{color:#7099ee;font-size:1.6rem;margin-right:1rem}@media screen and (max-width:480px){.styles_AccountByName__GSEGF{margin:0}}.styles_SubHeader__c2U\+\+{-ms-flex-align:center;align-items:center;border-bottom:1px solid #eaeaea;display:-ms-flexbox;display:flex}.styles_SelectedCampaign__-TmE3{border-right:1px solid #eaeaea;-ms-flex:1 1;flex:1 1;padding:1rem}@media screen and (max-width:480px){.styles_SelectedCampaign_hide__3LjAK{display:none}}.styles_SelectedAccount__CWQIZ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:2 1;flex:2 1;padding:1rem 2rem}@media screen and (max-width:480px){.styles_SelectedAccount_hide__\+a397{display:none}}.styles_Nickname__a8Sia{color:#484848;-ms-flex:1 1;flex:1 1;font-size:1.5rem;font-weight:400}.styles_BlockIcon__deMfb{color:#8d8d8d;cursor:pointer}.styles_ArrowBack__-ECN5{font-size:1.6rem;margin-left:1.6rem}.styles_CampaignItem__C9ME7{cursor:pointer;display:-ms-flexbox;display:flex;padding:1rem;position:relative}.styles_CampaignItemImg__FnDOj{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border:1px solid #d3d3d3;border-radius:4px;color:#d3d3d3;display:-ms-flexbox;display:flex;height:6.4rem;justify-content:center;margin-right:1rem;width:9.4rem}.styles_CampaignItemInfo__wUEFW{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;width:1rem}.styles_CampaignItemInfoName__jWd5U{color:#212121;font-size:1.3rem;font-weight:400;max-width:65%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_CampaignItemInfoCount__X2KxP{-ms-flex-align:center;align-items:center}.styles_CampaignItemInfoCount__X2KxP,.styles_CampaignItemInfoSocial__qnfyp{color:#818a91;display:-ms-flexbox;display:flex}.styles_CampaignItemInfoIcon__UR71a{height:1.6rem;margin-right:.6rem;width:1.6rem}.styles_CampaignItemActions__ILH\+F{color:#7197ee;position:absolute;right:.5rem;top:.5rem}.styles_CampaignItemUnreadMessage__oawr\+{background-color:#7197ee;border:1px solid #4385f4;border-radius:22px;bottom:1.1rem;color:#fff;height:1rem;position:absolute;right:.9rem;width:1rem}.styles_Img__gfqN7{border-radius:4px;height:inherit;width:inherit}.styles_OtherBox__n5QEB{height:90%;width:90%}.styles_OtherBox__n5QEB>img{border-radius:100%;height:100%!important;width:100%!important}.styles_LeftSide__28zd1{border-right:.1rem solid #eaeaea;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:480px){.styles_LeftSide_hide_mobile_list__VzOCd{display:none}}.styles_DialogList__2-F74{-webkit-overflow-scrolling:touch;overflow-y:auto}.styles_List__bjb9h{-ms-flex-direction:column;flex-direction:column;overflow-y:auto}.styles_DialogItemWrapper__GYym3{cursor:pointer;padding:1.2rem 0}.styles_DialogItem__Ehzxq{display:-ms-flexbox;display:flex;padding:0 2rem;position:relative}.styles_DialogItem_selected__gxCAc{background-color:#7099ee;border-radius:0 4px 4px 0;height:100%;left:0;position:absolute;top:0;width:.4rem}.styles_DialogItem_selected__gxCAc .styles_Nickname__og-Cw{color:#7197ee}.styles_DialogItemAvatar__KAWzI{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:4px;color:#d3d3d3;display:-ms-flexbox;display:flex;height:3.6rem;justify-content:center;margin-right:1.8rem;width:3.6rem}.styles_DialogItemAvatarImg__yPRj7{border-radius:4px;height:inherit;width:inherit}.styles_Nickname__og-Cw{color:#363c40;font-size:1.3rem;font-weight:400;max-width:75%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Content__Mp13p{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;width:1rem}.styles_LastMessage__w6dWM{color:#a9a9a9;display:-ms-flexbox;display:flex;font-size:1.2rem;max-width:75%}.styles_LastMessageAuthor__BdCgm{font-weight:300}.styles_LastMessageText__060di{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_attachmentLabelBox__jKvVy{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_attachmentIcon__qv6hp{fill:#7099ee;color:#7099ee;margin-right:.3rem}.styles_attachmentLabel__Wz5Cq{color:#7099ee;font-weight:300}.styles_Time__q5JTs{color:#a5a5a5;font-size:1.2rem;position:absolute;right:2.2rem;top:0}.styles_UnreadMessage__BHHnu{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#7197ee;border:1px solid #4385f4;border-radius:22px;bottom:0;color:#fff;display:-ms-flexbox;display:flex;height:2.1rem;justify-content:center;position:absolute;right:2.2rem;width:3.4rem}.styles_RightSide__pXx2x{display:-ms-flexbox;display:flex;-ms-flex:2 1;flex:2 1}@media screen and (max-width:480px){.styles_RightSide_hide__caRnb{display:none}}.styles_Dialog__VbisV{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;width:1rem}.styles_Chat__3\+gXe{-ms-flex:1 1;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:1rem 2rem}.styles_SendMessageBox__B8kBS{background-color:#fff;border-top:1px solid #eaeaea;padding:1rem 2.5rem}.styles_EnterMessage__5wK6s{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex}.styles_AttachButton__g3fVB,.styles_SendButton__Hlvi5{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;height:5rem}.styles_WriteMessage__YtZNM{-ms-flex:1 1;flex:1 1;margin:0 2rem}.styles_AttachmentBox__CdEaX{display:-ms-flexbox;display:flex;margin-bottom:1rem;padding-left:3.6rem;width:100%}.styles_WrapperEmpty__YDnEN{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center}.styles_GridContainer__FjFzR{-ms-flex-direction:column;flex-direction:column}.styles_WrapperEmpty__ONoc6{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center}.styles_MessageWrapper__odxX\+{display:-ms-flexbox;display:flex;margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;width:100%}.styles_MessageWrapper_self__czJAY{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.styles_MessageWrapper_self__czJAY .styles_Text__eqa4d{background-color:#7295ee;color:#fff;text-align:end}.styles_MessageWrapper_self__czJAY .styles_Message__bV9az{-ms-flex-align:end;align-items:flex-end}.styles_Message__bV9az{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:75%}.styles_Text__eqa4d{background-color:#e5e5ea;border-radius:4px;color:#000;display:inline-block;padding:.8rem 1.6rem;white-space:pre-wrap}.styles_Date__SrxF3{color:#707070;font-size:1rem;margin-bottom:.4rem}.styles_attachmentsBox__-sOuO{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_imageBox__4p5ok{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;height:12.5rem;justify-content:center;margin:.5rem;overflow:hidden;width:12.5rem}.styles_imageBox__4p5ok,.styles_imageBox__4p5ok:hover .styles_imageBox_hover__Xz6je{display:-ms-flexbox;display:flex}.styles_imageBox_hover__Xz6je{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:none;height:55rem;justify-content:center;left:3%;position:absolute;top:6%;width:55rem}.styles_image__iJFNA,.styles_image_hover__Ty3cq{width:100%}.styles_CampaignBlock__i9GML{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Content__hlOTw{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;overflow:hidden}.styles_Header__iqpJa{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-bottom:.1rem solid #eaeaea;display:-ms-flexbox;display:flex;height:10rem;justify-content:center;padding:0 2rem}@media screen and (max-width:480px){.styles_Header__iqpJa{border:initial;height:auto;padding:1rem}}.styles_CampaignSearch__xUxe5{-ms-flex:1 1;flex:1 1}.styles_HelpItem__2wyjh{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:rgba(115,146,238,.3);border-radius:50%;color:#7392ee;display:-ms-flexbox;display:flex;height:2.4rem;justify-content:center;width:2.4rem}.styles_HelpItem__2wyjh:after{color:#7295ee;content:"?";display:block;opacity:1}.styles_SupportBtn__2oziH{background-color:#fff;border:1px solid #eaeaea;border-radius:4px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.12);box-shadow:0 3px 6px rgba(0,0,0,.12);cursor:pointer;display:-ms-flexbox;display:flex;margin-left:2rem;padding:.8rem 1.6rem}.styles_SupportBtnText__JNDhP{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;color:#7295ee;display:-ms-flexbox;display:flex;justify-content:center;margin-left:1rem}@media screen and (max-width:480px){.styles_SupportBtnText__JNDhP{display:none}}.styles_CampaignByName__jH3ot{background-color:#f1f3f4;border-radius:5px}.styles_Placeholder__\+aCc0{-ms-flex-align:center;align-items:center;color:#767e81;display:-ms-flexbox;display:flex;line-height:1}.styles_Placeholder__icon__575xL{margin-right:1.4rem}.styles_Input__fHhAt{padding:1.2rem 1.6rem!important}.styles_Tab__CEpot{border-bottom:.1rem solid #eaeaea;display:-ms-flexbox;display:flex;height:3.6rem}.styles_TabOption__b922M{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-bottom:.2rem solid rgba(0,0,0,0);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:center;padding:1rem 0}.styles_TabOption__active__6YCR5{border-color:#7099ee;color:#7099ee;font-weight:300}.styles_LeftSide__gSZ6I{border-right:.1rem solid #eaeaea;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_CampaignList__7TFUD{-webkit-overflow-scrolling:touch;-ms-flex:1 1;flex:1 1;overflow-y:auto}.styles_List__C7t8p{-ms-flex-direction:column;flex-direction:column;overflow-y:auto}.styles_Settings__n3dTQ{margin-top:1rem;padding-right:2.4rem}@media screen and (max-width:480px){.styles_Settings__n3dTQ .styles_Tabs__2yhuD{padding-left:0}.styles_Settings__n3dTQ .styles_Tabs__2yhuD .styles_TabsScroller__jp23D{overflow:auto!important}.styles_Settings__n3dTQ{padding-right:0}}.styles_Settings__n3dTQ .styles_Loader__6Ouco{margin:2.4rem}.styles_brief__JM8EU .row,.styles_general__zPtBF .row{margin-bottom:3.2rem}.styles_brief__JM8EU .row>.row__item:first-child,.styles_general__zPtBF .row>.row__item:first-child{font-family:inherit;font-size:inherit;font-weight:inherit;margin-right:2rem;margin-top:1rem}.styles_alertBox__I1tK-{margin-bottom:1.5rem}.styles_Title__hFgki{margin-bottom:1.4rem}.styles_subMenu__uYrER{-ms-flex-pack:inherit;border-bottom:1px solid #e6e6e6;justify-content:inherit;margin-bottom:2rem}.styles_resendButtonBox__rhMuB{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:1.5rem}@media screen and (max-width:480px){.styles_resendButtonBox__rhMuB{display:block}.styles_resendButtonBox__button__9ukjO{width:100%}}.styles_resendButtonBoxButton__k5QXC{-ms-flex-negative:0;flex-shrink:0;margin-right:2rem}@media screen and (max-width:480px){.styles_resendButtonBoxButton__k5QXC{margin-right:0}}.styles_phone__option__tu2hN,.styles_phone__ri7Dz{display:-ms-flexbox;display:flex}.styles_phone__code__IkOa9{-ms-flex:1 1;flex:1 1;margin-right:1rem}.styles_phone__code__IkOa9,.styles_phone__name__T29-r{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_phone__name__T29-r{white-space:nowrap}.styles_phone__ri7Dz .styles_number__x\+McP{-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_ofertaAgreeLink__FpMbS{left:0;top:22px}}.styles_CodeConfirmation__wxZYB{margin:0;max-width:100%!important}.styles_CodeConfirmation__items__WCzpW{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_CodeConfirmation__items__WCzpW>div+div{margin-left:2.4rem}.styles_CodeConfirmation__afterText__GPfZV{color:#707070}.styles_inlineBlock__12Qof{display:inline-block}.styles_PhoneFormControl__TSarg{-ms-flex:1 1;flex:1 1}.styles_OfertaGridItem__FaPim{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_OferaFormControl__T5YzZ{-ms-flex:1 1;flex:1 1;margin-left:1rem!important}.styles_ErrorAlertIcon__LhqOx{color:#ff695b}.styles_ConfirmButton__VHld-{border-radius:.4rem!important;font-size:1.2rem!important;height:2.4rem;letter-spacing:0!important;min-height:auto!important;min-width:inherit!important;padding:.4rem 1rem!important;text-transform:capitalize!important}.styles_ConfirmButton_grey__CMFeg{background-color:#d3d3d3!important}.styles_Paper__J6VNQ{border:1px solid #e4e4e4;margin:1rem auto;padding:1rem 3rem 3rem}.styles_Paper__J6VNQ .styles_Adornment__P3jOC{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}@media screen and (max-width:480px){.styles_Paper__J6VNQ .styles_GridItem__LzPoM{width:100%}}.styles_SaveGridItem__Hoc9A{text-align:right}@media screen and (max-width:480px){.styles_SaveGridItem__Hoc9A{width:100%}}.styles_ReconfirmationText__6qmee{font-size:1.2rem;margin-top:.4rem}.styles_General__9c1mz{background:#fff;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;margin-top:.8rem;padding:2.4rem 2.4rem 3.2rem}.styles_General__9c1mz .styles_Form__rxc1k{max-width:45rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_Title__cppJJ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem;margin-bottom:.6rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_Title__cppJJ svg{margin-right:.7rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_Field__teW-6,.styles_General__9c1mz .styles_Form__rxc1k .styles_Field__teW-6+.styles_Title__cppJJ{margin-top:1.8rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_AttentionMessage__CWMbf{color:#fa133c;font-size:1.1rem;font-weight:400;line-height:1.3rem;margin-top:1.2rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67{display:-ms-flexbox;display:flex;margin-top:1.8rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_SelectCountryRoot__AzgVX{width:10.5rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_SelectCountryRoot__AzgVX .styles_SelectCountrySelect__le7JA{height:4.8rem}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_SelectCountryRoot__AzgVX .styles_SelectCountrySelect__le7JA,.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_SelectCountryRoot__AzgVX fieldset{border-radius:8px 0 0 8px}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_TextFieldPhoneRoot__-3ErR{margin-left:-1px}.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_TextFieldPhoneRoot__-3ErR .styles_TextFieldPhone__8Q-F8,.styles_General__9c1mz .styles_Form__rxc1k .styles_PhoneNumberContainer__c7V67 .styles_TextFieldPhoneRoot__-3ErR .styles_TextFieldPhone__8Q-F8 fieldset{border-radius:0 8px 8px 0}.styles_General__9c1mz .styles_Form__rxc1k .styles_OfferFormControl__bp9qm{margin-top:3.4rem;width:calc(100vw - 13rem)}@media screen and (max-width:960px){.styles_General__9c1mz .styles_Form__rxc1k .styles_OfferFormControl__bp9qm{width:calc(100vw - 3rem)}}@media screen and (max-width:480px){.styles_General__9c1mz .styles_Form__rxc1k .styles_OfferFormControl__bp9qm{width:auto}}.styles_General__9c1mz .styles_Form__rxc1k .styles_SubmitButton__r9Nuk{height:4.8rem;margin-top:3.5rem;width:100%}.styles_General__9c1mz .styles_Form__rxc1k .styles_AdornmentButton__Yg8kI{min-width:auto}.styles_NotificationsAndPassword__CWgEc{display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_NotificationsAndPassword__CWgEc{-ms-flex-direction:column;flex-direction:column}}.styles_NotificationsAndPassword__CWgEc .styles_Title__-TVsY{font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem}.styles_NotificationsAndPassword__CWgEc .styles_Switch__fzmF7{margin-top:1rem!important}@media screen and (max-width:480px){.styles_NotificationsAndPassword__CWgEc .styles_Switch__fzmF7{-ms-flex-pack:start;justify-content:flex-start}}.styles_NotificationsAndPassword__CWgEc .styles_Switch__fzmF7 .styles_SwitchLabel__VMELp{font-size:1.4rem;line-height:1.7rem}.styles_Notifications__jJm1s{background:#fff;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin-top:.8rem;padding:2.4rem}.styles_Notifications__jJm1s .styles_Newsletter__cjUcK{-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #ebecef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:1.7rem}.styles_Notifications__jJm1s .styles_SubmitButton__\+rdIk{height:4.8rem;margin-top:1.7rem}.styles_Password__gWCrL{-ms-flex-align:start;align-items:flex-start;background:#fff;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;display:-ms-flexbox;display:flex;-ms-flex:1.6 1;flex:1.6 1;-ms-flex-direction:column;flex-direction:column;margin-left:.8rem;margin-top:.8rem;padding:2.4rem}@media screen and (max-width:480px){.styles_Password__gWCrL{margin-left:0}}.styles_Password__gWCrL .styles_Fields__yKTh-{max-width:34rem}@media screen and (max-width:480px){.styles_Password__gWCrL .styles_Fields__yKTh-{max-width:none;width:100%}}.styles_Password__gWCrL .styles_Fields__yKTh- .styles_Field__TqlYj{margin-top:1.8rem;width:100%}.styles_Password__gWCrL .styles_Fields__yKTh- .styles_Field__TqlYj .styles_ShowButton__D2ptd{padding:0}.styles_Password__gWCrL .styles_Fields__yKTh- .styles_Field__TqlYj .styles_ShowButton__D2ptd svg{height:auto;width:1.5rem}.styles_Password__gWCrL .styles_Fields__yKTh- .styles_SaveButton__v1V9w{height:4.8rem;margin-top:2.4rem;width:100%}.styles_Settings__4BfLG{margin-top:1rem;padding-right:2.4rem}@media screen and (max-width:480px){.styles_Settings__4BfLG .styles_Tabs__NcLFV{padding-left:0}.styles_Settings__4BfLG .styles_Tabs__NcLFV .styles_TabsScroller__F0pgQ{overflow:auto!important}.styles_Settings__4BfLG{padding-right:0}}.styles_Settings__4BfLG .styles_Loader__2P5UG{margin:2.4rem}.styles_brief__Gl4H- .row,.styles_general__ck5wO .row{margin-bottom:3.2rem}.styles_brief__Gl4H- .row>.row__item:first-child,.styles_general__ck5wO .row>.row__item:first-child{font-family:inherit;font-size:inherit;font-weight:inherit;margin-right:2rem;margin-top:1rem}.styles_alertBox__Pmc1c{margin-bottom:1.5rem}.styles_Title__SB4uI{margin-bottom:1.4rem}.styles_subMenu__LRXsW{-ms-flex-pack:inherit;border-bottom:1px solid #e6e6e6;justify-content:inherit;margin-bottom:2rem}.styles_resendButtonBox__R3i9s{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:1.5rem}@media screen and (max-width:480px){.styles_resendButtonBox__R3i9s{display:block}.styles_resendButtonBox__button__LlK\+8{width:100%}}.styles_resendButtonBoxButton__NQN8E{-ms-flex-negative:0;flex-shrink:0;margin-right:2rem}@media screen and (max-width:480px){.styles_resendButtonBoxButton__NQN8E{margin-right:0}}.styles_phone__i2QKL,.styles_phone__option__yRbi9{display:-ms-flexbox;display:flex}.styles_phone__code__avnL0{-ms-flex:1 1;flex:1 1;margin-right:1rem}.styles_phone__code__avnL0,.styles_phone__name__h79iR{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.styles_phone__name__h79iR{white-space:nowrap}.styles_phone__i2QKL .styles_number__3abO2{-ms-flex:1 1;flex:1 1}@media screen and (max-width:480px){.styles_ofertaAgreeLink__JX0OV{left:0;top:22px}}.styles_CodeConfirmation__f\+6Ns{margin:0;max-width:100%!important}.styles_CodeConfirmation__items__ImfJW{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_CodeConfirmation__items__ImfJW>div+div{margin-left:2.4rem}.styles_CodeConfirmation__afterText__MRWa6{color:#707070}.styles_inlineBlock__zaMYh{display:inline-block}.styles_PhoneFormControl__TuHcB{-ms-flex:1 1;flex:1 1}.styles_OfertaGridItem__jAePT{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_OferaFormControl__mHI5e{-ms-flex:1 1;flex:1 1;margin-left:1rem!important}.styles_ErrorAlertIcon__0hH84{color:#ff695b}.styles_ConfirmButton__C1gwH{border-radius:.4rem!important;font-size:1.2rem!important;height:2.4rem;letter-spacing:0!important;min-height:auto!important;min-width:inherit!important;padding:.4rem 1rem!important;text-transform:capitalize!important}.styles_ConfirmButton_grey__jyZ6H{background-color:#d3d3d3!important}.styles_Paper__Ogf5b{border:1px solid #e4e4e4;margin:1rem auto;padding:1rem 3rem 3rem}.styles_Paper__Ogf5b .styles_Adornment__XOw2s{-ms-flex-pack:end;-ms-flex:1 1;flex:1 1;justify-content:flex-end}@media screen and (max-width:480px){.styles_Paper__Ogf5b .styles_GridItem__IXeyY{width:100%}}.styles_SaveGridItem__HPj2u{text-align:right}@media screen and (max-width:480px){.styles_SaveGridItem__HPj2u{width:100%}}.styles_ReconfirmationText__BrvCW{font-size:1.2rem;margin-top:.4rem}.styles_ListGrid__CXtHX{margin-top:4rem!important}@media screen and (max-width:480px){.styles_ListGrid__CXtHX{margin-top:2rem!important}}.styles_ListGrid__CXtHX .styles_List__LsYWN{margin-top:0}.styles_ActionsCol__WDTP8{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;min-height:13.5rem!important;width:12rem}.styles_AddPersonButton__Z2DuF{border-radius:.4rem!important;height:4rem;margin-top:14px!important;max-width:12rem}@media screen and (max-width:480px){.styles_AddPersonButton__Z2DuF{max-width:100%;width:100%}}.styles_BrandsSelect__label__AyeMs{color:#cdcdcd!important}.styles_BrandsSelect__icon__TRvB7{margin-right:2rem}.styles_DeleteRole__ZLT10{-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-item-align:start;align-items:center;align-self:flex-start;color:#7099ee;cursor:pointer;display:-ms-flexbox;display:flex;height:40px;justify-content:center;width:40px}.styles_DeleteRole_disabled__Uh1Yr{color:#cdcdcd;cursor:not-allowed}.styles_Owner__6yoYZ{color:#7099ee}.styles_User__L6-cm{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1}.styles_User__L6-cm .styles_Info__iNBAs{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_User__L6-cm .styles_Info__iNBAs .styles_Id__rNTek{color:#a6a5a5}.styles_EmailCol__L79OE{display:-ms-flexbox;display:flex;max-width:36rem!important;min-height:13.5rem!important}.styles_RoleCol__jj04h{max-width:26rem!important;min-height:13.5rem!important}.styles_BrandCol__NqUaU{max-width:38rem!important;min-height:13.5rem!important}@media screen and (max-width:480px){.styles_ActionsCol__WDTP8,.styles_BrandCol__NqUaU,.styles_EmailCol__L79OE,.styles_RoleCol__jj04h{max-width:100%!important;min-height:0!important;width:100%}}.styles_ProfileIcon__Xcsez{margin-right:1rem}.styles_MoreIcon__moKAo{cursor:pointer;margin-right:.8rem}.styles_HelpIcon__pyxVs{color:#889197;cursor:pointer;font-size:1.6rem!important;margin-left:.8rem}.styles_RoleHelpTitle__xOLR1{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_ColTitle__RoZl8{font-size:1.6rem;font-weight:400}@media screen and (max-width:480px){.styles_ColContent__6G2P5{padding-top:1rem}}.styles_Header__bUrCG{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ebf2f7;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:3rem;padding:1.6rem 0}@media screen and (max-width:480px){.styles_Header__bUrCG{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.styles_Title__SSHmt{color:#212121;font-size:1.5rem;font-weight:600}.styles_Modal__content__J2K3A{background-color:#fafafa;padding:0 4rem 4rem}@media screen and (max-width:480px){.styles_Modal__content__J2K3A{padding:1rem}}.styles_Modal__header__-fP9N{background-color:#fafafa;border:none;padding:0}.styles_Col__Tj9Y2{-ms-flex-align:center;align-items:center;-ms-flex:1 1;flex:1 1;text-align:center}.styles_Card__gO9-U{margin-top:2rem;padding:2rem}@media screen and (max-width:480px){.styles_Card__gO9-U{margin:0}}.styles_Title__ICu1-{font-size:2rem;font-weight:400;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Image__Pam62{height:12rem}@media screen and (max-width:480px){.styles_Image__Pam62{display:none}}.styles_List__5IJfZ{margin-top:2rem}.styles_Item__fKnWH{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem}.styles_Name__GH3nz{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.styles_Icon__3AkpM{margin-right:.8rem}.styles_Item__fKnWH+.styles_Item__fKnWH{margin-top:1.6rem}.styles_ApiContainer__TyEnm{background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;margin-top:.8rem;padding:3.2rem}.styles_ApiContainer__TyEnm .styles_Title__CguuQ{font-size:1.6rem;font-weight:600;letter-spacing:-.02em;line-height:1.9rem}.styles_ApiContainer__TyEnm .styles_Text__kNeG8{font-size:1.4rem;font-weight:400;letter-spacing:-.02em;line-height:1.7rem}.styles_ApiContainer__TyEnm .styles_TextBold__C2BIn{font-weight:600}.styles_ApiContainer__TyEnm .styles_Accordion__npyCV{-webkit-box-shadow:none;box-shadow:none}.styles_ApiContainer__TyEnm .styles_Accordion__npyCV:before{height:0}.styles_ApiContainer__TyEnm .styles_Accordion__npyCV .styles_AccordionSummary__nFMCQ{-ms-flex-pack:start;gap:.5rem;justify-content:flex-start;min-height:0;padding:0}.styles_ApiContainer__TyEnm .styles_Accordion__npyCV .styles_AccordionSummaryContent__USwZW{-ms-flex:initial;flex:initial;font-size:1.4rem;font-weight:500;letter-spacing:-.02em;line-height:1.7rem;margin:0}.styles_ApiContainer__TyEnm .styles_Accordion__npyCV .styles_AccordionDetails__4EcuF{padding:2.4rem 0 0}.styles_ApiContainer__TyEnm .Mui-expanded{margin:0}.styles_ApiContainer__TyEnm .styles_Link__0D3R7{-ms-flex-item-align:start;align-self:flex-start;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem;font-weight:500;letter-spacing:-.02em;line-height:1.7rem}.styles_ApiContainer__TyEnm .styles_Link__0D3R7:after{background:#000;content:"";height:1px;width:100%}.styles_ApiContainer__TyEnm .styles_TariffsButton__8lc-f{height:4.3rem}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;border-bottom:1px solid #eff1f8;border-top:1px solid #eff1f8;display:-ms-flexbox;display:flex;height:5.1rem;justify-content:space-between}@media screen and (max-width:960px){.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;height:auto;padding:1rem 0}}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Key__m0RCT{cursor:pointer;font-size:1.3rem;font-weight:500;letter-spacing:-.04rem;line-height:1.5rem}@media screen and (max-width:960px){.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Key__m0RCT{overflow-x:auto;padding-bottom:1rem;width:100%}}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_KeyBlur__0RnVk{cursor:auto;-webkit-filter:blur(5px);filter:blur(5px)}@media screen and (max-width:960px){.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_KeyBlur__0RnVk{overflow:hidden}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Buttons__\+Tnpv{margin-left:-.8rem}}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Buttons__\+Tnpv .styles_Button__01Dxy{text-decoration:underline}.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Buttons__\+Tnpv .styles_TariffsButton__8lc-f{margin-left:1.6rem}@media screen and (max-width:960px){.styles_ApiContainer__TyEnm .styles_ApiKey__4j9pQ .styles_Buttons__\+Tnpv .styles_TariffsButton__8lc-f{margin-left:0}}.styles_Modal__modal__4ZsK4{height:100%}.styles_Modal__content__TXiT0{overflow:hidden!important}.styles_Modal__footer__1xIFF{display:block;-ms-flex:0 1;flex:0 1}.styles_Iframe__cq5WP{height:100%;width:100%}.styles_Reports__EgK9J{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1rem 2.4rem 0 0}@media screen and (max-width:480px){.styles_Reports__EgK9J{padding:1rem}}.styles_Reports__EgK9J .styles_Header__XkCbL{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:.8rem .8rem 0 0;display:-ms-flexbox;display:flex;padding:1.4rem 2.4rem}@media screen and (max-width:480px){.styles_Reports__EgK9J .styles_Header__XkCbL{padding:1rem}}.styles_Reports__EgK9J .styles_HeaderTitle__yydzP{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;font-family:Montserrat,serif;font-size:16px;font-style:normal;font-weight:600;gap:.5rem;letter-spacing:-.3px;line-height:normal}.styles_Reports__EgK9J .styles_HeaderRight__hBxAR{display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:480px){.styles_Reports__EgK9J .styles_HeaderRight__hBxAR{-ms-flex-direction:column;flex-direction:column;margin-top:1rem;width:100%}.styles_ButtonContainer__ilsJI{bottom:6.6rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:2}}.styles_ButtonContainer__ilsJI .styles_AddButton__32W-C{height:3.9rem}@media screen and (max-width:480px){.styles_ButtonContainer__ilsJI .styles_AddButton__32W-C{height:4.8rem;width:100%}}.styles_ButtonContainer__ilsJI .styles_AddButtonDisabled__7QhpF{background-color:#e0e0e0}.styles_ReportsList__6Magq{background-color:#fff;border:1px solid #f1f1f1;border-radius:0 0 8px 8px;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;margin-bottom:2rem;padding:2rem}@media screen and (max-width:480px){.styles_ReportsList__6Magq{padding:1rem}}.styles_ReportsList__6Magq .styles_Reports__VtBqP{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_ReportsList__6Magq .styles_Reports__VtBqP .styles_SkeletonContainer__qzoGu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5rem;margin-top:5.4rem;padding:0 1.5rem 1.5rem}@media screen and (max-width:480px){.styles_ReportsList__6Magq .styles_Reports__VtBqP .styles_SkeletonContainer__qzoGu{gap:1rem;margin-top:0;padding:0 1rem 1.5rem;width:100%}}.styles_Loader__DbIL7{width:100%}@media screen and (max-width:480px){.styles_CardContainer__5B0fE{width:100%}}.styles_CardContainer__5B0fE .styles_Card__OTg6V{border-radius:.8rem;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000;cursor:pointer;font-weight:400;letter-spacing:-.3px;margin-top:3.9rem;padding:0 1.5rem 1.5rem;width:24rem}@media screen and (max-width:480px){.styles_CardContainer__5B0fE .styles_Card__OTg6V{background-color:#f3f3f3;height:16.2rem;margin-top:.8rem;width:100%}}.styles_CardContainer__5B0fE .styles_Card__OTg6V:hover{background-color:#f3f3f3}.styles_CardContainer__5B0fE .styles_Card__OTg6V:hover .styles_MenuIcon__kZYka{visibility:visible}.styles_CardContainer__5B0fE .styles_CardLabel__0goqf{padding:1.2rem!important}.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_FolderImage__DTduZ{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-repeat:no-repeat;background-size:100%;display:-ms-flexbox;display:flex;height:16.1rem;justify-content:center;margin-top:1.5rem;position:relative;width:20.7rem}.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_FolderImageDisabled__Syoqc{-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media screen and (max-width:480px){.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_FolderImage__DTduZ{-ms-flex-order:2;height:9.6rem;order:2;width:12rem}}.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_MenuIcon__kZYka{position:absolute;right:-.7rem;top:0;visibility:hidden}@media screen and (max-width:480px){.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_MenuIcon__kZYka{right:0;top:1.2rem;visibility:visible}}.styles_CardContainer__5B0fE .styles_CardContent__\+4V\+4 .styles_MenuIcon__kZYka:hover{background-color:#dddfe5;border-radius:100%}.styles_CardContainer__5B0fE .styles_CardName__qYo4Q{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.5rem;line-height:1.8rem;margin-top:1.3rem}.styles_CardContainer__5B0fE .styles_CardName__qYo4Q svg{min-width:1.6rem}@media screen and (max-width:480px){.styles_CardContainer__5B0fE .styles_CardName__qYo4Q{-ms-flex-order:1;order:1;width:90%}}.styles_CardContainer__5B0fE .styles_CardInfo__-rn8r{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:480px){.styles_CardContainer__5B0fE .styles_CardInfo__-rn8r{-ms-flex-order:3;-ms-flex-pack:center;bottom:9.5rem;height:9rem;justify-content:center;left:15.7rem;margin-top:0;order:3;position:relative}}.styles_CardContainer__5B0fE .styles_CardInfoCount__6vqFN{font-size:1.4rem;letter-spacing:-.05rem;line-height:1.7rem;margin-top:1.3rem}.styles_CardContainer__5B0fE .styles_CardInfoLabel__vbAKO{color:#a6a5a5;font-size:1.2rem;letter-spacing:-.03rem;line-height:1.5rem}.styles_CardContainer__5B0fE .styles_Card__OTg6V .styles_InfoBtn__mtYsu{padding:.4rem!important}.styles_AvatarGroup__-pJnk{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.4rem;justify-content:center;left:0;margin:auto;position:relative;top:0;z-index:0}.styles_AvatarGroup__-pJnk .styles_Avatar__vBjJa{border:none!important;height:3.2rem!important;margin:0!important;width:3.2rem!important}@media screen and (max-width:480px){.styles_AvatarGroup__-pJnk .styles_Avatar__vBjJa{height:1.9rem!important;width:1.9rem!important}}.styles_AvatarGroup__-pJnk .MuiAvatar-colorDefault{background-color:#fff!important;color:#000!important;font-size:1.3rem;font-weight:500;letter-spacing:-.05rem;line-height:1.6rem}@media screen and (max-width:480px){.styles_AvatarGroup__-pJnk .MuiAvatar-colorDefault{font-size:1.1rem}}.styles_Top__lwtk5{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_StatusIcon__7NzCv{height:1.8rem;margin-right:.5rem;width:1.8rem}@media screen and (max-width:480px){.styles_StatusIcon__7NzCv{height:1.4rem;width:1.4rem}}.styles_Logo__SoXbq{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background:#f3f3f3;display:-ms-flexbox;display:flex;height:12.8rem;justify-content:center;width:12.8rem}@media screen and (max-width:480px){.styles_Logo__SoXbq{height:7rem;width:7rem}}.styles_Logo__SoXbq img{height:12.8rem;-o-object-fit:cover;object-fit:cover;width:12.8rem}@media screen and (max-width:480px){.styles_Logo__SoXbq img{height:7rem;width:7rem}}.styles_Info__t9Tg7{color:#2e2f35;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:2.4rem}@media screen and (max-width:480px){.styles_Info__t9Tg7{margin-left:1.6rem}}.styles_Info__t9Tg7 .styles_Name__YFjKi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-family:Montserrat,serif;font-size:1.8rem;font-weight:600;letter-spacing:-.05rem;line-height:2.3rem}@media screen and (max-width:480px){.styles_Info__t9Tg7 .styles_Name__YFjKi{font-size:1.6rem}}.styles_Info__t9Tg7 .styles_Brand__SZH-i{font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem;margin-top:.45rem}.styles_Info__t9Tg7 .styles_BrandTitle__lMugL{color:#a6a5a5}.styles_Tooltip__hmnMY,.styles_Tooltip__hmnMY .styles_Item__lAMHh{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Tooltip__hmnMY .styles_Item__lAMHh{font-weight:400;letter-spacing:-.03rem;margin-top:1.8rem}.styles_Tooltip__hmnMY .styles_Item__lAMHh .styles_Label__0SuHH{color:#a6a5a5;line-height:1.5rem}.styles_Tooltip__hmnMY .styles_Item__lAMHh .styles_Count__kOU8R{color:#000;font-size:1.4rem}.styles_Icon__5ytnR{height:1.6rem;margin-left:.3rem;width:1.6rem}.styles_CardInfo__7eyPC{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:1.4rem}.styles_CardInfoCount__W3Gd1{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:14px;font-style:normal;font-weight:400;gap:.3rem;letter-spacing:-.5px;line-height:normal}.styles_CardInfoCountLabel__9TsDO{color:#a6a5a5;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-.3px;line-height:normal;margin-top:.4rem}.styles_CardInfoAccounts__KMPcR{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.5px;line-height:normal}@media screen and (max-width:480px){.styles_CardInfoAccountsNicknames__4NZzj{width:12rem;word-break:break-all}}.styles_CardInfoLoader__Pfc5-{-ms-flex-align:center;align-items:center;color:#ff1406;display:-ms-flexbox;display:flex;font-size:15px;font-style:normal;font-weight:400;gap:.3rem;letter-spacing:-.3px;line-height:normal}.styles_TariffInfo__QwfZH{background-color:#fff;border-radius:.8rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.8rem;margin:1rem 2.4rem 0 0;padding:2.4rem;width:auto}@media screen and (max-width:480px){.styles_TariffInfo__QwfZH{border-radius:0;margin:1rem 0 0}}.styles_TariffInfo__QwfZH .styles_Top__oqN1B{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:10rem}@media screen and (max-width:480px){.styles_TariffInfo__QwfZH .styles_Top__oqN1B{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.4rem}}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:1rem;justify-content:space-between}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX{display:-ms-flexbox;display:flex;gap:2rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgress__MiSht{left:.2rem;position:relative;top:.2rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgress_red__iexXK{color:#fa133c}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgress_black__xYQAD{color:#000}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgress_green__tnIJ8{color:#01ac49}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgress_gray__yLUSG{color:rgba(0,0,0,0)}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgressBox__4-pFL{top:.3rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CircularProgressBoxSmall__KBpTC{font-size:1.2rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CheckIcon__EMOnb{height:auto;position:relative;top:.3rem;width:2.5rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_Limit__07w\+t .styles_CloseIcon__5qpH3{position:relative;top:.3rem}.styles_TariffInfo__QwfZH .styles_TopLeft__2ZlYw .styles_Limits__5HKxX .styles_LimitLabel__Ht0bK{font-size:1rem;font-weight:600;line-height:1.2rem;max-width:10rem;text-align:center;text-transform:uppercase}.styles_TariffInfo__QwfZH .styles_Top__oqN1B .styles_Tariff__1oJXl{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_TariffInfo__QwfZH .styles_Top__oqN1B .styles_TariffLabel__P5B3J{color:#a6a5a5;font-size:1.3rem;font-weight:500;line-height:1.5rem}.styles_TariffInfo__QwfZH .styles_Top__oqN1B .styles_TariffPrice__Pl4ZO{font-size:1.8rem;font-weight:600;letter-spacing:-.05rem;line-height:2.1rem;white-space:nowrap}.styles_TariffInfo__QwfZH .styles_TopRight__owzRj{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;justify-content:flex-end}.styles_TariffInfo__QwfZH .styles_TopRight__owzRj .styles_TariffButton__9hlMe{height:4.8rem;width:20rem}@media screen and (max-width:480px){.styles_TariffInfo__QwfZH .styles_TopRight__owzRj .styles_TariffButton__9hlMe{width:100%}}.styles_TariffInfo__QwfZH .styles_Separator__cJo1l{background-color:hsla(0,1%,65%,.2);height:.1rem;width:100%}.styles_TariffInfo__QwfZH .styles_ActualTo__KFD7y{font-size:1.5rem;font-weight:500;letter-spacing:-.05rem;line-height:1.8rem}.styles_Profile__HcyD0{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;margin-top:3rem;padding:0 2.4rem}@media screen and (max-width:480px){.styles_Profile__HcyD0{margin-bottom:7rem}}.styles_Profile__HcyD0 .styles_Block__hbwQk{background:#fff;border-radius:1.8rem;-webkit-box-shadow:inset 0 -2px 1px 0 #e8eaef;box-shadow:inset 0 -2px 1px 0 #e8eaef;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;width:70rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk{width:100%}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-style:normal;gap:2rem;line-height:120%;padding:2.4rem 2.4rem 1.8rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ{-ms-flex-wrap:wrap;flex-wrap:wrap}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_Requests__ayPk6{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1rem;font-weight:600;gap:.8rem;text-transform:uppercase;width:5.6rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_Info__ABP1-{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_Info__ABP1- .styles_Tariff__mcnsn{color:#a6a5a5;font-size:1.3rem;font-weight:500;line-height:1.6rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_Info__ABP1- .styles_Price__D1h9R{font-size:1.8rem;font-weight:600;letter-spacing:-.05rem;line-height:2.2rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_TariffButtonContainer__o6HJh{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;gap:1rem;z-index:1}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_TariffButtonContainer__o6HJh .styles_Button__6T0\+b{width:20rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_TariffButtonContainer__o6HJh{background-color:#fff;bottom:0;left:0;padding:2.4rem;position:fixed;width:100%}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_TariffInfo__bOyUZ .styles_TariffButtonContainer__o6HJh .styles_Button__6T0\+b{width:100%}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_Subscription__8hOmM{border-top:1px solid hsla(0,1%,65%,.2);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.5rem;font-weight:500;gap:2.4rem;padding:1.8rem 2.4rem 2.4rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_Subscription__8hOmM .styles_Buttons__nMzc5{display:-ms-flexbox;display:flex;gap:1.8rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_Subscription__8hOmM .styles_Buttons__nMzc5{background-color:#fff;border-radius:1.8rem 1.8rem 0 0;bottom:0;left:0;padding:2.4rem 1.5rem 4rem;position:fixed;width:100%}}.styles_Profile__HcyD0 .styles_BlockRow__-bAom{-ms-flex-align:center;align-items:center;border-bottom:1px solid hsla(0,1%,65%,.2);display:-ms-flexbox;display:flex;font-style:normal;font-weight:500;gap:1rem;line-height:120%;padding:2.4rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_BlockRow__-bAom{padding:1.8rem}}.styles_Profile__HcyD0 .styles_BlockRow__-bAom:last-child{border-bottom:none}.styles_Profile__HcyD0 .styles_BlockTitle__a4hxK{font-size:1.5rem;letter-spacing:-.5px}.styles_Profile__HcyD0 .styles_BlockItem__ewJPZ{-ms-flex-pack:justify;font-size:1.3rem;justify-content:space-between}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsRow__R5xTh{gap:3rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsRow__R5xTh{gap:1rem}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:3rem;overflow:hidden}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi .styles_HistoryPaymentsName__x4im0{-ms-flex:1 1;flex:1 1;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi .styles_HistoryPaymentsName__x4im0{min-width:100%;white-space:nowrap}}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi .styles_HistoryPaymentsDate__Z\+DwY{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.4rem}.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi .styles_HistoryPaymentsPrice__2SCCK{width:6.5rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Block__hbwQk .styles_HistoryPaymentsLeft__XUdAi .styles_HistoryPaymentsPrice__2SCCK{margin-left:.4rem;width:auto}}.styles_Profile__HcyD0 .styles_Button__6T0\+b{border-radius:1.2rem;height:4.8rem}@media screen and (max-width:480px){.styles_Profile__HcyD0 .styles_Button__6T0\+b{font-size:1.3rem;white-space:nowrap}}.styles_Status__8Cb2T{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:1024px;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;gap:.5rem;height:3.2rem;justify-content:center;margin-top:.3rem;padding:0 2rem}.styles_StatusError__3SMZN{background-color:rgba(248,204,241,.502);color:#fa133c}.styles_StatusSuccess__lP7X7{background:#defee1;color:#487f58}.styles_ConfirmModalPaymentMethod__6Uo04{font-weight:500}.styles_Accordion__gG8oR{-webkit-box-shadow:none;box-shadow:none}.styles_Accordion__gG8oR .Mui-disabled{opacity:1}.styles_Accordion__gG8oR .styles_AccordionSummary__lA7dM{font-size:1.5rem;font-weight:500;gap:.6rem;padding:0}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:500;gap:2.4rem;padding:0}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_SwitchChecked__8s5Lg{-webkit-transform:translateX(20px)!important;-ms-transform:translateX(20px)!important;transform:translateX(20px)!important}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_SwitchThumb__hwpWt{height:1.8rem!important;width:1.8rem!important}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_SwitchLabel__kCPfO{font-size:1.5rem;font-weight:500;letter-spacing:-.05rem;line-height:1.8rem}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_ActiveTrack__QcfkI{background-color:#000!important;height:2.4rem!important;width:4rem!important}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_Track__NnnvI{height:2.4rem!important;width:4rem!important}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_AutoRenewalButton__9KFM6{border-bottom:1px solid #000;border-radius:0;min-height:0;padding:0}.styles_Accordion__gG8oR .styles_AccordionDetails__RCe09 .styles_AutoRenewalButton__9KFM6:hover{color:#000}.styles_Buttons__q-m4O{display:-ms-flexbox;display:flex;gap:1.8rem}@media screen and (max-width:480px){.styles_Buttons__q-m4O{background-color:#fff;border-radius:1.8rem 1.8rem 0 0;bottom:0;left:0;padding:2.4rem 1.5rem 4rem;position:fixed;width:100%}}.styles_Modal__B8i\+O .styles_Content__Hpj56{color:#000}.styles_Modal__B8i\+O .styles_Content__Hpj56 .styles_Tariff__vY5-4{font-size:1.3rem;font-weight:500;line-height:1.5rem}.styles_Modal__B8i\+O .styles_Content__Hpj56 .styles_Price__w5CR3{border-bottom:1px solid hsla(0,1%,65%,.2);font-size:1.8rem;font-weight:600;letter-spacing:-.05rem;line-height:2.1rem;padding:.5rem 0 2.4rem}.styles_Modal__B8i\+O .styles_Content__Hpj56 .styles_Description__4Iius{font-size:1.3rem;font-weight:400;line-height:1.5rem;padding-top:2.4rem}.styles_Modal__B8i\+O .styles_Content__Hpj56 .styles_Description__4Iius .styles_Date__U-D6g{font-weight:600}.styles_Menu__cdX4l{-ms-flex-align:center;align-items:center;border-radius:1rem;height:5.6rem;margin:1rem 2.4rem 0 0;width:auto}@media screen and (max-width:480px){.styles_Menu__cdX4l{border-radius:0;margin:.8rem 0 0}}.styles_Menu__cdX4l .styles_PaymentButton__0ocA1{height:4.1rem}@media screen and (max-width:480px){.styles_Menu__cdX4l .styles_PaymentButton__0ocA1{bottom:5.8rem;left:0;margin:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:1}}.styles_Content__4msD1{background-color:#fff;border-radius:1rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:.6rem 2.4rem 0 0;padding:1.8rem 2.4rem;width:auto}@media screen and (max-width:480px){.styles_Content__4msD1{border-radius:0;margin:.8rem 0 0;padding:1.8rem}}.styles_Disclaimer__zwPvi{-ms-flex-align:center;align-items:center;background-color:#f3f3f3;border-left:3px solid #2f5dff;border-radius:.8rem;display:-ms-flexbox;display:flex;margin-bottom:2.3rem;padding:1.7rem}@media screen and (max-width:480px){.styles_Disclaimer__zwPvi{-ms-flex-align:start;align-items:flex-start}}.styles_Disclaimer__zwPvi path{fill:#2f5dff}.styles_Disclaimer__zwPvi .styles_InfoIcon__C72ac{min-width:.8rem}.styles_Disclaimer__zwPvi .styles_InfoIconRed__T7G2C path{fill:#fa133c}.styles_Disclaimer__zwPvi .styles_Text__dB5Op{color:#000;font-size:1.3rem;font-weight:300;letter-spacing:-.02rem;line-height:1.6rem;margin-left:1.3rem}@media screen and (max-width:480px){.styles_Disclaimer__zwPvi .styles_Text__dB5Op{line-height:2rem}}.styles_Disclaimer__zwPvi .styles_TextBold__xvILw{font-weight:600}.styles_Disclaimer__zwPvi .styles_Text__dB5Op .styles_Link__cagys{color:#2f5dff;cursor:pointer;font-weight:600}.styles_Disclaimer__zwPvi .styles_Text__dB5Op .styles_Link__cagys:hover{color:#000}.styles_Skeleton__zydza{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Skeleton__zydza .styles_Row__L\+Uv0{-ms-flex-align:center;align-items:center;border-top:1px solid #f3f3f3;display:-ms-flexbox;display:flex;margin:0 -2.4rem;overflow:hidden;padding:1.8rem 2.4rem}@media screen and (max-width:480px){.styles_Skeleton__zydza .styles_Row__L\+Uv0{margin:0 -1.8rem;padding:1.8rem}}.styles_Skeleton__zydza .styles_Row__L\+Uv0 .styles_Info__yfpcS{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_Skeleton__zydza .styles_Row__L\+Uv0 .styles_InfoRow__n-DvR{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Skeleton__zydza .styles_Row__L\+Uv0 .styles_Info__yfpcS .styles_SkeletonItem__tUyF-+.styles_SkeletonItem__tUyF-{margin-top:1rem}.styles_Skeleton__zydza .styles_Row__L\+Uv0 .styles_Buttons__tVKlT{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Skeleton__zydza .styles_Row__L\+Uv0 .styles_Buttons__tVKlT .styles_SkeletonItem__tUyF-+.styles_SkeletonItem__tUyF-{margin-left:1.2rem}.styles_Skeleton__zydza .styles_SkeletonItem__tUyF-{background-color:#f3f3f3;border-radius:.4rem}.styles_Header__CmNT\+{-ms-flex-pack:justify;-ms-flex-align:center;align-items:center;border-bottom:1px solid #f3f3f3;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 -2.4rem;padding:0 2.4rem}@media screen and (max-width:480px){.styles_Header__CmNT\+{-ms-flex-align:start;align-items:flex-start;border:none;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0}}.styles_HeaderText__2PnY-{color:#000;font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem}@media screen and (max-width:480px){.styles_HeaderText__2PnY-{font-size:1.6rem;letter-spacing:-.03rem;line-height:2rem}}.styles_Header__CmNT\+ .styles_HeaderButton__zKudE{color:#fa133c;font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem;padding:0}.styles_Header__CmNT\+ .styles_HeaderButton__zKudE svg{margin-right:.4rem}@media screen and (max-width:480px){.styles_Header__CmNT\+ .styles_HeaderButton__zKudE{font-size:1.4rem;line-height:1.8rem}.styles_EmptyIcon__J77ab{height:4.2rem;width:4rem}}.styles_PayersList__h5SG-{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_PayersList__h5SG- .styles_Row__Jn8oQ{-ms-flex-align:center;align-items:center;border-bottom:1px solid #f3f3f3;cursor:pointer;display:-ms-flexbox;display:flex;margin:0 -2.4rem;padding:1.8rem 2.4rem}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;margin:0 -1.8rem}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Info__IqoX7{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo .styles_Name__yzeLk{color:#000;font-size:1.6rem;font-weight:400;letter-spacing:-.01rem;line-height:2rem}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo .styles_Name__yzeLk{font-size:1.4rem;line-height:1.7rem}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRowItem__iKqct{color:#a6a5a5;font-size:1.4rem;font-weight:400;letter-spacing:-.01rem;line-height:1.7rem}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRowItem__iKqct{font-size:1.3rem;line-height:1.6rem}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo .styles_InfoRowItem__iKqct+.styles_InfoRowItem__iKqct{margin-left:1.6rem}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_InfoRow__Y9NPo .styles_InfoRowItem__iKqct+.styles_InfoRowItem__iKqct{margin-left:0;margin-top:.8rem}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Info__IqoX7 .styles_InfoRow__Y9NPo+.styles_InfoRow__Y9NPo{margin-top:1rem}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Buttons__6-eL7{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Buttons__6-eL7 .styles_Button__2bIb8{font-weight:500}@media screen and (max-width:480px){.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Buttons__6-eL7{margin-top:1.8rem}}.styles_PayersList__h5SG- .styles_Row__Jn8oQ .styles_Buttons__6-eL7 button+button{margin-left:1.2rem}.styles_ShowMore__05bKe{margin:0 -2.4rem}@media screen and (max-width:480px){.styles_ShowMore__05bKe{margin:0 -1.8rem}}.styles_Modal__PzgcU{max-width:50rem!important}.styles_Modal__PzgcU .styles_PayerInfo__msnSR{height:35rem}.styles_Modal__PzgcU .styles_PayerInfo__msnSR .styles_TextField__3q\+Z7{margin-top:1.8rem}.styles_Modal__PzgcU .styles_PayerInfo__msnSR .styles_Switch__GpvaO{margin:1.8rem 0 3.2rem!important}@media screen and (max-width:480px){.styles_Modal__PzgcU .styles_PayerInfo__msnSR .styles_Switch__GpvaO{-ms-flex-pack:left;justify-content:left}}.styles_Modal__PzgcU .styles_PayerInfo__msnSR .styles_CheckBox__oo6Yh{margin-top:2.6rem}.styles_MenuItem__VKc8m{white-space:normal}.styles_Buttons__ERM\+Y{display:-ms-flexbox;display:flex;margin-bottom:2.4rem}@media screen and (max-width:480px){.styles_Buttons__ERM\+Y{-ms-flex-order:-1;margin-top:.6rem;order:-1}}.styles_Buttons__ERM\+Y button+button{margin-left:1rem}.styles_ItemRed__pD721{color:#fa133c}.styles_ButtonsContainer__E22fE{display:-ms-flexbox;display:flex}.styles_ButtonsContainer__E22fE .styles_TextButton__B86OT{font-weight:400}.styles_ButtonsContainer__E22fE .styles_TextButtonIcon__9vhSL{margin-right:.4rem}.styles_ButtonsContainer__E22fE .styles_TextButtonIcon__9vhSL path{stroke:#a6a5a5}.styles_ButtonsContainer__E22fE .styles_TextButton__B86OT+.styles_TextButton__B86OT{margin-left:1.8rem}.styles_ShowMore__MlGXK{margin:0 -2.4rem}@media screen and (max-width:480px){.styles_ShowMore__MlGXK{margin:0 -1.8rem}.styles_EmptyBillsIcon__EZePN,.styles_EmptyDocumentsIcon__mEXLd{height:4.8rem;width:4.8rem}}.styles_Bill__\+KUq2{border-bottom:1px solid #f3f3f3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 -1.8rem;padding:1.8rem}.styles_Bill__\+KUq2 .styles_Row__k2J8q{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Bill__\+KUq2 .styles_Row__k2J8q .styles_Button__UShMR{font-weight:500}.styles_Bill__\+KUq2 .styles_Row__k2J8q+.styles_Row__k2J8q{margin-top:1.8rem}.styles_Bill__\+KUq2 .styles_Info__klboA{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem;margin-left:1.4rem}.styles_Bill__\+KUq2 .styles_Info__klboA .styles_Date__zGCBO{color:#a6a5a5}.styles_Bill__\+KUq2 .styles_Info__klboA .styles_Name__OEYd1{color:#000;margin-top:.5rem}.styles_Bill__\+KUq2 .styles_Amount__MgeAG{-ms-flex-align:end;align-items:flex-end;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem}.styles_Bill__\+KUq2 .styles_Amount__MgeAG .styles_Status__CVzcB{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f3f3f3;border-radius:.4rem;display:-ms-flexbox;display:flex;justify-content:center;margin-top:.6rem;padding:.2rem .6rem}.styles_Bill__\+KUq2 .styles_Amount__MgeAG .styles_StatusRed__YCqK0{background-color:rgba(255,20,6,.1);color:#fa133c}.styles_Bill__\+KUq2 button+button{margin-left:1rem}.styles_BillsList__rrZ73{color:#000;display:grid;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem}.styles_BillsListLoader__XQpg\+{grid-template-columns:1fr}.styles_BillsListLoader__XQpg\+ .styles_LoaderItemBox__XR4q8{padding:1.4rem 0}.styles_BillsListLoader__XQpg\+ .styles_LoaderItemBox__XR4q8 .styles_LoaderItem__exW-\+{background-color:#f3f3f3;border-radius:.4rem}.styles_BillsList__rrZ73 .styles_HeaderItem__mpD7T{background-color:#f3f3f3;padding:1rem 1.6rem;position:sticky;top:0;z-index:1}.styles_BillsList__rrZ73 .styles_HeaderItemFirst__vcfut{border-radius:1rem 0 0 1rem}.styles_BillsList__rrZ73 .styles_HeaderItemLast__JJJ1j{border-radius:0 1rem 1rem 0}.styles_BillsList__rrZ73 .styles_HeaderItemLoader__TkU5e{border-radius:1rem;height:3.6rem}.styles_BillsList__rrZ73 .styles_Item__jUXh5{padding:1.4rem 1.6rem}.styles_BillsList__rrZ73 .styles_Item__jUXh5,.styles_Transaction__hdjnv{-ms-flex-align:center;align-items:center;border-bottom:1px solid #f3f3f3;display:-ms-flexbox;display:flex}.styles_Transaction__hdjnv{font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem;margin:0 -1.8rem;padding:1.8rem}.styles_Transaction__hdjnv .styles_WalletIcon__2ZQSX{min-width:4rem}.styles_Transaction__hdjnv .styles_Info__\+\+71n{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;margin-left:1.4rem}.styles_Transaction__hdjnv .styles_Info__\+\+71n .styles_Message__kWKom{color:#a6a5a5;-ms-flex:1 1;flex:1 1}.styles_Transaction__hdjnv .styles_Info__\+\+71n .styles_Price__\+5TAd{color:#000;margin-left:1rem;white-space:nowrap}.styles_ShowMore__-3h5P{margin:0 -2.4rem}@media screen and (max-width:480px){.styles_ShowMore__-3h5P{margin:0 -1.8rem}.styles_EmptyIcon__BPGut{height:3.2rem;width:3.2rem}}.styles_Modal__BLi92{max-width:50rem!important}.styles_Modal__BLi92 .styles_Label__j\+2lu{color:#0d1418;font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.7rem;margin-bottom:1.8rem}.styles_Modal__BLi92 .styles_CheckBox__SnH0F{margin-top:2.6rem}.styles_Modal__BLi92 .styles_StartAdornment__U0ZGo{margin-left:1rem}.styles_Container__QI5pT{padding:1rem 2.4rem 0 0}@media screen and (max-width:480px){.styles_Container__QI5pT{padding:1rem 0}}.styles_Container__QI5pT .styles_TabsMenuRoot__huvLn{border-radius:.8rem;height:5.6rem}.styles_Container__QI5pT .styles_TabsMenuRoot__huvLn .styles_TabsMenuTab__WZWaX{padding:1.7rem 1.6rem}.styles_Container__QI5pT .styles_TabsMenuRoot__huvLn .styles_Button__q-bd2{-ms-flex-item-align:center;align-self:center;height:3.9rem}@media screen and (max-width:480px){.styles_Container__QI5pT .styles_TabsMenuRoot__huvLn .styles_Button__q-bd2{bottom:6.6rem;height:4.8rem;left:.8rem;position:fixed;width:calc(100vw - 1.6rem);z-index:1}}.styles_Container__QI5pT .styles_Table__bksh6{background-color:#fff;-webkit-box-shadow:inset 0 -2px 1px #e8eaef;box-shadow:inset 0 -2px 1px #e8eaef;margin-top:.8rem;padding:1.8rem 2.4rem}@media screen and (max-width:480px){.styles_Container__QI5pT .styles_Table__bksh6{padding:1.8rem}}.styles_Disclaimer__bVZQL{-ms-flex-align:center;align-items:center;background:#f3f3f3;border-left:3px solid #fc7c05;border-radius:.8rem;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:300;height:5.3rem;letter-spacing:-.02rem;line-height:1.6rem;margin-bottom:2.4rem;padding:0 2rem;width:100%}@media screen and (max-width:480px){.styles_Disclaimer__bVZQL{height:auto;padding:2rem}}.styles_Disclaimer__bVZQL svg{margin-right:1.3rem;min-width:.7rem}.styles_Disclaimer__bVZQL a{margin-left:.3rem}.styles_PaymentType__142ZW{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media screen and (max-width:480px){.styles_PaymentType__142ZW{color:#a6a5a5;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem}}.styles_PaymentType__142ZW svg{margin-right:.5rem}.styles_InfoButton__wLJb5:hover{background:none}.styles_InfoButton__wLJb5:hover path{fill:#fa133c}.styles_ActionButton__drbHl{font-size:1.3rem;font-weight:500;letter-spacing:-.01rem;line-height:1.6rem}@media screen and (max-width:480px){.styles_ActionButton__drbHl{height:3.8rem;min-width:5rem;padding:0}.styles_ActionButton__drbHl>span{margin-right:0}}.styles_ActionButton__drbHl+.styles_ActionButton__drbHl{margin-left:1rem}.styles_Description__V7tZU .styles_Top__--H0Z{border-bottom:1px solid #414563;margin-bottom:1.2rem;padding-bottom:.8rem}.styles_Description__V7tZU .styles_Gray__2iV3Q{color:#a6a5a5;font-weight:400}@media screen and (max-width:480px){.styles_Name__uQ44Q{color:#000;font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem}}.styles_ShowMore__KxNfN{margin:-.1rem -2.4rem 0}.styles_Pagination__JAQdN{margin-top:1.6rem}.styles_Item__sO\+kk{-ms-flex-pack:justify;border-bottom:1px solid #f3f3f3;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 -1.8rem;padding:1.8rem}.styles_Item__sO\+kk .styles_Content__QZ16W{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin:0 1.4rem}.styles_btnGroup__S57FL{display:inline-block}.styles_items__8Mnvn{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.styles_items__8Mnvn>.styles_item__PF1aQ:not(:first-child):not(:last-child) button{border-radius:0}.styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-bottom-right-radius:0;border-top-right-radius:0}.styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:0;border-top-left-radius:0}.styles_items__8Mnvn>.styles_block__Hu6X6:first-child button{margin-left:0}.styles_item__PF1aQ{display:-ms-flexbox;display:flex}.styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:-1px}.styles_hint__UCIB5{-webkit-box-sizing:border-box;box-sizing:border-box;color:#b8c2cc;display:inline-block;font-size:1.2rem;padding:.7rem}.styles_vertical__YE1ML .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical__YE1ML .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical__YE1ML .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical__YE1ML .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical__YE1ML .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical__YE1ML .styles_button__\+HLbW{width:100%}.styles_vertical__YE1ML .styles_hint__UCIB5{display:none}.styles_verticalBlock__KKeg\+{display:block}.styles_verticalBlock__KKeg\+ .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_verticalBlock__KKeg\+ .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_verticalBlock__KKeg\+ .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_verticalBlock__KKeg\+ .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_verticalBlock__KKeg\+ .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_verticalBlock__KKeg\+ .styles_button__\+HLbW{width:100%}.styles_verticalBlock__KKeg\+ .styles_hint__UCIB5{display:none}.styles_verticalInline__Tu6JB .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_verticalInline__Tu6JB .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_verticalInline__Tu6JB .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_verticalInline__Tu6JB .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_verticalInline__Tu6JB .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_verticalInline__Tu6JB .styles_button__\+HLbW{width:100%}.styles_verticalInline__Tu6JB .styles_hint__UCIB5{display:none}@media screen and (max-width:1024px){.styles_vertical1024__5sOza .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical1024__5sOza .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical1024__5sOza .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical1024__5sOza .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical1024__5sOza .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical1024__5sOza .styles_button__\+HLbW{width:100%}.styles_vertical1024__5sOza .styles_hint__UCIB5{display:none}}@media screen and (max-width:960px){.styles_vertical960__NCIRr .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical960__NCIRr .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical960__NCIRr .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical960__NCIRr .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical960__NCIRr .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical960__NCIRr .styles_button__\+HLbW{width:100%}.styles_vertical960__NCIRr .styles_hint__UCIB5{display:none}}@media screen and (max-width:720px){.styles_vertical720__1FWkd .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical720__1FWkd .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical720__1FWkd .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical720__1FWkd .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical720__1FWkd .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical720__1FWkd .styles_button__\+HLbW{width:100%}.styles_vertical720__1FWkd .styles_hint__UCIB5{display:none}}@media screen and (max-width:600px){.styles_vertical600__dZb0i .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical600__dZb0i .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical600__dZb0i .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical600__dZb0i .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical600__dZb0i .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical600__dZb0i .styles_button__\+HLbW{width:100%}.styles_vertical600__dZb0i .styles_hint__UCIB5{display:none}}@media screen and (max-width:480px){.styles_vertical480__Oo4he .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical480__Oo4he .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical480__Oo4he .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical480__Oo4he .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical480__Oo4he .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical480__Oo4he .styles_button__\+HLbW{width:100%}.styles_vertical480__Oo4he .styles_hint__UCIB5{display:none}}@media screen and (max-width:360px){.styles_vertical360__GDMAv .styles_items__8Mnvn{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}.styles_vertical360__GDMAv .styles_items__8Mnvn>.styles_item__PF1aQ:first-child:not(:last-child) button{border-top-right-radius:.3rem}.styles_vertical360__GDMAv .styles_items__8Mnvn>.styles_item__PF1aQ:last-child:not(:first-child) button{border-bottom-left-radius:.3rem;border-top-right-radius:0}.styles_vertical360__GDMAv .styles_items__8Mnvn>.styles_item__PF1aQ:first-child button{margin-left:0}.styles_vertical360__GDMAv .styles_item__PF1aQ+.styles_item__PF1aQ{margin-left:0;margin-top:-1px}.styles_vertical360__GDMAv .styles_button__\+HLbW{width:100%}.styles_vertical360__GDMAv .styles_hint__UCIB5{display:none}}.styles_Title__xoatA{color:#0d1418;font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.7rem}.styles_Header__4OtZT{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;height:5.6rem;justify-content:center;position:relative}.styles_Header__4OtZT .styles_PrevButton__s0OPc{border:1px solid #ebecef;border-radius:100%;height:3.2rem;left:0;position:absolute;top:0;width:3.2rem}@media screen and (max-width:480px){.styles_Footer__PqNus{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.styles_Footer__PqNus div:first-child{margin-top:1rem}}.styles_types__Th5CA{display:-ms-flexbox;display:flex;margin-top:1.8rem}@media screen and (max-width:480px){.styles_types__Th5CA{-ms-flex-direction:column;flex-direction:column}}.styles_types__Th5CA .styles_typeBox__hwzBt{-ms-flex-align:start;align-items:flex-start;background:#f3f3f3;border-radius:1.2rem;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;height:9.4rem;padding:1.8rem 2rem 0}@media screen and (max-width:480px){.styles_types__Th5CA .styles_typeBox__hwzBt{-ms-flex-align:center;align-items:center;-ms-flex:auto;flex:auto;-ms-flex-direction:row;flex-direction:row;height:6rem;padding:0 2rem}}.styles_types__Th5CA .styles_typeBox__hwzBt .styles_Label__7sjFn{color:#000;font-size:1.4rem;font-weight:500;letter-spacing:-.03rem;line-height:1.7rem;margin-top:1.2rem}@media screen and (max-width:480px){.styles_types__Th5CA .styles_typeBox__hwzBt .styles_Label__7sjFn{margin-left:1rem;margin-top:0}}@media screen and (min-width:480px){.styles_types__Th5CA .styles_type_4__ovJg2{-ms-flex:1.3 1;flex:1.3 1}.styles_types__Th5CA .styles_type_5__TOaBe{-ms-flex:1.2 1;flex:1.2 1}}.styles_types__Th5CA .styles_typeBox__hwzBt+.styles_typeBox__hwzBt{margin-left:1.2rem}@media screen and (max-width:480px){.styles_types__Th5CA .styles_typeBox__hwzBt+.styles_typeBox__hwzBt{margin-left:0;margin-top:1.2rem}}.styles_Disclaimer__IlcGV{-ms-flex-align:center;-ms-flex-pack:start;align-items:center;background:#f3f3f3;border-left:3px solid #2f5dff;border-radius:.8rem;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:300;height:5.3rem;justify-content:flex-start;letter-spacing:-.02rem;line-height:1.6rem;margin-bottom:2.4rem;padding-left:2rem}.styles_Disclaimer__IlcGV svg{margin-right:1.3rem}.styles_TextField__z1nf6+.styles_TextField__z1nf6{margin-top:2.4rem}@media screen and (max-width:480px){.styles_TextField__z1nf6+.styles_TextField__z1nf6{margin-top:1.8rem}}.styles_Row__H6b-U{display:-ms-flexbox;display:flex;margin:2.4rem 0}@media screen and (max-width:480px){.styles_Row__H6b-U{-ms-flex-direction:column;flex-direction:column;margin:1.8rem 0}}.styles_Row__H6b-U .styles_TextFieldRow__xIdRV{-ms-flex:1 1;flex:1 1}.styles_Row__H6b-U .styles_TextFieldRow__xIdRV+.styles_TextFieldRow__xIdRV{margin-left:2.4rem}@media screen and (max-width:480px){.styles_Row__H6b-U .styles_TextFieldRow__xIdRV+.styles_TextFieldRow__xIdRV{margin-left:0;margin-top:1.8rem}}.styles_Gray__Q4lSn{color:#a6a5a5}.styles_Green__KaPd4{color:#5acb66}.styles_Status__XT8sm{-ms-flex-align:center;align-items:center;background:#ebecef;border-radius:3.2rem;display:-ms-flexbox;display:flex;height:2.3rem;padding:.2rem .7rem .2rem .2rem}@media screen and (max-width:480px){.styles_Status__XT8sm{color:#000;font-size:1.3rem;font-weight:400;letter-spacing:-.04rem;line-height:1.6rem;margin-top:1.4rem}}.styles_Status__XT8sm svg{margin-right:.4rem}.styles_RemoveButton__PefdV{font-size:1.3rem;font-weight:500;letter-spacing:-.02rem;line-height:1.6rem}.styles_RemoveButton__PefdV:hover .styles_RemoveIcon__1kgQ9 path{stroke:#fff}@media screen and (max-width:480px){.styles_RemoveButton__PefdV{height:3.8rem;min-width:5rem}.styles_RemoveButton__PefdV span{margin-right:0}.styles_RemoveButton__PefdV .styles_RemoveIcon__1kgQ9 path{stroke:#fa133c}}.styles_MobileItemAmounts__WqXaj,.styles_MobileItemId__AOAuT,.styles_MobileItemName__wduTq{font-size:1.3rem;font-weight:400;letter-spacing:-.01rem;line-height:1.6rem}.styles_MobileItemId__AOAuT{color:#a6a5a5}.styles_MobileItemName__wduTq{color:#000;margin-top:.5rem}.styles_MobileItemAmounts__WqXaj{display:-ms-flexbox;display:flex;margin-top:1rem}.styles_MobileItemAmounts__WqXaj .styles_Amount__bJ\+0W+.styles_Amount__bJ\+0W{margin-left:3.2rem}.styles_MobileItemAmounts__WqXaj .styles_Amount__bJ\+0W .styles_ValueGreen__35TLw,.styles_MobileItemAmounts__WqXaj .styles_Amount__bJ\+0W .styles_Value__by8VO{margin-top:.4rem}.styles_MobileItemAmounts__WqXaj .styles_Amount__bJ\+0W .styles_ValueGreen__35TLw{color:#5acb66}.styles_ShowMore__gOG-K{margin:-.1rem -2.4rem 0}.styles_Pagination__sQcKV{margin-top:1.6rem}.styles_Footer__R7UfA{-ms-flex-direction:column;flex-direction:column}.styles_Footer__R7UfA div+div{margin-left:0!important;margin-top:1.8rem}.styles_Disclaimer__GeB4d{background:#f3f3f3;border-left:.3rem solid #2f5dff;border-radius:.8rem;color:#000;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:300;letter-spacing:-.02rem;line-height:1.8rem;padding:2rem}.styles_Disclaimer__GeB4d svg{margin-right:1.3rem;min-width:.7rem}.styles_Select__fgwMa{margin-top:2.4rem}.styles_FieldTitle__asIF9{color:#0d1418;font-size:1.4rem;font-weight:400;letter-spacing:-.03rem;line-height:1.7rem;margin-top:2.4rem}.styles_TextField__nQWQC{margin-top:1.8rem}.styles_box__5txQU{padding:1rem 3rem 2rem}.styles_checkBoxContainer__\+qAAI{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-top:2rem}.styles_checkBox__PSSZw{margin-right:.5rem}.styles_headerBox__EJeHQ{-ms-flex-align:baseline;align-items:baseline;display:-ms-flexbox;display:flex}.styles_statusBox__gD0lX{margin-left:.5rem}.styles_contentBox__DrYbl{-ms-flex:1 1;flex:1 1;margin:0 auto;max-width:1280px}@media screen and (max-width:1024px){.styles_contentBox__DrYbl{padding:0 1rem}}@media screen and (max-width:480px){.styles_contentBox__DrYbl{padding:2rem 1rem}}.styles_Title__-2Q3m{margin-bottom:2rem}.styles_promoCodesBox__X6kWF{padding:1rem 2rem 0}.styles_statusBox__Z\+Y3u{display:inline-block;padding:.5rem}.styles_addBox__kbZiW{background-color:#fff;border-radius:.3rem;margin-bottom:1rem;padding:2rem 2rem 1rem}.styles_addBoxInner__nG1GV{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.styles_inputBox__ZEXKB{-ms-flex-positive:1;flex-grow:1;margin-right:2rem}.styles_buttonBox__isgBC button{height:4.8rem}.styles_abilitiesTd__1OzkK,.styles_dateTd__KaLMX{text-align:center}@media screen and (max-width:600px){.styles_inputBox__ZEXKB{margin-bottom:1rem;margin-right:0;width:100%}.styles_addBoxInner__nG1GV{-ms-flex-direction:column;flex-direction:column}.styles_buttonBox__isgBC,.styles_buttonBox__isgBC button{width:100%}}@media screen and (max-width:480px){.styles_categoryBox__oLtGd{width:33.3333333333%}}.styles_moreBlock__zLpnx{-ms-flex-align:center;-ms-flex-negative:0;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;padding:1rem}.styles_moreBlock__zLpnx.styles_reverse__v1qON{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.styles_label__1qFCO{color:#b8c2cc;font-size:1.4rem;padding:1rem}.styles_Title__BvJ3J{margin-bottom:2rem}.styles_textBox__qX5XG{margin-bottom:1.5rem;margin-top:-1.5rem}.styles_infoBox__x8ciB{margin-bottom:2rem;padding:1rem 2rem 3rem}.styles_idLinkBox__Rx1Nx,.styles_ourLinkBox__YSR1Z{width:50%}.styles_idLinkInnerBox__lBOcp,.styles_linksBox__GT7rV{display:-ms-flexbox;display:flex}.styles_idLinkInnerBox__lBOcp{-ms-flex-align:center;align-items:center;margin-right:4rem}.styles_ourLinkInnerBox__E-gaR{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.styles_inputBox__-3nE5{min-width:25rem;padding-top:1rem}.styles_refLink__UO43Q{-ms-flex-item-align:center;align-self:center;font-size:1.4rem}.styles_buttonBox__IhEiy{-ms-flex-negative:0;flex-shrink:0;margin-left:1rem}.styles_referralListBox__p4MwF{padding:0 2rem 1rem}.styles_amount__w\+aRk,.styles_date__v972l{text-align:center}@media screen and (max-width:960px){.styles_linksBox__GT7rV{-ms-flex-wrap:wrap;flex-wrap:wrap}.styles_idLinkBox__Rx1Nx,.styles_ourLinkBox__YSR1Z{width:100%}}@media screen and (max-width:600px){.styles_idLinkInnerBox__lBOcp,.styles_ourLinkInnerBox__E-gaR{-ms-flex-align:start;align-items:flex-start;-ms-flex-direction:column;flex-direction:column}.styles_refLink__UO43Q{-ms-flex-item-align:start;align-self:flex-start;font-size:1.4rem;margin-bottom:.6rem}}.styles_Predict__cinaX{background-color:#fff;color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;font-weight:400;letter-spacing:-.03rem;line-height:2rem;min-height:100vh;padding:1rem 6rem;width:100vw}@media screen and (max-width:480px){.styles_Predict__cinaX{padding:2rem}}.styles_Predict__cinaX .styles_TgUserMenu__mMBkk{-ms-flex-item-align:end;align-self:flex-end}.styles_Predict__cinaX .styles_NavHistory__k5YHq{-ms-flex-item-align:start;align-self:flex-start;margin:1rem 0;max-width:none}.styles_Predict__cinaX .styles_Steps__6VP6S{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Dots__2tw1T{display:-ms-flexbox;display:flex}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Dots__2tw1T .styles_Dot__Q1CtF{background-color:#f3f3f3;border-radius:13rem;height:1.2rem;width:4.8rem}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Dots__2tw1T .styles_DotActive__51s-I{background-color:#000}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Dots__2tw1T .styles_DotSuccess__n0UQs{cursor:pointer}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Dots__2tw1T .styles_Dot__Q1CtF+.styles_Dot__Q1CtF{margin-left:1.8rem}.styles_Predict__cinaX .styles_Steps__6VP6S .styles_Text__9El3N{font-size:1.4rem;line-height:1.7rem;margin-top:1.8rem}.styles_Predict__cinaX .styles_Title__NU-BR{font-size:2.4rem;font-weight:600;letter-spacing:-.05rem;line-height:2.9rem;margin-top:2rem}.styles_Predict__cinaX .styles_ButtonContainer__99qEv{margin-top:2.4rem}.styles_Predict__cinaX .styles_ButtonContainer__99qEv .styles_DefaultPaymentMethod__s22lW{margin-bottom:1rem;margin-top:0}.styles_Predict__cinaX .styles_ButtonContainer__99qEv .styles_Button__v3Szo{height:4.8rem;width:20rem}@media screen and (max-width:480px){.styles_Predict__cinaX .styles_ButtonContainer__99qEv .styles_Button__v3Szo{width:100%}}.styles_Predict__cinaX .styles_ButtonDescription__IUxHo{color:#a6a5a5;font-size:1.4rem;margin-top:.5rem}.styles_Predict__cinaX .styles_ButtonDescription__IUxHo a{color:#a6a5a5;text-decoration:underline}.styles_Predict__cinaX .styles_Terms__ZfHoQ{margin-top:.5rem;max-width:30rem}.styles_Predict__cinaX .styles_SuccessPay__RtAvM{background:none}.styles_Predict__cinaX .styles_SuccessPay__RtAvM .styles_Text__9El3N{width:auto}.styles_Predict__cinaX .styles_SuccessPay__RtAvM .styles_ButtonContainer__99qEv{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.styles_Predict__cinaX .styles_SuccessPay__RtAvM .styles_ButtonContainer__99qEv a{color:#000;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.4rem;text-decoration:underline}.styles_Predict__cinaX .styles_Footer__uVHF6{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;gap:.4rem;padding-left:0;padding-top:6.4rem}.styles_TgUserMenu__lbstf{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex}.styles_TgUserMenu__lbstf .styles_ArrowIcon__vrJNf{-ms-flex-item-align:start;align-self:flex-start;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_TgUserMenu__lbstf .styles_ArrowIconOpen__DlrAf{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.styles_TgUserMenu__lbstf .styles_ArrowIconOpen__DlrAf path{fill:#fa133c}.styles_Popover__TIFmz .styles_Paper__Fsh7O{border:1px solid #ebecef;border-radius:.8rem;-webkit-box-shadow:0 18px 32px 4px rgba(0,0,0,.25);box-shadow:0 18px 32px 4px rgba(0,0,0,.25)}.styles_Modal__9Trqi .styles_Content__mDa4e{color:#000;padding:0!important}.styles_UserInfo__Hm9\+V{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.2rem;margin-left:1rem}@media screen and (max-width:480px){.styles_UserInfo__Hm9\+V{-ms-flex-align:center;align-items:center;-ms-flex:1 1;flex:1 1;margin-left:2.4rem}}.styles_UserInfo__Hm9\+V .styles_UserName__iv-\+E{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;gap:.4rem;line-height:1.5rem;min-height:1.5rem}.styles_UserInfo__Hm9\+V .styles_Email__189bc{font-size:1.2rem;font-weight:400;line-height:1.4rem}.styles_UserInfo__Hm9\+V .styles_AvatarIcon__2AzpZ{left:2.5rem;position:absolute}.styles_Menu__qVr\+m{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Menu__qVr\+m .styles_Tariff__IKaHC{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:1rem;padding:2rem 1.5rem}@media screen and (max-width:480px){.styles_Menu__qVr\+m .styles_Tariff__IKaHC{padding:1.5rem}}.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_Box__87O4i{font-size:1rem}@media screen and (max-width:480px){.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_Box__87O4i{font-size:1.3rem}}.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_TariffInfo__qQcKk{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_TariffInfo__qQcKk .styles_Limit__ei\+TN{font-size:1rem;font-weight:600;line-height:1.2rem;white-space:nowrap}@media screen and (max-width:480px){.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_TariffInfo__qQcKk .styles_Limit__ei\+TN{font-size:1.2rem;line-height:1.4rem}}.styles_Menu__qVr\+m .styles_Tariff__IKaHC .styles_TariffInfo__qQcKk .styles_At__z1fID{font-size:1.2rem;font-weight:400;letter-spacing:-.05rem;line-height:1.4rem}.styles_Menu__qVr\+m .styles_MenuItem__ZY\+jq{-ms-flex-align:center;align-items:center;border-top:1px solid #e8e7e7;color:#000;cursor:pointer;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:400;gap:.5rem;letter-spacing:-.05rem;line-height:1.5rem;padding:1rem}@media screen and (max-width:480px){.styles_Menu__qVr\+m .styles_MenuItem__ZY\+jq{padding:1.5rem 1rem}}.styles_Menu__qVr\+m .styles_MenuItem__ZY\+jq:hover{background-color:#f3f3f3}.styles_Menu__qVr\+m .styles_LogOut__9eZGK{color:rgba(0,0,0,.502)}body .styles_CircleProgress__-fQ45{color:#000}.styles_SuccessPay__UE0Hg{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center}.styles_SuccessPay__UE0Hg .styles_CheckIcon__KvBK7{height:6.4rem;width:6.4rem}@media screen and (max-width:480px){.styles_SuccessPay__UE0Hg .styles_CheckIcon__KvBK7{height:4.8rem;width:4.8rem}}.styles_SuccessPay__UE0Hg .styles_Title__fES4z{color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.6rem;font-weight:600;letter-spacing:-.03rem;line-height:2.4rem;margin-top:2rem;text-align:center}@media screen and (max-width:480px){.styles_SuccessPay__UE0Hg .styles_Title__fES4z{display:block;font-size:1.4rem;line-height:2.1rem;width:21rem}}.styles_SuccessPay__UE0Hg .styles_Text__jB2W1{color:#000;font-size:1.4rem;font-weight:400;line-height:2.1rem;margin-bottom:2.4rem;margin-top:1.8rem;text-align:center}.styles_SuccessPay__UE0Hg .styles_Text__jB2W1 a{color:#000;text-decoration:underline}.styles_SuccessPay__UE0Hg .styles_ButtonContainer__NCIH3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.styles_SuccessPay__UE0Hg .styles_ButtonContainer__NCIH3 a{color:#000;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.4rem;text-decoration:underline}.styles_Step0__niuKj{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;justify-content:center;width:100%}.styles_Step0__niuKj .styles_Text__q7bu4{margin-top:3.5rem;max-width:62rem;text-align:center}.styles_Step0__niuKj .styles_Button__yy2lL{height:4.8rem;margin-top:2.4rem;width:20rem}.styles_Step__nkjjc{display:-ms-flexbox;display:flex;margin-top:2.4rem}.styles_Step__nkjjc .styles_Dot__1N4G8{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#ebecef;border-radius:100%;display:-ms-flexbox;display:flex;font-size:1.1rem;font-weight:500;height:2rem;justify-content:center;line-height:1.3rem;margin-right:1.2rem;min-width:2rem}.styles_Step__nkjjc .styles_Title__Q-hSt{font-family:Montserrat,serif}.styles_Field__VnPaR{margin:2.4rem 0 .8rem}.styles_Field__VnPaR .styles_Needs__OuQBi{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;gap:1rem}.styles_Field__VnPaR .styles_Needs__OuQBi .styles_Error__hmv85{height:2rem}.styles_Field__VnPaR .styles_Needs__OuQBi .styles_Filter__KaHUS{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:400;gap:.5rem;line-height:1.6rem}.styles_Field__VnPaR .styles_Needs__OuQBi .styles_FilterItems__7LPm7{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;gap:1rem}@media screen and (max-width:480px){.styles_Field__VnPaR .styles_Needs__OuQBi .styles_FilterItems__7LPm7{-ms-flex-align:stretch;align-items:stretch;-ms-flex-direction:column;flex-direction:column}}.styles_Field__VnPaR .styles_Needs__OuQBi .styles_FilterItems__7LPm7 .styles_FilterContainer__WMt4S{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.styles_Field__VnPaR .styles_Needs__OuQBi .styles_FilterItems__7LPm7 .styles_FilterContainer__WMt4S .styles_FollowersCount__mCpv6{-ms-flex:1 1;flex:1 1;width:18rem}@media screen and (max-width:480px){.styles_Field__VnPaR .styles_Needs__OuQBi{-ms-flex-align:initial;align-items:normal;-ms-flex-direction:column;flex-direction:column}}.styles_Field__VnPaR .styles_InstagramIcon__3rOiT{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:-o-linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%);background:linear-gradient(45deg,#fee411 6.9%,#fedb16 10.98%,#fec125 17.77%,#fe983d 26.42%,#fe5f5e 36.5%,#fe2181 46.24%,#9000dc 85.57%);border-radius:100%;display:-ms-flexbox;display:flex;height:10rem;justify-content:center;width:10rem}.styles_Field__VnPaR .styles_InstagramIcon__3rOiT svg{height:3.4rem;width:3.4rem}.styles_Field__VnPaR .styles_InstagramIcon__3rOiT svg path{fill:#fff}.styles_Field__VnPaR .styles_Category__eNWye{width:24rem}@media screen and (max-width:480px){.styles_Field__VnPaR .styles_Category__eNWye{width:100%}}.styles_Field__VnPaR .styles_Button__KoWxj{height:4.8rem;width:20rem}@media screen and (max-width:480px){.styles_Field__VnPaR .styles_Button__KoWxj{width:100%}}.styles_Filters__2T\+q3{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.2rem;margin-top:1.2rem}@media screen and (max-width:480px){.styles_Filters__2T\+q3{-ms-flex-direction:column;flex-direction:column;margin-left:0}}.styles_FiltersItem__97Czq{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:400;gap:.5rem;line-height:1.6rem;margin-left:1.2rem;margin-top:1.2rem;white-space:nowrap}@media screen and (max-width:480px){.styles_FiltersItem__97Czq{margin-left:0;max-width:none;min-width:0;width:100%}}.styles_Filters__2T\+q3 .styles_Er__GU4Mh{-ms-flex:1 1;flex:1 1;min-width:7rem}.styles_Filters__2T\+q3 .styles_Score__Kpei8{-ms-flex:1 1;flex:1 1;min-width:10rem}.styles_Filters__2T\+q3 .styles_GeoFollowers__WLPJn{border:1px solid #ebecef;border-radius:4px;padding:.5rem}@media screen and (max-width:480px){.styles_Filters__2T\+q3 .styles_GeoFollowers__WLPJn{border:none;padding:0}}.styles_Filters__2T\+q3 .styles_GeoFollowersAutocomplite__XTrA\+{max-width:22rem;min-width:22rem}@media screen and (max-width:480px){.styles_Filters__2T\+q3 .styles_GeoFollowersAutocomplite__XTrA\+{max-width:none;min-width:0;min-width:auto}}.styles_Filters__2T\+q3 .styles_GeoFollowersSelect__poSk2{margin-left:1rem;min-width:10rem}.styles_Filters__2T\+q3 .styles_Reachability__Z1SKD{-ms-flex:1 1;flex:1 1;min-width:7rem}.styles_Filters__2T\+q3 .styles_GenderFollowers__Hv7w9{-ms-flex:1 1;flex:1 1;min-width:16rem}.styles_Filters__2T\+q3 .styles_AgesFollowers__3hAnD{-ms-flex:1 1;flex:1 1;min-width:7rem}@media screen and (max-width:480px){.styles_Filters__2T\+q3 .styles_AgesFollowers__3hAnD{overflow:hidden;width:auto}}.styles_Filters__2T\+q3 .styles_FollowersLikesPercent__L18O6,.styles_Filters__2T\+q3 .styles_LastMonthPostsCount__poi2-{-ms-flex:1 1;flex:1 1;min-width:7rem}.styles_Filters__2T\+q3 .styles_FollowersCount__yYVCZ{-ms-flex:1 1;flex:1 1;min-width:22rem}.styles_Filters__2T\+q3 .styles_Filter__-DcdY{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.3rem;width:100%}@media screen and (max-width:480px){.styles_Filters__2T\+q3 .styles_Filter__-DcdY{margin-left:0;max-width:none;min-width:0;width:100%}}.styles_Filters__2T\+q3 .styles_Filter__-DcdY .styles_IconButton__UbIHf{background-color:#fff;border:1px solid #f3f3f3;height:2.4rem;margin-right:1rem;padding:0;width:2.4rem}.styles_Filters__2T\+q3 .styles_Filter__-DcdY .styles_IconButton__UbIHf .styles_CloseIcon__09hUL{fill:#000;height:1.4rem;width:1.4rem}.styles_Filters__2T\+q3 .styles_Filter__-DcdY .styles_IconButton__UbIHf:hover{background-color:#000}.styles_Filters__2T\+q3 .styles_Filter__-DcdY .styles_IconButton__UbIHf:hover .styles_CloseIcon__09hUL{fill:#fff}.styles_GenderLabel__OoXrV{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;line-height:1.6rem}.styles_GenderLabel__OoXrV>div{margin-right:.4rem}.styles_AccountsList__4P9w8{color:#000;font-size:1rem;font-weight:400;letter-spacing:-.3px;line-height:1.2rem;margin-top:2rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK{-ms-flex-align:center;align-items:center;border-top:1px solid #ebecef;display:-ms-flexbox;display:flex;padding:.9rem 1.8rem}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK{-ms-flex-direction:column;flex-direction:column;padding:.9rem 0}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;width:30%}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy{width:100%}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Avatar__bbk44{height:8rem;position:relative;width:8rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Badge__KLevG{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:6.4rem;color:#fff;display:-ms-flexbox;display:flex;height:1.8rem;justify-content:center;margin:0 auto;position:relative;top:-1.8rem;width:5.8rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_BadgeGood__ZmGwv{background-color:#5acb66}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_BadgeBad__MBSk1{background-color:#ff7e06}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:1.1rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI .styles_Name__EVtP7{font-family:Montserrat,serif;font-size:1.4rem;font-weight:600;line-height:1.8rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI .styles_Description__AdLPq{color:#a6a5a5;font-size:1.2rem;letter-spacing:-.04rem;line-height:1.5rem;margin-top:.2rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI .styles_Rate__gSY6T{font-size:1.3rem;line-height:1.6rem;margin-top:.8rem}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI .styles_RateGood__aSMjy{color:#5acb66}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Left__EylHy .styles_Info__6vbAI .styles_RateBad__X1Dvx{color:#ff7e06}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Statistic__H1emF{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:0 2rem}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Statistic__H1emF{-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem;padding:0;width:100%}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItem__1P\+Tg{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;height:5rem;justify-content:center;width:auto}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItem__1P\+Tg{padding:0 .5rem}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemGeo__C5cTu{min-width:9rem}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemGeo__C5cTu{min-width:0}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemGender__itltr{min-width:14rem}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemGender__itltr{min-width:0}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemTitle__3XwNB{padding:0;text-align:left}@media screen and (max-width:480px){.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_StatisticItemTitle__3XwNB{font-size:1.2rem}}.styles_AccountsList__4P9w8 .styles_Account__uxMFK .styles_Statistic__H1emF .styles_StatisticItem__1P\+Tg+.styles_StatisticItem__1P\+Tg{border-left:1px solid #ebecef}.styles_BloggersCount__EO9BY{margin-top:2rem}.styles_BloggersCount__EO9BY .styles_Title__Kv\+M2{font-size:1.6rem;font-weight:600;line-height:2rem;margin-bottom:1.2rem}.styles_BloggersCount__EO9BY .styles_Title__Kv\+M2 .styles_Link__nRmK1{cursor:pointer;text-decoration:underline}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1rem 0 0 -1rem}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_Button__DjvCL{border-color:#000;height:4.8rem;margin:1rem 0 0 1rem;width:20rem}@media screen and (max-width:480px){.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_Button__DjvCL{width:100%}}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_ButtonActive__Qpml5{background-color:#000;color:#fff}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ{height:7.1rem;margin:1rem 0 0 1rem;width:23rem}@media screen and (max-width:480px){.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ{width:100%}}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ .styles_IconButton__HofeP{color:#2f5dff;padding:0}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ .styles_TextField__wJ3Ob{background-color:#fff}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ .styles_TextField__wJ3Ob input{font-size:1.4rem;font-weight:600;letter-spacing:-.05rem}.styles_BloggersCount__EO9BY .styles_Buttons__Fx3d4 .styles_TextFieldRoot__qvpgJ .styles_TextField__wJ3Ob fieldset{border:1px solid #000!important}.styles_Price__gijX4 .styles_Title__Kv\+M2{display:-ms-flexbox;display:flex;font-size:20px;font-weight:600;gap:.3rem;line-height:26px}.styles_Price__gijX4 .styles_Button__DjvCL{height:4.8rem;margin-top:2rem;width:20rem}@media screen and (max-width:480px){.styles_Price__gijX4 .styles_Button__DjvCL{width:100%}}.styles_AlertModal__sfwTd{max-width:42rem!important}.styles_AlertModal__sfwTd .styles_AlertModalContent__IMpeu path:first-child{fill:#2f5dff}.styles_AlertModal__sfwTd button{white-space:nowrap}.styles_Modal__aKPzI .styles_Content__WSOX9{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.styles_Modal__aKPzI .styles_Content__WSOX9 .styles_Field__qF\+W5{-ms-flex-pack:justify;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:20px}.styles_Modal__aKPzI .styles_Content__WSOX9 .styles_Field__qF\+W5 .styles_Label__ghTte{color:#000}.styles_Modal__aKPzI .styles_Content__WSOX9 .styles_Field__qF\+W5 .styles_Value__-vaVH{-ms-flex-align:center;align-items:center;color:gray;display:-ms-flexbox;display:flex;gap:.5rem}.styles_Modal__aKPzI .styles_Content__WSOX9 .styles_Field__qF\+W5 .styles_Value__-vaVH .styles_GenderLabel__lKyfP{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;line-height:1.6rem}.styles_Modal__aKPzI .styles_Content__WSOX9 .styles_Field__qF\+W5 .styles_Value__-vaVH .styles_GenderLabel__lKyfP>div{margin-right:.4rem}.styles_Footer__hJpWm{color:#a6a5a5;font-size:1.3rem;font-style:normal;font-weight:700;line-height:140%;padding:2.4rem}.styles_Footer__hJpWm a{color:#a6a5a5;text-decoration-line:underline}.styles_Modal__VU6Uw .styles_Content__dkBPH{background-color:#fff}.styles_Wrapper__fciQy{-ms-flex-pack:center;display:-ms-flexbox;display:flex;font-family:Helvetica,Arial,sans-serif;justify-content:center;margin:1.8rem 0;padding:4rem 0;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m{-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:1rem;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.3);box-shadow:0 1px 8px rgba(0,0,0,.3);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:40rem;padding:2.4rem 3.4rem 3.4rem;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Logo__wyawO{width:5.5rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_ImageWrapper__EPu9-{border:.420809px solid #000;border-radius:3.56069px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;padding:2rem 8rem;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_ImageWrapper__EPu9->svg{width:17rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_DescriptionCampaign__esew4,.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Description__wEPrX{font-size:1rem;font-weight:600;margin:2.1rem 0 1.3rem;text-align:center}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_DescriptionCampaign__esew4{font-size:1.2rem;font-weight:400}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_DescriptionCampaign__esew4 .styles_Name__zLrNl{font-weight:500}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp{-ms-flex-align:center;align-items:center;background:#fff;border:.1rem solid #7998e7;border-radius:.35rem;cursor:pointer;display:-ms-flexbox;display:flex;margin-bottom:.7rem;max-width:38rem;padding:.7rem 1rem;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:21rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp>svg{color:#7998e7;height:2rem;width:auto}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp>span{color:#7998e7;display:inline-block;font-size:.8rem;font-weight:500;line-height:1;margin-left:.5rem;margin-top:.2rem;text-align:center;white-space:nowrap;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp:hover{background:#7998e7}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp:hover>span,.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Btn__IwHwp:hover>svg{color:#fff}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV{background:#7998e7}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV>span,.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV>svg{color:#fff}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV:hover{background:#fff}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV:hover>span,.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_BtnPrimary__hKLsV:hover>svg{color:#7998e7}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Note__6Nq1t{-ms-flex-pack:center;border-bottom:.05rem solid #000;border-top:.05rem solid #000;display:-ms-flexbox;display:flex;justify-content:center;margin:2rem 0 3rem;padding:1rem 0;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Note__6Nq1t .styles_Text__O9lhd{color:#000;font-size:1rem;line-height:1rem;max-width:28rem;text-align:center}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX .styles_Images__P7mYY{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX .styles_Images__P7mYY .styles_Image__m10Ef{border-radius:1rem;height:10rem;width:15rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX .styles_Images__P7mYY .styles_Avatar__2bcWi{margin-left:2rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX .styles_NickName__YetKC{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:1.4rem;font-weight:500;justify-content:center;line-height:1;margin-top:1rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_CampaignInfo__\+HfJX .styles_NickName__YetKC .styles_Icon__Gg5RR{margin-right:.5rem}.styles_Wrapper__fciQy .styles_InviteCard__Dm48m .styles_Footer__traTJ{color:#a6a5a5;margin-top:2rem;text-align:center}
/*# sourceMappingURL=main.3ce3001a.css.map*/