@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Fuggles&display=swap);@import url(https://fonts.googleapis.com/css2?family=Croissant+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap);@import url(https://fonts.googleapis.com/css2?family=Tilt+Prism&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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Testing_Testing__1quHl{background:#8d8d8d;padding:10rem 30rem}.Testing_Testing__1quHl .Testing_Wrap__5as64{align-items:center;display:flex;flex-direction:column;font-size:2rem;overflow:hidden}.Testing_Testing__1quHl .Testing_Box__miZZZ{background:#fff;overflow:hidden;padding:0 3rem;position:relative;text-align:justify;transition:all .8s ease-in-out;z-index:1}.Testing_Testing__1quHl .Testing_Box__miZZZ.Testing_ac__mq329{height:10rem;width:100%}.Testing_Testing__1quHl .Testing_Box__miZZZ.Testing_cl__NGOAI{box-shadow:1px 1px 10px 5px #0000001a;height:0;width:97%}.Testing_Testing__1quHl .Testing_Box__miZZZ.Testing_cl__NGOAI:nth-child(2n){transform:skewX(40deg)}.Testing_Testing__1quHl .Testing_Box__miZZZ.Testing_cl__NGOAI:nth-child(odd){transform:skewX(-40deg)}.Testing_Testing__1quHl .Testing_Bottom__mHlSi,.Testing_Testing__1quHl .Testing_Top__9KZ7V{background:#fff;height:10rem;position:relative;transform:skewX(0deg);width:100%;z-index:2}.Header_header__bSYlD{height:9rem;margin-bottom:1rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc{align-items:center;display:flex;gap:4rem;height:90%;justify-content:space-between;overflow:hidden;width:100%;z-index:10}.Header_leftContainer__SoUGB{align-items:center;display:flex;flex:34% 1;flex-shrink:0;height:100%;justify-content:space-between;padding-block:1rem;width:100%}.Header_leftContainer__SoUGB button{align-items:center;background-color:#a6539d;border:none;border-radius:.8rem;color:#fff;cursor:pointer;display:flex;font-size:2rem;gap:2rem;height:92%;justify-content:center;outline:line;padding:1rem 2rem;transition:all .3s ease-in-out;width:18rem}.Header_leftContainer__SoUGB button:hover{transform:scale(1.02)}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab{background:#fcf7fc;border-radius:1.2rem;flex:64% 1;flex-shrink:0;height:100%;padding-block:1rem;width:100%}.Header_dark__762vm{background:#f3dff3!important;.Header_ListItem__XYCFu label{color:#fff!important}}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul{display:flex;height:100%;justify-content:space-between;padding:0 1.5rem;width:100%}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li{align-items:center;display:flex;justify-content:center;list-style:none;text-align:center}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li a{color:#000;display:block;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:.4rem;position:relative;text-decoration:none}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li a .Header_redDot__FVmzl{background:red;border-radius:50%;color:#fff;font-size:75%;height:2rem;position:absolute;right:0;top:0;width:2rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li a .Header_ProfilePic__sR1jN{border:1px solid #a6539d;border-radius:50%;height:5rem;width:5rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li a .Header_ProfilePic__sR1jN img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_logoContainer__ZDBmY a,.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_logoutContainer__lMXE1 a{align-items:center;display:flex;gap:10px;height:100%;width:100%}.Header_leftContainer__SoUGB a{text-decoration:none}.Header_logoContainer__ZDBmY a p{color:#a6539d;font-size:2.8rem;font-weight:700;letter-spacing:.2rem}.Header_logoContainer__ZDBmY a img{background-color:#a6539d;border-radius:5px;box-shadow:0 0 1rem #1b47c126;height:6.5rem;width:6.5rem}.Header_createBtn__OQhM-{height:100%}.Header_ListItem__XYCFu{align-items:center;display:flex;gap:1rem}.Header_ListItem__XYCFu label{color:#a6539d;font-size:1.5rem;opacity:0;transition:all .3s ease-in-out;width:0}.Header_ListItem__XYCFu a img{transition:all .3s ease-in-out;width:92%}.Header_ListItem__XYCFu input{background:#0000;border:none;border-bottom:1px solid #000;font-size:2rem;height:100%;margin-right:0;outline:none;padding:0;transition:all .3s linear;width:0}.Header_ListItem__XYCFu .Header_ActiveSearchBox__IEhie{margin-right:1rem;padding:0 1rem;transform:translateX(0);width:25rem}.Header_ActiveItem__A7vKO label,.Header_ListItem__XYCFu:hover label{opacity:1;width:max-content}.Header_ActiveItem__A7vKO a{align-items:center;background-color:#e7c0e5;border-radius:50%;display:flex!important;justify-content:center;overflow:hidden;padding:1rem!important}.Header_ActiveItem__A7vKO a img{height:92%!important;object-fit:contain;width:92%!important}.Header_header__bSYlD .Header_LogoutPopup__Eyeb3{background:#fff;border-radius:1rem;box-shadow:0 0 2rem 1rem #00000080;height:36.8rem;left:50%;overflow:hidden;padding:5.4rem 6.7rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:61rem;z-index:11}.Header_LogoutPopup__Eyeb3 h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:400;line-height:5.2rem}.Header_LogoutPopup__Eyeb3 h1 span{display:block;font-weight:700}.Header_LogoutPopup__Eyeb3 div{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin-top:4.6rem}.Header_LogoutPopup__Eyeb3 div button{background:#d7daff;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:6.2rem;line-height:2rem;outline:none;width:21.8rem}.Header_LogoutPopup__Eyeb3 div button:last-child{background:#f23f3f;color:#fff}.Header_LogoutPopup__Eyeb3 div button:hover{background:#b9b9b9;transition:all .3s ease-in-out}.Header_LogoutPopup__Eyeb3 div button:last-child:hover{background:#881c1c;transition:all .3s ease-in-out}@media screen and (max-width:1200px){.Header_header__bSYlD{height:14rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc{background-color:#0000000d;bottom:0;height:14rem;left:0;margin-block:0;padding:0 4rem}.Header_logoContainer__ZDBmY{height:10rem}.Header_logoContainer__ZDBmY a img{width:45rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul li a{color:#fff;font-size:1.6rem;line-height:2.4rem}.Header_MobileLeftHeader__\+zp2f{align-items:center;display:flex;gap:1rem;width:max-content}.Header_MobileProfile__LzdcU{border-radius:50%;height:max-content;margin-inline:2rem 0;width:max-content}.Header_createBtn__OQhM-{align-items:center;display:flex;height:6rem}.Header_createBtn__OQhM- button{height:5.7rem}.Header_BackButton__QUPA4{align-items:center;border-radius:2rem;display:flex;height:6.5rem;justify-content:center;width:8rem}.Header_BackButton__QUPA4 svg{color:#fff;font-size:3rem}.Header_MobileProfile__LzdcU a .Header_ProfilePic__sR1jN{border-radius:50%;height:10rem;width:10rem}.Header_MobileProfile__LzdcU a .Header_ProfilePic__sR1jN img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Header_toggleHeader__ieE5v{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;border-radius:5px;color:#fff;display:flex;height:6vh;left:14.5vw;padding:1rem;position:absolute;top:calc(16rem + 45vh);width:8vw;z-index:10;img{height:80%;width:100%}}.Header_closedHeader__1ws8T{transform:translateX(-100%);transition:transform .3s ease-in-out}.Header_closedHamburger__2\+SAq{left:0;transform:rotateY(180deg);transition:transform .3s ease-in-out}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_navContainer__IeHab ul .Header_update__pJzwJ{align-items:center;display:flex;svg{height:80%;width:80%}}.Header_logoContainer__ZDBmY a p{color:#a6539d;font-size:3.5rem;font-weight:700;letter-spacing:.2rem}.Header_logoContainer__ZDBmY a img{background-color:#a6539d;height:100%;width:11rem}}@media screen and (max-width:700px){.Header_header__bSYlD{background-color:#a6539d;border-radius:5px;height:12rem;padding:0}.Header_createBtn__OQhM- button{display:none;height:6rem;width:15rem}.Header_MobileProfile__LzdcU a .Header_ProfilePic__sR1jN{height:8rem;width:8rem}.Header_logoContainer__ZDBmY a img{width:30rem}.Header_logoContainer__ZDBmY{height:7rem}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_logoContainer__ZDBmY a,.Header_header__bSYlD .Header_HeaderContainer__o\+qgc .Header_logoutContainer__lMXE1 a{gap:0}.Header_header__bSYlD .Header_HeaderContainer__o\+qgc{background-color:#a6539d;border-radius:5px;height:13rem}.Header_logoContainer__ZDBmY a img{height:100%;width:8rem}.Header_logoContainer__ZDBmY a p{color:#fff;font-size:3.5rem;letter-spacing:.3rem}.Header_logoContainer__ZDBmY a img{background-color:#a6539d;height:12rem;width:13rem}}.Header_modeBtn__r8tTJ{background-color:#a6539d;border:none;border-radius:4px;color:#fff;outline:none;padding:.5rem}.SmallHeader_SmallHeader__Tlt7q{display:flex;height:7.5rem;justify-content:flex-end;padding-right:3.8rem}.SmallHeader_SmallHeader-container__SPDaZ{align-items:center;display:flex;gap:2.5rem;height:100%}.SmallHeader_SearchContainer__uxVCC{display:flex;height:4.8rem;overflow:hidden}.SmallHeader_SearchContainer__uxVCC input{background:#0000;border:none;border-bottom:1px solid #000;font-size:2rem;height:100%;margin-right:0;outline:none;padding:0;transition:all .3s linear;width:0}.SmallHeader_SearchContainer__uxVCC input.SmallHeader_active__K84LG{margin-right:1rem;padding:0 1rem;transform:translateX(0);width:25rem}.SmallHeader_SmallHeader-container__SPDaZ button{background:#0000;border:none;cursor:pointer}.SmallHeader_SmallHeader-container__SPDaZ button.SmallHeader_btn__Bkhg1{align-items:center;border-radius:50%;display:flex;height:4.8rem;justify-content:center;padding:5;position:relative;width:4.8rem}.SmallHeader_SmallHeader-container__SPDaZ button.SmallHeader_btn__Bkhg1 .SmallHeader_redDot__dHu33{background:red;border-radius:50%;color:#fff;font-size:100%;height:2rem;position:absolute;right:0;top:0;width:2rem}.SmallHeader_SmallHeader-container__SPDaZ button.SmallHeader_btn__Bkhg1:hover{background:#ccd0ff;transition:all .2s ease-in}.SmallHeader_SmallHeader-container__SPDaZ button.SmallHeader_btn__Bkhg1:hover svg path{fill:#2992e3;transition:all .1s ease-in}.SmallHeader_btn__Bkhg1 .SmallHeader_NotificationIcon__-NWAi,.SmallHeader_btn__Bkhg1 .SmallHeader_SearchIcon__fHIVU{height:2.8rem;width:2.8rem}.SmallHeader_SmallHeader-container__SPDaZ .SmallHeader_logo__gZbKF{height:5.5rem;width:5.5rem}.SmallHeader_SmallHeader-container__SPDaZ .SmallHeader_logo__gZbKF img{height:100%;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:20}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(91deg,#ffffff4d 1.74%,#ffffff26 101.68%);border:1px solid #fff;box-shadow:0 0 1rem .5rem #0000004d;box-shadow:0 40px 40px 0 #00000040;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:absolute;right:0;top:0;width:51.5rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh{align-items:center;display:flex;height:11.1rem;justify-content:space-between;padding:0 2rem 0 2.8rem;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh h1{color:#000;font-family:Montserrat;font-size:2.14rem;font-style:normal;font-weight:600;line-height:3rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh button{background:#0000;border:none;border-radius:1rem;color:#999;cursor:pointer;font-family:Montserrat;font-size:1.4rem;font-style:normal;font-weight:500;line-height:3rem;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh button:hover{background:#3a0dbb;color:#fff}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn{flex:1 1;height:auto;overflow-y:scroll;padding-right:2rem;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn::-webkit-scrollbar{width:5px}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn h2{padding:0 3rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz{align-items:center;background:linear-gradient(270deg,#390db80d 57.6%,#fff0 91.06%);border:1px solid #fff;border-radius:0 20px 20px 0;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.8rem;padding:2.4rem 3.1rem 2rem 1.6rem;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz.SmallHeader_isSeen__ZK7Nm{background:linear-gradient(270deg,#4309ec73 57.6%,#b7afe6b3 91.06%)}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz.SmallHeader_isSeen__ZK7Nm h5 p{color:#3b3434}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div{align-items:center;display:flex;gap:2.5rem;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div div{border-radius:50%;height:6rem;padding:.5rem;width:6rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div div img{height:100%;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div div .SmallHeader_ProfileImage__vYgop{border-radius:50%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div h5{color:#000;flex:1 1;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:3rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz div h5 h5 p{color:#000;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:3rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz .SmallHeader_timeText__VSSEu{color:#000;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:3rem;text-align:center;width:8rem}@media screen and (max-width:431px){.SmallHeader_SmallHeader__Tlt7q{align-items:center;border-bottom:1px solid #fff;display:flex;height:18rem;justify-content:space-between;padding:2.1rem 4rem}.SmallHeader_SmallHeader__Tlt7q .SmallHeader_SmallHeader-container__SPDaZ .SmallHeader_btn__Bkhg1{width:3.5rem}.SmallHeader_btn__Bkhg1 .SmallHeader_NotificationIcon__-NWAi{height:100%;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn{background:#e7e9fe;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh{align-items:center;display:flex;height:11.1rem;justify-content:space-between;padding:0 5rem 0 2.8rem;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh h1{color:#000;font-family:Montserrat;font-size:2.14rem;font-style:normal;font-weight:600;line-height:3rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh button{background:#0000;border:none;border-radius:1rem;color:#999;cursor:pointer;font-family:Montserrat;font-size:1.4rem;font-style:normal;font-weight:500;line-height:3rem;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotTop__5tAgh button:hover{background:#3a0dbb;color:#fff}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn{padding-right:0}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotMiddle__m4Jhn .SmallHeader_NotBox__6Vonz{background:#fff;border-radius:0;margin-bottom:.4rem}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotBottom__mee3a{align-items:center;background-color:#fff;box-shadow:0 -3px 15px 8px #0000001a;display:flex;height:7vh;justify-content:center;width:100%}.SmallHeader_NotificationContainerWrapper__bbRTG .SmallHeader_NotificationContainer__DchRn .SmallHeader_NotBottom__mee3a p{color:#3a0dbb;font-size:1.5rem;text-align:center}}.ViewPost_Container__JJS0E{position:relative}.ViewPost_Container__JJS0E .ViewPost_BackgroundImage__MXzJz{background:linear-gradient(0deg,#0009,#0009),#d3d3d3 0 -586.333px/100% 210.393% no-repeat;bottom:0;filter:blur(4px);left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.ViewPost_Container__JJS0E .ViewPost_BackgroundImage__MXzJz img,.ViewPost_Container__JJS0E .ViewPost_BackgroundImage__MXzJz video{max-height:250%;min-height:100%;width:100%}.ViewPost_Container__JJS0E .ViewPost_BackgroundImage__MXzJz .ViewPost_Overlay__Vk7oL{background:#0000004d;filter:blur(5px);height:100%;left:0;position:absolute;top:0;width:100%}.ViewPost_ViewPost__tb3CH{-ms-overflow-style:none;display:flex;gap:1.5rem;height:100%;overflow:hidden;padding:4rem 2rem 1.3rem 1.3rem;position:relative;scrollbar-width:none;width:100%}.ViewPost_ViewPost__tb3CH::-webkit-scrollbar{display:none}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade{display:flex;flex-direction:column;gap:4rem;height:100%;position:relative;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR{align-items:center;display:flex;gap:1rem;height:4rem;justify-content:space-between;padding-left:2rem;position:absolute;right:0;top:0;width:100%;z-index:2}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR .ViewPost_ZoomBtns__ROVJi{align-items:center;display:flex;gap:1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button{align-items:center;background:#0000;border:none;color:#1b47c1;cursor:pointer;display:flex;font-size:3rem;height:100%;justify-content:center;transition:all .3s ease-in-out;width:5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:hover{font-size:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:disabled{color:#494949;cursor:no-drop}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:disabled:hover{font-size:3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ImageContainer__kfU57{align-items:center;background-color:#0000004d;display:flex;flex:60% 1;justify-content:center;overflow:hidden;padding:4rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ImageContainer__kfU57 img{height:100%;max-width:100%;object-fit:contain}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ImageContainer__kfU57 video{height:62rem;max-width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0{align-items:center;display:flex;flex:40 1;flex-shrink:0;gap:1rem;height:100%;max-width:50rem;min-width:50rem;overflow:hidden;width:50rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-size:3rem;height:2.5rem;justify-content:center;transition:all .3s ease-in-out;width:2.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 button:active{transform:scale(1.1)}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 .ViewPost_SlideImages__hXPAO{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden;position:relative;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000;border-radius:2rem;box-shadow:0 0 8px 1px #0000001a;height:20rem;margin-left:-25%;max-width:20rem;min-width:20rem;overflow:hidden;transform:skewY(10deg);transition:all .3s ease-in-out}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL.ViewPost_inActive__jSipl{opacity:0}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL img,.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_BottomPostContainer__c81b0 .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL video{height:102%;width:102%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw{display:flex;flex-direction:column;gap:2rem;height:75%;max-width:45rem;min-width:40rem;width:45rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(12px);background:#ffffff3b;border-radius:3rem;box-shadow:0 8px 32px #00000040;flex:2 1;overflow:hidden;padding:2.3rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi{display:flex;flex-direction:column;gap:1rem;height:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i{align-items:center;display:flex;height:auto;justify-content:space-between;padding-right:2rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn{align-items:center;display:flex;gap:1.2rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57{border-radius:50%;height:4.5rem;overflow:hidden;width:4.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57 img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_name__oc7Tb{color:#fff;font-family:Poppins;font-size:1.53rem;font-style:normal;font-weight:600;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_UserName__\+PriK{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_URight__53XeV{cursor:pointer;height:4.5rem;width:4.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y{align-items:center;display:flex;gap:2rem;height:auto;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y p{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Like__yVzzi{align-items:center;cursor:pointer;display:flex;gap:.5rem;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:8rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Like__yVzzi img{height:4rem;width:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Comment__oDURa{align-items:center;cursor:pointer;display:flex;gap:.8rem;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:8rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Comment__oDURa img{height:3rem;width:3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Share__dAtXo{cursor:pointer;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+{display:flex;flex-basis:100%;flex-direction:column;gap:.8rem;height:50%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6{align-items:center;display:flex;justify-content:space-between}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:500;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 .ViewPost_TopLeft__aeTnx{align-items:center;cursor:pointer;display:flex;gap:1.7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 .ViewPost_TopRight__VKtam{align-items:center;cursor:pointer;display:flex}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7{height:100%;overflow-y:scroll;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7::-webkit-scrollbar{display:none}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentContainerWrapper__VVBjN{margin-bottom:1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#fff0;border-radius:.9rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO{align-items:center;display:flex;gap:.8rem;height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Name__7nPtK{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Text__YVdsV{color:#fff;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC{align-items:flex-start;display:flex;gap:1.1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC span{color:#fff;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button:first-child{padding:.3rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA svg{height:1.7rem;width:1.7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo{align-items:flex-end;display:flex;height:auto;justify-content:end;margin-top:.8rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8{align-items:center;background:#0a1bcf29;border-radius:.5rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;position:relative;right:0;width:94%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8:after{background:#00000045;background:#fff;content:"";height:1px;left:-2rem;position:absolute;top:3rem;width:1.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8:before{background:#00000045;background:#fff;content:"";height:3.5rem;left:-2rem;position:absolute;top:-.5rem;width:1px}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO{align-items:center;display:flex;gap:.8rem;height:auto;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Name__7nPtK{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Text__YVdsV{color:#fff;font-family:Poppins;font-size:1.23rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC{align-items:flex-start;display:flex;gap:1.1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC span{color:#fff;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button:first-child{padding:.3rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBRight__qsw4a{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBRight__qsw4a p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA svg{height:1.7rem;width:1.7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ{align-items:flex-end;display:flex;height:auto;justify-content:end;margin-top:.8rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG{align-items:center;background:#dde0ff30;border-radius:.4rem;display:flex;justify-content:space-between;margin-top:.5rem;min-height:5rem;padding:0 2rem 0 1rem;position:relative;width:30rem;width:89%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG:after{background:#00000045;background:#fff;content:"";height:1px;left:-2.5rem;position:absolute;top:3rem;width:1.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG:before{background:#00000045;background:#fff;content:"";height:2.5rem;left:-2.5rem;position:absolute;top:.5rem;width:1px}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr{align-items:center;display:flex;gap:.7rem;margin-right:2rem;overflow:hidden;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftImage__Qufek{border-radius:50%;height:3.5rem;overflow:hidden;width:3.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftImage__Qufek img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG p{color:#fff;font-size:1rem;font-weight:400;line-height:123.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG h4{color:#fff;font-size:1.2rem;font-weight:400;line-height:100.4%;margin:0;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG div{align-items:flex-start;justify-content:start;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG div span{color:#fff;font-size:.8rem;font-weight:400;padding:.4rem 1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_left__60spr .ViewPost_leftText__hk1NG div span:last-child{cursor:pointer}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_CBRight__qsw4a{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_CBRight__qsw4a p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_ReplySubCommentBoxWrapper__2VVZQ .ViewPost_ReplySubCommentBox__0F8RG .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA svg{height:1.7rem;width:1.7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh{align-items:center;display:flex;gap:.5rem;height:5.6rem;position:relative}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fff0;border-radius:1.1rem;display:flex;flex:1 1;height:100%;overflow:hidden;padding:0 1.4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf input{background:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf input::placeholder{color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;line-height:123.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf .ViewPost_EmojiBtn__LzgVs{background:#0000;border:none;cursor:pointer;height:2.3rem;width:2.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf .ViewPost_EmojiBtn__LzgVs svg{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_SubmitBtn__IMjw6{align-items:center;background:linear-gradient(137deg,#1b47c1,#31dbc7);border:none;border-radius:1.1rem;cursor:pointer;display:flex;height:5.6rem;justify-content:center;width:8.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_EmojiContainer__3\+uD-{bottom:6rem;height:50rem;left:0;position:absolute;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB{align-items:center;display:flex;flex:1 1;gap:1rem;overflow:hidden;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-size:3rem;height:2.5rem;justify-content:center;transition:all .3s ease-in-out;width:2.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB button:active{transform:scale(1.1)}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB .ViewPost_SlideImages__hXPAO{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden;position:relative}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000;border-radius:2rem;box-shadow:0 0 8px 1px #0000001a;height:20rem;margin-left:-25%;max-width:20rem;min-width:20rem;overflow:hidden;transform:skewY(10deg);transition:all .3s ease-in-out}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL.ViewPost_inActive__jSipl{opacity:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL img,.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB .ViewPost_SlideImages__hXPAO .ViewPost_ImageWrapper__sjntL video{height:102%;width:102%}.ViewPost_ViewPost__tb3CH .ViewPost_ThreeDotWrapper__sw6Rz{align-items:flex-end;background:#0009;border-radius:0 2rem 2rem 0;bottom:0;display:flex;flex-direction:column;left:15.5rem;padding:6rem 11rem;position:fixed;right:4rem;top:4rem;z-index:10}.ViewPost_ViewPost__tb3CH .ViewPost_ThreeDotWrapper__sw6Rz .ViewPost_ButtonWrapper__55Or3{align-items:flex-end;display:flex;flex-direction:column;gap:1.1rem;height:30rem;width:20rem}.ViewPost_ViewPost__tb3CH .ViewPost_ThreeDotWrapper__sw6Rz .ViewPost_ButtonWrapper__55Or3 button{align-items:center;-webkit-backdrop-filter:blur(4.6782455444px);backdrop-filter:blur(4.6782455444px);background:#ffffff14;background-color:var(--pink1);border:none;border-radius:9.35rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.1228rem;font-style:normal;font-weight:700;gap:1.2rem;justify-content:center;line-height:normal;padding:.93rem 2.4rem;transition:all .3s ease-in-out}.ViewPost_ViewPost__tb3CH .ViewPost_ThreeDotWrapper__sw6Rz .ViewPost_ButtonWrapper__55Or3 button:hover{background:var(--pink3)}@media screen and (max-width:631px){.ViewPost_ViewPost__tb3CH{flex-direction:column;padding:0}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR{gap:2rem;right:5vw;top:5vh}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button{color:#fff;font-size:7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:hover{font-size:7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:disabled{color:#fff;cursor:no-drop;font-size:7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ZoomContainer__3tJTR button:disabled:hover{font-size:7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ImageContainer__kfU57{height:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_ImageContainer__kfU57 img{max-height:100%;max-width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i{align-items:center;display:flex;height:auto;justify-content:space-between;padding:2rem 4rem;position:absolute;top:18px;width:100%;z-index:5}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn{align-items:center;display:flex;gap:1.2rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57{border-radius:50%;height:7rem;overflow:hidden;width:7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57 img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_name__oc7Tb{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_UserName__\+PriK{color:#fff;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Left__Jhade .ViewPost_UserContainer__H\+34i .ViewPost_URight__53XeV{cursor:pointer;height:4.5rem;width:4.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw{bottom:10px;height:-moz-fit-content;height:fit-content;max-width:100%;position:absolute;width:100%;z-index:4}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo{fill:#ffffff87;-webkit-backdrop-filter:blur(10rem);backdrop-filter:blur(10rem);border-radius:3rem;flex:2 1;overflow:hidden;padding:2.3rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi{display:flex;flex-direction:column;gap:1rem;height:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i{align-items:center;display:flex;height:auto;justify-content:space-between;padding-right:2rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn{align-items:center;display:flex;gap:1.2rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57{border-radius:50%;height:4.5rem;overflow:hidden;width:4.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_ImageContainer__kfU57 img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_name__oc7Tb{color:#fff;font-family:Poppins;font-size:1.53rem;font-style:normal;font-weight:600;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_ULeft__SUEIn .ViewPost_TextWrapper__WA5rA .ViewPost_UserName__\+PriK{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_UserContainer__H\+34i .ViewPost_URight__53XeV{cursor:pointer;height:4.5rem;width:4.5rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y{align-items:center;display:flex;gap:2rem;height:auto;justify-content:space-evenly;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y p{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Like__yVzzi{align-items:center;cursor:pointer;display:flex;gap:.5rem;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Like__yVzzi img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Comment__oDURa{align-items:center;cursor:pointer;display:flex;gap:.8rem;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Comment__oDURa img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Share__dAtXo{align-items:center;cursor:pointer;display:flex;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_ActionContainer__I9A4y .ViewPost_Share__dAtXo img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+{display:flex;flex-basis:100%;flex-direction:column;gap:.8rem;height:50%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 p{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 .ViewPost_TopLeft__aeTnx{align-items:center;cursor:pointer;display:flex;gap:1.7rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_TopBar__tqzv6 .ViewPost_TopRight__VKtam{align-items:center;cursor:pointer;display:flex}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7{height:100%;overflow-y:scroll;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7::-webkit-scrollbar{display:none}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentContainerWrapper__VVBjN{margin-bottom:1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B{align-items:center;background:#dde0ff29;border-radius:.9rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO{align-items:center;display:flex;gap:.8rem;height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Name__7nPtK{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Text__YVdsV{color:#fff;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC{align-items:flex-start;display:flex;gap:1.1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button:first-child{padding:.3rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_CommentBox__VHY7B .ViewPost_CBRight__qsw4a .ViewPost_Round__KxmtA{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo{align-items:flex-end;display:flex;height:auto;justify-content:end;margin-top:.8rem;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8{align-items:center;background:#dde0ff29;border-radius:.5rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;right:0;width:93%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO{align-items:center;display:flex;gap:.8rem;height:auto;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_ImageWrapper__sjntL img{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Name__7nPtK{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_Text__YVdsV{color:#fff;font-family:Poppins;font-size:1.23rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC{align-items:flex-start;display:flex;gap:1.1rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBLeft__cVLVO .ViewPost_TextWrapper__WA5rA .ViewPost_ButtonContainer__tRjoC button:first-child{padding:.3rem 0}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_CommentContainer__yUCs\+ .ViewPost_BottomBar__9c5R7 .ViewPost_SubCommentBoxWrapper__C9ruo .ViewPost_SubCommentBox__QgHu8 .ViewPost_CBRight__qsw4a{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh{align-items:center;display:flex;gap:.5rem;height:5.6rem;padding:0 2rem;position:relative}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf{align-items:center;background:#d9d9d933;border-radius:1.1rem;display:flex;flex:1 1;height:100%;overflow:hidden;padding:0 1.4rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf input{background:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf input::placeholder{color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;line-height:123.4%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf .ViewPost_EmojiBtn__LzgVs{background:#0000;border:none;cursor:pointer;height:2.3rem;width:2.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_InputContainer__Civyf .ViewPost_EmojiBtn__LzgVs svg{height:100%;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_SubmitBtn__IMjw6{align-items:center;background:linear-gradient(137deg,#1b47c1,#31dbc7);border:none;border-radius:1.1rem;cursor:pointer;display:flex;height:5.6rem;justify-content:center;padding:1rem;width:8.3rem}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightTopContainer__1U3fo .ViewPost_CommentWrapper__gFTQi .ViewPost_InputWrapper__cEBkh .ViewPost_EmojiContainer__3\+uD-{bottom:6rem;height:40rem;left:0;position:absolute;width:100%}.ViewPost_ViewPost__tb3CH .ViewPost_Right__V4fEw .ViewPost_RightBottomContainer__K65wB{padding:0 3rem}}.SharePopup_SharePopupWrapper__QEfqZ{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:4000}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#30303082;border-radius:1rem 1rem 2.2rem 2rem;display:flex;flex-direction:column;gap:4rem;height:60rem;padding:4rem 4rem 2rem;width:70rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Top__a09Xg{align-items:center;-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#ffffff1a;border-radius:1.74rem;display:flex;height:7rem;overflow:hidden;width:100%}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Top__a09Xg input{background:#0000;border:none;color:#fff;flex:1 1;font-family:Poppins;font-size:2.44rem;font-style:normal;font-weight:400;height:100%;line-height:123.4%;outline:none;padding-left:2rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Top__a09Xg button{align-items:center;-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#ffffff3b;border:none;border-radius:1.74rem;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .3s ease-in-out;width:8.5rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Top__a09Xg button svg{height:4rem;width:4rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Top__a09Xg button:hover{background:#343cd580}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS{align-items:center;display:flex;gap:3.8rem;padding-left:2rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn{align-items:center;display:flex;flex-direction:column;gap:1rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn button{align-items:center;background:#888;border:none;border-radius:50%;cursor:pointer;display:flex;height:10rem;justify-content:center;transition:all .3s ease-in-out;width:10rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn button:hover{background:#075e54}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn button.SharePopup_ThreeDot__pgJwn:hover{background:#1b47c1}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn button svg{height:4rem;width:4rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Middle__rO6qS .SharePopup_ButtonWrapper__kVQpn p{color:#fff;font-family:Poppins;font-size:1.74rem;font-style:normal;font-weight:400;line-height:normal;margin:0}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz p{color:#fff;font-family:Poppins;font-size:1.74rem;font-style:normal;font-weight:700;line-height:normal;margin-bottom:1.1rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ{height:100%;overflow-y:scroll;padding-right:.5rem;width:100%}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ::-webkit-scrollbar{width:.5rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ::-webkit-scrollbar-thumb{background:#1b47c1;border-radius:1rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL{align-items:center;-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#ffffff1a;border-radius:1.74rem;display:flex;height:8rem;justify-content:space-between;margin-bottom:1rem;padding:1.4rem 2rem;width:100%}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_left__H20mj{align-items:center;display:flex;gap:1.2rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_left__H20mj .SharePopup_InnerLeft__vTbd1{border-radius:50%;height:6.5rem;overflow:hidden;width:6.5rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_left__H20mj .SharePopup_InnerLeft__vTbd1 img{height:100%;width:100%}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_left__H20mj .SharePopup_InnerRight__ztg5D h2{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:700;line-height:normal}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_left__H20mj .SharePopup_InnerRight__ztg5D h4{color:#a0b4ec;font-family:Poppins;font-size:1.39rem;font-style:normal;font-weight:500;line-height:normal}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_right__K4vI5{align-items:center;background:#1b47c1;border:none;border-radius:1.74rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.39rem;font-style:normal;font-weight:500;height:100%;justify-content:center;line-height:normal;transition:all .3s ease-in-out;width:13rem}.SharePopup_SharePopupWrapper__QEfqZ .SharePopup_SharePopup__dQewl .SharePopup_Bottom__Qkydz .SharePopup_FollowWrapper__T6qZQ .SharePopup_Box__T8SoL .SharePopup_right__K4vI5:hover{background:#0b2e8d}.ViewStory_Container__MGqHv{position:relative}.ViewStory_Container__MGqHv .ViewStory_BackgroundImage__ig3Ts{background:linear-gradient(0deg,#0009,#0009),#d3d3d3 0 -586.333px/100% 210.393% no-repeat;bottom:0;filter:blur(5px);left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.ViewStory_Container__MGqHv .ViewStory_BackgroundImage__ig3Ts img,.ViewStory_Container__MGqHv .ViewStory_BackgroundImage__ig3Ts video{max-height:250%;min-height:100%;width:100%}.ViewStory_Container__MGqHv .ViewStory_BackgroundImage__ig3Ts .ViewStory_Overlay__I6kcB{background:#0000004d;filter:blur(5px);height:100%;left:0;position:absolute;top:0;width:100%}.ViewStory_ViewPost__3Ov1q{-ms-overflow-style:none;display:flex;gap:1.5rem;height:100%;overflow:hidden;padding:1.3rem 2rem 1.3rem 1.3rem;position:relative;scrollbar-width:none;width:100%}.ViewStory_ViewPost__3Ov1q::-webkit-scrollbar{display:none}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh{align-items:center;display:flex;gap:1rem;height:.5rem;left:50%;position:absolute;top:2rem;transform:translateX(-50%);width:70%;z-index:3}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:3rem;height:100%;justify-content:center;transition:all .3s ease-in-out;width:5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh .ViewStory_Bars__qr6D4{background:#d9d9d966;border-radius:2rem;display:block;height:100%;overflow:hidden;position:relative;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh .ViewStory_Bars__qr6D4 span{background:#fff;height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh .ViewStory_Bars__qr6D4 span.ViewStory_on__4CVYR{width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh .ViewStory_Bars__qr6D4 span.ViewStory_pause__1nPdQ{width:40%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_StoryIndicatorBar__Co4uh .ViewStory_Bars__qr6D4 span.ViewStory_active__v5YLL{animation:ViewStory_fill__WL8mr 5s ease-in-out}@keyframes ViewStory_fill__WL8mr{0%{width:0}to{width:100%}}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_ImageContainer__ljxKA{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%;z-index:1}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_ImageContainer__ljxKA img{max-height:80vh;max-width:100%;min-height:62rem;object-fit:contain}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_ImageContainer__ljxKA video{height:62rem;max-width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_OverFlowButton__HpPnC{display:flex;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_OverFlowButton__HpPnC button{background:#0000;border:none;flex:1 1}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+{display:flex;flex-direction:column;gap:2rem;height:100%;max-width:48rem;min-width:48rem;width:48rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3{fill:#ffffff87;-webkit-backdrop-filter:blur(10rem);backdrop-filter:blur(10rem);border-radius:3rem;flex:2 1;overflow:hidden;padding:2.3rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR{display:flex;flex-direction:column;gap:1rem;height:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj{align-items:center;display:flex;height:auto;justify-content:space-between;padding-right:2rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo{align-items:center;display:flex;gap:1.2rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA{border-radius:50%;height:4.5rem;overflow:hidden;width:4.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_name__laWcd{color:#fff;font-family:Poppins;font-size:1.53rem;font-style:normal;font-weight:600;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_UserName__xmZTN{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_URight__z2tkr{cursor:pointer;height:4.5rem;width:4.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU{align-items:center;display:flex;gap:2rem;height:auto;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU p{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Like__c1ZHG{align-items:center;cursor:pointer;display:flex;gap:.5rem;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:8rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Like__c1ZHG img{height:4rem;width:4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Comment__h567V{align-items:center;cursor:pointer;display:flex;gap:.8rem;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:8rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Comment__h567V img{height:3rem;width:3rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Share__k9mBk{cursor:pointer;height:3rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB{display:flex;flex-basis:100%;flex-direction:column;gap:.8rem;height:50%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i{align-items:center;display:flex;justify-content:space-between}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:500;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i .ViewStory_TopLeft__uJlEe{align-items:center;cursor:pointer;display:flex;gap:1.7rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i .ViewStory_TopRight__npb3Z{align-items:center;cursor:pointer;display:flex}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+{height:100%;overflow-y:scroll;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+::-webkit-scrollbar{display:none}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentContainerWrapper__BKOJT{margin-bottom:1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9{align-items:center;background:#dde0ff29;border-radius:.9rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl{align-items:center;display:flex;gap:.8rem;height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Name__LWvqU{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Text__-x6i1{color:#fff;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc{align-items:flex-start;display:flex;gap:1.1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button:first-child{padding:.3rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8 p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8 .ViewStory_Round__StETU{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr{align-items:flex-end;display:flex;height:auto;justify-content:end;margin-top:.8rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ{align-items:center;background:#dde0ff29;border-radius:.5rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;right:0;width:93%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl{align-items:center;display:flex;gap:.8rem;height:auto;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Name__LWvqU{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Text__-x6i1{color:#fff;font-family:Poppins;font-size:1.23rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc{align-items:flex-start;display:flex;gap:1.1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button:first-child{padding:.3rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBRight__-tOb8{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff{align-items:center;display:flex;gap:.5rem;height:5.6rem;position:relative}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh{align-items:center;background:#d9d9d933;border-radius:1.1rem;display:flex;flex:1 1;height:100%;overflow:hidden;padding:0 1.4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh input{background:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh input::placeholder{color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;line-height:123.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh .ViewStory_EmojiBtn__YDUTZ{background:#0000;border:none;cursor:pointer;height:2.3rem;width:2.3rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh .ViewStory_EmojiBtn__YDUTZ svg{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_SubmitBtn__2dfL7{align-items:center;background:linear-gradient(137deg,#1b47c1,#31dbc7);border:none;border-radius:1.1rem;cursor:pointer;display:flex;height:5.6rem;justify-content:center;width:8.3rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_EmojiContainer__BV21K{bottom:6rem;height:40rem;left:0;position:absolute;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz{align-items:center;display:flex;flex:1 1;gap:1rem;overflow:hidden;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-size:3rem;height:2.5rem;justify-content:center;transition:all .3s ease-in-out;width:2.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz button:active{transform:scale(1.1)}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz .ViewStory_SlideImages__CripT{align-items:center;display:flex;flex:1 1;height:100%;overflow:hidden;position:relative}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz .ViewStory_SlideImages__CripT .ViewStory_ImageWrapper__b\+Fow{background:#fff;border-radius:2rem;box-shadow:0 0 8px 1px #0000001a;height:20rem;margin-left:-25%;max-width:20rem;min-width:20rem;overflow:hidden;transform:skewY(10deg);transition:all .3s ease-in-out}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz .ViewStory_SlideImages__CripT .ViewStory_ImageWrapper__b\+Fow.ViewStory_inActive__ipSSM{opacity:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz .ViewStory_SlideImages__CripT .ViewStory_ImageWrapper__b\+Fow img,.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz .ViewStory_SlideImages__CripT .ViewStory_ImageWrapper__b\+Fow video{height:102%;width:102%}.ViewStory_ViewPost__3Ov1q .ViewStory_ThreeDotWrapper__g3lre{align-items:flex-end;background:#0009;border-radius:0 2rem 2rem 0;bottom:0;display:flex;flex-direction:column;left:15.5rem;padding:6rem 11rem;position:fixed;right:4rem;top:15rem;z-index:10}.ViewStory_ViewPost__3Ov1q .ViewStory_ThreeDotWrapper__g3lre .ViewStory_ButtonWrapper__dEWFq{align-items:flex-end;display:flex;flex-direction:column;gap:1.1rem;height:30rem;width:20rem}.ViewStory_ViewPost__3Ov1q .ViewStory_ThreeDotWrapper__g3lre .ViewStory_ButtonWrapper__dEWFq button{align-items:center;-webkit-backdrop-filter:blur(4.6782455444px);backdrop-filter:blur(4.6782455444px);background:#ffffff14;background-color:var(--pink1);border:none;border-radius:9.35rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.1228rem;font-style:normal;font-weight:700;gap:1.2rem;justify-content:center;line-height:normal;padding:.93rem 2.4rem;transition:all .3s ease-in-out}.ViewStory_ViewPost__3Ov1q .ViewStory_ThreeDotWrapper__g3lre .ViewStory_ButtonWrapper__dEWFq button:hover{background:var(--pink3)}@media screen and (max-width:1100px){.ViewStory_ViewPost__3Ov1q{flex-direction:column;padding:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_ImageContainer__ljxKA{height:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_ImageContainer__ljxKA img{max-height:100%;max-width:none}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj{align-items:center;display:flex;height:auto;justify-content:space-between;padding:2rem 4rem;position:absolute;top:18px;width:100%;z-index:5}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo{align-items:center;display:flex;gap:1.2rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA{border-radius:50%;height:7rem;overflow:hidden;width:7rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_name__laWcd{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_UserName__xmZTN{color:#fff;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Left__SKc2G .ViewStory_UserContainer__Yj6hj .ViewStory_URight__z2tkr{cursor:pointer;height:4.5rem;width:4.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+{bottom:10px;height:-moz-fit-content;height:fit-content;max-width:100%;position:absolute;width:100%;z-index:4}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3{fill:#ffffff87;-webkit-backdrop-filter:blur(10rem);backdrop-filter:blur(10rem);border-radius:3rem;flex:2 1;overflow:hidden;padding:2.3rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR{display:flex;flex-direction:column;gap:1rem;height:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj{align-items:center;display:flex;height:auto;justify-content:space-between;padding-right:2rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo{align-items:center;display:flex;gap:1.2rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA{border-radius:50%;height:4.5rem;overflow:hidden;width:4.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_ImageContainer__ljxKA img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_name__laWcd{color:#fff;font-family:Poppins;font-size:1.53rem;font-style:normal;font-weight:600;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_ULeft__2FSmo .ViewStory_TextWrapper__G0hW9 .ViewStory_UserName__xmZTN{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:138.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_UserContainer__Yj6hj .ViewStory_URight__z2tkr{cursor:pointer;height:4.5rem;width:4.5rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU{align-items:center;display:flex;gap:2rem;height:auto;justify-content:space-evenly;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU p{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Like__c1ZHG{align-items:center;cursor:pointer;display:flex;gap:.5rem;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Like__c1ZHG img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Comment__h567V{align-items:center;cursor:pointer;display:flex;gap:.8rem;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Comment__h567V img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Share__k9mBk{align-items:center;cursor:pointer;display:flex;height:7rem;overflow:hidden;-webkit-user-select:none;user-select:none;width:11rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_ActionContainer__aVjxU .ViewStory_Share__k9mBk img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB{display:flex;flex-basis:100%;flex-direction:column;gap:.8rem;height:50%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i p{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i .ViewStory_TopLeft__uJlEe{align-items:center;cursor:pointer;display:flex;gap:1.7rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_TopBar__prO5i .ViewStory_TopRight__npb3Z{align-items:center;cursor:pointer;display:flex}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+{height:100%;overflow-y:scroll;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+::-webkit-scrollbar{display:none}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentContainerWrapper__BKOJT{margin-bottom:1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9{align-items:center;background:#dde0ff29;border-radius:.9rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl{align-items:center;display:flex;gap:.8rem;height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Name__LWvqU{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Text__-x6i1{color:#fff;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc{align-items:flex-start;display:flex;gap:1.1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button:first-child{padding:.3rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8 p{color:#fff;font-family:Poppins;font-size:1.06rem;font-style:normal;font-weight:400;line-height:123.4%;margin:0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_CommentBox__9FfE9 .ViewStory_CBRight__-tOb8 .ViewStory_Round__StETU{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr{align-items:flex-end;display:flex;height:auto;justify-content:end;margin-top:.8rem;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ{align-items:center;background:#dde0ff29;border-radius:.5rem;display:flex;gap:1rem;height:auto;padding:0 1.3rem;right:0;width:93%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl{align-items:center;display:flex;gap:.8rem;height:auto;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow{border-radius:50%;height:4rem;overflow:hidden;width:4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_ImageWrapper__b\+Fow img{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9{flex:1 1;min-height:6.6rem;padding:.8rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Name__LWvqU{color:#fff;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_Text__-x6i1{color:#fff;font-family:Poppins;font-size:1.23rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:.53rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc{align-items:flex-start;display:flex;gap:1.1rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button{background:#0000;border:none;border-radius:.3rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;padding:.3rem .6rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBLeft__dOMZl .ViewStory_TextWrapper__G0hW9 .ViewStory_ButtonContainer__P9Ccc button:first-child{padding:.3rem 0}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_CommentContainer__wVFJB .ViewStory_BottomBar__wmKc\+ .ViewStory_SubCommentBoxWrapper__96wHr .ViewStory_SubCommentBox__mNadZ .ViewStory_CBRight__-tOb8{align-items:center;display:flex;gap:.5rem;height:100%;justify-content:center}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff{align-items:center;display:flex;gap:.5rem;height:5.6rem;padding:0 2rem;position:relative}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh{align-items:center;background:#d9d9d933;border-radius:1.1rem;display:flex;flex:1 1;height:100%;overflow:hidden;padding:0 1.4rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh input{background:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh input::placeholder{color:#fff;font-family:Poppins;font-size:1.63rem;font-style:normal;font-weight:500;line-height:123.4%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh .ViewStory_EmojiBtn__YDUTZ{background:#0000;border:none;cursor:pointer;height:2.3rem;width:2.3rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_InputContainer__n1Bdh .ViewStory_EmojiBtn__YDUTZ svg{height:100%;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_SubmitBtn__2dfL7{align-items:center;background:linear-gradient(137deg,#1b47c1,#31dbc7);border:none;border-radius:1.1rem;cursor:pointer;display:flex;height:5.6rem;justify-content:center;padding:1rem;width:8.3rem}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightTopContainer__s-rX3 .ViewStory_CommentWrapper__F-QxR .ViewStory_InputWrapper__vu1ff .ViewStory_EmojiContainer__BV21K{bottom:6rem;height:40rem;left:0;position:absolute;width:100%}.ViewStory_ViewPost__3Ov1q .ViewStory_Right__-8GW\+ .ViewStory_RightBottomContainer__gM1Hz{padding:0 3rem}}.Ads_Container__cEV8x{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Ads_Container__cEV8x::-webkit-scrollbar{display:none}.Ads_ADS__y9Uil{padding:4.8rem 0 6rem 6rem}.Ads_ADS__y9Uil .Ads_Row1__IqFr9{align-items:center;display:flex;height:10rem;justify-content:space-between;margin-bottom:3.2rem;width:100%}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Left__YgprX{display:flex;flex-direction:column;gap:1.2rem}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Left__YgprX h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;line-height:138.4%}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Left__YgprX p{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:138.4%}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Right__QbvMc{align-items:center;background:#3a0dbb;border-radius:1.4rem;cursor:pointer;display:flex;height:6rem;justify-content:center;transition:all .3s ease-in-out;width:6rem}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Right__QbvMc:hover{background:#1e0070}.Ads_ADS__y9Uil .Ads_Row1__IqFr9 .Ads_Right__QbvMc svg{height:3.13rem;width:3.13rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ{align-items:center;display:flex;gap:2.4rem;height:12.5rem;margin-bottom:1.6rem;width:100%}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX-{align-items:center;background:#fff;border-radius:1.5rem;display:flex;gap:4rem;height:100%;padding-left:4.1rem;width:35rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX- .Ads_Left__YgprX{align-items:center;border-radius:50%;display:flex;height:5.4rem;justify-content:center;overflow:hidden;width:5.4rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX- .Ads_Left__YgprX svg{height:2.9rem;width:2.9rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX- .Ads_Right__QbvMc{display:flex;flex-direction:column;gap:.2rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX- .Ads_Right__QbvMc h2{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:700;line-height:3.45rem}.Ads_ADS__y9Uil .Ads_Row2__PIqrQ .Ads_Col__9eAX- .Ads_Right__QbvMc p{font-feature-settings:"clig" off,"liga" off;color:#3c3c4399;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:1.2rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw{display:flex;gap:2.2rem;height:42rem;margin-bottom:2.4rem;overflow:hidden;width:100%}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py{background:#fff;border-radius:1.5rem;display:flex;flex:1.8 1;flex-direction:column;gap:1.5rem;overflow:hidden;padding:3.3rem 4.5rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Top__xYrqA h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.8rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Top__xYrqA .Ads_Right__QbvMc{align-items:center;display:flex;gap:3rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Top__xYrqA .Ads_Right__QbvMc input,.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Top__xYrqA .Ads_Right__QbvMc select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col1__6A5py .Ads_Bottom__mEGrV{flex:1 1;overflow:hidden}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD{background:#fff;border-radius:1.5rem;display:flex;flex:1.2 1;flex-direction:column;gap:1.5rem;overflow:hidden;padding:2.6rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Top__xYrqA h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.8rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Top__xYrqA .Ads_Right__QbvMc{align-items:center;display:flex;gap:3rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Top__xYrqA .Ads_Right__QbvMc input,.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Top__xYrqA .Ads_Right__QbvMc select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj{display:flex;flex:1 1;gap:1rem;overflow:hidden}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Left__YgprX{flex:1 1;overflow:hidden}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc{display:flex;flex-direction:column;justify-content:space-evenly;width:13.8rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc .Ads_TextWrapper__AzFOb{display:flex;gap:1.5rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc .Ads_TextWrapper__AzFOb span{border-radius:1rem;display:block;height:.8rem;margin-top:.6rem;width:3rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc .Ads_TextWrapper__AzFOb .Ads_Text__xy2Jn{display:flex;flex-direction:column;gap:.4rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc .Ads_TextWrapper__AzFOb .Ads_Text__xy2Jn p{font-feature-settings:"clig" off,"liga" off;color:#959595;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2.2rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Mid__KUCjj .Ads_Right__QbvMc .Ads_TextWrapper__AzFOb .Ads_Text__xy2Jn h5{font-feature-settings:"clig" off,"liga" off;color:#11263c;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.2rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Bottom__mEGrV{display:flex;justify-content:flex-end}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Bottom__mEGrV button{align-items:center;background:#f5f5f5;border:1px solid #0000001a;border-radius:5px;color:#95959566;cursor:pointer;display:flex;font-family:Roboto;font-size:1.26rem;font-style:normal;font-weight:400;gap:.5rem;height:3.9rem;justify-content:center;line-height:normal;width:12rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Bottom__mEGrV button svg{height:2rem;width:2rem}.Ads_ADS__y9Uil .Ads_Row3__9gsdw .Ads_Col2__3-PcD .Ads_Bottom__mEGrV button svg path{fill:#939393}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh{grid-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;height:44rem;margin-bottom:3rem;overflow:hidden;width:100%}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;gap:3rem;height:100%;overflow:hidden;padding:3rem;width:100%}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py .Ads_Top__xYrqA h2{color:#000;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;letter-spacing:.001rem;line-height:2rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py .Ads_Top__xYrqA input,.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py .Ads_Top__xYrqA select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col1__6A5py .Ads_Bottom__mEGrV{flex:1 1;overflow:hidden}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;gap:1.5rem;height:100%;overflow:hidden;padding:2.5rem;width:100%}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD .Ads_Top__xYrqA h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.8rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD .Ads_Top__xYrqA .Ads_Right__QbvMc{align-items:center;display:flex;gap:3rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD .Ads_Top__xYrqA .Ads_Right__QbvMc select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col2__3-PcD .Ads_Mid__KUCjj{display:flex;flex:1 1;gap:1rem;overflow:hidden}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;gap:3rem;height:100%;overflow:hidden;padding:2.5rem 4.9rem 2.6em 3.8rem;width:100%}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Top__xYrqA h1{color:#000;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;letter-spacing:.01px;line-height:20px}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Top__xYrqA a{align-items:center;color:#959595;display:flex;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;gap:1rem;line-height:normal;text-decoration:none}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Top__xYrqA a svg{height:2rem;width:2rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2{background:#fff;overflow-y:scroll;scrollbar-width:thin;-webkit-user-select:none;user-select:none;width:100%}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2::-webkit-scrollbar{display:none}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 h2{color:#414d55;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:700;line-height:2rem;margin-bottom:.9rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 p{color:#696d6e;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;margin-bottom:2.5rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_StarWrapper__XJk\+D{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_StarWrapper__XJk\+D svg{height:2.4rem;width:2.4rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 hr{margin-bottom:1.6rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_Profile__yn3vR{align-items:center;display:flex;gap:.8rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_Profile__yn3vR img{border-radius:50%;height:3.8rem;width:3.8rem}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_Profile__yn3vR div h4{color:#000;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center}.Ads_ADS__y9Uil .Ads_Row4__r1Nyh .Ads_Col3__zbnCP .Ads_Box__\+\+fi2 .Ads_Profile__yn3vR div h5{color:#00000080;font-family:Poppins;font-size:.89rem;font-style:normal;font-weight:400;line-height:123.4%;text-align:center}.Ads_ADS__y9Uil .Ads_Row5__WpKro{display:flex;flex-direction:column;gap:2rem;width:100%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Top__xYrqA{align-items:center;display:flex;justify-content:space-between}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Top__xYrqA h1{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:138.4%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Top__xYrqA a{align-items:center;color:#959595;display:flex;font-family:Roboto;font-size:1.2rem;font-style:normal;font-weight:400;gap:1rem;line-height:normal;text-decoration:none}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Top__xYrqA a svg{height:2rem;width:2rem}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV{grid-column-gap:2.8rem;column-gap:2.8rem;display:grid;grid-template-columns:1fr 1fr 1fr;height:47.7rem;overflow:hidden;width:100%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Col1__6A5py,.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Col2__3-PcD,.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Col3__zbnCP{background:#fff;border-radius:1.5rem;height:100%;overflow:hidden;width:100%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;height:47.7rem;overflow:hidden;padding:2.1rem 3.5rem 2.6rem 3.3rem;width:100%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 h1{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:1.8rem;text-align:center}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:1rem;padding:0 3rem;text-align:center}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 img{border-radius:.6rem;height:19rem;margin-bottom:3rem;object-fit:contain;width:100%}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Amount__lbAXQ{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;gap:.5rem;justify-content:center;line-height:normal;margin-bottom:3.5rem;text-align:center}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Amount__lbAXQ span{font-size:2rem;font-weight:400}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Amount__lbAXQ span:first-child{font-size:2.3rem;font-weight:500}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper__C9n-6{align-items:center;display:flex;justify-content:center;position:relative}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper__C9n-6 h6{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;left:0;line-height:normal;position:absolute}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper__C9n-6 button{background:#1b47c133;border:none;border-radius:.8rem;color:#1b47c1;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper2__gHJIP{align-items:center;display:flex;justify-content:center;position:relative}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper2__gHJIP h6{align-items:center;background:#f333;border-radius:.5rem;color:#f33;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;justify-content:center;left:0;line-height:normal;padding:1rem;position:absolute;width:8rem}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper2__gHJIP button{background:#3a0dbb;border:none;border-radius:.8rem;color:#fff;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper3__vfcVF{align-items:center;display:flex;justify-content:center;position:relative}.Ads_ADS__y9Uil .Ads_Row5__WpKro .Ads_Bottom__mEGrV .Ads_Box__\+\+fi2 .Ads_Wrapper3__vfcVF button{background:#0000;border:none;border-radius:.8rem;color:#297c45;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.AdsDetailPopup_AdsDetailPopupWrapper__074vA{align-items:end;background:rgba(0,0,0,.408);display:flex;height:100vh;justify-content:flex-end;left:0;padding-right:3.9rem;position:fixed;top:0;width:100vw;z-index:10}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr{background:#fff;border-radius:0 2.2rem 0 0;height:calc(100% - 3.9rem);overflow:hidden;overflow-y:scroll;scrollbar-width:thin;width:63rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr::-webkit-scrollbar{width:.3rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U{margin-bottom:0;padding:3rem 10.3rem 0 5.2rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;height:42rem;overflow:hidden;padding:2.1rem 3.5rem 2.6rem 3.3rem;width:100%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe h1{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:1.8rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe img{border-radius:.6rem;height:19rem;margin-bottom:1rem;object-fit:contain;width:100%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Amount__Gz2tl{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;gap:.5rem;justify-content:flex-start;line-height:normal;margin-bottom:.6rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Amount__Gz2tl span{font-size:2rem;font-weight:400}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Amount__Gz2tl span:first-child{font-size:2.3rem;font-weight:500}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY{align-items:center;display:flex;justify-content:center;position:relative}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY h6{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;left:0;line-height:normal;position:absolute}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY button{background:#1b47c133;border:none;border-radius:.8rem;color:#1b47c1;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper2__IxG4I{align-items:center;display:flex;justify-content:center;position:relative}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper2__IxG4I h6{align-items:center;background:#f333;border-radius:.5rem;color:#f33;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;justify-content:center;left:0;line-height:normal;padding:1rem;position:absolute;width:8rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper2__IxG4I button{background:#3a0dbb;border:none;border-radius:.8rem;color:#fff;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper3__7TIKG{align-items:center;display:flex;justify-content:center;position:relative}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row1__UGG-U .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper3__7TIKG button{background:#0000;border:none;border-radius:.8rem;color:#297c45;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row2__JMA4G{align-items:center;display:flex;gap:4rem;padding:0 0 0 7rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row2__JMA4G button{background:#0000;border:none;color:#959595;cursor:pointer;display:block;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:normal;padding:0 1rem 1.4rem;position:relative;text-align:center;text-transform:capitalize}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row2__JMA4G button:last-child{color:#ff5757}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row2__JMA4G button.AdsDetailPopup_Active__GGfz-{color:#3a0dbb}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row2__JMA4G button.AdsDetailPopup_Active__GGfz-:after{background:#3a0dbb;border-radius:100px;bottom:0;content:"";height:.6rem;left:0;position:absolute;width:100%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H{display:flex;flex:1 1;overflow:hidden;position:relative}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe{align-items:center;background:#f5f5f5;display:flex;height:9.7rem;justify-content:space-between;margin-bottom:1.9rem;padding:0 2.6rem 0 1.4rem;width:100%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY{align-items:center;display:flex;gap:2.5rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY img{border-radius:50%;height:7.2rem;width:7.2rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY .AdsDetailPopup_Text__9MvNH{display:flex;flex-direction:column;gap:.9rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY .AdsDetailPopup_Text__9MvNH h3{color:#000;font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe .AdsDetailPopup_Wrapper__\+1fZY .AdsDetailPopup_Text__9MvNH p{color:#4a4a4a;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Box__x7Bxe button{background:#0000;border:none;color:#3a0dbb;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col__Rqjhc{height:100%;max-width:100%;min-width:100%;padding:0 6rem 3rem;transition:all .5s ease-in-out}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6{display:flex;flex-direction:column;gap:6rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p{grid-row-gap:4rem;display:grid;grid-template-columns:1fr 1fr;padding:2.4rem 0;row-gap:4rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B{align-items:center;background:#fff;border-radius:1.5rem;display:flex;gap:4rem;height:5.5rem;padding-left:4.1rem;width:100%}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B .AdsDetailPopup_Left__URWS5{align-items:center;border-radius:50%;display:flex;height:5.4rem;justify-content:center;overflow:hidden;width:5.4rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B .AdsDetailPopup_Left__URWS5 svg{height:2.9rem;width:2.9rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B .AdsDetailPopup_Right__mgZ-o{display:flex;flex-direction:column;gap:.2rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B .AdsDetailPopup_Right__mgZ-o h2{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:700;line-height:3.45rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Top__3ud7p .AdsDetailPopup_RowCol__VOS9B .AdsDetailPopup_Right__mgZ-o p{font-feature-settings:"clig" off,"liga" off;color:#3c3c4399;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:1.2rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Bottom__c0yx8{overflow:hidden;padding-right:15rem}.AdsDetailPopup_AdsDetailPopupWrapper__074vA .AdsDetailPopup_AdsDetailPopup__eJ0wr .AdsDetailPopup_Row3__REp-H .AdsDetailPopup_Col1__Sa3r6 .AdsDetailPopup_Bottom__c0yx8 h5{color:#000;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;letter-spacing:.01px;line-height:2rem;padding-left:2rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5{align-items:end;background:rgba(0,0,0,.408);display:flex;height:100vh;justify-content:flex-end;left:0;padding-right:3.9rem;position:fixed;top:0;width:100vw;z-index:10}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg{background:#fff;border-radius:0 2.2rem 0 0;height:calc(100% - 3.9rem);overflow:hidden;overflow-y:scroll;scrollbar-width:thin;width:63rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg::-webkit-scrollbar{width:.3rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf{display:flex;flex-direction:column;gap:1.5rem;height:37.5rem;overflow:hidden;padding:2.8rem 10rem 2.6rem 8rem;width:100%}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Top__kfvbU{align-items:center;display:flex;justify-content:space-between}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Top__kfvbU h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.8rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Top__kfvbU .ClickReviewPopup_Right__QV-8s{align-items:center;display:flex;gap:3rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Top__kfvbU .ClickReviewPopup_Right__QV-8s input,.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Top__kfvbU .ClickReviewPopup_Right__QV-8s select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD{display:flex;flex:1 1;gap:1rem;overflow:hidden}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Left__yrjj0{flex:1 1;overflow:hidden}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s{display:flex;flex-direction:column;justify-content:space-evenly;width:13.8rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s .ClickReviewPopup_TextWrapper__eJjOA{display:flex;gap:1.5rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s .ClickReviewPopup_TextWrapper__eJjOA span{border-radius:1rem;display:block;height:.8rem;margin-top:.6rem;width:3rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s .ClickReviewPopup_TextWrapper__eJjOA .ClickReviewPopup_Text__3T2d8{display:flex;flex-direction:column;gap:.4rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s .ClickReviewPopup_TextWrapper__eJjOA .ClickReviewPopup_Text__3T2d8 p{font-feature-settings:"clig" off,"liga" off;color:#959595;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2.2rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row1__FzdVf .ClickReviewPopup_Mid__zTTsD .ClickReviewPopup_Right__QV-8s .ClickReviewPopup_TextWrapper__eJjOA .ClickReviewPopup_Text__3T2d8 h5{font-feature-settings:"clig" off,"liga" off;color:#11263c;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2.2rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row2__jTFyO{align-items:center;display:flex;gap:1rem;margin-bottom:3.7rem;padding-left:7.7rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row2__jTFyO button{border:none;border-radius:.5rem;color:#0006;cursor:pointer;font-family:Roboto;font-size:1.26rem;font-style:normal;font-weight:400;height:3.9rem;line-height:normal;transition:all .3s ease-in-out;width:11.5rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row2__jTFyO button.ClickReviewPopup_Active__WSFEK,.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row2__jTFyO button:hover{background:#3a0dbb;color:#fff}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF{flex:1 1;padding:0 6.1rem 5rem 7.6rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv{align-items:center;background:#f5f5f5;display:flex;height:9.7rem;justify-content:space-between;margin-bottom:1.9rem;padding:0 2.6rem 0 1.4rem;width:100%}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv .ClickReviewPopup_Wrapper__0hM6G{align-items:center;display:flex;gap:2.5rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv .ClickReviewPopup_Wrapper__0hM6G img{border-radius:50%;height:7.2rem;width:7.2rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv .ClickReviewPopup_Wrapper__0hM6G .ClickReviewPopup_Text__3T2d8{display:flex;flex-direction:column;gap:.9rem}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv .ClickReviewPopup_Wrapper__0hM6G .ClickReviewPopup_Text__3T2d8 h3{color:#000;font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv .ClickReviewPopup_Wrapper__0hM6G .ClickReviewPopup_Text__3T2d8 p{color:#4a4a4a;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.ClickReviewPopup_ClickReviewWrapper__40ZU5 .ClickReviewPopup_ClickReview__ylogg .ClickReviewPopup_Row3__AbiMF .ClickReviewPopup_Box__\+ENwv button{background:#0000;border:none;color:#3a0dbb;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.LiveReviewPopup_LiveReviewWrapper__k1uzE{align-items:end;background:rgba(0,0,0,.408);display:flex;height:100vh;justify-content:flex-end;left:0;padding-right:3.9rem;position:fixed;top:0;width:100vw;z-index:10}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4{background:#fff;border-radius:0 2.2rem 0 0;height:calc(100% - 3.9rem);overflow:hidden;overflow-y:scroll;scrollbar-width:thin;width:63rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4::-webkit-scrollbar{width:.3rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag{display:flex;flex-direction:column;gap:1.5rem;height:44rem;overflow:hidden;padding:4.6rem 11rem 3rem 12rem;width:100%}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag .LiveReviewPopup_Top__gWwXz{align-items:center;display:flex;justify-content:space-between}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag .LiveReviewPopup_Top__gWwXz h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.8rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag .LiveReviewPopup_Top__gWwXz .LiveReviewPopup_Right__SIVw4{align-items:center;display:flex;gap:3rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag .LiveReviewPopup_Top__gWwXz .LiveReviewPopup_Right__SIVw4 select{font-feature-settings:"clig" off,"liga" off;background:#fff;border:1px solid #ece9f1;border-radius:.4rem;color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:2.2rem;outline:none}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row1__Cd\+ag .LiveReviewPopup_Mid__U7cxC{display:flex;flex:1 1;gap:1rem;overflow:hidden}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row2__1fecs{align-items:center;display:flex;gap:1rem;margin-bottom:3.7rem;padding-left:7.7rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row2__1fecs button{border:none;border-radius:.5rem;color:#0006;cursor:pointer;font-family:Roboto;font-size:1.26rem;font-style:normal;font-weight:400;height:3.9rem;line-height:normal;transition:all .3s ease-in-out;width:11.5rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row2__1fecs button.LiveReviewPopup_Active__NaviE,.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row2__1fecs button:hover{background:#3a0dbb;color:#fff}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R{flex:1 1;padding:0 6.1rem 5rem 7.6rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0{align-items:center;background:#f5f5f5;display:flex;height:9.7rem;justify-content:space-between;margin-bottom:1.9rem;padding:0 2.6rem 0 1.4rem;width:100%}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 .LiveReviewPopup_Wrapper__US\+GR{align-items:center;display:flex;gap:2.5rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 .LiveReviewPopup_Wrapper__US\+GR img{border-radius:50%;height:7.2rem;width:7.2rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 .LiveReviewPopup_Wrapper__US\+GR .LiveReviewPopup_Text__VsdcE{display:flex;flex-direction:column;gap:.9rem}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 .LiveReviewPopup_Wrapper__US\+GR .LiveReviewPopup_Text__VsdcE h3{color:#000;font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 .LiveReviewPopup_Wrapper__US\+GR .LiveReviewPopup_Text__VsdcE p{color:#4a4a4a;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.LiveReviewPopup_LiveReviewWrapper__k1uzE .LiveReviewPopup_LiveReview__XVla4 .LiveReviewPopup_Row3__dax8R .LiveReviewPopup_Box__OvDf0 button{background:#0000;border:none;color:#3a0dbb;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:138.4%}.UsersReviews_Container__gbgzO{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.UsersReviews_Container__gbgzO::-webkit-scrollbar{display:none}.UsersReviews_UsersReviews__e4pVd{padding:3.6rem 0 6rem 12rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w{align-items:center;display:flex;height:10rem;justify-content:space-between;margin-bottom:3.2rem;width:100%}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w .UsersReviews_Left__h9H7b{display:flex;flex-direction:column;gap:1.2rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w .UsersReviews_Left__h9H7b h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;line-height:138.4%}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w .UsersReviews_Right__1mzsV{align-items:center;background:#3a0dbb;border-radius:1.4rem;cursor:pointer;display:flex;height:6rem;justify-content:center;transition:all .3s ease-in-out;width:6rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w .UsersReviews_Right__1mzsV:hover{background:#1e0070}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row1__2Kq4w .UsersReviews_Right__1mzsV svg{height:3.13rem;width:3.13rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq{grid-column-gap:2.5rem;grid-row-gap:5.9rem;column-gap:2.5rem;display:grid;grid-template-columns:repeat(4,1fr);row-gap:5.9rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF{background:#fff;border-radius:1.6rem;min-height:33rem;overflow-y:scroll;padding:4.2rem 3.2rem 3.5rem;scrollbar-width:thin;width:30rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF::-webkit-scrollbar{display:none}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF h2{color:#414d55;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:700;line-height:2rem;margin-bottom:.9rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF p{color:#696d6e;font-family:Roboto;font-size:1.4rem;font-style:normal;font-weight:400;line-height:2rem;margin-bottom:2.5rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_StarWrapper__bqS5l{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_StarWrapper__bqS5l svg{height:2.4rem;width:2.4rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF hr{margin-bottom:1.6rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_Profile__XtWIu{align-items:center;display:flex;gap:.8rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_Profile__XtWIu img{border-radius:50%;height:3.8rem;width:3.8rem}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_Profile__XtWIu div h4{color:#000;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center}.UsersReviews_UsersReviews__e4pVd .UsersReviews_Row2__V3EDq .UsersReviews_Box__LbijF .UsersReviews_Profile__XtWIu div h5{color:#00000080;font-family:Poppins;font-size:.89rem;font-style:normal;font-weight:400;line-height:123.4%;text-align:center}.YourAds_Container__actv\+{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.YourAds_Container__actv\+::-webkit-scrollbar{display:none}.YourAds_YourAds__HEcHz{padding:4.8rem 0 6rem 6.3rem}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY{align-items:center;display:flex;height:10rem;justify-content:space-between;margin-bottom:6rem;width:100%}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY .YourAds_Left__16\+E2{display:flex;flex-direction:column;gap:1.2rem}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY .YourAds_Left__16\+E2 h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;line-height:138.4%}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY .YourAds_Right__TIhrO{align-items:center;background:#3a0dbb;border-radius:1.4rem;cursor:pointer;display:flex;height:6rem;justify-content:center;transition:all .3s ease-in-out;width:6rem}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY .YourAds_Right__TIhrO:hover{background:#1e0070}.YourAds_YourAds__HEcHz .YourAds_Row1__PsEyY .YourAds_Right__TIhrO svg{height:3.13rem;width:3.13rem}.YourAds_YourAds__HEcHz .YourAds_Row2__hx7i7{align-items:center;display:flex;gap:4rem;margin-bottom:1.4rem}.YourAds_YourAds__HEcHz .YourAds_Row2__hx7i7 button{background:#0000;border:none;color:#3a0db95c;cursor:pointer;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:138.4%;padding-bottom:1rem;position:relative;transition:all .3s ease-in-out}.YourAds_YourAds__HEcHz .YourAds_Row2__hx7i7 button.YourAds_Active__dlMhb{color:#3a0dbb}.YourAds_YourAds__HEcHz .YourAds_Row2__hx7i7 button.YourAds_Active__dlMhb:after{background:#3a0dbb;border-radius:1rem;bottom:0;content:"";height:.5rem;left:0;position:absolute;transition:all .3s ease-in-out;width:100%}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg{display:flex;min-height:40rem;overflow:hidden;position:relative;transition:all .5s ease-in-out}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Coming__I\+U6T,.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Current__co\+CF{height:100%;max-width:100%;min-width:100%;transition:all .5s ease-in-out;width:100%}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Previous__w3rPG{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:1.8rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_row1__IHNtB{grid-column-gap:2.8rem;column-gap:2.8rem;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:1.7rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_row2__XnO2-{grid-column-gap:2.8rem;grid-row-gap:3rem;column-gap:2.8rem;display:grid;grid-template-columns:repeat(3,1fr);row-gap:3rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi{background:#fff;border-radius:1.5rem;display:flex;flex-direction:column;height:47.7rem;overflow:hidden;padding:2.1rem 3.5rem 2.6rem 3.3rem;width:100%}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi h1{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:1.8rem;text-align:center}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:1rem;padding:0 3rem;text-align:center}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi img{border-radius:.6rem;height:19rem;margin-bottom:3rem;object-fit:contain;width:100%}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Amount__zOlzq{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;gap:.5rem;justify-content:center;line-height:normal;margin-bottom:3.5rem;text-align:center}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Amount__zOlzq span{font-size:2rem;font-weight:400}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Amount__zOlzq span:first-child{font-size:2.3rem;font-weight:500}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper__XONqv{align-items:center;display:flex;justify-content:center;position:relative}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper__XONqv h6{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;left:0;line-height:normal;position:absolute}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper__XONqv button{background:#1b47c133;border:none;border-radius:.8rem;color:#1b47c1;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper2__7tqk8{align-items:center;display:flex;justify-content:center;position:relative}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper2__7tqk8 h6{align-items:center;background:#f333;border-radius:.5rem;color:#f33;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;justify-content:center;left:0;line-height:normal;padding:1rem;position:absolute;width:8rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper2__7tqk8 button{background:#3a0dbb;border:none;border-radius:.8rem;color:#fff;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;height:4.2rem;line-height:normal;text-transform:capitalize;width:19rem}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper3__PAIY4{align-items:center;display:flex;justify-content:center;position:relative}.YourAds_YourAds__HEcHz .YourAds_Row3__iNVBg .YourAds_Box__4faUi .YourAds_Wrapper3__PAIY4 button{background:#0000;border:none;border-radius:.8rem;color:#297c45;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.Chat_Container__Yhpem{-ms-overflow-style:none;display:flex;gap:2rem;height:100%;overflow:hidden;overflow-y:scroll;padding:0 0 0 1rem;position:relative;scrollbar-width:none;width:100%}.Chat_Container__Yhpem::-webkit-scrollbar{display:none}.Chat_Chat__Yr7Lm{display:flex}@media(max-width:800px){.Chat_Chat__Yr7Lm{background-color:var(--bg-color)}}.Chat_LeftChatContainer__Uy3gc{display:flex;flex:0 0 55.7rem;flex-direction:column;height:100%;overflow:hidden;padding:0 3.7rem 0 1rem;position:relative;width:37%}.Chat_Top__5frO8{align-items:center;display:flex;gap:2rem;justify-content:space-between;width:100%}.Chat_Top__5frO8 .Chat_Row1__j5AbT{align-items:center;display:flex;gap:2rem;justify-content:start}.Chat_Top__5frO8 .Chat_NavButton__qAlgE{align-items:center;display:flex;gap:4rem;justify-content:center;width:max-content}.Chat_Top__5frO8 .Chat_NavButton__qAlgE .Chat_ListItem__vaeab{align-items:center;display:flex}.Chat_Top__5frO8 .Chat_NavButton__qAlgE .Chat_ListItem__vaeab a img{height:3rem;transition:all .3s ease-in-out;width:3rem}.Chat_Top__5frO8 .Chat_NavButton__qAlgE .Chat_ListItem__vaeab .Chat_ProfilePic__YHAFa{border-radius:50%;height:4.5rem;width:4.5rem}.Chat_Top__5frO8 .Chat_NavButton__qAlgE .Chat_ListItem__vaeab .Chat_ProfilePic__YHAFa img{border-radius:50%;height:100%;width:100%}.Chat_Top__5frO8 .Chat_BackIcon__QSTWn{all:unset;cursor:pointer;height:max-content}.Chat_Top__5frO8 .Chat_BackIcon__QSTWn svg{color:var(--text-color);margin-left:-1rem;padding:0}@media(max-width:800px){.Chat_Top__5frO8{background-color:var(--bg-color);padding:3rem;width:100%}.Chat_Top__5frO8 .Chat_BackIcon__QSTWn{all:unset;cursor:pointer;height:max-content}.Chat_Top__5frO8 .Chat_BackIcon__QSTWn svg{color:var(--text-color);display:flex;font-size:15px;margin-left:-1rem;padding:0}}.Chat_ChatText__hmDyP{color:var(--text-color);font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:3.5rem}.Chat_SearchSettingContainer__tYnXF{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between}.Chat_SearchContainer__-vOCt{align-items:center;background-color:#0000;background-color:#fff;border-bottom:2px solid #000;border-radius:1rem;display:flex;flex:1 1 auto;margin-right:1rem;margin-block:2rem;min-width:200px;padding:.5rem 0}.Chat_SearchContainer__-vOCt input{background:#0000;border:none;color:#1b1b1b;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:600;height:3rem;line-height:2rem;outline:none;padding-left:.5rem;width:100%}.Chat_SearchContainer__-vOCt img{height:2.5rem;width:2.5rem}.Chat_SettingIcon__AUDNS{background-color:var(--tab-background);border-radius:1.2381rem;cursor:pointer;flex-shrink:0;height:4rem;padding:1rem;width:4rem}.Chat_SettingIcon__AUDNS img{height:100%;width:100%}@media screen and (max-width:800px){.Chat_SearchSettingContainer__tYnXF{flex-wrap:wrap;gap:2rem;margin:2rem 0;padding:0}.Chat_SearchContainer__-vOCt,.Chat_SettingIcon__AUDNS{margin-right:0;width:100%}}.Chat_OnlineContainer__RlUKJ{height:10.8rem;overflow:hidden;position:relative}.Chat_OnlineContainer__RlUKJ h2{color:var(--text-color);font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;line-height:2.5rem}.Chat_OnlineBoxContainer__FgPSa{height:50rem;left:0;overflow-y:scroll;position:absolute;top:8rem;transform:rotate(270deg);transform-origin:top left;width:6rem}.Chat_NoOnlineUser__eQEO4{align-items:center;display:flex;font-size:2rem;height:7rem;justify-content:center;width:100%}.Chat_OnlineBox__DI-Iz{height:5rem;margin-bottom:1.4rem;overflow:hidden;position:relative;transform:rotate(90deg);width:5rem}.Chat_OnlineBox__DI-Iz img{border-radius:50%;height:100%;width:100%}.Chat_greenDot__9lQqc{background:#1e6b17;border:.1rem solid #fefefe;border-radius:50%;bottom:.1rem;height:1.7rem;position:absolute;right:.5rem;width:1.7rem;z-index:2}.Chat_ChatProfileContainer__lWKBC{flex:1 1;overflow-y:scroll;padding-bottom:2rem;scrollbar-width:none}.Chat_ChatProfileContainer__lWKBC::-webkit-scrollbar{display:none}.Chat_ChatProfileBox__xfvYd{align-items:center;background:var(--tab-background);border-radius:10px;cursor:pointer;display:flex;height:7rem;justify-content:space-between;margin-bottom:1rem;padding:2.5rem 1.5rem;width:100%}.Chat_ChatProfileBoxLeft__UOC1g{align-items:center;display:flex;gap:2rem}.Chat_ChatProfileImage__3dsBA{flex-shrink:0;height:5rem;overflow:hidden;position:relative;width:5rem}.Chat_ChatProfileImage__3dsBA img{border-radius:50%;height:100%;width:100%}.Chat_ChatProfileText__4zKEr{display:flex;flex-direction:column}.Chat_ChatProfileText__4zKEr h2{color:var(--text-color);font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:600;line-height:2.5rem}.Chat_ChatProfileText__4zKEr h5{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:dimgray;display:-webkit-box;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:1.9rem;overflow:hidden;text-overflow:ellipsis;width:80%}.Chat_ChatProfileBox__xfvYd span{align-items:center;background:radial-gradient(182.17% 182.12% at 84.26% -57.7%,#5609f9 11.62%,#4b2699 100%);border-radius:.380312rem;color:#fff;display:flex;font-size:1.19rem;height:1.9rem;justify-content:center;width:1.74rem}.Chat_ChatProfileBox__xfvYd p,.Chat_ChatProfileBox__xfvYd span{font-family:Poppins;font-style:normal;font-weight:500;line-height:1.7rem}.Chat_ChatProfileBox__xfvYd p{color:#a2a2a2;font-size:1.2rem}.Chat_RightChatContainer__Z06GH{background:#fff;flex:1 1;height:100%;overflow:hidden;position:relative;width:58%}.Chat_RightChatContainer__Z06GH .Chat_OverlayWrapper__jXZrR{align-items:center;background-color:var(--tab-background);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.Chat_RightChatContainer__Z06GH .Chat_OverlayWrapper__jXZrR .Chat_Overlay__hi0R3{align-items:center;display:flex;flex-direction:column;margin-top:-15rem}.Chat_RightChatContainer__Z06GH .Chat_OverlayWrapper__jXZrR .Chat_Overlay__hi0R3 img{height:20rem;width:20rem}.Chat_RightChatContainer__Z06GH .Chat_OverlayWrapper__jXZrR .Chat_Overlay__hi0R3 h1{font-size:4rem;margin-top:1rem}.Chat_ActiveChatContainer__K8LHS{align-items:center;background-color:var(--tab-background);display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2rem;position:relative;width:100%}.Chat_ActiveChatProfileContainer__98TVV{align-items:center;border-radius:1.68rem;display:flex;height:6rem;justify-content:space-between;padding:0 4.1rem 0 2.7rem;width:100%}.Chat_ActiveChatProfileLeft__OdbDS{align-items:center;display:flex;gap:2rem}.Chat_ActiveChatProfileLeft__OdbDS img{border-radius:50%;height:5rem;width:5rem}.Chat_ActiveChatProfileLeft__OdbDS h1{color:#444;font-family:Poppins;font-size:2.5rem;font-style:normal;font-weight:400;line-height:3rem}.Chat_ActiveChatProfileLeft__OdbDS h6{color:#298b27}.Chat_ActiveChatProfileLeft__OdbDS h5,.Chat_ActiveChatProfileLeft__OdbDS h6{font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:2rem}.Chat_ActiveChatProfileLeft__OdbDS h5{color:#555}.Chat_ThreeDotPopupContainer__R1I8l{align-items:flex-end;bottom:0;display:flex;flex-direction:column;height:auto;left:0;position:absolute;right:2rem;top:8.6rem;transform:translateX(98rem);transition:all .2s ease-in-out;width:100%;z-index:10}.Chat_ActiveThreeDotPopup__nh6tK{transform:translateX(0)}.Chat_ThreeDotButtonContainer__otoek{align-items:flex-end;box-shadow:0 0 1px 1px #e4dddd;display:flex;flex-direction:column;height:max-content;margin-right:6rem}.Chat_ThreeDotButtonContainer__otoek button{background:#fff;border:none;color:red;cursor:pointer;font-family:Poppins;font-size:1.44rem;font-style:normal;font-weight:400;height:5.1rem;line-height:2rem;transition:all .2s ease-in-out;width:14.68rem}.Chat_ThreeDotButtonContainer__otoek button:hover{background:var(--pink1);color:#fff}.Chat_ActiveChatSMSContainer__nWYEs{flex:1 1;margin:1rem 0;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Chat_ActiveChatSMSContainer__nWYEs::-webkit-scrollbar{display:none}.Chat_ActiveChatSMSContainer__nWYEs h4{color:#989898;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:600;line-height:3rem;margin:1rem auto;text-align:center}.Chat_ChatBoxMy__k\+MvZ{align-items:center;display:flex;justify-content:flex-end;margin-bottom:1rem}.Chat_ChatBoxMy__k\+MvZ .Chat_MyChatBox__hxlc\+{background:var(--pink1);border-radius:.9rem .9rem 0 .9rem;color:#fff;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2rem;max-width:50.9rem;min-width:8rem;overflow:hidden;padding:1.2rem .9rem;white-space:pre-wrap}.Chat_ChatBoxMy__k\+MvZ .Chat_MyChatBox__hxlc\+ span{color:#ffffff80;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:600;line-height:1.5rem;margin-top:1.7rem}@media(max-width:800px){.Chat_ChatBoxMy__k\+MvZ .Chat_MyChatBox__hxlc\+{font-size:2.4rem;line-height:3rem}}.Chat_ChatBoxYou__Y48y5{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.Chat_ChatBoxYou__Y48y5 .Chat_YourChatBox__tSO0x{background:#fcf7fc;border-radius:.9rem .9rem .9rem 0;color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2rem;max-width:50.9rem;min-width:8rem;overflow:hidden;padding:1.2rem .9rem;white-space:pre-wrap}.Chat_ChatBoxYou__Y48y5 .Chat_YourChatBox__tSO0x span{color:#1e1e1e;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:600;line-height:1.5rem;margin-top:1.4rem}@media(max-width:800px){.Chat_ChatBoxYou__Y48y5 .Chat_YourChatBox__tSO0x{font-size:2.4rem;line-height:3rem}}.Chat_ActiveChatInputContainer__7YVKV{align-items:center;background:#fcf7fc;border-radius:2.35rem;display:flex;gap:2rem;height:7rem;padding:.93rem 1.8rem;position:relative;width:95%}.Chat_ActiveChatInputContainer__7YVKV img{cursor:pointer;height:3rem;object-fit:contain;width:3rem}.Chat_ActiveChatInputContainer__7YVKV img:nth-child(2){height:2.5rem;width:2.5rem}.Chat_ActiveChatInputContainer__7YVKV input{background:#0000;border:none;color:var(--text-color);flex:1 1;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:400;line-height:3.8rem;outline:none;-webkit-user-select:#5609f9;user-select:#5609f9}.Chat_ActiveChatInputContainer__7YVKV input::placeholder{color:#919191}.Chat_ActiveChatInputContainer__7YVKV .Chat_SendButton__GdY\+R{align-items:center;background:var(--pink1);border:none;border-radius:50%;cursor:pointer;display:flex;height:6rem;justify-content:center;outline:none;overflow:hidden;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none;width:6rem}.Chat_ActiveChatInputContainer__7YVKV .Chat_SendButton__GdY\+R img{-webkit-user-select:none;user-select:none;width:50%}.Chat_ActiveChatInputContainer__7YVKV .Chat_SendButton__GdY\+R:hover{background:radial-gradient(182.17% 182.12% at 84.26% -57.7%,#3f1d87 11.62%,#3800af 100%)}.Chat_ActiveChatInputContainer__7YVKV .Chat_SendButton__GdY\+R:active{background:radial-gradient(182.17% 182.12% at 84.26% -57.7%,#250861 11.62%,#2a0f61 100%)}.Chat_ActiveChatInputContainer__7YVKV .Chat_EmojiContainer__qk9wR{bottom:8rem;height:50rem;left:-6rem;position:absolute;width:50rem}.Chat_ChatSettingContainer__aAgW8{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd1;border-radius:0 3.5rem 0 0;height:100%;overflow-y:scroll;padding:4rem 0 2rem 7rem;scrollbar-width:none;width:100%}.Chat_ChatSettingContainer__aAgW8::-webkit-scrollbar{display:none}.Chat_ChatSettingContainer__aAgW8 .Chat_Top__5frO8{align-items:center;display:flex;gap:2rem;justify-content:left;margin-bottom:6rem}.Chat_ChatSettingContainer__aAgW8 .Chat_Top__5frO8 .Chat_BackIcon__QSTWn{all:unset;cursor:pointer;height:max-content}.Chat_ChatSettingContainer__aAgW8 .Chat_Top__5frO8 .Chat_BackIcon__QSTWn svg{color:var(--text-color);font-size:2.5rem}.Chat_MSettingText__DcBHZ{color:var(--text-color);font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:3.5rem}.Chat_MRBtn__XYRSs{align-items:center;background:var(--backbg1);border:none;border-radius:1.38rem;cursor:pointer;display:flex;height:11.58rem;justify-content:space-between;left:83.4rem;padding:0 5.1rem 0 4.1rem;top:21.67rem;transition:all .2s ease-in-out;width:95%}.Chat_MRBtn__XYRSs:hover{background:var(--pink1)}.Chat_MRBtn__XYRSs:hover span{border:1px solid #fff}.Chat_MRBtn__XYRSs:hover h2{color:#fff}.Chat_MRBtn__XYRSs:hover p{color:#eee}.Chat_MRBtn__XYRSs h2{align-items:flex-start;color:var(--text-color);display:flex;font-family:Poppins;font-size:2.42rem;font-style:normal;font-weight:500;line-height:3.4rem}.Chat_MRBtn__XYRSs p{color:#444;font-size:1.72rem;font-weight:400}.Chat_MRBtn__XYRSs p,.Chat_MRBtn__XYRSs span{font-family:Poppins;font-style:normal;line-height:2.4rem}.Chat_MRBtn__XYRSs span{align-items:center;background:var(--pink1);border-radius:50%;color:#fff;display:flex;font-size:1.7rem;font-weight:500;height:4.8rem;justify-content:center;width:4.8rem}.Chat_ChatSettingText__x\+e0y{color:var(--text-color);font-family:Poppins;font-size:1.95rem;font-style:normal;font-weight:500;line-height:2.7rem;margin-bottom:2.4rem;margin-top:2.6rem}.Chat_ChatSettingTextContainer__fjSHD{background:var(--backbg1);border-radius:1.12rem;height:24.2rem;margin-bottom:3.2rem;padding:3.97rem 3.9rem 0 2.8rem;width:95%}.Chat_ChatSettingTextContainer__fjSHD h2,.Chat_ChatSettingTextContainer__fjSHD h3{color:#959595;font-family:Poppins;font-size:1.79rem;font-style:normal;font-weight:500;line-height:2.5rem}.Chat_InnerControlText__aW792{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;margin-top:2.5rem}.Chat_InnerControlText__aW792 h4{color:#323232;font-family:Poppins;font-size:1.79rem;font-style:normal;font-weight:500;line-height:2.5rem}.Chat_InnerControlText__aW792 div{align-items:center;cursor:pointer;display:flex;gap:2.5rem}.Chat_InnerControlText__aW792 div p{color:#3a0dbb;font-family:Poppins;font-size:1.79rem;font-style:normal;font-weight:500;line-height:2.5rem}.Chat_InnerControlText__aW792 span{display:flex;flex-direction:column}.Chat_InnerControlText__aW792 span h6{color:#959595;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:1.4rem;width:24.9rem}.Chat_AllowMessageFrom__PQQln{background:var(--backbg1);border-radius:1.12rem;height:25.9rem;padding:4rem 0 2rem 7rem;width:95%}.Chat_AllowMessageFrom__PQQln h5{color:#959595;font-family:Poppins;font-size:1.34rem;font-style:normal;font-weight:400;line-height:1.9rem;margin-bottom:2.6rem}.Chat_AllowCommentsBox__C9Uw7{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.Chat_AllowCommentsBox__C9Uw7 p{color:#323232;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.9rem}.Chat_AllowCommentsBox__C9Uw7 span{color:#959595;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:1.1rem}.Chat_BlockMessageFromCont__2ihpI{background:var(--pink2);border-radius:1.1rem;height:18.5rem;margin-top:2.5rem;padding:3.4rem 3.2rem 0 2.8rem;width:60.6rem;width:100%}.Chat_BlockMessageFromCont__2ihpI h4{color:#959595;font-family:Poppins;font-size:1.34rem;font-style:normal;font-weight:400;line-height:1.9rem;margin-bottom:2.58rem}.Chat_BlockMessageFromCont__2ihpI div{align-items:center;background:var(--pink2);border:.674405px solid var(--pink1);border-radius:1.12rem;display:flex;gap:1.2rem;height:4.4rem;overflow:hidden;padding:.5rem 1rem;width:100%}.Chat_BlockMessageFromCont__2ihpI div img{height:2.5rem;width:2.5rem}.Chat_BlockMessageFromCont__2ihpI div input{background:#0000;border:none;height:100%;outline:none;width:100%}.Chat_MessageRequestContainer__M7bmg{height:100%;position:relative;width:100%}.Chat_MessageRequestContainer__M7bmg .Chat_Top__5frO8{align-items:center;display:flex;gap:2rem;margin-bottom:6rem;padding:4rem 4.3rem 0 6.6rem}.Chat_MessageRequestContainer__M7bmg .Chat_Top__5frO8 .Chat_BackIcon__QSTWn{all:unset;cursor:pointer;height:max-content}.Chat_MessageRequestContainer__M7bmg .Chat_Top__5frO8 .Chat_BackIcon__QSTWn svg{font-size:2.5rem}.Chat_MessageRequestContainer__M7bmg .Chat_Top__5frO8 .Chat_Heading__YN9MU{align-items:start;display:flex;flex-direction:column;position:relative}.Chat_MessageRequestText__L6yY8{color:var(--text-color);font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:3.6rem;margin-bottom:.7rem}.Chat_MessageRequestText2__lPwiX{color:#454545;line-height:1.9rem;margin-bottom:6.5rem}.Chat_MessageRequestText2__lPwiX,.Chat_SelectMessageReq__UjE6J{font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400}.Chat_SelectMessageReq__UjE6J{background:#e7e7e7;border:none;border-radius:.6rem;color:var(--text-color);cursor:pointer;height:4.1rem;letter-spacing:.1em;line-height:2.1rem;outline:none;padding:1rem;position:absolute;right:4.3rem;top:4rem;width:12.2rem}.Chat_MessageRequestBoxContainer__y5C18{flex:1 1;overflow-y:scroll;padding:0 4.3rem 3rem 6.6rem;scrollbar-width:none}.Chat_MessageRequestBoxContainer__y5C18::-webkit-scrollbar{display:none}.Chat_loadingContainer__vi2qS{align-items:center;display:flex;justify-content:center}.Chat_MessageRequestBox__Qlh5P{align-items:center;background:#fefefe;border:.848341px solid #afb6fd;border-radius:1rem;box-shadow:0 3.39336px 16.9668px #00000026;display:flex;height:6.6rem;justify-content:space-between;margin-bottom:1.8rem;padding:0 1.6rem;width:100%}.Chat_CMRLeft__\+yLMS{align-items:center;display:flex;gap:2rem}.Chat_CMRLeft__\+yLMS img{border-radius:50%;height:4.1rem;width:4.1rem}.Chat_CMRLeft__\+yLMS h4{color:#444;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem}.Chat_CMRLeft__\+yLMS h3{color:#000;font-family:Poppins;font-size:1.18rem;font-style:normal;font-weight:600;line-height:1.6rem}.Chat_CMRRight__cjJ8Y{align-items:center;display:flex;gap:.5rem}.Chat_CMRRight__cjJ8Y button{background:#4dd74a1f;border:none;color:#298b27;cursor:pointer;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;height:3.7rem;line-height:1.7rem;outline:none;transition:all .3s ease-in-out;width:18.5rem}.Chat_CMRRight__cjJ8Y button:last-child{background:#fe515121;color:#fe5151}.Chat_CMRRight__cjJ8Y button:hover{background:#4cd74a;color:#fff}.Chat_CMRRight__cjJ8Y button:last-child:hover{background:#fe5151;color:#fff}@media screen and (max-width:800px){.Chat_LeftChatContainer__Uy3gc{border-radius:0;flex:none;margin:0;padding:2rem;width:100%}.Chat_OnlineContainer__RlUKJ{height:15rem}.Chat_OnlineBoxContainer__FgPSa{height:95vw;top:11rem;width:12rem}.Chat_OnlineBoxContainer__FgPSa .Chat_OnlineBox__DI-Iz{height:8rem;width:8rem}.Chat_ChatProfileContainer__lWKBC{gap:2rem;margin-inline:-2rem;min-width:100%;padding:0 2rem}.Chat_ChatProfileBox__xfvYd{height:10rem;margin-bottom:2rem;padding:1rem 2rem 1rem 1rem;width:100%}.Chat_ChatProfileBox__xfvYd .Chat_ChatProfileBoxLeft__UOC1g{height:100%;width:100%}.Chat_ChatProfileBox__xfvYd .Chat_ChatProfileBoxLeft__UOC1g .Chat_ChatProfileImage__3dsBA{height:100%;width:8rem}.Chat_ChatProfileBox__xfvYd .Chat_ChatProfileBoxLeft__UOC1g .Chat_ChatProfileText__4zKEr h2{font-size:2.5rem}.Chat_ChatProfileBox__xfvYd .Chat_ChatProfileBoxLeft__UOC1g .Chat_ChatProfileText__4zKEr h5,.Chat_ChatProfileBox__xfvYd .Chat_ChatProfileBoxLeft__UOC1g .Chat_ChatProfileText__4zKEr span{font-size:1.8rem}}.Chat_OnlineBoxContainer__FgPSa::-webkit-scrollbar{display:none}@media screen and (max-width:800px){.Chat_ChatText__hmDyP{font-size:3rem}.Chat_SearchSettingContainer__tYnXF{flex-wrap:nowrap;gap:3rem}.Chat_SearchContainer__-vOCt{border-bottom:0;gap:1rem;min-width:150px;padding:1rem}.Chat_SearchContainer__-vOCt input{font-size:2rem;height:3rem;order:2}.Chat_SearchContainer__-vOCt img{order:1}.Chat_SettingIcon__AUDNS{height:5rem;padding:1rem;width:5rem}.Chat_ChatSettingContainer__aAgW8{padding:2rem}.Chat_ChatSettingContainer__aAgW8 .Chat_MRBtn__XYRSs{margin-bottom:2rem;padding:0 2rem;width:100%}.Chat_ChatSettingContainer__aAgW8 .Chat_ChatSettingText__x\+e0y{font-size:2rem}.Chat_ChatSettingContainer__aAgW8 .Chat_ChatSettingTextContainer__fjSHD{width:100%}.Chat_ChatSettingContainer__aAgW8 .Chat_ChatSettingTextContainer__fjSHD .Chat_InnerControlText__aW792 h4{font-size:2rem}.Chat_ChatSettingContainer__aAgW8 .Chat_ChatSettingTextContainer__fjSHD .Chat_InnerControlText__aW792 h6{font-size:1.5rem;width:35rem}.Chat_ChatSettingContainer__aAgW8 .Chat_AllowMessageFrom__PQQln{padding:2rem;width:100%}.Chat_ChatSettingContainer__aAgW8 .Chat_AllowMessageFrom__PQQln h5{font-size:2rem}.Chat_ChatSettingContainer__aAgW8 .Chat_AllowMessageFrom__PQQln .Chat_AllowCommentsBox__C9Uw7 p{font-size:2rem;line-height:3rem}.Chat_ChatSettingContainer__aAgW8 .Chat_AllowMessageFrom__PQQln span{font-size:1.5rem}.Chat_ChatSettingContainer__aAgW8 .Chat_BlockMessageFromCont__2ihpI h4,.Chat_ChatSettingContainer__aAgW8 .Chat_BlockMessageFromCont__2ihpI input{font-size:2rem}}.ChoseTemplate_ChoseTemplate__6\+wH2{display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:scroll;scrollbar-width:none;width:100%}.ChoseTemplate_ChoseTemplate__6\+wH2::-webkit-scrollbar{width:5px}.ChoseTemplate_ChoseTemplate__6\+wH2::-webkit-scrollbar-thumb{background:#a6539d;border-radius:1rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w{align-items:center;display:flex;justify-content:space-between;padding:6.3rem 19rem 5rem 8.7rem;position:relative}@media screen and (max-width:1100px){.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w{align-items:flex-start;flex-direction:column;padding:6.3rem 1rem 5rem 5rem;row-gap:7rem}}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Left__lPlfb{align-items:center;display:flex;gap:3.1rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Left__lPlfb img{width:8rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Left__lPlfb div h3{color:#000;font-family:Poppins;font-size:4.3rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:.9rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Left__lPlfb div h4{color:#666;font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:300;line-height:normal}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Right__StTJi{align-items:center;display:flex;gap:1rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Right__StTJi button{background:#0000;border:none;color:#545454;cursor:pointer;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:600;line-height:normal;padding:1.5rem 4rem;transition:all .2s ease-in-out}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Right__StTJi button:hover{background:#adadaf;color:#783770}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_Right__StTJi button.ChoseTemplate_active__Z7glU{background:#a6539d;color:#fff}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Top__0wN-w .ChoseTemplate_BackBtn__wrGy\+{cursor:pointer;font-size:3rem;font-weight:700;position:absolute;right:4rem;top:4rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG{grid-row-gap:3rem;grid-column-gap:1.7rem;column-gap:1.7rem;display:grid;flex-shrink:0;grid-template-columns:repeat(3,1fr);padding:5rem 7rem;row-gap:3rem}@media screen and (max-width:1100px){.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG{grid-template-columns:repeat(1,1fr)}}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg{border-radius:1rem;box-shadow:0 4px 4px #00000040;height:70rem;overflow:hidden;padding:0;position:relative;transition:all .2s ease-in-out;width:100%}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg:hover .ChoseTemplate_Button__0AIiq{transform:scale(1.3)}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg .ChoseTemplate_Button__0AIiq{align-items:center;background:#a6539d;border-radius:.9375rem;display:flex;height:5rem;justify-content:center;overflow:hidden;position:absolute;right:2.7rem;top:2.1rem;transition:all .3s ease-in-out;width:7rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg .ChoseTemplate_Button__0AIiq button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .2s ease-in-out;width:100%}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg .ChoseTemplate_Button__0AIiq button svg{height:1.5rem;transition:all .2s ease-in-out;width:1.5rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg .ChoseTemplate_Button__0AIiq button:hover{background:#783770}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg .ChoseTemplate_Button__0AIiq button:hover svg{transform:scale(1.2)}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_Bottom__wt1kG .ChoseTemplate_Box__x2Ijg img{height:100%;object-fit:cover;width:100%}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_loadingContainer__GgV4F{align-items:center;display:flex;flex-shrink:0;height:10rem;justify-content:center}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#e7e9feeb;display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100vw;z-index:5}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G{align-items:center;background:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:5.4rem;justify-content:center;padding:6rem 8rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G .ChoseTemplate_TopPopup__c\+KVS h1{color:#000;font-family:Poppins;font-size:3.2rem;font-style:italic;font-weight:600;line-height:normal;margin-bottom:1em .9rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G .ChoseTemplate_TopPopup__c\+KVS h2{color:#434343;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G .ChoseTemplate_BottomPopup__vwkFw{align-items:center;display:flex;flex-direction:column;gap:1.6rem;justify-content:center}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G .ChoseTemplate_BottomPopup__vwkFw button{background:#0000;border:1px solid #878787;border-radius:1rem;color:#878787;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;height:6.8rem;line-height:normal;transition:all .2s ease-in-out;width:30rem}.ChoseTemplate_ChoseTemplate__6\+wH2 .ChoseTemplate_PopupContainer__YOp4A .ChoseTemplate_Popup__JxI5G .ChoseTemplate_BottomPopup__vwkFw button:hover{background:#a6539d;border:1px solid #783770;color:#fff}.InfoButton_InfoButtonContainer__J0MFB{height:max-content;position:relative;width:max-content;z-index:1000}@media screen and (max-width:1000px){.InfoButton_InfoButtonContainer__J0MFB{display:none}}.InfoButton_InfoButton__aNOg9{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;padding:.5rem;width:40px}@media screen and (max-width:1000px){.InfoButton_InfoButton__aNOg9{display:none}}@media screen and (max-width:800px){.InfoButton_InfoButton__aNOg9{top:5rem}}.InfoButton_InfoButton__aNOg9 svg{height:100%;width:100%}.InfoButton_Tooltip__MTfP2{background:#1e1e1e;border-radius:4px;box-shadow:0 10px 7px 10px solid #00a498;color:#fff;display:flex;flex-direction:column;font-family:Poppins;font-size:1.3rem;font-style:normal;font-weight:500;gap:1rem;line-height:normal;opacity:0;padding:6rem 2rem 2rem;position:absolute;right:-2rem;top:6rem;transform:scale(0);transform-origin:92% 0;transition:all .3s ease-in-out;width:33vw;z-index:1000;z-index:1}.InfoButton_Tooltip__MTfP2.InfoButton_Active__MHyi6{opacity:1;transform:scale(1)}.InfoButton_Tooltip__MTfP2:before{background:#1e1e1e;content:"";height:4rem;position:absolute;right:1.5rem;top:-.2rem;transform:rotate(137deg);width:6rem;z-index:-1}.InfoButton_Tooltip__MTfP2 .InfoButton_Cross__cqL-V{cursor:pointer;position:absolute;right:2rem;top:2rem;transition:all .3s ease-in-out}.InfoButton_Tooltip__MTfP2 .InfoButton_Cross__cqL-V:hover svg path{fill:#00a498}.InfoButton_Tooltip__MTfP2 a{color:#00a498}.Explore_Container__EA6MJ{-ms-overflow-style:none;height:100%;overflow:hidden;position:relative;scrollbar-width:none;width:100%}.Explore_Container__EA6MJ::-webkit-scrollbar{display:none}.Explore_BackButton__8q4w0{display:flex;margin-bottom:2rem;margin-left:7rem}.Explore_BackButton__8q4w0 button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Explore_BackButton__8q4w0 button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.Explore_BackButton__8q4w0 button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.Explore_BackButton__8q4w0 button:hover svg{fill:#fff;font-size:2.5rem}.Explore_Explore__SC8N3{display:flex;flex-direction:column}.Explore_ExploreContainer__cHp1L{align-items:center;display:flex;gap:9.8rem;height:100%;justify-content:center;overflow:hidden;padding:0 6.6rem 0 7.2rem;width:100%}.Explore_ExploreLeft__Jmygg{height:100%;overflow-y:scroll;padding-bottom:10rem;scrollbar-width:none;width:75.3rem;width:100%}.Explore_ExploreLeft__Jmygg::-webkit-scrollbar{display:none;width:0}.Explore_ExploreLeft__Jmygg h1{color:var(--text-color);font-family:Poppins;font-size:3rem;font-style:normal;font-weight:600;height:3.6rem;line-height:138.4%;margin-bottom:5.3rem;margin-top:2rem;text-align:left;width:32.4rem}.Explore_ExploreLeft__Jmygg .Explore_ExploreYourWorldContainer__v85UL{align-items:center;display:flex;justify-content:space-between;padding:0 2rem}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g{align-items:center;display:flex;height:6rem;overflow:hidden}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g input{background:#0000;border:none;border-bottom:1px solid #000;font-size:3rem;height:100%;margin-right:0;outline:none;padding:0;transition:all .3s linear;width:0}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g input.Explore_active__RJ2wV{margin-right:1rem;padding:0 1rem;transform:translateX(0);width:25rem}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g .Explore_btn__0e4NS .Explore_SearchIcon__FDPQw path{fill:var(--text-color)}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g .Explore_btn__0e4NS .Explore_SearchIcon__FDPQw{height:100%;width:100%}.Explore_SearchContainer__DCO3g button{background:#0000;border:none;cursor:pointer}button.Explore_btn__0e4NS{align-items:center;border-radius:50%;display:flex;height:4rem;justify-content:center;padding:5;position:relative;width:4rem}button.Explore_btn__0e4NS .Explore_redDot__ugn0L{background:red;border-radius:50%;color:#fff;font-size:100%;height:2rem;position:absolute;right:0;top:0;width:2rem}button.Explore_btn__0e4NS:hover{background:#ccd0ff;transition:all .2s ease-in}button.Explore_btn__0e4NS:hover svg path{fill:#2992e3;transition:all .1s ease-in}.Explore_recommendedContainer__eys8o p{color:var(--text-color);font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:1.8rem;text-shadow:0 .4rem .4rem #00000040}.Explore_recommendedDiv__PbSM6{align-items:center;display:flex;height:28.4rem;position:relative;width:100%}.Explore_HorizontalScroll__ljiAg{height:342%;left:-20.4rem;overflow-x:hidden;overflow-y:auto;padding:0!important;position:absolute;top:0;transform:rotate(-90deg) translateY(-80px);transform-origin:right top;width:28.4rem}.Explore_HorizontalScroll__ljiAg img{display:block;height:28.4rem;margin:0 0 -1.5rem 1.7rem;transform:rotate(90deg);width:24.69rem}.Explore_HorizontalScroll__ljiAg img:first-child{margin-top:-1.8rem}.Explore_HorizontalScroll__ljiAg img:last-child{margin-bottom:6rem}.Explore_HorizontalScroll__ljiAg::-webkit-scrollbar{display:none;height:.5rem;width:.5rem}.Explore_ExploreMindCont1__tNJW0{border-radius:2.9rem;height:59.1rem;margin:0 auto 2.9rem;overflow:hidden;position:relative;width:70rem}.Explore_ExploreMindCont1__tNJW0 img{height:100%;width:100%}.Explore_ExploreMindCont1__tNJW0 .Explore_ExploreMindCont1Overlay__6ahEV{background:#00000040;height:100%;position:absolute;top:0;width:100%}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks{align-items:center;display:flex;justify-content:space-between;left:2.9rem;position:absolute;right:19.2rem;top:3.1rem}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks div{align-items:center;display:flex;gap:1rem}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks div h5{color:#fff;font-family:Poppins;font-size:1.89277rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks div span{font-family:Poppins;font-size:1.20449rem;font-style:normal;font-weight:400;line-height:123.4%}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks div img{border-radius:50%;height:4.982px;width:4.982px}.Explore_ExploreMindCont1__tNJW0 .Explore_MindTop__7KCks h3{color:#fff;cursor:pointer;font-family:Poppins;font-size:2.21773rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center;-webkit-user-select:none;user-select:none}.Explore_ExploreMindCont1__tNJW0 .Explore_MindBottom__A-mQg{align-items:center;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:#fff3;border-radius:.982205rem .982205rem 2.19333rem 1.98444rem;bottom:0;display:flex;height:4.909rem;justify-content:space-between;left:0;padding:0 1rem 0 3.8rem;position:absolute;right:0;width:100%}.Explore_ExploreMindCont1__tNJW0 .Explore_MindBottom__A-mQg .Explore_commentText__4hcJ2{color:#fff;font-family:Poppins;font-size:1.04159rem;font-style:normal;font-weight:400;height:4.374rem;line-height:123.4%;padding-top:1.1rem;width:22.8rem}.Explore_actionContainer__GZuG2{align-items:center;display:flex;height:2.3rem;justify-content:space-between;width:20rem}.Explore_actionContainer__GZuG2 div{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:6rem}.Explore_actionContainer__GZuG2 div:active img{transform:scale(1.5);transition:all .3s ease-in-out}.Explore_actionContainer__GZuG2 div p{color:#fff;font-size:1.89955rem;font-style:normal;font-weight:600;height:2.4rem;line-height:123.4%;margin-left:.5rem;width:2.4rem}.Explore_actionContainer__GZuG2 img{height:100%;width:100%}.Explore_ExploreImageMainContainer__XRcYb{margin-top:2.2rem}.Explore_ExploreImageMainContainer__XRcYb h3{color:var(--text-color);font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:1.6rem}.Explore_ExploreImageContainer__i8DNX{grid-column-gap:1.5rem;grid-row-gap:1rem;column-gap:1.5rem;display:grid;grid-template-columns:repeat(3,28.6rem);grid-template-rows:repeat(5,17.6rem);row-gap:1rem}.Explore_ExploreImageContainer__i8DNX .Explore_row2__lhB1c{grid-row:1/3}.Explore_ExploreImageContainer__i8DNX .Explore_row21__UQm4A{grid-column:3;grid-row:3/5}.Explore_ExploreImageContainer__i8DNX img{height:100%;width:100%}.Explore_ExploreRight__w2mxM{align-items:center;display:flex;flex-direction:column;height:100%;min-width:54.3rem;overflow-y:hidden;padding-top:2rem}.Explore_InputContainer__WOl1L{align-items:center;border-bottom:.25rem solid var(--text-color);display:flex;justify-content:center;padding-bottom:1.5rem;padding-right:5rem;width:42.35rem}.Explore_InputContainer__WOl1L input{background:#0000;border:none;color:#3a3a3a;font-family:Poppins;font-size:2.5rem;font-style:normal;font-weight:500;line-height:138.4%;outline:none;width:100%}.Explore_InputContainer__WOl1L img{height:3.2rem;width:3.2rem}.Explore_TagContainer__x0EhR{margin-top:4rem}.Explore_TagContainer__x0EhR p{color:var(--text-color);font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:3rem;padding-left:1rem}.Explore_TagContainer__x0EhR .Explore_btnContainer__Lpm-7{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-evenly}.Explore_btnContainer__Lpm-7 button{border:.0951424rem solid #dbdbdb;border-radius:4.75712rem;color:#686868;cursor:pointer;font-family:Poppins;font-size:2.09313rem;font-style:normal;font-weight:500;height:4.852rem;line-height:138.4%;min-width:16.555rem;padding:1rem 3.5rem}.Explore_btnContainer__Lpm-7 button:hover{background:#3a0dbb;color:#fff;transition:all .5s ease-in-out}.Explore_btnContainer__Lpm-7 button:active{background:#15014e;color:#fff;transition:all .09s ease}.Explore_ScrollCont__2HM3k{margin-top:3rem;overflow-y:scroll;padding-bottom:10rem;scrollbar-width:none}.Explore_ScrollCont__2HM3k::-webkit-scrollbar{display:none}.Explore_AddContainer__mtaGi{border-radius:3rem;height:23.9rem;overflow:hidden;width:54.3rem}.Explore_AddContainer__mtaGi img{height:100%;width:100%}.Explore_LikeContainer__96CCb{margin-top:2.9rem}.Explore_LikeContainer__96CCb p{color:var(--text-color);font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:3rem}.Explore_LikeImages__sOv2j{grid-row-gap:1rem;grid-column-gap:2rem;display:grid;grid-template-columns:23.8rem 23.8rem;grid-template-rows:17.6rem 17.6rem}.Explore_LikeImages__sOv2j img{height:100%;width:100%}@media screen and (max-width:431px){.Explore_ExploreContainer__cHp1L{padding:2rem 2.6rem 0}.Explore_ExploreImageMainContainer__XRcYb{margin-bottom:2.2rem;margin-top:2.2rem}.Explore_ExploreImageContainer__i8DNX{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,1fr)}.Explore_ExploreMindCont1__tNJW0{width:100%}.Explore_actionContainer__GZuG2{width:25rem}.Explore_recommendedContainer__eys8o p{width:100%}.Explore_recommendedDiv__PbSM6{margin-bottom:4rem;overflow-x:scroll;width:100%}.Explore_HorizontalScroll__ljiAg{overflow-x:scroll}.Explore_HorizontalScroll__ljiAg::-webkit-scrollbar{display:none}.Explore_ExploreLeft__Jmygg h1{font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;height:11.6rem;line-height:127.4%;margin-bottom:1.3rem;width:25.4rem}.Explore_TagContainer__x0EhR{margin-bottom:4rem;margin-top:4rem}.Explore_btnContainer__Lpm-7 button:hover{background:#f0f0f0;color:#686868}}@media screen and (max-width:321px){.Explore_ExploreLeft__Jmygg .Explore_ExploreYourWorldContainer__v85UL h1{font-family:Poppins;font-size:3.5rem;font-style:normal;font-weight:600;height:9.6rem;margin-bottom:1.3rem;width:21.4rem}.Explore_ExploreLeft__Jmygg .Explore_SearchContainer__DCO3g input.Explore_active__RJ2wV{margin-right:1rem;padding:0 1rem;transform:translateX(0);width:20rem}}.Bg_bg__iPZu-{background:var(--gradient4);height:100vh;overflow:hidden;position:relative;width:100%}.Bg_bg__iPZu- .Bg_white__UDLdY{height:100%;position:absolute;right:0;top:0;width:100%}.Bg_bg__iPZu- .Bg_white__UDLdY img{border:10px solid #00f;position:absolute;right:0;top:0;transform:scale(1.5) rotate(0deg)}.Bg_bg__iPZu- .Bg_logo__he9Yz{height:35rem;left:6%;position:relative;top:10%;width:33rem}.Bg_bg__iPZu- .Bg_logo__he9Yz img{height:100%;opacity:70%;width:100%}@media screen and (max-width:431px){.Bg_bg__iPZu- .Bg_white__UDLdY img{transform:translate(751px,210px) rotate(349deg) scale(1.5)}.Bg_bg__iPZu- .Bg_logo__he9Yz{height:49rem;left:16%;position:relative;top:4%;width:49rem}}@media screen and (max-height:668px){.Bg_bg__iPZu- .Bg_white__UDLdY img{transform:translate(628px,210px) rotate(349deg) scale(1.5)}.Bg_bg__iPZu- .Bg_logo__he9Yz{height:37rem;left:20%;position:relative;top:3%;width:37rem}}@media screen and (max-height:741px){.Bg_bg__iPZu- .Bg_white__UDLdY img{transform:translate(597px,210px) rotate(353deg) scale(1.5)}.Bg_bg__iPZu- .Bg_logo__he9Yz{height:37rem;left:22%;position:relative;top:3%;width:37rem}}@media screen and (max-width:344px){.Bg_bg__iPZu- .Bg_white__UDLdY img{transform:translate(751px,210px) rotate(349deg) scale(1.5)}.Bg_bg__iPZu- .Bg_logo__he9Yz{height:47rem;left:11%;position:relative;top:4%;width:47rem}}.Congratulations_main-container__gn\+UC{height:100vh;overflow:hidden;position:relative;width:100%}.Congratulations_container__57wsh{background:#fff;border-radius:1rem;box-shadow:1rem 1rem 5rem #00000040;padding:10rem 15.8rem 7.9rem 12.2rem;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:88rem}.Congratulations_container__57wsh .Congratulations_heading__4S1et{font-size:6.2rem;font-weight:600;line-height:9.3rem}.Congratulations_container__57wsh .Congratulations_text1__HqmHh{font-size:2.2rem;font-weight:300;line-height:3.3rem}.Congratulations_container__57wsh .Congratulations_text-container__0nqra{grid-row-gap:2rem;display:grid;margin:5.4rem 0 7.8rem;padding:1rem 0}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row1__fwIkh{align-items:center;display:flex;justify-content:space-between}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row2__Q2ry-{align-items:center;display:flex;justify-content:space-around}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row3__YMI5k{align-items:center;display:flex;justify-content:space-evenly}.Congratulations_container__57wsh .Congratulations_text-container__0nqra p{color:#444;font-size:1.79rem;font-weight:500;line-height:2.7rem}.Congratulations_container__57wsh .Congratulations_btn__Fss-c{background-color:#3a0dbb;border:1px solid #ccc;border-radius:1rem;color:#ccc;cursor:pointer;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem;width:60rem}.Congratulations_container__57wsh .Congratulations_btn__Fss-c:disabled{background-color:#5a5e6a;cursor:default}@media screen and (max-width:427px){.Congratulations_container__57wsh{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 5rem #00000040;padding:5rem 3rem;position:absolute;right:50%;text-align:center;top:60%;transform:translate(50%,-50%);width:60rem}.Congratulations_container__57wsh .Congratulations_heading__4S1et{font-size:4rem;line-height:3rem;margin-bottom:2rem}.Congratulations_container__57wsh .Congratulations_text1__HqmHh{font-size:1.3rem;line-height:3rem;margin-top:1rem}.Congratulations_container__57wsh .Congratulations_btn__Fss-c{background-color:#3a0dbb;border:1px solid #ccc;border-radius:12px;color:#ccc;cursor:pointer;font:inherit;font-size:2rem;font-weight:600;line-height:2.4rem;padding:2.5rem 3rem;width:100%}.Congratulations_container__57wsh .Congratulations_text-container__0nqra{padding:1rem 3rem}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row1__fwIkh{align-items:center;display:flex;justify-content:space-between}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row2__Q2ry-{align-items:center;display:flex;justify-content:space-between;text-align:left}.Congratulations_container__57wsh .Congratulations_text-container__0nqra .Congratulations_row3__YMI5k{align-items:center;display:flex;justify-content:space-between}.Congratulations_container__57wsh .Congratulations_text-container__0nqra p{color:#444;font-size:2rem;font-weight:500;font-weight:600;line-height:2.7rem}}.GetStarted1_main-container__zvaBA{height:100vh;overflow:hidden;position:relative;width:100%}.GetStarted1_container__VCxL4{background:#fff;border-radius:1rem;box-shadow:1rem 1rem 5rem #00000040;padding:10rem 15.8rem 7.9rem 12.2rem;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:88rem}.GetStarted1_container__VCxL4 .GetStarted1_heading__TXe81{font-size:6.2rem;font-weight:600;line-height:9.3rem}.GetStarted1_container__VCxL4 .GetStarted1_text1__KOgkc{font-size:2.2rem;font-weight:300;line-height:3.3rem}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx{grid-row-gap:.9rem;display:grid;margin:2rem 0}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx .GetStarted1_text2__RiGkF,.GetStarted1_container__VCxL4 .GetStarted1_text2__RiGkF{color:#444;font-size:1.3rem;font-weight:500;line-height:2.1rem}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx .GetStarted1_input-box__OXI1G{background:#fff;border:1px solid #909090;border-radius:1rem;color:#909090;font-size:2rem;font-weight:500;line-height:2.4rem;outline:none;padding:2rem}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat{display:flex;gap:1.2rem;margin:2.4rem 0 3.7rem}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn__pd9lL{background:#f2f2f2}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn-active__c8mSX,.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn__pd9lL{border:1px solid #ccc;border-radius:10px;color:#ccc;cursor:pointer;flex:1 1;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem;text-align:center}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn-active__c8mSX{background:#3a0dbb}.GetStarted1_container__VCxL4 .GetStarted1_btn2__zi19P{background:#3a0dbb;border:none;border-radius:1rem;color:#ccc;cursor:pointer;font-size:1.6rem;line-height:2.4rem;margin:1rem 0;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:100%}.GetStarted1_container__VCxL4 .GetStarted1_btn2__zi19P:hover{background:#23027b}.GetStarted1_container__VCxL4 .GetStarted1_btn2__zi19P:disabled{background-color:#5a5e6a;cursor:default}@media screen and (max-width:431px){.GetStarted1_container__VCxL4{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 5rem #00000040;padding:5rem 3rem;position:absolute;right:50%;top:62%;transform:translate(50%,-50%);width:60rem}.GetStarted1_container__VCxL4 .GetStarted1_heading__TXe81{font-size:4.2rem;line-height:normal}.GetStarted1_container__VCxL4 .GetStarted1_text1__KOgkc{font-size:1.3rem;line-height:2.1rem}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx .GetStarted1_text2__RiGkF{color:#444;font-size:2.3rem;font-weight:300;line-height:3.3rem}.GetStarted1_container__VCxL4 .GetStarted1_text2__RiGkF{color:#444;font-size:2.2rem;font-weight:300;line-height:3.3rem}.GetStarted1_container__VCxL4 .GetStarted1_btn2__zi19P{border-radius:12px;box-shadow:0 0 2rem 3px #00000040;font-size:2rem;padding:3rem}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn-active__c8mSX,.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn__pd9lL{border-radius:12px;font-size:2rem;padding:2.5rem 2rem}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx .GetStarted1_input-box__OXI1G{background:#f2f2f2;border:none;border-radius:1rem;border-radius:12px;color:#000;font-size:2rem;outline:none;padding:2.5rem 2rem}}@media screen and (max-width:344px){.GetStarted1_container__VCxL4{width:54rem}.GetStarted1_container__VCxL4 .GetStarted1_input__pmYZx .GetStarted1_input-box__OXI1G{padding:1.5rem 2rem}.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn-active__c8mSX,.GetStarted1_container__VCxL4 .GetStarted1_buttons__N5Iat .GetStarted1_btn__pd9lL{border-radius:8px;font-size:1.5rem;padding:2rem}}.Interest_InterestContainer__XB7cH{background:#e7e9fe;display:flex;flex-direction:column;gap:3rem;height:100vh;overflow:hidden;overflow-y:scroll;scrollbar-width:none;width:100%}.Interest_InterestContainer__XB7cH::-webkit-scrollbar{display:none}.Interest_InterestContainer__XB7cH .Interest_Container1__gh-gf{margin-bottom:2rem;padding-left:12rem;padding-top:6rem}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr{margin-bottom:5rem;padding-left:12.1rem;position:relative}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr h1{color:#000;font-size:4.3rem;font-weight:600;line-height:6.4rem;margin-bottom:.9rem}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr p{color:#666;font-size:2.2rem;font-weight:300;line-height:3.3rem}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr .Interest_searchBar__mqTO-{display:flex;justify-content:end;padding:0 4rem}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ{grid-column-gap:2.2rem;grid-row-gap:3.5rem;column-gap:2.2rem;display:grid;grid-template-columns:repeat(4,1fr);padding:0 3.1rem 3rem;row-gap:3.5rem}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX{border-radius:1rem;cursor:pointer;height:37.3rem;position:relative;width:100%}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX .Interest_InnerBox__GUupq{border-radius:1rem;height:100%;overflow:hidden;width:100%}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX img{height:100%;object-fit:cover;object-position:top;width:100%}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX h2{bottom:2.7rem;color:#fefefe;font-size:3.2rem;font-weight:500;left:4.7rem;line-height:4.8rem;position:absolute}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX .Interest_Check__aS6fE{height:3.5rem;position:absolute;right:2rem;top:-2rem;visibility:hidden;width:3.5rem}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX.Interest_active__jU7z0{border:.5rem solid #23a3ff}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ .Interest_Box__RrvdX.Interest_active__jU7z0 .Interest_Check__aS6fE{visibility:visible}.Interest_InterestContainer__XB7cH .Interest_Container4__QDyzr{align-items:center;display:flex;justify-content:center;padding-bottom:6rem}.Interest_InterestContainer__XB7cH .Interest_Container4__QDyzr button{background:linear-gradient(183.75deg,#020aff -5.47%,#23a3ff 22.86%,#2489d2 56.43%,#020eff 88.42%);border:none;border-radius:2rem;color:#fff;cursor:pointer;font-size:4rem;padding:2rem;transition:all .2s ease-in-out;width:50rem}.Interest_InterestContainer__XB7cH .Interest_Container4__QDyzr button:hover{background:linear-gradient(183.75deg,#00058b -5.47%,#044e83 22.86%,#005491 56.43%,#00067e 88.42%)}@media screen and (max-width:1440px){.Interest_InterestContainer__XB7cH .Interest_Container1__gh-gf{height:max-content;padding-left:5.1rem;padding-top:4rem}.Interest_InterestContainer__XB7cH .Interest_Container1__gh-gf img{width:10vw}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr{margin-bottom:0;padding-left:0;text-align:center}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr h1{font-size:3.5rem}.Interest_InterestContainer__XB7cH .Interest_Container2__p\+Idr p{font-size:2rem;font-style:bold}.Interest_InterestContainer__XB7cH .Interest_Container3__0r1vQ{grid-template-columns:repeat(2,1fr)}.Interest_InterestContainer__XB7cH .Interest_Container4__QDyzr button{background:var(--gradient1);border:none;border-radius:12px;box-shadow:0 1rem 1rem #00000040;color:#fff;padding:2.5rem 5.5rem;width:80%}.Interest_InterestContainer__XB7cH .Interest_Container4__QDyzr button:hover{background:linear-gradient(183.75deg,#00058b -5.47%,#044e83 22.86%,#005491 56.43%,#00067e 88.42%)}}.Persona_main-container__\+UFxh{position:relative}.Persona_container__s2hkW{background:#fff;border-radius:1rem;box-shadow:1rem 1rem 5rem #00000040;padding:10rem 12.5rem 7.9rem 12.2rem;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:88rem}.Persona_container__s2hkW .Persona_heading__LG31x{font-size:6.2rem;font-weight:600;line-height:9.3rem}.Persona_container__s2hkW .Persona_text1__BlSRf{font-size:2.2rem;font-weight:300;line-height:3.3rem}.Persona_container__s2hkW .Persona_input__6sIf0{grid-row-gap:.9rem;display:grid;margin:2rem 0}.Persona_container__s2hkW .Persona_input__6sIf0 .Persona_text2__c6LqR{color:#444;font-size:1.3rem;font-weight:500;line-height:2.1rem}.Persona_container__s2hkW .Persona_input__6sIf0 .Persona_input-box__OqV63{background:#fff;border:1px solid #909090;border-radius:1rem;color:#909090;font-size:1.6rem;font-weight:500;line-height:2.4rem;padding:2rem}.Persona_container__s2hkW .Persona_actions__nGwRt{grid-row-gap:2.9rem;display:grid;margin:2.9rem 0}.Persona_container__s2hkW .Persona_actions__nGwRt button{border:1px solid #ccc;border-radius:1rem;color:#ccc;cursor:pointer;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem;text-align:center}.Persona_activeBtn__LBP48{background:#3a0dbb;border:1px solid #3a0dbb}.Persona_container__s2hkW .Persona_actions__nGwRt button:active,.Persona_container__s2hkW .Persona_actions__nGwRt button:hover{background:#3a0dbb}.Persona_container__s2hkW .Persona_actions__nGwRt button:disabled{background-color:#5a5e6a;cursor:default}.Persona_skip__-uXdG{color:#909090;cursor:pointer;font-size:1.6rem;font-weight:500;line-height:2.4rem;text-align:center}@media screen and (max-width:768px){.Persona_container__s2hkW{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 5rem #00000040;padding:5rem 3rem;position:absolute;right:50%;top:62%;transform:translate(50%,-50%);width:60rem}.Persona_container__s2hkW .Persona_heading__LG31x{font-size:4.2rem;line-height:normal}.Persona_container__s2hkW .Persona_text1__BlSRf{font-size:1.3rem;line-height:2.1rem}.Persona_container__s2hkW .Persona_input__6sIf0 .Persona_text2__c6LqR{color:#444;font-size:2.3rem;font-weight:300;line-height:3.3rem;margin-left:5px}.Persona_container__s2hkW .Persona_input__6sIf0 .Persona_input-box__OqV63{background:#f2f2f2;border:none;border-radius:1rem;border-radius:12px;color:#000;font-size:2rem;outline:none;padding:3rem 2rem}.Persona_container__s2hkW .Persona_actions__nGwRt button{background:#3a0dbb;border-radius:12px;box-shadow:0 0 2rem 3px #00000040;font-size:2rem;padding:3rem 5.5rem;width:100%}.Persona_container__s2hkW .Persona_input__6sIf0{grid-row-gap:2rem}}.ProfessionalPersona_main-container__sX3es{height:100vh;overflow:hidden;position:relative;width:100%}.ProfessionalPersona_container__mb5\+t{background:#fff;border-radius:1rem;box-shadow:1rem 1rem 5rem #00000040;padding:4rem 14.1rem 5rem 10.7rem;position:absolute;right:10%;top:50%;transform:translateY(-50%);width:85rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_heading__WnI7p{font-size:4.2rem;font-weight:600;line-height:6.3rem;margin-bottom:.5rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_text1__5NstZ{font-size:2.2rem;font-weight:300;line-height:3.3rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_logo-section__DKMuG{align-items:center;display:flex;justify-content:center;padding:1rem 0}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_logo-section__DKMuG .ProfessionalPersona_logo-container__H7tfi{align-items:center;background-color:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;font-size:1.2rem;font-weight:600;height:11.5rem;justify-content:center;line-height:1.8rem;overflow:hidden;text-align:center;width:11.5rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_logo-section__DKMuG .ProfessionalPersona_logo-container__H7tfi .ProfessionalPersona_logo__gEkdf{height:100%;width:100%}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w{grid-row-gap:1rem;display:grid}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w .ProfessionalPersona_input-field__r74Iq{display:flex;flex-direction:column}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w .ProfessionalPersona_text2__zsZF3{color:#444;font-size:1.3rem;font-weight:500;line-height:2.1rem;margin-bottom:.9rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w .ProfessionalPersona_input-box__1Lsu2{background:#fff;border:1px solid #909090;border-radius:10px;color:#000;font-size:1.6rem;font-weight:500;line-height:2.4rem;padding:1.9rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_actions__COsIw{grid-row-gap:3rem;display:grid;margin:3rem 0 0}.ProfessionalPersona_choseTem__4kiY3{background:#f2f2f2;border:1px solid #ccc;border-radius:1rem;color:#ccc;cursor:pointer;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem}.ProfessionalPersona_choseTem__4kiY3:active,.ProfessionalPersona_choseTem__4kiY3:hover{background:#3a0dbb;border:1px solid #3a0dbb}.ProfessionalPersona_skipNow__rdqac{background:#f2f2f2;border:1px solid #ccc;border-radius:1rem;color:#ccc;cursor:pointer;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem;transition:all .3s ease-in-out}.ProfessionalPersona_activeBtn__p\+NHa{background:#3a0dbb;border:1px solid #3a0dbb}.ProfessionalPersona_skipNow__rdqac:disabled{background-color:#5a5e6a;cursor:default}.ProfessionalPersona_skip__8g1Mx{color:#909090;cursor:pointer;font-size:1.6rem;font-weight:500;line-height:2.4rem;text-align:center}@media screen and (max-width:768px){.ProfessionalPersona_container__mb5\+t{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 5rem #00000040;padding:5rem 3rem;position:absolute;right:50%;top:60%;transform:translate(50%,-50%);width:60rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_heading__WnI7p{font-size:4.2rem;line-height:normal}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_text1__5NstZ{font-size:1.3rem;line-height:2.1rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w .ProfessionalPersona_text2__zsZF3{color:#444;font-size:2.3rem;font-weight:300;line-height:3.3rem;margin-left:5px}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w .ProfessionalPersona_input-box__1Lsu2{background:#f2f2f2;border:none;border-radius:1rem;border-radius:12px;color:#000;font-size:2rem;outline:none;padding:3rem 2rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_actions__COsIw button{background:#3a0dbb;border-radius:12px;box-shadow:0 0 2rem 3px #00000040;font-size:2rem;padding:3rem 5.5rem;width:100%}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_input__Lgf6w{grid-row-gap:2rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_logo-section__DKMuG .ProfessionalPersona_logo-container__H7tfi{color:#909090;flex-direction:row;font-size:2rem;font-weight:400;gap:3px;height:18rem;line-height:normal;width:18rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_actions__COsIw{margin-top:4rem}}.ProfessionalPersona_bg__ATmQ0{background:var(--gradient4);height:100vh;overflow:hidden;position:relative;width:100%}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o{height:100%;position:absolute;right:0;top:0;width:100%}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o img{border:10px solid #00f;position:absolute;right:0;top:0;transform:scale(1.5) rotate(0deg)}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:35rem;left:6%;position:relative;top:10%;width:33rem}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf img{height:100%;opacity:70%;width:100%}@media screen and (max-width:431px){.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o img{transform:translate(751px,210px) rotate(349deg) scale(1.5)}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:38rem;left:24%;position:relative;top:4%;width:38rem}}@media screen and (max-width:391px){.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:33rem;left:26%;position:relative;top:4%;width:33rem}}@media screen and (max-height:668px){.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o img{transform:translate(628px,210px) rotate(349deg) scale(1.5)}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:37rem;left:20%;position:relative;top:3%;width:37rem}.ProfessionalPersona_container__mb5\+t{padding:3rem}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_heading__WnI7p{font-size:3.2rem;line-height:normal}.ProfessionalPersona_container__mb5\+t .ProfessionalPersona_actions__COsIw{margin-top:3rem}}@media screen and (max-height:741px){.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o img{transform:translate(597px,210px) rotate(353deg) scale(1.5)}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:22rem;left:31%;position:relative;top:3%;width:22rem}}@media screen and (max-width:344px){.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_white__T0r2o img{transform:translate(751px,210px) rotate(349deg) scale(1.5)}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:47rem;left:11%;position:relative;top:4%;width:47rem}.ProfessionalPersona_container__mb5\+t{width:56rem}.ProfessionalPersona_bg__ATmQ0 .ProfessionalPersona_logo__gEkdf{height:37rem;left:19%;position:relative;top:4%;width:37rem}}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{direction:ltr;margin:auto;position:relative;width:100%}.alice-carousel__wrapper{height:auto;overflow-x:hidden;overflow-y:hidden}.alice-carousel__stage,.alice-carousel__wrapper{box-sizing:border-box;position:relative;width:100%}.alice-carousel__stage{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;margin:0;padding:0;transform-style:flat;-webkit-transform-style:flat;white-space:nowrap}.alice-carousel__stage-item{box-sizing:border-box;display:inline-block;height:100%;line-height:0;margin:0;padding:0;position:relative;vertical-align:top;white-space:normal;width:100%}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{box-sizing:border-box;display:inline-block;padding:10px 5px;width:50%}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:attr(data-area);position:relative;text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{color:#465798;cursor:pointer;display:inline-block;margin:0;padding:5px}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;left:20px;position:absolute;top:30px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;height:32px;padding:10px;position:relative;width:32px}.alice-carousel__play-btn-item{background:#0000;border:0;cursor:pointer;height:32px;outline:none;position:absolute;width:32px}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{border-color:#0000 #0000 #0000 #465798;border-style:solid;border-width:8px 0 8px 15px;content:"";display:block;height:0;pointer-events:none;position:absolute;transition:all .4s linear;width:0}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{left:18px;top:7px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{left:18px;top:0}.alice-carousel__dots{list-style:none;margin:30px 3px 5px;padding:0;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){background-color:#e0e4fb;border-radius:50%;cursor:pointer;height:8px;width:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{background-color:#e0e4fb99;border-radius:5px;color:#465798;display:inline-block;padding:5px 10px;position:absolute;right:20px;top:20px}.alice-carousel__slide-info-item{line-height:0;vertical-align:middle}.AdsApply_AdsApplyWrapper__XesSn{align-items:center;background:#999ba747;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:calc(100% - 14.2rem);z-index:20}.AdsApply_AdsOfferWrapper__byWDY{background:#fff;display:flex;flex-direction:column;height:90%;margin-top:-2rem;overflow:hidden;padding:3rem 6rem 0;position:relative;width:135rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp{align-items:center;display:flex;justify-content:center;position:relative}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp h1{color:#0b2110;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:500;letter-spacing:-.032rem;line-height:120%;text-align:center;width:52rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp h1 span{color:#3a0dbb}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp button{align-items:center;background:#0000;border:none;border-radius:1rem;cursor:pointer;display:flex;height:3.5rem;justify-content:center;position:absolute;right:0;top:20%;transition:all .3s ease-in-out;width:3.5rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp button:hover{background:#0000004d}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp button svg{height:2.4rem;width:2.4rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Top__m6FGp button svg path{stroke:#000}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Mid__O7Uyb{align-items:center;background:#fff;border-radius:2.7rem;box-shadow:0 10px 15px 0 #183b561a;display:flex;gap:.8rem;height:5.1rem;margin-bottom:1rem;margin-top:-2rem;padding:.8rem;width:21rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Mid__O7Uyb button{border:none;border-radius:1.6rem;color:#627065;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:600;height:100%;line-height:normal;padding:.4rem 1.6rem;text-align:center;transition:all .3s ease-in-out}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Mid__O7Uyb button.AdsApply_Active__7UpGr{background:#3a0dbb;color:#fff}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb{display:grid;flex:1 1;overflow:hidden;padding-bottom:2rem;place-content:center}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6{background:#fff;border-radius:2rem;box-shadow:0 10px 15px 0 #183b561a;display:flex;flex-direction:column;overflow:hidden;padding:2rem 3.5rem 1rem 3.3rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 h1{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:1rem;text-align:center}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:1rem;padding:0 3rem;text-align:center}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 img{border-radius:.6rem;height:14rem;margin-bottom:1rem;object-fit:contain;width:100%}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;gap:.5rem;justify-content:center;line-height:normal;margin-bottom:2rem;text-align:center}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD span{font-size:2rem;font-weight:400}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD span:first-child{font-size:2.3rem;font-weight:500}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v{margin-bottom:3rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul{display:flex;flex-direction:column;gap:1.6rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul li{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;gap:.82rem;line-height:111.4%;list-style:none;text-transform:capitalize}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul li svg{height:1.54rem;width:1.54rem}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_Wrapper2__TqoSq{align-items:center;display:flex;justify-content:center;position:relative}.AdsApply_AdsOfferWrapper__byWDY .AdsApply_Bottom__2R4Cb .AdsApply_Box__xbur6 .AdsApply_Wrapper2__TqoSq button{background:#3a0dbb;border:none;border-radius:.8rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;height:4.8rem;line-height:normal;text-transform:capitalize;width:24rem}.AdsApply_AdsFormWrapper__hecG4{background:#fff;border-radius:3rem;display:flex;flex-direction:column;gap:1rem;height:90%;margin-top:-2rem;overflow:hidden;padding:3rem 6rem;position:relative;width:135rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp{display:flex;flex-direction:column;gap:.5rem;position:relative}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp h2{color:#0b2110;font-family:Poppins;font-size:3.5rem;font-style:normal;font-weight:500;letter-spacing:-.032rem;line-height:120%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp p{color:#282828;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal;width:27rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp button{align-items:center;background:#0000;border:none;border-radius:1rem;cursor:pointer;display:flex;height:3.5rem;justify-content:center;position:absolute;right:0;top:20%;transition:all .3s ease-in-out;width:3.5rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp button:hover{background:#0000004d}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp button svg{height:2.4rem;width:2.4rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Top__m6FGp button svg path{stroke:#000}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb{display:flex;flex:1 1;gap:5.8rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Left__P9msT,.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep{display:flex;flex-direction:column;gap:1.8rem;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03{display:flex;flex-direction:column}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 label{color:#333;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.3rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 span{color:#959595;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2.4rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_box__CLK0v{align-items:center;border:1.764px dashed #878a8f;border-radius:1.4rem;cursor:pointer;display:flex;flex-direction:column;height:18rem;justify-content:center;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_box__CLK0v h4{color:#2d3748;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:140%;margin-bottom:1.1rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_box__CLK0v h4 span{color:#3a0dbb;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:140%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_box__CLK0v h5{color:#959595;font-family:Poppins;font-size:1.1rem;font-style:normal;font-weight:400;line-height:138.4%;text-align:center}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_Right__NOuep button{background:#3a0dbb;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;height:6rem;line-height:138.4%;margin-top:4rem;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL{display:flex;flex-direction:column;gap:.4rem;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL label{color:#333;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL label span{color:#959595;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL span{color:#959595;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL .AdsApply_Input__aiR4D{background:#eee;height:4rem;padding:0 2.2rem;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL .AdsApply_Input__aiR4D.AdsApply_textarea__17yf7{height:9rem}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL .AdsApply_Input__aiR4D input{background:#0000;border:none;font-size:1.7rem;height:100%;outline:none;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapper__L8HnL .AdsApply_Input__aiR4D textarea{background:#0000;border:none;font-size:1.7rem;height:100%;outline:none;padding:.5rem 0;resize:none;width:100%}.AdsApply_AdsFormWrapper__hecG4 .AdsApply_Bottom__2R4Cb .AdsApply_InputWrapperRow__-iEaZ{display:flex;gap:2.3rem}.AdsApply_AdsPaymentWrapper__LC9g4{background:#fff;border-radius:3rem;display:flex;gap:1rem;height:69rem;margin-top:-2rem;overflow:hidden;padding:4.5rem 6rem 6rem;position:relative;width:114rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT{padding:1rem 0;width:38rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6{background:#fff;border-radius:2rem;box-shadow:0 10px 15px 0 #183b561a;display:flex;flex-direction:column;overflow:hidden;padding:2.1rem 3.5rem 2.6rem 3.3rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 h1{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:700;line-height:120%;margin-bottom:1.8rem;text-align:center}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:1rem;padding:0 3rem;text-align:center}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 img{border-radius:.6rem;height:14rem;margin-bottom:3rem;object-fit:contain;width:100%}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;gap:.5rem;justify-content:center;line-height:normal;margin-bottom:3rem;text-align:center}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD span{font-size:2rem;font-weight:400}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_Amount__3j9zD span:first-child{font-size:2.3rem;font-weight:500}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v{margin-bottom:4rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul{display:flex;flex-direction:column;gap:1.6rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul li{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;gap:.82rem;line-height:111.4%;list-style:none;text-transform:capitalize}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_List__KzJ6v ul li svg{height:1.54rem;width:1.54rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_Wrapper2__TqoSq{align-items:center;display:flex;justify-content:center;position:relative}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Left__P9msT .AdsApply_Box__xbur6 .AdsApply_Wrapper2__TqoSq button{background:#3a0dbb;border:none;border-radius:.8rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;height:4.8rem;line-height:normal;text-transform:capitalize;width:24rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep{flex:1 1;position:relative}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_BackBtn__m9AsU{align-items:center;background:#0000;border:none;border-radius:1rem;cursor:pointer;display:flex;height:3.5rem;justify-content:center;position:absolute;right:0;top:1rem;transition:all .3s ease-in-out;width:3.5rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_BackBtn__m9AsU:hover{background:#0000004d}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_BackBtn__m9AsU svg{height:2.4rem;width:2.4rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_BackBtn__m9AsU svg path{stroke:#000}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03{padding-left:4rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 h5{color:#333;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 h6{color:#959595;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:.5rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 h1{color:#333;font-family:Inter;font-size:5.13rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:3.4rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 h4{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;gap:4.6rem;line-height:normal;margin-bottom:2.4rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 h4 svg{height:4.7rem;width:5.7rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_CartDetails__FP6aK{align-items:center;display:flex;gap:4rem;margin-bottom:3.8rem;width:100%}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_CartDetails__FP6aK input{border:none;border-bottom:1px solid #000;outline:none;padding-bottom:1rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_CartDetails__FP6aK input:first-child{height:100%}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_CartDetails__FP6aK input:nth-child(2),.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_CartDetails__FP6aK input:nth-child(3){text-align:center;width:7rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_Option__1lpjk{display:flex;flex-direction:column;margin-bottom:3.2rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_Option__1lpjk h2{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1.6rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_Option__1lpjk .AdsApply_Radio__Zli3K{column-gap:2.4rem;display:flex;flex-wrap:wrap;row-gap:1.6rem;width:30rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_Option__1lpjk .AdsApply_Radio__Zli3K div{align-items:center;display:flex;gap:.9rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_Option__1lpjk .AdsApply_Radio__Zli3K div label{color:#000;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_BottomPart__EGiji{position:relative}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_BottomPart__EGiji h3{color:#000;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:700;line-height:normal}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_BottomPart__EGiji .AdsApply_PayBtn__l4EBF{background:#3a0dbb;border:none;border-radius:1.05rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;height:6.9rem;line-height:138.4%;position:absolute;right:5rem;top:0;transition:all .3s ease-in-out;width:18.5rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Wrapper__itK03 .AdsApply_BottomPart__EGiji .AdsApply_PayBtn__l4EBF:hover{background:#230085}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Success__-jHv-{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Success__-jHv- svg{height:9.8rem;margin-bottom:5rem;width:9.8rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Success__-jHv- h2{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1.7rem}.AdsApply_AdsPaymentWrapper__LC9g4 .AdsApply_Right__NOuep .AdsApply_Success__-jHv- p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:150%;text-align:center;width:25rem}.LiveIndex_LiveMainContainer__LCy67{background:#999ba747;bottom:0;display:flex;justify-content:flex-end;left:0;position:absolute;right:0;top:0;z-index:10}.LiveIndex_LiveClose__8ayKb{flex-basis:50%}.LiveIndex_LiveContainer__7C57b{align-items:center;background:#fff;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-basis:79.4rem!important;flex-direction:column;height:100%;justify-content:center;max-width:100%;overflow:hidden;position:relative;width:79.4rem!important}.LiveIndex_LiveInnerContainer__0I4kl{height:100%;margin:0 auto;overflow-y:scroll;padding-top:4rem;scrollbar-color:#1b47c1 #fff;scrollbar-width:none;width:61rem}.LiveIndex_LiveInnerContainer__0I4kl::-webkit-scrollbar{width:rem}.LiveIndex_LiveInnerContainer__0I4kl::-webkit-scrollbar-thumb{background:#1b47c1;border-radius:1rem}.LiveIndex_ImageContainer__3R94c{background:linear-gradient(180deg,#000,#0000 35.25%);display:flex;flex-direction:column;height:39.38rem;overflow:hidden;width:100%}.LiveIndex_ImageBox__revSX{height:100%;overflow:hidden;width:100%}.LiveIndex_ImageBox__revSX img{height:100%;width:100%}.LiveIndex_TextBox__KLZ-k{align-items:center;background:#161616;color:#fff;display:flex;font-size:2.33rem;font-style:normal;font-weight:400;height:6.43rem;justify-content:center;line-height:2.8rem;width:100%}.LiveIndex_DescContainer__g5xNC{margin-top:2.8rem;position:relative;width:100%}.LiveIndex_DescContainer__g5xNC p{color:#000;font-size:1.94rem;font-style:normal;font-weight:500;line-height:2.4rem;text-transform:uppercase}.LiveIndex_DescContainer__g5xNC textarea{background:#e7e9fe;border:.194969rem solid #28282836;border-radius:.97rem;color:#000;font-family:Inter;font-size:1.94rem;font-style:normal;font-weight:400;height:14.03rem;line-height:2.4rem;margin-top:1.5rem;outline-width:0;padding:1.5rem 2.2rem;resize:none;width:100%}.LiveIndex_DescContainer__g5xNC span{bottom:2rem;display:block;position:absolute;right:3rem;z-index:5}.LiveIndex_FollowersContainer__Mn-Nz{margin-top:2rem}.LiveIndex_topBox__3-DVU{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.LiveIndex_topBox__3-DVU img{cursor:pointer}.LiveIndex_topBox__3-DVU p{color:#000;font-family:Inter;font-size:1.9rem;font-style:normal;font-weight:500;line-height:2.4rem;text-transform:uppercase}.LiveIndex_FollowersBox__T4Q6y{align-items:center;background:#e7e9fe;border:.194969rem solid #afb6fd;border-radius:1.94rem;display:flex;height:13.25rem;justify-content:space-between;margin-bottom:1.4rem;padding:0 1.9rem;width:100%}.LiveIndex_LeftFollow__a70lY{align-items:center;display:flex;gap:2rem}.LiveIndex_LeftFollow__a70lY img{border-radius:50%;height:9.358rem;width:9.358rem}.LiveIndex_LeftFollow__a70lY div{display:flex;flex-direction:column}.LiveIndex_LeftFollow__a70lY div h3{color:#000;font-family:Poppins;font-size:2.72rem;font-style:normal;font-weight:500;line-height:3.8rem}.LiveIndex_LeftFollow__a70lY div h4{color:#4a4a4a}.LiveIndex_LeftFollow__a70lY div h4,.LiveIndex_RightFollow__b-PxL{font-family:Poppins;font-size:1.94rem;font-style:normal;font-weight:500;line-height:3.8rem}.LiveIndex_RightFollow__b-PxL{background:#1b47c1;border:none;border-radius:.97rem;color:#fff;cursor:pointer;height:6.6rem;transition:all .2s ease;width:15.2rem}.LiveIndex_RightFollow__b-PxL:hover{background:#002897}.LiveIndex_GoLiveBtnContainer__fpumy{background:#1b47c1;border:none;border-radius:.97rem;color:#fff;cursor:pointer;font-size:2.72rem;font-style:normal;font-weight:600;height:10rem;line-height:4.1rem;overflow:hidden;transition:all .2s ease;width:100%}.LiveIndex_GoLiveBtnContainer__fpumy:hover{background:#002897}.LiveIndex_LiveShow__NZE-P{align-items:flex-start;justify-content:space-between;overflow:hidden;position:relative}.LiveIndex_liveDivContainer__cR7Fv{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:8}.LiveIndex_liveDivContainer__cR7Fv img{height:100%;width:100%}.LiveIndex_LiveShowTop__gp\+iw{align-items:center;display:flex;justify-content:space-between;padding:9.6rem 6.8rem;width:100%;z-index:10}.LiveIndex_LiveShowTop__gp\+iw img{cursor:pointer;padding:.5rem}.LiveIndex_LiveShowTop__gp\+iw button{background:#0000;border:none;color:#ff6767;cursor:pointer;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;height:4.82rem;line-height:1.5rem;outline:none;position:relative;text-transform:uppercase;width:6.5rem;width:17.4rem}.LiveIndex_LiveShowTop__gp\+iw button:after{content:"LIVE"}.LiveIndex_LiveShowTop__gp\+iw button:before{animation:LiveIndex_blink__84re2 1s infinite;background-color:#ff6767;border-radius:50%;content:"";height:1rem;left:30%;position:absolute;top:50%;transform:translateY(-50%);width:1rem}@keyframes LiveIndex_blink__84re2{0%{opacity:1}50%{opacity:0}to{opacity:1}}.LiveIndex_LiveShowTop__gp\+iw button:hover:before{display:none}.LiveIndex_LiveShowTop__gp\+iw button:hover:after{content:"END LIVE"}.LiveIndex_LiveShowTop__gp\+iw button:hover{background:#ff3c3c;color:#fff;content:"Live End";font-size:1.5rem;height:4.82rem;line-height:1.8rem;text-transform:uppercase;transition:all .4s ease-in;width:17.4rem}.LiveIndex_LiveShowTop__gp\+iw button:active:after{position:relative;top:.1rem}.LiveIndex_LiveShowTop__gp\+iw button:active{box-shadow:inset 0 0 8px 2px #0000004d;transition:all 0s ease-in}.LiveIndex_LiveShowBottom__p4RND{align-items:flex-end;display:flex;justify-content:space-between;padding:0 8.2rem 10rem 7.7rem;width:100%;z-index:10}.LiveIndex_LiveShowBottomLeft__bcUGA{width:31.982rem}.LiveIndex_LiveShowBottomLeft__bcUGA h4{align-items:center;background:#f7f7f71a;border-radius:10rem;color:#fff;display:flex;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;height:3.2rem;justify-content:center;line-height:1.2rem;margin-bottom:2.8rem;width:12.9rem}.LiveIndex_LiveShowBottomLeft__bcUGA p{color:#fff;font-family:Inter;font-size:1.22rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.LiveIndex_LiveShowBottomLeft__bcUGA div{align-items:center;display:flex;flex-direction:row;gap:.7rem}.LiveIndex_LiveShowBottomLeft__bcUGA div span{align-items:center;background:#dbdeff0d;border-radius:.73rem;color:#fff;display:flex;font-family:Inter;font-size:1.22rem;font-style:normal;font-weight:400;height:2.97rem;justify-content:center;line-height:1.5rem;padding:rem 1.2rem}.LiveIndex_LiveShowBottomRight__5g-jp{align-items:center;display:flex;flex-direction:column;gap:2rem;width:4.87rem}.LiveIndex_LiveShowBottomRight__5g-jp img{cursor:pointer}.LiveIndex_LiveShowBottomRight__5g-jp img:active{transform:scale(1.5);transition:all .2s ease-in-out}.LiveIndex_LiveEndPopup__H4nQQ{background:#fff;border-radius:1rem;box-shadow:0 0 2rem 1rem #00000080;height:36.8rem;left:50%;overflow:hidden;padding:5.4rem 6.7rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:61rem;z-index:11}.LiveIndex_LiveEndPopup__H4nQQ h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:400;line-height:5.2rem}.LiveIndex_LiveEndPopup__H4nQQ h1 span{display:block;font-weight:700}.LiveIndex_LiveEndPopup__H4nQQ div{align-items:center;display:flex;justify-content:space-between;margin-top:4.6rem}.LiveIndex_LiveEndPopup__H4nQQ div button{background:#d7daff;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:6.2rem;line-height:2rem;outline:none;width:21.8rem}.LiveIndex_LiveEndPopup__H4nQQ div button:last-child{background:#f23f3f;color:#fff}.LiveIndex_LiveEndPopup__H4nQQ div button:hover{background:#b9b9b9;transition:all .3s ease-in-out}.LiveIndex_LiveEndPopup__H4nQQ div button:last-child:hover{background:#881c1c;transition:all .3s ease-in-out}.LiveIndex_TextBox2__OyjGs{background:#ee4949}.ReactCrop{cursor:crosshair;display:inline-block;max-width:100%;overflow:hidden;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-height:inherit;max-width:100%}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-selection{-webkit-box-shadow:0 0 0 9999em #00000080;box-shadow:0 0 0 9999em #00000080;cursor:move;left:0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;color:#fff}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{border-color:#00f;border-style:solid;outline:none}.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{background-color:#fff6;content:"";display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{height:100%;width:1px}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{height:1px;width:100%}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute}.ReactCrop__drag-handle:after{background-color:#0003;border:1px solid #ffffffb3;content:"";display:block;height:10px;outline:1px solid #0000;position:absolute;width:10px}.ReactCrop__drag-handle:focus:after{background:#2dbfff;border-color:#00f}.ReactCrop .ord-nw{cursor:nw-resize;left:0;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-nw:after{left:0;top:0}.ReactCrop .ord-n{cursor:n-resize;left:50%;margin-left:-5px;margin-top:-5px;top:0}.ReactCrop .ord-n:after{top:0}.ReactCrop .ord-ne{cursor:ne-resize;margin-right:-5px;margin-top:-5px;right:0;top:0}.ReactCrop .ord-ne:after{right:0;top:0}.ReactCrop .ord-e{cursor:e-resize;margin-right:-5px;margin-top:-5px;right:0;top:50%}.ReactCrop .ord-e:after{right:0}.ReactCrop .ord-se{bottom:0;cursor:se-resize;margin-bottom:-5px;margin-right:-5px;right:0}.ReactCrop .ord-se:after{bottom:0;right:0}.ReactCrop .ord-s{bottom:0;cursor:s-resize;left:50%;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-s:after{bottom:0}.ReactCrop .ord-sw{bottom:0;cursor:sw-resize;left:0;margin-bottom:-5px;margin-left:-5px}.ReactCrop .ord-sw:after{bottom:0;left:0}.ReactCrop .ord-w{cursor:w-resize;left:0;margin-left:-5px;margin-top:-5px;top:50%}.ReactCrop .ord-w:after{left:0}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{height:6px;left:0;margin-top:-3px;top:0;width:100%}.ReactCrop__drag-bar.ord-e{height:100%;margin-right:-3px;right:0;top:0;width:6px}.ReactCrop__drag-bar.ord-s{bottom:0;height:6px;left:0;margin-bottom:-3px;width:100%}.ReactCrop__drag-bar.ord-w{height:100%;left:0;margin-left:-3px;top:0;width:6px}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{height:24px;width:24px}}.PostWrapper_PostWrapperOuter__oMOt7{height:100%;overflow:hidden;padding:0 1rem 1rem;width:100%}.PostWrapper_PostWrapperOuter__oMOt7 .PostWrapper_PostWrapperInner__XmiEp{background:#fff;border-radius:2rem;box-shadow:0 .5rem .8rem .3rem #0003;height:100%;overflow:hidden;position:relative;width:100%}.PostWrapper_PostWrapperOuter__oMOt7 .PostWrapper_PostWrapperInner__XmiEp .PostWrapper_CloseBtn__r03mb{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;left:2rem;position:absolute;top:1rem;transform:rotate(180deg);width:4rem}.PostWrapper_Controls__OTa7Y{height:100%;overflow-y:scroll;padding-bottom:3rem;padding-top:8rem}.PostWrapper_Controls__OTa7Y h1{font-size:4.45rem;line-height:6.7rem;margin-bottom:9.7rem}.PostWrapper_Controls__OTa7Y h1,.PostWrapper_Controls__OTa7Y h4{color:#000;font-family:Poppins;font-style:normal;font-weight:600;text-align:center}.PostWrapper_Controls__OTa7Y h4{font-size:2.14rem;line-height:3.2rem;margin-bottom:3.4rem}.PostWrapper_Controls__OTa7Y .PostWrapper_buttonContainer__R0JRG{align-items:center;display:flex;flex-direction:column;justify-content:center}.PostWrapper_Controls__OTa7Y .PostWrapper_buttonContainer__R0JRG .PostWrapper_button__AZUiP{background:#dfecff;border:none;border-radius:1.19rem;color:#054bff;cursor:pointer;font-size:2.14rem;font-style:normal;font-weight:600;height:8.11rem;line-height:3.2rem;margin-bottom:1rem;position:relative;transition:all .3s ease-in-out;width:35.8rem}.PostWrapper_Controls__OTa7Y .PostWrapper_buttonContainer__R0JRG .PostWrapper_button__AZUiP span{background:lime;bottom:0;height:1rem;left:0;position:absolute}.PostWrapper_Controls__OTa7Y .PostWrapper_buttonContainer__R0JRG .PostWrapper_button__AZUiP:hover{background:#054bff;color:#fff}.PostWrapper_Controls__OTa7Y .PostWrapper_buttonContainer__R0JRG .PostWrapper_button__AZUiP:disabled{background:#949494;color:#002992;cursor:default}.PostWrapper_TextBox__zycyr{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.PostWrapper_TextBox__zycyr .PostWrapper_controls__F71B7{align-items:center;display:flex;height:8rem;justify-content:space-between;margin-bottom:1rem;padding:0 8rem 0 2rem;-webkit-user-select:none;user-select:none}.PostWrapper_TextBox__zycyr .PostWrapper_controls__F71B7 .PostWrapper_Right__lxQ3K{align-items:center;display:flex;gap:2rem}.PostWrapper_TextBox__zycyr .PostWrapper_controls__F71B7 .PostWrapper_Right__lxQ3K .PostWrapper_PopupCloseBtn__Me1R4{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_TextBox__zycyr .PostWrapper_controls__F71B7 img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_TextBox__zycyr .PostWrapper_controls__F71B7 .PostWrapper_ArrowRight__k1jO5{cursor:pointer}.PostWrapper_TextBox__zycyr .PostWrapper_ColorPicker__HEO51{left:10rem;position:absolute;top:8rem;z-index:1}.PostWrapper_TextBox__zycyr .PostWrapper_ColorPicker__HEO51>*{-webkit-user-select:none;user-select:none}.PostWrapper_TextBox__zycyr .PostWrapper_ColorPicker__HEO51:after{background:#fff;content:"";height:2.5rem;left:50%;position:absolute;top:0;transform:rotate(45deg) translateX(-50%);width:2.5rem;z-index:-1}.PostWrapper_TextBox__zycyr .PostWrapper_Textarea__5D\+H2{align-self:center;background:#0000;border:none;color:#fff;font-size:10rem;font-style:normal;font-weight:600;height:100%;line-height:123.4%;outline:none;overflow:hidden;padding:3rem .5rem;resize:none;text-align:center;width:55.9rem}.PostWrapper_TextBox__zycyr .PostWrapper_Textarea__5D\+H2::-webkit-scrollbar{cursor:pointer;width:.5rem}.PostWrapper_TextBox__zycyr .PostWrapper_Textarea__5D\+H2::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem;cursor:pointer!important}.PostWrapper_UploadSectionOuter__8yPWB{display:flex;flex-direction:column;gap:.6rem;height:100%;overflow:hidden;padding-top:1.5rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb{height:100%;overflow-y:scroll;padding-right:.2rem;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb::-webkit-scrollbar{width:.4rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg{align-items:center;display:flex;flex-direction:column;gap:3.1rem;padding:1rem 4.4rem 2rem 6.2rem;position:relative;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_PopupCloseBtn__Me1R4{cursor:pointer;height:4rem;left:1rem;position:absolute;top:0;transform:rotate(180deg);width:4rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima{background:#000;border-radius:1rem 1rem 0 0;display:flex;flex-direction:column;height:36rem;position:relative;width:30rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ArrowBtn__\+c71t{align-items:center;background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:3rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ArrowBtn__\+c71t.PostWrapper_PreBtn__BNAPI{left:-4rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ArrowBtn__\+c71t.PostWrapper_NextBtn__oCK0G{right:-4rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ArrowBtn__\+c71t:hover{background:#1f2ca2;transform:translateY(-50%) scale(1.1)}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ArrowBtn__\+c71t:disabled{background:#4d4f5b;cursor:default;opacity:.5;transform:translateY(-50%) scale(1)}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ImagesContainerOuter__JmFns{border-radius:1rem 1rem 0 0;flex:1 1;height:100%;overflow:hidden}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ImagesContainerOuter__JmFns .PostWrapper_ImagesContainer__Wn5I-{display:flex;height:100%;overflow:hidden;transition:all .3s ease-in-out;width:auto}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ImagesContainerOuter__JmFns .PostWrapper_ImagesContainer__Wn5I- img,.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_ImagesContainerOuter__JmFns .PostWrapper_ImagesContainer__Wn5I- video{height:100%;max-width:30rem;min-width:30rem;object-fit:contain;transition:all .3s ease-in-out}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_ImageWrapper__Lzima .PostWrapper_EditBtn__6Ox2X{background:#000;border:none;color:#fff;cursor:pointer;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:400;height:4.7rem;line-height:normal;transition:all .3s ease-in-out;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo{display:flex;flex-direction:column;gap:2rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL{align-items:center;display:flex;justify-content:space-between;min-height:7rem;padding:0 1.73rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Left__33Gvb .PostWrapper_BtnWrapper__qVlPe{align-items:center;display:flex;gap:1rem;margin-left:-1.73rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Left__33Gvb .PostWrapper_BtnWrapper__qVlPe button{border:1.731px solid #0000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;height:6.5rem;line-height:normal;width:11rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Left__33Gvb .PostWrapper_BtnWrapper__qVlPe button:first-child{background:#0000;border:1.731px solid #909aff;color:#5766f9}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Left__33Gvb .PostWrapper_BtnWrapper__qVlPe button:last-child{background:#909aff;color:#fff}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Left__33Gvb p{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Right__lxQ3K{align-items:center;display:flex;gap:1.5rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType1__UcEFo .PostWrapper_Row1__qp6JL .PostWrapper_Right__lxQ3K p{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr{display:flex;flex-direction:column;gap:2rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM{align-items:center;display:flex;height:9rem;justify-content:space-between;padding:1.73rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:.8rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM .PostWrapper_Left__33Gvb button{background:#e1e4ff;border:none;border-radius:50%;color:#000;cursor:pointer;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;height:5.5rem;line-height:normal;text-transform:uppercase;transition:all .3s ease-in-out;width:5.5rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM .PostWrapper_Left__33Gvb button.PostWrapper_active__9ejVd{background:#909aff;color:#fff}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM .PostWrapper_Right__lxQ3K p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType2__LNtyr .PostWrapper_Container__9EfvM .PostWrapper_Right__lxQ3K input{border:none;color:#000;cursor:pointer;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;height:2.5rem;line-height:normal;outline:none;text-transform:uppercase;width:15rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+{display:flex;flex-direction:column;gap:3.2rem;padding:0 3rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m{background:#e7e9fe;border:2.054px solid #28282836;border-radius:1rem;display:flex;flex-direction:column;height:15rem;overflow:hidden;position:relative;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_textarea1__DtYqL{background:#e7e9fe;border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_textarea1__DtYqL::-webkit-scrollbar{display:none}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_row2__MJpzR{display:flex;height:35%;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_row2__MJpzR .PostWrapper_textarea2__TzAZ6{background:#e7e9fe;border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_row2__MJpzR .PostWrapper_textarea2__TzAZ6::-webkit-scrollbar{display:none}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType3__LNZ7\+ .PostWrapper_TextAreaContainer__0jw9m .PostWrapper_row2__MJpzR span{align-self:flex-end;color:#000;display:block;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:1rem;padding-left:1rem;text-align:bottom;width:12%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8{display:flex;flex-direction:column;gap:2rem;min-height:65rem;padding:0 3rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:25rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi h1{color:#000;font-family:Poppins;font-size:3.17rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:2.8rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW{align-items:center;display:flex;justify-content:space-between;margin-bottom:3.5rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW .PostWrapper_Left__33Gvb p{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW .PostWrapper_Left__33Gvb span{color:#959595;display:block;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:138.4%;width:15rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW .PostWrapper_Right__lxQ3K{align-items:center;cursor:pointer;display:flex;gap:1.5rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW .PostWrapper_Right__lxQ3K span{color:#3a0dbb;font-family:Poppins;font-size:1.61rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container1__6bPMi .PostWrapper_Row__ja7SW .PostWrapper_Right__lxQ3K svg{height:2.76rem;width:2.76rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container2__SE6bp{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:25rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container2__SE6bp h6{color:#959595;font-family:Poppins;font-size:1.38rem;font-style:normal;font-weight:400;line-height:138.4%;margin-bottom:2.7rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container2__SE6bp .PostWrapper_Row__ja7SW{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container2__SE6bp .PostWrapper_Row__ja7SW p{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container2__SE6bp .PostWrapper_Row__ja7SW span{color:#959595;font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container3__TwYsO{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:15rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container3__TwYsO span{color:#959595;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:138.4%;margin-bottom:1.6rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container3__TwYsO .PostWrapper_SearchBox__wKEB9{align-items:center;background:#f9f9f9;border:.414px solid #e6e6e6;border-radius:.7rem;display:flex;gap:.7rem;height:5rem;padding:0 .7rem;width:100%}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadSectionInner__PILkb .PostWrapper_ContentWrapper__WCEgg .PostWrapper_RowType4__6JCn8 .PostWrapper_Container3__TwYsO .PostWrapper_SearchBox__wKEB9 input{background:#0000;border:none;color:#323232;flex:1 1;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:400;height:100%;line-height:138.4%;outline:none;padding:0 1rem}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadBtn__dQeDb{background:#1b47c1;border:none;border-radius:8.653px;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;height:8.8rem;line-height:normal;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100%;z-index:1}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadBtn__dQeDb:hover{background:#072986}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadBtn__dQeDb span{background:lime;bottom:0;height:100%;left:0;position:absolute;z-index:-1}.PostWrapper_UploadSectionOuter__8yPWB .PostWrapper_UploadBtn__dQeDb:disabled{background:#949494;color:#002992;cursor:default}.PostWrapper_SelectedImageWrapper__KdFp2{background:#fff;display:flex;flex-direction:column;gap:4rem;height:100%;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Top__KX6Zu{align-items:center;display:flex;height:8rem;justify-content:space-between;padding:0 8rem 0 2rem;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Top__KX6Zu .PostWrapper_PopupCloseBtn__Me1R4{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Top__KX6Zu h1{color:#000;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Top__KX6Zu img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:scroll;padding:0 4rem;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz::-webkit-scrollbar{width:.5rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz::-webkit-scrollbar-thumb{background:#000}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I{grid-column-gap:1.4rem;grid-row-gap:1.2rem;column-gap:1.4rem;display:grid;grid-template-columns:repeat(4,1fr);overflow-y:scroll;padding-right:.5rem;row-gap:1.2rem;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I::-webkit-scrollbar{width:.4rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I::-webkit-scrollbar-thumb{background:#054bff;border-radius:1rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I .PostWrapper_ImageWrapper__Lzima{border-radius:1rem;height:20rem;overflow:hidden;position:relative;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I .PostWrapper_ImageWrapper__Lzima .PostWrapper_remove__wQ36e{align-items:center;background:#ffffff4d;border-radius:50%;box-shadow:0 0 8px 3px #0003;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease-in-out;width:3rem;z-index:2}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I .PostWrapper_ImageWrapper__Lzima .PostWrapper_remove__wQ36e:hover{font-size:2.5rem}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_ImageSection__lxG3I .PostWrapper_ImageWrapper__Lzima img{height:100%;width:100%;z-index:1}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_TextSection__dvCrr{align-items:center;cursor:grab;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem 0;width:100%}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_TextSection__dvCrr h1{color:#000;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_TextSection__dvCrr h4{color:#757575;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_TextSection__dvCrr button{background:#0000;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal;padding:1rem 3rem;transition:all .3s ease-in-out}.PostWrapper_SelectedImageWrapper__KdFp2 .PostWrapper_Bottom__AaOUz .PostWrapper_TextSection__dvCrr button:hover{background:#054bff;color:#fff;transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d{background:#000;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-direction:column;gap:2rem;height:100%;position:relative;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_controlsBar__cg2Tt{align-items:center;display:flex;justify-content:space-between;max-height:8rem;min-height:8rem;padding:0 8rem 0 2rem;position:relative}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_controlsBar__cg2Tt .PostWrapper_PopupCloseBtn__Me1R4{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_controlsBar__cg2Tt .PostWrapper_Right__lxQ3K{align-items:center;display:flex;gap:2rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_controlsBar__cg2Tt img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_LeftBtn__bK67m{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_LeftBtn__bK67m:hover{transform:translateY(-50%) scale(1.4)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_RightBtn__psf8C{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_RightBtn__psf8C:hover{transform:translateY(-50%) scale(1.4)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_img__ubpwx{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain!important;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_EffectPreview__GFW\+r{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_EffectPreview__GFW\+r img{height:100%;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_EffectPreview__GFW\+r div{background:#0000;position:absolute}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_CropContainer__dWLqA .PostWrapper_EffectPreview__GFW\+r div .PostWrapper_TextArea__QFxMa{background:#0000;border:none;height:5rem;width:20rem;z-index:1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH{height:15rem;position:relative;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RemoveBtn__MSZ98{-webkit-backdrop-filter:blur(4.7067332268px);backdrop-filter:blur(4.7067332268px);background:#ffffff14;border:none;border-radius:5.88344rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4.2rem;line-height:normal;position:absolute;right:5rem;top:-5rem;transition:all .3s ease-in-out;width:14rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RemoveBtn__MSZ98:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH>div{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_ButtonWrapper__o6JDu{align-items:center;display:flex;gap:2rem;height:100%;padding:0 4.8rem;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_ButtonWrapper__o6JDu button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_ButtonWrapper__o6JDu button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_ButtonWrapper__o6JDu button.PostWrapper_active__9ejVd,.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_ButtonWrapper__o6JDu button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Left__33Gvb{align-items:center;display:flex;flex-direction:column;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Left__33Gvb input{cursor:pointer;width:80%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Left__33Gvb span{color:#fff;font-size:2rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_RotateWrapper__ueChJ .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Left__33Gvb button{background:#ffffff3b;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;height:6rem;width:6rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AspectRatioWrapper__rwKpb .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Left__33Gvb button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Left__33Gvb button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Left__33Gvb button.PostWrapper_active__9ejVd,.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Left__33Gvb button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_CropWrapper__TQtK8 .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;overflow:hidden;padding-left:5rem;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Left__33Gvb>*{-webkit-user-select:none;user-select:none}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Left__33Gvb .PostWrapper_ImageWrapper__Lzima{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:10rem;overflow:hidden;width:9rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Left__33Gvb .PostWrapper_ImageWrapper__Lzima img{border-radius:50%;height:7rem;overflow:hidden;position:relative;width:7rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Left__33Gvb .PostWrapper_ImageWrapper__Lzima p{color:#fff;display:block;font-size:1.7rem;margin:0}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_EffectShowWrapper__3MSyZ .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb .PostWrapper_RangeMainWrapper__frWsy{display:flex;flex-direction:column;gap:1rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb .PostWrapper_RangeMainWrapper__frWsy .PostWrapper_RangeWrapper__3D5y\+{align-items:center;display:flex;gap:0;justify-content:space-between}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb .PostWrapper_RangeMainWrapper__frWsy .PostWrapper_RangeWrapper__3D5y\+ label{color:#fff;font-size:1.8rem;width:11rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb .PostWrapper_RangeMainWrapper__frWsy .PostWrapper_RangeWrapper__3D5y\+ input{cursor:pointer;width:50%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Left__33Gvb .PostWrapper_RangeMainWrapper__frWsy .PostWrapper_RangeWrapper__3D5y\+ span{color:#fff;font-size:1.2rem;text-align:center;width:3rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_AdjustmentWrapper__hzDZ1 .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;position:relative;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_draggableBtn__RukYN{background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;padding:1rem;transition:all .2s ease-in-out;width:12rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_draggableBtn__RukYN:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_fontSizeBtn__72TOz{background:#ffffff3b;border:none;border-radius:10rem;border-right:1rem solid #0000;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;outline:none;padding-left:1rem;transition:all .2s ease-in-out;width:7rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_fontSizeBtn__72TOz:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_fontSizeBtn__72TOz option,.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_fontSizeBtn__72TOz option:hover{color:#000}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_rangeBtn__Yzhtt{cursor:pointer}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_ColorBallBtn__xppXP{border:1px solid #fff;border-radius:50%;cursor:pointer;height:4rem;position:relative;width:4rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Left__33Gvb .PostWrapper_ColorBallBtn__xppXP .PostWrapper_ColorPicker__HEO51{bottom:6rem;left:50%;position:absolute;transform:translateX(-50%)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_TextWrapper__iFktI .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J{display:flex}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Left__33Gvb{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Left__33Gvb button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Left__33Gvb button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Left__33Gvb button.PostWrapper_active__9ejVd,.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Left__33Gvb button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Right__lxQ3K{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Right__lxQ3K button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Right__lxQ3K button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Right__lxQ3K button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__jQp\+d .PostWrapper_BottomWrapper__CYKhH .PostWrapper_MirrorWrapper__3ep\+J .PostWrapper_Right__lxQ3K button:hover{transform:scale(1.1)}.PostWrapper_EffectNormal__soqhM{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)!important}.PostWrapper_Effect1977__UONl\+{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectAden__2\+48N{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectAmaro__Q7Bpb{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectBrannan__l5Cut{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectBrooklyn__k-J-j{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectClarendon__8Ja7a{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectEarlybird__uqL62{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectGingham__U0jCp{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectHudson__v8YdN{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectInkwell__0CYTt{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.PostWrapper_EffectLofi__b-omB{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectMaven__Q7zDJ{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectPerpetua__fBS7K{background:linear-gradient(180deg,#005b9a 1,#3dc1e600);filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.PostWrapper_EffectReyes__tDbLD{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectStinson__0dvNL{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectToaster__xggei{background:radial-gradient(50% 50%,circle closest-corner,#0f4e80 1,#3b003b);filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.PostWrapper_EffectWalden__aChh0{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectValencia__FopOA{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectXpro2__m2kH6{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_StoryWrapper__LC27O{height:100%;overflow:hidden;padding:0 1rem 1rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM{background:#fff;border-radius:2rem;box-shadow:0 .5rem .8rem .3rem #0003;height:100%;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupCloseWrapper__1UQgZ{align-items:center;display:flex;height:8rem;left:0;padding-left:2rem;position:absolute;top:0;width:8rem;z-index:5}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupCloseWrapper__1UQgZ .StoryWrapper_PopupClose__8LUh9{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupCloseWrapper__1UQgZ .StoryWrapper_PopupClose__8LUh9 img{height:100%;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;overflow-y:scroll;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr::-webkit-scrollbar{display:none}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH{padding-bottom:3rem;padding-top:8rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH h1{color:#000;font-family:Poppins;font-size:4.45rem;font-style:normal;font-weight:600;line-height:6.7rem;margin-bottom:9.7rem;text-align:center}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH h4{color:#000;font-family:Poppins;font-size:2.14rem;font-style:normal;font-weight:600;line-height:3.2rem;margin-bottom:3.4rem;text-align:center}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT{align-items:center;display:flex;flex-direction:column;justify-content:center}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT .StoryWrapper_button__Ieqqg{background:#dfecff;border:none;border-radius:1.19rem;color:#054bff;cursor:pointer;font-size:2.14rem;font-style:normal;font-weight:600;height:8.11rem;line-height:3.2rem;margin-bottom:1rem;position:relative;transition:all .3s ease-in-out;width:35.8rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT .StoryWrapper_button__Ieqqg span{background:lime;bottom:0;height:1rem;left:0;position:absolute}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT .StoryWrapper_button__Ieqqg:hover{background:#054bff;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT .StoryWrapper_button__Ieqqg:disabled{background:#949494;color:#002992;cursor:default}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_controls__rP6Pp{align-items:center;display:flex;height:8rem;justify-content:space-between;margin-bottom:1rem;padding:0 8rem;-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_controls__rP6Pp .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;gap:2rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_controls__rP6Pp img{height:4rem;width:4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_controls__rP6Pp .StoryWrapper_ArrowRight__oJcbq{cursor:pointer}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_ColorPicker__REl5r{left:17.5rem;position:absolute;top:15.5rem;z-index:1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_ColorPicker__REl5r>*{-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_ColorPicker__REl5r:after{background:#fff;content:"";height:2.5rem;left:50%;position:absolute;top:0;transform:rotate(45deg) translateX(-50%);width:2.5rem;z-index:-1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_Textarea__abcmh{align-self:center;background:#0000;border:none;color:#fff;font-size:10rem;font-style:normal;font-weight:600;height:100%;line-height:123.4%;outline:none;overflow:hidden;padding:3rem .5rem;resize:none;text-align:center;width:55.9rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_Textarea__abcmh::-webkit-scrollbar{cursor:pointer;width:.5rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_TextBox__Vl-eZ .StoryWrapper_Textarea__abcmh::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem;cursor:pointer!important}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A{background:#fff;display:flex;flex-direction:column;gap:4rem;height:100%;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Top__sC8s4{align-items:center;display:flex;height:8rem;justify-content:space-between;padding:0 8rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Top__sC8s4 h1{color:#000;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Top__sC8s4 img{cursor:pointer;height:4rem;width:4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:scroll;padding:0 4rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh::-webkit-scrollbar{width:.5rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh::-webkit-scrollbar-thumb{background:#000}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe{grid-column-gap:1.4rem;grid-row-gap:1.2rem;column-gap:1.4rem;display:grid;grid-template-columns:repeat(3,1fr);overflow-y:scroll;padding-right:.5rem;row-gap:1.2rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe::-webkit-scrollbar{width:.4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe::-webkit-scrollbar-thumb{background:#054bff;border-radius:1rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe .StoryWrapper_ImageWrapper__lfD5p{border-radius:1rem;height:20rem;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe .StoryWrapper_ImageWrapper__lfD5p .StoryWrapper_remove__wOBNc{align-items:center;background:#ffffff4d;border-radius:50%;box-shadow:0 0 8px 3px #0003;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease-in-out;width:3rem;z-index:2}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe .StoryWrapper_ImageWrapper__lfD5p .StoryWrapper_remove__wOBNc:hover{font-size:2.5rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_ImageSection__5WoNe .StoryWrapper_ImageWrapper__lfD5p img{height:100%;width:100%;z-index:1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_TextSection__btqyL{align-items:center;cursor:grab;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem 0;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_TextSection__btqyL h1{color:#000;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_TextSection__btqyL h4{color:#757575;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_TextSection__btqyL button{background:#0000;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal;padding:1rem 3rem;transition:all .3s ease-in-out}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_SelectedImageWrapper__mXL7A .StoryWrapper_Bottom__HVJhh .StoryWrapper_TextSection__btqyL button:hover{background:#054bff;color:#fff;transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6{background:#000;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-direction:column;gap:2rem;height:100%;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_controlsBar__JBNlt{align-items:center;display:flex;justify-content:space-between;max-height:8rem;min-height:8rem;padding:0 8rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_controlsBar__JBNlt .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;gap:2rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_controlsBar__JBNlt img{cursor:pointer;height:4rem;width:4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_LeftBtn__X8aNQ{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_LeftBtn__X8aNQ:hover{transform:translateY(-50%) scale(1.4)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_RightBtn__pgtwc{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_RightBtn__pgtwc:hover{transform:translateY(-50%) scale(1.4)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_img__TObUb{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain!important;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_EffectPreview__F7\+l9{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_EffectPreview__F7\+l9 img{height:100%;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_EffectPreview__F7\+l9 div{background:#0000;position:absolute}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_CropContainer__cX5Bv .StoryWrapper_EffectPreview__F7\+l9 div .StoryWrapper_TextArea__jsRh\+{background:#0000;border:none;height:5rem;width:20rem;z-index:1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7{height:15rem;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RemoveBtn__a4wU1{-webkit-backdrop-filter:blur(4.7067332268px);backdrop-filter:blur(4.7067332268px);background:#ffffff14;border:none;border-radius:5.88344rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4.2rem;line-height:normal;position:absolute;right:5rem;top:-5rem;transition:all .3s ease-in-out;width:14rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RemoveBtn__a4wU1:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7>div{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_ButtonWrapper__gYeEe{align-items:center;display:flex;gap:2rem;height:100%;padding:0 4.8rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_ButtonWrapper__gYeEe button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_ButtonWrapper__gYeEe button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_ButtonWrapper__gYeEe button.StoryWrapper_active__hqalQ,.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_ButtonWrapper__gYeEe button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Left__mh9oG{align-items:center;display:flex;flex-direction:column;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Left__mh9oG input{cursor:pointer;width:80%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Left__mh9oG span{color:#fff;font-size:2rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_RotateWrapper__NT1tS .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD-{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Left__mh9oG button{background:#ffffff3b;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;height:6rem;width:6rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AspectRatioWrapper__gNUD- .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Left__mh9oG button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Left__mh9oG button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Left__mh9oG button.StoryWrapper_active__hqalQ,.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Left__mh9oG button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_CropWrapper__VNlqU .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;overflow:hidden;padding-left:5rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Left__mh9oG>*{-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Left__mh9oG .StoryWrapper_ImageWrapper__lfD5p{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:10rem;overflow:hidden;width:9rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Left__mh9oG .StoryWrapper_ImageWrapper__lfD5p img{border-radius:50%;height:7rem;overflow:hidden;position:relative;width:7rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Left__mh9oG .StoryWrapper_ImageWrapper__lfD5p p{color:#fff;display:block;font-size:1.7rem;margin:0}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_EffectShowWrapper__f8GV5 .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG .StoryWrapper_RangeMainWrapper__MBIr7{display:flex;flex-direction:column;gap:1rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG .StoryWrapper_RangeMainWrapper__MBIr7 .StoryWrapper_RangeWrapper__WGQsW{align-items:center;display:flex;gap:0;justify-content:space-between}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG .StoryWrapper_RangeMainWrapper__MBIr7 .StoryWrapper_RangeWrapper__WGQsW label{color:#fff;font-size:1.8rem;width:11rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG .StoryWrapper_RangeMainWrapper__MBIr7 .StoryWrapper_RangeWrapper__WGQsW input{cursor:pointer;width:50%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Left__mh9oG .StoryWrapper_RangeMainWrapper__MBIr7 .StoryWrapper_RangeWrapper__WGQsW span{color:#fff;font-size:1.2rem;text-align:center;width:3rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_AdjustmentWrapper__4gaQd .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;position:relative;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_draggableBtn__1fOoI{background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;padding:1rem;transition:all .2s ease-in-out;width:12rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_draggableBtn__1fOoI:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_fontSizeBtn__HtVdi{background:#ffffff3b;border:none;border-radius:10rem;border-right:1rem solid #0000;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;outline:none;padding-left:1rem;transition:all .2s ease-in-out;width:7rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_fontSizeBtn__HtVdi:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_fontSizeBtn__HtVdi option,.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_fontSizeBtn__HtVdi option:hover{color:#000}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_rangeBtn__Ejdn\+{cursor:pointer}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_ColorBallBtn__60Zq6{border:1px solid #fff;border-radius:50%;cursor:pointer;height:4rem;position:relative;width:4rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Left__mh9oG .StoryWrapper_ColorBallBtn__60Zq6 .StoryWrapper_ColorPicker__REl5r{bottom:6rem;left:50%;position:absolute;transform:translateX(-50%)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_TextWrapper__R0W2M .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA{display:flex}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Left__mh9oG{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Left__mh9oG button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Left__mh9oG button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Left__mh9oG button.StoryWrapper_active__hqalQ,.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Left__mh9oG button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Right__lMTUQ{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Right__lMTUQ button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Right__lMTUQ button:first-child{background:#1b47c1;color:#fff}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Right__lMTUQ button:last-child{background:#afb6fd;color:#1b47c1}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_CropperMainWrapper__V1Ad6 .StoryWrapper_BottomWrapper__63\+D7 .StoryWrapper_MirrorWrapper__bAWFA .StoryWrapper_Right__lMTUQ button:hover{transform:scale(1.1)}.StoryWrapper_EffectNormal__lgt8q{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)!important}.StoryWrapper_Effect1977__R7BHv{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectAden__fIMV5{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectAmaro__qHP2i{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectBrannan__mJc\+k{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectBrooklyn__6jv8m{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectClarendon__6PCjn{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectEarlybird__8LAXa{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectGingham__q3Rn4{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectHudson__VWuP4{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectInkwell__jtL3G{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.StoryWrapper_EffectLofi__f9biy{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectMaven__LcLZt{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectPerpetua__QimEz{background:linear-gradient(180deg,#005b9a 1,#3dc1e600);filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.StoryWrapper_EffectReyes__cif3m{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectStinson__dsXq0{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectToaster__79ybp{background:radial-gradient(50% 50%,circle closest-corner,#0f4e80 1,#3b003b);filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.StoryWrapper_EffectWalden__QG9Q\+{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectValencia__NrdVk{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectXpro2__KO\+MP{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}@media screen and (max-width:431px){.StoryWrapper_StoryWrapper__LC27O{bottom:91px;height:60vh;left:0;overflow:hidden;padding:0;position:absolute;right:0;width:101%;z-index:3}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH{padding:3rem;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH h1{margin-bottom:3.7rem}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT{flex-direction:row;gap:1rem;overflow-x:auto;white-space:nowrap;width:100%}.StoryWrapper_StoryWrapper__LC27O .StoryWrapper_StoryUploadButtons__Yp2kM .StoryWrapper_PopupContainer__Jg0vr .StoryWrapper_Controls__pp3mH .StoryWrapper_buttonContainer__jkpOT .StoryWrapper_button__Ieqqg{height:6.11rem;width:27rem}}.WebcamCapture_WebcamCapture__Rj1uz{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe{display:flex;flex-direction:column;gap:3rem}.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe .WebcamCapture_ViewWrapper__kJ70N{height:52.5rem;width:70rem}.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe .WebcamCapture_ViewWrapper__kJ70N img,.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe .WebcamCapture_ViewWrapper__kJ70N video{height:100%;width:100%}.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe .WebcamCapture_ButtonWrapper__3H1nm{align-items:center;display:flex;flex-direction:column;gap:2rem;height:20rem;width:100%}.WebcamCapture_WebcamCapture__Rj1uz .WebcamCapture_Wrapper__s-RZe .WebcamCapture_ButtonWrapper__3H1nm button{background:#dfecff;border:none;border-radius:1.2rem;color:#054bff;cursor:pointer;font-family:Poppins;font-size:2.14rem;font-style:normal;font-weight:600;height:7rem;line-height:normal;width:100%}.CustomPoll_CustomPollWrapper__Vocg\+{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(48,48,48,.192);border-radius:1rem 1rem 2.2rem 2rem;display:flex;flex-direction:column;gap:3.4rem;height:60rem;padding:8.3rem 10rem 4.8rem 8.1rem;width:70rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Top__61iPr h1{color:#fff;font-family:Poppins;font-size:3.14rem;font-style:normal;font-weight:400;line-height:123.4%;margin-bottom:2.7rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Top__61iPr p{color:#fff;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:123.4%}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Middle__zzLXx{display:flex;flex:1 1;flex-wrap:wrap;gap:1.9rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Middle__zzLXx input{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#ffffff57;border:none;color:#fff;font-family:Poppins;font-size:1.74rem;font-style:normal;height:8.4rem;line-height:normal;outline:none;text-align:center;width:23rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Middle__zzLXx input::placeholder{color:#fff;font-family:Poppins;font-size:1.74rem;font-style:normal;line-height:normal}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Middle__zzLXx button{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#ffffff57;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.74rem;font-style:normal;height:8.4rem;line-height:normal;text-align:center;transition:all .3s ease-in-out;width:23rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Middle__zzLXx button:hover{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:hsla(0,0%,100%,.497)}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Bottom__2qnqF{align-items:center;display:flex;gap:1.6rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Bottom__2qnqF button{border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.74rem;font-style:normal;height:8.4rem;line-height:normal;width:23rem}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Bottom__2qnqF button:first-child{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#c6adba}.CustomPoll_CustomPollWrapper__Vocg\+ .CustomPoll_CustomPoll__VXgy0 .CustomPoll_Bottom__2qnqF button:last-child{-webkit-backdrop-filter:blur(8.7196655273px);backdrop-filter:blur(8.7196655273px);background:#a6539d}.Suggestion_Suggestion__xCGBD{display:flex;flex-direction:column;gap:.9rem;overflow-x:auto;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_SuggestionText__22pLP{align-items:center;background-color:#fff;display:flex;justify-content:space-between;position:fixed}.Suggestion_Suggestion__xCGBD .Suggestion_SuggestionText__22pLP h1{color:#959595;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.Suggestion_Suggestion__xCGBD .Suggestion_SuggestionText__22pLP a{color:#959595;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k{height:70%;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4{-webkit-user-select:none;user-select:none}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ{background:#fff;border-radius:1.8rem;display:flex;flex-direction:column;width:97%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Top__Bx0LL{border-radius:0 0 3.1rem 3.1rem;height:17.4rem;overflow:hidden;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Top__Bx0LL img{height:100%;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+{align-items:center;display:flex;flex:1 1;flex-direction:column}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ{display:flex;gap:.6rem;margin-bottom:2.4rem;padding:.7rem 1.3rem 0;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ .Suggestion_ImageWrapper__5FO\+c{background:#fff;border:2.7px solid #fff;border-radius:50%;height:9.5rem;margin-top:-5rem;max-width:9.5rem;min-width:9.5rem;overflow:hidden}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ .Suggestion_ImageWrapper__5FO\+c img{height:100%;width:100%}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ .Suggestion_TextWrapper__D\+GnN{display:flex;flex-direction:column}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ .Suggestion_TextWrapper__D\+GnN h2{color:#000;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_TopSection__HGSmJ .Suggestion_TextWrapper__D\+GnN p{color:#959595;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;text-align:center}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_Button__r4ENY{background:#1b47c1;border:none;border-radius:9rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.08rem;font-style:normal;font-weight:500;letter-spacing:-.065px;line-height:17.237px;padding:6.895px 10.342px;transition:all .3s ease-in-out;width:136.93px}.Suggestion_Suggestion__xCGBD .Suggestion_OuterWrapper__buQ0k .Suggestion_BoxWrapperMain__B8F-4 .Suggestion_BoxWrapper__VoguQ .Suggestion_Bottom__T9fv\+ .Suggestion_Button__r4ENY:hover{background:#002da8}.CommentContainer_CommentMainContainer__pjWOg{-webkit-backdrop-filter:blur(12.5px);backdrop-filter:blur(12.5px);background:#ffffff21;border-radius:0 0 2rem 2rem;bottom:0;height:65%;left:0;position:absolute;width:100%;z-index:6}.CommentContainer_CommentInnerContainer__1hYLr{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ{align-items:center;display:flex;gap:2rem;justify-content:center;padding:1rem}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_InputContainerInner__TXO28{align-items:center;background:#d9d9d933;border-radius:1.1rem;display:flex;gap:2rem;height:4.5rem;overflow:hidden;padding:0 2rem;width:60%}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_InputContainerInner__TXO28:focus-within{outline:1px solid #3a0dbb}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_InputContainerInner__TXO28 input{background:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.5rem;font-size:1.6rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;width:100%}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_InputContainerInner__TXO28 .CommentContainer_EmojiBtn__npf9f{background:#0000;border:none;cursor:pointer;height:2.3rem;width:2.3rem}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_InputContainerInner__TXO28 .CommentContainer_EmojiBtn__npf9f svg{height:100%;width:100%}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_SubmitBtn__r1oOn{align-items:center;background:linear-gradient(137deg,#1b47c1,#31dbc7);border:none;border-radius:1.1rem;color:#fff;cursor:pointer;display:flex;font-weight:600;height:4.5rem;justify-content:center;width:8.3rem}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_SubmitBtn__r1oOn svg{height:80%;width:80%}.CommentContainer_CommentInnerContainer__1hYLr .CommentContainer_InputContainer__-S9DQ .CommentContainer_EmojiContainer__2NCs9{bottom:6rem;height:100%;left:50%;position:absolute;transform:translateX(-50%);width:60%}.CommentContainer_shadowContainer__4FffH{background:linear-gradient(180deg,#e7e9fe00,#e7e9fe 97.51%);height:8rem;left:0;position:absolute;right:0;top:-8rem}.CommentContainer_backBtnContainer__rRUob{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 7.5rem 0 6rem}.CommentContainer_backBtnContainer__rRUob div{align-items:center;display:flex;gap:2.5rem}.CommentContainer_backBtnContainer__rRUob div.CommentContainer_downArrow__b\+fC6{cursor:pointer;gap:.9rem}.CommentContainer_backBtnContainer__rRUob div img{cursor:pointer}.CommentContainer_backBtnContainer__rRUob div h3{color:#fff;font-size:1.3rem;font-style:normal;font-weight:500;line-height:123.4%}.CommentContainer_CommentBoxContainer__avPwD{height:100%;overflow-y:scroll;padding-bottom:5rem;padding-top:2.5rem;width:100%}.CommentContainer_CommentBoxContainer__avPwD::-webkit-scrollbar{width:.5rem}.CommentContainer_CommentBoxContainer__avPwD::-webkit-scrollbar-thumb{background:#0516ff;border-radius:1rem}.CommentContainer_CommentBoxContainer__avPwD .CommentContainer_MainCommentBox__6Yvuz{align-items:center;display:flex;flex-direction:column;margin:0 auto 1rem;width:60.2rem;width:80%}.CommentContainer_CommentBox__JhiVN{align-items:center;background:#dde0ff61;border-radius:1rem;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;padding:1rem 2.3rem 1rem 1.4rem;width:100%}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU{align-items:center;display:flex;flex-direction:row;gap:.7rem;width:100%}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5{border-radius:50%;height:4.6rem;overflow:hidden;width:4.6rem}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5 img{height:100%;width:100%}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n p{color:#fff;font-size:1.2rem;font-style:normal;font-weight:400;line-height:123.4%}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n h4{color:#fff;font-size:1.4rem;font-style:normal;font-weight:400;line-height:123.4%;overflow:hidden}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div{align-items:center;display:flex;flex-direction:row;font-size:.95rem;font-style:normal;font-weight:500;line-height:123.4%}.CommentContainer_CommentBox__JhiVN .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div span{border-radius:.5rem;color:#fff;cursor:pointer;margin-right:1rem;padding:.4rem 1rem}.CommentContainer_CommentBox__JhiVN .CommentContainer_right__XeZXE{align-items:center;display:flex;gap:.5rem}.CommentContainer_CommentBox__JhiVN .CommentContainer_right__XeZXE p{color:#fff;font-size:1.2rem;font-style:normal;font-weight:400;line-height:123.4%}.CommentContainer_SubCommentBox__-rf2A{align-items:center;background:#dde0ff30;border-radius:.4rem;display:flex;justify-content:space-between;margin-top:.5rem;min-height:5rem;padding:0 2rem 0 1rem;position:relative;width:36rem;width:100%}.CommentContainer_SubCommentBox__-rf2A:after{background:#00000045;background:#fff;content:"";height:1px;left:-2.5rem;position:absolute;top:3rem;width:1.3rem}.CommentContainer_SubCommentBox__-rf2A:before{background:#00000045;background:#fff;content:"";height:2.5rem;left:-2.5rem;position:absolute;top:.5rem;width:1px}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU{align-items:center;display:flex;gap:.7rem;margin-right:2rem;overflow:hidden;width:100%}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5{border-radius:50%;height:3.5rem;overflow:hidden;width:3.5rem}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5 img{height:100%;width:100%}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem 0}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n p{color:#fff;font-size:1rem;font-weight:400;line-height:123.4%}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n h4{color:#fff;font-size:1.2rem;font-weight:400;line-height:100.4%;margin:0;width:100%}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div{align-items:flex-start;justify-content:start;margin:0}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div span{border-radius:.5rem;color:#fff;cursor:pointer;font-size:.8rem;font-weight:400;padding:.4rem 1rem}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_right__XeZXE{align-items:center;display:flex;gap:.5rem}.CommentContainer_SubCommentBox__-rf2A .CommentContainer_right__XeZXE p{color:#fff;font-size:1.2rem;font-style:normal;font-weight:400;line-height:123.4%}.CommentContainer_ReplySubCommentBox__wKay-{align-items:center;background:#dde0ff30;border-radius:.4rem;display:flex;justify-content:space-between;margin-top:.5rem;min-height:5rem;padding:0 2rem 0 1rem;position:relative;width:30rem;width:80%}.CommentContainer_ReplySubCommentBox__wKay-:after{background:#00000045;background:#fff;content:"";height:1px;left:-2.5rem;position:absolute;top:3rem;width:1.3rem}.CommentContainer_ReplySubCommentBox__wKay-:before{background:#00000045;background:#fff;content:"";height:2.5rem;left:-2.5rem;position:absolute;top:.5rem;width:1px}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU{align-items:center;display:flex;gap:.7rem;margin-right:2rem;overflow:hidden;width:100%}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5{border-radius:50%;height:3.5rem;overflow:hidden;width:3.5rem}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftImage__MsoU5 img{height:100%;width:100%}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem 0}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n p{color:#fff;font-size:1rem;font-weight:400;line-height:123.4%}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n h4{color:#fff;font-size:1.2rem;font-weight:400;line-height:100.4%;margin:0;width:100%}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div{align-items:flex-start;justify-content:start;margin:0}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div span{color:#fff;font-size:.8rem;font-weight:400;padding:.4rem 1rem}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_left__yyqgU .CommentContainer_leftText__LAG\+n div span:last-child{cursor:pointer}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_right__XeZXE{align-items:center;display:flex;gap:.5rem}.CommentContainer_ReplySubCommentBox__wKay- .CommentContainer_right__XeZXE p{color:#fff;font-size:1.2rem;font-style:normal;font-weight:400;line-height:123.4%}.Home_Container__YvQrk{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Home_Container__YvQrk::-webkit-scrollbar{display:none}.Home_TopPadding__DHkxa{height:14rem}.Home_Home__LeR-2,.Home_homeContainer__117x4{display:flex;flex-direction:column}.Home_homeContainer__117x4{height:100%;overflow:hidden;position:relative}.Home_homeContainer__117x4::-webkit-scrollbar{display:none}.Home_Home__LeR-2 .Home_homeContainer__117x4 .Home_sliderContainer__pns29{align-items:center;display:flex;gap:1rem;height:10rem;width:100%}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_customSlick__xNZpC{height:100%;overflow:hidden;width:100%}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_customSlick__xNZpC div{height:100%}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slide-wrapper__N87B2{align-items:center;display:flex;justify-content:center;padding:1rem 0;width:11rem}@media screen and (min-width:750px)and (max-width:1300px){.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slide-wrapper__N87B2{align-items:start}}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slide-wrapper__N87B2>*{-webkit-user-select:none;user-select:none}.Home_cl__cIagS{margin-left:1rem;margin-right:1rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:10rem!important;justify-content:center;position:relative;z-index:3}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_Plus__Y0WXc{align-items:center;background:linear-gradient(46deg,#a6539d 23.68%,#ed4fda 99.39%);border-radius:50%;bottom:0;color:#fff;display:flex;font-size:3rem;font-weight:600;height:3rem;justify-content:center;left:36%;position:absolute;width:3rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_image__i2QE2{border-radius:1rem;height:100%;overflow:hidden;width:100%}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_image__i2QE2 img{height:100%;transform:rotate(0deg) scale(1.4);width:100%}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY{align-items:center;background-color:#fff;border-radius:50%;bottom:-1rem;display:flex;height:4rem;justify-content:center;padding:.5rem;position:absolute;width:4rem}@media screen and (max-width:1200px){.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY{bottom:0}}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY img{border-radius:50%;height:100%;object-fit:cover;width:100%}.Home_sliderContainer__pns29 .Home_customSlick__xNZpC .Home_alice-carousel__VklVZ .Home_alice-carousel__wrapper__Djr1E .Home_alice-carousel__stage__2Pw4Y .Home_alice-carousel__stage-item__vAOp1{width:-moz-fit-content!important;width:fit-content!important}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_title__b7PRr{bottom:-15px;color:#000;display:block;font-size:1rem;font-weight:500;height:2rem;line-height:3rem;margin-inline:auto;position:absolute;width:max-content}@media screen and (min-width:750px){.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_title__b7PRr{bottom:-5px;font-size:1.2rem}}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu{display:flex;flex-direction:row;gap:2rem;height:100%;justify-content:space-between;left:0;position:sticky;top:10rem;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeLeftContainer__oHcb9{flex:64% 1;flex-shrink:0;height:100%;order:2;overflow:hidden;overflow-y:scroll;padding:0 1rem 0 2rem;scroll-behavior:smooth;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeLeftContainer__oHcb9::-webkit-scrollbar{display:none}@media(max-width:600px){.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeLeftContainer__oHcb9{padding:.5rem}}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc{align-items:center;background:#000;border:.2rem solid #a6539d;border-radius:2rem;box-shadow:-1px 3px 5px 2px #0000004d;display:flex;justify-content:center;margin-bottom:1.7rem;overflow:hidden;position:relative;width:100%}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_MediaImage__rxtGG{max-height:60vh;object-fit:contain;width:100%}@media screen and (max-width:900px){.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_MediaImage__rxtGG{max-height:100%;object-fit:cover}}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:2rem;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;justify-content:center;width:50%}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ p{color:#fff;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ButtonCont__ugBLU{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ButtonCont__ugBLU button{background:#fff;border:1.287px solid #fff;color:#000;cursor:pointer;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:800;height:5rem;line-height:normal;min-width:10rem;padding:0 1rem}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ButtonCont__ugBLU button:last-child{background:#0000;color:#fff}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr);width:100%}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv .Home_Result__N25cp{width:100%}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv .Home_Result__N25cp .Home_Top__VZdT5{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.1rem;padding:0 3rem}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv .Home_Result__N25cp .Home_Top__VZdT5 span{color:#fff;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv .Home_Result__N25cp .Home_Bottom__k0uL2{background:#d9d9d938;height:.9rem;width:100%}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_PollContainer__rNOI1 .Home_PollSection__3niEZ .Home_ResultCont__hBizv .Home_Result__N25cp .Home_Bottom__k0uL2 span{background:#4c65a8;display:block;height:100%;transition:all .3s ease-in-out;width:0}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_Popup__2StJk{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#040404a8;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_Popup__2StJk .Home_btnContainer__w1Zh5{display:flex;flex-direction:column;gap:2rem}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_Popup__2StJk .Home_btnContainer__w1Zh5 button{background:#0000;border:1.287px solid #fff;border-radius:.5rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:normal;padding:2rem;transition:all .2s ease-in-out;width:30rem}.Home_homeLeftContainer__oHcb9 .Home_imageContainer__J1GYc .Home_Popup__2StJk .Home_btnContainer__w1Zh5 button:hover{background:#fff;color:#000}.Home_imageContainer__J1GYc .Home_postHeader__v1oEC{align-items:center;border-radius:5rem;display:flex;height:5rem;justify-content:space-between;left:0;margin:0 6rem;padding:2rem;position:absolute;top:3.4rem;width:80%;z-index:2}.Home_imageContainer__J1GYc .Home_postHeader__v1oEC .Home_leftPostHeader__imp-c{align-items:start;display:flex;gap:1rem}.Home_imageContainer__J1GYc .Home_postHeader__v1oEC .Home_leftPostHeader__imp-c img{cursor:pointer;height:2.5rem;width:2.5rem}.Home_postHeader__v1oEC .Home_rightPostHeader__FJMxP{align-items:center;cursor:pointer;display:flex}.Home_postHeader__v1oEC .Home_rightPostHeader__FJMxP .Home_imagePostBox__JLmpM{border:1px solid #fff;border-radius:50%;height:3.7rem;margin-right:.8rem;overflow:hidden;width:3.7rem}.Home_postHeader__v1oEC .Home_rightPostHeader__FJMxP .Home_imagePostBox__JLmpM img{height:100%;width:100%}.Home_postHeader__v1oEC .Home_rightPostHeader__FJMxP .Home_textPostBox__Z7vtx h3{color:#fff;font-size:1.4rem;font-weight:500;height:1.76rem;line-height:1.7rem}.Home_postHeader__v1oEC .Home_rightPostHeader__FJMxP .Home_textPostBox__Z7vtx p{color:#fff;font-size:.89rem;font-weight:400;height:1.11rem;line-height:1.1rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX{align-items:center;bottom:2.6rem;display:flex;gap:2.9rem;height:5rem;left:0;position:absolute;width:100%;z-index:2}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM{align-items:center;-webkit-backdrop-filter:blur(2.49586px);backdrop-filter:blur(2.49586px);background:linear-gradient(0deg,#23232333,#23232333),#3232321a;border-radius:.98rem .98rem 2.18rem 1.98rem;display:flex;height:100%;justify-content:space-between;left:50%;padding-bottom:.5rem;padding-left:3.4rem;padding-top:.5rem;position:absolute;top:0;transform:translateX(-50%);width:93%}@media(max-width:800px){.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM{width:100%}}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_comment__MyN4M{align-items:center;color:#fff;display:block;display:flex;flex:1 1;font-size:1.5rem;font-weight:400;height:100%;line-height:1.1rem;overflow:hidden}@media(max-width:300px){.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_comment__MyN4M{font-size:1rem}}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc{align-items:center;display:flex;gap:1rem;height:100%;justify-content:flex-end;padding-right:3.4rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div{align-items:center;cursor:pointer;display:flex;gap:.4rem;height:100%;overflow:hidden}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div.Home_h__PYMxQ{align-items:center;display:flex}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div.Home_h__PYMxQ img{height:5rem;width:5rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div.Home_c__xGkCe{align-items:center;display:flex}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div.Home_c__xGkCe img{height:3rem;width:3rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div.Home_s__VrH\+N{align-items:center;display:flex;width:5rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div p{color:#fff;font-size:1.89rem;font-weight:600;height:max-content;margin:0;max-height:100%;padding-top:.3rem;text-align:center;width:3rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div img{height:100%;width:100%}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_commentContainer__Jn5aM .Home_actionContainer__jz5Pc div:active img{transform:scale(1.2);transition:all .3s ease-in-out}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_multi__qHsYI{align-items:center;color:#fff;display:flex;font-size:1.39rem;font-weight:500;height:100%;justify-content:center;line-height:2.1rem;padding-bottom:1rem;position:absolute;right:2%;top:0;width:8rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_multi__qHsYI img{height:2.2rem;position:relative;width:2.2rem}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX .Home_multi__qHsYI .Home_img2__8js3w{left:-1rem;top:1rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl{background-color:var(--tab-background);border:2.7px solid #f3dff3;border-radius:2rem;display:flex;flex:34% 1;flex-direction:column;flex-shrink:0;gap:.5rem;height:100%;order:1;overflow:hidden;overflow-y:scroll;padding:1.5rem;position:relative;scroll-behavior:smooth;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl::-webkit-scrollbar{display:none}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl h2{color:#000;font-family:var(--fontFamily1);font-size:1.5rem;font-weight:600}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_storesContainer__tQed0{display:flex;flex-direction:column;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_storesContainer__tQed0 .Home_Top__VZdT5{align-items:center;display:flex;justify-content:space-between;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_storesContainer__tQed0 .Home_Top__VZdT5 h3{color:#000;font-family:var(--fontFamily1);font-size:1.5rem;font-weight:600}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_storesContainer__tQed0 .Home_Top__VZdT5 button{background-color:inherit;border:none;color:#a6539d;cursor:pointer;outline:none}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9{background:#262626;border-radius:1rem;box-shadow:10px 10px 10px 0 #00000026;margin-bottom:1rem;max-height:15.97rem;min-height:15rem;overflow:hidden;position:relative;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 4rem 5rem 4.5rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form{align-items:center;display:flex;gap:.5rem;height:4.4rem;justify-content:center;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form input{background:#dbdbdb7d;border:none;border-radius:.69rem;color:#fff;font-size:1.39rem;font-weight:500;height:100%;line-height:1.2rem;padding:2.2rem;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form input::placeholder{color:#fff;font-size:1.39rem;font-weight:500;line-height:1.1rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form input:focus-visible{border:none;outline-width:0}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form button{align-items:center;background:#4a4a4a;border:none;border-radius:.69rem;cursor:pointer;display:flex;height:100%;justify-content:center;padding-top:.3rem;transition:all .2s ease-in-out;width:8rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form button:hover{background:#5b2ae1}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 form button:active{background:#40f}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 ul{align-items:center;align-self:flex-start;display:flex;justify-content:flex-start;margin-top:1.8rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_searchSection2__eQm29 ul li{color:#fff;cursor:pointer;font-size:1.397rem;font-weight:400;line-height:2.1rem;list-style:none;margin-left:3.4rem;padding:.2rem .6rem;text-align:center;text-decoration:none}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_ProgressBar__QN4LK{bottom:0;height:1rem;left:0;overflow:hidden;position:absolute;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_messageBox__CS\+G9 .Home_ProgressBar__QN4LK span{background:#1aff00;display:block;height:100%;width:0}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_AdsContainer__BWk-x{display:flex;flex-direction:column;gap:.5rem;height:100%;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_AdsContainer__BWk-x p{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:1.5rem;overflow:hidden;text-overflow:ellipsis}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_staticImageContainer__CY2Oj{display:flex;flex-direction:column;gap:.5rem;height:max-content;padding-bottom:1rem;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_staticImageContainer__CY2Oj .Home_ImageWrapper__jWTdc{border-radius:1rem;display:flex;gap:2rem;height:100%;max-height:12rem;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_staticImageContainer__CY2Oj .Home_ImageWrapper__jWTdc img{height:100%;width:100%}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl .Home_staticImageContainer__CY2Oj .Home_ImageWrapper__jWTdc .Home_ImageInner__VLDPt{border-radius:1rem;height:100%;overflow:hidden}.Home_loaderContainer__sB2Qu{height:100%}.Home_loaderContainer__sB2Qu,.Home_postContainer__H59MH{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.Home_postContainer__H59MH{height:7rem}.Home_NoMorePostText__uCmwY{font-size:2rem;text-align:center}@media screen and (max-width:1200px){.Home_Home__LeR-2 .Home_homeContainer__117x4 .Home_sliderContainer__pns29{align-items:start;height:16rem;margin-top:95px}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slide-wrapper__N87B2{width:17rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ{height:14rem!important;justify-content:center;position:relative;width:14rem!important}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_Plus__Y0WXc{border:.5rem solid #f9eef9;bottom:12%;font-size:4rem;height:4.5rem;left:35%;width:4.5rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY{height:6rem;width:6rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu{flex-direction:column;gap:0;left:0;padding:0;position:sticky;top:10rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeLeftContainer__oHcb9{flex:85% 1;order:2;padding:0 10rem}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl{background:none;border:none;flex:15% 1;height:auto;margin-bottom:1rem;order:1;overflow-y:hidden;padding:0}.Home_imageContainer__J1GYc .Home_postHeader__v1oEC{border-radius:0;left:0;margin:0;padding:4rem 2rem;top:0;width:100%}.Home_imageContainer__J1GYc .Home_postFooter__6jAKX{bottom:3rem;height:7rem}.Home_Header__UG4JR{background-color:var(--bg-color);left:0;margin-bottom:14rem;position:fixed;right:0;top:0;transition:transform 1s ease;z-index:1000}.Home_HeaderShow__cW5Yj{transform:translateY(0)}.Home_Headerhidden__ecf0s{transform:translateY(-100%)}.Home_Footerhidden__WBbId{transform:translateY(0)}.Home_MobileFooter__CeR7P{transition:transform .5s ease}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY{bottom:2rem;height:4rem;width:4rem}}@media(max-width:600px){.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeLeftContainer__oHcb9{padding:1rem}}@media screen and (max-width:700px){.Home_Home__LeR-2 .Home_homeContainer__117x4 .Home_sliderContainer__pns29{align-items:start;height:14rem;margin-top:60px}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slide-wrapper__N87B2{width:10rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ{height:12rem!important;justify-content:center;position:relative;width:14rem!important}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_Plus__Y0WXc{border:.5rem solid #f9eef9;bottom:2%;font-size:3rem;height:4.5rem;left:30%;width:4.5rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_ProfilePic__7QQJY{bottom:.5rem;height:4rem;width:4rem}.Home_Home__LeR-2 .Home_sliderContainer__pns29 .Home_slider-item__g4tnZ .Home_title__b7PRr{bottom:-5px}.Home_homeContainer__117x4 .Home_imagesMainContainer__rxCGu .Home_homeRightContainer__0SMBl{margin-bottom:3rem}}.Suggestion_Suggestion__AOMQS{display:flex;flex-direction:column;gap:.9rem;overflow:auto;width:100%}.Suggestion_Suggestion__AOMQS::-webkit-scrollbar{width:.6rem}.Suggestion_Suggestion__AOMQS::-webkit-scrollbar-track{background:#eee}.Suggestion_Suggestion__AOMQS::-webkit-scrollbar-thumb{background:#a6539d;border-radius:10px}.Suggestion_Suggestion__AOMQS .Suggestion_SuggestionText__q7poi{align-items:center;background-color:#fff;display:flex;justify-content:space-between;position:fixed}.Suggestion_Suggestion__AOMQS .Suggestion_SuggestionText__q7poi h1{color:#000;font-family:var(--fontFamily1);font-size:1.5rem;font-style:normal;font-weight:600;line-height:normal;overflow:hidden}.Suggestion_Suggestion__AOMQS .Suggestion_SuggestionText__q7poi a{color:#959595;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk{height:100%;width:100%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ{-webkit-user-select:none;user-select:none}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah{display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;width:97%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Top__2h2nL{border-radius:0 0 3.1rem 3.1rem;height:17.4rem;overflow:hidden;width:100%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Top__2h2nL img{height:100%;width:100%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE{align-items:center;display:flex;flex:1 1;justify-content:space-between}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9{display:flex;gap:.6rem;height:max-content;padding:.7rem 1.3rem 0;width:100%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9 .Suggestion_ImageWrapper__e8RFW{background:#fff;border-radius:50%;height:5rem;max-width:5rem;min-width:5rem;overflow:hidden}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9 .Suggestion_ImageWrapper__e8RFW img{height:100%;width:100%}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9 .Suggestion_TextWrapper__07nSL{display:flex;flex-direction:column}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9 .Suggestion_TextWrapper__07nSL h2{color:#000;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:123.4%;text-align:center}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_TopSection__X8Ye9 .Suggestion_TextWrapper__07nSL p{color:#959595;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:123.4%;text-align:center}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_Button__ZD7xk{background-color:inherit;border:none;cursor:pointer;padding:.5rem;width:max-content}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_Button__ZD7xk svg{color:#002da8;font-size:2rem;transition:all .3s ease-in-out}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_BoxWrapperMain__jwVDZ .Suggestion_BoxWrapper__GZ7Ah .Suggestion_Bottom__2S0aE .Suggestion_Button__ZD7xk:hover svg{transform:scale(1.2)}.Suggestion_Suggestion__AOMQS .Suggestion_OuterWrapper__Cj6Dk .Suggestion_UserList__N1Q-r{display:flex;flex-direction:column;gap:1rem;height:100%;margin-top:17px;width:100%}.MobileFooter_navContainer__HMdu2{-webkit-backdrop-filter:blur(10.9846153259px);backdrop-filter:blur(10.9846153259px);background:rgba(0,0,0,.251);bottom:0;left:0;padding-block:1.5rem .5rem;position:fixed;width:100%;z-index:1000}.MobileFooter_navContainer__HMdu2 ul{display:flex;height:100%;height:6vh;justify-content:space-around;width:100%}.MobileFooter_navContainer__HMdu2 li{align-items:center;display:flex;justify-content:center;list-style:none;text-align:center}.MobileFooter_navContainer__HMdu2 li a{color:#000;display:block;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:.4rem;position:relative;text-decoration:none}.MobileFooter_navContainer__HMdu2 li a .MobileFooter_redDot__6CSbl{background:red;border-radius:50%;color:#fff;font-size:75%;height:2rem;position:absolute;right:0;top:0;width:2rem}.MobileFooter_navContainer__HMdu2 .MobileFooter_ListItem__H4TZk{align-items:center;display:flex;gap:1rem}.MobileFooter_navContainer__HMdu2 .MobileFooter_ListItem__H4TZk a img{height:2.8rem;object-fit:none;transition:all .3s ease-in-out;width:3rem}@media screen and (min-width:768px)and (max-width:1200px){.MobileFooter_navContainer__HMdu2{border-radius:18px;bottom:14px;margin-left:5%;width:90%}}.MobileFooter_notification__Nycql{height:80vh}.Post_Container__jmo9c{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Post_Container__jmo9c::-webkit-scrollbar{display:none}.Post_PostIndex__ws4Q6{align-items:center;background:linear-gradient(0deg,#0000008a,#0000008a);border-radius:0 4.7rem 0 0;display:flex;flex-direction:column;justify-content:center;position:relative}.Post_PostIndex__ws4Q6 img{height:100%;left:0;position:absolute;top:0;width:100%}.Post_PostIndexBtnContainer__Qvfvx{align-items:center;display:flex;flex-direction:column;justify-content:center;width:25.747rem;z-index:5}.Post_PostIndexBtnContainer__Qvfvx button{background:#fff;border:.1949rem solid #fff;color:#000;cursor:pointer;font-size:2.7286rem;font-weight:400;height:7.998rem;line-height:4.1rem;margin-bottom:1.7rem;width:25.747rem}.Post_PostIndexBtnContainer__Qvfvx button:last-child{background:#0000;color:#fff}.Post_EditPostBody__rP4zR,.Post_Post__Na5fa{display:flex;justify-content:center}.Post_EditPostBody__rP4zR{align-items:center;background-color:#fff;flex-direction:row-reverse;gap:10rem;height:auto;margin:30px 0;min-height:100vh;padding:2.6rem;width:80%}.Post_EditPostBodyLeft__UJFB1{align-items:center;display:flex;flex-direction:column;height:100%;width:50%}.Post_EditPostBox__50KGa{display:flex;flex-direction:column;height:44.8rem;overflow:hidden;width:67rem}.Post_ImageContainer__c9Kim{cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}.Post_ImageContainer__c9Kim img,.Post_ImageContainer__c9Kim video{height:100%;width:100%}.Post_ImageContainer__c9Kim h2{background-color:#a6539d;bottom:0;font-size:2.8rem;padding:2rem 5rem;position:absolute}.Post_EditPostBox__50KGa h1,.Post_ImageContainer__c9Kim h2{align-items:center;color:#fff;display:flex;font-weight:400;justify-content:center;width:100%}.Post_EditPostBox__50KGa h1{background:#161616;font-size:2.65895rem;font-style:normal;height:7.312rem;line-height:3.2rem}.Post_EnablePollContainer__k7lef{align-items:center;display:flex;justify-content:space-between;width:100%}.Post_EnablePollContainer__k7lef .Post_left__ZplET{height:100%}.Post_EnablePollContainer__k7lef .Post_left__ZplET button{background:#0000;border:.144056rem solid #a6539d;border-radius:5px;color:#a6539d;cursor:pointer;font-size:2.01678rem;font-size:1.8rem;font-style:normal;font-weight:400;height:4rem;line-height:3rem;margin-right:.9rem;width:8rem}.Post_EnablePollContainer__k7lef .Post_left__ZplET button.Post_active__W8vuf{background:#a6539d!important;border:.144056rem solid #a6539d!important;color:#fff!important}.Post_EnablePollContainer__k7lef .Post_left__ZplET button:hover{background:#a6539d;color:#fff;transition:all .3s ease-in-out}.Post_EnablePollContainer__k7lef .Post_right__OB0W2{align-items:center;display:flex;flex-direction:row;height:6rem;justify-content:space-between}.Post_EnablePollContainer__k7lef .Post_right__OB0W2 p{color:#000;font-size:2.01678rem;font-style:normal;font-weight:400;line-height:3rem;margin-right:1.3rem}.Post_ShowPollResult__WedHI{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem;padding:0 2rem 0 1.5rem}.Post_ShowPollResult__WedHI p{color:#000;font-size:2.01678rem;font-style:normal;font-weight:400;line-height:3rem}.Post_PollContainer__gmXuI{display:flex;flex-direction:column}.Post_PollContainer__gmXuI p{color:#000;font-size:1.27045rem;font-style:normal;font-weight:500;line-height:1.5rem;text-transform:uppercase}.Post_PollsCont__3q2tn{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:2.5rem;padding-left:.5rem}.Post_PollsCont__3q2tn label{display:flex}.Post_PollsCont__3q2tn label input{background:#a6539d;height:1.397rem;margin-left:.8rem;width:30.745rem}.Post_PollsCont__3q2tn label p{color:#000;font-size:1.27045rem;font-style:normal;font-weight:500;line-height:1.5rem;margin-left:.7rem;text-transform:uppercase}.Post_EditPostBodyRight__U2kaL,.Post_RightInner__osBCM{display:flex;flex-direction:column;height:100%}.Post_RightInner__osBCM{justify-content:start;width:43.335rem}.Post_SetTimerContainer__ah-pl{margin-top:2rem}.Post_SetTimerContainer__ah-pl p{color:#000;font-family:Inter;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem}.Post_SetTimerInner__tILGY{align-items:center;display:flex;justify-content:space-between;padding:1.3rem}.Post_SetTimerInnerLeft__Iy0mg{gap:1.363rem}.Post_SetTimerInnerLeft__Iy0mg,.Post_dates__1qJ5a{align-items:center;display:flex;justify-content:center}.Post_dates__1qJ5a{background:#f2dbf1;border-radius:136.275rem;cursor:pointer;height:4.325rem;width:4.425rem}.Post_dates__1qJ5a.Post_active__W8vuf{background:#a6539d;color:#fff}.Post_SetTimerInnerRight__eiaKM{color:#000;font-family:Inter;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem}.Post_SetTimerInnerRight__eiaKM select{background:#0000;border:none;cursor:pointer;outline:none}.Post_calendar-overlay__wC0gg{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.Post_calendar-modal__JSiJ0{animation:Post_slideUp__QA7T7 .3s ease;background:#fff;border-radius:20px;padding:20px;width:320px}.Post_calendar-actions__E6ca2{display:flex;justify-content:space-between;margin-top:10px}.Post_calendar-actions__E6ca2 button{background:none;border:none;color:#a6539d;cursor:pointer;font-weight:600}.react-datepicker{border:none;border:none!important;display:flex!important;font-size:1.6rem!important;justify-content:center!important;width:100%!important}.react-datepicker__header{background:#fff!important;border:none!important}.react-datepicker__day--selected{background:#a6539d!important;border-radius:50%!important}.react-datepicker__month-container{background-color:#fff!important;border-radius:50%!important}.react-datepicker__current-month{font-size:1.6rem;font-weight:600}.react-datepicker__day{border-radius:50%!important;transition:all .2s ease}.react-datepicker__day:hover{background:#f2dbf1!important;border-radius:50%!important;color:#000!important;cursor:pointer}@keyframes Post_slideUp__QA7T7{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Post_describeContainer__sNj47{margin-top:2rem}.Post_describeContainer__sNj47 p{color:#000;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem;margin-bottom:2rem;text-transform:uppercase}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD{border:.136275rem solid #dbb9d8;border-radius:.681374rem;display:flex;flex-direction:column;height:9.812rem;overflow:hidden;position:relative;width:100%}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_textarea1__rjWnD{background:#fcf7fc;border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_textarea1__rjWnD::-webkit-scrollbar{display:none}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_row2__FenWr{background-color:#fcf7fc;display:flex;height:35%;justify-content:space-between;width:100%}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_row2__FenWr .Post_textarea2__ZKGkg{background-color:#fcf7fc;border:none;color:#a6539d;display:flex;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:50%}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_row2__FenWr .Post_textarea2__ZKGkg::-webkit-scrollbar{display:none}.Post_describeContainer__sNj47 .Post_TextAreaContainer__Lg1lD .Post_row2__FenWr span{align-self:flex-end;color:#000;display:block;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:1rem;padding-left:1rem;text-align:bottom;width:12%}.Post_tagBox__lKep2{background:#fcf7fc;border:1px solid #dbb9d8;border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;padding:6px 10px}.Post_tagChip__SdnSV{background:#f2dbf1;border-radius:20px;color:#a6539d;font-size:12px;padding:4px 10px}.Post_tagInput__idWFC{background:#0000;border:none;color:#a6539d;flex:1 1;font-size:12px;min-width:100px;outline:none}.Post_PostContainer__4aVBk{margin-top:2rem}.Post_PostContainer__4aVBk p{color:#000;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem;margin-bottom:1.2rem;text-transform:uppercase}.Post_PostCont1__UkBmS{background:#fff;border-radius:.726886rem;height:13rem;margin-bottom:1.5rem;padding:2rem 4.4rem 0 2.5rem;width:100%}.Post_PostCont1__UkBmS h2{color:#000;display:block;font-size:2.00693rem;font-style:normal;font-weight:500;line-height:138.4%}.Post_PostCont1Inn__Pf6Hq{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem}.Post_PostCont1Inn__Pf6Hq h5{color:#323232;font-size:1.16302rem;font-style:normal;font-weight:500;line-height:138.4%}.Post_PostCont1Inn__Pf6Hq p{color:#a6539d;cursor:pointer;font-size:1.01764rem;font-style:normal;font-weight:600;line-height:138.4%}.Post_PostCont2__gIFef{background:#fff;border-radius:.726886rem;padding:1.1rem 4.6rem 0 2.7rem;width:100%}.Post_PostCont2__gIFef p{color:#959595;font-size:.872263rem;font-style:normal;font-weight:400;line-height:138.4%}.Post_PostCont2Inn__XS1O-{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.4rem}.Post_PostCont2Inn__XS1O- h2{color:#323232;font-size:1.01764rem;font-style:normal;font-weight:500;line-height:138.4%}.Post_uploadBtn__L9tl0{background:#a6539d;border:none;border-radius:.68088rem;color:#fff;cursor:pointer;font-size:1.90646rem;font-weight:600;height:5rem;line-height:2.9rem;overflow:hidden;position:relative;transition:all .2s ease-in-out;width:100%}.Post_uploadBtn__L9tl0:hover{background:#592152}.Post_uploadBtn__L9tl0:disabled{background:#666;cursor:default}.Post_uploadBtn__L9tl0 div{align-items:center;display:flex;gap:1rem;justify-content:center;position:relative;z-index:2}.Post_uploadBtn__L9tl0 span{background:rgba(0,255,55,.645);height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:0;z-index:1}.Post_searchBar__zQrQd{margin:1.5rem 0;width:100%}.Post_searchInput__iKz48{align-items:center;background:#fcf7fc;border:1px solid #e6d3e6;border-radius:7px;display:flex;padding:5px 14px;transition:all .2s ease}.Post_searchInput__iKz48 input{background:#0000;border:none;color:#333;font-size:11px;outline:none;width:100%}.Post_searchInput__iKz48 input::placeholder{color:#333;font-size:11px}.Post_searchIcon__PZUFw{color:#333;font-size:14px;margin-right:8px}@media(max-width:770px){.Post_EditPostBody__rP4zR{align-items:center;flex-direction:column;gap:10px;justify-content:center}.Post_EditPostBodyLeft__UJFB1{height:70%;width:70%}.Post_EditPostBodyRight__U2kaL{width:70%}.Post_EditPostBox__50KGa{height:auto;width:100%}.Post_RightInner__osBCM{width:100%}.Post_EnablePollContainer__k7lef{align-items:flex-start;flex-direction:column;gap:1rem}.Post_ImageContainer__c9Kim{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}}@media(max-width:768px){.Post_calendarModal__zWXH7{border-radius:18px;padding:16px;width:90%}.react-datepicker{display:flex!important;font-size:1.4rem}.react-datepicker__day{line-height:36px;width:36px!important}}@media(max-width:480px){.Post_calendarOverlay__b1nAN{align-items:flex-end}.Post_calendarModal__zWXH7{animation:Post_slideUpMobile__L9G5P .3s ease;border-radius:20px 20px 0 0;padding:16px;width:100%}.react-datepicker{font-size:1.3rem;width:100%!important}.react-datepicker__day{line-height:34px;width:34px}.react-datepicker__current-month{font-size:1.4rem}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.375em;border-bottom-right-radius:.375em}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper--header-bottom[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper--header-middle[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker-popper--header-bottom[data-placement^=top] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select,.react-datepicker__header--middle,.react-datepicker__header--bottom){border-top-right-radius:.3rem}.react-datepicker__header--middle{border-radius:0;border-top:1px solid #aeaeae;margin-top:4px}.react-datepicker__header--bottom{border-bottom:none;border-radius:0 0 .3rem .3rem;border-top:1px solid #aeaeae}.react-datepicker__header-wrapper{position:relative}.react-datepicker__header-wrapper .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:2px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker__month-select,.react-datepicker__month-year-select,.react-datepicker__year-select{background-color:initial;border:1px solid #aeaeae;border-radius:.3rem;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;margin-top:5px;padding:2px 5px}.react-datepicker__month-select:focus-visible,.react-datepicker__month-year-select:focus-visible,.react-datepicker__year-select:focus-visible{outline:1px auto}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.5em;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:5em}.react-datepicker__month{margin:.5em;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:5em}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.375em;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.375em;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.375em;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + 1.0625em);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:2.125em;margin:.208em;text-align:center;width:2.125em}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;text-align:center;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:2.125em;margin:.208em;text-align:center;width:2.125em}.react-datepicker__day--disabled,.react-datepicker__day-name--disabled,.react-datepicker__time-name--disabled{color:#ccc;cursor:default}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90;color:#fff}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.625em;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__children-container{height:auto;margin:.5em;padding-left:.25em;padding-right:.25em;width:17.25em}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.react-datepicker-popper-offset{margin-top:-.7em}.Insights_Container__HXHpj{-ms-overflow-style:none;height:100%;overflow:hidden;position:relative;scrollbar-width:none;width:100%}.Insights_Container__HXHpj::-webkit-scrollbar{display:none}.Insights_Insights__rdB72{align-items:start;display:flex;gap:2rem;padding-inline:4rem}.Insights_InsightsContainer__Jd1X8{display:flex;flex-direction:column;gap:2rem;height:100%;padding:0 3rem 0 5.5rem;width:100%}.Insights_Insights__rdB72 .Insights_BackButton__XIkaa{display:flex}.Insights_Insights__rdB72 .Insights_BackButton__XIkaa button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:1rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Insights_Insights__rdB72 .Insights_BackButton__XIkaa button:hover{background-color:var(--pink1);color:#fff;font-size:1.8rem;transform:scale(1.1)}.Insights_Insights__rdB72 .Insights_BackButton__XIkaa button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.Insights_Insights__rdB72 .Insights_BackButton__XIkaa button svg:hover{font-size:2.5rem}.Insights_InsightsLeft__bSgaj{display:flex;flex-basis:100%;flex-direction:column;height:100%;overflow-y:scroll;padding-top:2rem;scrollbar-width:none}.Insights_InsightsTop__7b9E6{align-items:center;display:flex;height:8rem;justify-content:space-between;width:100%}.Insights_InsightsTop__7b9E6 .Insights_InsightsTopLeft__mopbx{display:flex;flex-direction:column;gap:1rem;padding-top:4rem}.Insights_InsightsTop__7b9E6 .Insights_InsightsTopLeft__mopbx h1{color:#000;font-family:Poppins;font-size:3rem;font-style:normal;font-weight:500;line-height:100%}.Insights_InsightsTop__7b9E6 .Insights_InsightsTopLeft__mopbx h4{color:#000c;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:400;height:6.8rem;line-height:100%;width:67.495rem}.Insights_InsightsTopRight__vXT9R{align-items:center;display:flex;height:max-content;justify-content:center;width:max-content}.Insights_InsightsTopRight__vXT9R select{background:#dde0ff;background-color:var(--pink4);border:none;border-radius:.87371rem;color:#000;cursor:pointer;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;height:5rem;line-height:138.4%;outline:none;padding:0 2rem;width:15.775rem}.Insights_InsightsBottom__OMbhr{display:flex;flex-direction:column;gap:2rem;height:100%}.Insights_InsightsBottom__OMbhr::-webkit-scrollbar,.Insights_InsightsLeft__bSgaj::-webkit-scrollbar{display:none}.Insights_InsightsLeft__bSgaj h1{color:#000;font-family:Poppins;font-size:3.64rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:1rem}.Insights_InsightsLeft__bSgaj h4{color:#000c;font-family:Poppins;font-size:2.43rem;font-style:normal;font-weight:400;height:6.8rem;line-height:138.4%;margin-bottom:2rem;width:67.495rem}.Insights_GraphContainer__uqyY8{background:#a6539d;border:.1rem solid #000;height:37rem;overflow:hidden;padding-top:4rem;position:relative;width:100%}.Insights_GraphContainer__uqyY8 .Insights_GraphHeader__0So6k{display:flex;flex-direction:column;left:5rem;position:absolute;top:3rem}.Insights_InsightsRight__aPiCz{display:flex;flex-direction:column;height:100%;padding-top:3rem;scrollbar-width:none;width:27.276rem}.Insights_GraphHeader__0So6k h1{color:#fff;font-family:Poppins;font-size:3rem;font-weight:500}.Insights_GraphHeader__0So6k h4{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:400}.Insights_InsightsRight__aPiCz select{background:#dde0ff;border:none;border-radius:.87371rem;color:#000;cursor:pointer;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;height:8.325rem;line-height:138.4%;margin-bottom:4rem;outline:none;padding:0 2rem;width:15.775rem}.Insights_InsightsBoxContainer__sOb6x{align-items:center;display:grid;flex-shrink:0;grid-template-columns:repeat(4,1fr);height:max-content;justify-content:space-between;overflow-x:scroll;width:100%}.Insights_InsightsBoxContainer__sOb6x::-webkit-scrollbar{display:none}.Insights_InsightsBox__s2\+Y4{border:.11061rem solid var(--pink1);border-radius:2.21rem;color:#2121217a;cursor:pointer;height:25.7rem;height:15rem;margin-bottom:2rem;max-width:28rem;padding:4.18rem 4.2rem 1.4rem 4.3rem;width:100%}.Insights_InsightsBox__s2\+Y4.Insights_active__KrlAs{background:linear-gradient(325.59deg,#e7c0e5 8.9%,#a6539d 100.7%);color:#fff}.Insights_InsightsBox__s2\+Y4.Insights_active__KrlAs h1,.Insights_InsightsBox__s2\+Y4.Insights_active__KrlAs p{color:#fff;width:100%}.Insights_InsightsBox__s2\+Y4 h1{color:var(--pink1);font-family:Poppins;font-size:4.64561rem;font-style:normal;font-weight:700;line-height:138.4%}.Insights_InsightsBox__s2\+Y4 p{font-family:Poppins;font-size:1.64745rem;font-style:normal;font-weight:500;height:4.6rem;line-height:138.4%;width:100%}.Insights_AudienceInsights__PHLj3{align-items:start;display:flex;flex-shrink:0;gap:2rem;padding-right:8.2rem;width:100%}.Insights_AudienceInsightsLeft__o2G\+k{align-items:center;display:flex;flex:30% 1;height:35rem;justify-content:center;width:100%}.Insights_AudienceInsightsLeft__o2G\+k img{height:100%;object-fit:cover;width:100%}.Insights_AudienceInsightsRight__SG1iP{display:flex;flex:60% 1;flex-direction:column;height:100%;width:100%}.Insights_AudienceInsightsTop__DseVp{align-items:center;display:flex;justify-content:space-between}.Insights_AudienceInsightsTop__DseVp h5{color:#000;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;line-height:138.4%}.Insights_AudienceInsightsTop__DseVp p{color:#000c;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:138.4%;margin-top:1rem}.Insights_AudienceInsightsTop__DseVp select{background:#dde0ff;border:none;border-radius:.873719rem;color:#000;cursor:pointer;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:500;height:5.7rem;line-height:138.4%;margin-bottom:4rem;outline:none;padding:0 2rem;width:10.863rem}.Insights_AudienceInsightsBottom__ey9ir{align-items:center;display:flex;height:35rem}.Insights_AudienceInsightsBottom__ey9ir p{color:#000c;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:138.4%}.Insights_AudienceBottomLeftRight__\+kw6i{display:flex;flex-direction:column;gap:1.5rem;height:33.6rem;padding:1rem;position:relative;width:100%}.Insights_AudienceBottomLeftRight__\+kw6i button{background:#0000;border:none;bottom:5rem;color:#000c;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;left:50%;line-height:138.4%;outline:none;padding:1rem;position:absolute;transform:translateX(-50%)}.Insights_bottomGroup__PnsSy{margin:1rem 0 0}.Insights_bottomGroup__PnsSy div{align-items:center;display:flex;justify-content:space-between}.Insights_bottomGroup__PnsSy span{align-items:center;display:block;display:flex;height:1.8rem;justify-content:space-between;margin-top:.5rem;position:relative;width:100%}.Insights_bottomGroup__PnsSy span p{display:block;height:100%;position:relative;transition:all .2s ease}.Insights_bottomGroup__PnsSy span p:after{animation:Insights_wi__wM-rm 1s linear;background:#3a0dbb;background-color:var(--pink1);content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:all .2s ease;width:100%}@keyframes Insights_wi__wM-rm{0%{width:0}to{width:100%}}.Insights_ProfileVisitMain__ypUF6{gap:1rem}.Insights_ProfileVisit__QbVSy>img{height:29.549rem;margin-bottom:2.1rem;width:100%}.Insights_ProfileVisit__QbVSy .Insights_AudienceBottomLeftRight__\+kw6i{display:flex;flex-direction:column;gap:1.5rem;width:100%}@media (max-width:431px){.Insights_Insights__rdB72{padding:2rem}.Insights_InsightsContainer__Jd1X8{padding-inline:0}.Insights_InsightsContainer__Jd1X8 .Insights_InsightsTop__7b9E6{height:10rem}.Insights_InsightsContainer__Jd1X8 .Insights_InsightsTop__7b9E6 .Insights_InsightsTopLeft__mopbx,.Insights_InsightsContainer__Jd1X8 .Insights_InsightsTop__7b9E6 .Insights_InsightsTopLeft__mopbx h4{width:100%}.Insights_InsightsContainer__Jd1X8 .Insights_InsightsBottom__OMbhr .Insights_InsightsBoxContainer__sOb6x{gap:2rem}.Insights_InsightsContainer__Jd1X8 .Insights_InsightsBottom__OMbhr .Insights_InsightsBoxContainer__sOb6x .Insights_InsightsBox__s2\+Y4{padding-inline:2rem;width:25rem}.Insights_AudienceInsights__PHLj3{flex-direction:column;height:75rem;overflow-y:scroll;padding-right:0}.Insights_AudienceInsightsLeft__o2G\+k{height:30rem;width:100%}.Insights_AudienceInsightsRight__SG1iP .Insights_AudienceInsightsTop__DseVp h5{font-size:4rem}.Insights_AudienceInsightsRight__SG1iP .Insights_AudienceInsightsTop__DseVp h5 p{font-size:2rem}.Insights_AudienceInsightsBottom__ey9ir{flex-direction:column;gap:2rem;padding-block:2rem}.Insights_AudienceInsightsBottom__ey9ir .Insights_AudienceBottomLeftRight__\+kw6i{gap:2rem}.Insights_AudienceInsightsBottom__ey9ir .Insights_AudienceBottomLeftRight__\+kw6i button{align-items:center;border:1px solid #000;bottom:0;display:flex;font-size:2rem;height:5rem;justify-content:center;left:0;position:relative;transform:none;width:100%}.Insights_AudienceInsightsBottom__ey9ir .Insights_AudienceBottomLeftRight__\+kw6i p,.Insights_bottomGroup__PnsSy>div p{font-size:2rem}}.LoadingBg_landing-bg__Bdjyz{background:var(--gradient3);height:100vh;padding:3rem 11rem;width:100%}.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT{position:relative}.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_big-logo__IimZE{height:90vh}.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_small-logo__KQkzd{left:10%;position:absolute;top:35%;width:20rem}@media screen and (max-width:431px){.LoadingBg_landing-bg__Bdjyz{background:var(--gradient3);height:100vh;padding:2rem;width:100%}.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT{align-items:center;display:flex;height:calc(100vh - 566.2px);justify-content:center;position:relative}.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_small-logo__KQkzd{position:static;width:65vw}}@media screen and (max-height:668px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_small-logo__KQkzd{position:static;width:43vw}}@media screen and (max-height:741px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT{height:calc(100vh - 514.2px)}}@media screen and (max-height:858px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT{height:calc(100vh - 525.2px)}}@media screen and (max-width:376px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_small-logo__KQkzd{width:43vw}}@media screen and (max-width:360px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT .LoadingBg_small-logo__KQkzd{width:52vw}}@media screen and (max-height:668px){.LoadingBg_landing-bg__Bdjyz .LoadingBg_logo-container__wmCcT{height:calc(100vh - 471.2px)}}.ChangePassword_main-container__VUKPf{height:100%;overflow:hidden;position:relative;width:100%}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0{background:#fff;border-radius:6.3rem;box-shadow:1rem 1rem 5rem #00000040;display:grid;overflow:hidden;position:absolute;right:10%;top:50%;transform:translate(10%,-50%);width:70rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy{display:flex;justify-content:space-between;position:relative}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy .ChangePassword_text-container__N2zWE{padding:4rem 6rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy .ChangePassword_image__Zrg\+Z{height:100%;position:absolute;right:0;top:-1rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy .ChangePassword_image__Zrg\+Z img{height:100%;width:100%}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy .ChangePassword_text-container__N2zWE .ChangePassword_heading__SW2t4{color:#000;font-size:3.3rem;font-weight:600;line-height:5rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_header__FYHKy .ChangePassword_text-container__N2zWE .ChangePassword_text__bBW-w{color:#282828;font-size:1.2rem;font-weight:500;line-height:1.5rem;width:27rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8{grid-row-gap:1rem;display:grid;padding:0 7.8rem 6rem 6.3rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_input-container__VVzGV{grid-row-gap:.5rem;display:grid}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_input-container__VVzGV .ChangePassword_input__gxBVC{display:flex;flex-direction:column}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_input-container__VVzGV .ChangePassword_input__gxBVC .ChangePassword_label__33umA{font-size:1.798rem;font-weight:500;line-height:2.7rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_input-container__VVzGV .ChangePassword_input__gxBVC .ChangePassword_input-box__ocWRI{background-color:#eee;border:none;border-radius:1rem;padding:1.6rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_actions__LmCoA{align-items:center;display:flex;justify-content:center}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_actions__LmCoA .ChangePassword_btn__npyMn{background-color:#1943d8;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.798rem;font-style:normal;font-weight:500;height:6.2rem;line-height:2.7rem;margin-top:3.5rem;transition:all .3s ease-in-out;width:20rem}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_actions__LmCoA .ChangePassword_btn__npyMn:hover{background-color:#011d82}.ChangePassword_main-container__VUKPf .ChangePassword_sub-container__CwDA0 .ChangePassword_form__FcpU8 .ChangePassword_actions__LmCoA .ChangePassword_btn__npyMn:disabled{background-color:#5a5e6a;cursor:default}.ForgetPassword_main-container__CyAiY{height:100%;overflow:hidden;position:relative;width:100%}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66{background:#fff;border-radius:6.3rem;box-shadow:1rem 1rem 5rem #00000040;display:grid;overflow:hidden;position:absolute;right:10%;top:50%;transform:translate(10%,-50%);width:70rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG{display:flex;justify-content:space-between;position:relative}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG .ForgetPassword_text-container__QymfS{padding:7rem 8rem 5rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG .ForgetPassword_image__jlUex{height:100%;position:absolute;right:0;top:-1rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG .ForgetPassword_image__jlUex img{height:100%;width:100%}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG .ForgetPassword_text-container__QymfS .ForgetPassword_heading__Dmhn5{color:#000;font-size:3.3rem;font-weight:600;line-height:5rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_header__vc0jG .ForgetPassword_text-container__QymfS .ForgetPassword_text__yAlgH{color:#282828;font-size:1.2rem;font-weight:600;line-height:1.5rem;width:27rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx{grid-row-gap:1rem;display:grid;padding:0 7.8rem 6rem 8rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_input__WdOFK{display:flex;flex-direction:column}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_input__WdOFK .ForgetPassword_label__ZvVZl{font-size:1.798rem;font-weight:500;line-height:2.7rem;margin-bottom:.5rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_input__WdOFK .ForgetPassword_input-box__MuxXo{background-color:#eee;border:none;padding:1.6rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_actions__1rBig{align-items:center;display:flex;justify-content:center}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_actions__1rBig .ForgetPassword_btn__2PHQi{background-color:#1943d8;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.798rem;font-style:normal;font-weight:500;height:5rem;line-height:2.7rem;margin-top:3.5rem;transition:all .2s ease-in-out;width:20rem}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_actions__1rBig .ForgetPassword_btn__2PHQi:hover{background-color:#001d84}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_actions__1rBig .ForgetPassword_btn__2PHQi:disabled{background-color:#5a5e6a;cursor:default}.ForgetPassword_main-container__CyAiY .ForgetPassword_sub-container__TTQ66 .ForgetPassword_form__IZACx .ForgetPassword_link__qjYRC{color:#000;cursor:pointer;font-size:1.8rem;font-weight:600;line-height:2.7rem;margin-top:5rem;text-align:center}.LoadingScreen_container__FBVqh{height:100vh;overflow:hidden!important;position:relative;width:100%}.LoadingScreen_hover-animation__KU2tX{position:absolute;right:10%;top:50%;transform:translateY(-50%)}.Floating_CardDiv__5-dt7{height:49.8rem;position:relative;width:72.4rem}.Floating_sign-up__8MILd{background:#fff;border-radius:3.84rem;box-shadow:1rem 1rem 5rem #00000040;cursor:pointer;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:all .5s ease-in-out;width:46.1rem;z-index:1}.Floating_sign-up__8MILd .Floating_image__0HLHs{height:65%;position:relative}.Floating_sign-up__8MILd .Floating_image__0HLHs img{height:100%;position:absolute;right:0;top:0;transition:all .5s ease-in-out}.Floating_sign-up__8MILd .Floating_text-area__OfRYf{display:grid;margin:1rem 7rem 0 5rem}.Floating_sign-up__8MILd .Floating_text-area__OfRYf .Floating_signup-heading__ggtfU{color:#000;font-size:4.1rem;font-weight:600;line-height:6.2rem;transition:all .5s ease-in-out}.Floating_sign-up__8MILd .Floating_text-area__OfRYf .Floating_text__-enl5{color:#282828;font-size:1.24rem;font-weight:500;line-height:1.9rem;transition:all .5s ease-in-out}.Floating_sign-in__Rs2H9{background:#fff;border-radius:2.5rem;box-shadow:1rem 1rem 5rem #00000040;cursor:pointer;height:32.5rem;overflow:hidden;position:absolute;right:0;top:9.8rem;transition:all .5s ease-in-out;width:30.1rem;z-index:2}.Floating_sign-in__Rs2H9 .Floating_image2__ltHgF{height:65%;position:relative}.Floating_sign-in__Rs2H9 .Floating_image2__ltHgF img{height:100%;position:absolute;right:0;top:0;transition:all .5s ease-in-out}.Floating_sign-in__Rs2H9 .Floating_text-area__OfRYf{display:grid;margin:0 4.5rem 0 3.3rem}.Floating_sign-in__Rs2H9 .Floating_text-area__OfRYf .Floating_signin-heading__ppD7I{color:#000;font-size:2.6rem;font-weight:600;line-height:4rem;transition:all .5s ease-in-out}.Floating_sign-in__Rs2H9 .Floating_text-area__OfRYf .Floating_text2__OOQBZ{color:#282828;font-size:.78rem;font-weight:500;line-height:1.2rem;transition:all .5s ease-in-out}.Floating_sign-up__8MILd:hover{transition:all .5s ease-in-out;z-index:3}.Floating_sign-in__Rs2H9:hover{height:100%;right:0;top:0;width:46.1rem}.Floating_sign-in__Rs2H9:hover .Floating_text-area__OfRYf .Floating_signin-heading__ppD7I{color:#000;font-size:4.1rem;font-weight:600;line-height:6.2rem}.Floating_sign-in__Rs2H9:hover .Floating_text-area__OfRYf .Floating_text2__OOQBZ{color:#282828;font-size:1.24rem;font-weight:500;line-height:1.9rem}.Floating_active__Uh7Ww{height:32.5rem;top:9.8rem;width:30.1rem}.Floating_active__Uh7Ww .Floating_text-area__OfRYf .Floating_signup-heading__ggtfU{color:#000;font-size:2.6rem;font-weight:600;line-height:4rem}.Floating_active__Uh7Ww .Floating_text-area__OfRYf .Floating_text__-enl5{font-size:.77rem;font-weight:500;line-height:1.2rem}.SignIn_main-container__Y8\+RG{height:100%;overflow:hidden;position:relative;width:100%}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf{grid-row-gap:1rem;background:#fff;border-radius:6.3rem;box-shadow:1rem 1rem 5rem #00000040;display:grid;overflow:hidden;position:absolute;right:10%;top:50%;transform:translate(10%,-50%);width:70rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I{display:flex;position:relative}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I .SignIn_image__f7\+MN{height:100%;position:absolute;right:0;top:-1rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I .SignIn_image__f7\+MN img{height:100%;width:100%}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I .SignIn_text-container__qswO0{padding:4rem 6rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I .SignIn_text-container__qswO0 .SignIn_heading__nGXD8{color:#000;font-size:4.2rem;font-weight:400;line-height:5rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_header__fKv-I .SignIn_text-container__qswO0 .SignIn_text__\+YTvr{color:#282828;font-size:1rem;font-weight:400;line-height:1.5rem;width:27rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W{grid-row-gap:1rem;display:grid;padding:0 7.8rem 6rem 6.3rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9{grid-row-gap:1rem;display:grid}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_input__zw8JS{display:flex;flex-direction:column;position:relative}.SignIn_ArrowBtn__XAWL0{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2.4809641838px 12.4048213959px 0 #00000026;color:#000;display:flex;font-size:5rem;font-weight:100;height:10rem;justify-content:center;overflow:hidden;position:absolute;right:-7.5rem;text-decoration:none;top:0;-webkit-user-select:none;user-select:none;width:10rem;z-index:5}@media screen and (max-width:900px){.SignIn_ArrowBtn__XAWL0{top:1rem}}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_input__zw8JS .SignIn_label__HnpEe{font-size:1.798rem;font-weight:400;line-height:2.7rem;margin-bottom:.5rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_forget-remember__lwtz7{align-items:center;display:flex;justify-content:space-between}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_forget-remember__lwtz7 .SignIn_remember__mCO6- .SignIn_radio-button__0n8qU{height:3rem;margin-right:1rem;width:3rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_forget-remember__lwtz7 .SignIn_link__46AF5{color:#666;cursor:pointer;font-size:1.8rem;font-weight:400;line-height:2.7rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_forget-remember__lwtz7 .SignIn_remember__mCO6-{align-items:center;display:flex;font-size:1.8rem;justify-content:space-between;line-height:2.7rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_input-container__dYWH9 .SignIn_input__zw8JS .SignIn_input-box__3d7o7{background-color:#eee;border:none;padding:1.6rem}.SignIn_input__zw8JS .SignIn_inputPass__0A2rs{background-color:#eee;border:none;position:relative}.SignIn_input__zw8JS .SignIn_inputPass__0A2rs input{background:#0000;border:none;height:100%;padding:1.6rem;width:100%}.SignIn_input__zw8JS .SignIn_inputPass__0A2rs span{cursor:pointer;position:absolute;right:3.5rem;top:50%;transform:translateY(-50%)}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_actions__ocAwU{align-items:center;display:flex;justify-content:center}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_actions__ocAwU .SignIn_btn__mgIhm{align-items:center;background-color:#1943d8;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.798rem;font-style:normal;font-weight:500;height:6.2rem;justify-content:center;line-height:2.7rem;margin-top:2rem;width:20rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_actions__ocAwU .SignIn_btn__mgIhm:disabled{background-color:#5a5e6a;cursor:default}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_design__60STC{align-items:center;display:flex;justify-content:space-between;margin-top:3rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_design__60STC .SignIn_line__-qwah{background-color:#000;height:.2rem;width:8rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_design__60STC .SignIn_continue__GJavq{color:#000;font-size:1.798rem;font-weight:600;line-height:2.7rem}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_footer__SNVzL{align-items:center;display:flex;justify-content:space-evenly}.SignIn_main-container__Y8\+RG .SignIn_sub-container__Lrxpf .SignIn_form__ln61W .SignIn_footer__SNVzL button{background:#0000;border:none;cursor:pointer}.SignUp_main-container__ugM3z{height:100vh;overflow:hidden;position:relative;width:100%}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 5rem #00000040;display:grid;height:92%;overflow:hidden;position:absolute;right:10%;top:50%;transform:translate(10%,-50%);width:70rem}@media screen and (max-height:768px)and (max-width:1400px)and (min-width:1100px){.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj{height:92%;overflow-y:scroll;scrollbar-width:none}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj::-webkit-scrollbar{display:none}}@media screen and (max-height:520px){.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj{height:100%;overflow-y:scroll;scrollbar-width:none}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj::-webkit-scrollbar{display:none}}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC{display:flex;justify-content:space-between;position:relative}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC .SignUp_image__w6vdl{height:100%;position:absolute;right:-.1rem;top:-1rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC .SignUp_image__w6vdl img{height:100%;width:100%}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC .SignUp_text-container__Ng\+wh{padding:4rem 6rem 1rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC .SignUp_text-container__Ng\+wh .SignUp_heading__zW6qP{color:#000;font-size:3.5rem;font-weight:400;line-height:5rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_header__hf6iC .SignUp_text-container__Ng\+wh .SignUp_text__woJ3J{color:#282828;font-size:1rem;font-weight:400;line-height:1.5rem;width:27rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe{padding:0 7.8rem 6rem 6.3rem}@media screen and (max-height:555px){.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe{padding:0 7.8rem 0 6.3rem}}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn{grid-row-gap:1rem;display:grid;position:relative}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_input__mYirZ{display:flex;flex-direction:column;gap:.65rem;position:relative}.SignUp_ArrowBtn__GUHbb{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2.4809641838px 12.4048213959px 0 #00000026;color:#000;display:flex;font-size:5rem;font-weight:100;height:11.1rem;justify-content:center;overflow:hidden;position:absolute;right:-8rem;text-decoration:none;top:30%;width:11.1rem;z-index:5}@media screen and (max-width:900px){.SignUp_ArrowBtn__GUHbb{right:-3rem}}.SignUp_passwordWrapper__UC7Uu{display:flex;gap:1.6rem}.SignUp_passwordWrapper__UC7Uu>div{flex:1 1}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_contact-info__ye6so{display:flex;gap:1.6rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_contact-info__ye6so .SignUp_dob__mEBIt,.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_contact-info__ye6so .SignUp_gender__tWzfK{flex:1 1}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_input__mYirZ .SignUp_label__mgLkM{font-size:1.798rem;font-weight:400}.SignUp_inputPass__80\+Gk{position:relative}.SignUp_inputPass__80\+Gk input{width:100%}.SignUp_inputPass__80\+Gk span{cursor:pointer;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_input__mYirZ .SignUp_input-box__BpZa7{background-color:#eee;border:none;outline:none;padding:1.6rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_forget-remember__gMPel{align-items:center;display:flex;justify-content:space-between}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_forget-remember__gMPel .SignUp_remember__l\+\+-9{align-items:center;display:flex;font-size:1.8rem;justify-content:space-between;line-height:2.7rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_input-container__66JDn .SignUp_forget-remember__gMPel .SignUp_remember__l\+\+-9 .SignUp_radio-button__Z0ljz{height:3rem;margin-right:1rem;width:3rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_actions__6q01n{align-items:center;display:flex;justify-content:center}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_actions__6q01n .SignUp_btn__kXnYr{background-color:#1943d8;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.798rem;font-style:normal;font-weight:500;height:6.2rem;line-height:2.7rem;width:20rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_actions__6q01n .SignUp_btn__kXnYr:disabled{background-color:#5a5e6a;cursor:default}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_design__Fnz4c{align-items:center;display:flex;justify-content:space-between;margin-top:2.5rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_design__Fnz4c .SignUp_line__vLGiT{background-color:#000;height:.1rem;width:15rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_design__Fnz4c .SignUp_continue__TX6dj{color:#000;font-size:1.798rem;font-weight:500;line-height:2.7rem}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_footer__c02CH{align-items:center;display:flex;justify-content:space-evenly}.SignUp_main-container__ugM3z .SignUp_sub-container__-aPSj .SignUp_form__028fe .SignUp_footer__c02CH button{background:#0000;border:none;cursor:pointer}.Verification_main-container__GL1fF{height:100%;overflow:hidden;position:relative;width:100%}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm{background:#fff;border-radius:6.3rem;box-shadow:1rem 1rem 5rem #00000040;display:grid;overflow:hidden;position:absolute;right:10%;top:50%;transform:translate(10%,-50%);width:70rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka{display:flex;justify-content:space-between;position:relative}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka .Verification_text-container__SbrTL{padding:4rem 6rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka .Verification_image__PgjsI{height:100%;position:absolute;right:0;top:-1rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka .Verification_image__PgjsI img{height:100%;width:100%}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka .Verification_text-container__SbrTL .Verification_heading__L8iIJ{color:#000;font-size:3.3rem;font-weight:600;line-height:5rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_header__TuEka .Verification_text-container__SbrTL .Verification_text__cxof4{color:#282828;font-size:1.2rem;font-weight:500;line-height:1.5rem;text-align:start;width:30rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY{display:grid;padding:2rem 7.8rem 6rem 6.3rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_input__vyfgj{display:flex;justify-content:space-around;padding:0 3rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_input__vyfgj .Verification_input-box__jncU3{background-color:#eee;border:none;border-radius:10px;font-size:5rem;height:8.6rem;padding:2rem;text-align:center;width:9.3rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_actions__hFQ2-{align-items:center;display:flex;justify-content:center}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_actions__hFQ2- .Verification_btn__CXrnU{background-color:#1943d8;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.798rem;font-style:normal;font-weight:500;height:6.2rem;line-height:2.7rem;margin-top:6rem;width:20rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_actions__hFQ2- .Verification_btn__CXrnU:disabled{background-color:#5a5e6a;cursor:default}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_footer__1Qctu{align-items:center;display:flex;justify-content:space-around;margin-top:7rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_footer__1Qctu .Verification_link__JX18P{color:#000;cursor:pointer;font-size:1.8rem;font-weight:500;line-height:2.7rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_footer__1Qctu .Verification_time__WOdBc{display:flex;font-size:1.8rem;line-height:2.7rem}.Verification_main-container__GL1fF .Verification_sub-container__E7pEm .Verification_form__ZdshY .Verification_footer__1Qctu .Verification_time__WOdBc .Verification_timer__YudQn{color:#1731ba;font-size:1.8rem;line-height:2.7rem;margin-bottom:0}.Verification_text2__JBTP2{background:#0000;border:none;cursor:pointer;font-size:1.8rem;margin-right:.5rem}.Verification_text2__JBTP2:disabled{cursor:default}.BusinessLogo_BusinessLogo__MHKII{align-items:center;background:#fff;border-radius:1rem;display:flex;gap:2rem;min-height:15.8rem;padding:2.1rem 3.4rem;width:100%}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4{column-gap:1rem;display:flex;flex:1 1;flex-wrap:wrap;height:100%;row-gap:2rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4 h2{align-items:center;display:flex;font-size:2rem;justify-content:center}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4 .BusinessLogo_Logo__XilBl{align-items:center;border:1px solid #0000000d;border-radius:.2rem;display:flex;height:11rem;justify-content:center;padding:.5rem;position:relative;width:11rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4 .BusinessLogo_Logo__XilBl img{height:100%;object-fit:contain;width:100%}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4 .BusinessLogo_Logo__XilBl button{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.6rem;height:2rem;justify-content:center;position:absolute;right:-1rem;top:-1rem;transition:all .3s ease-in-out;width:2rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Left__P9sP4 .BusinessLogo_Logo__XilBl button:hover{background:#ef7272;background:var(--pink1);color:#fff}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3{display:flex;flex-direction:column;gap:2.9rem;height:100%;width:20rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3 .BusinessLogo_Up__H7VjY{align-items:center;display:flex;justify-content:space-between}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3 .BusinessLogo_Up__H7VjY div{display:flex;flex-direction:column;gap:.3rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3 .BusinessLogo_Up__H7VjY div h3{color:#000;font-family:Poppins;font-size:1.72rem;font-style:normal;font-weight:500;line-height:138.4%}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3 .BusinessLogo_Up__H7VjY div h4{color:#959595;font-family:Poppins;font-size:1.14rem;font-style:normal;font-weight:400;line-height:138.4%}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3 button{align-items:center;border:none;color:#1b47c1;color:var(--pink1);cursor:pointer;display:flex;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;gap:1rem;height:5.1rem;justify-content:center;line-height:123.4%;text-align:center;width:100%}@media(max-width:500px){.BusinessLogo_BusinessLogo__MHKII{flex-direction:column;justify-content:start;padding:2rem}.BusinessLogo_BusinessLogo__MHKII .BusinessLogo_Right__FZtF3{margin-top:2rem;width:100%}}.HasTags_HasTags__WWT1c{align-items:center;background:#fff;border-radius:1rem;display:flex;gap:2rem;min-height:13.6rem;padding:1.9rem 2rem;width:100%}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh{column-gap:1rem;display:flex;flex:1 1;flex-wrap:wrap;height:100%;row-gap:2rem}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh h2{align-items:center;display:flex;font-size:2rem;justify-content:center}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh .HasTags_Tag__k3Jzr{align-items:center;background:#1b47c11a;background:var(--pink2);border-radius:11.017px;display:flex;gap:3rem;height:4rem;justify-content:center;min-width:5rem;padding:2.2rem 2rem;position:relative}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh .HasTags_Tag__k3Jzr p{color:#1b47c1;color:var(--pink1);font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:2rem;line-height:normal}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh .HasTags_Tag__k3Jzr button{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.6rem;height:2rem;justify-content:center;transition:all .3s ease-in-out;width:2rem}.HasTags_HasTags__WWT1c .HasTags_Left__6vofh .HasTags_Tag__k3Jzr button:hover{background:#ef7272;background:var(--pink1);color:#fff}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk{align-items:flex-end;display:flex;flex-direction:column;gap:4.1rem}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk p{color:#959595;font-family:Poppins;font-size:1.14rem;font-style:normal;font-weight:400;line-height:138.4%}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk .HasTags_Wrapper__20SWD{align-items:center;border:1px solid #e9edf9;border-radius:.69rem;display:flex;height:4.4rem;overflow:hidden;width:25rem}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk .HasTags_Wrapper__20SWD input{border:none;color:#4a4a4a;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;outline:none;text-align:center;width:100%}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk .HasTags_Wrapper__20SWD button{background:#e9edf9;background:var(--pink2);border:none;color:#1b47c1;color:var(--pink1);cursor:pointer;font-family:Poppins;font-size:1.39rem;font-style:normal;font-weight:500;height:100%;line-height:123.4%;min-width:6.3rem;text-align:center}@media(max-width:500px){.HasTags_HasTags__WWT1c{flex-direction:column;justify-content:end}.HasTags_HasTags__WWT1c .HasTags_Right__InPIk{gap:2rem;margin-top:4rem;width:100%}}.Items_info-container__vx7qv{background:#fff;border-radius:.9rem;display:flex;justify-content:space-between;min-height:8.7rem;padding:.89rem 3.6rem .89rem 2.5rem;width:38rem}.Items_info-container__vx7qv .Items_subject__\+WdTI .Items_heading__pIewA{color:#959595;font-size:1.49rem;font-weight:500;line-height:2.1rem;margin-bottom:1rem}.Items_info-container__vx7qv .Items_subject__\+WdTI .Items_content__PXtVs{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:1.79rem;font-weight:500;line-height:2.5rem;overflow:hidden;text-overflow:ellipsis}.Items_info-container__vx7qv .Items_action__LXXOl{background:#0000;border:none;color:#1b47c1;font-size:1.49rem;font-weight:500;line-height:2.1rem}@media screen and (max-width:431px){.Items_info-container__vx7qv{width:100%}}.Modal_backdrop__oLbCk{background-color:#00000047;height:100vh;left:0;overflow:hidden;position:fixed;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:25}.Modal_modal__G6FTi{padding:5rem;position:fixed;z-index:20}.Deactivate_overlay__YXUQ0{background-color:#e7e9fe;background-color:#fff;box-shadow:0 2px 8px #00000040;left:50%;padding:7.1rem 36.9rem 7rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:121rem}.Deactivate_BackButton__HIBP2{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:30rem;top:15rem;transition:all .3s ease-in-out;z-index:10}.Deactivate_BackButton__HIBP2:hover{transform:scale(1.1)}.Deactivate_BackButton__HIBP2 img{background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG{display:flex;flex-direction:column;height:100%;width:100%}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_text__UB6tD h2{color:#444;font-size:3.1rem;font-weight:500;line-height:4.8rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_text__UB6tD p{color:#999;font-size:1.1rem;font-weight:400;line-height:1.5rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg{align-items:center;display:flex;justify-content:space-between;margin-bottom:3.8rem;margin-top:2.2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg .Deactivate_input__MPUj2{background:#0000;border:none;color:#444;cursor:pointer;font-size:1.1rem;font-weight:400;line-height:1.5rem;padding:1rem;text-align:center;transition:all .2s ease-in-out;width:11.8rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg .Deactivate_input__MPUj2:hover{background:#f135354d}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg .Deactivate_input-active__uoSUj{background:#f1353521;border:none;color:#fe5151;cursor:pointer;font-size:1.1rem;font-weight:500;line-height:1.5rem;padding:1rem;text-align:center;width:11.8rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_address-section__zpskB .Deactivate_address__jczVl{display:flex;flex-direction:column}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG label{color:#444;font-size:1.4rem;font-weight:500;line-height:2.2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_address-section__zpskB input{background:#f2f2f2;border:none;border-radius:10px;color:#aaa;font-size:.68rem;font-weight:500;line-height:1rem;margin:.5rem 0;overflow:hidden;padding:1rem;width:26rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_info__YPpbN{display:flex;flex-direction:column;gap:1rem;margin-bottom:3.1rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_info__YPpbN input{background:#f2f2f2;border:none;border-radius:10px;color:#000;font-size:1.6rem;font-weight:500;line-height:2.5rem;margin:.5rem 0;overflow:hidden;padding:1.5rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN{display:flex;flex-direction:column;margin-top:1rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN .Deactivate_btn__IrX0c{background-color:#fe5151;background-color:#c774bd;border:none;border-radius:1rem;color:#fff;cursor:pointer;filter:drop-shadow(0,5.87px,29.35px rgba(0,0,0,.25));font-size:2rem;font-weight:500;line-height:3rem;padding:2rem;transition:all .2s ease-in-out}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN .Deactivate_btn__IrX0c:hover{background-color:var(--pink1)}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN .Deactivate_btn__IrX0c:disabled{background-color:#444;cursor:default}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN .Deactivate_link__Zi8T4{background:none;border:none;color:#444;width:20rem}@media screen and (max-width:1200px){.Deactivate_overlay__YXUQ0{height:100vh;padding:4rem 4.9rem;width:100vw}.Deactivate_overlay__YXUQ0 .Deactivate_header__X68Gy{align-items:center;display:flex;justify-content:space-between;margin-bottom:5rem}.Deactivate_overlay__YXUQ0 .Deactivate_header__X68Gy img:nth-child(2){background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_text__UB6tD h2{font-weight:600;line-height:7.2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_text__UB6tD p{color:#000;font-size:1.5rem;font-weight:500}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg{gap:1rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg .Deactivate_input__MPUj2{font-size:1.5rem;font-weight:400;padding:2rem;width:100%}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_duration__vEFdg .Deactivate_input-active__uoSUj{font-size:1.5rem;padding:2rem;width:100%}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG label{color:#000;font-size:1.5rem;font-weight:500}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_info__YPpbN{gap:1.5rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_info__YPpbN input{border-radius:10px;font-size:2rem;padding:2.5rem 2rem}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG span{color:#444}.Deactivate_overlay__YXUQ0 .Deactivate_form__6VqDG .Deactivate_actions__4FnGN .Deactivate_btn__IrX0c{box-shadow:0 0 2rem 3px #00000040;font-size:2rem;margin-bottom:5rem;padding:3rem;width:100%}}.Terms\&Condition_outerDiv__j0J\+Y{align-items:center;display:flex;height:100vh;justify-content:center}.Terms\&Condition_overlay__qIkYO{align-items:start;background-color:#fff;border-radius:1rem;display:flex;gap:4rem;height:100%;margin-bottom:2rem;overflow-y:scroll;padding:6rem 12rem 9rem 9.9rem;scrollbar-width:none;width:90%}.Terms\&Condition_overlay__qIkYO::-webkit-scrollbar{width:.5rem}.Terms\&Condition_overlay__qIkYO::-webkit-scrollbar-thumb{background:#020eff;border-radius:2rem}.Terms\&Condition_BackButton__9kVVE{display:flex}.Terms\&Condition_BackButton__9kVVE button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:1.5rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Terms\&Condition_BackButton__9kVVE button:hover{background-color:var(--pink1);color:#fff;font-size:1.8rem;transform:scale(1.1)}.Terms\&Condition_BackButton__9kVVE svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.Terms\&Condition_BackButton__9kVVE svg:hover{font-size:2.5rem}.Terms\&Condition_overlay__qIkYO h2{color:#444;font-size:4.2rem;font-weight:600;line-height:6.3rem;margin-bottom:2.5rem}.Terms\&Condition_overlay__qIkYO article{color:#999;font-size:1.7rem;font-weight:400;line-height:3.3rem;text-align:justify;p{color:#999;font-size:1.7rem;font-weight:400;line-height:3.3rem;margin-bottom:1rem;text-align:justify}.Terms\&Condition_li__NXfSs{margin-bottom:1rem}.Terms\&Condition_h6__HolAZ,.Terms\&Condition_li__NXfSs{color:#999;font-size:2.2rem;font-weight:600;line-height:3.3rem;text-align:justify;text-transform:capitalize}.Terms\&Condition_h6__HolAZ{margin-bottom:2rem;margin-top:5rem;text-align:center}}.Terms\&Condition_padding__2PfGv{padding-left:5rem}@media screen and (max-width:1200px){.Terms\&Condition_overlay__qIkYO{background-color:#fff;height:100vh;left:auto;padding:3rem 3.9rem 0 4.5rem;top:auto;transform:translate(0);width:100vw}.Terms\&Condition_overlay__qIkYO .Terms\&Condition_header__I4CsY{align-items:center;display:flex;justify-content:space-between;margin-bottom:5rem}.Terms\&Condition_overlay__qIkYO .Terms\&Condition_header__I4CsY img:nth-child(2){background-color:#3a0dbb;border-radius:5px;padding:1rem 2rem}}.Button_button__y7Jw5{background:#f2f2f2;border:1px solid #ccc;border-radius:1rem;color:#ccc;cursor:pointer;font:inherit;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1.9rem 3rem}.Button_button__y7Jw5:active,.Button_button__y7Jw5:hover{background:#3a0dbb;border:1px solid #3a0dbb}.TwoWayVerification_overlay__69wNw{background-color:#fff;box-shadow:0 2px 8px #00000040;display:flex;flex-direction:column;height:80vh;left:50%;padding:8rem 3.9rem 0 5.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:70%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_container__I-R9V h2{color:#000;font-family:Poppins;font-size:2.7rem;font-weight:600;line-height:3.7rem;position:relative;text-align:center}.TwoWayVerification_overlay__69wNw .TwoWayVerification_container__I-R9V p{color:#959595;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:2rem;margin-top:1rem;margin-inline:auto;text-align:center;width:50%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao{border-radius:2.9rem;display:flex;filter:drop-shadow(14.2239px 14.2239px 21.3359px rgba(17,17,17,.15));flex-direction:column;gap:2rem;margin:5rem 0;padding:3.5rem 1.7rem 0 1.89rem;width:100%}.TwoWayVerification_BackButton__xdFS9{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:0;top:0;transition:all .3s ease-in-out;z-index:10}.TwoWayVerification_BackButton__xdFS9:hover{transform:scale(1.1)}.TwoWayVerification_BackButton__xdFS9 img{background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_text__aWXVh .TwoWayVerification_heading__YzzBG{color:#444;font-size:3.21rem;font-weight:500;line-height:4.8rem;margin-bottom:.89rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_text__aWXVh .TwoWayVerification_sub-text__QKxYO{color:#999;font-size:1.45rem;font-weight:400;line-height:2.2rem;margin-bottom:2rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao label{color:#444;font-size:2rem;font-weight:500;line-height:3rem;margin-bottom:1rem;text-align:center}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_input__JVq0b{align-items:center;display:flex;justify-content:space-evenly;margin-bottom:3rem;margin-inline:auto;width:60%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_input__JVq0b .TwoWayVerification_input-box__QqaRB{background-color:#fdfdfd;border:none;border-radius:1.2rem;cursor:pointer;font-size:2.5rem;height:5.5rem;text-align:center;width:5.7rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_actions__JMaBU{align-items:center;display:flex;flex-direction:column}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_actions__JMaBU .TwoWayVerification_btn__FTQV0{background-color:#3a0dbb;background-color:var(--pink1);border:none;color:#fff;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:1.7rem;line-height:2.6rem;margin-bottom:4rem;padding:1rem;width:50%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_actions__JMaBU .TwoWayVerification_text2__p77au{color:#444;font-size:2rem;font-weight:500;line-height:3rem;margin-bottom:3rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_actions__JMaBU .TwoWayVerification_text2__p77au span{color:#3a0dbb;font-size:2rem;font-weight:500;line-height:3rem;margin-left:1rem}@media screen and (max-width:1200px){.TwoWayVerification_overlay__69wNw{border-radius:13px 13px 0 0;bottom:-50vh;display:flex;flex-direction:column;left:auto;padding:7rem 3rem;top:auto;transform:translateY(-50vh);transition:all 1s ease-in-out;width:100%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_container__I-R9V{align-items:start}.TwoWayVerification_overlay__69wNw .TwoWayVerification_container__I-R9V h2{font-size:3.5rem;text-align:start;width:100%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_container__I-R9V p{font-size:2rem;margin:2rem 0 0;text-align:start;width:100%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_header__EDpqc{align-items:center;display:flex;justify-content:space-between;margin-bottom:5rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_header__EDpqc img:nth-child(2){background-color:#fff;border-radius:5px;padding:1rem 2rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao{padding-inline:0}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_FormHeader__\+Q2o-{border:1px solid var(--pink1);border-radius:1rem;margin-bottom:4rem;padding:3.5rem 2.5rem}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_FormHeader__\+Q2o- label{font-size:3rem;font-weight:500}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_input__JVq0b{justify-content:space-between;margin:4rem 0;width:100%}.TwoWayVerification_overlay__69wNw .TwoWayVerification_form__BQMao .TwoWayVerification_actions__JMaBU .TwoWayVerification_btn__FTQV0{background-color:var(--pink1);border:none;box-shadow:0 0 2rem 3px #00000040;color:#fff;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:2rem;line-height:2.6rem;margin-bottom:4rem;padding:2.5rem 2rem;width:100%}}.UpdateAddress_overlay__5TxWK{background-color:#fff;box-shadow:0 2px 8px #00000040;left:50%;padding:8.3rem 13.9rem 5rem 17rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:121rem}.UpdateAddress_BackButton__k43QD{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:-10rem;top:1rem;transition:all .3s ease-in-out;z-index:10}.UpdateAddress_BackButton__k43QD:hover{transform:scale(1.1)}.UpdateAddress_BackButton__k43QD img{background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3{display:flex;flex-direction:column;height:100%;width:100%}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_text__-2i2J h2{color:#444;font-size:4.2rem;font-weight:600;line-height:6.3rem;position:relative}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_text__-2i2J p{color:#999;font-size:2.2rem;font-weight:400;line-height:3.3rem;margin-bottom:4.1rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_address-section__fDk4w{display:flex;gap:1.8rem;margin-bottom:3.4rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_address-section__fDk4w .UpdateAddress_address__zNQku{display:flex;flex:1 1;flex-direction:column;gap:1.6rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 label{color:#444;font-size:1.4rem;font-weight:500;line-height:2.1rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_address-section__fDk4w input{background:#f2f2f2;background-color:var(--pink2);border:none;border-radius:10px;color:#000;font-size:1.16rem;font-weight:500;line-height:1.8rem;overflow:hidden;padding:1.7rem 1.9rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h{display:flex;gap:.8rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj{display:flex;flex-direction:column;gap:.5rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:first-child{width:15rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(2){width:21.4rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(3){width:20.2rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(4){width:14.7rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj input{background:#f2f2f2;background-color:var(--pink2);border:none;border-radius:10px;color:#000;font-size:1.16rem;font-weight:500;line-height:1.8rem;margin:.5rem 0;overflow:hidden;padding:1.7rem 1.9rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU{display:flex;flex-direction:column;margin-top:6rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_btn__F0Ym4{background-color:#3a0dbb;background-color:var(--pink1);border:none;border-radius:1rem;color:#fff;cursor:pointer;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:1.4rem;font-weight:500;line-height:2.1rem;margin-bottom:1rem;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_btn__F0Ym4:hover{background-color:#1c0068;background-color:var(--pink3)}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_btn__F0Ym4:disabled{background-color:#444;cursor:default}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_link__AAGZQ{background:none;border:none;border-radius:1rem;color:#444;cursor:pointer;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_link__AAGZQ:hover{background-color:#97979792}@media screen and (max-width:1200px){.UpdateAddress_overlay__5TxWK{border-radius:13px 13px 0 0;bottom:-50vh;left:auto;padding:3rem;top:auto;transform:translateY(-50vh);transition:all 1s ease-in-out;width:100%}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_address-section__fDk4w{flex-direction:column}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_address-section__fDk4w input{border-radius:12px;font-size:2rem;padding:2.5rem 2rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 label{font-size:2rem;font-weight:600}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h{display:flex;flex-direction:column}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_doubleInfoContainer1__maE-Z{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_doubleInfoContainer2__gLbIV{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:first-child,.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(2),.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(3),.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj:nth-child(4){width:100%}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_other-info__S5z4h .UpdateAddress_info__SAKzj input{font-size:1.5rem;padding:2.5rem 2rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU{margin-top:4rem}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_btn__F0Ym4{box-shadow:0 0 2rem 3px #00000040;font-size:2rem;margin-bottom:5rem;padding:3rem;width:100%}.UpdateAddress_overlay__5TxWK .UpdateAddress_form__wL0y3 .UpdateAddress_actions__NAmgU .UpdateAddress_link__AAGZQ{opacity:.7;width:100%}}.Update_overlay__6HU6i{background-color:#fff;box-shadow:0 2px 8px #00000040;left:50%;padding:7rem 31.2rem 10rem 30.4rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:121rem}.Update_BackButton__BePIh{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:-15rem;top:1rem;transition:all .3s ease-in-out;z-index:10}.Update_BackButton__BePIh:hover{transform:scale(1.1)}.Update_BackButton__BePIh img{background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.Update_form__\+fZpX{display:flex;flex-direction:column;height:100%;width:100%}.Update_overlay__6HU6i h2{color:#444;font-size:3.5rem;font-weight:600;line-height:6.3rem;margin-bottom:1.5rem;position:relative}.Update_overlay__6HU6i p{color:#999;font-size:1.8rem;font-weight:400;line-height:2.5rem;margin-bottom:2.3rem}.Update_overlay__6HU6i label{color:#444;font-size:2.2rem;font-weight:500;line-height:3.3rem;margin-bottom:3.5rem}.Update_overlay__6HU6i input{line-height:1.8rem}.Update_overlay__6HU6i input,.Update_overlay__6HU6i textarea{background:#f2f2f2;background:var(--pink2);border:none;border-radius:1rem;color:#000;font-size:1.5rem;font-weight:500;margin-bottom:4.2rem;outline:none;padding:1.7rem 0 1.5rem 1.9rem;width:100%;width:58.6rem}.Update_overlay__6HU6i textarea{height:20rem;line-height:2.5rem;resize:none}.Update_overlay__6HU6i input[type=date]{cursor:pointer;padding-right:2rem;-webkit-user-select:none;user-select:none}.Update_overlay__6HU6i .Update_actions__EEaWj{align-items:center;display:flex;flex-direction:column}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_btn__XY9P\+{background-color:#3a0dbb;background-color:var(--pink3);border:none;border-radius:1rem;color:#fff;cursor:pointer;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:1.4rem;line-height:2.1rem;margin-bottom:4rem;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_btn__XY9P\+:hover{background-color:#1c0068;background-color:var(--pink1)}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_btn__XY9P\+:disabled{background-color:#444;cursor:default}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_link__takRj{background:none;border:none;border-radius:1rem;color:#444;cursor:pointer;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_link__takRj:hover{background-color:hsla(0,0%,59%,.573)}@media screen and (max-width:1200px){.Update_overlay__6HU6i{border-radius:13px 13px 0 0;bottom:-50vh;left:auto;padding:7rem 3rem;top:auto;transform:translateY(-50vh);transition:all 1s ease-in-out;width:100%}.Update_overlay__6HU6i h2{margin-bottom:1.5rem}.Update_overlay__6HU6i p{margin-bottom:5.3rem}.Update_overlay__6HU6i label{font-size:3rem;font-weight:600}.Update_overlay__6HU6i input{font-size:2.5rem;margin-bottom:2.2rem;padding:2.5rem 2rem;width:100%}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_btn__XY9P\+{box-shadow:0 0 2rem 3px #00000040;font-size:2rem;padding:3rem;width:100%}.Update_overlay__6HU6i .Update_actions__EEaWj .Update_link__takRj{opacity:.7}}.UpdateName_overlay__RqLeY{background-color:#fff;box-shadow:0 2px 8px #00000040;left:50%;padding:8.7rem 31.2rem 10rem 30.4rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:121rem}.UpdateName_form__eUrKi{display:flex;flex-direction:column;height:100%;width:100%}.UpdateName_BackButton__FruJF{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:-15rem;top:1rem;transition:all .3s ease-in-out;z-index:10}.UpdateName_BackButton__FruJF:hover{transform:scale(1.1)}.UpdateName_BackButton__FruJF img{background-color:#3a0dbb;background-color:var(--pink1);border-radius:5px;padding:1rem 2rem}.UpdateName_overlay__RqLeY h2{color:#444;font-size:4.2rem;font-weight:600;line-height:6.3rem;margin-bottom:3.5rem;position:relative}.UpdateName_overlay__RqLeY p{color:#999;font-size:2.2rem;font-weight:400;line-height:3.3rem;margin-bottom:2.3rem}.UpdateName_overlay__RqLeY label{color:#444;font-size:2.2rem;font-weight:500;line-height:3.3rem;margin-bottom:3.5rem}.UpdateName_overlay__RqLeY input{background:#f2f2f2;background-color:var(--pink2);border:none;border-radius:1rem;color:#000;font-size:1.5rem;font-weight:500;line-height:1.8rem;margin-bottom:4.2rem;outline:none;padding:1.7rem 0 1.5rem 1.9rem;width:100%;width:58.6rem}.UpdateName_overlay__RqLeY input[type=date]{cursor:pointer;padding-right:2rem;-webkit-user-select:none;user-select:none}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl{align-items:center;display:flex;flex-direction:column}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_btn__S3tvY{background-color:#3a0dbb;background-color:var(--pink1);border:none;border-radius:1rem;color:#fff;cursor:pointer;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:1.4rem;line-height:2.1rem;margin-bottom:4rem;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_btn__S3tvY:hover{background-color:#1c0068;background-color:var(--pink3)}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_btn__S3tvY:disabled{background-color:#444;cursor:default}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_link__Q9ISS{background:none;border:none;border-radius:1rem;color:#444;cursor:pointer;padding:1.9rem 3rem;transition:all .2s ease-in-out;width:36.7rem}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_link__Q9ISS:hover{background-color:#97979792}@media screen and (max-width:1200px){.UpdateName_overlay__RqLeY{border-radius:13px 13px 0 0;bottom:-50vh;left:auto;padding:7rem 3rem;top:auto;transform:translateY(-50vh);transition:all 1s ease-in-out;width:100%}.UpdateName_overlay__RqLeY h2{margin-bottom:1.5rem}.UpdateName_overlay__RqLeY p{margin-bottom:5.3rem}.UpdateName_overlay__RqLeY label{font-size:3rem;font-weight:600}.UpdateName_overlay__RqLeY input{font-size:2.5rem;margin-bottom:2.2rem;padding:2.5rem 2rem;width:100%}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_btn__S3tvY{box-shadow:0 0 2rem 3px #00000040;font-size:2rem;padding:3rem;width:100%}.UpdateName_overlay__RqLeY .UpdateName_actions__Kbwsl .UpdateName_link__Q9ISS{opacity:.7}}.Verification_overlay__3D32p{background-color:#fff;box-shadow:0 2px 8px #00000040;left:50%;padding:13rem 31.2rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:121rem}.Verification_overlay__3D32p .Verification_form__SMEZa{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_text__q66HL{align-items:center;display:flex;flex-direction:column;gap:2.3rem;margin-bottom:2.3rem}.Verification_overlay__3D32p .Verification_form__SMEZa h2{color:#444;font-size:4.2rem;font-weight:600;line-height:6.3rem}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_text__q66HL p{color:#999;font-size:2.2rem;font-weight:400;line-height:3.3rem;text-align:center}.Verification_overlay__3D32p .Verification_form__SMEZa label{color:#444;font-size:2.2rem;font-weight:500;line-height:3.3rem;margin-bottom:2.3rem;text-align:center}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_input__Tkftc{align-items:center;display:flex;gap:1rem;margin-bottom:4.6rem}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_input__Tkftc .Verification_input-box__JKhZh{background-color:#eee;border:none;border-radius:10px;font-size:2.5rem;height:5rem;padding:.5rem;text-align:center;width:5rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_actions__WBLuO{align-items:center;display:flex;flex-direction:column;width:36.7rem}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_actions__WBLuO .Verification_btn__OrnYP{background-color:#3a0dbb;border:none;color:#fff;filter:drop-shadow(0,4.07px,20.35px rgba(0,0,0,.25));font-size:1.4rem;line-height:2.1rem;margin-bottom:2rem;width:100%}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_actions__WBLuO .Verification_text2__RpwL7{color:#444;font-size:1.6rem;font-weight:500;line-height:2.4rem}.Verification_overlay__3D32p .Verification_form__SMEZa .Verification_actions__WBLuO .Verification_text2__RpwL7 span{color:#3a0dbb;font-size:1.6rem;font-weight:500;line-height:2.4rem;margin-left:.5rem}.SecurityItem2_info-container__JYu2X{align-items:center;background:#fff;border-radius:.9rem;display:flex;flex:0 0 40rem;justify-content:space-between;min-height:8.7rem;padding:1.3rem 2.4rem .89rem 2.5rem;width:40rem!important}@media screen and (max-width:1200px){.SecurityItem2_info-container__JYu2X{width:100%}}.SecurityItem2_info-container__JYu2X .SecurityItem2_subject__2es7H{display:flex;flex-direction:column;gap:.3rem}.SecurityItem2_info-container__JYu2X .SecurityItem2_subject__2es7H .SecurityItem2_heading__2hgAu{font-family:Poppins;font-size:1.72rem;font-style:normal;font-weight:500;line-height:138.4%}.SecurityItem2_info-container__JYu2X .SecurityItem2_subject__2es7H .SecurityItem2_content__5HEdp{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#959595;display:-webkit-box;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:138.4%;overflow:hidden;text-overflow:ellipsis}.SecurityItem2_info-container__JYu2X .SecurityItem2_Right__zFnr\+{align-items:center;display:flex;gap:3.1rem}.SecurityItem2_info-container__JYu2X .SecurityItem2_Right__zFnr\+ .SecurityItem2_action__SaLGG{background:#0000;border:none;color:#1b47c1;font-size:1.49rem;font-weight:500;line-height:2.1rem}.Security_container__ZWAdC{-ms-overflow-style:none;background-color:var(--bg-color);height:100%;overflow:hidden;overflow-y:scroll;padding:2rem 5rem 5rem;scrollbar-width:none;width:100%}.Security_container__ZWAdC::-webkit-scrollbar{display:none}.Security_container__ZWAdC .Security_header__BvA38{align-items:center;display:flex;height:6rem;justify-content:space-between;padding-right:10rem}.Security_container__ZWAdC .Security_header__BvA38 p{color:#000;font-size:4.2rem;font-weight:600;line-height:5.8rem}.Security_container__ZWAdC .Security_header__BvA38 button{background:#0000;border:none;cursor:pointer;padding:1rem}.Security_container__ZWAdC .Security_Security__BzJVl{align-items:start;display:flex;gap:4rem}.Security_container__ZWAdC .Security_Security__BzJVl .Security_BackButton__DK3xs{display:flex}.Security_container__ZWAdC .Security_Security__BzJVl .Security_BackButton__DK3xs button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:1rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Security_container__ZWAdC .Security_Security__BzJVl .Security_BackButton__DK3xs button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.Security_container__ZWAdC .Security_Security__BzJVl .Security_BackButton__DK3xs button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.Security_container__ZWAdC .Security_Security__BzJVl .Security_BackButton__DK3xs button:hover svg{fill:#fff;font-size:2.5rem}.Security_container__ZWAdC .Security_main-content__4ZrvO,.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63{grid-row-gap:3rem;display:grid}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 .Security_heading__1\+zI6{color:var(--text-color);font-size:3rem;font-weight:600;line-height:3rem}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 .Security_subheading__wkaP0{color:var(--text-color);font-size:1.5rem;font-weight:600;line-height:3rem}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 ul{column-gap:.9rem;display:flex;flex-wrap:wrap;row-gap:1.8rem;width:100%}@media screen and (max-width:1200px){.Security_container__ZWAdC{background-color:var(--bg-color);padding:2rem 4rem}.Security_container__ZWAdC .Security_Security__BzJVl{padding:0}.Security_container__ZWAdC .Security_header__BvA38{height:-moz-fit-content;height:fit-content;padding-right:0}.Security_container__ZWAdC .Security_header__BvA38 .Security_LeftContainerTop__akH1y{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;width:100%}.Security_container__ZWAdC .Security_header__BvA38 .Security_LeftContainerTop__akH1y .Security_SettingText__lLql\+{color:#000;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:600;line-height:6.1rem;margin-bottom:3.7rem;margin-top:4rem}.Security_container__ZWAdC .Security_header__BvA38 .Security_LeftContainerTop__akH1y img{background-color:#3a0dbb;border-radius:5px;padding:1rem 2rem}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 .Security_heading__1\+zI6{margin-bottom:2rem}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 .Security_subheading__wkaP0{font-size:2rem}}@media screen and (max-width:700px){.Security_container__ZWAdC{padding:2rem}.Security_container__ZWAdC .Security_main-content__4ZrvO .Security_info__-pv63 .Security_subheading__wkaP0{font-size:1.5rem}}.SecurityItem_info-container__1M5ra{align-items:center;background:#fff;border-radius:.9rem;display:flex;height:8.7rem;justify-content:space-between;padding:1.3rem 2.4rem 0 2.5rem;width:38rem}.SecurityItem_info-container__1M5ra .SecurityItem_subject__\+w0ri{grid-row-gap:.2rem;display:grid}.SecurityItem_info-container__1M5ra .SecurityItem_subject__\+w0ri .SecurityItem_heading__8Dio1{color:#000;font-size:1.72rem;font-weight:600;line-height:2.4rem}.SecurityItem_info-container__1M5ra .SecurityItem_subject__\+w0ri .SecurityItem_content__dlnFP{color:#959595;font-size:1.1rem;font-weight:400;line-height:1.6rem;width:20rem}.SecurityItem_deactive__E\+glp{background-color:red}.SecurityItem_deactive__E\+glp .SecurityItem_subject__\+w0ri .SecurityItem_content__dlnFP,.SecurityItem_deactive__E\+glp .SecurityItem_subject__\+w0ri .SecurityItem_heading__8Dio1{color:#fff}@media screen and (max-width:431px){.SecurityItem_info-container__1M5ra{width:100%}}.BlockedUser_Container__7J1Xs{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.BlockedUser_Container__7J1Xs::-webkit-scrollbar{display:none}.BlockedUser_BlockedUser__Tz4nh{display:flex;gap:4rem;justify-content:center;padding-inline:8rem}.BlockedUser_BlockedUser__Tz4nh .BlockedUser_BackButton__9ZCh7{display:flex}.BlockedUser_BlockedUser__Tz4nh .BlockedUser_BackButton__9ZCh7 button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.BlockedUser_BlockedUser__Tz4nh .BlockedUser_BackButton__9ZCh7 button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.BlockedUser_BlockedUser__Tz4nh .BlockedUser_BackButton__9ZCh7 button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.BlockedUser_BlockedUser__Tz4nh .BlockedUser_BackButton__9ZCh7 button:hover svg{fill:#fff;font-size:2.5rem}.BlockedUser_BlockedUserCont__UiIQp{display:flex;gap:6.9rem;justify-content:center}.BlockedUser_LeftBlockedUserContainer__N-7T-{flex-basis:100%;font-size:1rem;height:100%;padding:0 1rem 3rem 0;position:relative}.BlockedUser_LeftBlockedUserContainer__N-7T-::-webkit-scrollbar{display:none}.BlockedUser_BlockedUserText__9RIqq{color:#000;color:var(--pink1);font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;line-height:5.8rem;margin-bottom:1.2rem;padding-top:2rem;top:0;width:100%}.BlockedUser_BlockedUserDetail__srExj{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.5rem;margin-bottom:3.7rem}.BlockedUser_BlockedUserSearch__-CqRZ{--webkit-overflow-scrolling:touch;display:flex;flex-direction:column;height:100%;overflow-y:scroll;scrollbar-width:none}.BlockedUser_BlockUserBox__i\+5cP{align-items:center;background:#f5f5f5;box-shadow:2px 2px 6px 1px #0000001a;display:flex;height:9.7rem;justify-content:space-between;margin-bottom:1.9rem;padding:0 2.7rem 0 1.4rem;width:98%}.BlockedUser_BlockBoxLeft__2rFZ6{align-items:center;display:flex;gap:2.5rem}.BlockedUser_BlockBoxLeft__2rFZ6 img{border-radius:50%;height:7.2rem;width:7.2rem}.BlockedUser_BlockBoxLeft__2rFZ6 div h5{color:#000;font-family:Poppins;font-size:2.2rem;font-style:normal;font-weight:500;line-height:3rem}.BlockedUser_BlockBoxLeft__2rFZ6 div p{color:#4a4a4a;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:1.9rem}.BlockedUser_BlockUserBox__i\+5cP button{background:#0000;border:none;color:#3a0dbb;cursor:pointer;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.9rem;outline:none;padding:.5rem 1rem}.BlockedUser_RightBlockedUserContainer__x1O4h{display:flex;flex-basis:100%;flex-direction:column;font-size:1rem;height:100%;position:relative}.BlockedUser_RightBlockedUserContainer__x1O4h::-webkit-scrollbar{display:none}.BlockedUser_LeftArrow__-gEbG{align-items:center;background:#3a0dbb;border-radius:1.39rem;cursor:pointer;display:flex;height:7.2rem;justify-content:center;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:7.5rem}.BlockedUser_LeftArrow__-gEbG:hover{background:#280b79}.BlockedUser_Note__DCNxM{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:600;line-height:3.9rem;margin-bottom:1.7rem;margin-top:11rem}.BlockedUser_NoteText__o7a54{color:#403f3f;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.5rem;margin-bottom:5.4rem}.BlockedUser_BlockedPagesText__CBimi{color:#000;font-family:Poppins;font-size:2.8rem;font-style:normal;font-weight:600;line-height:3.9rem;margin-bottom:2.8rem}.BlockedUser_BlockPageContainer__GR-H9{height:60%;overflow-y:scroll;padding-bottom:3rem;scrollbar-width:none;width:100%}.BlockedUser_BlockPageContainer__GR-H9::-webkit-scrollbar{display:none}@media screen and (max-width:1200px){.BlockedUser_RightBlockedUserContainer__x1O4h{padding:0 6rem}.BlockedUser_Note__DCNxM{margin-top:4rem}.BlockedUser_BlockPageContainer__GR-H9{height:80%}.BlockedUser_BlockUserBox__i\+5cP{align-items:center;background:#0000;border:.5px solid #280b79;border-radius:12px;box-shadow:none;display:flex;height:13rem;justify-content:space-between;margin-bottom:1.9rem;padding:0 2.7rem 0 1.4rem;width:98%}.BlockedUser_BlockBoxLeft__2rFZ6 img{border-radius:50%;height:9rem;width:9rem}.BlockedUser_BlockUserBox__i\+5cP .BlockedUser_blockedStatusButton__HrXLC{background:rgba(132,152,209,.278);border-radius:4px;color:#280b79;padding:1.5rem 3rem;text-align:center;width:12rem}.BlockedUser_BlockUserBox__i\+5cP .BlockedUser_blockStatusButton__1VpMP{background:#1b47c1;border-radius:4px;color:#fff;padding:1.5rem 3rem;text-align:center;width:12rem}}.FollowList_Container__EHDaK{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.FollowList_Container__EHDaK::-webkit-scrollbar{display:none}.FollowList_FollowList__Rd7hw{display:flex;gap:8.4rem;justify-content:center}.FollowList_LeftFollowListContainer__35eNy,.FollowList_RightFollowListContainer__rs8If{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:62rem}.FollowList_SearchContainer__XrFRR{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.3rem;margin-top:10rem;overflow:hidden;padding:.3rem 5rem .3rem .3rem}.FollowList_SearchContainer__XrFRR h4{color:#000;font-family:Inter;font-size:1.95rem;font-style:normal;font-weight:500;line-height:2.4rem;text-transform:uppercase}.FollowList_search__grzBC{align-items:center;display:flex;height:3.5rem;width:30rem}.FollowList_search__grzBC input{background:#0000;border:none;height:100%;padding:0 1rem;transform:translateX(35rem);transition:all .2s ease-in;width:100%}.FollowList_search__grzBC.FollowList_ActiveSearch__xHfP\+ input{transform:translateX(0)}.FollowList_SearchContainer__XrFRR img{cursor:pointer}.FollowList_ListContainer__lfPGL{height:100%;overflow-y:scroll;padding-bottom:3rem;scrollbar-width:none;width:100%}.FollowList_ListContainer__lfPGL::-webkit-scrollbar{display:none}.FollowList_FollowBox__MiCVn{align-items:center;background:#e7e9fe;border:1.95163px solid #afb6fd;border-radius:19.5163px;display:flex;height:13.27rem;justify-content:space-between;margin-bottom:1.36rem;padding:0 2rem;width:100%}.FollowList_FollowLeft__chpc3{align-items:center;display:flex;gap:2.34rem}.FollowList_FollowLeft__chpc3 img{border-radius:50%;height:9.4rem;width:9.4rem}.FollowList_FollowLeft__chpc3 h5{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:600;line-height:3.8rem}.FollowList_FollowLeft__chpc3 p{color:#4a4a4a}.FollowList_FollowBox__MiCVn button,.FollowList_FollowLeft__chpc3 p{font-family:Poppins;font-size:1.95rem;font-style:normal;font-weight:500;line-height:2.7rem}.FollowList_FollowBox__MiCVn button{background:#1b47c1;border:none;border-radius:9.75813px;color:#fff;cursor:pointer;height:6.6rem;outline:none;transition:all .3s ease-in-out;width:15.3rem}.FollowList_FollowBox__MiCVn button.FollowList_active__3EzD3{background:#8498d147;color:#1b47c1;transition:all .3s ease-in-out}.FollowList_FollowBox__MiCVn button:hover{background:#8498d147;color:#1b47c1}.FollowList_loadingContainer__M9Ykk{align-items:center;display:flex;justify-content:center}.Privacy_Container__9ha9A{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Privacy_Container__9ha9A::-webkit-scrollbar{display:none}.Privacy_Privacy__zur3N{align-items:start;display:flex;gap:4.4rem;padding-inline:8rem}.Privacy_Privacy__zur3N .Privacy_BackButton__BblWI{display:flex}.Privacy_Privacy__zur3N .Privacy_BackButton__BblWI button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Privacy_Privacy__zur3N .Privacy_BackButton__BblWI button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.Privacy_Privacy__zur3N .Privacy_BackButton__BblWI button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.Privacy_Privacy__zur3N .Privacy_BackButton__BblWI button:hover svg{fill:#fff;font-size:2.5rem}.Privacy_PrivacyCont__JARhX{display:flex;gap:4.4rem;justify-content:center;width:100%}@media screen and (max-width:1200px){.Privacy_PrivacyCont__JARhX{display:block}}.Privacy_HeaderComponent__aCQ7d{align-items:center;display:flex;height:8rem;justify-content:space-between;padding-inline:2rem;width:100%}.Privacy_HeaderComponent__aCQ7d .Privacy_logoContainer__SoFz-{height:7rem}.Privacy_HeaderComponent__aCQ7d .Privacy_logoContainer__SoFz- a{display:block;height:100%;width:100%}.Privacy_HeaderComponent__aCQ7d .Privacy_logoContainer__SoFz- a img{height:100%;width:30rem}.Privacy_HeaderComponent__aCQ7d .Privacy_HeaderBackButton__O8CuA{align-items:center;background-color:var(--pink1);border-radius:2rem;display:flex;height:6.5rem;justify-content:center;width:8rem}.Privacy_HeaderComponent__aCQ7d .Privacy_HeaderBackButton__O8CuA button{all:unset}.Privacy_HeaderComponent__aCQ7d .Privacy_HeaderBackButton__O8CuA svg{color:#fff;font-size:3rem}.Privacy_LeftPrivacyContainer__LWilT{flex-basis:100%;font-size:1rem;height:100%;position:relative;width:100%}@media screen and (max-width:426px){.Privacy_LeftPrivacyContainer__LWilT{padding-left:2rem;padding-right:2rem}}.Privacy_TopLeftContainer__5rxt7{display:flex;justify-content:space-between}.Privacy_PrivacyText__5\+cHD{color:var(--text-color);font-family:Poppins;font-size:4.4rem;font-style:normal;font-weight:600;line-height:6.1rem;margin-bottom:5.3rem;margin-top:1rem}.Privacy_PrivateAccountBox__Ag292{align-items:center;background-color:var(--tab-background);border-radius:1rem;display:flex;gap:2.8rem;justify-content:space-between;margin-bottom:1.4rem;padding:2rem 3.8rem 2rem 2.4rem;width:100%}.Privacy_PrivateAccountBox__Ag292 h3{color:var(--text-color);font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.5rem}.Privacy_changePassword__asPxf{align-items:center;display:flex;gap:4rem}.Privacy_PrivateAccountBox__Ag292 p{color:var(--text-color);font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem}.Privacy_PrivateAccountBox__Ag292 button{background:#0000;border:none;cursor:pointer;outline:none;padding:.5rem 1rem}.Privacy_InteractionsText__n36jz{color:var(--text-color);font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem;margin-bottom:1.7rem;margin-top:1.6rem}.Privacy_InteractionsContainer__-TQJl{overflow-y:scroll;padding-bottom:3rem;scrollbar-width:none;width:100%}.Privacy_InteractionsContainer__-TQJl::-webkit-scrollbar{display:none;width:1rem}.Privacy_InteractionsContainer__-TQJl::-webkit-scrollbar-thumb{background:#959595;border-radius:1rem}.Privacy_InteractionsBox__j6Q2w{align-items:center;background:var(--tab-background);border-radius:1rem;cursor:pointer;display:flex;height:8.6rem;justify-content:space-between;margin-bottom:1.1rem;padding:0 3.6rem 0 4rem;transition:all .3s ease-in-out;width:100%}.Privacy_InteractionsBox__j6Q2w h3{color:var(--text-color);font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:500;line-height:2.5rem}.Privacy_InteractionsBox__j6Q2w p{color:var(--secondary);font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem}.Privacy_active__AM5PM{background:#3a0dbb;background:var(--pink1);color:#fff}.Privacy_active__AM5PM h3{color:#fff}.Privacy_active__AM5PM p{color:#eee}.Privacy_active__AM5PM svg path{fill:#fff}.Privacy_RightPrivacyContainer__QMs-4{flex-basis:105%;font-size:1rem;height:100%;margin:15rem auto auto;padding-right:2rem;position:relative}@media screen and (max-width:1200px){.Privacy_RightPrivacyContainer__QMs-4{margin-top:0}}.Privacy_LeftExpandableContainer__6hpUm{display:none}.Privacy_RightArrowDivLeft__u5ZBK,.Privacy_RightArrowDiv__bd5KF{cursor:pointer;padding:1rem;position:absolute;right:28rem;top:5rem}.Privacy_RightArrowDivLeft__u5ZBK{display:none}.Privacy_AllComponentRenders__qzc\+M{width:100%}@media screen and (max-width:426px){.Privacy_AllComponentRenders__qzc\+M{margin-bottom:2rem;margin-top:2rem}}.Privacy_CommentsBox__duN5r{background:var(--tab-background);border-radius:1rem;margin-bottom:2.4rem;padding:2.6rem 6.2rem 1rem 3.4rem;width:100%}.Privacy_CommentsBox__duN5r h1{color:var(--text-color);font-family:Poppins;font-size:2.76rem;font-style:normal;font-weight:600;line-height:3.8rem;margin-bottom:3.5rem}.Privacy_CommentsBox__duN5r p{color:var(--secondary);font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.2rem;margin-bottom:2.2rem}.Privacy_CommentsInnerBox__OEjFm{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.8rem}.Privacy_CommentsInnerBox__OEjFm:last-child{margin-bottom:0}.Privacy_CommentsInnerBox__OEjFm h3{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.2rem}.Privacy_Everyone__u693y{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.Privacy_Everyone__u693y h4{color:#3a0dbb;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:600;line-height:2.2rem;margin-right:2.2rem}.Privacy_Everyone__u693y path{fill:var(--secondary)}.Privacy_BlockCommentFrom__JFKjj p{color:var(--secondary);font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.2rem;width:22rem}.Privacy_AllowCommentsFrom__J-BqU{background:#fff;border-radius:1rem;padding:2.9rem 6.3rem .5rem 3.7rem;width:100%}.Privacy_AllowCommentsFrom__J-BqU h5{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem;margin-bottom:2.3rem}.Privacy_AllowCommentsBox__l3Zh2{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.Privacy_AllowCommentsBox__l3Zh2 p{color:#323232;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.9rem}.Privacy_AllowCommentsBox__l3Zh2 span{color:#959595;font-family:Poppins;font-size:.8rem;font-style:normal;font-weight:400;line-height:1.1rem}.Privacy_BlockCommentFromSearch__djahl{background:#fff;border-radius:1rem;height:16.4rem;margin-top:1.6rem;padding:3rem 7.4rem 0 3.7rem;width:100%}.Privacy_BlockCommentFromSearch__djahl p{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem;margin-bottom:2.2rem}.Privacy_BlockCommentFromSearch__djahl div{align-items:center;background:#f9f9f9;border:.6px solid #e6e6e6;border-radius:1rem;display:flex;height:3.9rem;padding:0 1.1rem;width:100%}.Privacy_BlockCommentFromSearch__djahl div img{height:1.2rem;margin-right:1.1rem;width:1.2rem}.Privacy_BlockCommentFromSearch__djahl div input{background:#0000;border:none;height:100%;outline:none;width:100%}.Privacy_PostContainerInner__dyNwZ{background:#fff;border-radius:1rem;height:22.3rem;padding:2.7rem 6.1rem 0 3.4rem;width:100%}.Privacy_PostContainerInner__dyNwZ h1{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:500;line-height:3.8rem;margin-bottom:2.5rem}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.8rem}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK h5{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:2.2rem}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK span{align-items:center;cursor:pointer;display:flex}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK span p{color:#3a0dbb;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.9rem;margin-bottom:0;margin-right:2.1rem}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK span path{fill:#959595}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK div{align-items:flex-start;display:flex;flex-direction:column}.Privacy_PostContainerInner__dyNwZ .Privacy_InnerDiv__akMNK div h6{color:#959595;font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.2rem;width:12.9rem}.Privacy_AllowTagFrom__-CTYn{background:#fff;border-radius:1rem;margin-top:1.15rem;padding:2.3rem 6.3rem 1rem 3.7rem;width:100%}.Privacy_AllowTagFrom__-CTYn h5{color:#959595;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.7rem;margin-bottom:2rem}.Privacy_Mentions__Dd-5Q{background:#fff;border-radius:1rem;padding:2.6rem 6.5rem 2rem 3.4rem;width:100%}.Privacy_Mentions__Dd-5Q h1{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:600;line-height:3.8rem;margin-bottom:.8rem}.Privacy_Mentions__Dd-5Q h2{color:#959595;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:1.9rem;margin-bottom:1.3rem}.Privacy_Emagz__3oCd1{background:#fff;border-radius:1rem;padding:2.6rem 6.5rem 2rem 3.4rem;width:100%}.Privacy_Emagz__3oCd1 h1{color:#000;font-family:Poppins;font-size:2.7rem;font-style:normal;font-weight:600;line-height:3.8rem;margin-bottom:.8rem}.Privacy_Emagz__3oCd1 h2{color:#959595;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:500;line-height:1.9rem;margin-bottom:1.3rem}.Privacy_SpecificPerson__1QPoi{cursor:pointer;margin-bottom:0;padding:1rem}@media screen and (max-width:1200px){.Privacy_Container__9ha9A{background:var(--bg-color)}.Privacy_Privacy__zur3N{padding:5rem 13rem}.Privacy_CommentsBox__duN5r h1{font-size:3.76rem}.Privacy_CommentsBox__duN5r p{font-size:2.6rem}.Privacy_CommentsInnerBox__OEjFm h3{font-size:2.6rem;margin-bottom:1.5rem}.Privacy_Everyone__u693y h4{font-size:2.6rem}.Privacy_BlockCommentFrom__JFKjj p{font-size:2.9rem;line-height:3.2rem;width:66rem}.Privacy_InteractionsBox__j6Q2w h3{font-size:2.8rem;line-height:4.5rem}}@media screen and (max-width:700px){.Privacy_Container__9ha9A{background:var(--bg-color)}.Privacy_Privacy__zur3N{padding-inline:2rem}.Privacy_CommentsBox__duN5r h1{font-size:2.76rem}.Privacy_CommentsBox__duN5r p,.Privacy_CommentsInnerBox__OEjFm h3,.Privacy_Everyone__u693y h4{font-size:1.6rem}.Privacy_BlockCommentFrom__JFKjj p{font-size:.9rem;line-height:1.2rem;width:22rem}.Privacy_InteractionsBox__j6Q2w h3{font-size:1.8rem;line-height:2.5rem}}.Setting_Container__onkq9{-ms-overflow-style:none;height:100%;overflow:scroll;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Setting_Container__onkq9::-webkit-scrollbar{display:none}.Setting_Setting__qTJqs{display:flex;gap:10.7rem;justify-content:center}.Setting_LeftSettingContainer__YyGqX{flex-basis:100%;font-size:1rem;height:110vh;padding-bottom:2rem;position:relative}.Setting_SettingText__8HeRO{font-size:4rem;font-weight:600;line-height:6.1rem;margin-bottom:3.7rem}.Setting_AccountText__Fwm0r,.Setting_SettingText__8HeRO{color:var(--text-color);font-family:Poppins;font-style:normal}.Setting_AccountText__Fwm0r{font-size:2.9rem;font-weight:500;line-height:4.1rem;margin-bottom:1.5rem}.Setting_AccountDiv__\+X8EL{background:var(--tab-background);border-radius:2.64rem;display:flex;flex-direction:column;height:37.5rem;padding:1.74rem 3.5rem 1.5rem 2.64rem;width:100%}.Setting_AccountDivTop__XSYi2{align-items:center;display:flex;gap:3.9rem;justify-content:center}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv{height:15.2rem;overflow:hidden;position:relative;width:15.2rem}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv input{display:none}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv .Setting_SelectImageBtn__ZjbPW{background:#fff;border:none;border-radius:50%;bottom:0;cursor:pointer;height:3.5rem;outline:none;overflow:hidden;padding:.9rem;position:absolute;right:0;width:3.5rem;z-index:2}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv .Setting_SelectImageBtn__ZjbPW img{height:100%;width:100%}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv .Setting_ProfileImg__ksh0L{border-radius:50%;height:15.2rem;overflow:hidden;width:15.2rem}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv .Setting_ProfileImg__ksh0L img{min-height:15.2rem;width:15.2rem}.Setting_AccountDivTop__XSYi2 .Setting_NameContainer__nWYXl{display:flex;flex-basis:calc(100% - 19.1rem);flex-direction:column;height:15.2rem;justify-content:center;overflow:hidden}.Setting_AccountDivTop__XSYi2 .Setting_NameContainer__nWYXl h1{color:var(--text-color);font-family:Poppins;font-size:3.3rem;font-style:normal;font-weight:500;line-height:4.7rem}.Setting_AccountDivTop__XSYi2 .Setting_NameContainer__nWYXl p{color:#959595;font-family:Poppins;font-size:1.4rem;font-weight:400;line-height:2rem}.Setting_AccountDivBottom__Y8BtY{display:flex;flex-direction:column;height:100%;margin-top:1rem;width:100%;.Setting_TopSectionDiv__70Jo\+{align-items:center;display:flex;justify-content:space-between;margin-bottom:.3rem;h1{color:#959595;font-family:Poppins;font-style:normal;font-weight:400;line-height:2rem}button,h1{font-size:1.48rem}button{align-items:center;background:#3a0dbb;background:var(--pink1);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem 1rem;transition:all .3s ease-in-out;&:hover{background:#53389f}}}}.Setting_AccountDivBottom__Y8BtY textarea{background:#0000;border:none;color:#323232;flex:1 1;font-family:Poppins;font-size:1.26rem;font-style:normal;font-weight:400;line-height:1.8rem;outline:none;overflow-y:scroll;resize:none;scrollbar-width:none;white-space:pre-wrap;&::-webkit-scrollbar{width:.4rem}&::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1rem}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ button{border:none;border-radius:.5rem;cursor:pointer;font-family:Roboto;font-size:1.26rem;font-style:normal;font-weight:500;height:4.67rem;line-height:1.5rem;outline:none;padding:0 1rem;transition:all .3s ease-in-out;width:100%;&:hover{background:#3a0dbb;background:var(--pink1);color:#fff}}.Setting_ActiveContainer__AdjXc{margin-top:3.27rem}.Setting_ActiveText__OO7HU{font-size:2.96rem;font-weight:500;line-height:4.1rem}.Setting_ActiveTextP__NQj3F,.Setting_ActiveText__OO7HU{color:var(--text-color);font-family:Poppins;font-style:normal}.Setting_ActiveTextP__NQj3F{font-size:1.9rem;font-weight:400;line-height:2.6rem;margin-top:1.29rem}.Setting_SwitchContainer__Yh7wR{align-items:center;display:flex;margin-top:1.68rem}.Setting_SwitchText__y1nqI{color:#323232;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;line-height:2.6rem;margin-left:1.9rem}.Setting_LogOutBtn__sxznj{background:#232323;background:var(--pink1);border:none;border-radius:1.05rem;color:#fff;cursor:pointer;font-weight:500;height:9rem;margin-top:6.2rem;transition:all .3s ease-in-out;width:100%;&:hover{background:#000}}.Setting_AddAccountText__Lkvu5,.Setting_LogOutBtn__sxznj{font-family:Poppins;font-size:1.9rem;font-style:normal;line-height:2.6rem}.Setting_AddAccountText__Lkvu5{color:#323232;display:block;font-weight:400;margin-top:6.1rem;padding-bottom:6.3rem;text-align:center;text-decoration:none}.Setting_RightSettingContainer__xrtJd{flex-basis:100%;font-size:1rem;min-height:140vh;position:relative}.Setting_PreferenceText__DHC7W{color:var(--text-color);font-family:Poppins;font-size:2.96rem;font-style:normal;font-weight:500;line-height:4.1rem;margin-bottom:2.1rem;margin-top:10rem}.Setting_PreferenceContainer__exoc1{align-items:center;background:var(--tab-background);border-radius:1.05rem;cursor:pointer;display:flex;height:9.62rem;justify-content:space-between;margin-bottom:1.68rem;padding:0 5.1rem 0 3.3rem;transition:all .3s ease-in-out;width:100%}.Setting_PreferenceContainer__exoc1 h3{color:var(--text-color);font-family:Poppins;font-size:1.9rem;font-style:normal;font-weight:500;line-height:2.6rem}.Setting_PreferenceContainer__exoc1 p{color:var(--text-color);display:block;font-family:Poppins;font-size:1.26rem;font-style:normal;font-weight:400;height:3.6rem;line-height:1.8rem;width:22.4rem}.Setting_PreferenceContainer__exoc1:hover{background:#3a0dbb;background:var(--pink1)}.Setting_PreferenceContainer__exoc1:hover h3{color:#fff}.Setting_PreferenceContainer__exoc1:hover p{color:#eee}.Setting_PreferenceContainer__exoc1:hover path{fill:#fff}.Setting_PreferenceContainerSwitch__JuLkb{align-items:center;background:var(--tab-background);border-radius:1.05rem;display:flex;height:9.62rem;justify-content:space-between;margin-bottom:1.68rem;padding:0 5.1rem 0 3.3rem;width:100%}.Setting_PreferenceContainerSwitch__JuLkb h3{color:var(--text-color);font-family:Poppins;font-size:1.9rem;font-style:normal;font-weight:500;line-height:2.6rem}.Setting_h31__c3mnq{width:13.8rem}.Setting_h32__sAw0B{width:23.7rem}.Setting_h33__OLRaU{width:19.9rem}.Setting_BlockContainer__mqNT3{margin-top:2.75rem;padding-left:1rem}.Setting_BlockContainer__mqNT3 h1{color:var(--text-color);font-family:Poppins;font-size:2.96rem;font-style:normal;font-weight:500;line-height:4.1rem}.Setting_BlockContainer__mqNT3 p{color:#403f3f;margin-top:1.5rem}.Setting_BlockContainer__mqNT3 a,.Setting_BlockContainer__mqNT3 p{font-family:Poppins;font-size:1.9rem;font-style:normal;font-weight:500;line-height:2.6rem}.Setting_BlockContainer__mqNT3 a{color:#3a0dbb;display:block;margin-top:3.3rem;text-decoration:none}@media screen and (max-width:1200px){.Setting_Container__onkq9{background-color:var(--bg-color);position:relative;width:100%}.Setting_Setting__qTJqs{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:0}.Setting_LeftSettingContainer__YyGqX{background-color:var(--bg-color);flex-basis:auto;font-size:1rem;height:-moz-fit-content;height:fit-content;padding:2rem;position:relative;width:100%}.Setting_RightSettingContainer__xrtJd{flex-basis:100%;font-size:1rem;min-height:0;padding:2rem 2rem 5rem;position:relative}.Setting_PreferenceText__DHC7W{color:var(--text-color);font-family:Poppins;font-size:2.96rem;font-style:normal;font-weight:500;line-height:4.1rem;margin-bottom:2.1rem;margin-top:0}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ{align-items:center;display:flex;gap:1em;justify-content:start;margin-top:0}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ:first-child{background:var(--bg-color)}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ:nth-child(2){background:#3a0dbb;color:#fff}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ button{background:#f5f5f5;border-radius:0;font-family:Roboto;font-size:1.5rem;height:6rem;line-height:1rem;padding:0 4rem}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ .Setting_activeButton2__Mn5yW{background:var(--pink1);color:#fff}.Setting_AccountDiv__\+X8EL{background-color:var(--tab-background);height:45rem;padding:1.5rem 3rem 3rem}.Setting_AccountDivBottom__Y8BtY{gap:1rem}.Setting_AccountDivBottom__Y8BtY textarea{font-size:2rem;height:max-content;line-height:2.5rem;padding:1rem;&::-webkit-scrollbar{width:.4rem}&::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}}.Setting_ActiveContainer__AdjXc{padding:1.5rem 3rem 3rem}.Setting_AccountDivBottom__Y8BtY .Setting_TopSectionDiv__70Jo\+{padding:0 1rem}.Setting_AccountDivTop__XSYi2 .Setting_ProfileImageContainer__K\+Hsv .Setting_SelectImageBtn__ZjbPW{align-items:center;background:#fff;display:flex;justify-content:center}.Setting_LeftContainerTop__pIG3S{align-items:center;display:flex;justify-content:space-between;padding:0 1rem}.Setting_LeftContainerTop__pIG3S img{background-color:#3a0dbb;border-radius:5px;padding:1rem 2rem}.Setting_PreferenceContainer__exoc1 p{height:-moz-fit-content;height:fit-content}.Setting_PreferenceContainerSwitch__JuLkb h3{width:max-content}.Setting_AccountText__Fwm0r{margin-top:2rem}}@media screen and (max-width:320px){.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ button{background:#f5f5f5;border-radius:0;font-family:Roboto;font-size:normal;font-weight:400;height:5rem;line-height:normal;padding:0 2rem}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:0}.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ textarea{font-size:2rem}.Setting_AccountDiv__\+X8EL{background-color:#fff;height:40rem;padding:2rem 2.6rem}.Setting_AccountDivTop__XSYi2 .Setting_NameContainer__nWYXl h1{font-size:2rem}}@media screen and (max-width:344px){.Setting_AccountDivBottom__Y8BtY .Setting_AccountDivBottomBottom__OAupQ button{padding:0 3rem}}.SwitchAccount_SwitchAccount__H3A4A{align-items:center;background:#0003;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:15}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#a1a1a11a;background:#0006;border-radius:2rem;box-shadow:0 0 8px 2px #0003;display:flex;flex-direction:column;height:57.6rem;padding:4rem 2.9rem 4.2rem 3.7rem;width:69.9rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row1__MAdHx{align-items:center;display:flex;justify-content:space-between;margin-bottom:3rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row1__MAdHx h1{color:#fff;font-family:Poppins;font-size:2.14rem;font-style:normal;font-weight:600;line-height:138.4%}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row1__MAdHx button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:3rem;justify-content:center;width:3rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row1__MAdHx button img{height:100%;width:100%}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf{display:flex;flex:1 1;flex-direction:column;margin-bottom:4rem;overflow-y:scroll;padding-right:1rem;scrollbar-width:none}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf::-webkit-scrollbar{width:.3rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf::-webkit-scrollbar-thumb{background:#3a0dbb;border-radius:1rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj{height:12.1rem;margin-bottom:1.5rem;padding:1px;width:100%}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv{align-items:center;background:linear-gradient(90deg,#11101800 .28%,#11101882 129.42%);background-blend-mode:overlay;border:1px solid #3342ff6e;border-radius:2rem 2rem 2rem 0;display:flex;height:100%;justify-content:space-between;padding:1.8rem 3.9rem 1.9rem 3.3rem;width:100%}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Left__yYYac{align-items:center;display:flex;gap:3.3rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Left__yYYac img{border-radius:50%;height:8rem;width:8rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Left__yYYac .SwitchAccount_TextWrapper__M\+7cx{display:flex;flex-direction:column}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Left__yYYac .SwitchAccount_TextWrapper__M\+7cx h2{color:#fff;font-family:Poppins;font-size:1.7rem;font-style:normal;font-weight:600;line-height:2.6rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Left__yYYac .SwitchAccount_TextWrapper__M\+7cx h4{color:#fff;font-family:Poppins;font-size:1.3rem;font-style:normal;font-weight:400;line-height:2rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Right__I\+WmO{align-items:center;cursor:pointer;display:flex;justify-content:center}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Right__I\+WmO input{appearance:none;border:2px solid #fff;border-radius:50%;cursor:pointer;height:3.6rem;padding:5px;position:relative;width:3.6rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx .SwitchAccount_Row2__8SZaf .SwitchAccount_BoxWrapper__3QFAj .SwitchAccount_Box__XqAMv .SwitchAccount_Right__I\+WmO input:checked:after{background-color:#fff;border-radius:50%;content:"";height:1.8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.8rem}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx button{background:#3a0dbb;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.9rem;font-style:normal;font-weight:500;height:9.1rem;line-height:138.4%;transition:all .3s ease-in-out;width:100%}.SwitchAccount_SwitchAccount__H3A4A .SwitchAccount_Wrapper__HvMJx button:hover{background:#230083}.Static_Main__0GprW{background:#fff!important}.Static_Wrapper__xsTAL{background-color:#fff;border-radius:1rem;height:100%;overflow-y:scroll;padding:6rem 12rem 9rem 9.9rem;scrollbar-width:none;width:100%}.Static_Wrapper__xsTAL::-webkit-scrollbar{width:.6rem}.Static_Wrapper__xsTAL::-webkit-scrollbar-thumb{background:#020eff;border-radius:2rem}.Static_Wrapper__xsTAL h2{color:#444;font-size:4.2rem;font-weight:500;line-height:6.3rem;margin-bottom:2.5rem}.Static_Wrapper__xsTAL article,.Static_Wrapper__xsTAL p{color:#999;font-size:1.7rem;font-weight:400;line-height:3.3rem;text-align:justify}.Static_Wrapper__xsTAL p{margin-bottom:1rem}.Static_Wrapper__xsTAL .Static_li__gkBY7{margin-bottom:1rem}.Static_Wrapper__xsTAL .Static_h6__yOYvK,.Static_Wrapper__xsTAL .Static_li__gkBY7{color:#999;font-size:2.2rem;font-weight:600;line-height:3.3rem;text-align:justify;text-transform:capitalize}.Static_Wrapper__xsTAL .Static_h6__yOYvK{margin-bottom:2rem;margin-top:5rem;text-align:center}.Static_Wrapper__xsTAL .Static_padding__6E87L{padding-left:5rem}.Support_SupportWrapper__PINlL{-ms-overflow-style:none;display:flex;gap:1rem;height:100%;overflow:hidden;overflow-y:scroll;padding:1rem 1rem 0 3rem;position:relative;scrollbar-width:none;width:100%}.Support_SupportWrapper__PINlL::-webkit-scrollbar{display:none}.Support_SupportWrapper__PINlL .Support_Left__adH0f{display:flex;flex-direction:column;gap:1rem;height:100%;padding-bottom:2rem;width:100%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Top__UYWVr{align-items:center;display:flex;justify-content:space-between;padding:0 3rem}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Top__UYWVr h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:600;line-height:138.4%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Top__UYWVr button{background:#471cf1;background:var(--pink1);border:none;border-radius:1rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;height:4.5rem;line-height:normal;text-align:center;transition:all .3s ease-in-out;width:10rem}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Top__UYWVr button:hover{background:#2f149c;background:var(--pink3);transform:scale(1.05)}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS{cursor:pointer;flex:1 1;margin-bottom:4rem;overflow:hidden;overflow-y:scroll;padding:0 2rem}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS::-webkit-scrollbar{width:5px}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS::-webkit-scrollbar-thumb{background:#471cf1;border-radius:1rem}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Loading__10dUn{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS p{color:#666;font-family:Poppins;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:2rem;margin-top:1rem}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs{align-items:center;background:#fff;border-radius:1.5rem;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 3rem 1.5rem 2rem;width:100%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs .Support_BoxLeft__RvXvh{width:100%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs .Support_BoxLeft__RvXvh h6{color:#000;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs .Support_BoxLeft__RvXvh h3{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs .Support_BoxLeft__RvXvh span{color:#666;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Middle__aXLhS .Support_Box__3UTSs .Support_BoxRight__B-hEW{color:#aeaeae;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Bottom__EwkiP{display:grid;place-items:center}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Bottom__EwkiP button{background:#471cf1;background:var(--pink1);border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:2.5rem;height:7rem;transition:all .3s ease-in-out;width:80%}.Support_SupportWrapper__PINlL .Support_Left__adH0f .Support_Bottom__EwkiP button:hover{background:#2f149c;background:var(--pink3);transform:scale(1.05)}.Support_SupportWrapper__PINlL .Support_Right__iYCNR{background:#fff;border-radius:0 2rem 2rem 0;height:100%;max-width:0;min-width:0;opacity:0;right:0;top:0;transition:all .3s ease-in-out}.Support_SupportWrapper__PINlL .Support_Right__iYCNR.Support_ActiveRight__JN\+Hn{height:100%;max-width:500px;min-width:500px;opacity:1}.Support_TitlePopupWrapper__\+np-U{background:#00000080;display:grid;height:100%;left:0;place-items:center;position:absolute;top:0;width:100vw;z-index:10}.Support_TitlePopupWrapper__\+np-U .Support_TitlePopup__ElMj-{align-items:center;background:#eee;border-radius:2rem;display:flex;flex-direction:column;gap:2rem;height:20rem;justify-content:center;width:40rem}.Support_TitlePopupWrapper__\+np-U .Support_TitlePopup__ElMj- input{background:#fff;border:none;border-radius:1rem;font-size:2.5rem;height:7rem;outline:none;padding:2rem;width:90%}.Support_TitlePopupWrapper__\+np-U .Support_TitlePopup__ElMj- button{background:#471cf1;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:2.5rem;height:7rem;transition:all .3s ease-in-out;width:80%}.Support_TitlePopupWrapper__\+np-U .Support_TitlePopup__ElMj- button:hover{background:#2f149c;transform:scale(1.05)}.Support_PopupWrapper__wM8\+S{display:flex;flex-direction:column;gap:1rem;height:100%;padding-bottom:2rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Top__UYWVr{flex:10% 1;flex-shrink:0;height:100%;padding:1rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Top__UYWVr div{align-items:center;display:flex}.Support_PopupWrapper__wM8\+S .Support_Top__UYWVr div button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:3rem;height:3rem;justify-content:center;width:3rem}.Support_PopupWrapper__wM8\+S .Support_Top__UYWVr div h1{color:#000;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:138.4%}.Support_PopupWrapper__wM8\+S .Support_Top__UYWVr p{color:#454545;font-family:Poppins;font-size:1.4rem;font-style:italic;font-weight:400;line-height:138.4%;margin-bottom:0;padding-left:3rem;padding-top:1rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP{display:flex;flex:70% 1;flex-direction:column;flex-shrink:0;height:100%;overflow:hidden}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_EmailWrapper__YEHcs{align-items:flex-end;display:flex;flex-direction:column;gap:1.3rem;height:100%;justify-content:center;padding:0 5rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_EmailWrapper__YEHcs input{border:1.2px solid #666;border-radius:1rem;height:8rem;padding:2rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_EmailWrapper__YEHcs textarea{border:1.2px solid #666;border-radius:1rem;height:29rem;padding:2rem;resize:none;width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_EmailWrapper__YEHcs button{background:#471cf1;background-color:var(--pink1);border:none;border-radius:1.2rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;height:6.6rem;line-height:normal;margin-top:3rem;text-align:center;transition:all .3s ease-in-out;width:22rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_EmailWrapper__YEHcs button:hover{background:#2200ac;background-color:var(--pink3)}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola{display:flex;flex:1 1;flex-direction:column;gap:1rem;height:100%;overflow:hidden;padding:0 4rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs{align-items:center;background:#f1f1f1;border-radius:1.5rem;display:flex;gap:2rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem 3rem 1.5rem 2rem;width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs .Support_BoxLeft__RvXvh{width:100%}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs .Support_BoxLeft__RvXvh h6{color:#000;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs .Support_BoxLeft__RvXvh h3{color:#000;font-family:Poppins;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs .Support_BoxLeft__RvXvh span{color:#666;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_Box__3UTSs .Support_BoxRight__B-hEW{color:#aeaeae;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_MessageWrapper__924Ga{display:flex;flex-direction:column;gap:1rem;height:calc(100% - 12rem);overflow-y:auto;padding-bottom:2rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_MessageWrapper__924Ga .Support_MessageContentWrapper__mq0zH .Support_MeWrapper__Hua5g{display:flex;justify-content:flex-end;margin-bottom:1rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_MessageWrapper__924Ga .Support_MessageContentWrapper__mq0zH .Support_MeWrapper__Hua5g .Support_Me__PGe3a{word-wrap:break-word;background:#471cf1;background:var(--pink1);border-radius:18.165px 18.165px 0 18.165px;color:#fff;font-family:Poppins;font-size:1.69rem;font-style:normal;font-weight:400;line-height:normal;max-width:80%;min-height:5rem;min-width:22rem;padding:1rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_MessageWrapper__924Ga .Support_MessageContentWrapper__mq0zH .Support_YouWrapper__0jKFC{display:flex;justify-content:flex-start;margin-bottom:1rem}.Support_PopupWrapper__wM8\+S .Support_Bottom__EwkiP .Support_ChatWrapper__wtola .Support_MessageWrapper__924Ga .Support_MessageContentWrapper__mq0zH .Support_YouWrapper__0jKFC .Support_You__bvXf4{word-wrap:break-word;background:#e7e9fe;background:var(--pink2);border-radius:18.165px 18.165px 18.165px 0;color:#000;font-family:Poppins;font-size:1.69rem;font-style:normal;font-weight:400;line-height:normal;max-width:80%;min-height:5rem;min-width:22rem;padding:1rem}.Support_PopupWrapper__wM8\+S .Support_Submit__vGDCx{flex:10% 1;flex-shrink:0;height:100%;width:100%}.Support_PopupWrapper__wM8\+S .Support_Submit__vGDCx .Support_InputWrapper__nM7dW{align-items:center;border:1px solid #a6a6a6;border-radius:12rem;display:flex;height:7rem;margin-inline:auto;overflow:hidden;padding-right:1rem;width:90%}.Support_PopupWrapper__wM8\+S .Support_Submit__vGDCx .Support_InputWrapper__nM7dW input{border:none;flex:1 1;font-size:1.7rem;height:100%;outline:none;padding:0 2rem}.Support_PopupWrapper__wM8\+S .Support_Submit__vGDCx .Support_InputWrapper__nM7dW button{background:#471cf1;background:var(--pink1);border:none;border-radius:50%;cursor:pointer;display:grid;height:4.5rem;place-items:center;transition:all .3s ease-in-out;width:4.5rem}.Support_PopupWrapper__wM8\+S .Support_Submit__vGDCx .Support_InputWrapper__nM7dW button:hover{background:#2600be;background:var(--pink3)}.MobileSignUp_mainContainer__GJXE-{height:100vh;position:relative;width:100%}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 2rem #00000040;display:flex;flex-direction:column;gap:2.2vh;height:calc(88vh - 4rem);left:4.5vw;padding:2rem 2rem 4.5rem;position:absolute;top:13vh;width:91vw}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_buttons__CUn6C{grid-column-gap:2rem;display:grid;grid-template-columns:.75fr .75fr;justify-content:center;padding:2.5rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_buttons__CUn6C .MobileSignUp_signInButton__4\+MRV{background-color:#fff;border:none;border-radius:60px;color:#000;padding:2rem 0;width:100%}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_buttons__CUn6C .MobileSignUp_activeButton__HBo5N{background:var(--gradient1);box-shadow:0 0 2rem 3px #00000040;color:#fff}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_buttons__CUn6C .MobileSignUp_submitButton__cH6V3{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ{display:flex;flex-direction:column;gap:2rem;max-height:calc(100% - 10rem);overflow-y:auto}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ::-webkit-scrollbar{display:none}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_input__dJWoG{display:flex;flex-direction:column;gap:1.5rem;position:relative}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_input__dJWoG .MobileSignUp_label__2kw\+v{font-size:2.4rem;font-weight:400;margin-left:10px}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_input__dJWoG .MobileSignUp_inputBox__iACXa{background-color:#eee;border:none;border-radius:10px;outline:none;padding:2.4rem 1.6rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_passwordWrapper__w5rDg{display:flex;flex-direction:column;gap:1.6rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_passwordWrapper__w5rDg>div{flex:1 1}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_passwordWrapper__w5rDg .MobileSignUp_inputPass__7Xohm{position:relative}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_passwordWrapper__w5rDg .MobileSignUp_inputPass__7Xohm input{width:100%}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_inputContainer__B0uyZ .MobileSignUp_passwordWrapper__w5rDg .MobileSignUp_inputPass__7Xohm span{cursor:pointer;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_submitButtonContainer__6HHy5{display:flex;justify-content:center;padding:2.5rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_submitButtonContainer__6HHy5 .MobileSignUp_signInButton__4\+MRV{background-color:#fff;border:none;border-radius:60px;box-shadow:1rem 1rem 2rem #00000040;color:#000;padding:2rem 0;width:100%}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_submitButtonContainer__6HHy5 .MobileSignUp_activeButton__HBo5N{background:var(--gradient1);color:#fff}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_submitButtonContainer__6HHy5 .MobileSignUp_submitButton__cH6V3{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_design__286sM{align-items:center;display:flex;justify-content:center}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_line__j\+mXc{background-color:#000;height:.1rem;width:15rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_continue__5iSz0{color:gray;font-size:2rem;font-weight:500;line-height:2.7rem}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_footer__XaBQ6{align-items:center;display:flex;gap:5rem;justify-content:center}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_footer__XaBQ6 button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5vh;justify-content:center;width:12vw}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_footer__XaBQ6 button .MobileSignUp_facebook__DA967{height:100%;object-fit:cover;width:100%}.MobileSignUp_mainContainer__GJXE- .MobileSignUp_form__CREj7 .MobileSignUp_footer__XaBQ6 button .MobileSignUp_google__HJxjZ{height:83%;object-fit:fill;width:61%}.MobileSignupBackground_landing-bg__0aYhz{background:var(--gradient3);height:100vh;padding:2rem;width:100%}.MobileSignupBackground_landing-bg__0aYhz .MobileSignupBackground_logo-container__R\+brT{align-items:center;display:flex;height:calc(12vh - 4rem);justify-content:center;position:relative}.MobileSignupBackground_landing-bg__0aYhz .MobileSignupBackground_logo-container__R\+brT .MobileSignupBackground_small-logo__HrcZD{height:100%;position:static;width:20vw}.MobileSignIn_mainContainer__-n01v{height:100vh;position:relative;width:100%}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7{background:#fff;border-radius:3.1rem;bottom:2vh;box-shadow:2rem 2rem 11px 0 #00000040;display:flex;flex-direction:column;gap:2.2vh;left:4.5vw;padding:2rem 2rem 4.5rem;position:absolute;width:91vw}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L{grid-column-gap:2rem;display:grid;grid-template-columns:.75fr .75fr;justify-content:center;padding:2.5rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L .MobileSignIn_signInButton__PwM6r{background-color:#fff;border:none;border-radius:60px;color:#000;padding:2rem 0;width:100%}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L .MobileSignIn_activeButton__Ju0hm{background:var(--gradient1);box-shadow:0 0 2rem 3px #00000040;color:#fff}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L .MobileSignIn_submitButton__1TXF2{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L .MobileSignIn_submitButton__1TXF2:disabled{background-color:gray}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V{display:flex;flex-direction:column;gap:2rem;max-height:calc(100% - 10rem);overflow-y:auto}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V::-webkit-scrollbar{display:none}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_input__UuxyR{display:flex;flex-direction:column;gap:1.5rem;position:relative}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_input__UuxyR .MobileSignIn_label__XjqLV{font-size:2.4rem;font-weight:400;margin-left:10px}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_input__UuxyR .MobileSignIn_inputBox__i2\+Fj{background-color:#eee;border:none;border-radius:10px;outline:none;padding:2.4rem 1.6rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_passwordWrapper__cBiio{display:flex;flex-direction:column;gap:1.6rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_passwordWrapper__cBiio>div{flex:1 1}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_passwordWrapper__cBiio .MobileSignIn_inputPass__BcOcY{position:relative}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_passwordWrapper__cBiio .MobileSignIn_inputPass__BcOcY input{width:100%}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_passwordWrapper__cBiio .MobileSignIn_inputPass__BcOcY span{cursor:pointer;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_forgetRemember__cMOD4{align-items:center;display:flex;justify-content:space-between}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_forgetRemember__cMOD4 .MobileSignIn_remember__mOkKk{align-items:center;display:flex;font-size:1.8rem;gap:5px;justify-content:space-between;line-height:2.7rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_forgetRemember__cMOD4 .MobileSignIn_remember__mOkKk .MobileSignIn_radio-button__O0t2b{height:3rem;margin-right:1rem;width:3rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V .MobileSignIn_forgetRemember__cMOD4 .MobileSignIn_link__4FaKj{color:#666;cursor:pointer;font-size:1.8rem;font-weight:400;line-height:2.7rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_submitButtonContainer__tzzMO{display:flex;justify-content:center;padding:2.5rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_submitButtonContainer__tzzMO .MobileSignIn_signInButton__PwM6r{background-color:#fff;border:none;border-radius:60px;box-shadow:1rem 1rem 2rem #00000040;color:#000;padding:2rem 0;width:100%}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_submitButtonContainer__tzzMO .MobileSignIn_activeButton__Ju0hm{background:var(--gradient1);color:#fff}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_submitButtonContainer__tzzMO .MobileSignIn_submitButton__1TXF2{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_design__5JXtt{align-items:center;display:flex;justify-content:center}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_line__HFGzr{background-color:#000;height:.1rem;width:15rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_continue__FtmsG{color:gray;font-size:2rem;font-weight:500;line-height:2.7rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_footer__WhqT3{align-items:center;display:flex;gap:5rem;justify-content:center}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_footer__WhqT3 button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5vh;justify-content:center;width:12vw}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_footer__WhqT3 button .MobileSignIn_facebook__HhfvT{height:100%;object-fit:cover;width:100%}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_footer__WhqT3 button .MobileSignIn_google__p8KeE{height:83%;object-fit:fill;width:61%}@media screen and (max-height:668px){.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7{background:#fff;border-radius:3.1rem;bottom:2vh;box-shadow:2rem 2rem 11px 0 #00000040;display:flex;flex-direction:column;gap:1.2vh;left:4.5vw;padding:2rem 3rem 2.5rem;position:absolute;width:91vw}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_buttons__gVd9L{grid-column-gap:2rem;display:grid;grid-template-columns:.75fr .75fr;justify-content:center;padding:1.5rem 2.5rem}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_inputContainer__Gcq2V{display:flex;flex-direction:column;gap:2rem;max-height:calc(100% - 10rem);overflow-y:auto}.MobileSignIn_mainContainer__-n01v .MobileSignIn_form__uUhR7 .MobileSignIn_footer__WhqT3{align-items:center;display:flex;gap:5rem;justify-content:center}}.MobileForgetPassword_mainContainer__a6JbW{height:100vh;position:relative;width:100%}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 2rem #00000040;display:flex;flex-direction:column;gap:2.2vh;height:-moz-fit-content;height:fit-content;left:5vw;padding:2rem 2rem 4.5rem;position:absolute;top:41vh;width:90vw}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_header__e5Tf\+{display:flex;justify-content:space-between;margin-bottom:10px;position:relative}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_header__e5Tf\+ .MobileForgetPassword_textContainer__vgulP{padding-left:10px;padding-top:2.5rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_header__e5Tf\+ .MobileForgetPassword_textContainer__vgulP .MobileForgetPassword_heading__IQFdY{color:#000;font-size:3.3rem;font-weight:600;line-height:5rem;margin-bottom:10px}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_header__e5Tf\+ .MobileForgetPassword_textContainer__vgulP .MobileForgetPassword_text__fVlnv{color:gray;font-size:2rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_buttons__G\+vaM{grid-column-gap:2rem;display:grid;grid-template-columns:.75fr .75fr;justify-content:center;padding:2.5rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_buttons__G\+vaM .MobileForgetPassword_signInButton__-EWyc{background-color:#fff;border:none;border-radius:60px;color:#000;padding:2rem 0;width:100%}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_buttons__G\+vaM .MobileForgetPassword_activeButton__TgFPn{background:var(--gradient1);box-shadow:0 0 2rem 3px #00000040;color:#fff}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_buttons__G\+vaM .MobileForgetPassword_submitButton__0Xcm4{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9{display:flex;flex-direction:column;gap:2rem;max-height:calc(100% - 10rem);overflow-y:auto}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9::-webkit-scrollbar{display:none}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_input__tuNyS{display:flex;flex-direction:column;gap:2.5rem;position:relative}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_input__tuNyS .MobileForgetPassword_label__bNqiX{font-size:2.4rem;font-weight:400;margin-left:10px}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_input__tuNyS .MobileForgetPassword_inputBox__LBcrf{background-color:#eee;border:none;border-radius:10px;outline:none;padding:2.4rem 1.6rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_passwordWrapper__-8THu{display:flex;flex-direction:column;gap:1.6rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_passwordWrapper__-8THu>div{flex:1 1}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_passwordWrapper__-8THu .MobileForgetPassword_inputPass__9LRKt{position:relative}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_passwordWrapper__-8THu .MobileForgetPassword_inputPass__9LRKt input{width:100%}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_passwordWrapper__-8THu .MobileForgetPassword_inputPass__9LRKt span{cursor:pointer;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_forgetRemember__t2kjB{align-items:center;display:flex;justify-content:space-between}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_forgetRemember__t2kjB .MobileForgetPassword_remember__GC6yy{align-items:center;display:flex;font-size:1.8rem;gap:5px;justify-content:space-between;line-height:2.7rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_forgetRemember__t2kjB .MobileForgetPassword_remember__GC6yy .MobileForgetPassword_radio-button__t-kHj{height:3rem;margin-right:1rem;width:3rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_inputContainer__bAWg9 .MobileForgetPassword_forgetRemember__t2kjB .MobileForgetPassword_link__PVQed{color:#666;cursor:pointer;font-size:1.8rem;font-weight:400;line-height:2.7rem}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_submitButtonContainer__XR111{display:flex;justify-content:center;margin-bottom:20px}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_submitButtonContainer__XR111 .MobileForgetPassword_signInButton__-EWyc{background-color:#fff;border:none;border-radius:60px;box-shadow:0 1rem 1rem #00000040;color:#000;padding:2rem 0;width:100%}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_submitButtonContainer__XR111 .MobileForgetPassword_activeButton__TgFPn{background:var(--gradient1);color:#fff}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_submitButtonContainer__XR111 .MobileForgetPassword_submitButton__0Xcm4{border-radius:12px;padding:2.5rem 5.5rem;width:100%}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_design__-ROlQ{align-items:center;display:flex;justify-content:center}.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub .MobileForgetPassword_design__-ROlQ .MobileForgetPassword_continue__631Ij{color:gray;font-size:2rem;font-weight:500;line-height:2.7rem}@media screen and (max-height:668px){.MobileForgetPassword_mainContainer__a6JbW .MobileForgetPassword_form__Xmbub{top:35vh}}.MobileVerification_mainContainer__nC7uH{height:100vh;position:relative;width:100%}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s{background:#fff;border-radius:3.1rem;box-shadow:1rem 1rem 2rem #00000040;display:flex;flex-direction:column;gap:2.2vh;height:-moz-fit-content;height:fit-content;left:4.5vw;padding:2rem 2rem 4.5rem;position:absolute;top:41vh;width:91vw}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_header__udfzz{display:flex;justify-content:space-between;margin-bottom:10px;position:relative}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_header__udfzz .MobileVerification_textContainer__Vq61p{padding-left:10px;padding-top:2.5rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_header__udfzz .MobileVerification_textContainer__Vq61p .MobileVerification_heading__BBq3k{color:#000;font-size:3.3rem;font-weight:600;line-height:5rem;margin-bottom:10px}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_header__udfzz .MobileVerification_textContainer__Vq61p .MobileVerification_text__bHGH3{color:gray;font-size:2rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_buttons__ZGTvV{grid-column-gap:2rem;display:grid;grid-template-columns:.75fr .75fr;justify-content:center;padding:2.5rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_buttons__ZGTvV .MobileVerification_signInButton__gQAM5{background-color:#fff;border:none;border-radius:60px;color:#000;padding:2rem 0;width:100%}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_buttons__ZGTvV .MobileVerification_activeButton__19NOK{background:var(--gradient1);box-shadow:0 0 2rem 3px #00000040;color:#fff}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_buttons__ZGTvV .MobileVerification_submitButton__yKcSW{border-radius:12px;padding:2.5rem 5.5rem;width:67vw}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ{display:flex;flex-direction:column;gap:2rem;justify-content:center;max-height:calc(100% - 10rem);overflow-y:auto}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ::-webkit-scrollbar{display:none}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_lableContainer__gjE9N .MobileVerification_label__5dUsT{font-size:3rem;font-weight:400;margin-left:10px}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_input__tc3lo{display:flex;gap:2.5rem;justify-content:center;position:relative}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_input__tc3lo .MobileVerification_label__5dUsT{font-size:2.4rem;font-weight:400;margin-left:10px}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_input__tc3lo .MobileVerification_inputBox__HMC1O{background-color:#eee;border:none;border-radius:10px;font-size:5rem;height:7.6rem;padding:1rem;text-align:center;width:8.3rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_input__tc3lo input[type=number]::-webkit-inner-spin-button,.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_inputContainer__z27aQ .MobileVerification_input__tc3lo input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_submitButtonContainer__OqyCK{display:flex;justify-content:center;margin-bottom:20px}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_submitButtonContainer__OqyCK .MobileVerification_signInButton__gQAM5{background-color:#fff;border:none;border-radius:60px;box-shadow:0 1rem 1rem #00000040;color:#000;padding:2rem 0;width:100%}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_submitButtonContainer__OqyCK .MobileVerification_activeButton__19NOK{background:var(--gradient1);color:#fff}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_submitButtonContainer__OqyCK .MobileVerification_submitButton__yKcSW{border-radius:12px;padding:2.5rem 5.5rem;width:100%}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_design__oBhzL{align-items:center;display:flex;justify-content:center}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_design__oBhzL .MobileVerification_time__vvn7Z{display:flex;font-size:1.8rem;line-height:2.7rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_design__oBhzL .MobileVerification_time__vvn7Z .MobileVerification_timer__O1Ym9{color:#1731ba;font-size:1.8rem;line-height:2.7rem;margin-bottom:0}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_design__oBhzL .MobileVerification_time__vvn7Z .MobileVerification_text2__eyvTx{background:#0000;border:none;cursor:pointer;font-size:1.8rem;margin-right:.5rem}.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s .MobileVerification_design__oBhzL .MobileVerification_time__vvn7Z .MobileVerification_text2__eyvTx:disabled{cursor:default}@media screen and (max-height:668px){.MobileVerification_mainContainer__nC7uH .MobileVerification_form__5fr9s{top:35vh}}.MobileChangePassword_ChangePassword__qgaWp{background-color:#e7e9fe;height:100vh;padding:10vh 8vw;width:100vw}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU{display:flex;flex-direction:column;gap:4rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_header__eRhrx{display:flex;justify-content:space-between;margin-bottom:10px;position:relative}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_header__eRhrx .MobileChangePassword_textContainer__CRHky{display:flex;flex-direction:column;gap:2vh;padding-left:10px;padding-top:2.5rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_header__eRhrx .MobileChangePassword_textContainer__CRHky .MobileChangePassword_heading__l4FI9{color:#000;font-size:4rem;font-weight:500;line-height:5rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_header__eRhrx .MobileChangePassword_textContainer__CRHky .MobileChangePassword_text__yd0w\+{color:gray;font-size:2rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB{display:flex;flex-direction:column;gap:3rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB>div{flex:1 1}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a{display:flex;flex-direction:column;gap:1rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_lableContainer__8VMR6 .MobileChangePassword_label__MuSB7{font-size:2.5rem;font-weight:400;margin-left:10px}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_input__hZWKG .MobileChangePassword_inputPass__9HfWF{position:relative}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_input__hZWKG .MobileChangePassword_inputPass__9HfWF .MobileChangePassword_inputBox__kIY-J{background:#0000;border:1px solid #afb6fd;border-radius:10px;outline:none;padding:2.4rem 1.6rem;width:100%}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_input__hZWKG .MobileChangePassword_inputPass__9HfWF span{cursor:pointer;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou{display:flex;gap:1rem}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar__1wOAY{background-color:#afb6fd;border-radius:10px;height:5px;width:20%}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar1__WVd67{background-color:red}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar2__rtpK\+{background-color:#ff7f00}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar3__86EUr{background-color:#ff0}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar4__MfJzx{background-color:#7fff00}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_newPassword__K6b4a .MobileChangePassword_strengthBar__QZ1ou .MobileChangePassword_bar5__HlHpN{background-color:lime}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB .MobileChangePassword_confirmPassword__BS1XB{height:500px}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB ul{list-style:none}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB ul li img{height:15px;width:15px}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_passwordWrapper__\+3ukB ul li{align-items:center;display:flex;font-size:2.2rem;font-weight:300;gap:1rem;margin-left:10px}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_submitButtonContainer__LaprS{display:flex;justify-content:center;margin-top:10px}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_submitButtonContainer__LaprS .MobileChangePassword_signInButton__Yix1J{background-color:#fff;border:none;border-radius:60px;box-shadow:0 1rem 1rem #00000040;color:#000;padding:2rem 0;width:100%}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_submitButtonContainer__LaprS .MobileChangePassword_activeButton__9UIRh{background:var(--gradient1);color:#fff}.MobileChangePassword_ChangePassword__qgaWp .MobileChangePassword_container__89tuU .MobileChangePassword_submitButtonContainer__LaprS .MobileChangePassword_submitButton__4FLcC{border-radius:12px;padding:2.5rem 5.5rem;width:100%}.UploadPost_Container__L4Gdw{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.UploadPost_Container__L4Gdw::-webkit-scrollbar{display:none}.UploadPost_PostIndex__xwXWn{align-items:center;background:linear-gradient(0deg,#0000008a,#0000008a);border-radius:0 4.7rem 0 0;display:flex;flex-direction:column;justify-content:center;position:relative}.UploadPost_PostIndex__xwXWn img{height:100%;left:0;position:absolute;top:0;width:100%}.UploadPost_PostIndexBtnContainer__gp0AB{align-items:center;display:flex;flex-direction:column;justify-content:center;width:25.747rem;z-index:5}.UploadPost_PostIndexBtnContainer__gp0AB button{background:#fff;border:.1949rem solid #fff;color:#000;cursor:pointer;font-size:2.7286rem;font-weight:400;height:7.998rem;line-height:4.1rem;margin-bottom:1.7rem;width:25.747rem}.UploadPost_PostIndexBtnContainer__gp0AB button:last-child{background:#0000;color:#fff}.UploadPost_Post__-MmzL{align-items:start;display:flex;gap:2rem}.UploadPost_BackButton__4YpYo{display:flex}.UploadPost_BackButton__4YpYo button{all:unset;align-items:center;border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:3.5rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:9.0625rem}.UploadPost_BackButton__4YpYo button svg{fill:var(--pink1);font-size:1.5rem;transition:all .1s ease-in-out}.UploadPost_BackButton__4YpYo button:hover{background-color:var(--pink1);color:#fff;font-size:1.8rem;transform:scaleY(1.2)}.UploadPost_BackButton__4YpYo button:hover svg{fill:#fff;font-size:1.8rem}.UploadPost_EditPostBody__Qt8Gs{align-items:center;background-color:#fff;display:flex;gap:3rem;height:100%;overflow-x:hidden;padding:2.5rem;width:85%}.UploadPost_EditPostBodyLeft__ULkle{align-items:flex-start;display:flex;flex:50% 1;flex-direction:column;flex-shrink:0;gap:2rem;height:100%;order:2;overflow-x:hidden;width:80%}.UploadPost_EditPostBox__JMhPX{background:linear-gradient(180deg,#000,#0000 35.25%);display:flex;flex-direction:column;height:35rem;overflow:hidden;width:70rem}.UploadPost_ImageContainer__Xu9m\+{cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}.UploadPost_ImageContainer__Xu9m\+ img,.UploadPost_ImageContainer__Xu9m\+ video{height:100%;width:100%}.UploadPost_ImageContainer__Xu9m\+ h2{background:#282828;bottom:0;color:#fff;font-size:2rem;height:5rem;left:0;padding:1rem;position:absolute;text-align:center;width:100%}.UploadPost_EditPostBox__JMhPX h1{align-items:center;background:#161616;color:#fff;display:flex;font-size:2.65895rem;font-style:normal;font-weight:400;height:7.312rem;justify-content:center;line-height:3.2rem;width:100%}.UploadPost_LeftBottom__l9rIu{height:max-content;margin-block:2rem;width:100%}.UploadPost_EnablePollContainer__FkGo4{align-items:center;display:flex;height:max-content;justify-content:space-between;padding-left:1.5rem;padding-right:2rem;width:100%}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_left__7y-lw{height:100%}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_left__7y-lw button{background:var(--pink1);border:.144056rem solid var(--pink1);border-radius:.5rem;color:#fafaff;cursor:pointer;font-size:2rem;font-style:normal;font-weight:400;height:4rem;line-height:3rem;margin-right:.9rem;width:8rem}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_left__7y-lw button:first-child{background:#0000;border:.144056rem solid var(--pink1);color:var(--pink1);height:4rem;width:8rem}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_left__7y-lw button:hover{background:var(--pink1);color:#fff;transition:all .3s ease-in-out}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_right__LPwZZ{align-items:center;display:flex;flex-direction:row;height:4rem;justify-content:space-between}.UploadPost_EnablePollContainer__FkGo4 .UploadPost_right__LPwZZ p{color:#000;font-size:2.01678rem;font-style:normal;font-weight:400;line-height:3rem;margin-right:1.3rem}.UploadPost_ShowPollResult__24kbX{align-items:center;display:flex;justify-content:space-between;margin-top:1.5rem;padding:0 2rem 0 1.5rem}.UploadPost_ShowPollResult__24kbX p{color:#000;font-size:2.01678rem;font-style:normal;font-weight:400;line-height:3rem}.UploadPost_PollContainer__wtsBo{display:flex;flex-direction:column}.UploadPost_PollContainer__wtsBo p{color:#000;font-size:1.27045rem;font-style:normal;font-weight:500;line-height:1.5rem;text-transform:uppercase}.UploadPost_PollsCont__5qWOw{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-top:2.5rem;padding-left:.5rem}.UploadPost_PollsCont__5qWOw label{display:flex}.UploadPost_PollsCont__5qWOw label input{background:#4a72fe;height:1.397rem;margin-left:.8rem;width:30.745rem}.UploadPost_PollsCont__5qWOw label p{color:#000;font-size:1.27045rem;font-style:normal;font-weight:500;line-height:1.5rem;margin-left:.7rem;text-transform:uppercase}.UploadPost_EditPostBodyRight__5rcrN{flex:40% 1;flex-shrink:0;order:1;overflow-x:hidden}.UploadPost_EditPostBodyRight__5rcrN,.UploadPost_RightInner__pabYD{display:flex;flex-direction:column;height:100%;width:100%}.UploadPost_SetTimerContainer__j-ucQ p{color:#000;font-family:Inter;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem;text-transform:uppercase}.UploadPost_SetTimerInner__a1cc0{align-items:center;display:flex;justify-content:space-between;padding:1.3rem}.UploadPost_SetTimerInnerLeft__8hBxz{align-items:center;display:flex;gap:1.363rem;justify-content:center}.UploadPost_dates__fKv3\+{align-items:center;background:#e1e4ff;border-radius:136.275rem;cursor:pointer;display:flex;height:4.325rem;justify-content:center;width:4.425rem}.UploadPost_dates__fKv3\+.UploadPost_active__kcOQB{background:#909aff;color:#fff}.UploadPost_SetTimerInnerRight__AvBNx{color:#000;font-family:Inter;font-size:1.36275rem;font-style:normal;font-weight:500;line-height:1.6rem;text-transform:uppercase}.UploadPost_SetTimerInnerRight__AvBNx select{background:#0000;border:none;cursor:pointer;outline:none}.UploadPost_describeContainer__Ef6Od{display:flex;flex-direction:column;gap:2rem;width:100%}.UploadPost_describeContainer__Ef6Od p{color:#000;font-size:2rem;font-style:normal;font-weight:500;line-height:1.6rem;text-transform:uppercase}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY{background:var(--pink2);border:.5px solid var(--pink1);border-radius:.681374rem;display:flex;flex-direction:column;height:9.812rem;overflow:hidden;position:relative;width:100%}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_textarea1__avMJ3{background:var(--pink2);border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_textarea1__avMJ3::-webkit-scrollbar{display:none}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_row2__oako4{display:flex;height:35%;width:100%}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_row2__oako4 .UploadPost_textarea2__Tcqwp{background:var(--pink2);border:none;color:#000;color:var(--pink1);font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_row2__oako4 .UploadPost_textarea2__Tcqwp::-webkit-scrollbar{display:none}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_row2__oako4 span{align-self:flex-end;color:#000;display:block;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:1rem;padding-left:1rem;text-align:bottom;width:12%}@media(max-width:800px){.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY{height:20rem;padding-block:1rem}.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_textarea1__avMJ3,.UploadPost_describeContainer__Ef6Od .UploadPost_TextAreaContainer__A9hWY .UploadPost_textarea2__Tcqwp{font-size:2rem}}.UploadPost_PostContainer__lhhfE{margin-top:2rem}.UploadPost_PostContainer__lhhfE p{color:#000;font-size:2rem;font-style:normal;font-weight:500;line-height:1.6rem;margin-bottom:1.2rem;text-transform:uppercase}.UploadPost_PostCont1__gpHYh{background:#fff;border-radius:.726886rem;height:max-content;margin-bottom:1.3rem;padding:2rem 4.4rem 0 2.5rem;width:100%}.UploadPost_PostCont1__gpHYh h2{color:#000;display:block;font-size:2.5rem;font-style:normal;font-weight:500;line-height:138.4%}.UploadPost_PostCont1Inn__xJutv{align-items:center;display:flex;justify-content:space-between;margin-top:1.9rem}.UploadPost_PostCont1Inn__xJutv h5{color:#323232}.UploadPost_PostCont1Inn__xJutv h5,.UploadPost_PostCont1Inn__xJutv p{font-size:1.5rem;font-style:normal;font-weight:400;line-height:138.4%}.UploadPost_PostCont1Inn__xJutv p{color:#3a0dbb;cursor:pointer}.UploadPost_PostCont2__pQR-D{background:#fff;border-radius:.726886rem;height:max-content;padding:2.1rem 4.6rem 0 2.7rem;width:100%}.UploadPost_PostCont2__pQR-D p{color:#959595;font-size:1.2rem;font-style:normal;font-weight:400;line-height:138.4%}.UploadPost_PostCont2Inn__KC\+eK{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.4rem}.UploadPost_PostCont2Inn__KC\+eK h2{color:#323232;font-size:1.5rem;font-style:normal;font-weight:500;line-height:138.4%}.UploadPost_PostCont2SearchBar__-Vbhx{align-items:center;background-color:var(--lemonade1);display:flex;gap:.5rem;height:4rem;margin-block:2rem;padding:0 1rem;width:100%}.UploadPost_PostCont2SearchBar__-Vbhx img{height:1.5rem;object-fit:contain;width:1.5rem}.UploadPost_PostCont2SearchBar__-Vbhx input{background-color:inherit;border:none;font-size:1.5rem;height:100%;outline:none;padding:.2rem .5rem;width:100%}.UploadPost_uploadBtn__a2MMu{background:var(--pink1);border:none;border-radius:.68088rem;color:#fff;cursor:pointer;font-size:1.90646rem;font-weight:600;height:6.985rem;line-height:2.9rem;margin-top:1.4rem;overflow:hidden;position:relative;transition:all .2s ease-in-out;width:100%}.UploadPost_uploadBtn__a2MMu:hover{background:#002793}.UploadPost_uploadBtn__a2MMu:disabled{background:#666;cursor:default}.UploadPost_uploadBtn__a2MMu div{align-items:center;display:flex;gap:1rem;justify-content:center;max-height:100%;position:relative;z-index:2}.UploadPost_uploadBtn__a2MMu span{background:rgba(0,255,55,.645);height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:0;z-index:1}@media(max-width:800px){.UploadPost_Container__L4Gdw{padding:0}.UploadPost_EditPostBody__Qt8Gs{flex-direction:column;width:100%}.UploadPost_EditPostBodyRight__5rcrN{flex:none;height:max-content;order:2}.UploadPost_EditPostBodyLeft__ULkle{flex:none;height:35rem;order:1;width:100%}.UploadPost_EditPostBodyLeft__ULkle .UploadPost_EditPostBox__JMhPX{width:100%}}.UploadStories_Container__P-fht{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.UploadStories_Container__P-fht::-webkit-scrollbar{display:none}.UploadStories_Stories__v1mN4{align-items:start;display:flex;gap:2rem;justify-content:center}.UploadStories_BackButton__bUiKU{display:flex}.UploadStories_BackButton__bUiKU button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.UploadStories_BackButton__bUiKU button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.UploadStories_BackButton__bUiKU button:hover{background-color:var(--pink1);color:#fff;font-size:1.8rem;transform:scale(1.1)}.UploadStories_BackButton__bUiKU button:hover svg{font-size:2.5rem}.StoryWrapper_StoryWrapper__X0\+PH,.UploadStories_StoryWrapper__ZcsqZ{height:100%;overflow:hidden;padding:0 1rem 1rem;width:70rem}@media screen and (max-width:1100px){.StoryWrapper_StoryWrapper__X0\+PH{padding:0;width:80vw}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6{border-radius:0}}@media(max-width:600px){.StoryWrapper_StoryWrapper__X0\+PH{width:70rem}}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6{background:#fff;border-radius:2rem;box-shadow:0 .5rem .8rem .3rem #0003;height:100%;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupCloseWrapper__q8zk3{align-items:center;display:flex;height:8rem;left:0;padding-left:2rem;position:absolute;top:0;width:8rem;z-index:5}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupCloseWrapper__q8zk3 .StoryWrapper_PopupClose__LP60T{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupCloseWrapper__q8zk3 .StoryWrapper_PopupClose__LP60T img{height:100%;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO{align-items:center;background:#fff;display:flex;flex-direction:column;height:100%;overflow-y:scroll;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO::-webkit-scrollbar{display:none}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE{padding-bottom:3rem;padding-top:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE h1{color:#000;font-family:Poppins;font-size:4.45rem;font-style:normal;font-weight:600;line-height:6.7rem;margin-bottom:6rem;text-align:center}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE h4{color:#000;font-family:Poppins;font-size:2.14rem;font-style:normal;font-weight:600;line-height:3.2rem;margin-bottom:3.4rem;text-align:center}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE .StoryWrapper_buttonContainer__4jIYt{align-items:center;display:flex;flex-direction:column;justify-content:center}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE .StoryWrapper_buttonContainer__4jIYt .StoryWrapper_button__mhe\+9{background:#fcf7fc;border:none;border-radius:1.19rem;color:#a6539d;cursor:pointer;font-size:2.14rem;font-style:normal;font-weight:600;height:7rem;line-height:3.2rem;margin-bottom:1rem;position:relative;transition:all .3s ease-in-out;width:30rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE .StoryWrapper_buttonContainer__4jIYt .StoryWrapper_button__mhe\+9 span{background:lime;bottom:0;height:1rem;left:0;position:absolute}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE .StoryWrapper_buttonContainer__4jIYt .StoryWrapper_button__mhe\+9:hover{background:#a6539d;color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_Controls__5kffE .StoryWrapper_buttonContainer__4jIYt .StoryWrapper_button__mhe\+9:disabled{background:#949494;color:#002992;cursor:default}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_controls__dfkeE{align-items:center;display:flex;height:8rem;justify-content:space-between;margin-bottom:1rem;padding:0 8rem;-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_controls__dfkeE .StoryWrapper_Right__Vo839{align-items:center;display:flex;gap:2rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_controls__dfkeE img{height:4rem;width:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_controls__dfkeE .StoryWrapper_ArrowRight__b7ZNw{cursor:pointer}@media(max-width:800px){.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_controls__dfkeE{padding-inline:4rem}}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_ColorPicker__CGq0l{left:17.5rem;position:absolute;top:15.5rem;z-index:1}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_ColorPicker__CGq0l>*{-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_ColorPicker__CGq0l:after{background:#fff;content:"";height:2.5rem;left:50%;position:absolute;top:0;transform:rotate(45deg) translateX(-50%);width:2.5rem;z-index:-1}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_Textarea__9WiN2{align-self:center;background:#0000;border:none;color:#fff;font-size:10rem;font-style:normal;font-weight:600;height:100%;line-height:123.4%;outline:none;overflow:hidden;padding:3rem .5rem;resize:none;text-align:center;width:55.9rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_Textarea__9WiN2::-webkit-scrollbar{cursor:pointer;width:.5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_TextBox__nAhS4 .StoryWrapper_Textarea__9WiN2::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem;cursor:pointer!important}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x{background:#fff;display:flex;flex-direction:column;gap:2rem;height:100%;padding-block:2rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Top__kY1AJ{align-items:center;display:flex;height:8rem;justify-content:space-between;padding:0 8rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Top__kY1AJ h1{color:#000;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Top__kY1AJ img{cursor:pointer;height:4rem;width:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:scroll;padding:0 4rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2::-webkit-scrollbar{width:.5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2::-webkit-scrollbar-thumb{background:#000}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO{grid-column-gap:1.4rem;grid-row-gap:1.2rem;column-gap:1.4rem;display:grid;grid-template-columns:repeat(3,1fr);overflow-y:scroll;padding-right:.5rem;row-gap:1.2rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO::-webkit-scrollbar{width:.4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO::-webkit-scrollbar-thumb{background:#054bff;border-radius:1rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO .StoryWrapper_ImageWrapper__XyvfX{border-radius:1rem;height:15rem;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO .StoryWrapper_ImageWrapper__XyvfX .StoryWrapper_remove__PfA1q{align-items:center;background:#ffffff4d;border-radius:50%;box-shadow:0 0 8px 3px #0003;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease-in-out;width:3rem;z-index:2}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO .StoryWrapper_ImageWrapper__XyvfX .StoryWrapper_remove__PfA1q:hover{font-size:2.5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_ImageSection__vp\+gO .StoryWrapper_ImageWrapper__XyvfX img{height:100%;width:100%;z-index:1}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8{align-items:center;cursor:grab;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem 0 0;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8 h1{color:#000;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8 h4{color:#757575;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8 button{background:#0000;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal;padding:1rem 3rem;transition:all .3s ease-in-out}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8 button:hover{background:var(--pink1);color:#fff;transform:scale(1.1)}@media(max-width:800px){.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Top__kY1AJ{padding-inline:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Top__kY1AJ img{height:5rem;width:5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2{justify-content:center}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_SelectedImageWrapper__TLK2x .StoryWrapper_Bottom__h7BF2 .StoryWrapper_TextSection__AcEk8 h1{font-size:3.5rem}}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ{background:#fff;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-direction:column;gap:2rem;height:100%;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_controlsBar__hYIMo{align-items:center;display:flex;justify-content:space-between;max-height:8rem;min-height:8rem;padding:0 8rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_controlsBar__hYIMo .StoryWrapper_Right__Vo839{align-items:center;display:flex;gap:2rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_controlsBar__hYIMo img{cursor:pointer;height:4rem;width:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_LeftBtn__zPyKG{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_LeftBtn__zPyKG:hover{transform:translateY(-50%) scale(1.4)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_RightBtn__JZMbn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_RightBtn__JZMbn:hover{transform:translateY(-50%) scale(1.4)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_img__O4yG3{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain!important;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_EffectPreview__TLgo6{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_EffectPreview__TLgo6 img{height:100%;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_EffectPreview__TLgo6 div{background:#0000;position:absolute}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_CropContainer__9uSzO .StoryWrapper_EffectPreview__TLgo6 div .StoryWrapper_TextArea__UM-nF{background:#0000;border:none;height:5rem;width:20rem;z-index:1}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu{height:15rem;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RemoveBtn__Ou8Ov{background:var(--pink1);border:none;border-radius:5.88344rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4.2rem;line-height:normal;position:absolute;right:5rem;top:-3rem;transition:all .3s ease-in-out;width:14rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RemoveBtn__Ou8Ov:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu>div{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_ButtonWrapper__75Kn\+{align-items:center;display:flex;gap:2rem;height:100%;padding:0 4.8rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_ButtonWrapper__75Kn\+ button{align-items:center;background:var(--pink2);border:1px solid var(--pink1);border-radius:10rem;color:#000;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_ButtonWrapper__75Kn\+ button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_ButtonWrapper__75Kn\+ button.StoryWrapper_active__AZcbe,.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_ButtonWrapper__75Kn\+ button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP{display:flex;padding:0 2rem 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Left__NWQcO{align-items:center;display:flex;flex-direction:column;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Left__NWQcO input{cursor:pointer;width:80%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Left__NWQcO span{color:#fff;color:#000;font-size:2rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Right__Vo839 button:first-child{background:#1b47c1;background-color:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Right__Vo839 button:last-child{background:#afb6fd;background-color:var(--pink2);border:1px solid var(--pink1);color:#1b47c1;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_RotateWrapper__xk1yP .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A{display:flex;padding:0 2rem 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Left__NWQcO button{background:#ffffff3b;background-color:var(--pink2);border:none;border:1px solid var(--pink1);border-radius:50%;color:#fff;color:var(--pink1);cursor:pointer;font-size:2rem;font-weight:600;height:6rem;width:6rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Right__Vo839 button:first-child{background:#1b47c1;background-color:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Right__Vo839 button:last-child{background:#afb6fd;background-color:var(--pink2);border:1px solid var(--pink1);color:#1b47c1;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AspectRatioWrapper__Cq28A .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw{display:flex;padding:0 2rem 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Left__NWQcO button{align-items:center;background:#ffffff3b;background-color:var(--pink2);border:none;border:1px solid var(--pink1);border-radius:10rem;color:#fff;color:var(--pink1);cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Left__NWQcO button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Left__NWQcO button.StoryWrapper_active__AZcbe{background:#fff6;background:var(--pink2);box-shadow:0 0 8px 2px #fff3;color:#00ffc4;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Left__NWQcO button:hover{background:var(--pink2);box-shadow:0 0 8px 2px #fff3;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Right__Vo839 button:first-child{background:#1b47c1;background-color:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Right__Vo839 button:last-child{background:#afb6fd;background-color:var(--pink2);border:1px solid var(--pink1);color:#1b47c1;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_CropWrapper__846rw .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ{display:flex;padding:0 2rem 2rem 0}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;overflow:hidden;padding-left:4rem;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Left__NWQcO>*{-webkit-user-select:none;user-select:none}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Left__NWQcO .StoryWrapper_ImageWrapper__XyvfX{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:10rem;overflow:hidden;width:9rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Left__NWQcO .StoryWrapper_ImageWrapper__XyvfX img{border-radius:50%;height:7rem;overflow:hidden;position:relative;width:7rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Left__NWQcO .StoryWrapper_ImageWrapper__XyvfX p{color:#000;display:block;font-size:1.7rem;margin:0}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Right__Vo839 button:first-child{background:#1b47c1;background:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Right__Vo839 button:last-child{background:#afb6fd;background-color:var(--pink2);border:1px solid var(--pink1);color:#1b47c1;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_EffectShowWrapper__3Y5SJ .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM{display:flex;padding:0 0 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO .StoryWrapper_RangeMainWrapper__fTqKS{display:flex;flex-direction:column;gap:1rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO .StoryWrapper_RangeMainWrapper__fTqKS .StoryWrapper_RangeWrapper__hrFBq{align-items:center;display:flex;gap:0;justify-content:space-between}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO .StoryWrapper_RangeMainWrapper__fTqKS .StoryWrapper_RangeWrapper__hrFBq label{color:#000;font-size:1.2rem;width:8rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO .StoryWrapper_RangeMainWrapper__fTqKS .StoryWrapper_RangeWrapper__hrFBq input{cursor:pointer;width:50%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Left__NWQcO .StoryWrapper_RangeMainWrapper__fTqKS .StoryWrapper_RangeWrapper__hrFBq span{color:#000;font-size:1.2rem;text-align:center;width:3rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Right__Vo839 button:first-child{background:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Right__Vo839 button:last-child{background-color:var(--pink2);border:1px solid var(--pink1);color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_AdjustmentWrapper__P7sOM .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn{display:flex;padding:0 2rem 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;position:relative;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_draggableBtn__4Y001{background:#ffffff3b;background-color:var(--pink2);border:none;border:1px solid var(--pink1);border-radius:10rem;color:#fff;color:var(--pink1);cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;padding:1rem;transition:all .2s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_draggableBtn__4Y001:hover{background-color:var(--pink1);box-shadow:0 0 8px 2px #fff3;color:#00ffc4;color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_fontSizeBtn__OBW4L{background:#ffffff3b;background-color:var(--pink2);border:none;border:1px solid var(--pink1);border-radius:10rem;color:#fff;color:var(--pink1);cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;outline:none;padding-left:1rem;transition:all .2s ease-in-out;width:6rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_fontSizeBtn__OBW4L option,.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_fontSizeBtn__OBW4L option:hover{color:#000}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_rangeBtn__tYetk{cursor:pointer}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_ColorBallBtn__npRhP{border:1px solid #fff;border:1px solid var(--pink2);border-radius:50%;cursor:pointer;height:4rem;position:relative;width:4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Left__NWQcO .StoryWrapper_ColorBallBtn__npRhP .StoryWrapper_ColorPicker__CGq0l{bottom:6rem;left:50%;position:absolute;transform:translateX(-50%)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Right__Vo839 button:first-child{background:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Right__Vo839 button:last-child{background-color:var(--pink2);border:1px solid var(--pink1);color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_TextWrapper__JKdSn .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9{display:flex;padding:0 2rem 2rem 4rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Left__NWQcO{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Left__NWQcO button{align-items:center;background:#ffffff3b;background-color:var(--pink2);border:none;border:1px solid var(--pink1);border-radius:10rem;color:#fff;color:#000;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Left__NWQcO button svg{height:2.6rem;width:2.6rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Left__NWQcO button.StoryWrapper_active__AZcbe{background:#fff6;background:var(--pink1);box-shadow:0 0 8px 2px #fff3;color:#00ffc4;color:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Left__NWQcO button:hover{background:#fff6;background:var(--pink1);box-shadow:0 0 8px 2px #fff3;color:#00ffc4;color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Right__Vo839{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Right__Vo839 button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Right__Vo839 button:first-child{background:#1b47c1;background:var(--pink1);color:#fff}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Right__Vo839 button:last-child{background:#afb6fd;background-color:var(--pink2);border:1px solid var(--pink1);color:#1b47c1;color:var(--pink1)}.StoryWrapper_StoryWrapper__X0\+PH .StoryWrapper_StoryUploadButtons__M\+YT6 .StoryWrapper_PopupContainer__9c7cO .StoryWrapper_CropperMainWrapper__ur4mZ .StoryWrapper_BottomWrapper__y8hFu .StoryWrapper_MirrorWrapper__PiPp9 .StoryWrapper_Right__Vo839 button:hover{transform:scale(1.1)}.StoryWrapper_EffectNormal__y80wf{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)!important}.StoryWrapper_Effect1977__EkqU6{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectAden__IWMQr{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectAmaro__Xve1-{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectBrannan__YkQRF{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectBrooklyn__Mb4m4{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectClarendon__c\+RfL{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectEarlybird__3JXvd{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectGingham__pm1yR{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectHudson__hFU4i{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectInkwell__qkcFp{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.StoryWrapper_EffectLofi__BK3DU{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectMaven__FQJLm{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectPerpetua__\+qugl{background:linear-gradient(180deg,#005b9a 1,#3dc1e600);filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.StoryWrapper_EffectReyes__SkB6L{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectStinson__KR7GB{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectToaster__lIJqJ{background:radial-gradient(50% 50%,circle closest-corner,#0f4e80 1,#3b003b);filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.StoryWrapper_EffectWalden__Slnqc{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectValencia__t7dis{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.StoryWrapper_EffectXpro2__xRKz9{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.WebcamCapture_WebcamCapture__Bovv6{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:20}.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm{display:flex;flex-direction:column;gap:3rem}.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm .WebcamCapture_ViewWrapper__idm7d{height:52.5rem;width:70rem}.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm .WebcamCapture_ViewWrapper__idm7d img,.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm .WebcamCapture_ViewWrapper__idm7d video{height:100%;width:100%}.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm .WebcamCapture_ButtonWrapper__amTE3{align-items:center;display:flex;flex-direction:column;gap:2rem;height:20rem;width:100%}.WebcamCapture_WebcamCapture__Bovv6 .WebcamCapture_Wrapper__ee1Wm .WebcamCapture_ButtonWrapper__amTE3 button{background:#dfecff;border:none;border-radius:1.2rem;color:#054bff;cursor:pointer;font-family:Poppins;font-size:2.14rem;font-style:normal;font-weight:600;height:7rem;line-height:normal;width:100%}.Stream_Container__Yi1ZZ{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.Stream_Container__Yi1ZZ::-webkit-scrollbar{display:none}.Stream_Stories__NxAN\+{align-items:start;display:flex;gap:2rem;justify-content:center}.Stream_BackButton__tV2sb{display:flex}.Stream_BackButton__tV2sb button{all:unset;align-items:center;border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.Stream_BackButton__tV2sb button svg{fill:#fff;fill:var(--pink1);font-size:2rem;transition:all .1s ease-in-out}.Stream_BackButton__tV2sb button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.Stream_BackButton__tV2sb button:hover svg{fill:#fff;font-size:2.5rem}.LiveIndex_LiveMainContainer__NM37t{height:100%;width:max-content}.LiveIndex_LiveClose__3jpl\+{flex-basis:50%}.LiveIndex_LiveContainer__2cX5J{align-items:center;background:#fff;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-basis:75rem!important;flex-direction:column;height:100%;justify-content:center;max-width:100%;overflow:hidden;position:relative;width:75rem!important}.LiveIndex_LiveInnerContainer__UYS48{height:100%;margin:0 auto;overflow-y:scroll;padding-top:4rem;scrollbar-color:#1b47c1 #fff;scrollbar-width:none;width:61rem}.LiveIndex_LiveInnerContainer__UYS48::-webkit-scrollbar{width:rem}.LiveIndex_LiveInnerContainer__UYS48::-webkit-scrollbar-thumb{background:#1b47c1;border-radius:1rem}.LiveIndex_ImageContainer__E0te0{background:linear-gradient(180deg,#000,#0000 35.25%);display:flex;flex-direction:column;height:39.38rem;overflow:hidden;width:100%}.LiveIndex_ImageBox__M5Dmy{height:100%;overflow:hidden;width:100%}.LiveIndex_ImageBox__M5Dmy img{height:100%;width:100%}.LiveIndex_TextBox__2dGNZ{align-items:center;background:#161616;color:#fff;display:flex;font-size:2.33rem;font-style:normal;font-weight:400;height:6.43rem;justify-content:center;line-height:2.8rem;width:100%}.LiveIndex_DescContainer__FfR9p{margin-top:2.8rem;position:relative;width:100%}.LiveIndex_DescContainer__FfR9p p{color:#000;font-size:1.94rem;font-style:normal;font-weight:500;line-height:2.4rem;text-transform:uppercase}.LiveIndex_DescContainer__FfR9p textarea{background:#e7e9fe;background:var(--pink2);border:.194969rem solid #28282836;border:.194969rem solid var(--pink1);border-radius:.97rem;color:#000;font-family:Inter;font-size:1.94rem;font-style:normal;font-weight:400;height:14.03rem;line-height:2.4rem;margin-top:1.5rem;outline-width:0;padding:1.5rem 2.2rem;resize:none;width:100%}.LiveIndex_DescContainer__FfR9p span{bottom:2rem;display:block;position:absolute;right:3rem;z-index:5}.LiveIndex_FollowersContainer__7tg2N{margin-top:2rem}.LiveIndex_topBox__MeAXJ{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.LiveIndex_topBox__MeAXJ img{cursor:pointer}.LiveIndex_topBox__MeAXJ p{color:#000;font-family:Inter;font-size:1.9rem;font-style:normal;font-weight:500;line-height:2.4rem;text-transform:uppercase}.LiveIndex_FollowersBox__KTNkI{align-items:center;background:#e7e9fe;background:var(--pink2);border-radius:1.94rem;display:flex;height:13.25rem;justify-content:space-between;margin-bottom:1.4rem;padding:0 1.9rem;width:100%}.LiveIndex_LeftFollow__d3gCO{align-items:center;display:flex;gap:2rem}.LiveIndex_LeftFollow__d3gCO img{border-radius:50%;height:9.358rem;width:9.358rem}.LiveIndex_LeftFollow__d3gCO div{display:flex;flex-direction:column}.LiveIndex_LeftFollow__d3gCO div h3{color:#000;font-family:Poppins;font-size:2.72rem;font-style:normal;font-weight:500;line-height:3.8rem}.LiveIndex_LeftFollow__d3gCO div h4{color:#4a4a4a}.LiveIndex_LeftFollow__d3gCO div h4,.LiveIndex_RightFollow__gGhCE{font-family:Poppins;font-size:1.94rem;font-style:normal;font-weight:500;line-height:3.8rem}.LiveIndex_RightFollow__gGhCE{background:#1b47c1;background:var(--pink1);border:none;border-radius:.97rem;color:#fff;cursor:pointer;height:6.6rem;transition:all .2s ease;width:15.2rem}.LiveIndex_RightFollow__gGhCE:hover{background:#002897;background:var(--pink1)}.LiveIndex_GoLiveBtnContainer__ohCMm{background:#1b47c1;background-color:var(--pink1);border:none;border-radius:.97rem;color:#fff;cursor:pointer;font-size:2.72rem;font-style:normal;font-weight:600;height:10rem;line-height:4.1rem;overflow:hidden;transition:all .2s ease;width:100%}.LiveIndex_GoLiveBtnContainer__ohCMm:hover{background:#002897;background-color:var(--pink1)}.LiveIndex_LiveShow__ZO-C0{align-items:flex-start;justify-content:space-between;overflow:hidden;position:relative}.LiveIndex_liveDivContainer__MBDkc{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:8}.LiveIndex_liveDivContainer__MBDkc img{height:100%;width:100%}.LiveIndex_LiveShowTop__YcBDR{align-items:center;display:flex;justify-content:space-between;padding:9.6rem 6.8rem;width:100%;z-index:10}.LiveIndex_LiveShowTop__YcBDR img{cursor:pointer;padding:.5rem}.LiveIndex_LiveShowTop__YcBDR button{background:#0000;border:none;color:#ff6767;cursor:pointer;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:500;height:4.82rem;line-height:1.5rem;outline:none;position:relative;text-transform:uppercase;width:6.5rem;width:17.4rem}.LiveIndex_LiveShowTop__YcBDR button:after{content:"LIVE"}.LiveIndex_LiveShowTop__YcBDR button:before{animation:LiveIndex_blink__GytPa 1s infinite;background-color:#ff6767;border-radius:50%;content:"";height:1rem;left:30%;position:absolute;top:50%;transform:translateY(-50%);width:1rem}@keyframes LiveIndex_blink__GytPa{0%{opacity:1}50%{opacity:0}to{opacity:1}}.LiveIndex_LiveShowTop__YcBDR button:hover:before{display:none}.LiveIndex_LiveShowTop__YcBDR button:hover:after{content:"END LIVE"}.LiveIndex_LiveShowTop__YcBDR button:hover{background:#ff3c3c;color:#fff;content:"Live End";font-size:1.5rem;height:4.82rem;line-height:1.8rem;text-transform:uppercase;transition:all .4s ease-in;width:17.4rem}.LiveIndex_LiveShowTop__YcBDR button:active:after{position:relative;top:.1rem}.LiveIndex_LiveShowTop__YcBDR button:active{box-shadow:inset 0 0 8px 2px #0000004d;transition:all 0s ease-in}.LiveIndex_LiveShowBottom__UiQV4{align-items:flex-end;display:flex;justify-content:space-between;padding:0 8.2rem 10rem 7.7rem;width:100%;z-index:10}.LiveIndex_LiveShowBottomLeft__UMrdP{width:31.982rem}.LiveIndex_LiveShowBottomLeft__UMrdP h4{align-items:center;background:#f7f7f71a;border-radius:10rem;color:#fff;display:flex;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;height:3.2rem;justify-content:center;line-height:1.2rem;margin-bottom:2.8rem;width:12.9rem}.LiveIndex_LiveShowBottomLeft__UMrdP p{color:#fff;font-family:Inter;font-size:1.22rem;font-style:normal;font-weight:400;line-height:1.5rem;margin-bottom:1rem}.LiveIndex_LiveShowBottomLeft__UMrdP div{align-items:center;display:flex;flex-direction:row;gap:.7rem}.LiveIndex_LiveShowBottomLeft__UMrdP div span{align-items:center;background:#dbdeff0d;border-radius:.73rem;color:#fff;display:flex;font-family:Inter;font-size:1.22rem;font-style:normal;font-weight:400;height:2.97rem;justify-content:center;line-height:1.5rem;padding:rem 1.2rem}.LiveIndex_LiveShowBottomRight__pWWBT{align-items:center;display:flex;flex-direction:column;gap:2rem;width:4.87rem}.LiveIndex_LiveShowBottomRight__pWWBT img{cursor:pointer}.LiveIndex_LiveShowBottomRight__pWWBT img:active{transform:scale(1.5);transition:all .2s ease-in-out}.LiveIndex_LiveEndPopup__NB6aG{background:#fff;border-radius:1rem;box-shadow:0 0 2rem 1rem #00000080;height:36.8rem;left:50%;overflow:hidden;padding:5.4rem 6.7rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:61rem;z-index:11}.LiveIndex_LiveEndPopup__NB6aG h1{color:#000;font-family:Poppins;font-size:4.2rem;font-style:normal;font-weight:400;line-height:5.2rem}.LiveIndex_LiveEndPopup__NB6aG h1 span{display:block;font-weight:700}.LiveIndex_LiveEndPopup__NB6aG div{align-items:center;display:flex;justify-content:space-between;margin-top:4.6rem}.LiveIndex_LiveEndPopup__NB6aG div button{background:#d7daff;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:6.2rem;line-height:2rem;outline:none;width:21.8rem}.LiveIndex_EndLiveButton__wAulI{all:unset;align-items:center;background:#f23f3f;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:4rem;justify-content:center;line-height:2rem;margin-top:2rem;width:100%}.LiveIndex_LiveEndPopup__NB6aG div button:last-child{background:#f23f3f;color:#fff}.LiveIndex_LiveEndPopup__NB6aG div button:hover{background:#b9b9b9;transition:all .3s ease-in-out}.LiveIndex_LiveEndPopup__NB6aG div button:last-child:hover{background:#881c1c;transition:all .3s ease-in-out}.LiveIndex_TextBox2__Clx10{background:#ee4949}@media (max-width:600px){.LiveIndex_LiveMainContainer__NM37t{background:#fff}.LiveIndex_GoLiveBtnContainer__ohCMm{margin:0 auto 2rem;width:95%}.LiveIndex_LiveInnerContainer__UYS48{width:90%}.LiveIndex_LiveShowTop__YcBDR{padding:4rem 0 2rem 4rem}.LiveIndex_LiveShowBottom__UiQV4{padding:0 4rem 4rem}}.SettingPage_Container__ZRJ4Y{-ms-overflow-style:none;height:100%;overflow:hidden;overflow-y:scroll;position:relative;scrollbar-width:none;width:100%}.SettingPage_Container__ZRJ4Y::-webkit-scrollbar{display:none}.SettingPage_Setting__3EZN5{align-items:start;display:flex;gap:2rem;justify-content:center;padding-inline:12rem}.SettingPage_BackButton__T9VYB{display:flex}.SettingPage_BackButton__T9VYB button{all:unset;align-items:center;background-color:var(--pink1);border:1px solid var(--pink1);border-radius:.5rem;color:var(--pink1);cursor:pointer;display:flex;font-size:1.5rem;gap:.625rem;height:4rem;justify-content:center;margin-top:2rem;padding:.625rem 1.875rem;transition:all .5s ease-in-out;width:5rem}.SettingPage_BackButton__T9VYB button svg{fill:#fff;font-size:2rem;transition:all .1s ease-in-out}.SettingPage_BackButton__T9VYB button:hover{background-color:var(--pink1);color:#fff;transform:scale(1.1)}.SettingPage_BackButton__T9VYB button:hover svg{fill:#fff;font-size:2.5rem}@media(max-width:1200px){.SettingPage_Container__ZRJ4Y{background-color:#fff}.SettingPage_Setting__3EZN5{padding-inline:0}.SettingPage_BackButton__T9VYB{display:none}}.PostWrapper_PostWrapperOuter__WzYrZ{height:100%;overflow:hidden;padding:4rem 13rem;width:100%}.PostWrapper_PostWrapperOuter__WzYrZ .PostWrapper_PostWrapperInner__orQwn{background:#fff;border-radius:2rem;box-shadow:0 .5rem .8rem .3rem #0003;height:100%;overflow:hidden;position:relative;width:100%}@media screen and (max-width:700px){.PostWrapper_PostWrapperOuter__WzYrZ .PostWrapper_PostWrapperInner__orQwn{border-radius:0}}.PostWrapper_PostWrapperOuter__WzYrZ .PostWrapper_PostWrapperInner__orQwn .PostWrapper_CloseBtn__d3qRC{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;left:2rem;position:absolute;top:1rem;transform:rotate(180deg);width:4rem}@media screen and (max-width:700px){.PostWrapper_PostWrapperOuter__WzYrZ{padding:0}}@media screen and (max-width:870px){.PostWrapper_PostWrapperOuter__WzYrZ .PostWrapper_Controls__xUD\+G{padding-top:25rem}}.PostWrapper_Controls__xUD\+G{padding-bottom:3rem;padding-top:3rem}.PostWrapper_Controls__xUD\+G h1{font-size:4.45rem;line-height:6.7rem;margin-bottom:8rem}.PostWrapper_Controls__xUD\+G h1,.PostWrapper_Controls__xUD\+G h4{color:#000;font-family:Poppins;font-style:normal;font-weight:600;text-align:center}.PostWrapper_Controls__xUD\+G h4{font-size:2.14rem;line-height:3.2rem;margin-bottom:3.4rem}.PostWrapper_Controls__xUD\+G .PostWrapper_buttonContainer__gLCOX{align-items:center;display:flex;flex-direction:column;justify-content:center}.PostWrapper_Controls__xUD\+G .PostWrapper_buttonContainer__gLCOX .PostWrapper_button__AhgY0{background:#f9eef9;border:none;border-radius:1.19rem;color:#a6539d;cursor:pointer;font-size:2.14rem;font-style:normal;font-weight:500;height:8.11rem;line-height:3.2rem;margin-bottom:1rem;position:relative;transition:all .3s ease-in-out;width:35.8rem}.PostWrapper_Controls__xUD\+G .PostWrapper_buttonContainer__gLCOX .PostWrapper_button__AhgY0 span{background:lime;bottom:0;height:1rem;left:0;position:absolute}.PostWrapper_Controls__xUD\+G .PostWrapper_buttonContainer__gLCOX .PostWrapper_button__AhgY0:hover{background:#a6539d;color:#fff}.PostWrapper_Controls__xUD\+G .PostWrapper_buttonContainer__gLCOX .PostWrapper_button__AhgY0:disabled{background:#949494;color:#002992;cursor:default}.PostWrapper_TextBox__xU0i5{background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.PostWrapper_TextBox__xU0i5 .PostWrapper_controls__1aITO{align-items:center;display:flex;height:8rem;justify-content:space-between;margin-bottom:1rem;padding:0 8rem 0 2rem;-webkit-user-select:none;user-select:none}.PostWrapper_TextBox__xU0i5 .PostWrapper_controls__1aITO .PostWrapper_Right__Q01ns{align-items:center;display:flex;gap:2rem}.PostWrapper_TextBox__xU0i5 .PostWrapper_controls__1aITO .PostWrapper_Right__Q01ns .PostWrapper_PopupCloseBtn__Z-2GO{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_TextBox__xU0i5 .PostWrapper_controls__1aITO img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_TextBox__xU0i5 .PostWrapper_controls__1aITO .PostWrapper_ArrowRight__w9af7{cursor:pointer}.PostWrapper_TextBox__xU0i5 .PostWrapper_ColorPicker__HhUAH{left:10rem;position:absolute;top:8rem;z-index:1}.PostWrapper_TextBox__xU0i5 .PostWrapper_ColorPicker__HhUAH>*{-webkit-user-select:none;user-select:none}.PostWrapper_TextBox__xU0i5 .PostWrapper_ColorPicker__HhUAH:after{background:#fff;content:"";height:2.5rem;left:50%;position:absolute;top:0;transform:rotate(45deg) translateX(-50%);width:2.5rem;z-index:-1}.PostWrapper_TextBox__xU0i5 .PostWrapper_Textarea__NVfVq{align-self:center;background:#0000;border:none;color:#fff;font-size:10rem;font-style:normal;font-weight:600;height:100%;line-height:123.4%;outline:none;overflow:hidden;padding:3rem .5rem;resize:none;text-align:center;width:55.9rem}.PostWrapper_TextBox__xU0i5 .PostWrapper_Textarea__NVfVq::-webkit-scrollbar{cursor:pointer;width:.5rem}.PostWrapper_TextBox__xU0i5 .PostWrapper_Textarea__NVfVq::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem;cursor:pointer!important}.PostWrapper_UploadSectionOuter__XTJpu{display:flex;flex-direction:column;gap:.6rem;height:100%;overflow:hidden;padding-top:1.5rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h{height:100%;overflow-y:scroll;padding-right:.2rem;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h::-webkit-scrollbar{width:.4rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h::-webkit-scrollbar-thumb{background:#054bff;border-radius:2rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl{align-items:center;display:flex;flex-direction:column;gap:3.1rem;padding:1rem 4.4rem 2rem 6.2rem;position:relative;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_PopupCloseBtn__Z-2GO{cursor:pointer;height:4rem;left:1rem;position:absolute;top:0;transform:rotate(180deg);width:4rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX{background:#000;border-radius:1rem 1rem 0 0;display:flex;flex-direction:column;height:36rem;position:relative;width:30rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ArrowBtn__9\+mYX{align-items:center;background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:3rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ArrowBtn__9\+mYX.PostWrapper_PreBtn__ctvLc{left:-4rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ArrowBtn__9\+mYX.PostWrapper_NextBtn__ChlFE{right:-4rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ArrowBtn__9\+mYX:hover{background:#1f2ca2;transform:translateY(-50%) scale(1.1)}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ArrowBtn__9\+mYX:disabled{background:#4d4f5b;cursor:default;opacity:.5;transform:translateY(-50%) scale(1)}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ImagesContainerOuter__oAKZ3{border-radius:1rem 1rem 0 0;flex:1 1;height:100%;overflow:hidden}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ImagesContainerOuter__oAKZ3 .PostWrapper_ImagesContainer__tHh-S{display:flex;height:100%;overflow:hidden;transition:all .3s ease-in-out;width:auto}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ImagesContainerOuter__oAKZ3 .PostWrapper_ImagesContainer__tHh-S img,.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_ImagesContainerOuter__oAKZ3 .PostWrapper_ImagesContainer__tHh-S video{height:100%;max-width:30rem;min-width:30rem;object-fit:contain;transition:all .3s ease-in-out}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_ImageWrapper__b-6rX .PostWrapper_EditBtn__czuBV{background:#000;border:none;color:#fff;cursor:pointer;font-family:Inter;font-size:1.2rem;font-style:normal;font-weight:400;height:4.7rem;line-height:normal;transition:all .3s ease-in-out;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ{display:flex;flex-direction:column;gap:2rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ{align-items:center;display:flex;justify-content:space-between;min-height:7rem;padding:0 1.73rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Left__s\+kYf .PostWrapper_BtnWrapper__j3zNS{align-items:center;display:flex;gap:1rem;margin-left:-1.73rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Left__s\+kYf .PostWrapper_BtnWrapper__j3zNS button{border:1.731px solid #0000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;height:6.5rem;line-height:normal;width:11rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Left__s\+kYf .PostWrapper_BtnWrapper__j3zNS button:first-child{background:#0000;border:1.731px solid #909aff;color:#5766f9}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Left__s\+kYf .PostWrapper_BtnWrapper__j3zNS button:last-child{background:#909aff;color:#fff}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Left__s\+kYf p{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Right__Q01ns{align-items:center;display:flex;gap:1.5rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType1__TBOVZ .PostWrapper_Row1__7VGDQ .PostWrapper_Right__Q01ns p{color:#000;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D{display:flex;flex-direction:column;gap:2rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2{align-items:center;display:flex;height:9rem;justify-content:space-between;padding:1.73rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2 .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:.8rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2 .PostWrapper_Left__s\+kYf button{background:#e1e4ff;border:none;border-radius:50%;color:#000;cursor:pointer;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;height:5.5rem;line-height:normal;text-transform:uppercase;transition:all .3s ease-in-out;width:5.5rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2 .PostWrapper_Left__s\+kYf button.PostWrapper_active__c0v4I{background:#909aff;color:#fff}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2 .PostWrapper_Right__Q01ns p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType2__cYG0D .PostWrapper_Container__aF7d2 .PostWrapper_Right__Q01ns input{border:none;color:#000;cursor:pointer;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;height:2.5rem;line-height:normal;outline:none;text-transform:uppercase;width:15rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD{display:flex;flex-direction:column;gap:3.2rem;padding:0 3rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6{background:#e7e9fe;border:2.054px solid #28282836;border-radius:1rem;display:flex;flex-direction:column;height:15rem;overflow:hidden;position:relative;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_textarea1__Ozd9Y{background:#e7e9fe;border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_textarea1__Ozd9Y::-webkit-scrollbar{display:none}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_row2__FVfkN{display:flex;height:35%;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_row2__FVfkN .PostWrapper_textarea2__hUWfg{background:#e7e9fe;border:none;color:#000;font-size:1.36275rem;font-style:normal;font-weight:400;height:100%;line-height:1.8rem;outline:none;padding:.5rem 1.5rem;resize:none;scrollbar-width:none;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_row2__FVfkN .PostWrapper_textarea2__hUWfg::-webkit-scrollbar{display:none}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType3__CYewD .PostWrapper_TextAreaContainer__9ehK6 .PostWrapper_row2__FVfkN span{align-self:flex-end;color:#000;display:block;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:1rem;padding-left:1rem;text-align:bottom;width:12%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG{display:flex;flex-direction:column;gap:2rem;min-height:65rem;padding:0 3rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG p{color:#000;font-family:Inter;font-size:1.73rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:25rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF h1{color:#000;font-family:Poppins;font-size:3.17rem;font-style:normal;font-weight:500;line-height:138.4%;margin-bottom:2.8rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20{align-items:center;display:flex;justify-content:space-between;margin-bottom:3.5rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20 .PostWrapper_Left__s\+kYf p{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20 .PostWrapper_Left__s\+kYf span{color:#959595;display:block;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:400;line-height:138.4%;width:15rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20 .PostWrapper_Right__Q01ns{align-items:center;cursor:pointer;display:flex;gap:1.5rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20 .PostWrapper_Right__Q01ns span{color:#3a0dbb;font-family:Poppins;font-size:1.61rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container1__Cp0wF .PostWrapper_Row__LRs20 .PostWrapper_Right__Q01ns svg{height:2.76rem;width:2.76rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container2__gVgsi{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:25rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container2__gVgsi h6{color:#959595;font-family:Poppins;font-size:1.38rem;font-style:normal;font-weight:400;line-height:138.4%;margin-bottom:2.7rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container2__gVgsi .PostWrapper_Row__LRs20{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container2__gVgsi .PostWrapper_Row__LRs20 p{color:#323232;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container2__gVgsi .PostWrapper_Row__LRs20 span{color:#959595;font-family:Poppins;font-size:.9rem;font-style:normal;font-weight:500;line-height:138.4%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container3__YLHSR{background:#fff;border-radius:1.1rem;box-shadow:0 0 8px 2px #0000001a;min-height:15rem;padding:3rem 4rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container3__YLHSR span{color:#959595;display:block;font-family:Poppins;font-size:1.2rem;font-style:normal;font-weight:400;line-height:138.4%;margin-bottom:1.6rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container3__YLHSR .PostWrapper_SearchBox__Wd5Uw{align-items:center;background:#f9f9f9;border:.414px solid #e6e6e6;border-radius:.7rem;display:flex;gap:.7rem;height:5rem;padding:0 .7rem;width:100%}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadSectionInner__8IX3h .PostWrapper_ContentWrapper__2qtyl .PostWrapper_RowType4__-4PmG .PostWrapper_Container3__YLHSR .PostWrapper_SearchBox__Wd5Uw input{background:#0000;border:none;color:#323232;flex:1 1;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:400;height:100%;line-height:138.4%;outline:none;padding:0 1rem}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadBtn__PTinq{background:#1b47c1;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.4rem;font-style:normal;font-weight:600;height:8.8rem;line-height:normal;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100%;z-index:1}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadBtn__PTinq:hover{background:#072986}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadBtn__PTinq span{background:lime;bottom:0;height:100%;left:0;position:absolute;z-index:-1}.PostWrapper_UploadSectionOuter__XTJpu .PostWrapper_UploadBtn__PTinq:disabled{background:#949494;color:#002992;cursor:default}.PostWrapper_SelectedImageWrapper__MKXgp{background:#fff;display:flex;flex-direction:column;gap:4rem;height:100%;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Top__UvhDx{align-items:center;display:flex;height:8rem;justify-content:space-between;padding:0 8rem 0 2rem;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Top__UvhDx .PostWrapper_PopupCloseBtn__Z-2GO{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Top__UvhDx h1{color:#000;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Top__UvhDx img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:scroll;padding:0 4rem;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX::-webkit-scrollbar{width:.5rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX::-webkit-scrollbar-thumb{background:#000}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb{grid-column-gap:1.4rem;grid-row-gap:1.2rem;column-gap:1.4rem;display:grid;grid-template-columns:repeat(3,1fr);overflow-y:scroll;padding-right:.5rem;row-gap:1.2rem;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb::-webkit-scrollbar{width:.4rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb::-webkit-scrollbar-thumb{background:#054bff;border-radius:1rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb .PostWrapper_ImageWrapper__b-6rX{border-radius:1rem;height:20rem;overflow:hidden;position:relative;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb .PostWrapper_ImageWrapper__b-6rX .PostWrapper_remove__aa6N7{align-items:center;background:#ffffff4d;border-radius:50%;box-shadow:0 0 8px 3px #0003;cursor:pointer;display:flex;font-size:2rem;font-weight:600;height:3rem;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease-in-out;width:3rem;z-index:2}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb .PostWrapper_ImageWrapper__b-6rX .PostWrapper_remove__aa6N7:hover{font-size:2.5rem}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_ImageSection__UZhDb .PostWrapper_ImageWrapper__b-6rX img{height:100%;width:100%;z-index:1}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_TextSection__5T4rC{align-items:center;cursor:grab;display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:2rem 0;width:100%}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_TextSection__5T4rC h1{color:#000;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_TextSection__5T4rC h4{color:#757575;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_TextSection__5T4rC button{background:#0000;border:none;border-radius:1rem;color:#000;cursor:pointer;font-family:Poppins;font-size:21.483px;font-style:normal;font-weight:400;line-height:normal;padding:1rem 3rem;transition:all .3s ease-in-out}.PostWrapper_SelectedImageWrapper__MKXgp .PostWrapper_Bottom__76cAX .PostWrapper_TextSection__5T4rC button:hover{background:#054bff;color:#fff;transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5{background:#000;box-shadow:1rem 1rem 4.3rem #0000004d;display:flex;flex-direction:column;gap:2rem;height:100%;position:relative;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_controlsBar__FxWFz{align-items:center;display:flex;justify-content:space-between;max-height:8rem;min-height:8rem;padding:0 8rem 0 2rem;position:relative}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_controlsBar__FxWFz .PostWrapper_PopupCloseBtn__Z-2GO{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;transform:rotate(180deg);width:4rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_controlsBar__FxWFz .PostWrapper_Right__Q01ns{align-items:center;display:flex;gap:2rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_controlsBar__FxWFz img{cursor:pointer;height:4rem;width:4rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;padding:2rem;position:relative;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_LeftBtn__2dTSk{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_LeftBtn__2dTSk:hover{transform:translateY(-50%) scale(1.4)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_RightBtn__jZ8ny{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;height:5rem;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:5rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_RightBtn__jZ8ny:hover{transform:translateY(-50%) scale(1.4)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_img__YehTw{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain!important;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_EffectPreview__ej3Dh{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_EffectPreview__ej3Dh img{height:100%;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_EffectPreview__ej3Dh div{background:#0000;position:absolute}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_CropContainer__rSuk7 .PostWrapper_EffectPreview__ej3Dh div .PostWrapper_TextArea__zhZIv{background:#0000;border:none;height:5rem;width:20rem;z-index:1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p{height:15rem;position:relative;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RemoveBtn__K8iq0{-webkit-backdrop-filter:blur(4.7067332268px);backdrop-filter:blur(4.7067332268px);background:#ffffff14;border:none;border-radius:5.88344rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4.2rem;line-height:normal;position:absolute;right:5rem;top:-5rem;transition:all .3s ease-in-out;width:14rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RemoveBtn__K8iq0:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p>div{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_ButtonWrapper__7B1bc{align-items:center;display:flex;gap:2rem;height:100%;padding:0 4.8rem;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_ButtonWrapper__7B1bc button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_ButtonWrapper__7B1bc button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_ButtonWrapper__7B1bc button.PostWrapper_active__c0v4I,.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_ButtonWrapper__7B1bc button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Left__s\+kYf{align-items:center;display:flex;flex-direction:column;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Left__s\+kYf input{cursor:pointer;width:80%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Left__s\+kYf span{color:#fff;font-size:2rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_RotateWrapper__JuHVq .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Left__s\+kYf button{background:#ffffff3b;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;height:6rem;width:6rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AspectRatioWrapper__h\+x0t .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Left__s\+kYf button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Left__s\+kYf button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Left__s\+kYf button.PostWrapper_active__c0v4I,.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Left__s\+kYf button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_CropWrapper__LJcum .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:3rem;height:100%;justify-content:center;overflow:hidden;padding-left:5rem;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Left__s\+kYf>*{-webkit-user-select:none;user-select:none}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Left__s\+kYf .PostWrapper_ImageWrapper__b-6rX{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;height:10rem;overflow:hidden;width:9rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Left__s\+kYf .PostWrapper_ImageWrapper__b-6rX img{border-radius:50%;height:7rem;overflow:hidden;position:relative;width:7rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Left__s\+kYf .PostWrapper_ImageWrapper__b-6rX p{color:#fff;display:block;font-size:1.7rem;margin:0}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_EffectShowWrapper__iVQEi .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf .PostWrapper_RangeMainWrapper__Qsbu\+{display:flex;flex-direction:column;gap:1rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf .PostWrapper_RangeMainWrapper__Qsbu\+ .PostWrapper_RangeWrapper__7bpXO{align-items:center;display:flex;gap:0;justify-content:space-between}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf .PostWrapper_RangeMainWrapper__Qsbu\+ .PostWrapper_RangeWrapper__7bpXO label{color:#fff;font-size:1.8rem;width:11rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf .PostWrapper_RangeMainWrapper__Qsbu\+ .PostWrapper_RangeWrapper__7bpXO input{cursor:pointer;width:50%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Left__s\+kYf .PostWrapper_RangeMainWrapper__Qsbu\+ .PostWrapper_RangeWrapper__7bpXO span{color:#fff;font-size:1.2rem;text-align:center;width:3rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_AdjustmentWrapper__Bruga .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;position:relative;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_draggableBtn__8nm37{background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;padding:1rem;transition:all .2s ease-in-out;width:12rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_draggableBtn__8nm37:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_fontSizeBtn__B9dlb{background:#ffffff3b;border:none;border-radius:10rem;border-right:1rem solid #0000;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;height:4rem;line-height:normal;outline:none;padding-left:1rem;transition:all .2s ease-in-out;width:7rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_fontSizeBtn__B9dlb:hover{box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_fontSizeBtn__B9dlb option,.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_fontSizeBtn__B9dlb option:hover{color:#000}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_rangeBtn__KYQaG{cursor:pointer}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_ColorBallBtn__bmD4V{border:1px solid #fff;border-radius:50%;cursor:pointer;height:4rem;position:relative;width:4rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Left__s\+kYf .PostWrapper_ColorBallBtn__bmD4V .PostWrapper_ColorPicker__HhUAH{bottom:6rem;left:50%;position:absolute;transform:translateX(-50%)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_TextWrapper__4ph2z .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB{display:flex}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Left__s\+kYf{align-items:center;display:flex;gap:1rem;height:100%;justify-content:space-evenly;width:100%}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Left__s\+kYf button{align-items:center;background:#ffffff3b;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;gap:1rem;justify-content:center;line-height:normal;padding:1rem 3rem;transition:all .2s ease-in-out}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Left__s\+kYf button svg{height:2.6rem;width:2.6rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Left__s\+kYf button.PostWrapper_active__c0v4I,.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Left__s\+kYf button:hover{background:#fff6;box-shadow:0 0 8px 2px #fff3;color:#00ffc4}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Right__Q01ns{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:20rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Right__Q01ns button{border:none;border-radius:2rem;cursor:pointer;font-size:2rem;font-weight:500;height:4rem;transition:all .3s ease-in-out;width:10rem}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Right__Q01ns button:first-child{background:#1b47c1;color:#fff}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Right__Q01ns button:last-child{background:#afb6fd;color:#1b47c1}.PostWrapper_CropperMainWrapper__Ammv5 .PostWrapper_BottomWrapper__nl33p .PostWrapper_MirrorWrapper__zEkBB .PostWrapper_Right__Q01ns button:hover{transform:scale(1.1)}.PostWrapper_EffectNormal__jZcO1{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)!important}.PostWrapper_Effect1977__R-CSK{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectAden__Cj6aw{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectAmaro__4eIVP{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectBrannan__BG0B7{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectBrooklyn__tbIEu{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectClarendon__cJZGA{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectEarlybird__ts0p4{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectGingham__vXwVB{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectHudson__8Yj5r{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectInkwell__GbLGD{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.PostWrapper_EffectLofi__x-jGt{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectMaven__fPBUl{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectPerpetua__8FWcm{background:linear-gradient(180deg,#005b9a 1,#3dc1e600);filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.PostWrapper_EffectReyes__yyVQA{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectStinson__1PXsj{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectToaster__5mU4W{background:radial-gradient(50% 50%,circle closest-corner,#0f4e80 1,#3b003b);filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0);opacity:.5}.PostWrapper_EffectWalden__2xgxg{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectValencia__OQ0N6{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.PostWrapper_EffectXpro2__BU01u{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}*{box-sizing:border-box;font-family:Poppins,sans-serif;font-style:normal;margin:0;padding:0}::selection{background:#020aff;color:#fff}html{scroll-behavior:smooth}body{overflow-x:hidden}:root{--fontFamily1:"Poppins",sans-serif;--gradient1:linear-gradient(183.75deg,#020aff -5.47%,#23a3ff 22.86%,#2489d2 56.43%,#020eff 88.42%);--gradient2:linear-gradient(325.59deg,#2992e3 8.9%,#0f0aa4 100.7%);--gradient3:linear-gradient(235.29deg,#020aff -8.02%,#23a3ff 31.36%,#2489d2 68.48%,#020eff 92.57%);--gradient4:linear-gradient(58deg,#0f0aa4 23.31%,#2992e3 117.48%);--dark-blue:#3a0dbb;--violet1:#e7e9fe;--violet2:#afb6fd;--violet3:#dbdeff;--violet4:#e7e9fe;--violet5-gradient:linear-gradient(96.27deg,#f8f8f8 12.98%,#dce5ff 93.38%);--violet6:#ccd0ff;--backbg1:#fcf7fc;--pink1:#a6539d;--pink2:#fcf7fc;--pink3:#c774bd;--pink4:#f5e3f4;--lemonade1:#f9eef9;--bg-color:#f9eef9;--text-color:#000;--tab-background:#fff;--secondary:#959595;--tertiary:#fff;font-size:62.5%}#root{height:100vh;overflow:hidden}[data-theme=dark]{--bg-color:#0a0a0a;--text-color:#fff;--tab-background:#969696;--secondary:#fff;--tertiary:#000}.Toastify{font-size:16px;position:absolute;z-index:99999}.Toastify .Toastify__toast-theme--colored.Toastify__toast--default{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--success{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-icon svg{fill:lime!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--error{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-icon svg{fill:red!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-icon svg{fill:#e1ff00!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--info{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-icon svg{fill:#3498db!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.App{border:2rem solid #f9eef9;border:2rem solid var(--bg-color);border-bottom:none;height:100vh}.App,.App .MainContainer{background:#f9eef9;background:var(--bg-color);width:100%}.App .MainContainer{border-radius:2rem;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 2rem;position:relative}@media screen and (max-width:3840px){:root{font-size:140%}}@media screen and (max-width:2048px){:root{font-size:80%}}@media screen and (max-width:1920px){:root{font-size:69%}}@media screen and (max-width:1856px){:root{font-size:67%}}@media screen and (max-width:1792px){:root{font-size:64%}}@media screen and (max-width:1680px){:root{font-size:61%}}@media screen and (max-width:1600px){:root{font-size:58%}}@media screen and (max-width:1440px){:root{font-size:52.5%}}@media screen and (max-width:1400px){:root{font-size:51%}}@media screen and (max-width:1366px){:root{font-size:49.8%}}@media screen and (max-width:1280px){:root{font-size:46%}}@media screen and (max-width:1152px){:root{font-size:44%}}@media screen and (max-width:1024px){:root{font-size:42%}}@media screen and (max-width:900px){:root{font-size:35%}}@media screen and (max-width:1200px){.App{border:none}.App .MainContainer{flex-direction:column;height:100vh;padding:0}}@media screen and (max-width:431px){:root{--gradient3:linear-gradient(240.29deg,#020aff -5.02%,#23a3ff -3.64%,#2489d2 14.48%,#020eff 95.57%);--gradient1:linear-gradient(192.75deg,#020aff -5.47%,#23a3ff 22.86%,#2489d2 56.43%,#020eff 88.42%);--gradient4:linear-gradient(35deg,#0f0aa4 45.31%,#2992e3 107.48%);font-size:35%}}
/*# sourceMappingURL=main.e3c2938c.css.map*/