@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Unbounded:wght@200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Geologica:wght@100..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: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._button_iaik6_1{cursor:pointer;border:none;justify-content:center;border-radius:8px;font-size:14px;transition:.3s ease-in-out;padding:10px 20px;font-weight:500;display:flex;align-items:center;gap:10px}._primary_iaik6_17{background-color:#195ee6;color:#fff}._primary_iaik6_17:hover{background-color:#336ad8}._secondary_iaik6_26{background-color:#202020;color:#fff}._secondary_iaik6_26:hover{background-color:#353535}._default_iaik6_34{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#195ee60d;color:#195ee6}._default_iaik6_34:hover{background-color:#d2dfff}._overlay_jt1om_1{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:20px;background:transparent}._modal_jt1om_13{border:1px solid rgba(25,94,230,.05);border-radius:15px;padding:20px;max-width:763px;box-shadow:0 16px 16px #0000000d;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;animation:_slideUp_jt1om_1 .3s ease-out}._text_jt1om_27{font-weight:500;font-size:14px;line-height:150%;color:#141414;margin:0;flex:1}._buttons_jt1om_36{display:flex;gap:12px;flex-shrink:0}._buttons_jt1om_36 button{height:48px}@keyframes _slideUp_jt1om_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){._overlay_jt1om_1{padding:15px}._modal_jt1om_13{width:100%;max-width:100%;height:auto;min-height:88px;flex-direction:column;align-items:flex-start;gap:15px;padding:16px}._text_jt1om_27{font-weight:500;font-size:14px}._buttons_jt1om_36{width:100%;flex-direction:row-reverse}._accept_jt1om_81{width:100%}}@media (max-width: 480px){._modal_jt1om_13{padding:14px}._text_jt1om_27{font-size:12px}._buttons_jt1om_36{gap:10px}._buttons_jt1om_36 button{font-size:13px;padding:8px 16px}}.container{margin:0 auto;padding:0 15px;max-width:1280px;box-sizing:border-box}.containerXS{margin:0 auto;padding:0 15px;max-width:960px;box-sizing:border-box}.stripe3{background-color:#ffffff1a;height:1px;margin:20px 0}a{color:#fff;text-decoration:none}@media (max-width: 768px){.containerXS{padding:0 10px}}@media (max-width: 480px){.containerXS{padding:0 8px}}.stripe{background-color:#ffffff1a;height:2px;margin:20px 0}.stripe2{background-color:#141414;opacity:.1;height:2px;margin:20px 0}a{text-decoration:none}._login_wrapper_165n4_1{position:fixed;right:0;width:400px;height:100vh;background-color:#141414;z-index:1000;transition:right .3s ease-in-out}._login_wrapper_165n4_1 img{width:400px}._form_165n4_14{padding:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}._form_165n4_14 h3,._form_165n4_14 label,._form_165n4_14 ._error_165n4_24{text-align:left;width:100%}._form_165n4_14 p{width:100%;text-align:right;color:#fff}._form_165n4_14 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%;margin-bottom:20px}._form_165n4_14 label{color:#767575;font-family:Manrope;font-weight:500;font-size:12px;line-height:16px;letter-spacing:0%}._form_165n4_14 input{margin-top:8px;margin-bottom:20px;width:330px;min-width:0;padding-left:15px;padding-right:40px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none;box-sizing:border-box}._form_165n4_14 input:-webkit-autofill,._form_165n4_14 input:-webkit-autofill:hover,._form_165n4_14 input:-webkit-autofill:focus,._form_165n4_14 input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.01) inset!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important}._form_165n4_14 p{color:#fff;font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%}._submit_btn_165n4_83{margin-top:20px;margin-bottom:20px;cursor:pointer;width:320px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._password_input_wrapper_165n4_97{display:flex;align-items:center;position:relative;justify-content:center}._eye_button_165n4_104{position:absolute;top:43.5%;right:15px;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){._login_wrapper_165n4_1{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._login_wrapper_165n4_1 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_165n4_14{padding:16px;width:100%;box-sizing:border-box;align-items:center;text-align:center}._submit_btn_165n4_83{align-self:center}}._error_165n4_24{color:#ff3b3b;font-weight:400;font-size:14px;margin:-8px 0 20px;text-align:center}._input_error_165n4_163{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._input_error_165n4_163:-webkit-autofill,._input_error_165n4_163:-webkit-autofill:hover,._input_error_165n4_163:-webkit-autofill:focus,._input_error_165n4_163:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(255,59,59,.06) inset!important;box-shadow:0 0 0 1000px #ff3b3b0f inset!important;border:1.5px solid #ff3b3b!important}._error_block_165n4_182{width:325px;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_165n4_182 svg{min-width:24px;min-height:24px}._register_link_165n4_205{display:none;width:100%;text-align:center;margin-top:20px;color:#767575;font-family:Manrope;font-weight:400;font-size:14px;line-height:16px}._register_link_text_165n4_217{color:#195ee6;cursor:pointer;text-decoration:underline;font-weight:500}._register_link_text_165n4_217:hover{color:#0d4bb8}@media (max-width: 600px){._register_link_165n4_205{display:block}}._registration_wrapper_wtlzy_1{width:600px;height:100vh;background:radial-gradient(ellipse 70% 100% at 0% 0%,#195ee61f,#0000 80%),#141414;padding:40px;display:flex;flex-direction:column;gap:20px;position:fixed;z-index:1000;right:0;transition:right .3s ease-in-out;align-items:flex-start;justify-content:start;text-align:left}._registration_wrapper_wtlzy_1 h3{color:#fff;font-family:Unbounded;font-weight:800;font-size:20px;line-height:24.8px;letter-spacing:0%}._registration_wrapper_wtlzy_1 p{color:#767575;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0%}._btn_wrapper_wtlzy_39{display:flex;flex-direction:row;gap:10px}._active_wtlzy_44{width:100px;height:44px;background-color:#195ee6;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._disactive_wtlzy_58{width:100px;height:44px;background-color:#ffffff0d;border:none;color:#fff;font-family:Manrope;font-weight:500;font-size:14px;line-height:19.12px;letter-spacing:0px;border-radius:8px;cursor:pointer}._btn_wrapper_wtlzy_39{width:100%;display:flex}._back_button_wtlzy_76{border-radius:8px;padding:14px 24px;width:90px;height:48px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0d;font-weight:600;font-size:14px;color:#fff;outline:none;border:none}._form_wtlzy_90{width:100%;text-align:left}._input_wrapper_wtlzy_94{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}._block_wtlzy_100{display:flex;flex-direction:column;max-width:290px;color:#767575}._block_wtlzy_100 label{font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0%;text-align:left}._block_wtlzy_100 input{margin-top:8px;margin-bottom:20px;width:270px;padding-left:15px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none}._block_wtlzy_100 input:-webkit-autofill,._block_wtlzy_100 input:-webkit-autofill:hover,._block_wtlzy_100 input:-webkit-autofill:focus,._block_wtlzy_100 input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px rgba(255,255,255,.01) inset!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important}._password_input_wrapper_wtlzy_136{display:flex;align-items:center;position:relative}._password_input_wrapper_wtlzy_136 input{margin-top:8px;margin-bottom:20px;width:225px;padding-left:15px;height:48px;border:1px solid rgba(255,255,255,.1);color:#fff;background-color:#ffffff0d;border-radius:8px;outline:none;padding-right:45px}._eye_button_wtlzy_154{position:absolute;top:31%;right:10px;background:none;border:none;cursor:pointer;color:#fff}._policy_block_wtlzy_163{width:100%;display:flex;flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:30px;padding-right:40px}._policy_block_wtlzy_163 input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;border-radius:4px;position:relative;cursor:pointer;flex-shrink:0;margin-top:2px}._policy_block_wtlzy_163 input[type=checkbox]:checked{background-color:#195ee6;border-color:#195ee6}._policy_block_wtlzy_163 input[type=checkbox]:checked:after{content:url(/icons/checkbox.svg);color:#fff;font-size:14px;font-weight:700;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}._policy_block_wtlzy_163 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right}._policy_block_wtlzy_163 a{font-family:Manrope;font-weight:400;font-size:14px;line-height:19.12px;letter-spacing:0%;text-align:right;color:#195ee6}._submit_btn_wtlzy_220{margin-top:20px;margin-bottom:20px;cursor:pointer;width:169px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out;align-self:flex-start}._submit_btn_disabled_wtlzy_234{background-color:#ffffff0d;color:#bdbdbd;cursor:not-allowed}._text_wrapper_wtlzy_239{display:flex;flex-direction:column;max-width:500px;gap:30px;align-items:center;justify-content:center;text-align:left}._gap_wtlzy_248{display:flex;flex-direction:column;gap:7px}._blue_wtlzy_253{color:#195ee6}._white_wtlzy_256{color:#fff}._line_wtlzy_259{display:flex;gap:5px}._text_wrapper_wtlzy_239 h1{font-family:Unbounded;font-weight:800;font-size:20px;line-height:100%;letter-spacing:0%;text-transform:uppercase}._text_wrapper_wtlzy_239 p{font-weight:400;font-size:16px;line-height:150%;letter-spacing:0%}._codeInput_wtlzy_277{transition:box-shadow .2s}._codeInput_wtlzy_277:focus{box-shadow:0 0 0 2px #195ee6}._input_error_wtlzy_283{border:1.5px solid #ff3b3b!important;background-color:#ff3b3b0f!important;color:#ff3b3b!important;border-radius:12px!important;transition:border .2s,background .2s}._error_block_wtlzy_292{width:100%;margin-bottom:18px;padding:12px 20px;background:#ff3b3b0f;border:1px solid #ff3b3b;color:#ff3b3b;border-radius:16px;font-size:14px;font-family:Manrope,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:12px;box-sizing:border-box}._error_block_wtlzy_292 svg{min-width:24px;min-height:24px}@media (max-width: 600px){._policy_block_wtlzy_163{padding-left:10px}._registration_wrapper_wtlzy_1{position:fixed;top:50%;left:50%;right:auto;width:95vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:40px 16px 24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;overflow-y:auto}._registration_wrapper_wtlzy_1 h3{text-align:center;margin-bottom:10px}._registration_wrapper_wtlzy_1 p{text-align:center;margin-bottom:15px}._btn_wrapper_wtlzy_39{justify-content:center;width:100%;margin-bottom:20px}._form_wtlzy_90,._text_wrapper_wtlzy_239{padding:0 8px;width:100%;box-sizing:border-box}._input_wrapper_wtlzy_94{flex-direction:column;align-items:center;justify-content:center;text-align:left}._registration_wrapper_wtlzy_1,._form_wtlzy_90,._text_wrapper_wtlzy_239,._gap_wtlzy_248,._policy_block_wtlzy_163{align-items:center;text-align:left}._policy_block_wtlzy_163{margin-left:20px}._submit_btn_wtlzy_220{align-self:center}}._form_wtlzy_90 h3,._form_wtlzy_90 p,._form_wtlzy_90 label,._form_wtlzy_90 ._error_wtlzy_292{text-align:left;width:100%}._error_wtlzy_292{color:#ff3b3b;font-weight:400;font-size:14px;margin:-8px 0 20px;text-align:center}._header_wrapper_yj8zf_1{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:40px 0;background-color:transparent;position:relative;overflow:visible}._darkHeader_yj8zf_12{background-color:#141414;border-bottom:1px solid rgba(255,255,255,.05)}._mobileHeader_yj8zf_17{background-color:#000}._logo_yj8zf_20{width:100%;height:100%;object-fit:contain}._header_wrapper__logo_yj8zf_25{width:150px;height:30px;overflow:hidden;position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__nav_yj8zf_36{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);gap:40px;z-index:1}._header_wrapper__nav_yj8zf_36 ul{color:#fff;display:flex;flex-direction:row;justify-content:space-between;list-style:none;overflow:hidden;gap:40px}._header_wrapper__nav_yj8zf_36 li{cursor:pointer;font-weight:500;font-size:14px;transition:.3s ease-in-out}._header_wrapper__nav_yj8zf_36 li:hover{scale:1.03}._header_wrapper__buttons_yj8zf_70{display:flex;flex-direction:row;align-items:center;gap:10px;overflow:visible;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2}._header_wrapper__login_yj8zf_83{cursor:pointer;width:90px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#202020;transition:.3s ease-in-out}._header_wrapper__registration_yj8zf_95{cursor:pointer;width:193px;height:48px;color:#fff;border:none;border-radius:8px;font-size:14px;background-color:#195ee6;transition:.3s ease-in-out}._header_wrapper__addProject_yj8zf_106{padding:15px 20px}._addWorkWrapper_yj8zf_110{position:relative;z-index:100}._addWorkDropdown_yj8zf_115{position:absolute;top:calc(100% + 8px);left:0;border-radius:12px;padding:16px;width:200px;height:100px;background:#141414;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;z-index:9999;border:1px solid rgba(255,255,255,.1)}._addWorkDropdown_yj8zf_115 button{font-size:14px;padding:12px 16px;border-radius:8px;width:100%}._notificationIcons_yj8zf_142{display:flex;align-items:center;gap:16px;margin-left:16px}._notificationIcon_yj8zf_142{width:20px;height:20px;cursor:pointer}@media (max-width: 950px){._notificationIcons_yj8zf_142{margin-left:8px;gap:12px}._notificationIcon_yj8zf_142{width:18px;height:18px}}._header_wrapper__login_yj8zf_83:hover{background-color:#353535}._header_wrapper__registration_yj8zf_95:hover{background-color:#336ad8}._stripe_yj8zf_176{width:300px;height:1px;background-color:#ffffff26}._navContentWrapper_yj8zf_181{display:flex;align-items:center;justify-content:center;width:100%;max-width:1000px;margin:0 auto;gap:40px}@media (max-width: 1250px){._header_wrapper__nav_yj8zf_36{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:50px}}@media (max-width: 1100px){._header_wrapper__nav_yj8zf_36{width:75%}._header_wrapper__nav_yj8zf_36 ul{gap:20px}}@media (max-width: 950px){._header_wrapper_yj8zf_1{padding:20px;position:relative;z-index:10;justify-content:space-between}._header_wrapper__logo_yj8zf_25{position:static;transform:none;margin-bottom:0}._header_wrapper__buttons_yj8zf_70{display:flex;flex-direction:row;gap:10px;align-items:center;position:static;transform:none;margin-left:auto}._burger_yj8zf_233{display:block;width:30px;height:24px;position:relative;cursor:pointer;z-index:1001;order:2;margin-left:16px}._burger_yj8zf_233 span,._burger_yj8zf_233:before,._burger_yj8zf_233:after{content:"";position:absolute;width:30px;height:4px;background-color:#fff;border-radius:2px;transition:.3s ease-in-out}._burger_yj8zf_233:before{top:0}._burger_yj8zf_233:after{bottom:0}._burger_yj8zf_233 span{top:10px}._burger_yj8zf_233._open_yj8zf_268 span{opacity:0}._burger_yj8zf_233._open_yj8zf_268:before{transform:translateY(10px) rotate(45deg)}._burger_yj8zf_233._open_yj8zf_268:after{transform:translateY(-10px) rotate(-45deg)}._header_wrapper__nav_yj8zf_36 ._stripe_yj8zf_176{background-color:#fff;opacity:.1;height:1px;margin:8px 0}._header_wrapper__nav_yj8zf_36{position:fixed;right:-300px;top:80px;left:auto;width:300px;height:calc(100vh - 90px);background-color:#000;transition:right .3s ease-in-out;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 20px 40px;z-index:1000;gap:0px;transform:none}._header_wrapper__nav_yj8zf_36._open_yj8zf_268{right:0}._navContentWrapper_yj8zf_181{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:100%;margin:0;gap:32px}._header_wrapper__nav_yj8zf_36 ul{flex-direction:column;align-items:flex-start;list-style:none;padding:0;margin:0}._header_wrapper__nav_yj8zf_36 li{font-family:Unbounded;font-weight:800;font-size:20px;line-height:100%;color:#fff;cursor:pointer;transition:.3s ease-in-out}._header_wrapper__nav_yj8zf_36 li:hover{color:#195ee6}._backdrop_yj8zf_342{position:fixed;top:90px;left:0;width:100vw;height:calc(100vh - 90px);background-color:#1414144d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out}._backdrop_yj8zf_342._open_yj8zf_268{opacity:1;visibility:visible}}@media (max-width: 600px){._login_wrapper_yj8zf_362,._registrationWrapper_yj8zf_363{top:50%;left:50%;right:auto;width:90vw;max-width:400px;height:auto;max-height:90vh;transform:translate(-50%,-50%);border-radius:16px;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._registrationWrapper_yj8zf_363{max-width:680px}._login_wrapper_yj8zf_362 img{width:100%;max-width:320px;height:auto;border-radius:12px;margin-bottom:12px}._form_yj8zf_390{padding:16px;width:100%;box-sizing:border-box}._navContentWrapper_yj8zf_181{margin-top:50px}._header_wrapper__login_yj8zf_83{width:70px;height:40px;font-size:12px}._header_wrapper__registration_yj8zf_95{width:140px;height:40px;font-size:12px}}._backButton_1wavg_1{margin-top:40px;display:flex;gap:12px;align-items:center}._backButton_1wavg_1 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_1wavg_1 img{display:block;width:20px;height:20px}._user_1wavg_20{display:flex;justify-content:space-between;align-items:center;margin-top:24px}._userInfo_1wavg_26 img{width:40px;height:40px;border-radius:10px}._userInfo_1wavg_26{display:flex;align-items:center;gap:12px}._user_1wavg_20{border:1px solid rgba(25,94,230,.1);border-radius:12px;padding:16px;background:#fbfcfd;margin-bottom:24px}._userName_1wavg_43{display:flex;gap:6px}._userName_1wavg_43 p{font-weight:600;font-size:14px;color:#141414}._userStatus_1wavg_52 p{font-weight:700;font-size:10px;color:#fff;font-family:Unbounded}._userStatus_1wavg_52{border-radius:4px;padding:3px 6px;background:#195ee6}._date_1wavg_63 p{font-weight:500;font-size:12px;color:#141414}._loading_1wavg_70,._error_1wavg_71{text-align:center;padding:40px 20px;font-size:16px;margin-top:40px}._loading_1wavg_70{color:#666}._error_1wavg_71{color:#e74c3c}._articleContent_1wavg_87{margin-top:24px}._title_1wavg_91{font-size:32px;font-weight:700;line-height:1.2;color:#141414;margin:0 0 24px;font-family:Unbounded}._imageContainer_1wavg_100{margin:24px 0}._articleImage_1wavg_104{width:100%;height:auto;border-radius:12px;display:block}._content_1wavg_111{margin:24px 0}._content_1wavg_111 p{font-size:16px;line-height:1.6;color:#333;margin:0 0 16px;text-align:left}._footer_1wavg_124{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid rgba(25,94,230,.1);margin-bottom:20px}._metrics_1wavg_134{display:flex;align-items:center}._viewCount_1wavg_139{color:#666;font-size:14px;display:flex;align-items:center}._reportButton_1wavg_146{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:8px 12px}._likesSection_1wavg_156{margin-top:40px;padding:24px;background:#fbfcfd;border:1px solid rgba(25,94,230,.1);border-radius:12px;display:flex;align-items:center;gap:16px}._likeIcon_1wavg_167{display:flex;align-items:center;justify-content:center;flex-shrink:0}._likeIcon_1wavg_167 svg{width:32px;height:32px}._likesTitle_1wavg_179{font-family:Unbounded;font-weight:700;font-size:16px;color:#141414;margin:0 8px 0 0}._likedUsers_1wavg_188{display:flex;gap:8px;flex-wrap:wrap;align-items:center}._likedUserAvatar_1wavg_195{width:40px;height:40px;border-radius:10px;object-fit:cover;border:2px solid white;cursor:pointer;transition:transform .2s ease}._likedUserAvatar_1wavg_195:hover{transform:scale(1.1);z-index:1;position:relative}@media (max-width: 768px){._likesSection_1wavg_156{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}._likedUsers_1wavg_188{justify-content:flex-start;width:100%}._likedUserAvatar_1wavg_195{width:36px;height:36px}._likesTitle_1wavg_179{font-size:16px}}@media (max-width: 768px){._backButton_1wavg_1{margin-top:20px;gap:8px}._backButton_1wavg_1 p{font-size:14px}._backButton_1wavg_1 img{width:18px;height:18px}._user_1wavg_20{flex-direction:row}._articleContent_1wavg_87{margin-top:16px}._title_1wavg_91{font-size:24px;margin-bottom:16px;line-height:1.3}._imageContainer_1wavg_100,._content_1wavg_111{margin:16px 0}._content_1wavg_111 p{font-size:15px;line-height:1.5;margin-bottom:14px}._footer_1wavg_124{gap:16px;margin-top:24px;padding-top:16px}._viewCount_1wavg_139{font-size:13px}._reportButton_1wavg_146{font-size:13px;padding:6px 10px;align-self:flex-end}._loading_1wavg_70,._error_1wavg_71{padding:30px 15px;font-size:15px;margin-top:20px}}@media (max-width: 480px){._backButton_1wavg_1{margin-top:15px}._user_1wavg_20{padding:10px}._title_1wavg_91{font-size:20px}._content_1wavg_111 p{font-size:14px}._footer_1wavg_124{gap:12px}._likesSection_1wavg_156{padding:12px}._likedUserAvatar_1wavg_195{width:32px;height:32px}._likesTitle_1wavg_179{font-size:15px}}._emptyState_1n0gs_1{display:flex;justify-content:center;align-items:center;min-height:300px;padding:40px 20px}._content_1n0gs_9{text-align:center;max-width:400px}._icon_1n0gs_14{font-size:48px;margin-bottom:20px;opacity:.6}._title_1n0gs_20{font-family:Unbounded;font-weight:600;font-size:20px;color:#141414;margin-bottom:12px}._description_1n0gs_28{font-family:Manrope;font-weight:400;font-size:16px;line-height:150%;color:#14141480;margin-bottom:24px}._actionButton_1n0gs_37{margin:auto}._actionButton_1n0gs_37:hover{background:#1e3a8a}@media (max-width: 768px){._emptyState_1n0gs_1{min-height:200px;padding:20px 16px}._title_1n0gs_20{font-size:18px}._description_1n0gs_28{font-size:14px}._icon_1n0gs_14{font-size:40px;margin-bottom:16px}}._title_121pj_1{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-top:60px;margin-bottom:40px}._filters_121pj_11{display:flex;gap:16px;align-items:center;margin-bottom:30px}._searchWrapper_121pj_18{position:relative;display:inline-flex;align-items:center}._searchIcon_121pj_24{position:absolute;left:12px;z-index:1;pointer-events:none}._searchInput_121pj_31{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px 14px 40px;width:590px;height:48px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_121pj_31::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#141414}._filterSelect_121pj_51{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px;width:219px;height:48px;font-size:16px;outline:none;background:#fff;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box;color:#141414}._filterSelect_121pj_51:disabled{opacity:.6;cursor:not-allowed}._errorMessage_121pj_71{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}._cardContainer_121pj_81{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}._blog_card_121pj_88{display:flex;background:#fff;border-radius:12px;overflow:hidden;margin-bottom:0;height:168px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._blog_card_121pj_88:hover{box-shadow:0 4px 12px #0000001a}._blog_card_121pj_88 img{width:240px;height:100%;object-fit:cover;flex-shrink:0}._info_block_121pj_111{padding:16px;max-height:168px}._blog_card_121pj_88 p{font-weight:500;font-size:12px;color:#141414b3}._blog_card_121pj_88 h2{font-weight:600;font-size:16px;color:#141414;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;margin-bottom:8px;word-break:break-all}._blog_card_121pj_88 h4{font-weight:400;font-size:12px;color:#2c2c2c;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;margin-bottom:8px;word-break:break-all}a{color:#195ee6}@media (max-width: 1200px){._searchInput_121pj_31{width:400px}._filterSelect_121pj_51{width:180px}}@media (max-width: 1000px){._cardContainer_121pj_81{grid-template-columns:1fr;gap:30px}._blog_card_121pj_88{width:100%;max-width:none}}@media (max-width: 768px){._title_121pj_1{font-size:28px;margin-top:40px;margin-bottom:30px}._filters_121pj_11{flex-direction:column;gap:16px;align-items:stretch}._searchWrapper_121pj_18{width:100%}._searchInput_121pj_31,._filterSelect_121pj_51{width:100%;font-size:16px}}@media (max-width: 480px){._title_121pj_1{font-size:24px;margin-top:30px;margin-bottom:20px}._searchInput_121pj_31,._filterSelect_121pj_51{height:44px;padding:12px;font-size:14px}._searchInput_121pj_31{padding-left:36px}._searchIcon_121pj_24{left:10px;width:14px;height:14px}._cardContainer_121pj_81{grid-template-columns:repeat(2,1fr);gap:16px}._blog_card_121pj_88{flex-direction:column;height:auto;width:100%;max-width:200px}._blog_card_121pj_88 img{width:100%;height:120px;border-radius:12px 12px 0 0}._info_block_121pj_111{padding:12px;height:auto;max-height:none}._blog_card_121pj_88 h2{font-size:14px;margin-bottom:6px}._blog_card_121pj_88 h4{font-size:11px;margin-bottom:6px}._blog_card_121pj_88 p{font-size:10px}}@media (max-width: 415px){._cardContainer_121pj_81{grid-template-columns:1fr}._blog_card_121pj_88{max-width:none;width:100%}._blog_card_121pj_88 img{height:200px}}@media (max-width: 320px){._cardContainer_121pj_81{grid-template-columns:1fr}._blog_card_121pj_88{max-width:none;width:100%}}._noProjects_121pj_280{text-align:center;padding:40px 20px;font-size:16px;color:#999}._noResults_121pj_287{text-align:center;padding:40px 20px;font-size:16px;color:#666}._resultsCount_121pj_294{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}._chatPage_1ivfm_1,._chatContainer_1ivfm_7{display:flex;flex:1;min-height:0}._chatContent_1ivfm_13{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;max-height:100%;overflow:hidden}._fullWidth_1ivfm_23{width:100%}@media (max-width: 768px){._chatPage_1ivfm_1{flex-direction:column}}@media (max-width: 500px){._chatContainer_1ivfm_7{width:100%}._chatContent_1ivfm_13{width:100%;min-width:100%}._fullWidth_1ivfm_23{width:100%;flex:1}}._messages_1ivfm_50{flex:1;overflow-y:auto;padding:16px;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth;min-height:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._messages_1ivfm_50::-webkit-scrollbar{display:none}._messageWrapper_1ivfm_73{display:flex;flex-direction:column;align-items:flex-end;gap:4px}._messageWrapper_1ivfm_73:has(._otherMessage_1ivfm_80){align-items:flex-start}._myMessage_1ivfm_84{border-radius:8px 8px 0;padding:12px;background:#ffffff0d;margin-left:auto;margin-right:0;max-width:70%;width:fit-content}._myMessage_1ivfm_84 p{font-weight:400;font-size:14px;color:#fff}._otherMessage_1ivfm_80{border-radius:8px 8px 8px 0;padding:12px;background:#195ee61a;margin-left:0;margin-right:auto;max-width:70%;width:fit-content}._otherMessage_1ivfm_80 p{font-weight:400;font-size:14px;color:#fff}._messageTime_1ivfm_113{font-weight:500;font-size:10px;color:#fff6;margin:0 8px;align-self:flex-end}._messageWrapper_1ivfm_73:has(._otherMessage_1ivfm_80) ._messageTime_1ivfm_113{align-self:flex-start}._inputField_1ivfm_125{border-top:1px solid rgba(255,255,255,.05);padding:20px 40px 20px 24px;height:50px;min-height:50px;max-height:50px;background:#141414;display:flex;align-items:center;gap:16px;flex-shrink:0;position:relative}._inputField_1ivfm_125 input{flex:1;padding:12px 16px;height:50px;border:none;background:transparent;color:#fff;outline:none;font-weight:400;font-size:14px;line-height:157%}@media (max-width: 768px){._inputField_1ivfm_125{padding:20px 30px 20px 20px}._myMessage_1ivfm_84,._otherMessage_1ivfm_80{max-width:80%}}@media (max-width: 500px){._inputField_1ivfm_125{padding:16px 20px}._messages_1ivfm_50{padding:12px;gap:16px}._myMessage_1ivfm_84,._otherMessage_1ivfm_80{max-width:85%;font-size:14px}._messageTime_1ivfm_113{font-size:9px}}._icon_1ivfm_187{width:24px;height:24px;cursor:pointer;opacity:.7;transition:opacity .2s}._icon_1ivfm_187:hover{opacity:1}._noChatSelected_1ivfm_199{flex:1;display:flex;align-items:center;justify-content:center;color:#fff6;font-size:16px}._loading_1ivfm_208{text-align:center;color:#fff9;padding:20px;font-size:14px}._noMessages_1ivfm_215{text-align:center;color:#fff9;padding:40px 20px;font-size:14px}._emptyHeader_1ivfm_222{display:flex;flex-direction:column;justify-content:center;flex:1}._emptyHeader_1ivfm_222 h2{font-size:18px;color:#fff;margin:0 0 8px;font-weight:600}._emptyHeader_1ivfm_222 p{font-size:14px;color:#fff9;margin:0}._disabledInput_1ivfm_242{opacity:.5;cursor:not-allowed}._disabledInput_1ivfm_242::placeholder{color:#ffffff4d!important}._chatHeader_7r6oy_1{background:#141414;height:60px;min-height:60px;max-height:60px;border-bottom:1px solid rgba(255,255,255,.05);padding:16px 40px 16px 24px;display:flex;align-items:center;flex-shrink:0;gap:12px}._backButton_7r6oy_14{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;color:#fff;cursor:pointer;border-radius:8px;transition:background-color .2s}._backButton_7r6oy_14:hover{background:#ffffff1a}._user_7r6oy_32{display:flex;gap:10px;align-items:center}._userText_7r6oy_38{display:flex;flex-direction:column;gap:4px}._userName_7r6oy_44 h2{font-weight:400;font-size:14px;color:#fff;font-family:Geologica,sans-serif}._userStatus_7r6oy_51 p{font-weight:300;font-size:14px;color:#195ee6;font-family:Geologica,sans-serif}@media (max-width: 500px){._chatHeader_7r6oy_1{padding:16px 20px}}._chatSidebar_f2ru7_1{display:flex;flex-direction:column;width:330px;justify-content:flex-start;align-items:center;border-right:1px solid rgba(255,255,255,.1);padding:20px 0 20px 16px;background:#141414;color:#fff}._searchWrapper_f2ru7_13{position:relative;display:flex;align-items:center;margin-bottom:40px;width:264px}._searchIcon_f2ru7_21{position:absolute;right:12px;z-index:1;pointer-events:none}._searchIcon_f2ru7_21 path{fill:#fff}._searchInput_f2ru7_32{border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 40px 12px 12px;width:264px;height:48px;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box;background:#ffffff0d;color:#fff}._searchInput_f2ru7_32::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#fff9}._searchInput_f2ru7_32:focus{border-color:#fff6;background:#ffffff14}._chatsList_f2ru7_59{flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}._chatsList_f2ru7_59::-webkit-scrollbar{display:none}._loading_f2ru7_75{text-align:center;color:#fff9;padding:20px;font-size:14px}._error_f2ru7_82{text-align:center;color:#ff6b6b;padding:20px;font-size:14px}._noChats_f2ru7_89{text-align:center;color:#fff6;padding:20px;font-size:14px}@media (max-width: 700px){._chatSidebar_f2ru7_1{width:100%!important;min-width:0;max-width:100vw;border-right:none;padding:20px 0;align-items:center}._searchWrapper_f2ru7_13{width:330px}._searchInput_f2ru7_32{width:100%}._chatsList_f2ru7_59{align-items:center}}@media (max-width: 700px){._peopleCard_vuv5h_2{width:320px;min-width:0;max-width:100vw;margin-bottom:16px;border-radius:0;padding-left:12px;padding-right:12px;justify-content:space-between}._info_vuv5h_12{width:100%}}._peopleCard_vuv5h_2{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}._avatar_vuv5h_28{width:44px;height:44px}._peopleCard_vuv5h_2:hover{background-color:#ffffff0d}._peopleCard_vuv5h_2._selected_vuv5h_37{background-color:#195ee61a}._name_vuv5h_41{width:100%;display:flex;justify-content:space-between;align-items:center}._time_vuv5h_48{font-weight:600;font-size:10px;color:#fff6}._info_vuv5h_12{width:200px;display:flex;flex-direction:column;gap:4px}._info_vuv5h_12 h2{font-weight:600;font-size:14px;color:#fff}._info_vuv5h_12 p{font-weight:400;font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._lastMessage_vuv5h_78{width:100%;min-width:0}@media (max-width: 768px){._info_vuv5h_12{width:176px}}@media (max-width: 700px){._peopleCard_vuv5h_2{margin-bottom:16px}._info_vuv5h_12{width:calc(100% - 60px);flex:1}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #202020 inset!important;box-shadow:0 0 0 1000px #202020 inset!important;-webkit-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input:-moz-autofill{box-shadow:0 0 0 1000px #202020 inset!important;-moz-text-fill-color:#fff!important;color:#fff!important;border:none!important;outline:none!important;border-radius:8px!important;background-color:#202020!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input._white_theme_ze1ed_30:-webkit-autofill,input._white_theme_ze1ed_30:-webkit-autofill:hover,input._white_theme_ze1ed_30:-webkit-autofill:focus,input._white_theme_ze1ed_30:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#374151!important;color:#374151!important;border:1px solid #e5e7eb!important;outline:none!important;border-radius:8px!important;background-color:#fff!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}input._white_theme_ze1ed_30:-moz-autofill{box-shadow:0 0 0 1000px #fff inset!important;-moz-text-fill-color:#374151!important;color:#374151!important;border:1px solid #e5e7eb!important;outline:none!important;border-radius:8px!important;background-color:#fff!important;filter:none!important;transition:background-color 5000s ease-in-out 0s!important}._form_group_ze1ed_58{display:flex;flex-direction:column;width:300px}._form_group_ze1ed_58 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_ze1ed_58._white_theme_ze1ed_30 label{color:#14141466;font-size:14px}._form_group_ze1ed_58 input{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1);border-radius:8px;padding:15px 10px;color:#fff;font-size:16px;outline:none}._form_group_ze1ed_58 input._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151}._form_group_ze1ed_58 select{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:15px 48px 15px 10px;color:#fff;font-size:16px;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.5L9 12L13.5 7.5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}._form_group_ze1ed_58 select._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151;padding:15px 48px 15px 10px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.5L9 12L13.5 7.5" stroke="%23374151" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 18px center;background-size:18px 18px}._form_group_ze1ed_58 select option{background-color:#232323;color:#fff}._form_group_ze1ed_58 select._white_theme_ze1ed_30 option{background-color:#fff;color:#374151}._form_group_ze1ed_58 textarea{font-family:Manrope;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:14px;outline:none;resize:none;min-height:unset;width:560px;height:250px;box-sizing:border-box}._form_group_ze1ed_58 textarea._white_theme_ze1ed_30{background-color:#fff;border:1px solid #e5e7eb;color:#374151}@media (max-width: 768px){._form_group_ze1ed_58{width:100%}._form_group_ze1ed_58 textarea{width:100%;height:200px}._form_group_ze1ed_58 input,._form_group_ze1ed_58 select{font-size:16px;padding:12px}}@media (max-width: 600px){._form_group_ze1ed_58 textarea{width:100%;height:150px}}@media (max-width: 480px){._form_group_ze1ed_58 textarea{height:120px;font-size:14px}._form_group_ze1ed_58 input,._form_group_ze1ed_58 select{padding:10px;font-size:16px}}._nav_tm74v_1{padding-bottom:0}._backButton_tm74v_5{margin-top:40px;display:flex;gap:12px;align-items:center}._backButton_tm74v_5 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_tm74v_5 img{display:block;width:20px;height:20px}._navButtons_tm74v_25{margin-top:24px;margin-bottom:0;display:flex;justify-content:space-between;align-items:center;gap:8px;padding-bottom:20px}._tabButtons_tm74v_35{display:flex;gap:8px}._navButton_tm74v_25{height:40px!important;padding:0 20px!important;font-size:14px!important;font-weight:500!important;border-radius:8px!important;transition:.3s ease-in-out!important}@media (max-width: 768px){._nav_tm74v_1{padding:0 16px}._backButton_tm74v_5{margin-top:20px}._backButton_tm74v_5 p{font-size:14px}._navButtons_tm74v_25{margin-top:16px;gap:6px;flex-wrap:wrap}._tabButtons_tm74v_35{gap:6px}._navButton_tm74v_25{height:40px!important;padding:0 18px!important;font-size:14px!important}}@media (max-width: 480px){._backButton_tm74v_5{margin-top:15px}._navButtons_tm74v_25{margin-top:12px;gap:4px;flex-direction:row;align-items:center;justify-content:space-between}._tabButtons_tm74v_35{gap:4px;display:flex}._navButton_tm74v_25{height:36px!important;padding:0 12px!important;font-size:12px!important;min-width:auto;flex-shrink:0}}._content_fj1ex_1{display:flex;flex-direction:column;padding-bottom:50px}._wrapper_fj1ex_6 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_fj1ex_12{display:flex;padding:20px 0;gap:20px}._form_fj1ex_12 .form_group{width:100%}._fullWidthInput_fj1ex_22{width:100%!important}._formSelect_fj1ex_25{display:flex;padding:20px 0;gap:20px}._form_group_fj1ex_18{display:flex;flex-direction:column;width:300px}._form_fj1ex_12 label{font-size:16px;margin-bottom:5px}._form_fj1ex_12{display:flex;justify-content:space-between}._img_form_fj1ex_43{display:flex}._img_form2_fj1ex_46{display:flex;flex-direction:column}._btn_container_fj1ex_50{display:flex;flex-direction:column;gap:10px}._btn_fj1ex_50{width:120px;height:40px}._fileInput_fj1ex_60{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_fj1ex_60:hover{background:#336ad8}._fileInput_fj1ex_60:disabled{background:#b3c6e6;cursor:not-allowed}._coverImage_fj1ex_84{width:270px;height:195px;border-radius:20px;margin-right:20px;object-fit:cover}._coverImagePlaceholder_fj1ex_92{width:270px;height:195px;border-radius:20px;margin-right:20px;background-color:#f1f1f1;display:flex;align-items:center;justify-content:center;position:relative}@media (max-width: 768px){._content_fj1ex_1{padding:0 16px 50px}._wrapper_fj1ex_6 h2{font-size:20px;padding:20px 0 15px}._form_fj1ex_12,._formSelect_fj1ex_25{flex-direction:column;padding:15px 0;gap:15px}._img_form_fj1ex_43{flex-direction:column;align-items:center;text-align:center}._coverImage_fj1ex_84,._coverImagePlaceholder_fj1ex_92{width:200px!important;height:145px!important;margin-right:0!important;margin-bottom:15px}._btn_container_fj1ex_50{align-items:center;margin-top:15px}._fullWidthInput_fj1ex_22{width:100%!important}}@media (max-width: 480px){._wrapper_fj1ex_6 h2{font-size:18px;padding:15px 0 10px}._coverImage_fj1ex_84,._coverImagePlaceholder_fj1ex_92{width:100%!important;height:210px!important}._btn_fj1ex_50{width:100px;height:36px;font-size:13px}}._container_iqlny_1{min-height:100vh;background:#f8f9fa;overflow:visible}._toolbarSection_iqlny_7{background:transparent;padding:12px 20px;overflow:visible;position:relative}._container-xs_iqlny_14{max-width:1200px;margin:0 auto;padding:0 20px;overflow:visible}._descriptionSection_o9iuo_1{position:relative;margin-bottom:4px}._descriptionContentMenu_o9iuo_6{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._editableDescription_o9iuo_14{font-size:16px;font-weight:400;color:#374151;margin:0;line-height:1.6;outline:none;border:none;background:transparent;width:100%;padding:4px 0;min-height:24px}._editableDescription_o9iuo_14::placeholder{color:#9ca3af}._editorContainer_o9iuo_32{min-height:calc(100vh - 200px);background:transparent;color:#333;padding:20px 0;overflow:visible;position:relative}._editorWrapper_o9iuo_41{margin:0 auto;padding:0 20px;position:relative;z-index:1;overflow:visible}._editorContentMenu_o9iuo_49{position:absolute;left:-50px;top:0;opacity:1;z-index:1000}._titleSection_o9iuo_57{margin-bottom:24px;position:relative}._titleContentMenu_o9iuo_62{position:absolute;left:-50px;top:50%;transform:translateY(-50%);opacity:1}._descriptionPlaceholder_o9iuo_70{position:relative;margin-bottom:16px;display:flex;align-items:center;gap:8px}._placeholderText_o9iuo_78{color:#9ca3af!important;font-size:16px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:color .2s ease-in-out}._editableTitle_o9iuo_88{font-size:32px;font-weight:400;color:#111827;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.3;outline:none;border:none;background:transparent;width:100%;padding:8px 0}._editableTitle_o9iuo_88::placeholder{color:#9ca3af}._editor_o9iuo_32{background:transparent;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;min-height:200px;position:relative}._paragraphWrapper_o9iuo_118{position:relative;display:flex;align-items:flex-start;padding:4px 0}._contentMenuWrapper_o9iuo_125{position:absolute;left:-50px;top:4px;opacity:1}._paragraph_o9iuo_118{flex:1;font-size:16px;color:#374151;margin:0;line-height:1.6;outline:none;min-height:24px;width:100%;position:relative}._paragraph_o9iuo_118[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._title_o9iuo_57{font-size:36px;font-weight:700;color:#111827;margin:0 0 24px;line-height:1.2;outline:none;position:relative}._title_o9iuo_57[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._editableDescription_o9iuo_14[data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;position:absolute;pointer-events:none}._heading_o9iuo_175{font-size:24px;font-weight:600;color:#111827;margin:32px 0 16px;line-height:1.3;outline:none}._videoWrapper_o9iuo_184{position:relative;margin:24px 0;transition:all .2s ease}._videoWrapper_o9iuo_184:hover{background:#3b82f605;border-radius:8px}._imageWrapper_o9iuo_195{position:relative;margin:24px 0;transition:all .2s ease}._imageWrapper_o9iuo_195:hover{background:#3b82f605;border-radius:8px}._paragraphWrapper_o9iuo_118{transition:all .2s ease}._paragraphWrapper_o9iuo_118:hover{background:#3b82f605;border-radius:4px}._titleWrapper_o9iuo_215{position:relative;margin:24px 0;transition:all .2s ease}._titleWrapper_o9iuo_215:hover{background:#3b82f605;border-radius:8px}._descriptionWrapper_o9iuo_226{position:relative;margin:16px 0;transition:all .2s ease}._descriptionWrapper_o9iuo_226:hover{background:#3b82f605;border-radius:8px}._headingWrapper_o9iuo_237{position:relative;margin:20px 0;transition:all .2s ease}._headingWrapper_o9iuo_237:hover{background:#3b82f605;border-radius:8px}._videoDragHandle_o9iuo_248,._imageDragHandle_o9iuo_249,._textDragHandle_o9iuo_250{position:absolute;top:8px;left:-45px;z-index:20;opacity:0;transition:opacity .2s ease}._videoWrapper_o9iuo_184:hover ._videoDragHandle_o9iuo_248,._imageWrapper_o9iuo_195:hover ._imageDragHandle_o9iuo_249,._titleWrapper_o9iuo_215:hover ._textDragHandle_o9iuo_250,._descriptionWrapper_o9iuo_226:hover ._textDragHandle_o9iuo_250,._headingWrapper_o9iuo_237:hover ._textDragHandle_o9iuo_250,._paragraphWrapper_o9iuo_118:hover ._textDragHandle_o9iuo_250{opacity:1}._paragraphWrapper_o9iuo_118._dropTarget_o9iuo_268,._imageWrapper_o9iuo_195._dropTarget_o9iuo_268,._videoWrapper_o9iuo_184._dropTarget_o9iuo_268{background:#195ee61a!important;border:2px dashed #195ee6!important;border-radius:8px!important}._paragraphWrapper_o9iuo_118._dropTarget_o9iuo_268:after,._imageWrapper_o9iuo_195._dropTarget_o9iuo_268:after,._videoWrapper_o9iuo_184._dropTarget_o9iuo_268:after{content:"Отпустите чтобы переместить сюда";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#195ee6e6;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;z-index:100;pointer-events:none}._dragIcon_o9iuo_294{background:transparent;border-radius:6px;padding:6px;cursor:grab;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}._dragIcon_o9iuo_294:active{cursor:grabbing;transform:scale(.95)}._imageContainer_o9iuo_310{text-align:center;position:relative}._image_o9iuo_195{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._videoContainer_o9iuo_322{text-align:center;position:relative}._video_o9iuo_184{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #0000001a}._editor_o9iuo_32 a{color:#195ee6;text-decoration:underline;cursor:pointer;transition:color .2s ease}._editor_o9iuo_32 a:hover{color:#0c4dad;text-decoration:none}._publishSection_o9iuo_346{margin-top:40px;padding:24px 0;display:flex;flex-direction:column;gap:12px;align-items:center;border-top:1px solid #e5e7eb}._publishButton_o9iuo_356{background:#3b82f6;color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d;min-width:140px}._publishButton_o9iuo_356:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._publishButton_o9iuo_356:active:not(:disabled){transform:translateY(0)}._publishButton_o9iuo_356:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #9ca3af33}._publishError_o9iuo_387{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}._publishSuccess_o9iuo_398{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:12px 16px;border-radius:8px;font-size:14px;max-width:400px;text-align:center}@media (max-width: 768px){._editorContainer_o9iuo_32{padding:15px 0;min-height:calc(100vh - 150px)}._editorWrapper_o9iuo_41{padding:0 50px 0 10px}._editor_o9iuo_32{font-size:14px;line-height:1.5}._title_o9iuo_57{font-size:28px;margin-bottom:16px}._editableTitle_o9iuo_88{font-size:24px;padding:6px 0}._heading_o9iuo_175{font-size:20px;margin:24px 0 12px}._editableDescription_o9iuo_14,._paragraph_o9iuo_118{font-size:14px;line-height:1.5;padding:3px 0}._imageWrapper_o9iuo_195,._videoWrapper_o9iuo_184{margin:16px 0}._image_o9iuo_195,._video_o9iuo_184{border-radius:8px}._descriptionContentMenu_o9iuo_6,._titleContentMenu_o9iuo_62,._contentMenuWrapper_o9iuo_125{left:-40px}._videoDragHandle_o9iuo_248,._imageDragHandle_o9iuo_249,._textDragHandle_o9iuo_250{display:none}._paragraphWrapper_o9iuo_118._dropTarget_o9iuo_268:after,._imageWrapper_o9iuo_195._dropTarget_o9iuo_268:after,._videoWrapper_o9iuo_184._dropTarget_o9iuo_268:after{font-size:12px;padding:6px 12px}._publishSection_o9iuo_346{margin-top:30px;padding:16px 0}._publishButton_o9iuo_356{padding:12px 24px;font-size:14px;min-width:120px}._publishError_o9iuo_387,._publishSuccess_o9iuo_398{font-size:13px;padding:10px 14px;max-width:90%}}@media (max-width: 600px){._editorContainer_o9iuo_32{padding:10px 0}._editorWrapper_o9iuo_41{padding:0 45px 0 8px}._title_o9iuo_57{font-size:24px;margin-bottom:12px}._editableTitle_o9iuo_88{font-size:20px;padding:5px 0}._heading_o9iuo_175{font-size:18px;margin:20px 0 10px}._editableDescription_o9iuo_14,._paragraph_o9iuo_118{font-size:13px;line-height:1.4}._imageWrapper_o9iuo_195,._videoWrapper_o9iuo_184{margin:12px 0}._image_o9iuo_195,._video_o9iuo_184{border-radius:6px}._publishButton_o9iuo_356{padding:10px 20px;font-size:13px;min-width:100px}}._container_1ypxp_1{position:absolute;left:-50px;top:-2px;display:flex;align-items:center;z-index:100}._addButton_1ypxp_12{width:32px;height:32px;border-radius:50%;background:#195ee6;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d;z-index:100;position:relative}._addButton_1ypxp_12:hover{background:#1850cc;transform:scale(1.05);box-shadow:0 4px 12px #195ee666}._addButton_1ypxp_12._active_1ypxp_35{transform:rotate(45deg);background:#195ee6}._menu_1ypxp_40{position:absolute;left:0;top:0;height:32px;background:#195ee6;border-radius:16px;display:flex;align-items:center;padding:0;overflow:hidden;width:32px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #195ee64d}._menu_1ypxp_40._open_1ypxp_56{width:100px;padding:0 0 0 40px}._menuItem_1ypxp_61{width:28px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;border-radius:3px;margin:0 1px;opacity:0;transform:translate(-15px);transition:all .3s cubic-bezier(.4,0,.2,1)}._menu_1ypxp_40._open_1ypxp_56 ._menuItem_1ypxp_61{opacity:1;transform:translate(0)}._menu_1ypxp_40._open_1ypxp_56 ._menuItem_1ypxp_61:nth-child(1){transition-delay:.1s}._menu_1ypxp_40._open_1ypxp_56 ._menuItem_1ypxp_61:nth-child(2){transition-delay:.15s}._menu_1ypxp_40._open_1ypxp_56 ._menuItem_1ypxp_61:nth-child(3){transition-delay:.2s}._menuItem_1ypxp_61:hover{background:#ffffff1a;transform:translate(0) scale(1.05)}._menuItem_1ypxp_61 img{width:20px;height:20px}@media (max-width: 768px){._container_1ypxp_1{left:-45px}._addButton_1ypxp_12{width:28px;height:28px;box-shadow:0 2px 6px #195ee659}._addButton_1ypxp_12:hover{transform:scale(1.03);box-shadow:0 3px 8px #195ee673}._menu_1ypxp_40{height:28px;border-radius:14px;width:28px}._menu_1ypxp_40._open_1ypxp_56{width:88px;padding:0 0 0 35px}._menuItem_1ypxp_61{width:24px;height:20px;margin:0 .5px}._menuItem_1ypxp_61 img{width:16px;height:16px}}@media (max-width: 480px){._container_1ypxp_1{left:-40px}._addButton_1ypxp_12{width:24px;height:24px}._menu_1ypxp_40{height:24px;border-radius:12px;width:24px}._menu_1ypxp_40._open_1ypxp_56{width:76px;padding:0 0 0 30px}._menuItem_1ypxp_61{width:20px;height:18px}._menuItem_1ypxp_61 img{width:14px;height:14px}}._overlay_14vce_1{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:50000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_14vce_1 .3s ease}@keyframes _fadeIn_14vce_1{0%{opacity:0}to{opacity:1}}._modal_14vce_25{background:#141414;border-radius:12px;padding:24px;width:480px;animation:_slideUp_14vce_1 .3s cubic-bezier(.4,0,.2,1);color:#fff;position:relative;z-index:1001;display:flex;flex-direction:column;justify-content:space-between}@keyframes _slideUp_14vce_1{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_14vce_51{display:flex;align-items:center;justify-content:space-between}._header_14vce_51 h1{font-family:Unbounded;font-weight:800;font-size:24px;color:#fff}._content_14vce_63{padding:24px 0 0}._uploadArea_14vce_67{border:2px dashed rgba(255,255,255,.1);border-radius:12px;padding:60px 24px;text-align:center;cursor:pointer;transition:all .3s ease;background:transparent;position:relative;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center}._uploadArea_14vce_67:hover{border-color:#ffffff80;background:#ffffff05}._dragActive_14vce_88{border-color:#195ee6cc!important;background:#195ee61a!important;transform:scale(1.02)}._previewContainer_14vce_94{position:relative;width:100%;max-width:300px}._previewImage_14vce_100{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._removeButton_14vce_109{position:absolute;top:8px;right:8px;background:#000000b3;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}._removeButton_14vce_109:hover{background:#ff0000b3}._uploadContent_14vce_130 h3{margin:16px 0 8px 12px;font-size:18px;font-weight:600;color:#fff;font-family:inherit}._uploadContent_14vce_130 p{margin:4px 0;color:#fff9;font-size:14px;line-height:1.5}._fileInput_14vce_145{display:none}._form_group_14vce_149{display:flex;flex-direction:column;width:300px}._inputGroup_14vce_154{display:flex;flex-direction:column;margin-top:24px}._inputGroup_14vce_154 label{font-weight:500;font-size:12px;line-height:133%;color:#fff6;margin-bottom:5px}._inputGroup_14vce_154 input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;font-weight:400;font-size:16px;line-height:157%;color:#fff6}._addButton_14vce_177{margin-top:24px;width:100%;height:48px}._toolbar_14lkz_1{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#000000f2;border-radius:12px;width:fit-content;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000026;position:relative;z-index:9999;flex-wrap:nowrap;max-width:100%}._dropdown_14lkz_19{position:relative;z-index:10000;pointer-events:auto}._dropdownButton_14lkz_25{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;min-width:140px;justify-content:space-between;-webkit-user-select:none;user-select:none}._dropdownButton_14lkz_25:hover{background:#ffffff1a;border-color:#fff3}._dropdownButton_14lkz_25:active{transform:scale(.98)}._dropdownMenu_14lkz_52{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20001;box-shadow:0 8px 32px #0000004d;max-height:300px;overflow-y:auto;pointer-events:auto}._dropdownMenu_14lkz_52::-webkit-scrollbar{width:6px}._dropdownMenu_14lkz_52::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._dropdownMenu_14lkz_52::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._dropdownMenu_14lkz_52::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._dropdownItem_14lkz_86{display:block;width:100%;padding:12px 16px;background:none;border:none;color:#fff;text-align:left;cursor:pointer;transition:all .2s ease;font-size:14px;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.05);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;pointer-events:auto}._dropdownItem_14lkz_86:last-child{border-bottom:none}._dropdownItem_14lkz_86:hover{background:#ffffff1a;transform:translate(2px)}._dropdownItem_14lkz_86:active{background:#ffffff26;transform:translate(1px)}._colorPicker_14lkz_118{position:absolute;top:calc(100% + 4px);left:0;background:#000000f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20002;padding:16px;width:260px;box-shadow:0 8px 32px #0000004d;pointer-events:auto}._colorPickerHeader_14lkz_133{margin-bottom:16px}._colorPickerTitle_14lkz_137{color:#fff;font-size:14px;font-weight:600}._colorWheelSection_14lkz_143{margin-bottom:16px}._colorWheel_14lkz_143{width:100%!important;height:180px!important}._colorWheel_14lkz_143 ._react-colorful__saturation_14lkz_153{border-radius:6px!important;border:1px solid rgba(255,255,255,.1)!important}._colorWheel_14lkz_143 ._react-colorful__hue_14lkz_158{border-radius:6px!important;height:16px!important;margin-top:12px!important;border:1px solid rgba(255,255,255,.1)!important}._colorWheel_14lkz_143 ._react-colorful__pointer_14lkz_165{width:18px!important;height:18px!important;border:2px solid #ffffff!important;box-shadow:0 2px 8px #0000004d!important}._quickColorsSection_14lkz_172{margin-bottom:16px}._quickColorsLabel_14lkz_176{color:#fff;font-size:12px;font-weight:500;opacity:.8;display:block;margin-bottom:8px}._basicColors_14lkz_185{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}._colorItem_14lkz_191{width:24px;height:24px;border-radius:6px;border:2px solid rgba(255,255,255,.1);cursor:pointer;transition:all .2s ease;pointer-events:auto;-webkit-user-select:none;user-select:none;position:relative}._colorItem_14lkz_191:hover{transform:scale(1.1);border-color:#fff6;box-shadow:0 2px 8px #0000004d}._colorPickerDivider_14lkz_209{height:1px;background:#ffffff1a;margin-bottom:16px}._customColorSection_14lkz_215{display:flex;flex-direction:column;gap:8px}._customColorLabel_14lkz_221{color:#fff;font-size:12px;font-weight:500;opacity:.8}._customColorInputWrapper_14lkz_228{display:flex;gap:8px;align-items:center}._colorPreview_14lkz_234{width:32px;height:32px;border-radius:6px;border:2px solid rgba(255,255,255,.1);flex-shrink:0}._customColorTextInput_14lkz_242{flex:1;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:12px;font-family:Courier New,monospace;transition:all .2s ease}._customColorTextInput_14lkz_242:focus{outline:none;background:#ffffff1a;border-color:#ffffff4d}._customColorTextInput_14lkz_242::placeholder{color:#fff6}._toolbarButton_14lkz_264{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:600}._toolbarButton_14lkz_264:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}._toolbarButton_14lkz_264._active_14lkz_286{background:#195ee6;color:#fff;border-color:#195ee6;box-shadow:0 4px 12px #195ee64d}._toolbarButton_14lkz_264:focus{outline:none;box-shadow:0 0 0 2px #195ee680}._toolbarButton_14lkz_264:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}._toolbarButton_14lkz_264:disabled:hover{transform:none;background:#ffffff0d;border-color:#ffffff1a}._toolbarGroup_14lkz_310{display:flex;align-items:center;gap:8px}._toolbarGroup_14lkz_310:not(:last-child){margin-right:24px}@media (max-width: 768px){._toolbar_14lkz_1{padding:10px 12px;gap:8px;border-radius:12px;justify-content:center;max-height:100px;min-height:60px;flex-wrap:wrap;width:100%;max-width:100%;margin:0 auto;align-items:center}._toolbarButton_14lkz_264{width:36px;height:36px;font-size:13px;border-radius:8px}._dropdownButton_14lkz_25{padding:8px 10px;min-width:90px;font-size:13px;gap:6px;border-radius:8px;height:36px}._toolbarGroup_14lkz_310{gap:6px}._toolbarGroup_14lkz_310:not(:last-child){margin-right:12px}._dropdownMenu_14lkz_52{position:fixed;top:auto;bottom:120px;left:50%;transform:translate(-50%);min-width:280px;max-width:90vw;max-height:250px;border-radius:12px}._dropdownItem_14lkz_86{padding:14px 16px;font-size:15px;-webkit-tap-highlight-color:transparent}._colorPicker_14lkz_118{position:fixed;bottom:120px;left:50%;transform:translate(-50%);width:280px;max-width:90vw;padding:16px}._colorWheel_14lkz_143{height:160px!important}._basicColors_14lkz_185{grid-template-columns:repeat(6,1fr);gap:8px}._colorItem_14lkz_191{width:28px;height:28px}._customColorInputWrapper_14lkz_228{flex-direction:row;gap:8px}._colorPreview_14lkz_234{width:36px;height:36px}._colorItem_14lkz_191{width:24px;height:24px;border-radius:6px}}@media (max-width: 480px){._toolbar_14lkz_1{padding:8px;gap:6px;border-radius:10px;max-height:90px;min-height:55px}._toolbarButton_14lkz_264{width:32px;height:32px;font-size:12px;border-radius:6px}._dropdownButton_14lkz_25{padding:6px 8px;min-width:80px;font-size:12px;gap:4px;height:32px}._toolbarGroup_14lkz_310{gap:4px}._toolbarGroup_14lkz_310:not(:last-child){margin-right:8px}._dropdownMenu_14lkz_52{min-width:250px;max-height:200px;bottom:100px}._dropdownItem_14lkz_86{padding:12px 14px;font-size:14px}._colorPicker_14lkz_118{width:260px;bottom:100px;padding:12px}._colorWheel_14lkz_143{height:140px!important}._basicColors_14lkz_185{grid-template-columns:repeat(5,1fr);gap:6px}._colorItem_14lkz_191{width:24px;height:24px}._customColorInputWrapper_14lkz_228{flex-direction:row;gap:6px}._colorPreview_14lkz_234{width:28px;height:28px}}@media screen and (max-height: 500px) and (orientation: landscape){._toolbar_14lkz_1{padding:6px 10px;max-height:70px;min-height:50px;gap:4px}._toolbarButton_14lkz_264{width:30px;height:30px;font-size:11px}._dropdownButton_14lkz_25{padding:5px 7px;min-width:70px;font-size:11px;height:30px}._toolbarGroup_14lkz_310{gap:3px}._toolbarGroup_14lkz_310:not(:last-child){margin-right:6px}}._backButton_aqh3x_1{margin-top:40px;margin-bottom:40px;display:flex;gap:12px;align-items:center}._backButton_aqh3x_1 p{margin:0;line-height:1;font-size:16px;font-weight:500}._backButton_aqh3x_1 img{display:block;width:20px;height:20px}._title_aqh3x_21{font-family:Unbounded;font-weight:600;font-size:28px;color:#141414;padding:30px 0}._content_aqh3x_28{margin-bottom:70px;font-weight:400;font-size:16px;line-height:150%;color:#2c2c2c;display:flex;flex-direction:column;gap:16px}@media (max-width: 360px){._title_aqh3x_21{font-size:24px}._content_aqh3x_28{font-size:14px}}._backdrop_e0nas_1{position:fixed;inset:0;background:#141414a6;z-index:2000;display:flex;align-items:flex-start;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_e0nas_12{position:relative;margin:20px 10px 10px;background:#fff;border-radius:18px;max-width:1015px;width:100%;padding:40px;box-shadow:0 8px 32px #0000002e;z-index:2100}._closeBtn_e0nas_25{position:absolute;top:40px;right:40px;background:#1414140d;border:none;border-radius:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2200}@media (max-width: 600px){._modal_e0nas_12{padding:24px}}._card_wn01j_1{display:flex;flex-direction:column;width:270px;gap:10px;margin-bottom:40px;cursor:pointer}._imageWrapper_wn01j_10{position:relative}._imageWrapper_wn01j_10 img{border-radius:10px;width:270px}._card_wn01j_1 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}._author_wn01j_32{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;transition:opacity .3s ease}._author_wn01j_32:hover{opacity:.8}._author_wn01j_32 img{width:40px;height:40px;border-radius:10px}._author__text_wn01j_50 h3{font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}._author__name_wn01j_65{display:flex;align-items:center;gap:8px}._subscription_wn01j_71{font-family:Unbounded;font-weight:700;font-size:10px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_wn01j_84{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_wn01j_90{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._author__text_wn01j_50 p{font-family:Manrope;font-weight:500;font-size:12px;line-height:16.39px;letter-spacing:0px}._category_wn01j_109{position:absolute;left:10px;bottom:15px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:7px 11px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}@media (max-width: 600px){._card_wn01j_1{display:flex;flex-direction:column;width:100%;gap:10px;margin-bottom:20px}._imageWrapper_wn01j_10 img{width:100%}}._cardPageWrapper_107jx_1{padding:20px;margin:0 auto;box-sizing:border-box;max-height:85vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._cardPageWrapper_107jx_1::-webkit-scrollbar{display:none}._projectTitle_107jx_17{font-weight:800;font-size:28px;color:#141414;margin-bottom:20px}._userInfo_107jx_24{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #195ee61a;margin-bottom:40px}._userDetails_107jx_35{display:flex;flex-direction:row;align-items:center;gap:12px}._userAvatar_107jx_42{width:64px;height:64px;border-radius:10px;object-fit:cover}._userText_107jx_49 h3{font-family:Manrope,sans-serif;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;margin:0 0 4px}._userText_107jx_49 img{width:16px;height:16px}._userText_107jx_49 p{display:flex;align-items:center;gap:6px;margin:0;font-family:Manrope,sans-serif;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#666}._userActions_107jx_76{display:flex;flex-direction:row;align-items:center;gap:10px}._likeBtn_107jx_83{background:#195ee60d;border:none;border-radius:10px;padding:12px;width:48px;height:48px;cursor:pointer;filter:brightness(0);box-sizing:border-box;transition:all .3s ease}._likeBtn_107jx_83:hover{background:#195ee61a}._likeBtn_107jx_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_107jx_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_107jx_105 img{filter:brightness(0) invert(1)}._contactBtn_107jx_114{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;font-family:Manrope,sans-serif;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;cursor:pointer}._contactBtn_107jx_114:hover{background-color:#1551c9;transition:background-color .3s ease}._title_107jx_134{font-size:20px;font-weight:700;margin-bottom:12px;line-height:1.3}._description_107jx_141{margin-bottom:12px;line-height:1.5;font-size:16px}._projectDescription_107jx_147{margin-bottom:12px;font-size:16px;color:#333;line-height:1.5}._likesSection_107jx_154{display:flex;flex-direction:column;align-items:center;margin:30px 0;padding:20px}._likeIcon_107jx_162{border-radius:20px;padding:20px;width:88px;height:88px;background:#195ee6;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-sizing:border-box}._likesTitle_107jx_175{font-weight:400;font-size:14px;line-height:150%;text-align:center;color:#14141480;margin:0 0 16px}._likedUsers_107jx_184{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}._likedUserAvatar_107jx_192{border-radius:10px;width:40px;height:40px;object-fit:cover}._image_107jx_199{display:block;margin:12px auto;max-width:100%;height:auto;border-radius:8px}._loading_107jx_207{text-align:center;padding:20px;color:#666;font-size:16px}._error_107jx_214{text-align:center;padding:20px;color:red;font-size:16px}._noContent_107jx_221{text-align:center;padding:20px;color:#666;font-size:16px}._userProjects_107jx_228{margin-top:40px;padding-top:30px;border-top:1px solid #195ee61a}._userProjectsTitle_107jx_234{font-family:Manrope,sans-serif;font-weight:700;font-size:24px;color:#141414;margin-bottom:24px;text-align:left}._projectsGrid_107jx_243{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;width:100%}@media (max-width: 600px){._cardPageWrapper_107jx_1{padding:15px;max-width:100%;max-height:85vh}._projectTitle_107jx_17{font-size:20px;margin-bottom:12px}._userInfo_107jx_24{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:30px;padding:12px 0}._userDetails_107jx_35{width:100%}._userActions_107jx_76{width:100%;justify-content:flex-start}._userText_107jx_49 h3{font-size:16px}._userText_107jx_49 p{font-size:14px}._userText_107jx_49 img{width:15px;height:15px}._likeBtn_107jx_83{background:#195ee60d;border:none;border-radius:8px;padding:10px;width:40px;height:40px;filter:brightness(0);box-sizing:border-box;transition:all .3s ease}._likeBtn_107jx_83:hover{background:#195ee61a}._likeBtn_107jx_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_107jx_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_107jx_105 img{filter:brightness(0) invert(1)}._contactBtn_107jx_114{width:100px;height:40px;font-size:13px}._userAvatar_107jx_42{width:48px;height:48px}._title_107jx_134{font-size:18px;margin-bottom:10px}._description_107jx_141,._projectDescription_107jx_147{font-size:14px;margin-bottom:10px}._likesSection_107jx_154{margin:20px 0;padding:16px}._likeIcon_107jx_162{width:72px;height:72px;padding:16px;margin-bottom:12px}._likeIcon_107jx_162 svg{width:32px;height:31px}._likesTitle_107jx_175{font-size:13px;margin-bottom:12px}._likedUsers_107jx_184{gap:6px}._likedUserAvatar_107jx_192{width:36px;height:36px}._image_107jx_199{margin:10px auto;border-radius:6px}._loading_107jx_207,._error_107jx_214,._noContent_107jx_221{font-size:14px;padding:15px}._userProjects_107jx_228{margin-top:30px;padding-top:20px}._userProjectsTitle_107jx_234{font-size:20px;margin-bottom:20px}._projectsGrid_107jx_243{grid-template-columns:1fr;gap:16px}}@media (max-width: 380px){._userInfo_107jx_24{gap:12px;margin-bottom:24px;padding:10px 0}._userDetails_107jx_35{gap:10px}._userAvatar_107jx_42{width:40px;height:40px}._userText_107jx_49 h3{font-size:15px}._userText_107jx_49 p{font-size:13px}._likeBtn_107jx_83{background:#195ee60d;border:none;border-radius:6px;padding:8px;width:36px;height:36px;filter:brightness(0);box-sizing:border-box;transition:all .3s ease}._likeBtn_107jx_83:hover{background:#195ee61a}._likeBtn_107jx_83:disabled{cursor:not-allowed;opacity:.6}._likeBtnActive_107jx_105{background:#195ee6!important;filter:brightness(1)!important}._likeBtnActive_107jx_105 img{filter:brightness(0) invert(1)}._contactBtn_107jx_114{width:90px;height:36px;font-size:12px}._userProjectsTitle_107jx_234{font-size:18px;margin-bottom:16px}._projectsGrid_107jx_243{gap:12px}._likesSection_107jx_154{margin:16px 0;padding:12px}._likeIcon_107jx_162{width:64px;height:64px;padding:14px;margin-bottom:10px}._likeIcon_107jx_162 svg{width:28px;height:27px}._likesTitle_107jx_175{font-size:12px;margin-bottom:10px}._likedUserAvatar_107jx_192{width:32px;height:32px}}._specialist_wrapper_1edy6_1{display:flex;flex-direction:column;gap:30px}._specialist_wrapper__hero_1edy6_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._hero__info_1edy6_12{display:flex;flex-direction:row;align-items:center;gap:12px}._hero__info_1edy6_12 img{width:64px;height:64px;border-radius:10px}._info__text_1edy6_24 h3{font-family:Manrope;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;word-break:break-all}._name_wrapper_1edy6_33{display:flex;align-items:center;gap:8px}._subscription_1edy6_39{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_1edy6_52{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_1edy6_58{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._info__text_1edy6_24 img{width:16px;height:16px}._info__text_1edy6_24 p{display:flex;align-items:center;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._hero__btn_1edy6_84{display:flex;flex-direction:row;align-items:center;gap:10px}._hero__btn_1edy6_84 img{width:48px;height:48px}._feedback_1edy6_94{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;cursor:pointer;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._photo_card_1edy6_109{width:270px;display:flex;flex-direction:column;align-items:start;gap:12px}._imageWrapper_1edy6_116 img{width:270px;border-radius:10px}._imageWrapper_1edy6_116{position:relative}._photo_card_1edy6_109 p{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._photo_wrapper_1edy6_130{display:flex;flex-direction:row;align-items:top;justify-content:space-between}._categories_1edy6_136{display:flex;flex-direction:row;align-items:center;gap:10px}._categories_1edy6_136 p{padding:10px 15px;background-color:#195ee60d;border-radius:24px;color:#195ee6;font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px}._category_1edy6_154{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}._rating_wrapper_1edy6_168{display:flex;flex-direction:row;align-items:center;gap:40px}._group_1edy6_174{display:flex;gap:5px}._rating_wrapper_1edy6_168 p{display:flex;align-items:center;gap:5px;color:#14141480;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_1edy6_168 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_1edy6_168 a{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#195ee6}._stripe_1edy6_205{margin:auto auto 30px;width:100%;height:1px;background-color:#195ee61a}@media (max-width: 560px){._specialist_wrapper_1edy6_1{gap:20px}._specialist_wrapper__hero_1edy6_6{flex-direction:column;align-items:center;gap:10px}._hero__info_1edy6_12,._hero__btn_1edy6_84{width:100%}._feedback_1edy6_94{width:200px}._hero__info_1edy6_12,._hero__btn_1edy6_84{gap:10px}._photo_wrapper_1edy6_130{flex-direction:column;align-items:center;gap:15px}._photo_card_1edy6_109,._photo_card_1edy6_109 img{width:100%}._categories_1edy6_136{flex-wrap:wrap;align-items:center;gap:8px}._categories_1edy6_136 p{width:80%;text-align:center;width:100px}._rating_wrapper_1edy6_168{flex-wrap:wrap;align-items:center;gap:8px}._info__text_1edy6_24 h3{font-size:16px}}@media (max-width: 380px){._hero__info_1edy6_12 img{width:50px;height:auto}._hero__info_1edy6_12 p{font-size:12px}._info__text_1edy6_24 h3{font-size:14px;line-height:normal}._info__text_1edy6_24 img{width:15px}._feedback_1edy6_94{height:40px;font-size:12px}._hero__btn_1edy6_84 img{width:40px;height:40px}}._cardContainer_11kyt_1{margin-top:-100px;display:flex;flex-direction:row;align-items:top;justify-content:space-between;flex-wrap:wrap}._title_11kyt_11{font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}._cardContainer__popular_11kyt_19{margin-top:30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}@media (max-width: 1100px){._cardContainer_11kyt_1,._cardContainer__popular_11kyt_19{justify-content:center;gap:50px}}@media (max-width: 768px){._cardContainer_11kyt_1,._cardContainer__popular_11kyt_19{justify-content:space-evenly}}@media (max-width: 1110px){._cardContainer_11kyt_1>:nth-child(n+7){display:none}._cardContainer__popular_11kyt_19>:nth-child(n+4){display:none}}._info_wrapper_1cee2_1{width:100%;min-height:460px;background:url(/images/infoBackground.png);background-repeat:no-repeat;background-size:cover;position:relative;z-index:1;border-radius:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;margin-bottom:80px;margin-top:80px}._info_wrapper_1cee2_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#141414e5;z-index:-1;border-radius:24px}._info_wrapper_text_1cee2_31{max-width:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center}._info_wrapper_text_1cee2_31 h4{max-width:327px;padding:5px 10px;border-radius:24px;font-family:Manrope;font-weight:600;font-size:14px;line-height:16px;letter-spacing:0px;color:#195ee6;background-color:#195ee61a}._info_wrapper_text_1cee2_31 h2{margin-top:12px;font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%;text-align:center}._info_wrapper_text_1cee2_31 p{margin-top:20px;font-family:Manrope;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._info_wrapper_text_1cee2_31 button{cursor:pointer;margin-top:30px;width:192px;height:48px;border:none;border-radius:24px;color:#fff;background-color:#195ee6;transition:.3s ease-in-out}._info_wrapper_1cee2_1 button:hover{background-color:#336ad8;scale:1.03}._info_wrapper_text_1cee2_31 a{color:#195ee6}@media (max-width: 500px){._info_wrapper_text_1cee2_31 h4{margin-top:20px}._info_wrapper_text_1cee2_31 h2{font-size:26px}._info_wrapper_text_1cee2_31 p{font-size:14px;margin-bottom:20px}}._background_5jw5n_1{z-index:1;height:650px;width:100%;background:linear-gradient(180deg,#141414 23%,#14141400),url(/images/homeBackground.png);background-repeat:no-repeat;background-size:cover}._wrapper_5jw5n_12{overflow:hidden;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin:130px auto auto;max-width:720px}._wrapper_5jw5n_12 h1{font-family:Unbounded;font-weight:800;font-size:36px;line-height:44.64px;letter-spacing:0%}._wrapper_5jw5n_12 p{max-width:500px;margin-top:10px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center}._wrapper_5jw5n_12 button{cursor:pointer;margin-top:30px;width:220px;height:50px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;transition:.3s ease-in-out}._wrapper_5jw5n_12 button:hover{background-color:#336ad8;scale:1.03}@media (max-width: 700px){._wrapper_5jw5n_12{max-width:550px}._wrapper_5jw5n_12 h1{font-size:28px}}@media (max-width: 560px){._wrapper_5jw5n_12{max-width:450px}._wrapper_5jw5n_12 h1{font-size:28px}._wrapper_5jw5n_12 p{margin-top:20px;font-size:16px}}@media (max-width: 480px){._wrapper_5jw5n_12 h1{font-size:28px;line-height:29.68px}._wrapper_5jw5n_12 p{font-size:14px;max-width:390px}}@media (max-width: 440px){._wrapper_5jw5n_12{max-width:400px}._wrapper_5jw5n_12 h1{font-size:24px;line-height:29.68px}._wrapper_5jw5n_12 p{font-size:14px;max-width:350px}}._title_7gbzf_1{margin:20px auto 30px;padding:0 15px;max-width:1280px;box-sizing:border-box;font-family:Unbounded;font-weight:800;font-size:28px;line-height:34.72px;letter-spacing:0%;text-align:left}._specialist_button_wrapper_7gbzf_15{margin:20px auto 0;padding:0 15px;max-width:1280px;box-sizing:border-box;display:flex;justify-content:center}._specialist_button_7gbzf_15{width:168px;height:48px;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px;color:#195ee6;background-color:#195ee60d;border:none;border-radius:8px;cursor:pointer;transition:.3s ease-in-out}._specialist_button_7gbzf_15:hover{scale:1.03}._container_1ht7f_1{background-color:#141414;padding-bottom:50px}@media (max-width: 480px){._container_1ht7f_1{padding-bottom:30px}}._content_wrappper_1ht7f_12 h1{font-family:Unbounded;font-weight:800;font-size:36px;color:#fff;padding-top:60px;padding-bottom:60px}@media (max-width: 768px){._content_wrappper_1ht7f_12 h1{font-size:28px;padding-top:40px;padding-bottom:40px;text-align:center}}@media (max-width: 480px){._content_wrappper_1ht7f_12 h1{font-size:24px;padding-top:30px;padding-bottom:30px}}@media (max-width: 320px){._content_wrappper_1ht7f_12 h1{font-size:20px;padding-top:20px;padding-bottom:20px}}._blocks_1ht7f_46{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}@media (max-width: 920px){._blocks_1ht7f_46{flex-direction:column;gap:30px;align-items:center}._content_wrappper_1ht7f_12 h1{text-align:center}}@media (max-width: 768px){._blocks_1ht7f_46{flex-direction:column;gap:30px;align-items:center}}@media (max-width: 620px){._blocks_1ht7f_46{gap:25px}}@media (max-width: 375px){._blocks_1ht7f_46{gap:15px}}@media (max-width: 350px){._blocks_1ht7f_46{gap:12px}}@media (max-width: 325px){._blocks_1ht7f_46{gap:10px}}@media (max-width: 480px){._blocks_1ht7f_46{gap:20px}}@media (min-width: 769px) and (max-width: 1199px){._blocks_1ht7f_46{justify-content:center;gap:30px}}@media (min-width: 1200px){._blocks_1ht7f_46{gap:40px}}._block_pro_1ht7f_114{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;width:calc(50% - 10px);min-width:320px;max-width:560px;height:100%;position:relative;flex:1;-webkit-backdrop-filter:blur(128px);backdrop-filter:blur(128px);background:#ffffff0d}@media (max-width: 768px){._block_pro_1ht7f_114{width:100%;min-width:auto;max-width:500px;padding:24px}}@media (max-width: 620px){._block_pro_1ht7f_114{max-width:400px;padding:20px}}@media (max-width: 480px){._block_pro_1ht7f_114{max-width:350px;padding:20px;border-radius:16px}}@media (max-width: 375px){._block_pro_1ht7f_114{max-width:300px;padding:18px}}@media (max-width: 350px){._block_pro_1ht7f_114{max-width:280px;padding:16px}}@media (max-width: 325px){._block_pro_1ht7f_114{max-width:260px;padding:14px}}@media (max-width: 320px){._block_pro_1ht7f_114{max-width:250px;padding:12px}}@media (min-width: 769px) and (max-width: 1023px){._block_pro_1ht7f_114{width:100%;max-width:600px;margin:0 auto}}._block_pro_1ht7f_114:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(ellipse 300px 300px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%);border-radius:0 20px 0 0;pointer-events:none;z-index:1}@media (max-width: 768px){._block_pro_1ht7f_114:before{width:200px;height:200px;background:radial-gradient(ellipse 150px 150px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%)}}@media (max-width: 620px){._block_pro_1ht7f_114:before{width:160px;height:160px;background:radial-gradient(ellipse 120px 120px at top right,rgba(25,94,230,.8) 0%,rgba(25,94,230,.6) 25%,rgba(25,94,230,.3) 50%,rgba(25,94,230,.1) 70%,transparent 85%)}}@media (max-width: 375px){._block_pro_1ht7f_114:before{width:120px;height:120px;background:radial-gradient(ellipse 80px 80px at top right,rgba(25,94,230,.7) 0%,rgba(25,94,230,.5) 25%,rgba(25,94,230,.2) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 350px){._block_pro_1ht7f_114:before{width:100px;height:100px;background:radial-gradient(ellipse 70px 70px at top right,rgba(25,94,230,.6) 0%,rgba(25,94,230,.4) 25%,rgba(25,94,230,.2) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 325px){._block_pro_1ht7f_114:before{width:80px;height:80px;background:radial-gradient(ellipse 60px 60px at top right,rgba(25,94,230,.5) 0%,rgba(25,94,230,.3) 25%,rgba(25,94,230,.15) 50%,rgba(25,94,230,.05) 70%,transparent 85%);border-radius:0 14px 0 0}}@media (max-width: 480px){._block_pro_1ht7f_114:before{width:150px;height:150px;background:radial-gradient(ellipse 100px 100px at top right,rgba(25,94,230,.8) 0%,rgba(25,94,230,.6) 25%,rgba(25,94,230,.3) 50%,rgba(25,94,230,.1) 70%,transparent 85%);border-radius:0 16px 0 0}}@media (min-width: 1200px){._block_pro_1ht7f_114:before{width:350px;height:350px;background:radial-gradient(ellipse 350px 350px at top right,rgba(25,94,230,.9) 0%,rgba(25,94,230,.7) 25%,rgba(25,94,230,.4) 50%,rgba(25,94,230,.2) 70%,transparent 85%)}}._block_premium_1ht7f_318{border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:32px;width:calc(50% - 10px);min-width:320px;max-width:560px;height:100%;position:relative;flex:1;-webkit-backdrop-filter:blur(128px);backdrop-filter:blur(128px);background:#ffffff0d}@media (max-width: 768px){._block_premium_1ht7f_318{width:100%;min-width:auto;max-width:500px;padding:24px}}@media (max-width: 620px){._block_premium_1ht7f_318{max-width:400px;padding:20px}}@media (max-width: 480px){._block_premium_1ht7f_318{max-width:350px;padding:20px;border-radius:16px}}@media (max-width: 375px){._block_premium_1ht7f_318{max-width:300px;padding:18px}}@media (max-width: 350px){._block_premium_1ht7f_318{max-width:280px;padding:16px}}@media (max-width: 325px){._block_premium_1ht7f_318{max-width:260px;padding:14px}}@media (max-width: 320px){._block_premium_1ht7f_318{max-width:250px;padding:12px}}@media (min-width: 769px) and (max-width: 1023px){._block_premium_1ht7f_318{width:100%;max-width:600px;margin:0 auto}}._block_premium_1ht7f_318:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(ellipse 300px 300px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%);border-radius:0 20px 0 0;pointer-events:none;z-index:1}@media (max-width: 768px){._block_premium_1ht7f_318:before{width:200px;height:200px;background:radial-gradient(ellipse 150px 150px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}@media (max-width: 620px){._block_premium_1ht7f_318:before{width:160px;height:160px;background:radial-gradient(ellipse 120px 120px at top right,rgba(196,114,255,.7) 0%,rgba(196,114,255,.5) 20%,rgba(133,138,251,.3) 40%,rgba(133,138,251,.2) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}@media (max-width: 375px){._block_premium_1ht7f_318:before{width:120px;height:120px;background:radial-gradient(ellipse 80px 80px at top right,rgba(196,114,255,.6) 0%,rgba(196,114,255,.4) 20%,rgba(133,138,251,.2) 40%,rgba(133,138,251,.1) 60%,rgba(133,138,251,.05) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 350px){._block_premium_1ht7f_318:before{width:100px;height:100px;background:radial-gradient(ellipse 70px 70px at top right,rgba(196,114,255,.5) 0%,rgba(196,114,255,.3) 20%,rgba(133,138,251,.15) 40%,rgba(133,138,251,.08) 60%,rgba(133,138,251,.03) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (max-width: 325px){._block_premium_1ht7f_318:before{width:80px;height:80px;background:radial-gradient(ellipse 60px 60px at top right,rgba(196,114,255,.4) 0%,rgba(196,114,255,.25) 20%,rgba(133,138,251,.12) 40%,rgba(133,138,251,.06) 60%,rgba(133,138,251,.02) 75%,transparent 85%);border-radius:0 14px 0 0}}@media (max-width: 480px){._block_premium_1ht7f_318:before{width:150px;height:150px;background:radial-gradient(ellipse 100px 100px at top right,rgba(196,114,255,.7) 0%,rgba(196,114,255,.5) 20%,rgba(133,138,251,.3) 40%,rgba(133,138,251,.2) 60%,rgba(133,138,251,.1) 75%,transparent 85%);border-radius:0 16px 0 0}}@media (min-width: 1200px){._block_premium_1ht7f_318:before{width:350px;height:350px;background:radial-gradient(ellipse 350px 350px at top right,rgba(196,114,255,.8) 0%,rgba(196,114,255,.6) 20%,rgba(133,138,251,.4) 40%,rgba(133,138,251,.3) 60%,rgba(133,138,251,.1) 75%,transparent 85%)}}._header_1ht7f_529{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}@media (max-width: 480px){._header_1ht7f_529{flex-direction:column;align-items:flex-start;gap:12px}}._header_1ht7f_529 h3{font-family:Unbounded;font-weight:700;font-size:20px;color:#fff;background-color:#195ee6;padding:6.5px 12px;border-radius:8px}@media (max-width: 480px){._header_1ht7f_529 h3{font-size:18px;padding:6px 10px}}@media (max-width: 320px){._header_1ht7f_529 h3{font-size:16px;padding:5px 8px}}._prem_1ht7f_568{background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._header_1ht7f_529 p{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}@media (max-width: 480px){._header_1ht7f_529 p{font-size:18px}}@media (max-width: 320px){._header_1ht7f_529 p{font-size:16px}}._main_1ht7f_595{margin-top:30px;position:relative;z-index:2;min-height:390px}@media (max-width: 480px){._main_1ht7f_595{margin-top:20px}}._line_1ht7f_607{display:flex;align-items:center;gap:24px}@media (max-width: 480px){._line_1ht7f_607{gap:16px}}@media (max-width: 320px){._line_1ht7f_607{gap:12px}}._line_1ht7f_607 p{font-weight:400;font-size:14px;line-height:150%;color:#fff}@media (max-width: 480px){._line_1ht7f_607 p{font-size:13px}}@media (max-width: 320px){._line_1ht7f_607 p{font-size:12px}}._btnpro_1ht7f_642{cursor:pointer;border-radius:8px;padding:14px 24px;width:100%;height:48px;background:#195ee6;border:none;outline:none;font-weight:600;font-size:14px;color:#fff;margin:auto}@media (max-width: 768px){._btnpro_1ht7f_642{width:100%;margin-top:20px}}@media (max-width: 480px){._btnpro_1ht7f_642{margin-top:16px;padding:12px 20px;height:44px;font-size:13px}}@media (max-width: 320px){._btnpro_1ht7f_642{padding:10px 16px;height:40px;font-size:12px}}@media (min-width: 1200px){._btnpro_1ht7f_642{width:100%;height:52px;font-size:16px}}._btnpro_1ht7f_642:hover{transition:.3s ease-in-out;background-color:#1551c9}._btnprem_1ht7f_694{cursor:pointer;border-radius:8px;padding:14px 24px;width:100%;height:48px;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3);border:none;outline:none;font-weight:600;font-size:14px;color:#fff;margin:auto}@media (max-width: 768px){._btnprem_1ht7f_694{width:100%;margin-top:20px}}@media (max-width: 480px){._btnprem_1ht7f_694{margin-top:16px;padding:12px 20px;height:44px;font-size:13px}}@media (max-width: 320px){._btnprem_1ht7f_694{padding:10px 16px;height:40px;font-size:12px}}@media (min-width: 1200px){._btnprem_1ht7f_694{width:100%;height:52px;font-size:16px}}._btnprem_1ht7f_694:hover{transition:.3s ease-in-out;background:linear-gradient(135deg,#a0b5d1,#7a7ef3 38%,#b965f7 65%,#c8aede)}._background_1xyf5_1{z-index:1;height:650px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover}._user_info_1xyf5_13{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_1xyf5_19{display:flex;gap:30px}._user_info_1xyf5_13 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._name_wrapper_1xyf5_30{display:flex;align-items:center;gap:12px}._subscription_1xyf5_36{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:4px 8px;height:24px;display:flex;align-items:center;justify-content:center}._subscription_pro_1xyf5_49{width:48px;background:#195ee6;text-transform:uppercase}._subscription_premium_1xyf5_55{width:88px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._user_info_1xyf5_13 p{font-weight:400;font-size:16px;line-height:150%}._user_logo_1xyf5_72{display:flex;justify-content:center;margin-top:150px}._user_logo_1xyf5_72 img{width:150px;height:150px;border-radius:20px}._user_stats_1xyf5_82{margin-top:140px;display:flex;justify-content:space-between;align-items:center;color:#fff}._stats_1xyf5_89{display:flex;gap:20px}._inf_1xyf5_93{display:flex;gap:10px;width:75px}._inf_1xyf5_93 img{width:25px;height:25px}._inf_1xyf5_93 p{font-weight:400;font-size:16px}._settingsBtn_1xyf5_106{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#202020;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:none;border-radius:8px;font-size:14px;color:#fff}._settingsBtn_1xyf5_106:hover{background-color:#353535;transition:.3s ease-in-out}._settingsBtn_1xyf5_106 p{font-weight:600;font-size:14px}._btn_container_1xyf5_129{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:70px;margin-bottom:20px}._btn_container_1xyf5_129 button{padding:15px 25px}._btn_container_no_city_1xyf5_142{margin-top:90px!important}@media (max-width: 1024px){._background_1xyf5_1{height:500px}._user_logo_1xyf5_72{margin-top:80px}._user_stats_1xyf5_82{margin-top:60px;gap:20px}._stats_1xyf5_89{justify-content:center}}@media (max-width: 768px){._background_1xyf5_1{height:400px;padding-bottom:30px}._user_info_1xyf5_13{flex-direction:column;align-items:flex-start;margin-top:20px;gap:10px}._user_info__details_1xyf5_19{gap:10px;font-size:14px}._user_logo_1xyf5_72{margin-top:40px}._user_logo_1xyf5_72 img{width:100px;height:100px}._user_stats_1xyf5_82{margin-top:70px;gap:16px}._stats_1xyf5_89{gap:10px}._inf_1xyf5_93{gap:6px}._inf_1xyf5_93 img{width:20px;height:20px}._settingsBtn_1xyf5_106{padding:8px 14px;font-size:12px}._btn_container_1xyf5_129 button{padding:10px 15px}}@media (max-width: 480px){._background_1xyf5_1{height:auto;padding-bottom:20px}._user_logo_1xyf5_72 img{width:70px;height:70px}._user_stats_1xyf5_82{margin-top:40px;flex-direction:column;align-items:start}._user_info_1xyf5_13 h1{font-size:18px}._user_info_1xyf5_13 p,._inf_1xyf5_93 p{font-size:12px}._settingsBtn_1xyf5_106{font-size:11px;padding:6px 10px}}._background_35e0m_1{z-index:1;height:250px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover;background-position:center}._user_info_35e0m_14{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_35e0m_20{display:flex;gap:30px}._user_info_35e0m_14 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._user_info_35e0m_14 p{font-weight:400;font-size:16px;line-height:150%}._btn_wrapper_35e0m_35{margin-top:35px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}@media (max-width: 540px){._background_35e0m_1{height:300px}._user_info_35e0m_14 h1{font-size:20px}}._profile_account_14sqo_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_14sqo_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_14sqo_14{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}._form_group_14sqo_20{display:flex;flex-direction:column;width:300px}._form_group_14sqo_20 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_14sqo_20 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._group_14sqo_39{max-width:300px}._label_14sqo_42{font-size:12px;color:#ffffff80;margin-bottom:5px}._wrapper_14sqo_8 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80;padding:10px 10px 10px 40px}._btn_container_14sqo_55{display:flex;flex-wrap:wrap;gap:20px}._phone_container_14sqo_61{display:flex;width:100%;align-items:flex-start;gap:20px}._phone_input_wrapper_14sqo_68{max-width:300px;flex:1}._phone_btn_14sqo_73{height:40px;margin-top:25px;white-space:nowrap}._submit_btn_14sqo_79{height:40px;margin-top:25px}@media (min-height: 930px){._form_14sqo_14{height:15vh}}@media (max-width: 600px){._wrapper_14sqo_8 h2{font-size:18px;padding:24px 16px 12px}._form_14sqo_14{flex-direction:column;padding:12px 8px;gap:12px;align-items:center}._form_group_14sqo_20{width:100%}._profile_account_14sqo_1{align-items:center;text-align:center}._btn_container_14sqo_55{flex-direction:column;align-items:center}._phone_container_14sqo_61{flex-direction:column;align-items:center;width:100%}._phone_input_wrapper_14sqo_68{width:100%;max-width:300px}._submit_btn_14sqo_79,._phone_btn_14sqo_73{margin-top:0;width:150px}}@media (max-width: 400px){._wrapper_14sqo_8 h2{font-size:15px;padding:12px 4px 8px}._form_14sqo_14{padding:6px 2px}}._settings_container_14sqo_134{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_14sqo_141{width:100%;background-color:#141414}._profile_decor_656e2_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_656e2_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_656e2_14{display:flex;padding:20px 0;gap:20px}._form_group_656e2_19{display:flex;flex-direction:column;width:300px}._form_656e2_14 label{font-size:16px;margin-bottom:5px}._form_656e2_14{display:flex;justify-content:space-between}._img_form_656e2_32{display:flex}._img_form2_656e2_35{display:flex;flex-direction:column}._btn_container_656e2_39{display:flex;flex-direction:column;gap:10px}._btn_656e2_39{width:120px;height:40px}._fileInput_656e2_49{appearance:none;-webkit-appearance:none;background:#195ee6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;width:120px;height:40px}._fileInput_656e2_49:hover{background:#336ad8}._fileInput_656e2_49:disabled{background:#b3c6e6;cursor:not-allowed}._coverImage_656e2_73{max-width:90%}._settings_container_656e2_76{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_656e2_83{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_656e2_8 h2{font-size:18px;padding:24px 0 12px}._form_656e2_14{flex-direction:column;padding:12px 0;gap:12px}._form_group_656e2_19{width:100%}._btn_656e2_39{width:100%;min-width:100px;height:36px}._coverImage_656e2_73{max-width:100%;height:auto}}@media (max-width: 400px){._wrapper_656e2_8 h2{font-size:15px;padding:12px 0 8px}._form_656e2_14{padding:6px 0}}._profile_info_a0jt8_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_a0jt8_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_a0jt8_14{display:flex;flex-wrap:wrap;padding:20px 0;gap:20px}._form_group_a0jt8_20{display:flex;flex-direction:column;width:300px}._form_group_a0jt8_20 label{font-size:14px;color:#ffffff80;margin-bottom:5px}._form_group_a0jt8_20 input{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:16px;outline:none}._group_a0jt8_39{max-width:300px}._label_a0jt8_42{font-size:12px;color:#ffffff80;margin-bottom:5px}._wrapper_a0jt8_8 h3{font-family:Manrope;font-weight:400;font-size:18px;color:#ffffff80}._settings_container_a0jt8_53{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_a0jt8_60{width:100%;background-color:#141414}@media (max-width: 600px){._wrapper_a0jt8_8 h2{font-size:18px;padding:24px 16px 12px}._form_a0jt8_14{flex-direction:column;padding:12px 8px;gap:12px;align-items:center}._form_group_a0jt8_20{width:100%}._profile_info_a0jt8_1{align-items:center;text-align:center}}@media (max-width: 400px){._wrapper_a0jt8_8 h2{font-size:15px;padding:12px 4px 8px}._form_a0jt8_14{padding:6px 2px}}._profile_notifications_1xw96_1{display:flex;flex-direction:column;background-color:#141414;color:#fff;padding-bottom:50px}._wrapper_1xw96_8 h2{font-family:Unbounded;font-weight:800;font-size:24px;padding:40px 0 20px}._form_1xw96_14{display:flex;flex-direction:column;padding:20px 0;gap:20px;height:37vh}._form_group_1xw96_22{display:flex;gap:10px}._form_group_1xw96_22 label{font-weight:400;font-size:16px}._stripe_1xw96_30{width:100%;height:1px;background-color:#ffffff1a;margin-bottom:20px}@media (min-height: 854px){._form_1xw96_14{height:50vh}}@media (min-height: 1060px){._form_1xw96_14{height:55vh}}@media (max-width: 600px){._wrapper_1xw96_8{display:flex;flex-direction:column;justify-content:center;align-items:center}._wrapper_1xw96_8 h2{font-size:18px;padding:24px 16px 12px}._form_1xw96_14{padding:12px 8px;gap:12px}}@media (max-width: 400px){._wrapper_1xw96_8 h2{font-size:15px;padding:12px 4px 8px}._form_1xw96_14{padding:6px 2px}}._settings_container_1xw96_71{max-width:1280px;margin:0 auto;width:100%;padding:0 16px;box-sizing:border-box}._main_container_1xw96_78{width:100%;background-color:#141414}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;border-radius:4px;position:relative;cursor:pointer;flex-shrink:0;margin-top:2px;transition:all .2s ease}input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff}input[type=checkbox]:checked:after{content:url(/icons/checkbox.svg);color:#fff;font-size:14px;font-weight:700;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}input[type=checkbox]:hover{border-color:#ffffff4d}._pageContainer_8rvx6_1{min-height:100vh;display:flex;flex-direction:column}._title_8rvx6_7{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-top:60px;margin-bottom:40px}._filters_8rvx6_17{display:flex;gap:16px;align-items:center;margin-bottom:30px}._searchWrapper_8rvx6_24{position:relative;display:inline-flex;align-items:center}._searchIcon_8rvx6_30{position:absolute;left:12px;z-index:1;pointer-events:none}._searchInput_8rvx6_37{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px 14px 40px;width:590px;height:48px;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_8rvx6_37::placeholder{font-weight:400;font-size:14px;line-height:140%;color:#141414}._filterSelect_8rvx6_57{border:1px solid rgba(25,94,230,.1);border-radius:8px;padding:14px 12px;width:219px;height:48px;font-size:16px;outline:none;background:#fff;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box;color:#141414}._filterSelect_8rvx6_57:disabled{opacity:.6;cursor:not-allowed}._errorMessage_8rvx6_77{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}@media (max-width: 1200px){._searchInput_8rvx6_37{width:400px}._filterSelect_8rvx6_57{width:180px}}@media (max-width: 768px){._title_8rvx6_7{font-size:28px;margin-top:40px;margin-bottom:30px}._filters_8rvx6_17{flex-direction:column;gap:16px;align-items:stretch}._searchWrapper_8rvx6_24{width:100%}._searchInput_8rvx6_37,._filterSelect_8rvx6_57{width:100%;font-size:16px}}@media (max-width: 480px){._title_8rvx6_7{font-size:24px;margin-top:30px;margin-bottom:20px}._searchInput_8rvx6_37,._filterSelect_8rvx6_57{height:44px;padding:12px;font-size:14px}._searchInput_8rvx6_37{padding-left:36px}._searchIcon_8rvx6_30{left:10px;width:14px;height:14px}}._cardContainer_8rvx6_152{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}._loadingMessage_8rvx6_159{text-align:center;padding:40px 20px;font-size:16px;color:#666}._noProjects_8rvx6_166{text-align:center;padding:40px 20px;font-size:16px;color:#999}._noResults_8rvx6_173{text-align:center;padding:40px 20px;font-size:16px;color:#666}._resultsCount_8rvx6_180{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}@media (max-width: 1200px){._cardContainer_8rvx6_152{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){._cardContainer_8rvx6_152{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:30px}}@media (max-width: 480px){._cardContainer_8rvx6_152{grid-template-columns:1fr;gap:16px}}._pageContainer_hw23v_1{min-height:100vh;display:flex;flex-direction:column}._tabsContainer_hw23v_8{margin-top:40px;margin-bottom:20px}._tabs_hw23v_8{display:flex;justify-content:center;gap:12px}._tab_hw23v_8{border-radius:8px;padding:10px 16px;width:74px;height:40px;border:none;cursor:pointer;font-weight:500;font-size:14px;color:#141414;background:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._tabActive_hw23v_36{background-color:#195ee6!important;color:#fff!important}._tab_hw23v_8:hover:not(._tabActive_hw23v_36){background-color:#f5f5f5}._searchWrapper_hw23v_46{margin:auto auto 30px;position:relative;width:100%;max-width:400px}._searchIcon_hw23v_54{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1;width:16px;height:16px}._searchInput_hw23v_64{width:100%;height:48px;border:1px solid #e0e0e0;border-radius:8px;padding:12px 12px 12px 40px;font-size:16px;outline:none;transition:border-color .2s ease;box-sizing:border-box}._searchInput_hw23v_64::placeholder{color:#999}._title_hw23v_80{font-family:Unbounded;font-weight:800;font-size:36px;color:#141414;text-align:center;margin-top:20px;margin-bottom:40px}._errorMessage_hw23v_90{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;text-align:center;font-size:14px}._specialistsContainer_hw23v_101{display:flex;flex-direction:column;gap:40px;margin-top:40px}._loadingMessage_hw23v_108{text-align:center;padding:40px 20px;font-size:16px;color:#666}._noSpecialists_hw23v_115{text-align:center;padding:40px 20px;font-size:16px;color:#999}._resultsCount_hw23v_122{margin-bottom:20px;font-size:14px;color:#666;font-weight:500}@media (max-width: 768px){._title_hw23v_80{font-size:28px;margin-top:15px;margin-bottom:30px}._tabsContainer_hw23v_8{margin-top:30px;margin-bottom:15px}._searchWrapper_hw23v_46{margin-bottom:20px}._searchInput_hw23v_64{height:44px;padding:12px;font-size:14px}._searchInput_hw23v_64{padding-left:36px}._searchIcon_hw23v_54{left:10px;width:14px;height:14px}._specialistsContainer_hw23v_101{gap:30px;margin-top:30px}}@media (max-width: 480px){._title_hw23v_80{font-size:24px;margin-top:10px;margin-bottom:20px}._tabsContainer_hw23v_8{margin-top:20px;margin-bottom:10px}._specialistsContainer_hw23v_101{gap:20px}}._specialist_wrapper_1qnes_1{display:flex;flex-direction:column;gap:30px}._specialist_wrapper__hero_1qnes_6{display:flex;flex-direction:row;align-items:center;justify-content:space-between}._hero__info_1qnes_12{display:flex;flex-direction:row;align-items:center;gap:12px}._hero__info_1qnes_12 img{width:64px;height:64px;border-radius:10px}._info__text_1qnes_24 h3{font-family:Manrope;font-weight:600;font-size:18px;line-height:24.59px;letter-spacing:0px;word-break:break-all}._name_wrapper_1qnes_33{display:flex;align-items:center;gap:8px}._subscription_1qnes_39{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:3px 6px;height:19px;display:flex;align-items:center;justify-content:center}._subscription_pro_1qnes_52{width:39px;background:#195ee6;text-transform:uppercase}._subscription_premium_1qnes_58{width:74px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._info__text_1qnes_24 img{width:16px;height:16px}._info__text_1qnes_24 p{display:flex;align-items:center;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._hero__btn_1qnes_84{display:flex;flex-direction:row;align-items:center;gap:10px}._hero__btn_1qnes_84 img{width:48px;height:48px}._feedback_1qnes_94{width:120px;height:48px;border:none;border-radius:8px;background-color:#195ee6;color:#fff;cursor:pointer;font-family:Manrope;font-weight:600;font-size:14px;line-height:19.12px;letter-spacing:0px}._photo_card_1qnes_111{width:243px;display:flex;flex-direction:column;align-items:start;gap:12px;transition:transform .2s ease}._photo_card_1qnes_111:hover{transform:scale(1.02)}._imageWrapper_1qnes_124 img{width:243px;border-radius:10px}._imageWrapper_1qnes_124{position:relative}._photo_card_1qnes_111 p{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._photo_wrapper_1qnes_140{display:flex;flex-direction:row;align-items:top;justify-content:flex-start;gap:40px;flex-wrap:wrap}._categories_1qnes_149{display:flex;flex-direction:row;align-items:center;gap:10px}._categories_1qnes_149 p{padding:10px 15px;background-color:#195ee60d;border-radius:24px;color:#195ee6;font-family:Manrope;font-weight:500;font-size:14px;line-height:16px;letter-spacing:0px}._category_1qnes_167{position:absolute;left:10px;bottom:20px;background:#14141459;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-family:Manrope;font-weight:500;z-index:2}._rating_wrapper_1qnes_181{display:flex;flex-direction:row;align-items:center;gap:40px}._group_1qnes_187{display:flex;gap:5px}._rating_wrapper_1qnes_181 p{display:flex;align-items:center;gap:5px;color:#14141480;font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_1qnes_181 h3{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px}._rating_wrapper_1qnes_181 a{font-family:Manrope;font-weight:500;font-size:16px;line-height:21.86px;letter-spacing:0px;color:#195ee6}._stripe_1qnes_218{margin:auto auto 30px;width:100%;height:1px;background-color:#195ee61a}@media (max-width: 768px){._photo_wrapper_1qnes_140{gap:30px;justify-content:center}._photo_card_1qnes_111,._imageWrapper_1qnes_124 img{width:280px}}@media (max-width: 560px){._specialist_wrapper_1qnes_1{gap:20px}._specialist_wrapper__hero_1qnes_6{align-items:center;gap:10px}._feedback_1qnes_94{width:100px}._hero__info_1qnes_12,._hero__btn_1qnes_84{gap:10px}._photo_wrapper_1qnes_140{flex-direction:column;align-items:center;gap:15px}._photo_card_1qnes_111,._imageWrapper_1qnes_124 img{width:100%}._categories_1qnes_149{flex-wrap:wrap;align-items:center;gap:8px}._categories_1qnes_149 p{width:80%;text-align:center;width:100px}._rating_wrapper_1qnes_181{flex-wrap:wrap;align-items:center;gap:8px}._info__text_1qnes_24 h3{font-size:16px}}@media (max-width: 480px){._photo_wrapper_1qnes_140{gap:10px}._photo_card_1qnes_111,._imageWrapper_1qnes_124 img{width:100%}}@media (max-width: 380px){._hero__info_1qnes_12 img{width:50px;height:auto}._hero__info_1qnes_12 p{font-size:12px}._info__text_1qnes_24 h3{font-size:14px;line-height:normal}._info__text_1qnes_24 img{width:15px}._feedback_1qnes_94{width:100px;height:40px;font-size:12px}._hero__btn_1qnes_84 img{width:40px;height:40px}}._background_mgm7d_1{z-index:1;height:650px;width:100%;background:radial-gradient(circle,#00000080,#0000 70%),linear-gradient(150deg,#141414 23%,#14141400),url(/images/profileBackground.png);background-repeat:no-repeat;background-size:cover}._user_info_mgm7d_13{color:#fff;display:flex;justify-content:space-between;margin-top:30px}._user_info__details_mgm7d_19{display:flex;gap:30px}._user_info_mgm7d_13 h1{font-family:Unbounded;font-weight:800;font-size:24px;line-height:100%}._name_wrapper_mgm7d_30{display:flex;align-items:center;gap:12px}._subscription_mgm7d_36{font-family:Unbounded;font-weight:700;font-size:12px;color:#fff;border-radius:4px;padding:4px 8px;height:24px;display:flex;align-items:center;justify-content:center}._subscription_pro_mgm7d_49{width:48px;background:#195ee6;text-transform:uppercase}._subscription_premium_mgm7d_55{width:88px;text-transform:uppercase;background:linear-gradient(135deg,#b5c1d9,#858afb 38%,#c472ff 65%,#d3bbe3)}._user_info_mgm7d_13 p{font-weight:400;font-size:16px;line-height:150%}._user_logo_mgm7d_72{display:flex;justify-content:center;margin-top:150px}._user_logo_mgm7d_72 img{width:150px;height:150px;border-radius:20px}._user_stats_mgm7d_82{margin-top:140px;display:flex;justify-content:space-between;align-items:center;color:#fff}._stats_mgm7d_89{display:flex;gap:20px}._inf_mgm7d_93{display:flex;gap:10px;width:75px}._inf_mgm7d_93 img{width:25px;height:25px}._inf_mgm7d_93 p{font-weight:400;font-size:16px}._settingsBtn_mgm7d_106{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 20px;background-color:#202020;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:none;border-radius:8px;font-size:14px;color:#fff}._settingsBtn_mgm7d_106:hover{background-color:#353535;transition:.3s ease-in-out}._settingsBtn_mgm7d_106 p{font-weight:600;font-size:14px}._btn_container_mgm7d_129{display:flex;flex-wrap:wrap;flex-direction:row;gap:20px;margin-top:70px;margin-bottom:20px}._btn_container_mgm7d_129 button{padding:15px 25px}._actionButtons_mgm7d_142{display:flex;gap:10px}._actionButtons_mgm7d_142 button{padding:15px 25px}@media (max-width: 1024px){._background_mgm7d_1{height:500px}._user_logo_mgm7d_72{margin-top:80px}._user_stats_mgm7d_82{margin-top:60px;gap:20px}._stats_mgm7d_89{justify-content:center}}@media (max-width: 768px){._background_mgm7d_1{height:400px;padding-bottom:30px}._user_info_mgm7d_13{flex-direction:column;align-items:flex-start;margin-top:20px;gap:10px}._user_info__details_mgm7d_19{gap:10px;font-size:14px}._user_logo_mgm7d_72{margin-top:40px}._user_logo_mgm7d_72 img{width:100px;height:100px}._user_stats_mgm7d_82{margin-top:70px;gap:16px}._stats_mgm7d_89{gap:10px}._inf_mgm7d_93{gap:6px}._inf_mgm7d_93 img{width:20px;height:20px}._settingsBtn_mgm7d_106{padding:8px 14px;font-size:12px}._btn_container_mgm7d_129 button{padding:10px 15px}}@media (max-width: 480px){._background_mgm7d_1{height:auto;padding-bottom:20px}._user_logo_mgm7d_72 img{width:70px;height:70px}._user_stats_mgm7d_82{margin-top:40px;flex-direction:column;align-items:start}._user_info_mgm7d_13 h1{font-size:18px}._user_info_mgm7d_13 p,._inf_mgm7d_93 p{font-size:12px}._settingsBtn_mgm7d_106{font-size:11px;padding:6px 10px}._actionButtons_mgm7d_142{width:100%}}._projectsContainer_1opse_1{max-width:1280px;margin:120px auto 0;width:100%;padding:0 16px;box-sizing:border-box}._card_wrapper_1opse_9{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 600px){._card_wrapper_1opse_9{justify-content:center}}._wrapper_1gw92_1{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;margin-top:120px}._line_1gw92_9{display:flex;align-items:center;gap:10px}._block_1gw92_14 h1{font-family:Unbounded;font-weight:800;font-size:20px;margin-bottom:20px}._line_city_1gw92_20{display:flex;justify-content:space-between}._line_city_1gw92_20 h4{font-family:Manrope;font-weight:400;font-size:16px;line-height:150%;color:#14141480}._line_wrapper_1gw92_31{display:flex;flex-direction:column;gap:10px}._block_wrapper_1gw92_36{min-width:250px;max-width:100%;width:auto;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._big_wrapper_1gw92_47{min-width:350px;max-width:100%;width:100%;flex:1 1 0;padding:40px;border:1px solid #195ee61a;box-shadow:0 1px 1px #1e3c720d;border-radius:20px;margin-bottom:30px;display:inline-block}._social_1gw92_59{display:flex;flex-direction:column;gap:10px;margin-top:15px}._social_1gw92_59 p{font-family:Manrope;font-weight:400;font-size:14px;line-height:150%;color:#14141480}._icons_1gw92_72{display:flex;align-items:center;gap:20px}._icons_1gw92_72 img{width:35px}@media (max-width: 900px){._wrapper_1gw92_1{flex-direction:column;gap:16px;align-items:stretch}._block_wrapper_1gw92_36,._big_wrapper_1gw92_47{width:100%;min-width:0;max-width:100%;padding:24px;margin-bottom:20px;box-sizing:border-box;display:block;flex:unset}}@media (max-width: 600px){._block_1gw92_14 h1{font-size:16px;margin-bottom:12px}._block_wrapper_1gw92_36,._big_wrapper_1gw92_47{padding:12px;border-radius:12px}._line_city_1gw92_20 h4,._social_1gw92_59 p{font-size:13px}._icons_1gw92_72 img{width:28px}}@media (max-width: 400px){._block_wrapper_1gw92_36,._big_wrapper_1gw92_47{padding:6px;border-radius:8px}._block_1gw92_14 h1{font-size:13px}}._wrapper_144qa_1{display:flex;flex-direction:column;margin-top:120px}._card_144qa_6{background:#181818;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:24px;min-width:320px;max-width:400px;width:100%;display:flex;flex-direction:column;gap:16px}._header_144qa_18{display:flex;align-items:center;gap:16px}._avatar_144qa_23{width:56px;height:56px;border-radius:50%;object-fit:cover}._name_144qa_29{font-size:18px;font-weight:700;color:#fff}._city_144qa_34{font-size:14px;color:#aaa}._projects_144qa_38{display:flex;flex-direction:column;gap:12px}._project_144qa_38{display:flex;align-items:center;gap:12px;background:#222;border-radius:8px;padding:8px 12px}._projectImg_144qa_51{width:48px;height:48px;border-radius:8px;object-fit:cover}._projectInfo_144qa_57{display:flex;flex-direction:column}._projectName_144qa_61{font-size:15px;color:#fff}._projectCategory_144qa_65{font-size:13px;color:#aaa}._footer_105sy_1{background-color:#141414;color:#fff;padding:20px 0;border-top:1px solid rgba(255,255,255,.05)}._footer_content_105sy_8{display:flex;justify-content:start;gap:60px;align-items:flex-start}._logo_block_105sy_14{width:360px;height:200px;display:flex;flex-direction:column;justify-content:space-between}._logo_block_105sy_14 img{width:155px;transition:opacity .2s ease;cursor:pointer}._logo_block_105sy_14 img:hover{opacity:.8}._info_block_105sy_30{display:flex;flex-direction:column;gap:16px;max-width:300px}._info_block_105sy_30 h2{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}._info_block_105sy_30 p{font-weight:500;font-size:14px;color:#fff;opacity:.5}._nav_block_105sy_48{display:flex;flex-direction:column;gap:16px}._nav_block_105sy_48 h2{font-family:Unbounded;font-weight:800;font-size:20px;color:#fff}._nav_block_105sy_48 p{font-weight:500;font-size:14px;color:#fff;opacity:.5;transition:opacity .2s ease}._nav_block_105sy_48 p:hover{opacity:.8}._wrapper_blocks_105sy_70{display:flex;gap:48px}@media (max-width: 1024px){._wrapper_blocks_105sy_70{gap:10px}}@media (max-width: 768px){._footer_content_105sy_8{flex-direction:column;gap:40px;align-items:flex-start}._logo_block_105sy_14{width:100%;height:auto;gap:20px}._wrapper_blocks_105sy_70{flex-direction:column;gap:40px;width:100%}._info_block_105sy_30,._nav_block_105sy_48{max-width:100%;width:100%;text-align:left}._info_block_105sy_30 h2,._nav_block_105sy_48 h2{font-size:18px}}@media (max-width: 480px){._footer_105sy_1{padding:16px 0}._footer_content_105sy_8,._wrapper_blocks_105sy_70{gap:30px}._info_block_105sy_30 h2,._nav_block_105sy_48 h2{font-size:16px}._info_block_105sy_30 p,._nav_block_105sy_48 p{font-size:13px}}*{margin:0;padding:0}body{background-color:#fff;font-family:Manrope,serif}body.no-scroll,html.no-scroll{overflow:hidden!important;height:100%!important}body.no-scroll{position:fixed!important;width:100%!important;left:0!important}
