@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--primary:225,190,231;--primary-dark:199,161,207;--accent:121,134,203;--background:243,242,245;--background-dark:233,230,237;--background-darker:221,218,224;--text-primary:#000;--black:#000;--white:#fff;--black-light:0,0,0;--gray:184,184,184;--blue:0,123,255;--green:88,189,105;--red:255,27,20;--button-org-bg:#000;--button-org-bg-hover:#000000de;--heading-large:5.6rem;--heading-medium:3.6rem;--heading-small:2.4rem;--paragraph:1.11rem;--shadow-smooth:0 5px 17px -7px rgba(0,0,0,.1);--transition-short:cubic-bezier(.175,.685,.32,1.175);--transition-long:cubic-bezier(.175,.685,.32,1.275);--font-main:"Poppins";--font-Notosans:"Noto Sans",sans-serif}*{box-sizing:border-box}body,html{margin:0;color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;scroll-behavior:smooth}.view-width{width:60%}h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:var(--heading-large)}h2{font-size:var(--heading-medium)}h3{font-size:var(--heading-small)}h4{font-size:calc(var(--heading-small) - .2rem)}h5{font-size:calc(var(--heading-small) - .4rem)}h6{font-size:calc(var(--heading-small) - .6rem)}h1,h2{font-weight:900}h3,h4,h5,h6{font-weight:800}p{margin:0;font-size:var(--paragraph)}li{margin:.07em 0}a,button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:rgb(var(--primary-dark));font-size:var(--paragraph);text-decoration:underline}a:visited{color:rgba(var(--primary-dark),.5)}button{padding:.8em 2em;border-radius:.3rem;width:fit-content;font-size:calc(var(--paragraph) - .2rem);outline:none;white-space:nowrap}button,button:focus{transition:.3s ease-in-out}button:focus{box-shadow:0 0 0 2px rgba(var(--black-light),.7),0 0 0 3px var(--white);border:1px solid transparent}form{margin:0;width:100%}fieldset{margin:0;padding:.5em 0;border:none}.bluefocus:focus{box-shadow:0 0 0 2px rgb(var(--blue)),0 0 0 3px var(--white)!important;background:rgba(var(--blue),.1)!important}.bluefocus:focus,.redfocus:focus{border:1px solid transparent!important}.redfocus:focus{box-shadow:0 0 0 2px rgb(var(--red)),0 0 0 3px var(--white)!important;background:rgba(var(--red),.1)!important}.greenfocus:focus{box-shadow:0 0 0 2px rgb(var(--green)),0 0 0 3px var(--white)!important;border:1px solid transparent!important;background:rgba(var(--green),.1)!important}.bluefocus:hover{border:1px solid rgba(var(--blue),1)}.redfocus:hover{border:1px solid rgba(var(--red),1)}.greenfocus:hover{border:1px solid rgba(var(--green),1)}[contentEditable=true]{cursor:text;width:fit-content;height:fit-content;border:none;outline:none;padding-right:.4em}.contentedit[contentEditable=true]{cursor:text;width:fit-content;border:1px solid rgba(var(--black-light),.2);font-weight:400;outline:none;overflow:hidden;white-space:nowrap;text-decoration:none;transition:.3s ease-in-out}.contentedit[contentEditable=false]{transition:.3s ease-in-out}.contentedit[contentEditable=false]:hover{border:none}.contentedit[contentEditable=true]:hover{border:1px solid rgba(var(--blue),1)}input{width:100%;font-size:var(--paragraph);padding:.75em;border-radius:.25em;background:rgb(var(--background));border:1px solid rgba(var(--black-light),.2);resize:none;outline:none;outline-offset:-3px;opacity:1;transition:.3s ease-in-out}input:hover{border:1px solid rgba(var(--blue),1)}textarea{width:100%;height:25px;font-size:var(--paragraph);padding:.5em;border-radius:.25em;background:rgb(var(--background));border:1px solid rgba(var(--black-light),.2);resize:none;outline:none;transition:.3s ease-in-out}textarea:hover{border:1px solid rgba(var(--blue),1)}.textarea-count{width:100%;text-align:right;float:right;color:rgba(var(--black-light),.6);padding:.15rem .4rem 0 0;font-size:calc(var(--paragraph) - .2rem);transition:.5s ease-in-out}.disable:disabled{background-color:transparent;outline:none;border:none;padding:0 1em 1em 0;transition:.3s ease-in-out}.space{height:50vh}.flexbox{justify-content:center}.flexbox,.flexbox-left{display:flex;align-items:center}.flexbox-left,.flexbox-start-left{justify-content:flex-start}.flexbox-start-left{display:flex;align-items:flex-start}.flexbox-right{align-items:center}.flexbox-right,.flexbox-start-right{display:flex;justify-content:flex-end}.flexbox-start-right{align-items:flex-start}.flexbox-start{align-items:flex-start}.flexbox-col,.flexbox-start{display:flex;justify-content:center}.flexbox-col{flex-direction:column;align-items:center}.flexbox-col-left{display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}.flexbox-col-right{display:flex;justify-content:flex-end;flex-direction:column;align-items:flex-end}.flexbox-col-start{align-items:flex-start}.flexbox-col-start,.flexbox-col-start-center{display:flex;justify-content:flex-start;flex-direction:column}.flexbox-col-start-center{align-items:center}.flexbox-space-bet{display:flex;justify-content:space-between;align-items:center}.flexbox-space-bet-start{display:flex;justify-content:space-between;align-items:flex-start}::selection{color:var(--white);background:rgb(var(--primary))}::-webkit-scrollbar{display:block;width:12px}::-webkit-scrollbar-track{margin:10px;border-radius:24px;background-color:rgb(var(--black-light),.08)}::-webkit-scrollbar-thumb{width:10px;border-radius:24px;background-color:#c3c3c3af}::-webkit-scrollbar-thumb:hover{background-color:#c3c3c3}@media only screen and (max-width:2024px){:root{--heading-large:5.2rem;--heading-medium:3.2rem;--heading-small:2rem;--paragraph:1rem}}@media only screen and (max-width:1660px){.view-width{width:65%}}@media only screen and (max-width:1456px){.view-width{width:70%}}@media only screen and (max-width:1220px){.view-width{width:75%}}@media only screen and (max-width:1024px){.view-width{width:85%}}@media only screen and (max-width:856px){.view-width{width:calc(100% - 5rem)}}.alert_box-message__wrQgU{position:absolute;left:6px;height:fit-content!important;color:red!important;font-size:.7rem!important;word-wrap:no-wrap!important;white-space:nowrap!important;z-index:10}.alert_bottom__gqPK4{bottom:-16.5px}.alert_top__aFgs_{top:-16.5px}.alert_box-message__wrQgU[data-error=false]{color:#76b804}.alert_animateOn__OY7CH{animation:alert_alert__xpgy_ .3s linear;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes alert_alert__xpgy_{0%{transform:translateX(0)}25%{transform:translateX(8px)}50%{transform:translateX(0)}75%{transform:translateX(8px)}to{transform:translateX(0)}}@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.auth_main__MewWw{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:var(--font-NotoSans);font-variant:normal;font-style:normal;font-weight:500;-webkit-font-smoothing:antialiased}.auth_main__MewWw .auth_login__card--container__xrDG4{width:100%;max-width:490px;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.125);border:1px solid rgba(0,0,0,.125);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.75em}.auth_errorMessage__U4ZdT{padding:.4em;max-width:490px;color:rgb(var(--red));font-size:var(--paragraph);white-space:wrap;text-align:center}.auth_social__login__gQr5_{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2em;padding:3em 4em 0}.auth_social__login__gQr5_ .auth_login__heading__er12Y{font-weight:700;font-size:1.6rem;opacity:.9}.auth_btn__J7avv{width:100%;display:flex;align-items:center;justify-content:center;gap:.7em;height:50px;padding:.75em .5em;cursor:pointer;border-radius:3px;color:#fff;font-family:inherit;font-size:1rem;position:relative;transition:.4 ease}.auth_btn__J7avv:disabled{cursor:not-allowed;opacity:.8;border:none!important;outline:none;box-shadow:none}.auth_btn__J7avv:focus{outline:none;border:none;box-shadow:none}.auth_btn--facebook__6WuxN{background-color:#1877f2;border:2px solid #1b61bc;outline:rgba(var(--black-light),.1) 2px solid;box-shadow:inset 0 0 1.5px 0 #fff}.auth_btn--facebook__6WuxN:hover:not(:disabled){background-color:#1b61bc}.auth_btn--goolge__svgn9{color:rgba(75,74,74,.686);border:.5px solid hsla(0,0%,69%,.29);box-shadow:0 1.3px 2px 0 hsla(0,0%,61%,.706)}.auth_btn--goolge__svgn9:hover:not(:disabled){background-color:hsla(0,0%,95%,.82);box-shadow:0 1px 2px 0 hsla(0,0%,47%,.706)}.auth_btn--manual__rEFv2{margin-top:1em;background-color:#58bd69;border:2px solid #4ca05a;outline:rgba(var(--black-light),.1) 2px solid;box-shadow:inset 0 0 1.5px 0 #fff}.auth_btn--manual__rEFv2:hover:not(:disabled){background-color:#4ca05a}.auth_spinner__x4lGx{--size:16px;width:var(--size);height:var(--size);border:2px solid hsla(0,0%,100%,.91);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:auth_rotation__0X_HA 1s linear infinite}.auth_spinner_dark__cEsWd{border-color:rgba(46,46,46,.749)}@keyframes auth_rotation__0X_HA{0%{transform:rotate(0deg)}70%{transform:rotate(200deg)}to{transform:rotate(1turn)}}.auth_alt__login__text__5cXhV{width:100%;text-align:center;font-size:.9rem;opacity:.8}.auth_manual__login--form__ziDS2 div:first-child input{padding-left:2.75em}.auth_manual__login--form__ziDS2 div:first-child label{left:45px}.auth_manual__login--form__ziDS2 div:nth-child(2) input{padding-right:3em;padding-left:2.75em}.auth_manual__login--form__ziDS2 div:nth-child(2) label{left:45px}.auth_manual__login--form__ziDS2 div:nth-child(3) input{padding-left:2.75em}.auth_manual__login--form__ziDS2 div:nth-child(3) label{left:45px}.auth_manual__login__tGeze{width:100%;padding:0 4em}.auth_manual__login--form__ziDS2{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6em;transition:.2s ease-in-out}.auth_manual__login--form__ziDS2 div{position:relative;width:100%;border-radius:4px;border:1px solid rgba(var(--black-light),.35)}.auth_manual__login--form__ziDS2 div input{width:100%;border:0;height:50px;border-radius:3px;padding:.75em;background:transparent;font-family:inherit;color:rgba(var(--black-light),.8);border:1px solid hsla(0,0%,100%,.055);transition:.4s ease-in-out;transition:border linaer .1s!important}.auth_manual__login--form__ziDS2 div input::placeholder{color:transparent;transition:.4s ease}.auth_manual__login--form__ziDS2 div input[data-confirmation=null]{border:1px solid hsla(0,0%,100%,.055)}.auth_manual__login--form__ziDS2 div input[data-confirmation=false]{border:1px solid rgba(245,10,10,.663)!important;box-shadow:0 0 0 1px #d7d7d7}.auth_manual__login--form__ziDS2 div input[data-confirmation=true][data-fill=true]{border:1px solid rgba(163,255,5,.783);box-shadow:0 0 0 1px #c9c9c9}.auth_manual__login--form__ziDS2 div input:focus::placeholder,.auth_manual__login--form__ziDS2 div input[data-fill=true]::placeholder{color:rgba(0,0,0,.4);font-size:1rem}.auth_manual__login--form__ziDS2 div input:focus~label,.auth_manual__login--form__ziDS2 div input[data-fill=true]~label{top:1px;left:6px;font-size:.95em;background:#fff;padding:0 4px;transition:.4s ease}.auth_manual__login--form__ziDS2 div input:focus~.auth_manual__login--form__ziDS2 div,.auth_manual__login--form__ziDS2 div input[data-fill=true]~.auth_manual__login--form__ziDS2 div{color:transparent}.auth_manual__login--form__ziDS2 div label{position:absolute;top:50%;left:15px;color:rgba(var(--black-light),.45);padding-left:0;font-size:1rem;transform:translateY(-50%);transition:.5s ease;pointer-events:none}.auth_password__requirements__lNVQ7{padding-left:.4em;width:100%;font-size:.8rem;color:rgba(0,0,0,.4)}.auth_seperate__line___GmfV{padding:0 -2em;width:100%;background:#000}.auth_create__account__ApQdH{width:100%;padding:0 3em 2em;color:rgba(0,0,0,.5);text-align:center}.auth_create__account__ApQdH .auth_signup__link__YdQOM{color:#58bd69;cursor:pointer;text-decoration:none;border-bottom:1px solid #58bd69}.auth_create__account__ApQdH .auth_signup__link__YdQOM:hover{opacity:.7}.auth_inputicon___W6Jj{position:absolute;top:50%;color:rgba(var(--black-light),.45);font-size:1rem;transform:translateY(-50%);transition:.5s ease}.auth_eyeicon__D_Ogd{right:15px;padding:3px;cursor:pointer}.auth_eyeicon__D_Ogd:hover{color:rgba(var(--black-light),.65)}.auth_confirmshieldicon__G8LMB,.auth_mailicon__vEBdf,.auth_passwordicon__28C3m{left:15px}.inputPage_main__dasSU{width:100vw;height:100vh;position:absolute;top:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center;font-family:var(--font-NotoSans);font-variant:normal;font-style:normal;font-weight:500;background:transparent;backdrop-filter:blur(9px);-webkit-font-smoothing:antialiased}.inputPage_container__qZxFt{width:100%;max-width:530px;position:relative;padding:2em 3em;border-radius:24px;display:flex;flex-direction:column;align-items:center;background:hsla(0,0%,100%,.479);backdrop-filter:blur(20px);border:3px solid rgba(var(--black-light),.2);box-shadow:0 2px 10px 1px rgba(var(--black-light),.2);transition:.3s ease-in-out}.inputPage_review__9WjDC{position:absolute;top:17px;right:30px;font-size:1em;padding:0;text-decoration-style:dotted;text-decoration-thickness:from-font;color:rgba(var(--blue),.5)}.inputPage_review__9WjDC:hover{color:rgba(var(--blue),.7)}.inputPage_form_container__pMd2h{width:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.75em}.inputPage_form_container__pMd2h textarea{width:100%;padding:1em;height:130px;border-radius:8px;color:rgba(var(--black-light),.8);transition:.6s ease-in-out}.inputPage_form_container__pMd2h textarea:focus,.inputPage_form_container__pMd2h textarea:hover{border:1px solid rgba(var(--black-light),.3)}.inputPage_form_container__pMd2h input{border:none;color:rgba(var(--black-light),.9);transition:.6s ease-in-out}.inputPage_form_container__pMd2h input:focus{background:transparent}.inputPage_form_container__pMd2h label{color:rgba(var(--black-light),.9);font-size:1.25em;padding:0 4px;transition:.4s ease}.inputPage_form_container__pMd2h button{color:var(--white);background-color:rgba(var(--blue),1);border:1px solid var(--white);transition:.2s ease-in-out}.inputPage_form_container__pMd2h button:hover{background-color:rgba(var(--blue),.9);transform:translateY(-2px) scale(1.2);box-shadow:0 2px 5px -2px rgba(var(--black-light),1)!important}.inputPage_form_container__pMd2h button:focus{box-shadow:none}.inputPage_form_container__pMd2h button:active{transform:translateY(2px) scale(1.1);box-shadow:none!important}.inputPage_header__gMToU{width:85%;max-width:490px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:.5em}.inputPage_header__gMToU .inputPage_heading__59OED{padding:.4em;color:rgba(var(--black-light),.7);font-size:var(--paragraph);white-space:hwrap}.inputPage_input_container__XelkJ{width:100%;height:min-content;max-height:497px;padding:1em 2.5em;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.75em;scrollbar-width:auto;-webkit-scrollbar:auto}.inputPage_input_container__XelkJ pre{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow-y:auto;max-width:400px;max-height:296px;font-size:1.1em;color:rgba(var(--black-light),.8);padding:1em;border-radius:8px;background:rgba(var(--black-light),.1);transition:.6s ease-in-out}.inputPage_input_container__XelkJ::-webkit-scrollbar{width:5px}.inputPage_input_container__XelkJ::-webkit-scrollbar-track{background:transparent;margin:3.5em}.inputPage_input_container__XelkJ::-webkit-scrollbar-thumb{background:rgba(var(--black-light),.2)}.inputPage_input_container__XelkJ::-webkit-scrollbar-thumb:hover{background:rgba(var(--black-light),.3)}.inputPage_error_container__Dj1R1{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:space-around;z-index:101}.inputPage_error_box__apSMd{width:fit-content;max-height:0;max-width:490px;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:left;flex-direction:row;border-radius:4px;color:var(--white);padding:0 .7em;gap:.5em;transition:max-height .7s ease-in-out,transform .7s ease-in-out}.inputPage_error_box__apSMd .inputPage_message__CMMc4{position:relative;width:fit-content;padding:1em 0}.inputPage_error_box_active__p0TLh{max-height:100px;box-shadow:0 0 0 3px #fff;transform:translateY(-22px);transition:max-height .5s ease-in-out,transform .5s ease-in-out}.inputPage_red__pkzvN{background-color:#f45151}.inputPage_green__gS_tn{background-color:#4fbf26}.inputPage_orange__QGX_F{background-color:#f4a442}.avatar_editicon__s_Bqx{color:#fff;opacity:0;width:60%;height:60%}.avatar_profile-picture-label__zysI5{position:absolute;z-index:3;display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5em;border-radius:50%;cursor:pointer;transform:scale(1.1);transition:.3s ease-in-out}.avatar_profile-picture-label__zysI5:hover{background:rgba(0,0,0,.2);transform:scale(1)}.avatar_profile-picture-label__zysI5:hover .avatar_editicon__s_Bqx{opacity:.5}.avatar_profile-picture-input__dlsBk{position:absolute;visibility:hidden}.avatar_profile-picture-large__fgm_p{padding:.3em;width:10em;height:10em;margin:0 2.5em 0 0}.avatar_profile-picture-large__fgm_p .avatar_profile-picture-inner__9IOde{width:100%;height:100%;border:.3em solid rgb(var(--background))}.avatar_profile-picture-small__Z0CnQ{padding:.2em;width:4em;height:4em;margin:0 .75em 0 0}.avatar_profile-picture-wrapper__BrkAW{position:relative;cursor:pointer}.avatar_profile-picture-inner__9IOde{position:relative;border-radius:50%;overflow:hidden;z-index:2}.avatar_profile-picture-image__VeeBE{min-width:100%;max-width:100%;min-height:100%;display:block;position:absolute;object-fit:contain;z-index:2}.avatar_profile-picture-background__8iDcE{width:100%;height:100%;position:absolute;background:linear-gradient(121deg,rgb(var(--accent)) 0,rgb(var(--primary)) 100%);border-radius:50%;z-index:1}@media only screen and (max-width:1220px){.avatar_view-width___qxVZ{width:75%}.avatar_profile-picture-large__fgm_p{padding:.3em;width:8em;height:8em;margin:0 1.5em 0 0}}@media only screen and (max-width:1024px){.avatar_profile-picture-large__fgm_p{padding:.2em;width:6em;height:6em;margin:0 1.25em 0 0}}@media only screen and (max-width:856px){.avatar_profile-picture-large__fgm_p{margin:0 0 1em}}.profile_tooltip__dYwNf{bottom:1.25em;right:1.75em;padding:.75em 1.25em;position:fixed;will-change:transform;color:var(--white);background-color:var(--black);border-radius:.25rem;pointer-events:none;transition:opacity .15s ease-in-out;font-size:.75rem;text-wrap:nowrap;opacity:.9;z-index:4;transition:.5s ease-in-out}.profile_tooltipAnimate__q4YeT{animation:profile_fadeInOut__EUJT8 4s ease-in-out}@keyframes profile_fadeInOut__EUJT8{0%{opacity:0}15%{opacity:.9}85%{opacity:.9}to{opacity:0}}.profile_btnContainer___AE1a{display:flex;flex-direction:row;gap:.4em}.profile_btnLog___sT_I{width:100%;height:inherit;color:var(--white);background-color:var(--button-org-bg);border:1px solid var(--white);padding:.6em;transition:.3s ease-in-out}.profile_btnLog___sT_I:focus{box-shadow:none}.profile_btnLog___sT_I:hover{background-color:var(--button-org-bg-hover)}.profile_btnUpdate__APbqu{color:var(--white);width:100%;background-color:rgb(var(--blue));border:1px solid var(--white);transition:.3s ease-in-out}.profile_btnUpdate__APbqu:focus{box-shadow:none}.profile_btnUpdate__APbqu:hover{background-color:rgb(var(--blue),.9)}.profile_btnUpdate__APbqu[disabled]{background-color:rgba(var(--gray),.2);color:rgb(var(--black));cursor:not-allowed}.profile_btnEdit__Pu1hX{border:1px solid rgb(var(--gray));color:var(--black);background-color:rgb(var(--background));transition:.3s ease-in-out}.profile_btnEdit__Pu1hX:focus{box-shadow:0 0 0 2px rgba(var(--black-light),.7),0 0 0 3px var(--white);border:1px solid transparent}.profile_btnEdit__Pu1hX:hover{background-color:rgb(var(--background-darker),.3)}.profile_navbar__fAk5Y{width:100%;height:5em;box-shadow:var(--shadow-smooth);font-size:1.25rem;font-family:var(--font-Notosans);font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100;overflow:hidden}.profile_navbar-inner__htHsX{height:100%}.profile_navbar-inner__htHsX svg{height:8em;cursor:pointer}.profile_profile-info__niUXW{width:100%}.profile_profile-info-inner__6A1Pa{margin:2.5em 0}.profile_profile-left__UTwgu{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row}.profile_profile-info-details__h5pY8{min-width:367px;max-width:440px;width:30vw}.profile_profile-realname__IeMH0 .profile_name__PyJG4{margin:0 .2em 0 0;transition:.3s ease-in-out}.profile_profile-realname__IeMH0 .profile_name__PyJG4[contentEditable=true]{color:rgba(var(--black-light),.85);border:1px solid rgba(var(--black-light),.1);border-radius:4px;min-width:150px}.profile_profile-realname__IeMH0 .profile_material-icons-round__X594o{color:rgb(var(--blue));font-size:var(--heading-small)}.profile_profile-followers__TeyPv p{margin:0 1.5em 0 0;cursor:pointer}.profile_profile-followers__TeyPv p span{margin:0 .25em 0 0;font-weight:700}.profile_profile-bio__45JJE{margin:1.5em 0 0;width:100%;font-weight:300}.profile_emailbox__ZgFRg{padding:.5em 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.profile_profile-bio-inner__4QgK_{position:relative;width:100%}.profile_profile-bio-inner__4QgK_ .profile_box__ZuRK7{padding:0 0 0 1.8em;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;white-space:nowrap;transition:.3s ease-in-out}.profile_profile-bio-inner__4QgK_ .profile_cross__iwyMl{position:absolute;left:0;margin:0 .25em 0 0;color:red;stroke:red!important;stroke-width:.8px!important;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:4px;background:rgba(255,0,0,.05);cursor:pointer;transition:.2s ease-in}.profile_profile-bio-inner__4QgK_ .profile_cross__iwyMl:hover{background:rgba(255,0,0,.06)}.profile_profile-bio-inner__4QgK_ .profile_cross__iwyMl:active{background:rgba(255,0,0,.1)}.profile_profile-bio-inner__4QgK_ .profile_linkicon__M3_DU{color:rgba(var(--blue),1);stroke:rgba(var(--blue),1)!important;stroke-width:.2px!important;margin:0 .25em 0 0}.profile_profile-bio-link__md_xg{width:100%;font-weight:500;padding:.1em .2em;color:rgba(var(--blue),1);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none}.profile_profile-bio-link__md_xg:hover{color:rgba(var(--blue),.8);text-decoration:underline}.profile_profile-bio-link__md_xg:visited{color:rgba(var(--blue),.5)}.profile_profile-bio-link__md_xg[data-edit=true]:hover{color:rgba(var(--blue),1);text-decoration:none;outline:none;cursor:text}.profile_profile-bio-link__md_xg:focus{border-radius:0;border:none;outline:none;white-space:wrap}.profile_profile-bio-link-inner__1thi9{color:var(--black);text-decoration:none}.profile_profile-bio-link-inner__1thi9:visited{color:var(--black)}.profile_profile-bio-link-inner__1thi9:hover{color:rgba(var(--blue),1)}.profile_setWebsite__5HOJX{width:100%;display:flex;position:relative;transition:.3s ease-in-out}.profile_setWebsite__5HOJX input{border-radius:4px 0 0 4px;border-right:none}.profile_setWebsite__5HOJX input:focus~button{box-shadow:0 0 0 2px rgb(var(--blue)),0 0 0 3px var(--white)!important;border:1px solid transparent!important}.profile_setWebsite__5HOJX button{border-radius:0 4px 4px 0;border-left:none;width:fit-content;padding:0 .6em;font-size:1.1em;font-weight:500;color:var(--white);background:rgba(var(--blue),1);overflow:hidden;transition:all .1s ease-in-out}.profile_setWebsite__5HOJX input:hover{border-right:none}.profile_setWebsite__5HOJX button:focus{box-shadow:none;border:none}.profile_setWebsite__5HOJX button:hover{background:rgba(var(--blue),.9)}.profile_profile-stories__5p2TV{width:100%}.profile_profile-stories-inner___4ZJj{margin:2.5em 0;position:relative;overflow:hidden;user-select:none;cursor:grab}.profile_profile-stories-inner___4ZJj:active{cursor:grabbing}.profile_profile-stories-overlay__PO3Aq{width:100%;height:100%;position:absolute;background:linear-gradient(-90deg,rgba(var(--background),1) 0,rgba(var(--background),0) 50%,rgba(var(--background),0) 100%);pointer-events:none;z-index:100}.profile_profile-story-wrapper__o8rxH{margin:0 2.5em 0 0;padding:.3em;width:8em;height:8em;position:relative}.profile_profile-story-inner__SWO8g{width:100%;height:100%;position:relative;border-radius:50%;border:.3em solid rgb(var(--background));overflow:hidden;z-index:2}.profile_profile-story__iI9k_{min-width:100%;max-width:110%;min-height:100%;display:block;position:absolute;object-fit:cover;z-index:2}.profile_profile-story-background__ghDxj{width:100%;height:100%;position:absolute;background:linear-gradient(121deg,rgb(var(--accent)) 0,rgb(var(--primary)) 100%);border-radius:50%;z-index:1}.profile_profile-story-background-gray__LAj7h{width:100%;height:100%;position:absolute;background-color:rgba(var(--gray),.4);border-radius:50%;z-index:1}.profile_profile-grid__rlwvl{margin:5em 0;width:100%}.profile_profile-grid-inner__HqH6a{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0}.profile_profile-post__tD1EC{width:100%;height:1fr;position:relative;overflow:hidden;cursor:pointer}.profile_profile-post__tD1EC:after{content:"";display:block;padding-bottom:100%}.profile_profile-post-overlay__9E9gx{width:100%;height:100%;position:absolute;background-color:transparent;transition:background-color .3s var(--transition-short);z-index:10}.profile_profile-post-image__xsnEX{min-width:100%;max-width:110%;min-height:100%;position:absolute;transition:transform .3s var(--transition-long);object-fit:cover}.profile_post-image-2__Z6Qmx{left:100%}.profile_profile-post-multiple-image-icon__dhAt7{top:1.25em;right:1.25em;position:absolute;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.2);z-index:20}.profile_profile-post-lc__uLsG_{width:100%;height:100%;position:absolute;transition:opacity .3s var(--transition-short);opacity:0;z-index:20}.profile_profile-post-lc__uLsG_ p{color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.2)}.profile_profile-post-lc__uLsG_ p span{margin:0 .25em 0 0}.profile_profile-post-likes__Go82c{margin:0 .5em 0 0}.profile_profile-post-comments__cjfMr{margin:0 0 0 .5em}.profile_profile-grid-images__3lCfa{top:0;width:100%;height:100%;display:none;position:fixed;background-color:rgba(0,0,0,.4);overflow:hidden;z-index:500}.profile_profile-grid-image-wrapper__N_eD1{display:none;position:absolute;grid-template-columns:60% 40%;background-color:rgb(var(--background));overflow:hidden}.profile_profile-grid-image-inner__6V_j7{width:100%;height:1fr;position:relative;overflow:hidden}.profile_profile-grid-image-inner__6V_j7:after{content:"";display:block;padding-bottom:100%}.profile_profile-grid-image__XIDpX{min-width:100%;max-width:110%;min-height:100%;position:absolute;object-fit:cover}@media only screen and (max-width:1660px){.profile_view-width__Wpd3E{width:65%}}@media only screen and (max-width:1456px){.profile_view-width__Wpd3E{width:70%}}@media only screen and (max-width:1220px){.profile_view-width__Wpd3E{width:75%}}@media only screen and (max-width:1024px){.profile_profile-stories-inner___4ZJj{margin:1.5em 0}.profile_profile-story-wrapper__o8rxH{margin:0 1.5em 0 0;padding:.2em;width:6em;height:6em}}@media only screen and (max-width:856px){.profile_profile-info-inner__6A1Pa{flex-direction:column}.profile_profile-left__UTwgu{margin:0 0 1em;flex-direction:column}.profile_profile-grid-inner__HqH6a{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.profile_profile-grid-inner__HqH6a{grid-template-columns:repeat(1,1fr)}}