.Quote_quoteContainer__AKPnE{display:flex;align-items:center;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);padding:20px;margin-bottom:20px;background-color:#fff}.Quote_profilePic__hbngS{border-radius:50%;width:50px;height:50px;object-fit:cover;margin-right:20px}.Quote_textContainer__0_uiz{flex-grow:1}.Quote_author__0GgpR{font-size:1.2em;font-weight:700;margin:0}.Quote_content__9C4N5{margin:0;font-size:.9em;color:#333}.Quote_date__FgieP{font-size:.7em;color:#666;margin-top:10px}.Quote_deleteButton__taOnW{background-color:red;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;margin-left:20px}.Quote_deleteButton__taOnW:hover{background-color:darkred}.Quote_editButton__nw3VM{background-color:#ffc107;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;margin-left:20px}.Quote_editButton__nw3VM:hover{background-color:#d4a517;color:#fff}.Quote_saveButton__vFSyV{background-color:#4caf50;color:#fff;border:none;border-radius:5px;padding:5px 10px;cursor:pointer;margin-left:20px}.Quote_saveButton__vFSyV:hover{background-color:#45a049;color:#fff}.Quote_likeContainer__Yh8ed{display:flex;align-items:center}.Quote_likeButton__xHkrg{background:none;border:none;font-size:20px;cursor:pointer;color:gray}.Quote_likeButtonActive__FQCZU{color:blue}.Form_form__mh4_m{display:flex;flex-direction:column;align-items:center;gap:1rem;background-color:#252525;border:1px solid #555;padding:20px;border-radius:5px}.Form_input__GfkP0{width:100%;padding:.5rem;border-radius:5px;border:1px solid #aaa;background-color:#333;color:#fff}.Form_submit__E4UZy{width:100%;padding:.5rem;border-radius:5px;border:none;color:#fff;background-color:#0070f3;cursor:pointer;transition:background-color .3s ease}.Form_submit__E4UZy:hover{background-color:#0056b3}.Form_errorBanner__djdbQ{color:red;background-color:#ffd5d5;border-radius:5px;padding:10px;margin-bottom:10px}.Modal_modal__yDLSi{position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.7)}.Modal_modalContent__JKCgu{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#252525;margin:10% auto;padding:20px;border:1px solid #555;width:80%;border-radius:5px}.Modal_closeButton__bzaTX{color:#aaa;align-self:flex-end;font-size:28px;font-weight:700;cursor:pointer}.Modal_closeButton__bzaTX:focus,.Modal_closeButton__bzaTX:hover{color:#fff;text-decoration:none}.Modal_submit__6sMjd{width:100%;padding:.5rem;border-radius:5px;border:none;color:#fff;background-color:#0070f3;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.Modal_submit__6sMjd:hover{background-color:#0056b3}.Home_container__bCOhY{min-height:100vh;flex-direction:column;background-color:#212121;font-family:San Francisco,Helvetica Neue,Helvetica,Arial,sans-serif;color:#ddd}.Home_container__bCOhY,.Home_main__nLjiQ{display:flex;align-items:center;justify-content:center}.Home_main__nLjiQ{flex:1 1;flex-direction:column;width:70%}.Home_hero__cwxAA{text-align:center;margin-bottom:100px}.Home_hero__cwxAA h1{font-size:3rem;font-weight:700;color:#ddd}.Home_hero__cwxAA p{font-size:1.2rem;line-height:1.5;color:#ddd}.Home_cta__8xT9a{margin-top:20px;background-color:#0070f3;color:#fff;border:none;padding:15px 30px;cursor:pointer;border-radius:5px;font-size:1.1rem}.Home_about__6Y_1_,.Home_features__5mH2n{text-align:center;margin-bottom:100px}.Home_about__6Y_1_ h2,.Home_features__5mH2n h2{font-size:2rem;font-weight:700;color:#ddd}.Home_about__6Y_1_ p,.Home_features__5mH2n p{font-size:1.2rem;line-height:1.5;color:#ddd}.Home_features__5mH2n{display:flex;justify-content:space-between;align-items:center}.Home_featureItem__3Xm8K{width:30%}.Home_footer____T7K{width:100%;height:200px;border-top:1px solid #ddd;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background-color:#121212}.Home_footer____T7K h2{font-size:1.5rem;font-weight:700;color:#ddd}.Home_footer____T7K p{font-size:1.1rem;line-height:1.5;color:#ddd}.Home_quoteContainer__VoV7X{position:relative;height:350px;width:100%;overflow:hidden;margin-bottom:100px;padding-left:15px}.Home_quoteContainer__VoV7X:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#fff}.Home_quote__1kJP7{position:absolute;transform:translateY(-100%);opacity:0}.Home_quote__1kJP7.Home_prev__1_2s5{animation:Home_fadeOut__uiPKz 1.5s ease forwards}.Home_quote__1kJP7.Home_active__YzwIj{animation:Home_fadeIn__rYUMu 1.5s ease forwards}.Home_quote__1kJP7.Home_next__pfWNN{transform:translateY(-100%)}@keyframes Home_fadeIn__rYUMu{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes Home_fadeOut__uiPKz{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.Home_description__41Owk{margin:0 0 35px;font-size:1.2rem;line-height:1.5;color:#ddd}.Home_description__41Owk button{margin:10px;padding:10px 20px;border:none;border-radius:5px;background-color:#333;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.Home_description__41Owk button:hover{background-color:#0070f3}.Home_header__GCVRv{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px}