.Home_container__d256j{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0;position:relative;color:#fff}.Home_videoBackground__ddsl2{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-2}.Home_videoBackground__ddsl2 video{width:100%;height:100%;object-fit:cover}.Home_gradientOverlay__v6ea4{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000,#22673c);z-index:-1}.Home_header__y2QYS{display:flex;justify-content:space-between;align-items:center;color:#fff;background-color:#ffffff56;padding:1rem;width:100%;box-sizing:border-box}.Home_logo__IOQAX{font-weight:700;font-size:2rem}.Home_navbar__IWq_R{flex:1 1;text-align:center}.Home_navLinks___tPFn{list-style-type:none;margin:0 0 0 2rem;padding:0}.Home_navLinks___tPFn li{display:inline;margin:0 0 0 2rem}.Home_navLinks___tPFn a,.Home_navLinks___tPFn button{color:#fff;text-decoration:none;background:none;border:none;cursor:pointer;font-size:1.2rem}.Home_navLinks___tPFn a:hover,.Home_navLinks___tPFn button:hover{text-decoration:underline}.Home_navLinks___tPFn a.Home_active__EQNkL,.Home_navLinks___tPFn button.Home_active__EQNkL{font-weight:700;border-bottom:2px solid #34b867}.Home_authButtons__gvv18{display:flex;gap:.5rem;align-items:center}.Home_authButton__BFB2m{background-color:#34b867;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem}.Home_authButton__BFB2m:hover{background-color:#22673c}.Home_userName__erhXR{font-size:1rem;color:#fff;background-color:#00000070;border-radius:12px;padding:.5rem 1rem;margin-left:1rem;box-shadow:0 4px 6px rgba(0,0,0,.3);display:flex;align-items:center;font-weight:500}.Home_mainContent__RtoDJ{flex:1 1;padding:1rem;box-sizing:border-box;background:transparent}.Home_aboutSection__IZNA4{margin-bottom:2rem;font-size:20px;color:#fff;text-align:center}.Home_sampleFlashcards__Nm5W8{display:flex;justify-content:space-between;gap:2rem;margin-top:5rem}.Home_flashcard__iAo8M{flex:1 1;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.Home_flashcard__iAo8M:hover{transform:translateY(-10px)}.Home_flashcardImage__NAtPQ{width:100%;height:200px;object-fit:cover}.Home_flashcard__iAo8M h3{margin:1rem 0 .5rem;font-size:1.2rem;color:#333}.Home_flashcard__iAo8M p{margin:0 1rem 1rem;color:#666}.Home_readMoreButton__xBqdV{background-color:#34b867;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:1rem}.Home_readMoreButton__xBqdV:hover{background-color:#22673c}.Home_footer__yFiaX{color:#fff;text-align:center;padding:1rem;width:100%;box-sizing:border-box}@media (max-width:600px){.Home_navLinks___tPFn li{display:block;margin:.5rem 0}.Home_mainContent__RtoDJ,.Home_sampleFlashcards__Nm5W8{flex-direction:column}}@media (max-width:768px){.Home_sampleFlashcards__Nm5W8{flex-direction:column;gap:1rem}}.Home_signinContainer__27iWa,.Home_signupContainer__5HNjO{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(90deg,#000,#22673c)}.Home_signinForm__Z5T5V,.Home_signupForm__xgQSg{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:400px;text-align:center}.Home_signinForm__Z5T5V h1,.Home_signupForm__xgQSg h1{margin-bottom:1rem;color:#333}.Home_input__OGaGo{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px}.Home_submitButton__ECzIY{background-color:#34b867;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;margin-bottom:1rem}.Home_submitButton__ECzIY:hover{background-color:#22673c}.Home_googleButton__HfC_M{background-color:#34b867;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;width:75%}.Home_googleButton__HfC_M:hover{background-color:#22673c}.Home_error__514Ji{color:red;margin-bottom:1rem}.Home_switchLink___mIjp{margin-top:1rem;font-size:.875rem}.Home_switchLink___mIjp a{color:#34b867;text-decoration:none}.Home_switchLink___mIjp a:hover{text-decoration:underline}.Home_subscriptionContainer__eS9zK{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;overflow-y:auto;padding:1rem;max-height:calc(100vh - 150px)}.Home_subscriptionBox__wmiC9{background-color:#333;border:1px solid #ddd;margin-top:150px;border-radius:8px;padding:1.5rem;width:300px;max-width:100%;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}@media (max-width:768px){.Home_subscriptionBox__wmiC9{width:100%}}.Home_buyButton__n1YVQ{background-color:#34b867;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:background-color .3s ease}.Home_buyButton__n1YVQ:hover{background-color:#22673c}.Home_buyButton__n1YVQ:disabled{cursor:not-allowed}.Home_loadingSection___UZac{display:flex;justify-content:center;align-items:center;height:100vh;color:#fff;text-align:center;padding:1rem}.Home_loadingSection___UZac h2{font-size:2rem;font-weight:500;margin:0;animation:Home_fadeIn__6AUDn 1.5s ease-in-out infinite}@keyframes Home_fadeIn__6AUDn{0%{opacity:0}50%{opacity:1}to{opacity:0}}.Home_assessmentContent__m19tQ{position:relative;flex:1 1;padding:1rem;box-sizing:border-box;background:transparent;min-height:100vh;display:flex;justify-content:center;align-items:center}.Home_questionSection__UMYp6{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:800px;text-align:center}.Home_questionTitle__EbW1g{font-size:1.5rem;margin-bottom:20px;color:#333}.Home_answersList__id_1F{list-style-type:none;padding:0}.Home_answerItem__7dk_T{margin-bottom:10px}.Home_buttonAnswer__T9mZp{width:100%;padding:10px 20px;font-size:1rem;border-radius:8px;background-color:#45a049;color:#fff;border:none;cursor:pointer}.Home_buttonAnswer__T9mZp:hover{background-color:#22673c}.Home_resultsSection__79eVS{background-color:#fff;text-align:center;max-height:80vh;overflow-y:auto;padding:1rem;box-sizing:border-box}.Home_resultTitle__NglVe{font-size:2rem;margin-bottom:20px}.Home_scoreDisplay__iAN4_{font-size:1.5rem;font-weight:700;color:#34b867;margin:10px 0;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:inline-block}.Home_correctAnswersList___qiDg{list-style-type:none;padding:0;margin:20px 0;text-align:left}.Home_correctAnswerItem__z46YE{margin-bottom:15px}.Home_basicContent__pcNhy{flex:1 1;padding:1rem;box-sizing:border-box;background:transparent;overflow-y:auto;max-height:90vh}.Home_basicFlashcards__TyLjw{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem;padding:1rem}.Home_basicFlashcard__KdKxU{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease;padding:1rem}.Home_basicFlashcard__KdKxU:hover{transform:translateY(-10px)}.Home_basicFlashcard__KdKxU h3{margin:1rem 0 .5rem;font-size:1.2rem;color:#333}.Home_basicFlashcard__KdKxU p{margin:0 1rem 1rem;color:#666}.Home_exploreButton__bgu8J{background-color:#34b867;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:1rem}.Home_exploreButton__bgu8J:hover{background-color:#22673c}.Home_loadingContainer__Mgyk5{display:flex;justify-content:center;align-items:center;height:100vh;background:rgba(0,0,0,.7);color:#fff;text-align:center;flex-direction:column}.Home_loadingMessage__myn53{font-size:1.5rem;margin-top:1rem}.Home_spinner__tyqRb{border:8px solid #f3f3f3;border-top-color:#34b867;border-radius:50%;width:50px;height:50px;animation:Home_spin__VEV0f 1s linear infinite}@keyframes Home_spin__VEV0f{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_heading__f_gSb{font-size:4rem;font-weight:700;color:#fff;text-align:center;margin-top:30px;margin-bottom:-50px}.Home_flashcardContainer__kXeNd{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px}.Home_card__E5spL{width:900px;height:350px;overflow-y:auto;perspective:1000px;cursor:pointer;position:relative}.Home_card__E5spL.Home_flipped__neYT5 .Home_front__WB5G_{transform:rotateY(180deg)}.Home_card__E5spL.Home_flipped__neYT5 .Home_back__nijvI{transform:rotateY(0)}.Home_back__nijvI,.Home_front__WB5G_{color:#22673c;width:100%;height:100%;position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#f9f9f9;padding:20px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .6s;overflow-y:auto}.Home_backContent__uGnLI{text-align:center}.Home_backContent__uGnLI p{font-size:3rem;margin-bottom:15px;color:#22673c}.Home_backContent__uGnLI ul{list-style-type:none;padding:0;margin:0}.Home_backContent__uGnLI li{margin-bottom:10px}.Home_backContent__uGnLI a{font-size:2rem;text-decoration:none;color:#45a049;transition:color .3s}.Home_backContent__uGnLI a:hover{color:#22673c;text-decoration:underline}.Home_front__WB5G_{transform:rotateY(0)}.Home_back__nijvI{transform:rotateY(180deg)}.Home_frontTitle__yS_B_{font-size:2rem;margin-bottom:10px}.Home_frontDescription__XJ47A{font-size:1.5rem;margin-bottom:15px}.Home_buttonContainer__nOVuY{display:flex;justify-content:space-between;width:100%;max-width:900px;margin-top:20px}.Home_previousButton__etJZP{margin-right:10px}.Home_nextButton__r_Kss,.Home_previousButton__etJZP{padding:10px 20px;border:none;background:#45a049;color:#fff;cursor:pointer;border-radius:5px;flex-grow:1}.Home_nextButton__r_Kss{margin-left:10px}.Home_nextButton__r_Kss:hover,.Home_previousButton__etJZP:hover{background-color:#22673c}.Home_contactContainer__jFhre{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(90deg,#000,#22673c);padding:2rem}.Home_contactForm__MHiMg{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);width:100%;max-width:600px;text-align:center}.Home_contactForm__MHiMg h1{margin-bottom:1rem;color:#333}.Home_contactForm__MHiMg input,.Home_contactForm__MHiMg textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.Home_contactForm__MHiMg button{background-color:#34b867;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem}.Home_contactForm__MHiMg button:hover{background-color:#22673c}.Home_contactForm__MHiMg p{font-size:1rem;margin-top:1rem}