.back-btn_backButton__Cuur2{text-decoration:none;color:var(--black);background-color:var(--secondary-color);padding:5px;border-radius:8px}.SearchInput_inputWrapper__3vwTm{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--height)}.SearchInput_input__wpXbf{height:100%;background:none;border:none;color:var(--foreground2);outline:none;font-size:inherit;display:flex;flex:1 1}.SchoolPicker_schoolPickerContainer__bmZdP{max-width:1200px;margin:0 auto;width:calc(100% - 2rem);padding:0 1rem}.SchoolPicker_title__18_OE{font-size:calc(1.3rem + .3vw);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark,#333)}.SchoolPicker_schoolsGrid__ny65W{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-content:center;margin:0 auto;animation:SchoolPicker_cardGridEnter__yymwW .7s ease-out}.SchoolPicker_noAnimation__qK_xi,.SchoolPicker_noAnimation__qK_xi .SchoolPicker_schoolCard__wlL59{animation:none!important}@keyframes SchoolPicker_cardGridEnter__yymwW{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_schoolCard__wlL59{display:flex;flex-direction:column;align-items:center;padding:1.2rem 1rem;border-radius:12px;border:3px solid transparent;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.17,.67,.83,.67);cursor:pointer;transform:translateY(0);position:relative}.SchoolPicker_schoolsGrid__ny65W .SchoolPicker_schoolCard__wlL59{animation:SchoolPicker_fadeInUp__Ft7bF .5s ease-out;animation-fill-mode:both}@keyframes SchoolPicker_fadeInUp__Ft7bF{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_schoolCard__wlL59:nth-child(2n){animation-delay:.1s}.SchoolPicker_schoolCard__wlL59:nth-child(3n){animation-delay:.2s}.SchoolPicker_schoolCard__wlL59:nth-child(4n){animation-delay:.3s}.SchoolPicker_schoolCard__wlL59:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.1)}.SchoolPicker_selectedSchool__r8rPf{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.SchoolPicker_selectedSchool__r8rPf:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;animation:SchoolPicker_pulse__4P18H 2s infinite;pointer-events:none}@keyframes SchoolPicker_pulse__4P18H{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}to{box-shadow:0 0 0 0 rgba(0,0,0,0)}}.SchoolPicker_schoolImageContainer__cG4ui{width:120px;height:120px;margin-bottom:1rem;border-radius:8px;overflow:hidden;transition:all .3s ease}.SchoolPicker_selectedSchool__r8rPf .SchoolPicker_schoolImageContainer__cG4ui{transform:scale(1.05)}.SchoolPicker_schoolImage__6fWdg{width:100%;height:100%;object-fit:cover}.SchoolPicker_schoolName__7bdQA{font-weight:600;text-align:center;font-size:1rem;line-height:1.3;color:#333}.SchoolPicker_customSchoolSection__9iKuq{margin-top:3rem;padding:1rem;animation:SchoolPicker_fadeIn__DDGOA .8s ease-out;max-width:600px;margin-left:auto;margin-right:auto}.SchoolPicker_divider__g7yuB{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#777}.SchoolPicker_divider__g7yuB:after,.SchoolPicker_divider__g7yuB:before{content:"";flex:1 1;border-bottom:1px solid #ddd}.SchoolPicker_divider__g7yuB span{padding:0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.SchoolPicker_customSchoolTitle__4swIF{font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:1.2rem;color:var(--text-color-dark,#333)}.SchoolPicker_customSchoolContainer__REufQ{display:flex;position:relative;align-items:center;gap:10px;background-color:white;padding:1rem;border-radius:12px;border:3px solid transparent;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s ease}.SchoolPicker_selectedCustomSchool__y5_TU{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.SchoolPicker_customSchoolInput__YPtKF{flex:1 1;padding:.7rem 1rem;border-radius:6px;border:1px solid #ddd;font-size:1rem;transition:all .2s ease}.SchoolPicker_customSchoolInput__YPtKF:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,0,0,.05)}.SchoolPicker_customSchoolButton__mQsGA{padding:.7rem 1.2rem;background-color:var(--primary-color);color:white;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.SchoolPicker_customSchoolButton__mQsGA:hover{background-color:var(--secondary-color)}.SchoolPicker_customSchoolButton__mQsGA:disabled{background-color:#cccccc;cursor:not-allowed}.SchoolPicker_customSchoolErrorContainer__8qCY7{border-color:#f44336;box-shadow:0 4px 8px rgba(244,67,54,.2)}.SchoolPicker_inputError__2oLui{border-color:#f44336}.SchoolPicker_customSchoolErrorMessage__A7_bb{color:#f44336;font-size:.9rem;margin-top:.75rem;padding:.5rem .75rem;background-color:rgba(244,67,54,.08);border-radius:6px;display:flex;align-items:center;animation:SchoolPicker_fadeIn__DDGOA .3s ease-out}.SchoolPicker_customSchoolInfoMessage__RvPaP{color:var(--text-color-dark);font-size:.95rem;margin-top:1.5rem;text-align:center;padding:1rem 1.5rem;background-color:rgba(19,219,45,.492);border-radius:8px;border:1px solid rgba(33,150,243,.2);display:flex;align-items:center;justify-content:center;animation:SchoolPicker_fadeIn__DDGOA .3s ease-out}.SchoolPicker_errorIcon__QWi65{margin-right:.5rem}@keyframes SchoolPicker_fadeIn__DDGOA{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_loadingContainer__vywfn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.SchoolPicker_loadingSpinner__BQMe_{width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;animation:SchoolPicker_spin__PBSLS 1s linear infinite;margin-bottom:1rem}@keyframes SchoolPicker_spin__PBSLS{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SchoolPicker_retryButton__a0qcR{margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.SchoolPicker_retryButton__a0qcR:hover{background-color:var(--secondary-color)}@media (max-width:768px){.SchoolPicker_schoolsGrid__ny65W{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.2rem}.SchoolPicker_schoolCard__wlL59{padding:1rem}.SchoolPicker_schoolImageContainer__cG4ui{width:100px;height:100px}.SchoolPicker_customSchoolContainer__REufQ{flex-direction:column;padding:1rem .8rem}.SchoolPicker_customSchoolButton__mQsGA,.SchoolPicker_customSchoolInput__YPtKF{width:100%}}@media (max-width:480px){.SchoolPicker_schoolsGrid__ny65W{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.SchoolPicker_schoolImageContainer__cG4ui{width:90px;height:90px}.SchoolPicker_schoolName__7bdQA{font-size:.9rem}}.SchoolPicker_errorContainer__J2uOg{text-align:center;padding:2rem;color:#d32f2f}.get-started_mainContainer__jmZTQ{background-color:var(--yellow-light);min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.get-started_mainContainerStep2__24__K{display:none}.get-started_getStartedWrapper__M2pEz{margin:20px var(--web-margin);display:flex;flex-direction:column;flex:1 1;min-height:70vh}.get-started_headerSection__URaA0{text-align:center}.get-started_pageTitle__zIR_E{font-size:2.2rem;margin:0 0 1.5rem;text-align:center;color:var(--text-color-dark,#333);font-weight:700}.get-started_stepIndicator___7BCY,.get-started_stepWrapper__SThkV{display:flex;align-items:center;justify-content:center}.get-started_stepWrapper__SThkV{margin:1.5rem 0}.get-started_stepActive__iGTLk,.get-started_stepCompleted__MQ7sh,.get-started_step__xc7Aw{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .5s ease}.get-started_step__xc7Aw{background:linear-gradient(135deg,#e6e6e6,#d1d1d1);color:#444;box-shadow:inset 0 1px 2px rgba(255,255,255,.5),0 1px 3px rgba(0,0,0,.1)}.get-started_stepActive__iGTLk{background:linear-gradient(135deg,var(--secondary-color) 0,#ff9d56 100%);color:white;transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15),inset 0 -2px 5px rgba(0,0,0,.05)}.get-started_stepCompleted__MQ7sh{background:linear-gradient(135deg,#5e9ad9,#4682B4);color:white;box-shadow:inset 0 1px 2px rgba(255,255,255,.3),0 2px 4px rgba(0,0,0,.1)}.get-started_stepLine__okQVZ{height:3px;width:60px;background-color:#d9d9d9;margin:0 10px;transition:all .8s ease}.get-started_stepLineActive__6MSfh{background:linear-gradient(90deg,#4682B4 0,#5e9ad9)}.get-started_stepDescription__hqIQc{font-size:1.1rem;color:var(--text-color-dark,#333);max-width:600px;margin:0 auto;font-weight:500;min-height:2.2rem;transition:all .3s ease}.get-started_contentWrapper__aYd1z{display:flex;flex-direction:column;flex:1 1;margin-bottom:5rem}.get-started_programPickerContainer__k4d3z{max-width:1200px;margin:0 auto;width:100%;padding:0 1rem;animation:get-started_slideIn__Hf2Y_ .6s ease-out}@keyframes get-started_slideIn__Hf2Y_{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.get-started_subtitle__9ijML{font-size:calc(1.3rem + .3vw);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark,#333)}.get-started_programsGrid__gP3V7{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;justify-content:center;margin:0 auto}.get-started_programCard__2PFWJ{display:flex;flex-direction:column;padding:1.5rem;border-radius:12px;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;border:3px solid transparent;animation:get-started_fadeInUp__X0nY6 .5s ease-out;animation-fill-mode:both}.get-started_programCard__2PFWJ:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.get-started_programCard__2PFWJ h3{margin-top:0;font-size:1.2rem;color:var(--text-color-dark,#333)}.get-started_programCard__2PFWJ p{margin-bottom:0;color:#666}.get-started_profileSetupContainer__X0cDE{max-width:800px;margin:0 auto;width:100%;padding:2rem;background-color:white;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.08);animation:get-started_fadeIn__TXuUH .6s ease-out}.get-started_stickyButtonContainer__SMlSg{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,var(--yellow-light) 70%,rgba(255,255,230,.8) 90%,transparent);padding:1rem 0 .8rem;display:flex;justify-content:center;z-index:10;height:50}.get-started_continueButton__RIJup{padding:.5rem 2rem;color:white;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px rgba(0,0,0,.12);min-width:160px;line-height:1.2;height:auto}.get-started_continueButton__RIJup:disabled{cursor:not-allowed;opacity:.7}.get-started_continueButton__RIJup:not(:disabled):hover{transform:translateY(-2px) scale(1.02);box-shadow:0 4px 10px rgba(0,0,0,.18)}.get-started_continueButton__RIJup:not(:disabled):active{transform:translateY(0) scale(.98)}@media (max-width:800px){.get-started_pageTitle__zIR_E{font-size:1.8rem}.get-started_stepIndicator___7BCY{margin:1rem 0}.get-started_stepActive__iGTLk,.get-started_stepCompleted__MQ7sh,.get-started_step__xc7Aw{width:35px;height:35px}.get-started_stepLine__okQVZ{width:40px}.get-started_stickyButtonContainer__SMlSg{padding:1.2rem 1rem 1rem}.get-started_continueButton__RIJup{width:100%;max-width:240px;padding:.45rem 1.2rem;font-size:.9rem}.get-started_programsGrid__gP3V7{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.2rem}}.CoursePicker_wrapper__x_ynI{display:flex;gap:5%;justify-content:center;margin-top:1rem}.CoursePicker_allCoursesWrapper__Zl48a,.CoursePicker_selectedWrapper__qv3wC{flex:1 1;display:flex;flex-direction:column}.CoursePicker_selectedWrapper__qv3wC>h2{margin:0 0 1rem}.CoursePicker_headerWrapper__Pp11F{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.CoursePicker_headerWrapper__Pp11F>h2{margin:0}.CoursePicker_searchWrapper__LrPUk{display:flex;flex-direction:column;justify-content:center;flex:1 1;background-color:var(--background3);height:2rem;border:1px solid gray;border-radius:1.25rem;margin-left:1.5rem;padding:0 1rem}.CoursePicker_searchWrapper__LrPUk:focus-within{outline:2px solid var(--foreground2)}.CoursePicker_contentWrapper__Mlqxd{border:1px solid gray;border-radius:8px;background-color:var(--background3);height:400px;overflow-y:auto}.CoursePicker_courseRow__dfbk7{display:flex;gap:1rem;padding:.75rem;border-bottom:1px solid gray;align-items:center;justify-content:space-between;font-size:.8rem}.CoursePicker_headerRow__uS3Vt{font-weight:600;border-bottom:2px solid var(--foreground2);position:-webkit-sticky;position:sticky;top:0;z-index:1}.CoursePicker_headerRow__uS3Vt,.CoursePicker_headerRow__uS3Vt:hover{background-color:var(--background3)}.CoursePicker_courseInfo__NGFmO{display:flex;gap:.5rem;flex:1 1;align-items:center}.CoursePicker_courseCode__WPXCM,.CoursePicker_courseHp__RbhSR,.CoursePicker_courseName__93G3m{display:flex;justify-content:center;width:20%}.CoursePicker_courseName__93G3m{flex:1 1;justify-content:flex-start}.CoursePicker_courseBtnWrapper__eTcJu{display:flex;justify-content:flex-end;width:75px}.CoursePicker_actionButton__TCarP{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.CoursePicker_courseRow__dfbk7:hover{background-color:#f8f8f8}.CoursePicker_actionButton__TCarP:hover{opacity:.9}.footer_footerWrapper__IDe2g{--primary-color:#f4af4a;--secondary-color:#f4694a;--yellow-light:#fff5e7;--pink:#ff2f83;--black:#110c08;--dark-gray:#292522;--white:#ffffff;display:flex;flex-direction:column;width:100%;background-color:var(--black)}.footer_footerTop__qmphC{display:flex;flex-wrap:wrap;column-gap:80px;row-gap:30px;margin-top:20px;margin-bottom:15px;padding-left:10%;padding-right:10%}.footer_footerSection__Uvm_s{min-width:200px;flex:1 1}.footer_footerSectionHeader__5kXfB{color:var(--primary-color);height:50px;font-size:20px}.footer_footerSectionBody__YUms3{color:var(--yellow-light)}.footer_footerSectionBody__YUms3 p{margin:0}.footer_footerSectionBody__YUms3 a:hover,.footer_footerSectionBody__YUms3 p:hover{color:var(--pink);cursor:pointer}.footer_footerSectionBody__YUms3 a:active{transform:scale(.95)}.footer_footerRow__FCPSr{display:flex;align-items:center;margin-top:10px;margin-bottom:10px;color:inherit;text-decoration:inherit}.footer_footerRow__FCPSr svg{margin-right:10px}.footer_footerBottom__Fq8nI{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:10px;border-top:1px solid white;padding:15px 10%;font-size:14px;color:var(--yellow-light)}@media screen and (max-width:768px){.footer_footerTop__qmphC{flex-direction:column;row-gap:20px;column-gap:0}.footer_footerSection__Uvm_s{width:100%}.footer_footerSectionHeader__5kXfB{height:40px}.footer_footerBottom__Fq8nI{flex-direction:column;align-items:flex-start}}.hero-page_heroPageSmall__t8Y7y{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-page_heroPageLargeWrapper__1Okzz{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100dvh}.hero-page_heroPageLarge__mLHSk{display:flex;justify-content:space-evenly;align-items:center;width:100%;flex:1 1}.hero-page_heroImage__QEhAc{border-radius:10%;border:5px solid var(--dark-gray)}.hero-page_heroImageLarge___DNRs{width:40%;margin-top:0}.hero-page_heroImageSmall__cxQPE{width:80%;margin:40px}.hero-page_heroTextContainer__CsgQ_{width:40%}.hero-page_heroTextContainerSmall__xGvFw{width:90%;margin-top:80px}.hero-page_heroHeading__R2rHd{font-size:calc(1.5rem + 1.5vw);font-weight:700}.hero-page_heroHeadingSmall__ACLZn{text-align:center}.hero-page_heroHeadingLarge__vEPmr{color:var(--yellow-light)}.hero-page_heroStrong__3HRbH{font-size:calc(1.8rem + 1.5vw);color:var(--primary-color);filter:drop-shadow(2px 2px #111)}.hero-page_heroStrongLarge__ybcu_{font-size:calc(2rem + 1.5vw)}.hero-page_buttonContainer__yV3Vi{text-align:center;margin-bottom:40px}.hero-page_joinButton__b__ds{cursor:pointer;background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%);border:none;padding:12px 24px;font-size:1rem;border-radius:30px;color:white;text-transform:uppercase;letter-spacing:1px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);margin:20px 0}@media screen and (min-width:800px){.hero-page_heroPageSmall__t8Y7y{display:none!important}}@media screen and (max-width:800px){.hero-page_heroPageLargeWrapper__1Okzz{display:none!important}}.landing_landingWrapper__BYHkB{position:relative;background-color:var(--yellow-light);background-image:url(/svgs/hexagon-background.svg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.landing_link1__B2WbP{color:var(--blue1)}.landing_link1__B2WbP:hover{color:var(--secondary-color)}.landing_link2__qBO13{color:var(--blue2)}.landing_heading__L09VD,.landing_link2__qBO13:hover{color:var(--primary-color)}.landing_heading__L09VD{font-size:calc(1.8rem + 1.2vw);text-align:center}.landing_h1Gradient__ldG8w,.landing_h2Gradient__kBoF9{background:linear-gradient(-135deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.1);margin-bottom:2rem;text-align:center}.landing_h1Gradient__ldG8w{font-size:calc(2rem + 1.5vw)}.landing_h2Gradient__kBoF9{font-size:calc(1.2rem + 1.5vw)}.landing_absolutelyCentered__pSYLd{position:absolute;left:50%;transform:translateX(-50%)}.landing_sectionWrapper__FWNSD{--clip-path-edge-low:10vw;--clip-path-edge-high:calc(100% - 10vw);min-height:100dvh;display:flex;align-items:center;flex-direction:column;width:100%;margin-bottom:20px;-webkit-clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 10vw);-moz-clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 10vw);clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 10vw)}.landing_topSection__pS_oX{min-height:110dvh;background-image:linear-gradient(177deg,var(--black) 12%,var(--pink));-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 0);-moz-clip-path:polygon(0 0,100% 0,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 0);clip-path:polygon(0 0,100% 0,100% calc(100% - 10vw),calc(100% - 10vw) 100%,10vw 100%,0 calc(100% - 10vw),0 0)}.landing_bottomSection__6RVpw{display:flex;align-items:center;flex-direction:column;width:100%;margin-bottom:0;-webkit-clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% 100%,0 100%,0 10vw);-moz-clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% 100%,0 100%,0 10vw);clip-path:polygon(0 10vw,10vw 0,calc(100% - 10vw) 0,100% 10vw,100% 100%,0 100%,0 10vw)}.landing_joinButton___WFBQ,.landing_secondary__VlvDu{background-color:var(--primary-color)}.landing_joinButton___WFBQ{cursor:pointer;margin-top:20px;text-decoration:none;color:var(--black);padding:10px;font-size:1.5rem;border:1px solid var(--black);border-radius:8px}.product-page_productPageDiv__T46qd{position:relative;width:100%}.product-page_productPageH2Wrapper__wRGFX{position:absolute;left:2.5%;width:95%;text-align:center}.product-page_productIcon___IDmv{color:var(--secondary-color);font-size:110px}.product-page_productImage__LWAAC{position:absolute;left:50%;transform:translateX(-50%);height:140px}.product-page_productTitle__1Tvr7{position:relative}.product-page_joinButton__jrJAb{position:absolute;left:50%;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border:none;padding:15px 30px;font-size:1.2rem;border-radius:30px;color:white;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(0,0,0,.2);text-decoration:none}.subscribe_subscribePage__dXsk0{position:relative;overflow:hidden;padding:4rem 0;width:100%;max-width:100vw}.subscribe_subscribeContent__PrYov{display:flex;justify-content:space-evenly;align-items:center;padding-left:20px;padding-right:20px;margin-bottom:60px;position:relative;z-index:1}.subscribe_subscribeRocket__hUG2L{width:40%;max-width:400px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.2))}.subscribe_subscribeTextWrapper__N0ko_{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1)}.subscribe_subscribeDescription__eJmbt{font-size:calc(.8rem + .8vw);text-align:left;margin-bottom:2rem;line-height:1.6}.subscribe_subscribeForm__b1kxm{position:relative}.subscribe_formContent__AFzjv{display:flex;flex-direction:column;gap:1rem}.subscribe_emailInput__T4llZ{padding:1rem;font-size:1rem;border:2px solid transparent;border-radius:15px;background-color:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;outline:none;-webkit-tap-highlight-color:transparent}.subscribe_emailInput__T4llZ::placeholder{color:rgba(255,255,255,.6);opacity:1}.subscribe_emailInput__T4llZ::-webkit-input-placeholder{color:rgba(255,255,255,.6);opacity:1}.subscribe_emailInput__T4llZ::-moz-placeholder{color:rgba(255,255,255,.6);opacity:1}.subscribe_emailInput__T4llZ:-ms-input-placeholder{color:rgba(255,255,255,.6);opacity:1}.subscribe_emailInput__T4llZ:focus{border:2px solid var(--primary-color);background-color:rgba(255,255,255,.15)}.subscribe_checkboxContainer__xIkQq{display:flex;align-items:center;gap:.5rem;font-size:.9rem;padding:.5rem;border-radius:8px;transition:background-color .3s ease}.subscribe_checkboxContainer__xIkQq.subscribe_error__KbYjK{background-color:rgba(255,0,0,.1)}.subscribe_checkbox__chxS5{width:16px;height:16px;cursor:pointer}.subscribe_link__rF5GI{text-decoration:underline;color:var(--primary-color);font-weight:700;transition:color .3s ease}.subscribe_link__rF5GI:hover{color:var(--secondary-color)}.subscribe_checkboxError__S_fLP{color:var(--error-color);font-size:.9rem;margin-top:-.5rem}.subscribe_submitButton__N2rHE{padding:1rem 2rem;font-size:1rem;font-weight:700;color:white;border:none;border-radius:15px;position:relative;overflow:hidden;transition:all .3s ease}.subscribe_submitButton__N2rHE:disabled{background:linear-gradient(135deg,#808080,#a0a0a0);cursor:not-allowed;opacity:.7}.subscribe_submitButton__N2rHE:not(:disabled){background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);cursor:pointer;opacity:1}.subscribe_submitButton__N2rHE:not(:disabled):hover{transform:scale(1.02);box-shadow:0 6px 20px rgba(0,0,0,.2)}.subscribe_submitButton__N2rHE:not(:disabled):active{transform:scale(.98)}.subscribe_loadingSpinner__czWY7{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%}.subscribe_loadingContainer__2wbik{display:flex;align-items:center;justify-content:center;gap:.5rem}.subscribe_message__rrKRv{padding:1rem;border-radius:10px;text-align:center;font-size:.9rem}.subscribe_message__rrKRv.subscribe_success__1rRXi{background-color:rgba(0,255,0,.1);color:var(--success-color)}.subscribe_message__rrKRv.subscribe_error__KbYjK{background-color:rgba(255,0,0,.1);color:var(--error-color)}@media screen and (max-width:600px){.subscribe_subscribeRocket__hUG2L{display:none!important}.subscribe_subscribeTextWrapper__N0ko_{display:flex;flex-direction:column}}@media screen and (min-width:600px){.subscribe_subscribeTextWrapper__N0ko_{display:flex;flex-direction:column;width:40%}}.team-page_teamPageSmall__MLRrO{margin:10vw;position:relative;overflow-x:hidden}.team-page_teamPageLarge__ujYkW{display:flex;justify-content:center;align-items:center;margin-left:40px;margin-top:40px;margin-right:40px}.team-page_teamPageTextLarge___AtxG{width:30%;display:flex}.team-page_teamHeading__bAu1u{margin-top:30px;margin-bottom:50px;text-align:center}.team-page_teamHeadingLarge__rLBOV{margin-top:50px}.team-page_profileName___rn4Z{margin:0;font-size:1.8rem;color:var(--primary-color)}.team-page_profileTitle__zdsYD{margin:0;color:var(--secondary-color)}.team-page_profileText__WLSV1{margin:0}.team-page_hexaProfileWrapper__gtw1w{position:absolute;left:calc(50% - 95px);top:calc(50% - 95px)}.team-page_profileImageContainerSecond__1hcGI,.team-page_profileImageContainer__eKG_R{width:100%;height:200px;position:relative;margin-bottom:30px}.team-page_profileImageContainerSecond__1hcGI{margin-top:60px}.team-page_teamTextContainerSmall__Sg6Zi{margin-top:80px;margin-bottom:60px}.team-page_teamTextContainerLarge__asqo9{max-width:80%;margin:60px auto 100px;text-align:center}.team-page_teamTextLargeSpacing__Q72vC{height:230px}.team-page_teamTextLargeSpacingSecond__6OE_w{height:160px}.team-page_hexaProfileContainer__QXvBO{width:300px;margin-top:350px;margin-left:20px;margin-right:20px;position:relative;align-items:center}@media screen and (min-width:800px){.team-page_teamPageSmall__MLRrO,.team-page_teamTextContainerSmall__Sg6Zi{display:none!important}}@media screen and (max-width:800px){.team-page_teamHeadingLarge__rLBOV,.team-page_teamPageLarge__ujYkW,.team-page_teamTextContainerLarge__asqo9{display:none!important}}.vision-page_visionPageDiv__EJVyK{margin:20px;max-width:1000px;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.vision-page_paragraph__gJTPJ{font-size:1.2rem;max-width:800px;text-align:center;margin:2rem auto}.vision-page_emphasisParagraph__pmETs{font-weight:700;color:var(--primary-color)}.vision-page_imageContainer__h0XW7{max-height:30vw;height:300px;overflow:hidden;margin-bottom:60px;border-radius:40px;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative}.vision-page_image__3GKdv{width:100%;filter:brightness(1.1) contrast(1.1)}.vision-page_joinButton__2EhLS{text-align:center;margin-bottom:20px;background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%);border:none;padding:15px 30px;font-size:1.2rem;border-radius:30px;color:white;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(0,0,0,.2);text-decoration:none;cursor:pointer}.vision-page_joinButton__2EhLS:hover{scale:1.05;box-shadow:0 6px 20px rgba(0,0,0,.3)}.vision-page_joinButton__2EhLS:active{scale:.95}@keyframes loading_progressStripes__CkEQC{0%{background-position:0 0}to{background-position:20px 0}}.loading_loadingWrapper__QQcnq{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.loading_progressLoadingWrapper__S5o_z{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:24px}.loading_progressContainer__km_em{width:100%;max-width:400px;height:8px;background-color:var(--background2);border-radius:4px;overflow:hidden;margin-bottom:8px;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.loading_progressBar__OGp0C{height:100%;background-color:var(--primary-color);border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.1);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0,transparent 50%,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 75%,transparent 0,transparent);background-size:20px 20px;animation:loading_progressStripes__CkEQC 1s linear infinite}.loading_loadingMessage__sStQu{font-size:18px;font-weight:500;color:var(--foreground);text-align:center;margin:0;min-height:28px}.button_btn__MZuJm{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:30px;min-width:30px;min-height:30px;cursor:pointer;color:var(--black);padding:5px 20px;box-shadow:1px 1px 2px var(--dark-gray);border:1px solid var(--black);border-radius:5px;text-decoration:none;transition:transform .1s ease-in-out}.button_btn__MZuJm:disabled{background-color:gray;cursor:default}.button_btn__MZuJm:not(:disabled):hover{transform:scale(.95)}.button_small__obSXU{width:-moz-fit-content;width:fit-content;padding:5px 10px}.button_primary__M7W8B{background-color:var(--primary-color)}.button_remove__4ZRHt{background-color:var(--red)}.button_secondary__8BL0F{background-color:var(--secondary-color);color:var(--yellow-light)}.button_function__02ny2{background-color:var(--yellow-light)}.dashboard_dashboardWrapper__EJKBg{margin:20px var(--web-margin);display:flex;flex-direction:column}.dashboard_dashboardWrapper__EJKBg>h1{font-size:2rem;margin:0 0 1rem}.dashboard_sectionsWrapper__0qSWd{display:flex;flex:1 1;justify-content:space-between;gap:3rem}.dashboard_quizSectionWrapper__xj_4w{display:flex;flex:1.5 1;max-width:750px;flex-direction:column;overflow:hidden}.dashboard_quizSectionWrapper__xj_4w>h2{margin:0}.dashboard_newsSectionWrapper__ZKuvE{display:flex;height:auto;width:300px;flex-direction:column}.dashboard_newsSectionWrapper__ZKuvE>h2{margin:0 0 1rem}.dashboard_newsWrapper___XQS1{height:60dvh;overflow:scroll;padding:10px;background-color:var(--background3);border-radius:.5rem;box-shadow:0 0 10px 3px var(--black)}@media (max-width:800px){.dashboard_dashboardWrapper__EJKBg>h1{font-size:1.5rem}.dashboard_sectionsWrapper__0qSWd{flex-direction:column}.dashboard_newsSectionWrapper__ZKuvE,.dashboard_quizSectionWrapper__xj_4w{width:100%}.dashboard_newsWrapper___XQS1{height:40dvh}}.SideScroller_sideScrollerWrapper__pk3TL{margin:1rem 0;display:flex;position:relative;width:auto;overflow-x:hidden;border-radius:10px;border:1px solid var(--black);background-color:var(--background3);box-shadow:0 0 10px 3px var(--black);padding:4px;min-height:180px}.SideScroller_childWrapper__xyTaJ{display:flex;width:100%;gap:1rem;overflow-x:scroll}.SideScroller_sideScrollerCard__riGeU{display:flex;flex-direction:column;flex-shrink:0;width:calc(250px - 1.5rem);height:calc(175px - 1.5rem);background-color:var(--background2);padding:.75rem;border:2px solid var(--black);border-radius:.4rem}.SideScroller_addButton__xoWKC{display:flex;width:3rem;height:100%;background-color:var(--overlay);position:absolute;z-index:100;right:0;top:0;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;box-shadow:-5px 0 5px rgba(0,0,0,.75);border-radius:5px}.SideScroller_addButton__xoWKC:hover{background-color:var(--overlay-hover);color:white}.LatestQuizzes_topWrapper__0aS_W{display:flex;flex-direction:column}.LatestQuizzes_innerWrapper__ro1uA{display:flex;justify-content:space-between;gap:1rem}.LatestQuizzes_btnWrapper__S_Vdb{display:flex;width:100%;margin-top:auto;justify-content:space-around}.LatestQuizzes_cardName__TKuB_{margin:0;font-size:1rem;cursor:default}.LatestQuizzes_chartWrapper__MoK3G{min-height:30px;max-height:30px}.LatestQuizzes_date__vYLJr{font-size:.8rem;color:var(--foreground2);cursor:default;margin:0 0 .5rem;max-height:30px}.QuizButtons_btnWrapper___aOes{display:flex;width:180px;gap:1rem;margin-top:20px;margin-bottom:20px}.QuizOverview_quizSidebarWrapper__O5S58{position:fixed;display:flex;z-index:100000;flex-direction:column;align-items:center;justify-content:space-between;background-color:var(--background2);padding:5px 5px 1rem;height:calc(100dvh - 66px);width:40px;box-shadow:2px 0 5px rgba(0,0,0,.2);transform:translateX(0);transition:transform .3s ease-in-out;overflow:visible}.QuizOverview_quizSidebarWrapper__O5S58.QuizOverview_hidden__FXyz1{transform:translateX(-120px)}.QuizOverview_questionOverviewWrapper__sJUBT{display:flex;flex-direction:column;align-items:center;width:100%;gap:10px;overflow-y:scroll;padding:1.5rem 0;margin-bottom:1rem;overflow:visible}.QuizOverview_overviewQuestion__0OuL9{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;cursor:pointer;text-align:center;color:var(--foreground);background-color:var(--background2);transition:background-color .3s ease;overflow:visible;padding:2px}.QuizOverview_overviewQuestion__0OuL9:hover:not(.QuizOverview_selected___1_hH){border:2px solid var(--foreground2);padding:0}.QuizOverview_correct__pLs6v{background-color:var(--correct)}.QuizOverview_incorrect__bOk8t{background-color:var(--incorrect)}.QuizOverview_selected___1_hH{border:2px solid var(--foreground2);padding:0}.QuizOverview_answered__QzGjH{background-color:var(--primary-color)}@media (prefers-color-scheme:dark){.QuizOverview_answered__QzGjH,.QuizOverview_correct__pLs6v,.QuizOverview_incorrect__bOk8t{color:var(--black)}}.QuizOverview_questionSvg__emKhj{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;color:var(--background2)}.QuizOverview_checked__3UgPN{color:var(--primary-color)}.QuizOverview_travel__sewBe{z-index:100000000}.QuizOverview_questionNumber__Mk86t{position:relative;z-index:2;font-size:14px}.QuizQuestion_questionHeader__0YJiZ{display:flex;align-items:flex-end;width:100%;border-bottom:1px solid var(--primary-color);padding-bottom:1.5rem}.QuizQuestion_questionText___Np3z{margin:0;font-size:28px}.QuizQuestion_optionsWrapper__gwLSx{display:flex;flex-direction:column;flex:1 1;gap:1rem;padding-top:1.5rem}@media (max-width:800px){.QuizQuestion_questionText___Np3z{font-size:20px}}.quiz_option__y_FHp{display:flex;width:auto;height:3rem;align-items:center;padding-left:1rem}.quiz_option__y_FHp:not(.quiz_showCorrect__prDbY){cursor:pointer}.quiz_optionIcon__erahH{display:flex;align-items:center;color:rgba(0,0,0,0)}.quiz_showCorrect__prDbY{font-weight:700}.quiz_checked__skp6R .quiz_optionIcon__erahH,.quiz_option__y_FHp:hover:not(.quiz_showCorrect__prDbY) .quiz_optionIcon__erahH{color:var(--primary-color)}.quiz_optionText__stTBu{margin:0 0 0 1rem}.quiz_explanationWrapper__9KER6{margin-left:1rem;padding-left:1rem}.quiz_explanationCorrect__GZF2B{border-left:2px solid var(--correct)}.quiz_explanationIncorrect__M8Npq{border-left:2px solid var(--incorrect)}.quiz_explanation__hR6rT{font-weight:400}@media (max-width:800px){.quiz_optionText__stTBu{font-size:14px}}.QuizResults_resultWrapper__dSoah{display:flex;flex:1 1;flex-wrap:wrap}.QuizResults_resultSection__zZzX7{display:flex;flex-direction:column;justify-content:center;flex:1 1}.QuizResults_chartWrapper__3yfPP{width:80%;margin:0 auto;max-width:350px;aspect-ratio:1/1}.QuizResults_chartText__13ijM{display:flex;justify-content:center;margin-top:.5rem;margin-bottom:2.5rem}.QuizResults_chartText__13ijM>h3{margin:0}.QuizResults_headerText__UL03l{display:flex;justify-content:center;margin-bottom:1rem}.QuizResults_infoText__QrXNH{display:flex;flex:1 1;margin:0 1rem 2rem}.QuizResults_headerText__UL03l>h2,.QuizResults_infoText__QrXNH>p{margin:0}.QuizResults_resultBtnWrapper__njLq1{display:flex;justify-content:center;gap:2rem}.quiz_quizWrapper__A2Uxh{display:flex;flex:1 1;overflow-y:hidden}.quiz_questionWrapper__P0GGf{display:flex;flex:1 1;flex-direction:column;padding:2rem 7%;margin-left:40px;overflow-y:scroll}.quiz_quizHeader__3_72k{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.quiz_printButton__Hb_mx{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center;color:var(--secondary-color);margin:0 auto;width:-moz-fit-content;width:fit-content}.quiz_printButton__Hb_mx:hover{background-color:rgba(0,0,0,.05)}.modal_modalOverlay__VDBWF{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal_modalContent__1m9wD{display:flex;flex-direction:column;background-color:var(--background2);padding:2rem;border-radius:8px;width:70%;height:60%;box-shadow:0 5px 15px rgba(0,0,0,.3)}.modal_modalHeader__LZaan{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.modal_modalHeader__LZaan h2{margin:0}.modal_closeButton__hFdvT{background:none;border:none;cursor:pointer;color:var(--text-color)}.signup_intro_signupIntroWrapper__CFPoR{margin:2rem;max-width:800px}.signup_intro_buttonWrapper__1RMsP{display:flex;flex-direction:row;gap:1rem;margin-top:3rem}.carousel_next__FOQA3,.carousel_prev__SHiPj{color:var(--black);top:calc(50% - 10px);position:absolute;background:var(--yellow-light);border-radius:30px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;font-weight:700;font-size:18px;z-index:2}.carousel_next__FOQA3:hover,.carousel_prev__SHiPj:hover{background-color:var(--primary-color)}.carousel_next__FOQA3:active,.carousel_prev__SHiPj:active{outline:none;transform:scale(.9)}.carousel_next__FOQA3{right:5px}.carousel_prev__SHiPj{left:5px;transform:scale(-1)}.carousel_image__nhge7{position:absolute;border-radius:10%}.upload_uploadWrapper__kb5lJ{display:flex;flex:1 1;flex-direction:column;align-items:center;padding-top:30px}.upload_headerText__rqOlp{margin:0}.upload_infoText__73w_v{display:flex;text-align:center;width:60%;margin-bottom:20px;margin-top:5px;color:var(--foreground2)}.upload_innerWrapper__DF_b3{display:flex;flex-direction:column;justify-content:center;align-items:center;border:4px dashed var(--secondary-color);border-radius:20px;width:40vw;height:35dvh;background-color:var(--background2);color:var(--secondary-color)}.upload_dragging__0rSi7{border-color:var(--primary-color);background-color:var(--background2)}.upload_largeText__W4Zst{font-size:24px;margin:10px 0}.upload_smallText__GH__6{margin:0 0 10px}.upload_secondaryButton__mrHvc{background-color:var(--secondary-color);border-radius:5px;display:flex;align-items:center;justify-content:center}.upload_primaryButton__DN8Th,.upload_secondaryButton__mrHvc{box-shadow:1px 1px 2px var(--black);color:var(--black);width:100px;height:30px;cursor:pointer}.upload_primaryButton__DN8Th{background-color:var(--primary-color);border:0 solid var(--black);border-radius:5px}.upload_primaryButton__DN8Th:disabled{background-color:var(--light-gray);cursor:default}.upload_submitWrapper__41RKp{display:flex;width:40vw;justify-content:space-between;margin-top:20px}.upload_inputSelectionWrapper__YI6YA{display:flex;width:40vw;border:1px solid var(--foreground);border-radius:.4rem;margin-bottom:1rem}.upload_inputOption__PD00N{display:flex;cursor:pointer;align-items:center;height:2rem;padding-left:.75rem;flex:1 1}.upload_divider__WtWFh{border-left:1px solid var(--foreground)}.upload_radioBtn__DfdlA{display:flex;align-items:center;color:rgba(0,0,0,0);margin-right:.5rem}.upload_checked__AS8JK,.upload_inputOption__PD00N:hover>.upload_radioBtn__DfdlA{color:var(--primary-color)}.upload_errorMessage__ghA_g{font-size:large;color:var(--red)}.upload_loadingContainer__xQPuE{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:300px;max-width:600px;padding:2rem}@media screen and (max-width:800px){.upload_uploadWrapper__kb5lJ{padding:1rem 2rem 0}.upload_headerText__rqOlp{font-size:24px}.upload_infoText__73w_v{font-size:14px}.upload_infoText__73w_v,.upload_inputSelectionWrapper__YI6YA{width:100%;max-width:400px}.upload_innerWrapper__DF_b3{width:90%;height:30dvh}.upload_largeText__W4Zst{font-size:16px}.upload_smallText__GH__6{font-size:10px}.upload_submitWrapper__41RKp{width:90%}}.TextInput_contentWrapper__iLZgq{display:flex;flex-direction:column;align-items:center;width:100%}.TextInput_textInput__k3xQa{--padding:0.6rem;width:calc(40vw - 2 * var(--padding));height:calc(35dvh - 2 * var(--padding));padding:var(--padding);border:3px solid var(--secondary-color);border-radius:20px;font-size:1rem;font-family:var(--font-style);color:var(--foreground);background-color:var(--background2);resize:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.TextInput_errorMessage___UngU{font-size:large;color:var(--red)}.TextInput_submitWrapper__FqHiI{display:flex;width:40vw;justify-content:space-between;margin-top:20px}@media screen and (max-width:800px){.TextInput_textInput__k3xQa{--padding:0.6rem;width:calc(90% - 2 * var(--padding));max-width:400px;height:calc(30dvh - 2 * var(--padding));padding:var(--padding);font-size:14px}.TextInput_submitWrapper__FqHiI{width:90%;max-width:400px}}