: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:translate3d(0,0,var(--toastify-z-index) px);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{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-radius:100%;border:2px solid;border-right:2px solid 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)}}.button_commonBtn__pn2lX{font-size:14px;line-height:20px;font-weight:400;text-align:center;display:block;width:100%;color:#0487f3;border:1.5px solid #0487f3;padding:10px 15px;border-radius:8px;margin-bottom:10px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;cursor:pointer}.button_commonBtn__pn2lX:hover{text-decoration:none}.button_commonBtn__pn2lX:hover,.button_primaryBtn__09GGb{background-color:#0487f3;color:#fff}.button_loadMore__97Ib_{width:-moz-max-content;width:max-content;margin:auto;cursor:pointer}.app_download_card_main__UOLc3{display:flex}.app_download_card_imageWrapper__RsNLD{width:325px;height:290px;background-color:#c3e2fc;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.app_download_card_content___AQY2{flex-grow:1;margin-left:15px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.app_download_card_content___AQY2 .app_download_card_qr__iOeZe{width:110px;height:110px}.app_download_card_title__LrZi5{font-size:18px;line-height:24px;font-weight:600;color:#002147;margin-bottom:10px;width:95%}.app_download_card_subtitle__WG1Tz{font-size:12px;line-height:16px;font-weight:400;color:#5c7189;margin-bottom:10px}.app_download_card_cta_title__YAM2h{font-size:16px;line-height:24px;font-weight:600;color:#002147;margin-bottom:10px}.app_download_card_cta_items__WQ8sC{display:flex;align-items:center;margin-bottom:10px;width:100%}.app_download_ctaItemInner__Vp0gh{flex-grow:1;cursor:pointer;display:flex;align-items:center}.app_download_ctaItemInner__Vp0gh:hover{text-decoration:none}.app_download_ctaItemInner__Vp0gh span{font-size:12px;line-height:12px;margin-left:5px;font-weight:600;color:#0487f3}.app_download_crossBtn__YAj0Z{position:absolute;right:10px;cursor:pointer;width:15px;height:20px;top:10px}.app_download_linkForm__sv5FM{display:flex;flex-direction:column;background-color:#fff}.app_download_linkFormInput__kUJew{height:3rem;padding-left:3.2rem;border:1px solid #000;margin-bottom:7px;border-radius:8px;width:90%}.app_download_linkFormInput__kUJew::-webkit-inner-spin-button,.app_download_linkFormInput__kUJew::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.app_download_linkFormInput__kUJew[type=number]{-moz-appearance:textfield}.app_download_linkFormSubmit__F7UcK{width:-moz-fit-content;width:fit-content}.app_download_linkFormSubmit__F7UcK button:disabled{background-color:#7dbef2;border:1px solid #7dbef2;color:#fff;cursor:not-allowed}.app_download_linkInputContainer__QuUYk{position:relative}.app_download_countryCode___cweG{position:absolute;left:8px;top:12px;letter-spacing:1px}.app_download_appDownloadMobileBtn__GNuPh{display:none}@media(max-width:767px){.app_download_card_imageWrapper__RsNLD{width:100%;height:auto}.app_download_app_download__zAarT{max-width:100%;width:auto}.app_download_app_download__zAarT .app_download_modal-body__Br2zG{padding:30px}.app_download_card_content___AQY2{margin-left:0;align-items:center;margin-top:20px}.app_download_card_subtitle__WG1Tz,.app_download_card_title__LrZi5{text-align:center}.app_download_card_cta_items__WQ8sC,.app_download_card_cta_title__YAM2h,.app_download_card_qr__iOeZe{display:none}.app_download_crossBtn__YAj0Z{top:5px;right:10px;width:15px}.app_download_appDownloadMobileBtn__GNuPh{display:flex!important;justify-content:center;align-items:center;padding:10px 20px;background-color:#002147;color:#fff;border-radius:8px;margin-top:20px;font-size:14px;line-height:20px;font-weight:400;font-family:Rubik}.app_download_card_main__UOLc3{display:flex;flex-wrap:wrap}}.app_download_commonBtn__x1TJf{font-size:14px;line-height:20px;font-weight:400;text-align:center;display:block;width:100%;background-color:#fff;color:#0487f3;border:1.5px solid #0487f3;padding:10px 15px;border-radius:8px;margin-bottom:10px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;cursor:pointer;width:-moz-fit-content;width:fit-content}.app_download_commonBtn__x1TJf:hover{background-color:#0487f3;color:#fff;text-decoration:none}.app_download_primaryBtn__WYVxL{color:#fff;background-color:#0487f3}.app_download_loadMore__oK9hz{width:-moz-max-content;width:max-content;margin:auto;cursor:pointer}.app_download_formInput__2o6Ak{border-radius:8px;border:1px solid #8594a7;background:#fff;height:48px;margin-bottom:16px;width:100%}.app_download_formInput__2o6Ak .app_download_flag-dropdown__QRvV7,.app_download_formInput__2o6Ak input{width:100%!important;height:46px!important;border:0!important;border-radius:8px!important}.app_download_formInput__2o6Ak .app_download_flag-dropdown__QRvV7{border:none}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_modalTitle__1vUsi{font-weight:400;font-size:16px;line-height:24px;color:#002147;margin-bottom:4px}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_modalSubTitle__73I_t{font-weight:400;font-size:12px;line-height:18px;color:#002147}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_radioButtons__L52Gn{font-weight:400;font-size:16px;line-height:24px;color:#5c7189}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_reasonInputFieldDiv__njr20{margin-top:16px;position:relative}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_reasonInputFieldDiv__njr20 .report_post_modal_reasonLabelFieldDiv__5dTS9{z-index:1;position:absolute;left:10px;top:0;transform:translateY(-50%);transition:all .3s ease;background:#fff;padding:0 5px;color:#666;font-size:10px}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_reasonInputFieldDiv__njr20 .report_post_modal_reasonLabelFieldDiv__5dTS9 .report_post_modal_textRed__hr1oB{color:#d50000}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_reasonInputFieldDiv__njr20 .report_post_modal_reasonInput__FaA09{width:100%;font-size:14px;line-height:20px;height:42px;padding:12px 16px;border-radius:8px;border:1px solid #ccc}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_btnBlue__O1uPv{background:#0487f3;color:#fff;border:0;border-radius:8px;padding:10px 12px;font-weight:400;font-size:16px;line-height:24px;width:100%;margin-top:16px}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_btnBlue__O1uPv:hover{background:linear-gradient(90deg,#2962ff,#5eb2f7);color:#fff}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_disabledBtn__JboJD{background:#87c5f9;color:#fff;border:0;border-radius:8px;padding:10px 12px;font-weight:400;font-size:16px;line-height:24px;width:100%;margin-top:16px}.report_post_modal_reportPostModalCard__BH9kr .report_post_modal_form__hTJRm .report_post_modal_loader__XflY9{border:2px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:30px;height:30px;animation:report_post_modal_spin__ZUKbd 2s linear infinite;margin:auto}@media only screen and (max-width:768px){.report_post_modal_reportPostModalCard__BH9kr{padding-left:15px;padding-right:15px}}@keyframes report_post_modal_spin__ZUKbd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.member_member_card_main__OF_jl{background-color:#fff;border:1px solid #c3e2fc;padding:16px;border-radius:12px;margin-bottom:25px}.member_member_card_header__otaui{display:flex;align-items:flex-start}.member_member_profile__ptcHl{border-radius:50%;overflow:hidden;cursor:pointer}.member_member_profile__ptcHl img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover}.member_member_profile__ptcHl .member_memberNameProfilePic__HA_jF{background:#0487f3;width:48px;height:48px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-size:16px;line-height:150%;font-weight:500;color:#fff}.member_member_info__HmQKy{padding-left:16px;flex:1 1;cursor:pointer}.member_member_info__HmQKy h3{font-size:14px;line-height:20px;font-weight:600;color:#000;margin:0}.member_member_info__HmQKy span{font-size:12px;line-height:20px;font-weight:400;padding-right:10px;margin-top:5px}.member_member_info__HmQKy span:last-child{position:relative;font-size:12px;font-weight:400;line-height:20px;padding-left:12px;padding-right:0;color:#5c7189}.member_member_info__HmQKy span:last-child:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background-color:#000;left:0;right:auto;top:50%;transform:translateY(-50%)}.member_member_badge__bZpOS{display:block;padding:3px 15px!important;width:-moz-max-content;width:max-content;border-radius:30px;font-size:12px;font-weight:400;background-color:#5eb2f7;color:#fff}.member_member_badge__bZpOS:hover a{color:#fff;text-decoration:none}.member_member_content__pNt8k{margin-top:18px;word-break:break-word}.member_member_content__pNt8k .member_url__ASgnC{word-break:break-all}.member_member_content__pNt8k p{font-size:16px;line-height:24px;font-weight:400;color:#000;margin:0}.member_member_content__pNt8k a{font-size:14px;line-height:20px;font-weight:600;color:#0487f3;text-decoration:none;padding-right:5px}.member_member_content_tags__3I5TN{cursor:pointer;margin-left:5px;font-size:14px;line-height:20px;font-weight:600;color:#0487f3}.member_member_card_bottom__IYS1I{display:flex;width:100%;margin-top:18px}.member_bottom_left__mqxcR{display:flex;flex:1 1}.member_emoji_main__1mhSI{flex:1 1;display:flex;align-items:center}.member_emoji_img__v2cbJ{margin:0 5px}.member_emoji_main__1mhSI .member_likes__8eyOK{font-size:14px;line-height:20px;text-decoration:none;color:#5c7189;padding-left:5px;font-weight:400}.member_emoji_main__1mhSI .member_comment__BznZY,.member_emoji_main__1mhSI .member_share___SXZ0{font-size:12px;line-height:16px;transform:translateY(3px);text-decoration:none;color:#002147;padding-left:5px;font-weight:400}.member_emoji_main__1mhSI span{font-size:14px;line-height:20px;font-weight:400;color:#5c7189}.member_bottom_right__l1KMf{margin-left:auto;width:30px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer}.member_dots__Qz3dz span{width:4px;height:4px;background-color:#5c7189;border-radius:50%;display:block;position:relative}.member_dots__Qz3dz span:before{left:8px}.member_dots__Qz3dz span:after,.member_dots__Qz3dz span:before{content:"";position:absolute;width:4px;height:4px;background-color:#5c7189;border-radius:50%;display:block}.member_dots__Qz3dz span:after{right:8px}.member_emojiImage__qP8yR{width:20px;height:20px;margin-right:6px}.member_selectedEmoji__875Mm{cursor:pointer;transition:transform .2s ease}.member_selectedEmoji__875Mm:hover{transform:scale(1.5)}.member_emojiPicker__FzWG0{position:absolute;bottom:30px;left:0;background:#fff;border-radius:8px;padding:10px;display:flex;gap:10px;z-index:3;box-shadow:0 2px 7px rgba(0,0,0,.3);animation:member_popupFadeIn__6_K4b .25s ease-out}.member_emojiPicker__FzWG0 .member_emoji__b3k6p{font-size:20px;cursor:pointer;transition:transform .2s ease}.member_emojiPicker__FzWG0 .member_emoji__b3k6p:hover{transform:scale(1.3)}@media screen and (max-width:991px){.member_member_info__HmQKy h3{font-size:12px}.member_member_info__HmQKy span,.member_member_info__HmQKy span:nth-last-of-type(2){font-size:10px}.member_member_content__pNt8k p{font-size:14px;line-height:20px}}.member_emojiList__q9W4O{display:flex;align-items:center;position:relative;margin-right:5px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.member_reactOne__DUuZV{position:relative;background:#e1f1fe;border-radius:50%;width:24px;height:24px;border:2px solid #fff;box-shadow:2px 2px 5px rgba(0,0,0,.3)}.member_reactOne__DUuZV span{font-size:11px;line-height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-35%)}.member_reactOne__DUuZV:nth-child(2){z-index:1;margin-left:-10px}.member_reactOne__DUuZV:nth-child(3){z-index:2;margin-left:-10px}.member_reactTwo__2hvrM{z-index:8;left:15px}.member_reactThree__Md8Bq,.member_reactTwo__2hvrM{position:absolute;width:24px;height:24px;padding:2px;background-color:#f6f4f3;border-radius:50%;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.member_reactThree__Md8Bq{z-index:7;left:32px}.member_reactOne__DUuZV:hover,.member_reactThree__Md8Bq:hover,.member_reactTwo__2hvrM:hover{transition:transform .3s ease-in-out;transform:scale(1.1);z-index:3;cursor:pointer}.member_member_card_header_left__3YIR7{display:flex;align-items:center;flex-wrap:wrap;flex-grow:1}.member_card_tag__sHb4K{display:flex;justify-content:flex-end;align-items:center;width:45px}.member_card_tag__sHb4K .member_pinnedPostIcon___D2PS{width:20px;height:20px;pointer-events:none}.member_card_tag__sHb4K .member_bookmark_image__ybFMb{display:flex;justify-content:center;align-items:center;cursor:pointer;margin-left:5px}.member_memberPostImage__kjLvL{width:100%;height:290px;margin-top:15px}.member_memberPostReactions__4EplK{display:flex;flex-wrap:wrap;align-items:center;border-bottom:1px solid #e0e4e9;padding-top:10px;padding-bottom:8px}.member_memberPostReactions__4EplK .member_memberComments__3qpvM{font-size:14px;line-height:20px;font-weight:400;color:#5c7189;text-decoration:none;cursor:pointer}.member_member_card_bottom__IYS1I .member_emoji_main__1mhSI:nth-last-of-type(2){justify-content:center}.member_member_card_bottom__IYS1I .member_emoji_main__1mhSI:last-of-type{justify-content:flex-end}.member_username__8QLIB{cursor:default}.member_post_image__AyQFh{width:-moz-fit-content;width:fit-content}.member_last_activity_data__UNv7X{display:flex;align-items:center;gap:8px;border-bottom:1px solid #e0e4e9;padding-bottom:8px;margin-bottom:10px}.member_last_activity_data__UNv7X .member_la_profile_image__UoXhb{width:18px;height:18px;border-radius:50%;overflow:hidden}.member_last_activity_data__UNv7X .member_la_profile_image__UoXhb .member_la_image__H5nL3{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.member_last_activity_data__UNv7X .member_la_profile_image__UoXhb .member_la_name_image__okoVE{background:#0487f3;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-size:12px;line-height:1.5;font-weight:400;color:#fff}.member_last_activity_data__UNv7X .member_la_deatils__TFOZ5{font-size:11px;line-height:1.5;font-weight:400}.member_last_activity_data__UNv7X .member_la_deatils__TFOZ5 .member_la_name__kmoYy{font-size:13px;line-height:1.5;font-weight:500;color:#415060}.member_last_activity_data__UNv7X .member_la_deatils__TFOZ5 .member_deafult_text__pS9p2,.member_last_activity_data__UNv7X .member_la_deatils__TFOZ5 .member_dot__z0heX{color:#5c7189}.member_last_activity_data__UNv7X .member_la_deatils__TFOZ5 .member_timeline__3gQOO{color:rgba(92,113,137,.757)}@keyframes member_popupFadeIn__6_K4b{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ielts_IeltsAppItem__xdU0P{display:flex;align-items:center;justify-content:flex-start;gap:15px;margin-bottom:10px}.ielts_IeltsAppImage__8M1YL{display:flex;align-items:center;margin-top:auto;margin-bottom:auto}.ielts_IeltsApptext__VIP_i{font-size:14px;line-height:20px;font-weight:400;font-family:Rubik;color:#5c7189}.ielts_card_main__bbe6o{display:flex}.ielts_card_imageWrapper__1C2yE{width:325px;height:auto;background-color:#e8f5e9;padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.ielts_card_content__ju7d_{flex-grow:1;margin-top:20px;margin-left:15px}.ielts_card_title__kE3A5{font-size:18px;line-height:24px;font-weight:600;color:#002147;margin-bottom:10px}.ielts_card_subtitle__odG_s{font-size:12px;line-height:16px;font-weight:400;color:#5c7189;margin-bottom:10px}.ielts_card_cta_title__UF_t3{font-size:16px;line-height:24px;font-weight:600;color:#002147;margin-bottom:10px}.ielts_card_cta_items__5rzL_{display:flex;-webkit-align-items:center;margin-bottom:25px}.ielts_ctaItemInner__FCGZg{flex-grow:1;cursor:pointer;display:flex;align-items:center}.ielts_ctaItemInner__FCGZg:hover{text-decoration:none}.ielts_ctaItemInner__FCGZg span{font-size:12px;line-height:12px;margin-left:5px;font-weight:600;color:#0487f3}.ielts_crossBtn__4W7c_{position:absolute;right:1rem;cursor:pointer}.ielts_linkForm__urh5I{display:flex;flex-direction:column;background-color:#fff}.ielts_linkFormInput__3TR1_{height:3rem;padding-left:3.2rem;border:1px solid #000;margin-bottom:7px;border-radius:8px;width:90%}.ielts_linkFormInput__3TR1_::-webkit-inner-spin-button,.ielts_linkFormInput__3TR1_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ielts_linkFormInput__3TR1_[type=number]{-moz-appearance:textfield}.ielts_linkFormSubmit__PPlz_{width:-moz-fit-content;width:fit-content}.ielts_linkInputContainer__u91ex{position:relative}.ielts_countryCode__3syXD{position:absolute;left:8px;top:12px;letter-spacing:1px}.ielts_appDownloadMobileBtn__RbGuf{display:none}@media(max-width:767px){.ielts_card_imageWrapper__1C2yE{width:100%;height:auto}.ielts_app_download__7orgI{max-width:100%;width:auto}.ielts_app_download__7orgI .ielts_modal-body____H22{padding:30px}.ielts_card_content__ju7d_{margin-left:0}.ielts_card_subtitle__odG_s,.ielts_card_title__kE3A5{text-align:center}.ielts_card_cta_items__5rzL_,.ielts_card_cta_title__UF_t3,.ielts_card_qr__qqshd{display:none}.ielts_crossBtn__4W7c_{top:5px;right:10px;width:15px}.ielts_appDownloadMobileBtn__RbGuf{display:flex!important;justify-content:center;align-items:center;padding:10px 20px;background-color:#002147;color:#fff;border-radius:8px;margin-top:20px;font-size:14px;line-height:20px;font-weight:400;font-family:Rubik}.ielts_card_main__bbe6o{display:flex;flex-wrap:wrap}}.plusButton_plusButtonMain__qyvMd{width:45px;height:45px;background-color:#0487f3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:fixed;right:90px;bottom:25px;z-index:99;cursor:pointer;display:none}.plusButton_plusImagespan___rO3j{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.plusButton_plusButtonMain__qyvMd{right:90px;bottom:35px}}.product_card_productCardContainer__xB87n{position:sticky;top:465px}.product_card_community_main_section__lXhDg{background-color:#fafdff;padding:120px 0}.product_card_product_card__P8Cam{border-radius:12px;overflow:hidden;background-color:#fff;border:1px solid #c3e2fc;margin-bottom:10px;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.product_card_product_card__P8Cam:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.product_card_product_card_header__oOr0a .product_card_productImage__LCvh4{width:100%;height:100%;display:block}.product_card_product_card_content__hJTDs{padding:16px}.product_card_product_card_content__hJTDs h3{font-size:14px;line-height:20px;font-weight:600;color:#000;text-align:center}.product_card_product_card_content__hJTDs p{font-size:14px;line-height:20px;font-weight:400;color:#000;text-align:center;margin-bottom:20px}.product_card_product_card_content__hJTDs a{font-size:14px;line-height:20px;font-weight:400;text-align:center;display:block;color:#0487f3;border:1.5px solid #0487f3;padding:10px 20px;border-radius:8px}.readComments_readCommentsMain__GEIP0{display:flex;align-items:flex-start;padding:16px;grid-gap:0 10px;gap:0 10px}.readComments_commentText__iKtjF{display:flex;flex-direction:column;flex:1 1;background-color:#fafbfb;border:1px solid #f5f6f8;border-radius:8px;padding:5px 10px}.readComments_commentHeader__Gl4si{display:flex;align-items:flex-start;margin-bottom:10px}.readComments_commentProfileName__FWSqr{flex-grow:1;font-size:16px;line-height:24px;font-weight:600;color:#002147}.readComments_commentAction__VG0Mb{display:flex;align-items:center;gap:0 10px}.readComments_commentPosted__Adve_{font-size:12px;line-height:16px;font-weight:400;color:#8594a7}.readComments_commentcontent__o6d_r p{font-size:14px;line-height:20px;font-weight:400;color:#5c7189;margin-bottom:0}.readComments_commentProfileImage__5S1Tg{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.write_post_write_post_main__O3TaZ{padding:16px;background-color:#fff;margin-top:-24px;border:1px solid #c3e2fc;border-top:unset;transform:translateY(-10px)}.write_post_input_post__Yj_GB{display:flex;align-items:center;flex:1 1;position:relative;border:1px solid #e1f1fe;border-radius:8px;background-color:#f5faff}.write_post_input_post__Yj_GB input{width:100%;height:45px;background-color:transparent;border:none;padding:0 20px}.write_post_input_post__Yj_GB input:-ms-input-placeholder{font-size:14px;line-height:20px;font-weight:400;color:#000}.write_post_input_post__Yj_GB input::-moz-placeholder{font-size:14px;line-height:20px;font-weight:400;color:#000}.write_post_input_post__Yj_GB input::placeholder{font-size:14px;line-height:20px;font-weight:400;color:#000}.write_post_attachement_img__8NlmR,.write_post_attachement_main__f8_6B,.write_post_filter_btns__Cpiqf{display:flex;align-items:center;flex-wrap:wrap}.write_post_attachement_img__8NlmR{flex:1 1;display:flex;flex-wrap:nowrap}.write_post_attachement_icon__ZdX_C{font-size:24px;margin-right:20px}.write_post_attachement_icon__ZdX_C:hover{text-decoration:none}.write_post_write_post_inner__xTexU{display:flex;align-items:center;gap:0 10px}.write_post_profileComment__vLhlH{display:flex;justify-content:center}.write_post_profileComment__vLhlH .write_post_commentProfileImg__eNuqZ{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.Login_profileCardMain__0ZypN{border:1px solid #c3e2fc;background-color:#fff;border-radius:12px;padding:16px;margin-bottom:24px;position:sticky;top:90px}.Login_profileHeader__L4TVy{display:flex;flex-wrap:wrap;align-items:center}.Login_profileImage__eOXkG{width:50px;height:50px;border-radius:50%;overflow:hidden}.Login_profileImage__eOXkG Image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Login_profileInfo__fE_LC{flex-grow:1;margin-left:15px}.Login_profileInfo__fE_LC h3{font-size:14px;line-height:20px;font-weight:600;margin-bottom:0;color:#002147}.Login_profileHandle___M6G6{font-size:12px;line-height:20px;font-weight:400;color:#002147}.Login_hiddenProfileSection__YoGtj{color:transparent;pointer-events:none;-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px)}.Login_profileProgressInner__SM9Fq{display:flex;align-items:center;flex-wrap:wrap}.Login_profileProgressInner__SM9Fq h6{font-size:14px;line-height:20px;font-weight:500;color:#002147;margin:0;flex:1 1}.Login_profileProgressInner__SM9Fq span{font-size:10px;line-height:20px;font-weight:400;color:#5c7189}.Login_profileActions__uLA9Q ul{list-style:none;margin:0;padding:0}.Login_profileActions__uLA9Q ul li{display:flex;align-items:center;margin-bottom:16px}.Login_profileActions__uLA9Q ul li:last-child{margin-bottom:0}.Login_profileActions__uLA9Q ul li span{width:20px;height:20px;border:1px solid #f2f2f2;display:block}.Login_profileActions__uLA9Q ul li a{font-size:14px;line-height:20px;font-weight:400;color:#002147;margin-left:10px}.Login_profileHeader__L4TVy,.Login_profileProgressInner__SM9Fq{margin-bottom:15px}.Login_profileActions__uLA9Q{margin-top:20px;margin-bottom:15px}@media(max-width:767px){.Login_profileCardMain__0ZypN{display:none}}.profile_profileCardContainer__D0ANj{position:sticky;top:145px}.profile_profileCardMain__dApbj{border:1px solid #c3e2fc;background-color:#fff;border-radius:12px;padding:16px;margin-bottom:16px}.profile_profileHeader__UVStj{display:flex;flex-wrap:wrap;align-items:center}.profile_profileImage__dnw56{width:50px;height:50px;border-radius:50%;overflow:hidden}.profile_profileImage__dnw56 Image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile_profileInfo___GKMb{flex-grow:1;margin-left:15px}.profile_profileInfo___GKMb h6{font-size:14px;line-height:20px;font-weight:600;margin-bottom:0;color:#002147}.profile_profileHandle__nHV_f{font-size:12px;line-height:20px;font-weight:400;color:#002147}.profile_verifiedIcon__3fcN3{width:14px;height:14px;margin-left:4px;margin-top:3px}.profile_verfifiedIcon__HcEDc Image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile_profileProgressInner__PKLUk{display:flex;align-items:center;flex-wrap:wrap}.profile_profileProgressInner__PKLUk h6{font-size:14px;line-height:20px;font-weight:500;color:#002147;margin:0;flex:1 1}.profile_profileProgressInner__PKLUk span{font-size:10px;line-height:20px;font-weight:400;color:#5c7189}.profile_profileActions__hWuqw{margin-top:20px;margin-bottom:5px}.profile_profileActions__hWuqw .profile_profileAction__YPePZ{display:flex;justify-content:flex-start;align-items:center;gap:0 10px;cursor:pointer}.profile_profileActions__hWuqw .profile_profileAction__YPePZ:not(:last-child){margin-bottom:12px}.profile_profileActions__hWuqw .profile_profileAction__YPePZ .profile_profileActionIcon__4Ru0n{width:20px;height:20px}.profile_profileActions__hWuqw .profile_profileAction__YPePZ .profile_profileActionName__2Wl9U{margin-bottom:0;font-family:Rubik,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:21px;color:#002147}.profile_profileHeader__UVStj,.profile_profileProgressInner__PKLUk{margin-bottom:15px}.profile_addNewPostBtn__kWTkB{width:100%;height:40px;border-radius:30px;background-color:#0487f3;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.profile_newPostIcon__t8_am{width:20px;height:20px;margin-right:5px;display:flex;justify-content:center;align-items:center}.profile_addNewPostBtn__kWTkB span:last-of-type{font-size:14px;line-height:20px;font-weight:400;color:#fff}.profile_addNewPostBtn__kWTkB:hover{text-decoration:none;opacity:.75}.profile_profileUserHandle__F6kWl{font-size:12px;line-height:20px;font-weight:400}@media(max-width:767px){.profile_profileCardContainer__D0ANj{display:none}}.SinglePostHeader_singlePostHeaderMain__7O_zl{background-color:#fff;padding:15px 0;box-shadow:0 15px 12px -20px rgba(0,0,0,.6);margin-bottom:0;position:sticky}.SinglePostHeader_singlePostHeaderInner__l9xne{display:flex;align-items:center;justify-content:flex-start;gap:20px}.SinglePostHeader_singlePostHeaderInner__l9xne p{margin-bottom:0;font-size:14px;line-height:22px;font-weight:400;color:#002147}.SinglePostHeader_singlePostHeaderInner__l9xne p span{font-weight:600}.SinglePostHeader_leftArrowImag__PX6rk{display:flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer}@media only screen and (max-width:768px){.SinglePostHeader_singlePostHeaderMain__7O_zl{padding:5px 0;border-top:1px solid #e0e4e9}}