@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap";@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}.NavBar{width:5.555rem;height:100%;background:transparent;display:flex;flex-direction:column;align-items:center;padding-top:2.25rem}.NavBar .NavBarLogo{width:2.75656rem;height:3.1625rem;margin-bottom:3.59rem}.NavBar .NavBarIconContainer{width:100%;display:flex;flex-direction:column;align-items:center;gap:3.8125rem}.NavBar .NavBarIconContainer div{height:1.875rem;width:100%;position:relative;display:flex;align-items:center;justify-content:center}.NavBar .NavBarIconContainer div:after{content:"";position:absolute;right:0%;top:50%;transform:translateY(-50%);width:.3125rem;height:0rem;border-radius:6.25rem;background:var(--navIconBg);transition:all .3s ease-in-out}.NavBar .NavBarIconContainer div.active:after{height:2.3125rem}.NavBar .NavBarIconContainer div:hover:after{height:2.3125rem}.NavBar .NavBarIconContainer a{width:1.875rem;height:100%;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out}.NavBar .NavBarIconContainer a svg{width:100%;height:100%}.NavBar .NavBarIconContainer a:hover{transform:scale(1.3)}._ViewPost_1o2ty_1{position:absolute;top:-100vh;left:0;width:100%;height:100%;z-index:5;border-radius:2.5rem 2.5rem 2.5rem 0;background:rgba(0,0,0,.6);transition:all .3s ease-in-out;overflow:hidden;padding:3rem 5rem}._ViewPost_1o2ty_1._ViewPostActive_1o2ty_14{top:0}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17{width:100%;height:100%;border-radius:1.875rem;background:#fff;transition:all .3s ease-in-out;transition-delay:.2s;padding-top:2.19rem;margin-top:100%;padding:1.56rem 1.19rem 1rem 1.25rem}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17._ContentWrapperActive_1o2ty_28{margin-top:0%}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._ContentWrapperInner_1o2ty_31{width:100%;height:100%;overflow-y:scroll;padding-right:1rem}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._ContentWrapperInner_1o2ty_31::-webkit-scrollbar{width:5px}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._ContentWrapperInner_1o2ty_31::-webkit-scrollbar-thumb{border-radius:1rem;background:rgb(7,233,233)}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Top_1o2ty_44{width:100%;height:45rem;overflow:hidden;margin-bottom:1rem}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Top_1o2ty_44 *{scrollbar-width:none}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Top_1o2ty_44 *::-webkit-scrollbar{width:5px}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Top_1o2ty_44 *::-webkit-scrollbar-thumb{border-radius:1rem;background:rgb(7,233,233)}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Top_1o2ty_44 img{width:100%;height:100%}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Bottom_1o2ty_64{width:100%;min-height:5rem;padding-left:1.69rem}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Bottom_1o2ty_64 ._TextWrapper_1o2ty_69{display:flex;align-items:flex-start}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Bottom_1o2ty_64 ._TextWrapper_1o2ty_69 img{width:.4575rem;height:.3425rem}._ViewPost_1o2ty_1 ._ContentWrapper_1o2ty_17 ._Bottom_1o2ty_64 ._TextWrapper_1o2ty_69 p{width:100%;color:#1b1d28;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;white-space:pre-wrap;text-align:justify}._Popup_1vdo7_1{position:absolute;top:0;left:-110vw;width:100%;height:100%;z-index:5;border-radius:2.5rem 2.5rem 2.5rem 0;background:rgba(0,0,0,.6);transition:all .3s ease-in-out;overflow:hidden}._Popup_1vdo7_1._PopupActive_1vdo7_13{left:0}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16{width:33.4375rem;height:13.1875rem;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;transition:all .3s ease-in-out;transition-delay:.2s;position:absolute;left:50%;top:0%;transform:translate(-50%,-50%);padding:2rem 2.44rem 3.16rem 2.69rem}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16._ContentWrapperActive_1vdo7_30{top:50%}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem;margin-bottom:.65rem}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div{display:flex;align-items:center;justify-content:space-between;height:2.56rem;width:100%;cursor:pointer;margin-bottom:.3rem;transition:all .3s ease-in-out}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div p{color:#1d1d1d;font-family:Poppins;font-size:.9375rem;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.01875rem;transition:all .3s ease-in-out}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div svg{width:1.125rem;height:1.125rem;transition:all .3s ease-in-out}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div:hover p{color:var(--blue)}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div:hover svg{margin-right:1rem}._Popup_1vdo7_1 ._ContentWrapper_1vdo7_16 div:hover svg path{fill:var(--blue)}._MainWrapper_u73i1_1{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2.5rem 2.5rem 2.5rem 0;background:rgba(0,0,0,.6);z-index:2;overflow:hidden;padding:4.25rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13{width:100%;height:100%;border-radius:1.875rem;background:#fff;overflow:hidden;padding:2.81rem 3.31rem 0rem 4rem;display:flex;flex-direction:column;gap:1.36rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24{display:flex;align-items:center;justify-content:space-between;padding-right:.5rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 button{background:transparent;border:none;cursor:pointer;transition:all .3s ease-in-out}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 button svg{width:.93525rem;height:.53838rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 button svg path{transition:all .3s ease-in-out}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 button:hover{transform:scale(1.3)}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Top_u73i1_24 button:hover svg path{fill:var(--blue)}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Bottom_u73i1_59{width:100%;height:100%;overflow-y:scroll;padding-bottom:2rem;padding-right:1rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Bottom_u73i1_59::-webkit-scrollbar{width:5px}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Bottom_u73i1_59::-webkit-scrollbar-thumb{background:var(--btnBg1);border-radius:1rem}._MainWrapper_u73i1_1 ._ContentWrapper_u73i1_13 ._Bottom_u73i1_59 p{color:#76777e;font-family:Poppins;font-size:.9375rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.00938rem;margin-bottom:1.44rem;text-align:justify}._Announcements_1bb1y_1{position:absolute;top:0;left:-110vw;width:100%;height:100%;z-index:5;border-radius:2.5rem 2.5rem 2.5rem 0;background:rgba(0,0,0,.6);transition:all .3s ease-in-out;overflow:hidden;padding:5rem 14.56rem}._Announcements_1bb1y_1._AnnouncementsActive_1bb1y_14{left:0}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17{width:100%;height:100%;border-radius:1.875rem;background:#fff;transition:all .3s ease-in-out;transition-delay:.2s;padding-top:2.19rem;margin-top:100%;display:flex;flex-direction:column}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17._ContentWrapperActive_1bb1y_29{margin-top:0%}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 h1{color:#1b1d28;font-family:Poppins;font-size:1.875rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.01875rem;padding-left:2.19rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42{width:100%;height:100%;padding-bottom:1rem;overflow-y:scroll;padding:1rem 4.44rem 0rem 3.87rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42::-webkit-scrollbar{display:none}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52{width:100%;border-radius:2.40613rem;border:1.283px solid #f0f6fd;background:#fff;box-shadow:0 0 10px 2px #003b9033;margin-bottom:2.93rem;padding:2rem 1.52rem 1.46rem 1.76rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Top_1bb1y_61{display:flex;align-items:center;justify-content:space-between;margin-bottom:.73rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Top_1bb1y_61 h2{color:#1b1d28;font-family:Poppins;font-size:1.92494rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.01925rem;padding-left:1rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Top_1bb1y_61 span{color:#76777e;font-family:Poppins;font-size:.80206rem;font-style:normal;font-weight:400;line-height:normal}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Middle_1bb1y_85{width:100%;min-height:10rem;margin-bottom:1.8rem;border-radius:1.18669rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Middle_1bb1y_85 img{width:100%;height:100%}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101{display:flex;flex-direction:column;gap:.88rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106{display:flex;align-items:center;gap:1.68rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._LikeBtn_1bb1y_111{height:1.60413rem;display:flex;align-items:center;gap:.48rem;cursor:pointer;background:transparent;border:none}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._LikeBtn_1bb1y_111 svg{width:1.60413rem;height:100%;transition:all .3s ease-in-out}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._LikeBtn_1bb1y_111 p{color:#1b1d28;font-family:Poppins;font-size:.96244rem;font-style:normal;font-weight:400;line-height:normal}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._LikeBtn_1bb1y_111:hover p{color:var(--blue)}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._LikeBtn_1bb1y_111:hover svg{transform:scale(1.1)}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._ShareBtn_1bb1y_139{width:1.92494rem;height:1.92494rem;cursor:pointer;background:transparent;border:none}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._ShareBtn_1bb1y_139 svg{width:100%;height:100%;transition:all .3s ease-in-out}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._ShareBtn_1bb1y_139 svg path{transition:all .3s ease-in-out}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._ShareBtn_1bb1y_139:hover svg{transform:scale(1.1)}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BTop_1bb1y_106 ._ShareBtn_1bb1y_139:hover svg path{fill:var(--blue)}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BBottom_1bb1y_160 div{display:flex;align-items:center;gap:.46rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BBottom_1bb1y_160 div svg{width:.58713rem;height:.4395rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BBottom_1bb1y_160 div p{color:#1b1d28;font-family:Poppins;font-size:.96244rem;font-style:normal;font-weight:400;line-height:normal}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._AnnouncementsWrapper_1bb1y_42 ._ContainWrapper_1bb1y_52 ._Bottom_1bb1y_101 ._BBottom_1bb1y_160 span{color:#76777e;font-family:Poppins;font-size:.80206rem;font-style:normal;font-weight:400;line-height:normal;padding-left:1.1rem}._Announcements_1bb1y_1 ._ContentWrapper_1bb1y_17 ._NoMore_1bb1y_186{width:100%;height:5rem;display:flex;align-items:center;justify-content:center}._TextWrapper_1bb1y_194{width:100%;min-height:8rem;color:#000;padding:1rem;overflow:hidden;white-space:pre-wrap}._TextWrapper_1bb1y_194 button{color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_1h4kx_1{margin-bottom:1.13rem;width:100%;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;box-shadow:0 10px 40px #dee6ed66;padding:.5rem .63rem 1.81rem .69rem}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10{margin-bottom:.3rem;display:flex;align-items:center;justify-content:space-between;padding-right:1rem;height:1.5rem;padding-left:1rem}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 h4{color:#1b1d28;font-family:Poppins;font-weight:600}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 ._ImageWrapper_1h4kx_24{width:2.5rem;height:100%;border-radius:50%;overflow:hidden}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 ._ImageWrapper_1h4kx_24 img{width:100%;height:100%}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 button{background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 .5rem;height:100%;border:none}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 button svg{transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 button svg path{transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 button:hover svg{transform:scale(1.3)}._PostWrapper_1h4kx_1 ._TopContent_1h4kx_10 button:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57{width:100%;border-radius:.9375rem;background:rgba(183,183,183,.2);box-shadow:0 4px 4px #00000008;overflow:hidden;margin-bottom:.81rem;position:relative;height:auto}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 img{width:100%;height:19.6875rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71{width:100%;height:14rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 *{overflow:hidden}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 ._PDFContainer_1h4kx_93{flex:1;overflow:hidden}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 ._LogoContainer_1h4kx_97{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 ._LogoContainer_1h4kx_97 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._PDFWrapper_1h4kx_71 ._LogoContainer_1h4kx_97 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118{width:100%;height:14rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 *{overflow:hidden}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 ._DocContainer_1h4kx_140{flex:1;overflow:hidden}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 ._LogoContainer_1h4kx_97{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 ._LogoContainer_1h4kx_97 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._DocWrapper_1h4kx_118 ._LogoContainer_1h4kx_97 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._TextWrapper_1h4kx_165{width:100%;min-height:10rem;color:#000;padding:1rem;overflow:hidden;white-space:pre-wrap;display:flex;flex-direction:column;align-items:end}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._TextWrapper_1h4kx_165 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._Overlay_1h4kx_184{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.9375rem .9375rem 0rem 0rem;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._Overlay_1h4kx_184 button{width:11.94rem;height:2.69rem;color:#fff;font-family:Poppins;font-size:.95rem;font-style:normal;font-weight:400;line-height:normal;border-radius:6.25rem;border:1px solid #f4f4f4;background:rgba(250,250,250,.1);cursor:pointer;transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._MiddleContent_1h4kx_57 ._Overlay_1h4kx_184 button:hover{background:rgba(250,250,250,.4);transform:scale(1.1)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218{padding-left:.57rem;padding-right:.89rem}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228{display:flex;align-items:center;gap:.94rem}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._LoveBtn_1h4kx_233{height:1.25rem;width:4rem;display:flex;align-items:center;gap:.37rem;background:transparent;border:none;cursor:pointer}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._LoveBtn_1h4kx_233 svg{width:1.25rem;height:100%;transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._LoveBtn_1h4kx_233 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._LoveBtn_1h4kx_233:hover svg{transform:scale(1.3)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._LoveBtn_1h4kx_233:hover p{color:var(--blue)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._ShareBtn_1h4kx_263{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._ShareBtn_1h4kx_263 svg{width:100%;height:100%;transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._ShareBtn_1h4kx_263 svg path{transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._ShareBtn_1h4kx_263:hover svg{transform:scale(1.3)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._IconLeft_1h4kx_228 ._ShareBtn_1h4kx_263:hover svg path{fill:var(--blue)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._SaveIcon_1h4kx_287{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._SaveIcon_1h4kx_287 img{width:1.04169rem;height:1.25rem;transition:all .3s ease-in-out}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._IconWrapper_1h4kx_222 ._SaveIcon_1h4kx_287:hover img{transform:scale(1.3)}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303{display:flex;flex-direction:column;align-items:end}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 ._p_1h4kx_316{min-height:1.125rem;display:flex;align-items:center;gap:.36rem;overflow:hidden}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 ._p_1h4kx_316 img{align-self:start}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 ._p_1h4kx_316 div,._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 ._p_1h4kx_316 p{overflow:hidden;color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._PostWrapper_1h4kx_1 ._BottomContent_1h4kx_218 ._CommentWrapper_1h4kx_303 span{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}._NoMore_1h4kx_345{height:5rem;display:flex;align-items:center;justify-content:center}._NoMore_1h4kx_345 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._ChatPopup_1eqqa_1{position:absolute;top:0;left:110vw;width:100%;height:100%;border-radius:2.5rem;background:rgba(0,0,0,.6);z-index:5;transition:all .3s ease-in-out;display:flex;justify-content:flex-end;padding:3.8rem 0}._ChatPopup_1eqqa_1._ChatPopupActive_1eqqa_15{left:0}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18{width:36rem;height:100%;border-radius:1.875rem 0 0 1.875rem;background:#fff;transition:all .2s ease-in-out;transition-delay:.2s;display:flex;flex-direction:column;gap:.3rem;margin-right:-36rem;overflow:hidden}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18._ContentWrapperActive_1eqqa_31{margin-right:0rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34{display:flex;align-items:center;justify-content:space-between;padding:1.87rem 3rem 1.38rem 2.69rem;border-bottom:1px solid #e5e7e8}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._contentLeft_1eqqa_41{display:flex;align-items:center;gap:.75rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._contentLeft_1eqqa_41 ._Left_1eqqa_46{width:2.99613rem;height:2.99613rem;overflow:hidden;border-radius:50%}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._contentLeft_1eqqa_41 ._Left_1eqqa_46 img{width:100%;height:100%}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._contentLeft_1eqqa_41 ._Right_1eqqa_56 h3{color:#1b1d28;font-family:Poppins;font-size:1.04863rem;font-style:normal;font-weight:400;line-height:normal}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._contentLeft_1eqqa_41 ._Right_1eqqa_56 h4{color:#76777e;font-family:Poppins;font-size:.74906rem;font-style:normal;font-weight:400;line-height:normal}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._BackBtn_1eqqa_72{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;border-radius:4.875rem;background:rgba(46,46,46,.05);transition:all .3s ease-in-out}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._BackBtn_1eqqa_72 svg path{transition:all .3s ease-in-out}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._BackBtn_1eqqa_72:hover{transform:scale(1.1);background:rgba(46,46,46,.2)}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Top_1eqqa_34 ._BackBtn_1eqqa_72:hover svg path{fill:var(--blue)}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95{flex:1;overflow-y:scroll;padding-top:1rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95::-webkit-scrollbar{display:none}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._MyChatWrapper_1eqqa_103{margin-bottom:1.5rem;display:flex;align-items:flex-end;flex-direction:column;gap:.25rem;padding-right:.4rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._MyChatWrapper_1eqqa_103 ._MyChat_1eqqa_103{min-width:11.8125rem;max-width:25rem;min-height:3.0625rem;border-radius:.9375rem .9375rem 0rem;background:var(--btnBg1);color:var(--btnText1);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding:.88rem .75rem .88rem 1rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._MyChatWrapper_1eqqa_103 span{color:#999;text-align:center;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._AdminChatWrapper_1eqqa_134{margin-bottom:1.5rem;padding-left:.4rem;display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._AdminChatWrapper_1eqqa_134 ._AdminChat_1eqqa_134{min-width:11.8125rem;max-width:25rem;min-height:3.0625rem;border-radius:.9375rem .9375rem .9375rem 0rem;background:#f5f6f7;color:#1b1d28;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding:.88rem 2rem .88rem 1rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Middle_1eqqa_95 ._AdminChatWrapper_1eqqa_134 span{color:#999;text-align:center;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165{padding:0 2.5rem 2.75rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168{width:29.125rem;height:3.875rem;border-radius:6.25rem;background:#f5f6f7;overflow:hidden;display:flex;align-items:center;padding:0 .99rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168 input{width:100%;height:100%;color:#000;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;border:none;background:transparent;outline:none;padding-left:1rem}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168 button{min-width:2.32738rem;min-height:2.32738rem;max-width:2.32738rem;max-height:2.32738rem;border-radius:50%;overflow:hidden;color:var(--btnText1);position:relative;transition:all .3s ease-in-out;border:none;cursor:pointer;background:var(--btnBgHover);display:flex;align-items:center;justify-content:center;z-index:1}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168 button:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:var(--btnBg1);transition:all .3s ease-in-out;z-index:-1;opacity:1}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168 button:hover{transform:scale(1.1)}._ChatPopup_1eqqa_1 ._ContentWrapper_1eqqa_18 ._Bottom_1eqqa_165 ._InputWrapper_1eqqa_168 button:hover:after{opacity:0}._Home_3f4uz_1{width:100%;height:100%;padding:0 2rem 0 3rem;overflow:hidden;display:flex;flex-direction:column;position:relative}._Home_3f4uz_1 ._TopSection_3f4uz_10{padding-top:1.87rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10{display:flex;display:none;align-items:center;justify-content:space-between;margin-bottom:1.56rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._inputWrapper_3f4uz_20{width:18.75rem;height:3rem;border-radius:6.25rem;background:#fff;overflow:hidden;display:flex;align-items:center;padding-left:.94rem;gap:.64rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._inputWrapper_3f4uz_20 svg{width:1.54825rem;height:1.54806rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._inputWrapper_3f4uz_20 input{width:100%;height:100%;background:transparent;outline:none;border:none;color:#000;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._Right_3f4uz_48{display:flex;align-items:center;gap:1rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._Right_3f4uz_48 select{width:9rem;height:2rem;border-radius:.25rem;background:#f5f6f7;border:none;border-right:.75rem solid transparent;padding:0 .75rem;cursor:pointer;outline:none;transition:all .3s ease-in-out}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._Right_3f4uz_48 select:hover{background:#dddddd}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._Right_3f4uz_48 ._UserImage_3f4uz_68{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Top_3f4uz_10 ._Right_3f4uz_48 ._UserImage_3f4uz_68 img{width:100%;height:100%}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78{height:2.375rem;display:flex;align-items:center;gap:2.25rem}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button{height:100%;width:5.75rem;border-radius:6.25rem;border:none;background:rgba(255,255,255,.5);color:#d1d1d1;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .3s ease-in-out;position:relative;box-shadow:0 10px 40px #dee6ed66;overflow:hidden;z-index:1}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:var(--btnBg1);color:var(--btnText1);z-index:-1;opacity:0;transition:all .3s ease-in-out}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button:hover{color:var(--btnText1);transform:scale(1.1)}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button:hover:after{opacity:1}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button._active_3f4uz_123{color:var(--btnText1)}._Home_3f4uz_1 ._TopSection_3f4uz_10 ._Bottom_3f4uz_78 button._active_3f4uz_123:after{opacity:1}._Home_3f4uz_1 ._BottomSection_3f4uz_129{width:100%;height:100%;display:flex;gap:1rem;overflow:hidden}._Home_3f4uz_1 ._BottomSection_3f4uz_129 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Left_3f4uz_145{flex:1;height:100%;overflow-y:scroll;padding:0 0 1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Left_3f4uz_145 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem;margin-bottom:1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Left_3f4uz_145::-webkit-scrollbar{display:none}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Middle_3f4uz_164{flex:3;height:100%;padding:0 .5rem;overflow:hidden;display:flex;flex-direction:column;gap:1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Middle_3f4uz_164 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48{flex:.45;height:100%;padding:0 .5rem;overflow:hidden;overflow-y:scroll;margin-left:-7rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48::-webkit-scrollbar{display:none}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48{display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;padding-bottom:1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200{width:100%;flex:2;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;box-shadow:0 -10px 40px #dee6ed66;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;padding:.3rem 1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 h1{color:#1b1d28;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 textarea{width:100%;height:3rem;flex:1;border-radius:1.25rem;background:#fafafa;padding:1rem 1.31rem 0;outline:none;border:none;resize:none}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 button{align-self:flex-end;width:9.4rem;padding:.3rem;color:var(--bgWhite);font-family:Poppins;font-size:.95rem;font-style:normal;font-weight:400;line-height:normal;border-radius:6.25rem;border:none;z-index:1;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;background:var(--btnBgHover)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--btnBg1);z-index:-1;transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 button:hover{transform:scale(1.1)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Support_3f4uz_200 button:hover:after{opacity:0}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269{display:flex;flex-direction:column;align-items:end;gap:.35rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button{display:flex;align-items:center;justify-content:end;gap:.5rem;width:fit-content;min-height:2.5rem;padding:.5rem;margin-bottom:.1rem;border-radius:1rem;border:none;background:#fff;box-shadow:0 10px 40px #dee6ed66;box-shadow:none;cursor:pointer;transition:all .1s ease-in-out;text-align:start}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button span{display:none}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button:hover span{display:block}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button:hover{color:#13151c}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button._active_3f4uz_123 span{display:block}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button._active_3f4uz_123{background:var(--btnBg1);color:#fff;font-weight:700}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._filters_3f4uz_269 button svg{width:1.5rem;height:1.5rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314{width:100%;flex:2;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;box-shadow:0 -10px 40px #dee6ed66;padding:1rem 1.2rem 1rem 1.4rem;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._HeaderWrapper_3f4uz_329{width:100%;align-items:center;justify-content:space-between;padding-left:.8rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._HeaderWrapper_3f4uz_329 h1{color:#1b1d28;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._HeaderWrapper_3f4uz_329 p{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ImageWrapper_3f4uz_352{width:100%;height:4rem;flex:1;border-radius:1.25rem;background:#fafafa;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ImageWrapper_3f4uz_352 img{width:100%;height:100%}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369{width:100%;padding:0rem 1.31rem 0;display:flex;flex-direction:column;gap:.5rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376{display:flex;align-items:center;gap:.7rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._LoveBtn_3f4uz_381{height:1.25rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;gap:.37rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._LoveBtn_3f4uz_381 img{width:1.25rem;height:100%;transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._LoveBtn_3f4uz_381 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._LoveBtn_3f4uz_381:hover img{transform:scale(1.3)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._ShareBtn_3f4uz_407{width:1.5rem;height:1.5rem;border:none;background:transparent;cursor:pointer;transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._ShareBtn_3f4uz_407 svg{width:100%;height:100%;transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._ShareBtn_3f4uz_407 svg path{transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._ShareBtn_3f4uz_407:hover svg{transform:scale(1.3)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._TopC_3f4uz_376 ._ShareBtn_3f4uz_407:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._BottomC_3f4uz_430{display:flex;align-items:flex-start;gap:.36rem;overflow:hidden}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Announcement_3f4uz_314 ._ContentWrapper_3f4uz_369 ._BottomC_3f4uz_430 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444{width:100%;border-radius:1.875rem;border:1px solid #f0f6fd;background:transparent;box-shadow:0 10px 40px #dee6ed66;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 ._LeftL_3f4uz_457{display:flex;flex-direction:column;gap:.69rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 ._LeftL_3f4uz_457 h1{color:#1b1d28;font-family:Poppins;font-size:1.1rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 ._LeftL_3f4uz_457 p{width:100%;color:#ababab;font-family:Poppins;font-size:.5625rem;font-style:normal;font-weight:400;line-height:normal}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 button{width:4rem;padding:0 1rem;height:2.688rem;color:var(--bgWhite);font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:400;line-height:normal;border-radius:6.25rem;border:none;z-index:1;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease-in-out;background:var(--btnBgHover);display:flex;align-items:center;justify-content:center}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--btnBg1);z-index:-1;transition:all .3s ease-in-out}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 button:hover{transform:scale(1.1)}._Home_3f4uz_1 ._BottomSection_3f4uz_129 ._Right_3f4uz_48 ._Newsletter_3f4uz_444 button:hover:after{opacity:0}._NewsletterPopup_napk9_1{position:absolute;top:0;left:110vw;width:100%;height:100%;border-radius:2.5rem;background:rgba(0,0,0,.6);z-index:5;transition:all .3s ease-in-out}._NewsletterPopup_napk9_1._NewsletterPopupActive_napk9_12{left:0}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15{width:36.625rem;height:34.5625rem;border-radius:1.875rem;border:5px solid #4fc9fe;background:#fff;transition:all .2s ease-in-out;transition-delay:.2s;position:absolute;left:100%;top:50%;transform:translate(-50%,-50%);padding:1.44rem 1.81rem 3.81rem 1.87rem;display:flex;flex-direction:column}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15._ContentWrapperActive_napk9_31{left:50%}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34{margin-bottom:1.4rem;display:flex;align-items:center;justify-content:space-between}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34 button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;cursor:pointer;background-color:transparent;border:none}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34 button svg path{transition:all .3s ease-in-out}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34 button:hover{transform:scale(1.3)}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Top_napk9_34 button:hover svg path{fill:var(--blue)}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Middle_napk9_69{margin-bottom:2.37rem;display:flex;flex-direction:column;gap:1.38rem}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Middle_napk9_69 input{width:100%;height:3.5rem;border-radius:1.25rem;background:#fafafa;border:none;outline:none;padding-left:1.31rem}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._Middle_napk9_69 textarea{width:100%;height:5.625rem;border-radius:1.25rem;background:#fafafa;border:none;outline:none;padding:1rem 1.31rem}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._SendBtn_napk9_93{align-self:flex-end;width:12rem;height:3rem;border-radius:6.25rem;overflow:hidden;position:relative;z-index:1;color:var(--btnText1);font-family:Poppins;font-size:.95rem;font-style:normal;font-weight:400;line-height:normal;border:none;cursor:pointer;transition:all .3s ease-in-out;background:var(--btnBgHover)}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._SendBtn_napk9_93:after{content:"";z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;background:var(--btnBg1);transition:all .3s ease-in-out;opacity:1}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._SendBtn_napk9_93:hover{transform:scale(1.1)}._NewsletterPopup_napk9_1 ._ContentWrapper_napk9_15 ._SendBtn_napk9_93:hover:after{opacity:0}._PostWrapper_2mlpz_1{margin-bottom:1.13rem;width:100%;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;box-shadow:0 10px 40px #dee6ed66;padding:.5rem .63rem 1.81rem .69rem}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10{margin-bottom:.3rem;display:flex;align-items:center;justify-content:space-between;padding:2rem 1rem;height:1.5rem}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 h2{color:#1b1d28;font-family:Poppins;font-weight:600}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 ._ImageWrapper_2mlpz_23{width:2.5rem;height:100%;border-radius:50%;overflow:hidden}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 ._ImageWrapper_2mlpz_23 img{width:100%;height:100%}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 button{background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 .5rem;height:100%;border:none}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 button svg{transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 button svg path{transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 button:hover svg{transform:scale(1.3)}._PostWrapper_2mlpz_1 ._TopContent_2mlpz_10 button:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56{width:100%;border-radius:.9375rem;background:rgba(183,183,183,.2);box-shadow:0 4px 4px #00000008;overflow:hidden;margin-bottom:.81rem;position:relative;height:auto}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 img{width:100%;height:19.6875rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70{width:100%;height:14rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 *{overflow:hidden}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 ._PDFContainer_2mlpz_91{flex:1;overflow:hidden}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 ._LogoContainer_2mlpz_95{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 ._LogoContainer_2mlpz_95 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._PDFWrapper_2mlpz_70 ._LogoContainer_2mlpz_95 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116{width:100%;height:14rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 *{overflow:hidden}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 ._DocContainer_2mlpz_138{flex:1;overflow:hidden}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 ._LogoContainer_2mlpz_95{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 ._LogoContainer_2mlpz_95 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._DocWrapper_2mlpz_116 ._LogoContainer_2mlpz_95 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._TextWrapper_2mlpz_163{width:100%;min-height:10rem;color:#000;padding:1rem;overflow:hidden;white-space:pre-wrap;display:flex;flex-direction:column;align-items:end}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._TextWrapper_2mlpz_163 p{width:100%;text-align:justify}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._TextWrapper_2mlpz_163 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._Overlay_2mlpz_186{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.9375rem .9375rem 0rem 0rem;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._Overlay_2mlpz_186 button{width:11.94rem;height:2.69rem;color:#fff;font-family:Poppins;font-size:.95rem;font-style:normal;font-weight:400;line-height:normal;border-radius:6.25rem;border:1px solid #f4f4f4;background:rgba(250,250,250,.1);cursor:pointer;transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._MiddleContent_2mlpz_56 ._Overlay_2mlpz_186 button:hover{background:rgba(250,250,250,.4);transform:scale(1.1)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220{padding-left:.57rem;padding-right:.89rem}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230{display:flex;align-items:center;gap:.94rem}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._LoveBtn_2mlpz_235{height:1.25rem;display:flex;align-items:center;gap:.37rem;background:transparent;border:none;cursor:pointer}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._LoveBtn_2mlpz_235 svg{width:1.25rem;height:100%;transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._LoveBtn_2mlpz_235 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._LoveBtn_2mlpz_235:hover svg{transform:scale(1.3)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._LoveBtn_2mlpz_235:hover p{color:var(--blue)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._ShareBtn_2mlpz_264{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._ShareBtn_2mlpz_264 svg{width:100%;height:100%;transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._ShareBtn_2mlpz_264 svg path{transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._ShareBtn_2mlpz_264:hover svg{transform:scale(1.3)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._IconLeft_2mlpz_230 ._ShareBtn_2mlpz_264:hover svg path{fill:var(--blue)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._SaveIcon_2mlpz_288{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._SaveIcon_2mlpz_288 img{width:1.04169rem;height:1.25rem;transition:all .3s ease-in-out}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._IconWrapper_2mlpz_224 ._SaveIcon_2mlpz_288:hover img{transform:scale(1.3)}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304{display:flex;flex-direction:column;align-items:end}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 ._p_2mlpz_317{min-height:1.125rem;display:flex;align-items:center;gap:.36rem;overflow:hidden}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 ._p_2mlpz_317 img{align-self:start}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 ._p_2mlpz_317 div,._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 ._p_2mlpz_317 p{overflow:hidden;color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._PostWrapper_2mlpz_1 ._BottomContent_2mlpz_220 ._CommentWrapper_2mlpz_304 span{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}._NoMore_2mlpz_346{height:5rem;display:flex;align-items:center;justify-content:center}._NoMore_2mlpz_346 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._PostWrapper_iqr6p_1{margin-bottom:1.13rem;width:100%;border-radius:1.875rem;border:1px solid #f0f6fd;background:#fff;box-shadow:0 10px 40px #dee6ed66;padding:.5rem .63rem 1.81rem .69rem;width:50rem}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11{margin-bottom:.3rem;display:flex;align-items:center;justify-content:space-between;padding:2rem 1rem;height:1.5rem}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 h2{color:#1b1d28;font-family:Poppins;font-weight:600}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 ._ImageWrapper_iqr6p_24{width:2.5rem;height:100%;border-radius:50%;overflow:hidden}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 ._ImageWrapper_iqr6p_24 img{width:100%;height:100%}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 button{background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 .5rem;height:100%;border:none}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 button svg{transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 button svg path{transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 button:hover svg{transform:scale(1.3)}._PostWrapper_iqr6p_1 ._TopContent_iqr6p_11 button:hover svg path{transition:all .3s ease-in-out;fill:var(--blue)}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57{width:100%;border-radius:.9375rem;background:rgba(183,183,183,.2);box-shadow:0 4px 4px #00000008;overflow:hidden;margin-bottom:.81rem;position:relative;height:auto}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 img{width:100%;height:19.6875rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71{width:200%;height:14rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 img{width:50%;height:100%;object-fit:cover;object-position:top}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 *{overflow:hidden}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 ._PDFContainer_iqr6p_98{flex:1;overflow:hidden}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 ._LogoContainer_iqr6p_102{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 ._LogoContainer_iqr6p_102 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._PDFWrapper_iqr6p_71 ._LogoContainer_iqr6p_102 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123{width:100%;height:14rem;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;gap:1.5rem;cursor:pointer}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 p{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 *{overflow:hidden}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 ._DocContainer_iqr6p_145{flex:1;overflow:hidden}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 ._LogoContainer_iqr6p_102{width:100%;height:4.5rem;overflow:hidden;display:flex;align-items:center;gap:1rem;padding:0 1.5rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 ._LogoContainer_iqr6p_102 svg{width:2.1875rem;height:2.1875rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._DocWrapper_iqr6p_123 ._LogoContainer_iqr6p_102 p{color:#000;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._TextWrapper_iqr6p_170{width:100%;min-height:10rem;color:#000;padding:1rem;overflow:hidden;white-space:pre-wrap;display:flex;flex-direction:column;align-items:end}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._TextWrapper_iqr6p_170 p{width:100%;text-align:justify}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._TextWrapper_iqr6p_170 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._Overlay_iqr6p_193{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.9375rem .9375rem 0rem 0rem;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.75rem}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._Overlay_iqr6p_193 button{width:11.94rem;height:2.69rem;color:#fff;font-family:Poppins;font-size:.95rem;font-style:normal;font-weight:400;line-height:normal;border-radius:6.25rem;border:1px solid #f4f4f4;background:rgba(250,250,250,.1);cursor:pointer;transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._MiddleContent_iqr6p_57 ._Overlay_iqr6p_193 button:hover{background:rgba(250,250,250,.4);transform:scale(1.1)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227{padding-left:.57rem;padding-right:.89rem}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237{display:flex;align-items:center;gap:.94rem}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._LoveBtn_iqr6p_242{height:1.25rem;display:flex;align-items:center;gap:.37rem;background:transparent;border:none;cursor:pointer}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._LoveBtn_iqr6p_242 svg{width:1.25rem;height:100%;transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._LoveBtn_iqr6p_242 p{color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._LoveBtn_iqr6p_242:hover svg{transform:scale(1.3)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._LoveBtn_iqr6p_242:hover p{color:var(--blue)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._ShareBtn_iqr6p_271{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._ShareBtn_iqr6p_271 svg{width:100%;height:100%;transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._ShareBtn_iqr6p_271 svg path{transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._ShareBtn_iqr6p_271:hover svg{transform:scale(1.3)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._IconLeft_iqr6p_237 ._ShareBtn_iqr6p_271:hover svg path{fill:var(--blue)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._SaveIcon_iqr6p_295{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._SaveIcon_iqr6p_295 img{width:1.04169rem;height:1.25rem;transition:all .3s ease-in-out}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._IconWrapper_iqr6p_231 ._SaveIcon_iqr6p_295:hover img{transform:scale(1.3)}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311{display:flex;flex-direction:column;align-items:end}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 ._p_iqr6p_324{min-height:1.125rem;display:flex;align-items:center;gap:.36rem;overflow:hidden}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 ._p_iqr6p_324 img{align-self:start}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 ._p_iqr6p_324 div,._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 ._p_iqr6p_324 p{overflow:hidden;color:#1b1d28;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._PostWrapper_iqr6p_1 ._BottomContent_iqr6p_227 ._CommentWrapper_iqr6p_311 span{color:#76777e;font-family:Poppins;font-size:.625rem;font-style:normal;font-weight:400;line-height:normal}._NoMore_iqr6p_353{height:5rem;display:flex;align-items:center;justify-content:center}._NoMore_iqr6p_353 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._MainWrapper_iasna_1{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2.5rem 2.5rem 2.5rem 0;background:rgba(0,0,0,.6);z-index:2;overflow:hidden;padding:4.25rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13{width:100%;height:100%;border-radius:1.875rem;background:#fff;overflow:hidden;padding:2.81rem 3.31rem 2rem 4rem;display:flex;flex-direction:column;gap:1.36rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24{display:flex;align-items:center;justify-content:space-between;padding-right:.5rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 button{background:transparent;border:none;cursor:pointer;transition:all .3s ease-in-out}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 button svg{width:1.4rem;height:1.4rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 button svg path{transition:all .3s ease-in-out}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 button:hover{transform:scale(1.3)}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Top_iasna_24 button:hover svg path{fill:var(--blue)}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._ImageWrapper_iasna_59{width:50%;border-radius:1rem;overflow:hidden}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._ImageWrapper_iasna_59 img{width:100%;height:100%;object-fit:cover}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Middle_iasna_69{display:flex;align-items:stretch;justify-content:space-between;gap:2rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Middle_iasna_69 ._Risk_iasna_75{padding:.5rem;box-shadow:0 4px 4px 5px #00000008;border-radius:1rem;display:flex;flex-direction:column;gap:0rem;align-items:center;width:100%;text-align:center}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86{width:100%;height:100%;overflow-y:scroll;display:flex;gap:2rem;padding-bottom:2rem;padding-right:1rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86 ._left_iasna_95,._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86 ._right_iasna_98{flex:1}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86 ._right_iasna_98 iframe{width:100%;height:100%;border:none}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86 li{margin-left:2rem;color:#434346}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86::-webkit-scrollbar{width:5px}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86::-webkit-scrollbar-thumb{background:var(--btnBg1);border-radius:1rem}._MainWrapper_iasna_1 ._ContentWrapper_iasna_13 ._Bottom_iasna_86 p{color:#434346;font-family:Poppins;font-size:.9375rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.00938rem;margin-bottom:1.44rem;text-align:justify}._loading_1ckr4_1{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._SearchContainer_1ckr4_9{display:flex;justify-content:flex-end;margin:0rem 6rem}._SearchInput_1ckr4_15{width:300px;padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;outline:none;transition:all .3s ease;background-color:#f9fafb;margin-top:-1rem}._SearchInput_1ckr4_15:focus{border-color:#3c4fff;background-color:#fff;box-shadow:0 0 6px #3c4fff66}._SearchInput_1ckr4_15::placeholder{color:#9ca3af;font-style:italic}._MiddleTextBox_1ckr4_36{width:100%;height:100%;background:var(--background-secondary, #fff);border-radius:14px;box-shadow:0 2px 16px #00000017;padding:.5rem 2rem;margin:auto;margin-bottom:1rem;max-width:720px;color:var(--text-primary, #222);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative}._MiddleBox_1ckr4_54{display:flex;align-items:stretch;justify-content:space-between;width:100%;min-height:20rem;gap:1rem}._MiddleBox_1ckr4_54 ._InfoBox_1ckr4_62{border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;min-width:15rem}._MiddleBox_1ckr4_54 ._InfoBox_1ckr4_62 ._ID_1ckr4_68{text-wrap:nowrap;font-weight:600}._MiddleBox_1ckr4_54 ._Risk_1ckr4_72{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:1rem;font-size:1.2rem;padding:2rem;text-wrap:nowrap}._MiddleBox_1ckr4_54 ._RiskCube_1ckr4_83{display:flex;flex-direction:column;align-items:center}._MiddleBox_1ckr4_54 ._RiskCube_1ckr4_83 ._Top_1ckr4_88,._MiddleBox_1ckr4_54 ._RiskCube_1ckr4_83 ._Left_1ckr4_89,._MiddleBox_1ckr4_54 ._RiskCube_1ckr4_83 ._Right_1ckr4_90{width:100px;height:100px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid red;font-size:1.2rem;padding:2rem;text-wrap:nowrap;background-color:#2a5bd7}._MiddleBox_1ckr4_54 ._RiskCube_1ckr4_83 ._Bottom_1ckr4_103{display:flex}._MiddleBox_1ckr4_54 :root{--cube-size: 200px;--half-size: calc(var(--cube-size) / 2);--face-bg: rgb(59, 131, 246)}._MiddleBox_1ckr4_54 ._CubeContainer_1ckr4_111{--cube-size: 15rem;--half-size: calc(var(--cube-size) / 2);width:70%;display:flex;align-items:center;justify-content:center}._MiddleBox_1ckr4_54 ._scene_1ckr4_125{width:var(--cube-size);height:var(--cube-size);perspective:1800px}._MiddleBox_1ckr4_54 ._cube_1ckr4_133{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 1s ease-in-out;transform:rotateX(-5deg) rotateY(-35deg)}._MiddleBox_1ckr4_54 ._face_1ckr4_145{position:absolute;width:var(--cube-size);height:var(--cube-size);background-color:var(--face-bg);border:0px solid rgb(0,0,0);color:#000;font-size:1.2rem;font-weight:600;display:flex;flex-direction:column;justify-content:space-around;align-items:center}._MiddleBox_1ckr4_54 ._face_1ckr4_145 ._risk_1ckr4_162{font-size:.75rem;font-weight:500;text-align:center;text-wrap:nowrap;width:100%;height:100%;padding:.2rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;color:#000}._MiddleBox_1ckr4_54 ._face_1ckr4_145 ._risk_1ckr4_162 ._Bar_1ckr4_176{width:100%;height:.5rem;border-radius:2rem;overflow:hidden;box-shadow:0 2px 8px #0000001a;margin-right:.5rem}._MiddleBox_1ckr4_54 ._face_1ckr4_145 ._risk_1ckr4_162 ._Bar_1ckr4_176 ._Fill_1ckr4_184{height:100%}._MiddleBox_1ckr4_54 ._front_1ckr4_190{transform:translateZ(var(--half-size));background:linear-gradient(0deg,#1c637f 9.33%,#edf8fc 91.94%)}._MiddleBox_1ckr4_54 ._front_1ckr4_190 ._risk_1ckr4_162:nth-child(4){color:#fff}._MiddleBox_1ckr4_54 ._front_1ckr4_190 ._risk_1ckr4_162:nth-child(5){color:#fff}._MiddleBox_1ckr4_54 ._front_1ckr4_190 ._risk_1ckr4_162:nth-child(6){color:#fff}._MiddleBox_1ckr4_54 ._front_1ckr4_190 ._risk_1ckr4_162:nth-child(7){color:#fff}._MiddleBox_1ckr4_54 ._right_1ckr4_210{transform:rotateY(90deg) translateZ(var(--half-size));background:linear-gradient(0deg,#1c637f 9.33%,#edf8fc 91.94%)}._MiddleBox_1ckr4_54 ._top_1ckr4_218{transform:rotateX(90deg) translateZ(var(--half-size));background-color:#0000002b}._Top_1ckr4_88 ._MiddleTextTitle_1ckr4_224{font-size:1.6rem;font-weight:700;margin:.8rem 0;color:var(--accent, #2a5bd7)}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230{font-size:1rem;line-height:1.75;word-break:break-word;display:flex;flex-direction:column;justify-content:end}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230 ul{margin-left:2rem}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230 ._Source_1ckr4_241{width:100%;text-align:end}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230 ._imageContainer_1ckr4_245{width:100%;height:30dvh;overflow:hidden;margin-bottom:.5rem;border-radius:1rem}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230 ._imageContainer_1ckr4_245 img{width:100%;height:100%;object-fit:cover}._Top_1ckr4_88 ._MiddleTextContent_1ckr4_230 ._PDFWrapper_1ckr4_257{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;cursor:pointer;width:100%;border-radius:.9375rem;background:rgba(183,183,183,.2);box-shadow:0 4px 4px #00000008;overflow:hidden;padding:1rem}._Footer_1ckr4_272{width:100%}._Footer_1ckr4_272 ._MiddleTextActions_1ckr4_275{display:flex;width:100%;gap:1.2rem;margin-top:.5rem;justify-content:space-around}._Footer_1ckr4_272 ._MiddleTextActions_1ckr4_275 button{background:transparent;border:none;display:flex;font-size:1.3rem;gap:.5rem}._Footer_1ckr4_272 ._MiddleTextDate_1ckr4_289{width:100%;display:flex;align-items:center;justify-content:space-between;text-wrap:nowrap;font-size:1rem;color:var(--text-secondary, #888);margin-top:.7rem}._ReadMoreBtn_1ckr4_300{color:red;background:transparent;border:none;text-align:end;width:100%;cursor:pointer;font-weight:600;margin-left:auto;margin-top:0}._Save_1gmn1_1{width:100%;height:100%;padding:0 3.31rem 0 3.25rem;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;position:relative}._Save_1gmn1_1 ._TopSection_1gmn1_11{padding-top:1.88rem;display:flex;align-items:center;justify-content:space-between}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._inputWrapper_1gmn1_17{width:18.75rem;height:3rem;border-radius:6.25rem;background:#fff;overflow:hidden;display:flex;align-items:center;padding-left:.94rem;gap:.64rem}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._inputWrapper_1gmn1_17 svg{width:1.54825rem;height:1.54806rem}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._inputWrapper_1gmn1_17 input{width:100%;height:100%;background:transparent;outline:none;border:none;color:#000;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._Right_1gmn1_45{display:flex;align-items:center;gap:1rem}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._Right_1gmn1_45 select{width:9rem;height:2rem;border-radius:.25rem;background:#f5f6f7;border:none;border-right:.75rem solid transparent;padding:0 .75rem;cursor:pointer;outline:none;transition:all .3s ease-in-out}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._Right_1gmn1_45 select:hover{background:#dddddd}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._Right_1gmn1_45 ._UserImage_1gmn1_65{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}._Save_1gmn1_1 ._TopSection_1gmn1_11 ._Right_1gmn1_45 ._UserImage_1gmn1_65 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75{margin-top:2rem;width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;background:#fff;border-radius:1.875rem 1.875rem 0 0;padding:1rem 2.25rem 0rem 1.12rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11{display:flex;flex-direction:column;gap:.9rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._HeaderWrapper_1gmn1_92{display:flex;align-items:center;justify-content:space-between}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._HeaderWrapper_1gmn1_92 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._HeaderWrapper_1gmn1_92 ._SearchWrapper_1gmn1_106{width:15.875rem;height:2.54rem;border-radius:5.29169rem;background:#fafafa;overflow:hidden;display:flex;align-items:center;gap:.54rem;padding-left:.79rem;padding-right:.79rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._HeaderWrapper_1gmn1_92 ._SearchWrapper_1gmn1_106 input{color:#000;font-family:Poppins;font-size:.84669rem;font-style:normal;font-weight:400;line-height:normal;width:100%;height:100%;background:transparent;border:none;outline:none}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131{height:2.375rem;display:flex;align-items:center;gap:2.25rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button{height:100%;width:5.75rem;border-radius:6.25rem;border:none;background:rgba(255,255,255,.5);color:#d1d1d1;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .3s ease-in-out;position:relative;box-shadow:0 10px 40px #dee6ed66;overflow:hidden;z-index:1}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:var(--btnBg1);color:var(--btnText1);z-index:-1;opacity:0;transition:all .3s ease-in-out}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button:hover{color:var(--btnText1);transform:scale(1.1)}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button:hover:after{opacity:1}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button._active_1gmn1_176{color:var(--btnText1)}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Top_1gmn1_11 ._ButtonWrapper_1gmn1_131 button._active_1gmn1_176:after{opacity:1}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Loading_1gmn1_182{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75{width:100%;height:100%;overflow:hidden;overflow-y:scroll}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75::-webkit-scrollbar{display:none}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198{width:100%;margin-bottom:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.3rem;row-gap:1.3rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col1_1gmn1_206{grid-column:1/3;border-radius:1rem;overflow:hidden;height:20rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col1_1gmn1_206 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col2_1gmn1_216{height:20rem;border-radius:1rem;overflow:hidden}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col2_1gmn1_216 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col3_1gmn1_225{height:20rem;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;padding:1rem;align-items:start!important;justify-content:space-between!important}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col3_1gmn1_225 h3{color:var(--accent, #2a5bd7)}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col3_1gmn1_225 li{margin-left:1.5rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col3_1gmn1_225 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row1_1gmn1_198 ._Col3_1gmn1_225 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253{width:100%;height:20rem;margin-bottom:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.3rem}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col1_1gmn1_206{border-radius:1rem;overflow:hidden}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col1_1gmn1_206 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col2_1gmn1_216{border-radius:1rem;overflow:hidden}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col2_1gmn1_216 img{width:100%;height:100%}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col3_1gmn1_225{grid-column:3/5;border-radius:1rem;overflow:hidden}._Save_1gmn1_1 ._BottomSection_1gmn1_75 ._Bottom_1gmn1_75 ._Row2_1gmn1_253 ._Col3_1gmn1_225 img{width:100%;height:100%}._Save_182pt_1{width:100%;height:100%;padding:0 3.31rem 0 3.25rem;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem;position:relative}._Save_182pt_1 ._TopSection_182pt_11{padding-top:1.88rem;display:flex;align-items:center;justify-content:space-between}._Save_182pt_1 ._TopSection_182pt_11 ._inputWrapper_182pt_17{width:18.75rem;height:3rem;border-radius:6.25rem;background:#fff;overflow:hidden;display:flex;align-items:center;padding-left:.94rem;gap:.64rem}._Save_182pt_1 ._TopSection_182pt_11 ._inputWrapper_182pt_17 svg{width:1.54825rem;height:1.54806rem}._Save_182pt_1 ._TopSection_182pt_11 ._inputWrapper_182pt_17 input{width:100%;height:100%;background:transparent;outline:none;border:none;color:#000;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}._Save_182pt_1 ._TopSection_182pt_11 ._Right_182pt_45{display:flex;align-items:center;gap:1rem}._Save_182pt_1 ._TopSection_182pt_11 ._Right_182pt_45 select{width:9rem;height:2rem;border-radius:.25rem;background:#f5f6f7;border:none;border-right:.75rem solid transparent;padding:0 .75rem;cursor:pointer;outline:none;transition:all .3s ease-in-out}._Save_182pt_1 ._TopSection_182pt_11 ._Right_182pt_45 select:hover{background:#dddddd}._Save_182pt_1 ._TopSection_182pt_11 ._Right_182pt_45 ._UserImage_182pt_65{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden}._Save_182pt_1 ._TopSection_182pt_11 ._Right_182pt_45 ._UserImage_182pt_65 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75{margin-top:2rem;width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;background:#fff;border-radius:1.875rem 1.875rem 0 0;padding:1rem 2.25rem 0rem 1.12rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11{display:flex;flex-direction:column;gap:.9rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._HeaderWrapper_182pt_92{display:flex;align-items:center;justify-content:space-between}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._HeaderWrapper_182pt_92 h1{color:#1b1d28;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.015rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._HeaderWrapper_182pt_92 ._SearchWrapper_182pt_106{width:15.875rem;height:2.54rem;border-radius:5.29169rem;background:#fafafa;overflow:hidden;display:flex;align-items:center;gap:.54rem;padding-left:.79rem;padding-right:.79rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._HeaderWrapper_182pt_92 ._SearchWrapper_182pt_106 input{color:#000;font-family:Poppins;font-size:.84669rem;font-style:normal;font-weight:400;line-height:normal;width:100%;height:100%;background:transparent;border:none;outline:none}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131{height:2.375rem;display:flex;align-items:center;gap:2.25rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button{height:100%;width:5.75rem;border-radius:6.25rem;border:none;background:rgba(255,255,255,.5);color:#d1d1d1;font-family:Poppins;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;transition:all .3s ease-in-out;position:relative;box-shadow:0 10px 40px #dee6ed66;overflow:hidden;z-index:1}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:var(--btnBg1);color:var(--btnText1);z-index:-1;opacity:0;transition:all .3s ease-in-out}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button:hover{color:var(--btnText1);transform:scale(1.1)}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button:hover:after{opacity:1}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button._active_182pt_176{color:var(--btnText1)}._Save_182pt_1 ._BottomSection_182pt_75 ._Top_182pt_11 ._ButtonWrapper_182pt_131 button._active_182pt_176:after{opacity:1}._Save_182pt_1 ._BottomSection_182pt_75 ._Loading_182pt_182{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75{width:100%;height:100%;padding:1rem;overflow:hidden;overflow-y:scroll}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75::-webkit-scrollbar{display:none}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199{width:100%;margin-bottom:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.3rem;row-gap:1.3rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col1_182pt_207{grid-column:1/3;border-radius:1rem;overflow:hidden;height:20rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col1_182pt_207 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col2_182pt_217{height:20rem;border-radius:1rem;overflow:hidden}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col2_182pt_217 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col3_182pt_226{height:20rem;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;padding:1rem;align-items:start!important;justify-content:space-between!important}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col3_182pt_226 h3{color:var(--accent, #2a5bd7)}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col3_182pt_226 li{margin-left:1.5rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col3_182pt_226 button{width:fit-content;color:red;background:transparent;border:none;cursor:pointer;font-weight:600}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row1_182pt_199 ._Col3_182pt_226 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254{width:100%;height:20rem;margin-bottom:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);column-gap:1.3rem}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col1_182pt_207{border-radius:1rem;overflow:hidden}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col1_182pt_207 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col2_182pt_217{border-radius:1rem;overflow:hidden}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col2_182pt_217 img{width:100%;height:100%}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col3_182pt_226{grid-column:3/5;border-radius:1rem;overflow:hidden}._Save_182pt_1 ._BottomSection_182pt_75 ._Bottom_182pt_75 ._Row2_182pt_254 ._Col3_182pt_226 img{width:100%;height:100%}*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}:root{--bgWhite: #fff;--bg1: #fafafa;--navIconBg: linear-gradient(106deg, #3c4fff 9.33%, #4fc9fe 91.94%), linear-gradient(104deg, #ff6f44 9.53%, #fe4fa0 101.92%), #d9d9d9;--blue: #3c4fff;--btnBg1: linear-gradient(106deg, #3c4fff 9.33%, #4fc9fe 91.94%), linear-gradient(106deg, #fd7047 9.33%, #fe4fa0 91.94%);--btnBgHover: linear-gradient(278deg, #3c4fff 9.33%, #4fc9fe 91.94%), linear-gradient(283deg, #fd7047 9.33%, #fe4fa0 91.94%);--btnText1: #fff;--Base_Font_Size: 100%;font-size:var(--Base_Font_Size)}#root{background:#000000}.RootLoading{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.MainContainerWrapper{width:100vw;height:100vh;overflow:hidden;display:flex;background:var(--bgWhite);border-radius:2.5rem}.MainContainerWrapper .ContentWrapper{width:100%;height:100%;border-radius:2.5rem 2.5rem 2.5rem 0;border-left:1px solid #f0f0f0;background:var(--bg1);overflow:hidden;position:relative}@media screen and (max-width: 1728px){:root{--Base_Font_Size: 85%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 75%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1366px){:root{--Base_Font_Size: 65%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 55%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 45%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 1024px){:root{--Base_Font_Size: 40%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 900px){:root{--Base_Font_Size: 35%;font-size:var(--Base_Font_Size)}}@media screen and (max-width: 800px){:root{--Base_Font_Size: 30%;font-size:var(--Base_Font_Size)}}
