:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border: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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AvatarGroup_avatar_group__CpE7c{margin-left:8px;display:flex;justify-content:flex-start;align-items:center}.AvatarGroup_avatar_group__CpE7c .AvatarGroup_group_img__Biy7S{background-color:#fff;box-shadow:0 0 0 2px #fff;position:relative;border-radius:50%}.AvatarGroup_avatar_group__CpE7c .AvatarGroup_group_img__Biy7S:first-child{z-index:4}.AvatarGroup_avatar_group__CpE7c .AvatarGroup_group_img__Biy7S:nth-child(2){z-index:3;left:-2px}.AvatarGroup_avatar_group__CpE7c .AvatarGroup_group_img__Biy7S:nth-child(3){z-index:2;left:-4px}.AvatarGroup_avatar_group__CpE7c .AvatarGroup_group_img__Biy7S:nth-child(4){z-index:1;left:-6px}.Input_lib_input_container__EXB5F{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Input_lib_input_container__EXB5F .Input_input_label__R5F6C{color:#000;font-size:13px;margin-bottom:6px}.Input_lib_input_container__EXB5F .Input_input_label__R5F6C .Input_required_dot__8cBqr{color:red}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW{width:100%;padding:4px 10px;border-radius:8px;transition:all .2s ease-in-out;background-color:#fff;border:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW.Input_is_active__0tWL8{border:1px solid rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW.Input_is_disabled__ZZPdo{background-color:#f9f9f9}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW:hover{border:1px solid rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input{background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input::placeholder{color:rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input:focus~.Input_front_icon__smT2_ *{fill:#000}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input:not(:placeholder-shown)~.Input_front_icon__smT2_ *{fill:#000}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_{transition:all .1s ease-in-out;width:18px;height:18px;margin-right:4px;order:-1}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ svg{height:18px}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ *{transition:all .1s ease-in-out;fill:rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_back_icon__CSfSw{cursor:pointer}.Input_lib_input_container__EXB5F.Input_is_error__mgWCj .Input_input_wrapper__4jGhW{border-color:#f89191}.Input_lib_input_container__EXB5F.Input_is_error__mgWCj .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ svg *{fill:#f89191}.Input_lib_input_container__EXB5F .Input_input_desc__fEFfX{font-size:12px;font-weight:400;color:#9aa6ac;margin-top:4px}.Delete_delete__HGTQL{padding:40px 24px;border-radius:24px;max-width:560px;width:86%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Delete_delete__HGTQL .Delete_close__e67w1{position:absolute;top:24px;right:30px;height:-moz-fit-content;height:fit-content;cursor:pointer}.Delete_delete__HGTQL .Delete_close__e67w1 *{fill:rgba(0,0,0,.56)}.Delete_delete__HGTQL .Delete_title__4N4OV{font-size:20px;font-weight:600}.Delete_delete__HGTQL .Delete_desc__oT28a{font-size:14px;font-weight:400;text-align:center;margin:12px 0 32px;color:rgba(0,0,0,.56)}.Delete_delete__HGTQL .Delete_buttons__GzsOk{display:flex;justify-content:center;align-items:center}.Delete_delete__HGTQL .Delete_buttons__GzsOk .Delete_cta__xIJ6M{margin-left:20px}.Edit_delete__yuIKP{padding:40px 24px;border-radius:24px;max-width:560px;width:86%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Edit_delete__yuIKP .Edit_close__CKeBm{position:absolute;top:24px;right:30px;height:-moz-fit-content;height:fit-content;cursor:pointer}.Edit_delete__yuIKP .Edit_close__CKeBm *{fill:rgba(0,0,0,.56)}.Edit_delete__yuIKP .Edit_title__vcz0r{font-size:20px;font-weight:600}.Edit_delete__yuIKP .Edit_desc__VCAG9{font-size:14px;font-weight:400;text-align:center;margin:12px 0 32px;color:rgba(0,0,0,.56)}.Edit_delete__yuIKP .Edit_buttons__Mb0Sx{margin-top:18px;display:flex;justify-content:center;align-items:center}.Edit_delete__yuIKP .Edit_buttons__Mb0Sx .Edit_cta__yvozt{margin-left:20px}.Popup_popup__jHl73{position:absolute;top:50%;transform:translateY(-52%) scaleX(0);left:-310px;border:1px solid rgba(0,0,0,.1);box-shadow:0 15px 39px rgba(0,0,0,.04);border-radius:8px;height:-moz-fit-content;height:fit-content;width:310px;padding:6px 0;z-index:6;transition:all .2s ease-in-out;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.Popup_popup__jHl73.Popup_isOpen__6agQz{transform:translateY(-52%) scaleX(1)}.Popup_popup__jHl73 .Popup_option__PXUxL{padding:12px 24px;width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out;display:flex;justify-content:flex-start;align-items:center}.Popup_popup__jHl73 .Popup_option__PXUxL:hover{background-color:#f3f3f3}.Popup_popup__jHl73 .Popup_option__PXUxL span{font-size:14px;font-weight:400;color:rgba(0,0,0,.6);margin-left:14px}.Popup_popup__jHl73 .Popup_option__PXUxL svg *{fill:rgba(0,0,0,.6)}.Popup_popup__jHl73 .Popup_divider__ZrCNb{width:100%;height:1px;background-color:#dde2e4}@media screen and (max-width:576px){.Popup_popup__jHl73{background-color:#fff;width:100%;position:fixed;top:unset;bottom:-1000px;left:0;transition:all .3s ease-in-out;padding:26px 0;border-radius:24px 24px 0 0;z-index:9;transform:none}.Popup_popup__jHl73,.Popup_popup__jHl73.Popup_isOpen__6agQz{display:flex;flex-direction:column;justify-content:center;align-items:center}.Popup_popup__jHl73.Popup_isOpen__6agQz{bottom:0;transform:none!important}.Popup_comment_popup_backdrop__oJPK_{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:8;background-color:rgba(0,0,0,.302)}}.Controls_controls__BmEXG{position:relative}.Controls_controls__BmEXG .Controls_opts__GIIMD{padding:4px 6px;cursor:pointer;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;position:relative;right:-8px}.Controls_controls__BmEXG .Controls_opts__GIIMD *{fill:rgba(0,0,0,.6)}.Controls_controls__BmEXG .Controls_opts__GIIMD.Controls_active__1w_IP{border:1px solid #000}.Controls_controls__BmEXG .Controls_opts__GIIMD.Controls_active__1w_IP *{fill:#000}.Comment_comment__DO0NY{width:100%;margin-top:12px;padding:0 20px;display:flex;justify-content:flex-start;align-items:center;align-items:flex-start}.Comment_comment__DO0NY .Comment_content__cmSJe{font-size:12px;color:rgba(0,0,0,.65);margin-left:12px;flex:1 1}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_comment_top__howbg{display:flex;justify-content:flex-start;align-items:center}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_comment_top__howbg .Comment_user_name__JmDXE{font-weight:600;color:#000;margin-right:8px;font-size:13px}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_comment_top__howbg .Comment_timestamp__TP_wZ{opacity:.8}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_comment_text__Ih7Jd{margin-top:4px;white-space:pre-line}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU{margin:4px 0 8px;display:flex;justify-content:flex-start;align-items:center}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU .Comment_item__EozdQ{margin-right:18px}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU .Comment_item__EozdQ svg{opacity:.6;width:14px;margin:0 4px 0 0;position:relative}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU .Comment_item__EozdQ.Comment_cpt__t3ot4{cursor:pointer}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU .Comment_item__EozdQ.Comment_voted__7lUM0{color:#ff671d}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_actions__fkYQU .Comment_item__EozdQ.Comment_voted__7lUM0 svg *{fill:#ff671d}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_reply_group__bJetw{cursor:pointer;display:flex;justify-content:flex-start;align-items:center;color:#000;font-weight:600}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_hide_replies__qipcM{cursor:pointer;color:#000;font-weight:600}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd{margin-top:8px;display:flex;justify-content:center;align-items:center}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd .Comment_user_avatar__KOQXw{margin-right:12px}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd .Comment_reply_input__a8xaZ{flex:1 1}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd .Comment_send_icon__096FG{padding:0 0 0 16px;cursor:pointer;height:16px}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd .Comment_send_icon__096FG *{transition:all .1s ease-in-out;fill:#666767}.Comment_comment__DO0NY .Comment_content__cmSJe .Comment_post_reply__YXwsd .Comment_send_icon__096FG.Comment_is_filled__aJw_s *{fill:#ff671d}@media screen and (min-width:576px){.Comment_comment__DO0NY{margin-top:20px}.Comment_comment__DO0NY .Comment_content__cmSJe{font-size:13px}}.Reply_reply__TCDWV{margin-top:10px!important;padding:0!important}.Reply_reply__TCDWV .Reply_reply_content__AMAgD{margin-left:0}.Reply_reply__TCDWV .Reply_reply_content__AMAgD .Reply_avatar__l_y9F{margin-right:10px}@media screen and (min-width:576px){.Reply_reply__TCDWV{margin-top:12px!important}}.UserInput_post_comment__UnxxX{margin:12px 0;padding:0 20px;display:flex;justify-content:center;align-items:center}.UserInput_post_comment__UnxxX .UserInput_user_avatar__wHxIt{margin-right:12px;min-width:40px}.UserInput_post_comment__UnxxX .UserInput_comment_input_wrapper___CKsO{width:100%;padding:4px 10px;border-radius:8px;transition:all .2s ease-in-out;background-color:#fff;border:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.UserInput_post_comment__UnxxX .UserInput_comment_input_wrapper___CKsO:hover{border:1px solid rgba(0,0,0,.3)}.UserInput_post_comment__UnxxX .UserInput_comment_input_wrapper___CKsO .UserInput_comment_input__P5Vvl{flex:1 1;min-height:34px;max-height:120px;resize:vertical;max-width:100%;white-space:normal;overflow-y:auto;background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.UserInput_post_comment__UnxxX .UserInput_comment_input_wrapper___CKsO .UserInput_comment_input__P5Vvl::placeholder{color:rgba(0,0,0,.3)}.UserInput_post_comment__UnxxX .UserInput_send_icon__vJTLQ{padding:0 0 0 16px;cursor:pointer;height:16px}.UserInput_post_comment__UnxxX .UserInput_send_icon__vJTLQ *{transition:all .1s ease-in-out;fill:#666767}.UserInput_post_comment__UnxxX .UserInput_send_icon__vJTLQ.UserInput_is_filled__iSjQa *{fill:#ff671d}.CommunityComments_comments__wHi1g{width:100%;transition:all .3s ease-in-out;transform-origin:50% 0;display:none;border-radius:8px;background-color:#fafbfb}.CommunityComments_comments__wHi1g.CommunityComments_isOpen__hwHRs{display:block}.CommunityComments_comments__wHi1g .CommunityComments_count__Qtqmj{font-size:14px;font-weight:600}.CommunityComments_comments__wHi1g .CommunityComments_divider__Qld_a{width:100%;height:1px;background-color:#dde2e4;margin:16px 0}.CommunityComments_comments__wHi1g .CommunityComments_comm_divider__cnTK5{width:100%;height:1px;background-color:#dde2e4;margin-top:12px}.CommunityComments_comments__wHi1g .CommunityComments_top_divider__HRNDO{margin-top:0}.CommunityComments_comments__wHi1g.CommunityComments_is_desktop__jPpbC{padding:0}.CommunityComments_comments__wHi1g.CommunityComments_is_desktop__jPpbC .CommunityComments_divider__Qld_a{margin-top:0}.CommunityComments_comments__wHi1g .CommunityComments_more_cta__eqc7I{width:-moz-fit-content!important;width:fit-content!important;margin:20px auto;padding:10px 18px!important;font-weight:500;background:rgba(0,0,0,.09)!important;font-size:14px!important;color:rgba(0,0,0,.6)!important}@media screen and (min-width:576px){.CommunityComments_comments__wHi1g{overflow:visible}}.EmojiPicker_emoji_picker__EC_xh{position:absolute;left:0;top:-260px}.EmojiPicker_emoji_picker__EC_xh aside{height:240px!important}.TextArea_text_area__h_wNl{width:100%;padding:8px 15px 40px;border-radius:8px;margin-top:24px;position:relative;transition:all .2s ease-in-out;border:1px solid rgba(0,0,0,.1)}.TextArea_text_area__h_wNl.TextArea_is_active__hNXmF,.TextArea_text_area__h_wNl:hover{border:1px solid rgba(0,0,0,.3)}.TextArea_text_area__h_wNl textarea{border:none;outline:none;resize:none;width:100%;height:180px;font-size:12px;font-weight:400;font-family:Poppins,sans-serif}.TextArea_text_area__h_wNl textarea::placeholder{font-size:13px;color:rgba(0,0,0,.3)}.TextArea_text_area__h_wNl .TextArea_actions__wrHII{height:30px;position:absolute;bottom:10px;left:20px;display:flex;justify-content:center;align-items:center}.TextArea_text_area__h_wNl .TextArea_actions__wrHII .TextArea_action_wrap__LoSu_{padding:5px;cursor:pointer;margin-right:15px}.TextArea_text_area__h_wNl .TextArea_actions__wrHII .TextArea_action_wrap__LoSu_ *{fill:rgba(0,0,0,.56)}.TextArea_text_area__h_wNl .TextArea_char_count__x0xRX{font-size:14px;font-weight:400;position:absolute;bottom:10px;right:20px;color:rgba(0,0,0,.56)}.TextArea_text_area__h_wNl .TextArea_char_count__x0xRX.TextArea_no_actions__CUPyB{right:unset;left:20px}.TextArea_action_images__QmYnt{display:flex;justify-content:center;align-items:center}.TextArea_action_images__QmYnt.TextArea_isMobile__B2XdD{display:flex;justify-content:flex-start;align-items:center;margin-top:12px}.TextArea_action_images__QmYnt img{border-radius:8px;overflow:hidden}.TextArea_action_images__QmYnt .TextArea_action_images_item__l8MeT{position:relative;margin-right:10px}.TextArea_action_images__QmYnt .TextArea_action_images_item__l8MeT .TextArea_icon__SYqw_ svg{width:30px}.TextArea_action_images__QmYnt .TextArea_action_images_dismiss__lDQSk{cursor:pointer;position:absolute;top:-10px;right:-5px}.TextArea_action_images__QmYnt .TextArea_action_images_dismiss__lDQSk svg{transform:scale(.8)}.TextArea_action_images__QmYnt .TextArea_action_images_dismiss__lDQSk svg *{fill:#eb2f2f}.CommunityUploadPost_community_upload_post__5ycvf{background-color:#fff;width:100%;position:fixed;bottom:-900px;max-height:86vh;overflow-y:auto;left:0;transition:all .5s ease-in-out;padding:32px 24px 104px;border-radius:24px 24px 0 0;z-index:5;scrollbar-width:none}.CommunityUploadPost_community_upload_post__5ycvf::-webkit-scrollbar{display:none}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_top__IP_KW{display:flex;justify-content:space-between;align-items:center}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_top__IP_KW .CommunityUploadPost_title__lVyTn{font-size:24px;font-weight:600;margin-bottom:12px}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_top__IP_KW .CommunityUploadPost_close_icon__ldEzc{cursor:pointer}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_top__IP_KW .CommunityUploadPost_close_icon__ldEzc *{fill:rgba(0,0,0,.56)}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags_title___5Fq5{font-size:14px;font-weight:400;margin-bottom:10px}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI{display:flex;justify-content:flex-start;align-items:center;margin-bottom:10px;flex-wrap:wrap}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI .CommunityUploadPost_channel__aAPzC{background-color:#f3f3f3;color:rgba(0,0,0,.56);padding:10px 16px;font-size:13px;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;border-radius:26px;margin:0 10px 10px 0;transition:all .2s ease-in-out;width:auto}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI .CommunityUploadPost_channel__aAPzC:hover{background-color:#dfdfdf}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI .CommunityUploadPost_channel__aAPzC.CommunityUploadPost_is_active__B6OFT{background-color:#ff671d;color:#fff}@media screen and (max-width:576px){.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI{flex-wrap:nowrap;overflow-x:scroll}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_tags__vgoTI .CommunityUploadPost_channel__aAPzC{white-space:nowrap}}.CommunityUploadPost_community_upload_post__5ycvf.CommunityUploadPost_is_open__r83b_{bottom:0}.CommunityUploadPost_community_upload_post__5ycvf .CommunityUploadPost_main_cta__gmpHD{margin-top:24px}@media screen and (min-width:576px){.CommunityUploadPost_community_upload_post__5ycvf{bottom:unset;top:50%;left:50%;height:-moz-fit-content;height:fit-content;max-height:90vh;width:800px;max-width:90%;padding:16px 24px 32px;transform-origin:0 0;transform:scale(0) translate(-50%,-50%);border-radius:24px;box-shadow:0 0 1px rgba(26,32,36,.32),0 40px 64px rgba(91,104,113,.24)}.CommunityUploadPost_community_upload_post__5ycvf.CommunityUploadPost_is_open__r83b_{transform:scale(1) translate(-50%,-50%)}}.Delete_delete__ilOHd{padding:40px 24px;border-radius:24px;max-width:560px;width:86%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Delete_delete__ilOHd .Delete_close__K6eKH{position:absolute;top:24px;right:30px;height:-moz-fit-content;height:fit-content;cursor:pointer}.Delete_delete__ilOHd .Delete_close__K6eKH *{fill:rgba(0,0,0,.56)}.Delete_delete__ilOHd .Delete_title__RFozX{font-size:20px;font-weight:600}.Delete_delete__ilOHd .Delete_desc__rFkKp{font-size:14px;font-weight:400;text-align:center;margin:12px 0 32px;color:rgba(0,0,0,.56)}.Delete_delete__ilOHd .Delete_buttons__SM_ID{display:flex;justify-content:center;align-items:center}.Delete_delete__ilOHd .Delete_buttons__SM_ID .Delete_cta__Q7UwJ{margin-left:20px}.Emotes_emotes__ROQCd{position:absolute;top:-80px;left:50%;transform:translateX(-50%);box-shadow:0 0 1px rgba(26,32,36,.32),0 4px 12px rgba(91,104,113,.24);border-radius:8px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;display:none;padding:16px;background:#fff;z-index:10}.Emotes_emotes__ROQCd span{margin:0 7px;font-size:18px;transition:all .2s ease-in-out}.Emotes_emotes__ROQCd span:hover{transform:scale(1.25)}.Emotes_emotes__ROQCd.Emotes_isOpen__t8cdk{display:flex;justify-content:center;align-items:center}.MediaViewer_media_viewer__7IWp3{width:750px;max-width:95%;height:500px;padding:12px;border-radius:16px}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_left__0oyWW{position:absolute;top:50%;left:6px;transform:translateY(-50%);cursor:pointer;width:38px;height:38px;border-radius:50%;background:#f3f3f3;transition:all .2s ease-in-out;display:flex;justify-content:center;align-items:center}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_left__0oyWW:hover{background:#ebe8e8}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_left__0oyWW svg{transform:scale(1.1)}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_right__P6Zco{position:absolute;top:50%;right:6px;transform:translateY(-50%);cursor:pointer;width:38px;height:38px;border-radius:50%;background:#f3f3f3;transition:all .2s ease-in-out;display:flex;justify-content:center;align-items:center}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_right__P6Zco:hover{background:#ebe8e8}.MediaViewer_media_viewer__7IWp3 .MediaViewer_crtl_right__P6Zco svg{transform:scale(1.1)}.MediaViewer_media_viewer__7IWp3 .MediaViewer_media_wrapper__UuERF{width:80%;height:88%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;scrollbar-width:none}.MediaViewer_media_viewer__7IWp3 .MediaViewer_media_wrapper__UuERF::-webkit-scrollbar{display:none}.MediaViewer_media_viewer__7IWp3 .MediaViewer_media_wrapper__UuERF video{width:100%}@media screen and (max-width:576px){.MediaViewer_media_viewer__7IWp3{height:400px}.MediaViewer_media_viewer__7IWp3 .MediaViewer_media_wrapper__UuERF{width:70%}}.Shares_shares_modal__Lb4qR{width:550px;max-width:95%;height:-moz-fit-content;height:fit-content;padding:24px;border-radius:16px}.Shares_shares_modal__Lb4qR .Shares_top__5_2IC{display:flex;justify-content:space-between;align-items:center}.Shares_shares_modal__Lb4qR .Shares_top__5_2IC .Shares_title__ccvyJ{font-size:24px;font-weight:600}.Shares_shares_modal__Lb4qR .Shares_top__5_2IC .Shares_close__grPGA{cursor:pointer}.Shares_shares_modal__Lb4qR .Shares_desc__OO5YM{text-align:center;opacity:.6;margin:24px 0}.Shares_shares_modal__Lb4qR .Shares_list__8s_Sr{display:flex;justify-content:center;align-items:center;margin:32px 0}.Shares_shares_modal__Lb4qR .Shares_list__8s_Sr .Shares_icon__3Rogj{margin:0 7px;font-size:18px;transition:all .2s ease-in-out;display:flex}.Shares_shares_modal__Lb4qR .Shares_divider__hwAxm{width:100%;height:1px;background-color:#c4c4c4;margin:24px 0}.Shares_shares_modal__Lb4qR .Shares_copy_box__ASV9x{margin:12px 0;padding:6px 12px 6px 6px;border:1px solid #dde2e4;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;display:flex;justify-content:space-between;align-items:center}.Shares_shares_modal__Lb4qR .Shares_copy_box__ASV9x:hover{border:1px solid #c4c4c4}.Shares_shares_modal__Lb4qR .Shares_copy_box__ASV9x input{flex:1 1;cursor:pointer;background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Block_delete__pe1F8{padding:40px 24px;border-radius:24px;max-width:560px;width:86%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Block_delete__pe1F8 .Block_close__ITAHJ{position:absolute;top:24px;right:30px;height:-moz-fit-content;height:fit-content;cursor:pointer}.Block_delete__pe1F8 .Block_close__ITAHJ *{fill:rgba(0,0,0,.56)}.Block_delete__pe1F8 .Block_title__HnWHt{font-size:20px;font-weight:600}.Block_delete__pe1F8 .Block_desc__SxkOJ{font-size:14px;font-weight:400;text-align:center;margin:12px 0 32px;color:rgba(0,0,0,.56)}.Block_delete__pe1F8 .Block_buttons__iP91x{display:flex;justify-content:center;align-items:center}.Block_delete__pe1F8 .Block_buttons__iP91x .Block_cta__i_Bi9{margin-left:20px}@keyframes CommunityPost_spin__xnwEl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes CommunityPost_fade-in__bSsAB{0%{opacity:0}to{opacity:1}}@keyframes CommunityPost_fade-out__XkGnn{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes CommunityPost_fade-in-up__05WOJ{0%{opacity:0;transform:translateY(2em);visibility:hidden}to{opacity:1;transform:none;visibility:visible}}@keyframes CommunityPost_pop-in__3o_Tr{0%{opacity:0;transform:scale(0)}1%{opacity:1}to{opacity:1;transform:none}}@keyframes CommunityPost_pop-out__n33vd{0%{opacity:1;transform:none}99%{opacity:0}to{opacity:0;transform:scale(0)}}@keyframes CommunityPost_slide-in__ev2Hq{0%{transform:translateY(100%)}to{transform:none}}@keyframes CommunityPost_slide-out__x1FVI{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes CommunityPost_slide-sideways-r-in__GwFWS{0%{transform:translateX(1%)}to{transform:none}}@keyframes CommunityPost_slide-sideways-r-out__NUh_U{0%{transform:translateX(0)}to{transform:translateX(1%)}}@keyframes CommunityPost_slide-sideways-l-in__mlVPG{0%{transform:translateY(5%)}to{transform:none}}@keyframes CommunityPost_slide-sideways-l-out__UBfqV{0%{transform:translateX(0)}to{transform:translateX(-1%)}}.CommunityPost_community_post__nGRUq{width:100%;height:-moz-fit-content;height:fit-content;padding-top:20px;transition:all .2s ease-in-out;animation:CommunityPost_fade-in__bSsAB .3s ease-in-out normal;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_big_title__5R6yg{font-size:20px;font-weight:600;margin-bottom:10px;align-self:flex-start;padding:0 20px}.CommunityPost_community_post__nGRUq .CommunityPost_pinned__LWfcc{align-self:flex-start;margin:0 10px 20px 20px;display:flex;justify-content:flex-start;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_pinned__LWfcc span{font-size:14px;font-weight:400;margin-left:12px;color:#ff671d}.CommunityPost_community_post__nGRUq.CommunityPost_is_pinned__UOMg6{background-color:#fff7f0}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc{width:100%;margin-bottom:16px;padding:0 20px;display:flex;justify-content:flex-start;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_post_avatar__yBeAR{cursor:pointer}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_name__EwE3K{margin-left:12px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_name__EwE3K .CommunityPost_user_name__Bk4_U{font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:flex-start;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_name__EwE3K .CommunityPost_badge__FtlBD{margin-left:5px}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_name__EwE3K .CommunityPost_timestamp__r_3vo{font-size:12px;font-weight:400;color:rgba(0,0,0,.6);cursor:pointer}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_channel__91BxB{font-size:12px;font-weight:400;padding:5px 12px;border-radius:16px;margin-left:6px}.CommunityPost_community_post__nGRUq .CommunityPost_top__9Qqtc .CommunityPost_flex_grow__uIeTn{flex-grow:1}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt{width:100%;padding:0 20px}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_title__qVtSp{font-size:14px;font-weight:600;margin-bottom:4px}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_desc__zK6mo{font-size:12px;font-weight:400;opacity:.67;white-space:pre-line;overflow:hidden}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_desc__zK6mo a{text-decoration:underline;color:blue}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX{margin-top:8px;cursor:pointer;height:-moz-fit-content;height:fit-content;display:flex;justify-content:flex-start;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_img_wrap__AR03n{margin-right:6px;height:-moz-fit-content;height:fit-content}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_file_img__GrYhE{border-radius:6px}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_file_video__5KBhs{width:70px;height:70px;border-radius:6px;margin-right:6px;background-color:#000;display:flex;justify-content:center;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_file_video__5KBhs svg{width:16px;height:16px}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_file_icon__0onsv{margin-right:6px;cursor:pointer;display:flex;justify-content:center;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_files_upload__GAZgX .CommunityPost_file_icon__0onsv svg{width:60px}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_{width:100%;padding:20px;margin-top:16px;position:relative;border-top:1px solid #dde2e4;display:flex;justify-content:space-between;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB{display:flex;justify-content:center;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K{cursor:pointer;display:flex;justify-content:center;align-items:center;color:rgba(0,0,0,.6);font-size:14px}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K span{transition:all .2s ease-in-out}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K svg{margin-right:6px}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K svg *{fill:rgba(0,0,0,.6);transition:all .2s ease-in-out}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K:hover{color:rgba(0,0,0,.8)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_right_sect__OTXzB .CommunityPost_right_cta__dxL3K:hover svg *{fill:rgba(0,0,0,.8)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc{display:flex;justify-content:center;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ{margin-right:20px;cursor:pointer;position:relative;margin-left:10px;display:flex;justify-content:center;align-items:center}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ .CommunityPost_reaction_span__pzHgq{margin:0 4px}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ .CommunityPost_txt__7bA7u{color:rgba(0,0,0,.6);font-size:14px;margin-left:10px;transition:all .2s ease-in-out}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ .CommunityPost_txt__7bA7u.CommunityPost_user_active__pS9M1{color:#ff671d;font-weight:500}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ>svg *{fill:rgba(0,0,0,.6);transition:all .2s ease-in-out}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ.CommunityPost_isVoted__o4rU_ .CommunityPost_txt__7bA7u{color:#ff671d;font-weight:500}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ.CommunityPost_isVoted__o4rU_>svg *{fill:#ff671d}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ:hover:not(.CommunityPost_isVoted__o4rU_) .CommunityPost_txt__7bA7u:not(.CommunityPost_user_active__pS9M1){color:rgba(0,0,0,.8)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_left_sect__59vnc .CommunityPost_left_cta__4ityQ:hover:not(.CommunityPost_isVoted__o4rU_)>svg *{fill:rgba(0,0,0,.8)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_opts__Ryh1I{padding:4px 6px;cursor:pointer;border-radius:50%;width:30px;height:30px;transition:all .2s ease-in-out;border:1px solid transparent;display:flex;justify-content:center;align-items:center;position:relative;right:-8px}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_opts__Ryh1I *{transition:all .2s ease-in-out;fill:rgba(0,0,0,.6)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_opts__Ryh1I:hover *{fill:rgba(0,0,0,.9)}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_opts__Ryh1I.CommunityPost_active__AD_86{border:1px solid #000}.CommunityPost_community_post__nGRUq .CommunityPost_bottom__Ypcz_ .CommunityPost_opts__Ryh1I.CommunityPost_active__AD_86 *{fill:#000}@media screen and (min-width:576px){.CommunityPost_community_post__nGRUq{background:#fff;border:1px solid #dde2e4;border-radius:8px;margin-bottom:20px}.CommunityPost_community_post__nGRUq .CommunityPost_pinned__LWfcc{margin:0 10px 0 0;position:relative;top:10px}.CommunityPost_community_post__nGRUq .CommunityPost_mid__PfSNt .CommunityPost_title__qVtSp{cursor:pointer;font-size:18px;width:-moz-fit-content;width:fit-content}}.CommunityPost_community_post__nGRUq.CommunityPost_is_view__o0847{border:none;border-radius:8px;margin-bottom:0}.CommunityPost_community_post__nGRUq .CommunityPost_backdrop__gqQbF{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:6;background-color:rgba(0,0,0,.302)}.CommunityViewPost_view_post__bVvqv{width:100%;height:100%;position:fixed;transition:all .3s ease-in-out;top:0;left:100%;z-index:5;background-color:#fff;display:flex;flex-direction:column;overflow-y:scroll;scrollbar-width:none}.CommunityViewPost_view_post__bVvqv::-webkit-scrollbar{display:none}.CommunityViewPost_view_post__bVvqv.CommunityViewPost_is_open__3OchR{left:0}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_back_fixed__X3a5a{position:fixed;top:18px;left:330px;z-index:220;cursor:pointer;opacity:.6;transition:all .1s ease-in-out;animation:CommunityViewPost_fade-in__pVCFV .3s ease-in-out normal}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_back_fixed__X3a5a:hover{opacity:.9}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_back_fixed__X3a5a svg{transform:scale(1.2);margin-right:16px}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_top__1BcCB{width:100%;padding:32px 24px 0;display:flex;justify-content:space-between;align-items:center}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_top__1BcCB .CommunityViewPost_icon__Ycd2e{padding:4px;cursor:pointer}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_top__1BcCB .CommunityViewPost_icon__Ycd2e *{fill:rgba(0,0,0,.65)}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_divider__ul_kA{padding:0 24px;width:calc(100% - 48px);height:1px;margin:16px auto 0;background-color:#dde2e4}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_s_divider__wBgb8{margin:0 0 0 20px;width:calc(100% - 40px);height:1px;background-color:#dde2e4;opacity:1}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_backdrop__qXYG7{width:100%;height:100vh;position:fixed;z-index:4;top:0;left:0;background-color:rgba(0,0,0,.302)}@media screen and (min-width:576px){.CommunityViewPost_view_post__bVvqv{position:relative;height:100%;overflow-y:unset;background-color:#f6f7f7;padding:20px}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_inner_post__t652q{background:#fff;border:1px solid #dde2e4;border-radius:8px;height:-moz-fit-content;height:fit-content}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_top__1BcCB{padding-bottom:0}.CommunityViewPost_view_post__bVvqv .CommunityViewPost_divider__ul_kA{display:none}}.Skeleton_skeleton_wrap__EGIA4{width:100%;height:207px}@media screen and (min-width:576px){.Skeleton_skeleton_wrap__EGIA4{background:#fff;border:1px solid #dde2e4;border-radius:8px;margin-bottom:20px}}.CommunityDiscussion_community_discussion__rY_eX .CommunityDiscussion_add_post_fab__sEsNv{position:fixed;bottom:106px;right:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;background-color:#ff671d;display:flex;justify-content:center;align-items:center}.CommunityDiscussion_community_discussion__rY_eX .CommunityDiscussion_backdrop__peQKf{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.302)}.CommunityDiscussion_community_discussion__rY_eX .CommunityDiscussion_more_cta__gP30h{width:-moz-fit-content!important;width:fit-content!important;margin:14px auto 0;padding:10px 24px!important;font-weight:500;font-size:14px!important}.CommunityDiscussion_community_discussion__rY_eX .CommunityDiscussion_more_cta__gP30h svg *{fill:#fff}@media screen and (min-width:576px){.CommunityDiscussion_community_discussion__rY_eX{padding:0 20px 60px;background-color:#f6f7f7}.CommunityDiscussion_community_discussion__rY_eX .CommunityDiscussion_add_post_fab__sEsNv{display:none}}.CommunityHeader_community_header__vc41o{padding:20px}.CommunityHeader_community_header__vc41o .CommunityHeader_top__h4ZAS{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.CommunityHeader_community_header__vc41o .CommunityHeader_top__h4ZAS .CommunityHeader_title__mD9qb{font-size:20px;font-weight:600}.CommunityHeader_community_header__vc41o .CommunityHeader_top__h4ZAS svg{cursor:pointer}.CommunityHeader_community_header__vc41o .CommunityHeader_mid__KYcdw{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #dde2e4}.CommunityHeader_community_header__vc41o .CommunityHeader_mid__KYcdw .CommunityHeader_tab__QuyLv{margin-right:16px;font-size:14px;cursor:pointer}.CommunityHeader_community_header__vc41o .CommunityHeader_mid__KYcdw .CommunityHeader_tab__QuyLv div{padding:8px 0}.CommunityHeader_community_header__vc41o .CommunityHeader_mid__KYcdw .CommunityHeader_tab__QuyLv.CommunityHeader_is_active__VIQD8{font-weight:600;border-bottom:2px solid #ff671d;color:#ff671d}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS{margin-top:18px;overflow:scroll hidden;scrollbar-width:none;display:flex;justify-content:flex-start;align-items:center}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS::-webkit-scrollbar{display:none}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS .CommunityHeader_sect__e96zt{width:-moz-fit-content;width:fit-content;margin-right:26px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS .CommunityHeader_sect__e96zt .CommunityHeader_circle__pH13U{border-radius:50%;width:56px;height:56px;background-color:#7fffd4;margin-bottom:4px;display:flex;justify-content:center;align-items:center}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS .CommunityHeader_sect__e96zt .CommunityHeader_circle__pH13U svg{width:34px;height:34px}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS .CommunityHeader_sect__e96zt .CommunityHeader_txt__1utI9{font-size:13px;font-weight:600;color:rgba(0,0,0,.56);white-space:nowrap}.CommunityHeader_community_header__vc41o .CommunityHeader_bottom__Q_ulS .CommunityHeader_sect__e96zt:last-child{margin-right:0!important;min-width:110px}.Announcement_announcement__iVv7L{width:100%;border-radius:6px;background:rgba(255,103,29,.05);border:1px solid #ff671d;transition:all .3s ease-in-out;transform:scale(0);height:0;display:flex;justify-content:space-between;align-items:center;align-items:flex-start;justify-content:flex-start}.Announcement_announcement__iVv7L.Announcement_isOpen__ZIxex{transform:scale(1);padding:20px;margin-bottom:16px;height:-moz-fit-content;height:fit-content;margin-top:20px}.Announcement_announcement__iVv7L .Announcement_quote_icon__mOJDT{height:20px;width:20px;height:auto;margin-right:20px}.Announcement_announcement__iVv7L .Announcement_text__D8J_0{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Announcement_announcement__iVv7L .Announcement_text__D8J_0 .Announcement_desc__DujFn{color:#ff671d;font-size:14px;font-weight:600}.Announcement_announcement__iVv7L .Announcement_text__D8J_0 .Announcement_title__iB1sv{font-size:12px;font-weight:400;margin-top:6px;color:rgba(255,103,29,.57)}.Announcement_announcement__iVv7L .Announcement_cta__oUTYA{margin-left:20px}.SearchResults_search_results__47rQh{width:100%;padding:4px 10px;background-color:#fff;border-radius:0 0 8px 8px;border:1px solid rgba(0,0,0,.1);position:absolute;top:100%;left:0;z-index:3}.SearchResults_search_results__47rQh .SearchResults_search_res__Fh9vT{padding:4px;border-radius:16px;width:100%;cursor:pointer;margin:6px 0;display:flex;justify-content:flex-start;align-items:center}.SearchResults_search_results__47rQh .SearchResults_search_res__Fh9vT:hover{background-color:#f3f3f3}.SearchResults_search_results__47rQh .SearchResults_search_res__Fh9vT .SearchResults_channel_chip___1RGM{font-size:12px;font-weight:400;padding:3px 8px;border-radius:16px;margin-right:10px}.SearchResults_search_results__47rQh .SearchResults_search_res__Fh9vT .SearchResults_text__3PurQ{font-size:12px;font-weight:400}.SearchResults_search_results__47rQh .SearchResults_search_res__Fh9vT .SearchResults_text__3PurQ.SearchResults_no_cat__iPsTC{margin-left:69px}.SearchResults_search_results__47rQh .SearchResults_empty__RHed4{font-size:14px;font-weight:400;text-align:center;margin:8px 0}.CommunityHeader_community_header__PPfVb{padding:20px;background-color:#f6f7f7}.CommunityHeader_community_header__PPfVb .CommunityHeader_tabs__ijtdT{margin-bottom:24px;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #dde2e4}.CommunityHeader_community_header__PPfVb .CommunityHeader_tabs__ijtdT .CommunityHeader_tab__sSsuS{margin-right:16px;font-size:14px;cursor:pointer}.CommunityHeader_community_header__PPfVb .CommunityHeader_tabs__ijtdT .CommunityHeader_tab__sSsuS div{padding:8px 0}.CommunityHeader_community_header__PPfVb .CommunityHeader_tabs__ijtdT .CommunityHeader_tab__sSsuS.CommunityHeader_is_active__CdpmG{font-weight:600;border-bottom:2px solid #ff671d;color:#ff671d}.CommunityHeader_community_header__PPfVb .CommunityHeader_write_smth__IPQHE{background:#fff;border:1px solid #dde2e4;border-radius:8px;margin-bottom:20px;padding:16px 14px 32px;transition:all .2s ease-in-out;cursor:pointer}.CommunityHeader_community_header__PPfVb .CommunityHeader_write_smth__IPQHE:hover{background-color:#fcfcfc;border:1px solid rgba(0,0,0,.35)}.CommunityHeader_community_header__PPfVb .CommunityHeader_write_smth__IPQHE .CommunityHeader_write_top__Ll2sL{display:flex;justify-content:flex-start;align-items:center}.CommunityHeader_community_header__PPfVb .CommunityHeader_write_smth__IPQHE .CommunityHeader_write_top__Ll2sL .CommunityHeader_write_name__QiXvE{font-size:14px;font-weight:500;opacity:.6;margin-left:8px}.CommunityHeader_community_header__PPfVb .CommunityHeader_write_smth__IPQHE .CommunityHeader_write_text__ZcG03{font-size:15px;font-weight:500;opacity:.3;margin-top:8px}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6{position:relative;display:flex;justify-content:space-between;align-items:center}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_title___9z2Y{font-size:18px;font-weight:600;opacity:.6}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN{width:40%;padding:3px 12px;border-radius:8px;position:relative;transition:all .2s ease-in-out;background-color:#fff;border:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN.CommunityHeader_is_active__CdpmG,.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN:hover{border:1px solid rgba(0,0,0,.3)}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN input{background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN input::placeholder{color:rgba(0,0,0,.3)}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN svg:not(.CommunityHeader_is_active__CdpmG){opacity:.4}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_input_wrapper__OlPiN.CommunityHeader_has_results__fCH63 svg{opacity:1}.CommunityHeader_community_header__PPfVb .CommunityHeader_search_wrapper__puOJ6 .CommunityHeader_cta__Zq90d{padding:12px;font-size:13px!important}.Event_info_event__MYHUI{margin-top:16px;flex-direction:column}.Event_info_event__MYHUI,.Event_info_event__MYHUI .Event_content__eg0DY{width:100%;display:flex;justify-content:center;align-items:center}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ{width:86px;height:80px;position:relative}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_img__88vY5{border-radius:8px}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_vid_overlay__mAz0_{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;border-radius:8px;background-color:rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;align-items:center}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_vid_overlay__mAz0_ svg path{fill:#fff}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_vid_overlay__mAz0_ svg g{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_date_overlay__aM_xw{position:absolute;top:0;left:0;background-color:rgba(0,0,0,.4);width:100%;height:100%;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_date_overlay__aM_xw span{color:#fff}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_date_overlay__aM_xw span:first-child{font-size:12px;font-weight:400}.Event_info_event__MYHUI .Event_content__eg0DY .Event_img_wrap__oeBsZ .Event_date_overlay__aM_xw span:nth-child(2){font-size:24px;font-weight:600;margin-top:-4px}.Event_info_event__MYHUI .Event_content__eg0DY .Event_info__faEcr{flex:1 1;margin:0 16px}.Event_info_event__MYHUI .Event_content__eg0DY .Event_info__faEcr .Event_title__8l_yb{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.Event_info_event__MYHUI .Event_content__eg0DY .Event_info__faEcr .Event_desc__aoZSl{font-size:12px;font-weight:400;opacity:.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.Event_info_event__MYHUI .Event_content__eg0DY .Event_info__faEcr .Event_join__KvP3Y{font-size:14px;font-weight:600;text-decoration:underline;color:#ff671d;cursor:pointer}.Event_info_event__MYHUI .Event_content__eg0DY .Event_notif__ISjZn *{fill:rgba(0,0,0,.65)}.Event_info_event__MYHUI .Event_divider__iIQ2I{width:100%;height:1px;margin-top:16px;background-color:#dde2e4}.News_info_news__HcAuy{width:100%;margin-top:16px;display:flex;justify-content:center;align-items:center;align-items:flex-start}.News_info_news__HcAuy .News_dot__NTM_b{width:6px;height:6px;border-radius:50%;background-color:#666;margin-top:7px}.News_info_news__HcAuy .News_info__XzFNY{flex:1 1;margin:0 16px}.News_info_news__HcAuy .News_info__XzFNY .News_title__Klpn8{font-size:14px;font-weight:600}.News_info_news__HcAuy .News_info__XzFNY .News_desc__YqqlQ{font-size:12px;font-weight:400}.News_info_news__HcAuy .News_info__XzFNY .News_desc__YqqlQ img{width:100%}.News_info_news__HcAuy .News_info__XzFNY .News_desc__YqqlQ p{color:#717171}.News_info_news__HcAuy .News_info__XzFNY .News_desc__YqqlQ a{color:#007bff}.News_info_news__HcAuy .News_info__XzFNY .News_timestamp__MOmBm{font-size:12px;font-weight:400;opacity:.6}.News_divider__HdDcU{width:100%;height:1px;margin-top:16px;background-color:#dde2e4}.User_user_row__pRHuM{width:100%;margin:18px 0;cursor:pointer;display:flex;justify-content:flex-start;align-items:center}.User_user_row__pRHuM .User_username__gdLQi{font-size:14px;font-weight:400;opacity:.67;margin-left:12px}.Section_info_section___GgyZ{padding:14px 20px;margin-bottom:10px}.Section_info_section___GgyZ .Section_info_title__Lx2Dt{font-size:20px;font-weight:600;opacity:.8}.Section_info_section___GgyZ .Section_news_cta__VFB27{margin:14px auto 0}.Section_info_section___GgyZ .Section_intro_text__WnjYJ{font-size:13px;font-weight:400;opacity:.6}@media screen and (min-width:1740px){.Section_info_section___GgyZ{padding:18px 36px}}.CommunityInfo_community_info__wqARf{height:100%;background-color:#fff}.CommunityInfo_community_info__wqARf.CommunityInfo_isTabs__QaApb{height:-moz-fit-content;height:fit-content}.CommunityInfo_community_info__wqARf .CommunityInfo_divider__v4wkv{margin:8px 0}@media screen and (min-width:1400px){.CommunityInfo_community_info__wqARf{overflow-y:auto}}.CommunityLeftBar_left_bar__2RdDA{width:240px;padding:24px 0;position:relative;overflow:hidden;transition:all .2s ease-in-out;background-color:#fff}.CommunityLeftBar_left_bar__2RdDA.CommunityLeftBar_isCollapsed__1YqUx{width:60px}.CommunityLeftBar_left_bar__2RdDA.CommunityLeftBar_isCollapsed__1YqUx .CommunityLeftBar_collapse__5M0X0{transform:rotateY(180deg)}.CommunityLeftBar_left_bar__2RdDA.CommunityLeftBar_isCollapsed__1YqUx .CommunityLeftBar_categories__68xbt,.CommunityLeftBar_left_bar__2RdDA.CommunityLeftBar_isCollapsed__1YqUx .CommunityLeftBar_profile__uu4qw{opacity:0}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_collapse__5M0X0{position:absolute;top:10px;left:16px;z-index:5;width:28px;height:28px;border-radius:6px;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_collapse__5M0X0:hover{background-color:hsla(0,0%,77%,.2)}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_collapse__5M0X0 svg{width:16px;height:16px}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_profile__uu4qw{width:100%;padding:0 4px;transition:all .2s ease-in-out;display:flex;flex-direction:column;justify-content:center;align-items:center}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_profile__uu4qw .CommunityLeftBar_upload_photo__nSu3c{width:32px;height:32px;padding:6px;border-radius:50%;background:#ff671d;border:2px solid #fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_profile__uu4qw .CommunityLeftBar_upload_photo__nSu3c svg *{fill:#fff}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_profile__uu4qw .CommunityLeftBar_username__jWbit{font-size:18px;font-weight:600;margin:4px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt{padding:6px 15px 0 20px;transition:all .2s ease-in-out}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_title__xyFX_{font-size:17px;font-weight:600;opacity:.6;margin:0 0 8px 4px}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps{width:100%;border-radius:6px;cursor:pointer;padding:9px 14px;transition:all .2s ease-in-out;display:flex;justify-content:flex-start;align-items:center}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps .CommunityLeftBar_name__zQmRc{font-size:15px;font-weight:500;opacity:.6}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps:hover{background-color:hsla(0,0%,77%,.1)}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps.CommunityLeftBar_isSelected__ZUd_Y{background-color:hsla(0,0%,77%,.2)}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps.CommunityLeftBar_isSelected__ZUd_Y .CommunityLeftBar_name__zQmRc{font-weight:600;opacity:.8}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_item__4t_ps svg{margin:0 14px 0 6px;width:30px;height:30px}.CommunityLeftBar_left_bar__2RdDA .CommunityLeftBar_categories__68xbt .CommunityLeftBar_list__ra_63 .CommunityLeftBar_line__qZexd{background-color:hsla(0,0%,77%,.2);width:90%;height:1px}.CommunitySearch_community_search__BVfZY{background-color:#fff;width:100%;position:fixed;top:-400px;left:0;transition:all .5s ease-in-out;border-radius:0 0 24px 24px;z-index:5}.CommunitySearch_community_search__BVfZY.CommunitySearch_is_open__2bSmK{top:0}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid{padding:0 42px 32px 24px}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_divider__WDl2C{width:100%;height:1px;margin:24px 0;background-color:#dde2e4}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_search_container__U6dQ0{width:100%;padding:4px 10px;border-radius:8px;position:relative;border:1px solid rgba(0,0,0,.1)}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_search_container__U6dQ0.CommunitySearch_has_results__BeKsj{border-bottom-left-radius:0;border-bottom-right-radius:0}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_search_container__U6dQ0 .CommunitySearch_input_wrapper__5lt6O{display:flex;justify-content:space-between;align-items:center}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_search_container__U6dQ0 .CommunitySearch_input_wrapper__5lt6O input{background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CommunitySearch_community_search__BVfZY .CommunitySearch_search_content__UCSid .CommunitySearch_search_container__U6dQ0 .CommunitySearch_input_wrapper__5lt6O input::placeholder{color:rgba(0,0,0,.3)}@keyframes Community_spin__nyI2U{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Community_fade-in__MiUoy{0%{opacity:0}to{opacity:1}}@keyframes Community_fade-out__YXwa_{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes Community_fade-in-up__S8rMk{0%{opacity:0;transform:translateY(2em);visibility:hidden}to{opacity:1;transform:none;visibility:visible}}@keyframes Community_pop-in__HVwhp{0%{opacity:0;transform:scale(0)}1%{opacity:1}to{opacity:1;transform:none}}@keyframes Community_pop-out__LgDoN{0%{opacity:1;transform:none}99%{opacity:0}to{opacity:0;transform:scale(0)}}@keyframes Community_slide-in__GkjoD{0%{transform:translateY(100%)}to{transform:none}}@keyframes Community_slide-out__x3uxR{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Community_slide-sideways-r-in__nKQlC{0%{transform:translateX(1%)}to{transform:none}}@keyframes Community_slide-sideways-r-out__uEA_p{0%{transform:translateX(0)}to{transform:translateX(1%)}}@keyframes Community_slide-sideways-l-in__FTo_8{0%{transform:translateY(5%)}to{transform:none}}@keyframes Community_slide-sideways-l-out__giX5P{0%{transform:translateX(0)}to{transform:translateX(-1%)}}.Community_page_community__ff_hY{flex:1 1;width:100%;padding-bottom:82px;animation:Community_fade-in__MiUoy .3s ease-in-out normal;height:100%}.Community_page_community__ff_hY .Community_left__ZYNQI{transition:all .2s ease-in-out;width:-moz-fit-content;width:fit-content;overflow:hidden;background-color:#fff}.Community_page_community__ff_hY .Community_left__ZYNQI.Community_viewPost___BPeB{width:0}.Community_page_community__ff_hY .Community_mid__A9NcJ{display:flex;flex-direction:column;flex:1 1;border-right:1px solid #dde2e4;border-left:1px solid #dde2e4;background-color:#f7f7f6;height:100%;overflow-y:auto}.Community_page_community__ff_hY .Community_right__42jf_{width:300px;height:100%;background-color:#fff}.Community_page_community__ff_hY .Community_backdrop__Na1DR{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.302)}@media screen and (min-width:576px){.Community_page_community__ff_hY{height:calc(100vh - 60px);padding-bottom:0;display:flex;justify-content:center;align-items:center;align-items:flex-start}}