@charset "UTF-8";:root{--primary:#d4af37;--primary-light:#e6c76b;--primary-dark:#b08e2d;--primary-foreground:#322e2c;--header-background:#fff;--secondary:#f5f5f5;--secondary-dark:#e0e0e0;--secondary-light:#fff;--secondary-foreground:#322e2c;--accent:#322e2c;--accent-light:#4a4543;--accent-dark:#1f1d1c;--sec-accent-dark:#1f1d1c;--accent-foreground:#f5f5f5;--background:#322e2c;--footer-background:#322e2c;--text:#f5f5f5;--blue:#306998;--green:#2e8b57;--secondary-green:#4caf50;--sec-accent-foreground:#f2f2f2;--color-primary:#306998;--color-dark:#322e2c;--color-accent:#d4af37;--color-bg:#fff;--color-text:#111;--color-sec-text:#111;--color-link:var(--color-primary);--color-border:#ccc;--color-rank:#e3f2fd;--card-bg:var(--secondary-light);--card-border:var(--color-border);--highlight-bg:#fff8e1;--danger:#e53935;--success:#2e7d32;--code-bg:#1e1e1e;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a}@media (prefers-color-scheme:dark){:root{--primary:#d4af37;--primary-light:#b08e2d;--primary-dark:#efbf04;--primary-foreground:#f5f5f5;--secondary:#232323;--secondary-dark:#181818;--secondary-light:#232323;--secondary-foreground:#f5f5f5;--sec-accent-foreground:#232323;--accent:#d4af37;--accent-light:#b08e2d;--accent-dark:#322e2c;--sec-accent-dark:#f5f5f5;--accent-foreground:#f5f5f5;--header-background:#322e2c;--footer-background:#322e2c;--color-rank:#322e2c;--background:#181818;--text:#f5f5f5;--blue:#306998;--green:#2e8b57;--secondary-green:#4caf50;--color-primary:#d4af37;--color-dark:#f5f5f5;--color-accent:#306998;--color-bg:#181818;--color-text:#f5f5f5;--color-sec-text:#111;--color-link:#d4af37;--color-border:#444;--card-bg:#232323;--card-border:#444;--highlight-bg:#322e2c;--danger:#e53935;--success:#2e7d32;--code-bg:#232323;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 1px 3px 0 #0000004d,0 1px 2px -1px #0003}}*,:after,:before{-webkit-text-size-adjust:100%;font-feature-settings:normal;box-sizing:border-box;font-variation-settings:normal;margin:0;padding:0;tab-size:4}*,:after,:before,body,html{-webkit-font-smoothing:antialiased}body,html{-moz-osx-font-smoothing:grayscale;font-family:Inter,Inter Fallback,sans-serif;height:100%;scroll-behavior:smooth;text-rendering:optimizeLegibility}[dir=ltr] body{text-align:left}body{background-color:#fff;background-color:var(--color-bg);color:#111;color:var(--color-text);font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{line-height:1.2}p{line-height:1.6;margin-bottom:1rem}a{color:#306998;color:var(--color-link);text-decoration:none;transition:color .2s ease}a:hover{color:#d4af37;color:var(--color-accent)}button{background-color:#306998;background-color:var(--color-primary);border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;padding:.5rem 1rem;transition:background-color .2s ease}button:disabled{background-color:#888;cursor:not-allowed}input,select,textarea{background-color:#fff;background-color:var(--color-bg);border:1px solid #ccc;border:1px solid var(--color-border);border-radius:4px;color:#111;color:var(--color-text);font:inherit;max-width:100%;padding:.5rem;width:100%}input:focus,select:focus,textarea:focus{border-color:#306998;border-color:var(--color-primary);box-shadow:0 0 0 2px #3069984d;outline:none}img,video{display:block;height:auto;max-width:100%}:focus-visible{outline:2px dashed #306998;outline:2px dashed var(--color-primary);outline-offset:2px}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}.mt-1{margin-top:1.5rem}.mb-1{margin-bottom:1.5rem}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:.5rem;margin-top:0}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.4rem}@media (max-width:576px){h1{font-size:1.875rem}}.cardContainer{background-color:#fff;background-color:var(--card-bg);background:linear-gradient(90deg,#fff,#fff8e1);background:linear-gradient(to right,var(--card-bg),var(--highlight-bg));border:1px solid #ccc;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 4px 8px #0000001a;color:#111;color:var(--color-text);margin-bottom:2rem;margin-top:3rem;padding:2rem;text-align:center}.sectionContainer{border-left:4px solid #d4af37;border-left:4px solid var(--primary);border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem;padding:1.5rem}.pageContainer,.sectionContainer{background:#fff;background:var(--card-bg)}.pageContainer{border:1px solid #ccc;border:1px solid var(--card-border);border-radius:16px;box-shadow:0 2px 10px #0000000a;color:#322e2c;color:var(--color-dark);margin:2rem auto;max-width:1200px;min-height:calc(100vh - 251px);padding:2rem}.solutionCard{background-color:#322e2c;background-color:var(--background);border:1px solid #ccc;border:1px solid var(--color-border);border-radius:10px;box-shadow:0 2px 6px #0000000a;color:#f5f5f5;color:var(--text);margin-bottom:1.5rem;padding:1.25rem 1.5rem}@media screen and (max-width:768px){.solutionCard{padding:1rem}}.codeBlock{background-color:#1e1e1e;background-color:var(--code-bg,#272822);border-radius:6px;color:#fff;font-size:.9rem;margin:.5rem 0;overflow-x:auto;padding:.75rem 1rem}@media screen and (max-width:768px){.codeBlock{font-size:.5rem}}.dataGridRoot{border:1px solid #ccc;border:1px solid var(--card-border);border-radius:10px;margin-top:16px;min-height:400px;width:100%}.dataGridCell,.dataGridRoot{background:#fff;background:var(--card-bg)}.dataGridHeader{background-color:#e6c76b;background-color:var(--primary-light);color:#1f1d1c;color:var(--accent-dark);font-size:1rem;font-weight:600}.dataGridRowHover{color:#111;color:var(--color-text);font-size:.95rem}.dataGridRowHover:hover{background-color:#fff8e1;background-color:var(--highlight-bg)}.dataGridFooter{background-color:#e0e0e0;background-color:var(--secondary-dark)}.dataGridFooter p{margin-bottom:0}.dataGridFooter .MuiTablePagination-root{color:#111;color:var(--color-text)}iframe video{height:100%!important;width:100%}pre{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow-x:auto;white-space:pre-wrap}.PasswordResetForm_passwordResetFormContainer__y38RW{display:flex;flex-direction:column;min-height:calc(100vh - 187px);padding:2rem 1rem;width:100%}.PasswordResetForm_formContainer__n5Q0m{margin:auto;max-width:480px;width:100%}.PasswordResetForm_passwordResetForm__pJ4vb{display:flex;flex-direction:column;gap:1rem}.PasswordResetForm_title__wybuv{color:var(--text)}.PasswordResetForm_description__w31sZ{color:var(--accent);font-size:1rem;margin-bottom:1rem;text-align:center}.PasswordResetForm_submitButton__lJuYZ{font-size:1.125rem;margin-top:1rem;width:100%}.PasswordResetForm_doneMessage__3QJUY{color:green;color:var(--success,green);font-size:1.125rem;text-align:center}.PasswordResetForm_title__wybuv{color:var(--color-text);font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.TextInput_formGroup__d-F4\+{margin-bottom:1rem}.TextInput_textInputContainer__quBID{align-items:flex-start;color:#707070;display:flex;flex-grow:1;font-size:1.125rem;line-height:1.3333;position:relative;width:100%}.TextInput_textInput__iV45V:hover{border:1px solid #132925}.TextInput_textInput__iV45V{background-color:var(--secondary-light)!important;border:1.5px solid #d4af37;border:1.5px solid var(--primary,#d4af37);border-radius:6px;color:#322e2c;color:var(--accent,#322e2c);display:block;font-size:1rem;line-height:1.5;padding:.75rem 1rem;transition:border-color .2s;width:100%}.TextInput_textInput__iV45V:focus{border-color:#322e2c;border-color:var(--accent,#322e2c);outline:none}.TextInput_inputError__4UJgN{background:#fff6f6;border-color:#e53935!important}.TextInput_errorMessage__ko7Je{color:#e53935;font-size:.95rem;margin-top:.25rem;padding-left:2px}.TextInput_textInput__iV45V[type=number]{-moz-appearance:textfield}.TextInput_textInput__iV45V[type=email],.TextInput_textInput__iV45V[type=number],.TextInput_textInput__iV45V[type=password],.TextInput_textInput__iV45V[type=text]{height:2.75rem}.FormMessage_formMessage__e0EPG{border-radius:6px;font-size:.95rem;font-weight:500;margin-bottom:1.25rem;margin-top:.5rem;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.FormMessage_error__VDwxE{background-color:#ffe6e6;border:1px solid #f5c2c7;color:#b00020}.FormMessage_success__z2VAJ{background-color:#e6ffed;border:1px solid #a5d6a7;color:#1b5e20}.FormMessage_info__Xw9F8{background-color:#e7f3fe;border:1px solid #bee5eb;color:#0c5460}.PrimaryButton_buttonBase__YwMkc{align-items:center;border-radius:calc(6rem - 2px);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;line-height:1.3333;padding:.5625rem 1rem;text-align:center;text-decoration:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle}.PrimaryButton_primarySolid__n76zp{background-color:var(--accent);border:2px solid var(--accent);color:#fff}.PrimaryButton_primarySolid__n76zp:hover{background-color:#fff;color:var(--accent)}.PrimaryButton_primaryGold__6\+uf4{background-color:var(--primary);border:2px solid var(--primary);color:#fff}.PrimaryButton_primaryGold__6\+uf4:hover{background-color:var(--primary-dark)}.PrimaryButton_primaryOutline__wQlZ7{background-color:initial;border:2px solid var(--accent);color:var(--accent)}.PrimaryButton_primaryOutline__wQlZ7:hover{background-color:var(--accent);color:#fff}.PrimaryButton_primaryLight__Olmhu{background-color:var(--accent-light);border:2px solid var(--accent-light);color:#fff}.PrimaryButton_primaryLight__Olmhu:hover{background-color:var(--accent-dark)}.PrimaryButton_disabled__1hsN8{cursor:not-allowed;opacity:.5;pointer-events:none}.PrimaryButton_buttonText__EjOfA{align-items:center;display:flex;justify-content:center}.ResetPasswordForm_resetPasswordFormContainer__ncizY{display:flex;flex-direction:column;min-height:calc(100vh - 187px);padding:2rem 1rem;width:100%}.ResetPasswordForm_formContainer__YlAaP{margin:auto;max-width:480px;width:100%}.ResetPasswordForm_resetPasswordForm__Qc-85{display:flex;flex-direction:column;gap:1rem}.ResetPasswordForm_title__Lu4pY{color:var(--color-text);font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.ResetPasswordForm_description__EJroY{color:var(--accent);font-size:1rem;margin-bottom:1rem;text-align:center}.ResetPasswordForm_submitButton__tYgIr{font-size:1.125rem;margin-top:1rem;width:100%}.ResetPasswordForm_errorMessage__j4cxD{color:#e53935;color:var(--error,#e53935);font-size:.95rem;margin-top:.25rem;text-align:center}.LoginForm_loginFormContainer__Csl3y{display:flex;flex-direction:column;min-height:calc(100vh - 187px);padding:2rem 1rem;width:100%}@media (min-width:1200px){.LoginForm_loginFormContainer__Csl3y{align-items:stretch;flex-direction:row}}.LoginForm_container__Br0MC{box-sizing:border-box;padding:2rem 1rem;width:100%}@media (min-width:768px){.LoginForm_container__Br0MC{padding:3rem 2rem}}@media (min-width:1200px){.LoginForm_container__Br0MC{align-items:center;display:flex;justify-content:center;padding:2rem;width:50%}}.LoginForm_formContainer__Tc-UB{margin:auto;max-width:480px;width:100%}.LoginForm_loginForm__vRI6t{display:flex;flex-direction:column;gap:1rem}.LoginForm_submitButton__WfZ6E{font-size:1.125rem;margin-bottom:1.5rem;margin-top:1rem;width:100%}.LoginForm_forgotLink__UNdv0{margin-bottom:1rem;margin-top:.25rem;text-align:right}.LoginForm_forgotLink__UNdv0 a{color:var(--accent);font-size:.95rem;text-decoration:none}.LoginForm_forgotLink__UNdv0 a:hover{text-decoration:underline}.LoginForm_title__5GeqO{color:var(--color-text);font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.SecondaryButton_buttonBase__KFMUr{align-items:center;border-radius:6px;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;line-height:1.3333;padding:.5625rem 1rem;text-align:center;text-decoration:none;transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle}.SecondaryButton_secondaryLight__438Cc{background-color:var(--secondary);border:1px solid var(--secondary-dark);color:var(--accent)}.SecondaryButton_secondaryLight__438Cc:hover{background-color:var(--secondary-dark);color:var(--accent-dark)}.SecondaryButton_secondaryBorder__UHgL5{background-color:initial;border:2px solid var(--accent);color:var(--accent)}.SecondaryButton_secondaryBorder__UHgL5:hover{background-color:var(--accent-light);color:#fff}.SecondaryButton_secondaryContrast__sSFCd{background-color:var(--primary);border:none;color:#fff}.SecondaryButton_secondaryContrast__sSFCd:hover{background-color:var(--primary-dark);color:#fff}.SecondaryButton_disabled__HxvOZ{cursor:not-allowed;opacity:.5;pointer-events:none}.SecondaryButton_buttonText__eKx4b{align-items:center;display:flex;justify-content:center}.SecondaryButton_secondaryGreen__vZOL1{background-color:var(--secondary-green);border:none;color:#fff}.RegisterForm_registerFormContainer__537yb{display:flex;flex-direction:column;width:100%}@media (min-width:1200px){.RegisterForm_registerFormContainer__537yb{align-items:stretch;flex-direction:row;min-height:90vh}}.RegisterForm_fadeSlideIn__3vHh5{opacity:1!important;transform:translateY(0)!important}.RegisterForm_formHeader__hEkJU{background-color:var(--background);color:var(--secondary);opacity:0;padding:3rem 1.5rem;text-align:center;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;width:100%}.RegisterForm_formHeader__hEkJU h1{color:#fff;font-size:2.25rem;font-weight:700;line-height:1.3;margin:0}@media (min-width:768px){.RegisterForm_formHeader__hEkJU h1{font-size:2.75rem}}@media (min-width:1200px){.RegisterForm_formHeader__hEkJU{align-items:center;border-right:1px solid #ccc;display:flex;justify-content:center;padding:1rem;width:50%}.RegisterForm_formHeader__hEkJU h1{max-width:320px}.RegisterForm_nameInputs__N9CDD,.RegisterForm_phonePackInputs__jL1VH{grid-gap:1rem;align-items:flex-start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));justify-content:space-between;width:100%}}.RegisterForm_container__SOEa3{box-sizing:border-box;padding:2rem 1rem;width:100%}@media (min-width:768px){.RegisterForm_container__SOEa3{padding:3rem 2rem}}@media (min-width:1200px){.RegisterForm_container__SOEa3{align-items:center;display:flex;justify-content:center;padding:2rem;width:50%}}.RegisterForm_formContainer__USyHW{margin:auto;max-width:480px;width:100%}.RegisterForm_registerForm__FdCXV{display:flex;flex-direction:column;gap:0}.RegisterForm_captchaWrapper__SV8jr{margin-bottom:1rem;margin-top:1rem}.RegisterForm_submitButton__Qk-4G{font-size:1.125rem;margin-bottom:1.5rem;margin-top:1rem;width:100%}.RegisterForm_packTypeContainer__fdSzi{display:flex;flex-direction:column;gap:.5rem}.RegisterForm_packClarification__w\+CFX{color:#6b7280;font-size:.875rem;line-height:1.25;margin-top:.25rem}.UserProfile_section__RUIHa{margin-bottom:2rem;margin-top:2rem}.UserProfile_section__RUIHa h2,.UserProfile_section__RUIHa h3{color:var(--primary-dark);margin-bottom:1rem}.UserProfile_formGroup__RwO8g{margin-bottom:1.5rem}.UserProfile_inline__Sp-SE{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.UserProfile_label__ZDi2g{color:var(--accent-dark);display:block;font-weight:600;margin-bottom:.5rem}.UserProfile_emailInfo__28pLd{color:var(--color-dark);font-size:.95rem;margin-top:.5rem}.UserProfile_verificationNotice__-azdH{color:var(--green);font-weight:500;margin-left:.75rem}.UserProfile_loading__JjN-G{color:var(--primary);font-size:1.2rem;padding:2rem;text-align:center}.UserProfile_buttonGroup__VLaZN{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}@media screen and (max-width:768px){.UserProfile_container__aM9d6{padding:1.5rem}.UserProfile_inline__Sp-SE{align-items:flex-start;flex-direction:column}.UserProfile_buttonGroup__VLaZN{align-items:stretch;flex-direction:column}}.LoadingOverlay_overlay__R9YhW{align-items:center;background-color:#ffffffb3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.CourseList_container__mgqgC{background-color:var(--secondary-light);border-radius:16px;margin:0 auto;max-width:1200px;padding:2rem 1rem}.CourseList_title__bOltg{color:var(--primary-dark);font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.CourseList_courseGrid__iz3Ws{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.CourseList_courseCard__RiTP2{background:var(--secondary-light);border-radius:12px;box-shadow:0 2px 10px #00000014;cursor:default;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.CourseList_courseCard__RiTP2:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-6px)}.CourseList_premiumCard__HG8zU{border:2px solid var(--primary);cursor:pointer}.CourseList_courseTitleWrapper__CPfcT{align-items:center;background:var(--sec-accent-foreground);display:flex;height:85px;justify-content:center;overflow:hidden;text-align:center;width:100%}.CourseList_cardContent__H9PA6{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.CourseList_courseTitle__8KScH{color:var(--primary-dark);font-size:1.25rem;font-weight:600;margin:0}.CourseList_courseDescription__lmcXQ{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#555;display:-webkit-box;font-size:.95rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.CourseList_premiumSection__hxQoh{background-color:#fff9e6;border-radius:16px;box-shadow:inset 0 0 6px #ffd70026;margin-top:3rem;padding:2rem 1rem}.CourseList_premiumTitle__Szlfy{color:#c19d00;font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.CourseList_noCourses__r9PMw{color:#999;font-size:1.2rem;text-align:center}.CourseList_paginationContainer__X3Izk{align-items:center;display:flex;gap:.5rem;justify-content:center;list-style:none;margin-top:2rem;padding:0}.CourseList_paginationItem__g2X7S{background-color:var(--color-bg);border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem;padding:8px 14px;transition:background .2s}.CourseList_paginationItem__g2X7S:hover{background-color:#eee}.CourseList_paginationActive__GEDU8{background-color:var(--primary);border-color:var(--primary);color:#fff!important}.CourseList_paginationDisabled__4q2QF{cursor:not-allowed;opacity:.5}@media screen and (max-width:768px){.CourseList_courseTitleWrapper__CPfcT{height:100px}.CourseList_courseTitle__8KScH{font-size:1.1rem}.CourseList_courseDescription__lmcXQ{font-size:.9rem}}.CourseDetail_header__hx2xU{margin-bottom:2rem;text-align:center}.CourseDetail_header__hx2xU h1{color:var(--primary-dark);font-size:2.5rem;font-weight:700}.CourseDetail_header__hx2xU p{color:var(--color-primary);font-size:1.125rem}.CourseDetail_content__jcumX{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1024px){.CourseDetail_content__jcumX{flex-direction:row}}.CourseDetail_leftColumn__aSvGa,.CourseDetail_rightColumn__evVth{flex:1 1}.CourseDetail_sectionTitle__05K1c{color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.CourseDetail_pdfList__B3OPx,.CourseDetail_videoList__CrZSD{list-style:none;margin:0;padding:0}.CourseDetail_pdfItem__4-Yxr,.CourseDetail_videoItem__Xqu1d{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.CourseDetail_questionBlock__WgULS{background:var(--secondary-light);border:1px solid var(--color-border);border-radius:8px;margin-bottom:1rem;padding:1rem}.CourseDetail_submitBtn__9b1XG{margin-top:1rem}.CourseDetail_overlay__idumq{background:#000c;z-index:999}.CourseDetail_fullscreenModal__iC9RH{background:var(--secondary-light);bottom:0;left:0;overflow:auto;padding:1rem;position:absolute;right:0;top:0}.CourseDetail_videoWrapper__D2OP4{position:relative}.CourseDetail_videoHelper__8FTtS{background:#f5f5f5;background-color:var(c);box-shadow:0 2px 8px #0000000a;color:#333;font-size:1rem;height:111px;margin-bottom:8px;padding:10px 16px;position:absolute;top:0;width:100%}.CourseDetail_modalBtn__L6NPu{display:flex;justify-content:flex-end;margin:.5rem 0}.CourseDetail_modal__MHph4{background:#fff;bottom:0;display:flex;flex-direction:column;left:0;max-height:100dvh;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.CourseDetail_pdfWrapper__3BJ-U,.CourseDetail_videoWrapper__D2OP4{flex:1 1;height:100%;overflow:auto;width:100%}.CourseDetail_pdfWrapper__3BJ-U iframe{-webkit-overflow-scrolling:touch;border:none;height:100%;max-height:calc(100dvh - 100px);touch-action:auto;width:100%}.CustomCheckbox_checkboxWrapper__fPe36{align-items:center;cursor:pointer;display:flex;padding:8px 0;width:100%}.CustomCheckbox_hiddenCheckbox__6mgpb{display:none}.CustomCheckbox_customBox__PCB7W{background:var(--color-bg);border:2px solid var(--color-accent);border-radius:4px;flex-shrink:0;height:20px;margin-right:10px;position:relative;transition:all .2s ease;width:20px}.CustomCheckbox_hiddenCheckbox__6mgpb:checked+.CustomCheckbox_customBox__PCB7W:after{border:solid var(--color-accent);border-width:0 2px 2px 0;content:"";height:12px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.CustomCheckbox_labelText__CHL8z{color:var(--primary-foreground);flex:1 1;max-width:calc(100% - 30px);overflow-wrap:break-word;word-break:break-word}@media (max-width:600px){.CustomCheckbox_checkboxWrapper__fPe36{padding:10px 0}.CustomCheckbox_labelText__CHL8z{font-size:14px;line-height:1.4}}.PackList_container__N6QnK{color:var(--text);margin:0 auto;max-width:1400px;padding:2rem 1rem}.PackList_title__rn9OD{color:var(--primary-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.PackList_packList__AKvAL{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.PackList_packCard__InQFj{background-color:var(--card-bg);border-radius:16px;box-shadow:0 6px 15px #0000001a;display:flex;flex:1 1 250px;flex-direction:column;max-width:300px;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.PackList_packCard__InQFj:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-6px)}.PackList_packTitle__wIwFv{color:#fff;font-size:1.6rem;font-weight:700;padding:1rem}.PackList_packList__AKvAL .PackList_packCard__InQFj:first-child .PackList_packTitle__wIwFv,.PackList_packList__AKvAL .PackList_packCard__InQFj:nth-child(2) .PackList_packTitle__wIwFv{background:linear-gradient(135deg,color-mix(in srgb,var(--green) 60%,var(--background)),color-mix(in srgb,var(--blue) 60%,var(--background)));color:var(--text);font-weight:700}.PackList_packList__AKvAL .PackList_packCard__InQFj:nth-child(3) .PackList_packTitle__wIwFv,.PackList_packList__AKvAL .PackList_packCard__InQFj:nth-child(4) .PackList_packTitle__wIwFv{background:linear-gradient(100deg,color-mix(in srgb,var(--blue) 70%,var(--secondary)),color-mix(in srgb,var(--green) 50%,var(--secondary-dark)));color:var(--secondary-foreground)}.PackList_packDescription__Mg\+Kb{color:var(--color-text);font-size:1rem;padding:.5rem 1rem}.PackList_offersTitle__o8\+fo{color:var(--sec-accent-dark);font-size:1.1rem;font-weight:700;margin-top:1rem}.PackList_offersList__NnCbT{list-style:none;margin:0 1rem 1rem;padding:0}.PackList_offerItem__5bAFY{border-bottom:1px solid #eee;color:var(--color-text);font-size:.95rem;padding:.5rem 0}.PackList_noOffers__BaOY2{color:#bbb;font-size:.9rem;margin-bottom:1rem}.PackList_subscriptionSection__vn5O7{margin-top:auto;padding:1rem}.PackList_label__nQ7ke{color:var(--sec-accent-dark);display:block;font-weight:600;margin-bottom:.25rem;text-align:left}.PackList_input__goV-A,.PackList_select__BLCwD{border:1px solid #ddd;border-radius:6px;font-size:.95rem;margin-bottom:1rem;padding:.5rem;width:100%}.PackList_subscribeButton__ru4iz{background:#d4af37;background:var(--primary,#d4af37);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background .3s ease;width:100%}.PackList_subscribeButton__ru4iz:hover{background:var(--primary-dark)}.PackList_disabledButton__7HCYj{background:#ccc;border:none;border-radius:6px;color:#666;cursor:not-allowed;font-size:1rem;padding:.75rem;width:100%}.PackList_message__GEV\+V{color:var(--accent);font-size:1rem;margin-top:2rem;text-align:center}@media (max-width:1024px){.PackList_packCard__InQFj{flex-basis:calc(50% - 2rem);flex-grow:1;flex-shrink:1}}@media (max-width:600px){.PackList_packCard__InQFj{flex:1 1 100%}}.PackList_infoList__xUgRk{list-style:none;margin:0 0 1rem;padding:0;text-align:center}.MyPack_container__iFxBo{background-color:var(--secondary-light);border-radius:12px;color:var(--color-text);margin:0 auto;max-width:900px;padding:2rem 1.5rem}.MyPack_title__lBdPd{color:var(--primary-dark);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.MyPack_packCard__NEL-e{margin-bottom:2rem!important;padding:1.5rem!important}.MyPack_packTitle__8SK6K{color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.MyPack_packDescription__zXcQq{color:var(--color-text);font-size:1rem;margin-bottom:1rem;text-align:center}.MyPack_featuresTitle__HJ4Jn{color:var(--color-primary);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.MyPack_featuresList__rH4EJ{list-style:none;margin:0;padding:0}.MyPack_featureItem__NisY0{border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:1rem;padding:.5rem 0}.MyPack_transactionsTitle__IaaG-{color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;text-align:center}.MyPack_transactionsGrid__Jrp\+1{background-color:var(--secondary-light);border-radius:10px;box-shadow:0 2px 6px #0000000d;min-height:400px;width:100%}.MyPack_noTransactions__CE-s\+{color:var(--accent);font-size:1rem;margin-top:1rem;text-align:center}.MyPack_loading__reFAT{color:var(--primary);font-size:1.2rem;padding:2rem;text-align:center}@media screen and (max-width:768px){.MyPack_container__iFxBo,.MyPack_packCard__NEL-e{padding:1rem}.MyPack_transactionsGrid__Jrp\+1{min-height:300px}}.PracticalExerciceRunner_sectionContainer__rcndg{background:var(--secondary-light);border-radius:12px;box-shadow:0 2px 6px #0000000d;margin-bottom:2rem;padding:1.5rem}.PracticalExerciceRunner_controls__md\+T5{display:flex;justify-content:flex-start;margin-top:1rem}.PracticalExerciceRunner_output__4B9\+G{background:var(--secondary-light);border:1px solid var(--secondary-dark);border-radius:8px;margin-top:1.5rem;padding:1rem}.PracticalExerciceRunner_testResults__fuPhv{margin-top:1.5rem}.PracticalExerciceRunner_testCase__bcNpT{margin-bottom:.5rem}.PracticalExerciceRunner_passed__apNlY{color:var(--success)}.PracticalExerciceRunner_failed__ay8l6{color:var(--danger)}.PracticalExerciceRunner_description__MBRla{margin-bottom:1rem}@media screen and (max-width:768px){.PracticalExerciceRunner_controls__md\+T5 button{font-size:.8rem}}.CreditPage_container__c7fhD{background-color:var(--secondary-light);border-radius:12px;box-shadow:0 4px 8px #0000000d;color:var(--color-text);margin:0 auto;max-width:900px;padding:2rem 1.5rem}.CreditPage_title__mqOSA{color:var(--primary-dark);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.CreditPage_creditInfo__5R97C{color:var(--color-text);font-size:1.2rem}.CreditPage_creditAmount__WJ410{color:var(--primary);font-size:2rem;font-weight:700}.CreditPage_loader__o2u7W{align-items:center;display:flex;justify-content:center;margin:2rem 0}.CreditPage_services__tuuaL{margin-top:3rem}.CreditPage_servicesTitle__UI7gF{color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.CreditPage_serviceCards__6q5ex{display:flex;gap:1rem;justify-content:space-around}.CreditPage_serviceCard__JE\+IS{align-items:center;background-color:var(--color-bg);border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1;min-height:280px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.CreditPage_serviceCard__JE\+IS:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.CreditPage_serviceImage__ysXCv{display:block;height:60px;margin:auto;max-width:100%;object-fit:contain}.CreditPage_trustLogosContainer__se9Yo{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1.5rem auto 0;max-width:-webkit-fit-content;max-width:fit-content}.CreditPage_trustLogos__HI1H\+ img{height:40px;margin:auto;object-fit:contain}.CreditPage_trustLogos__HI1H\+ p{margin:0}.CreditPage_serviceText__Q3I3p{color:var(--color-text);font-size:1rem;font-weight:700}.CreditPage_serviceCard__JE\+IS p{font-size:1.2rem}.CreditPage_section__PvEhQ{margin-bottom:2rem}.CreditPage_sectionTitle__ukC20{color:var(--primary-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.CreditPage_form__4WXBR{margin:3rem auto 0;max-width:500px;padding-bottom:2rem}.CreditPage_formGroup__Rud1l{gap:1rem;margin-bottom:1.5rem}.CreditPage_label__aTI-U{color:var(--sec-accent-dark);display:block;font-weight:700;margin-bottom:.5rem}.CreditPage_input__g9rZf,.CreditPage_select__eT029{border:1px solid var(--color-border);border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.CreditPage_button__afnM4{background-color:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.CreditPage_button__afnM4:hover{background-color:var(--primary-dark)}.CreditPage_button__afnM4.CreditPage_disabled__ToGci{background-color:#ccc;color:#666;cursor:not-allowed}.CreditPage_onlinePayment__trFO2{margin-top:3rem;text-align:center}.CreditPage_onlinePayment__trFO2 .CreditPage_input__g9rZf{display:inline-block;margin-right:1rem;width:auto}.CreditPage_onlinePayment__trFO2 .CreditPage_button__afnM4{display:inline-block}@media screen and (max-width:768px){.CreditPage_container__c7fhD{padding:1rem}.CreditPage_form__4WXBR{width:100%}.CreditPage_onlinePayment__trFO2 .CreditPage_input__g9rZf{margin-bottom:1rem;width:100%}.CreditPage_onlinePayment__trFO2 .CreditPage_button__afnM4{width:100%}.CreditPage_serviceCards__6q5ex{flex-direction:column;gap:1rem}.CreditPage_serviceCard__JE\+IS{width:100%}}.CreditPage_history__Mk6Al{margin-top:3rem;text-align:center}.CreditPage_quickSelectLabel__WwZ9z{color:var(--accent-dark);font-weight:600;margin:.5rem 0 .25rem;text-align:center}.CreditPage_quickSelect__tA3nf{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.CreditPage_presetButton__dinHE{background-color:#f2f2f2;border:1px solid var(--primary);border-radius:8px;color:var(--primary-dark);cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem 1.2rem;transition:background .3s ease,transform .2s ease}.CreditPage_presetButton__dinHE:hover{background-color:var(--primary);color:#fff;transform:scale(1.05)}.CreditPage_presetButton__dinHE.CreditPage_active__T5G5h{background-color:var(--primary-dark);color:#fff}.CreditPage_uploadbtn__E\+w\+C{align-items:center;display:flex;justify-content:center}.CreditPage_uploadProgress__7PBLi{margin:0!important}.CreditPage_transferForm__tfxKw{text-align:center}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{-webkit-appearance:button;appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-day-slot .rbc-background-event,.rbc-event{background-color:#3174ad;border:none;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-day-slot .rbc-slot-selecting .rbc-background-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-day-slot .rbc-selected.rbc-background-event,.rbc-event.rbc-selected{background-color:#265985}.rbc-day-slot .rbc-background-event:focus,.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;font-size:85%;font-weight:700;height:auto;line-height:normal;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex:1 0;flex-direction:row;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:-webkit-sticky;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0 px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.LiveSessionDetail_sessionDetail__3jbtU{margin-bottom:1rem}.LiveSessionDetail_meetLink__WOMbX{margin-top:8px}.LiveSessionDetail_joinMessage__j1QPq{color:green;margin-top:8px}.LiveSessionDetail_adminActions__RyZXP{margin-top:16px}.LiveSessionDetail_errorMessage__b\+ubH{color:red;margin-top:8px}.PracticalExerciceSolutionsPage_actions__d7ue6{align-items:center;display:flex;gap:8px;margin-top:.5rem}.PracticalExerciceSolutionsPage_commentInput__mVor4{align-items:center;display:flex;gap:8px;margin-top:1rem}.PracticalExerciceSolutionsPage_commentInput__mVor4 input{border:1px solid var(--secondary-dark);border-radius:6px;box-sizing:border-box;flex:1 1;font-size:14px;max-width:100%;min-width:120px;padding:.5rem}.PracticalExerciceSolutionsPage_comments__bdYxH{background:var(--background);border:1px solid var(--secondary-dark);border-radius:8px;margin-top:1rem;padding:1rem;word-break:break-word}.PracticalExerciceSolutionsPage_comments__bdYxH ul{list-style:none;margin:0;padding:0}.PracticalExerciceSolutionsPage_comments__bdYxH li{font-size:14px;margin-bottom:.5rem;word-break:break-word}.PracticalExerciceSolutionsPage_pagination__SH2Qe{align-items:center;display:flex;flex-wrap:wrap;gap:4px;justify-content:center;list-style:none;margin:0;padding:0}.PracticalExerciceSolutionsPage_pagination__item__HlZvh{margin:0 3px}.PracticalExerciceSolutionsPage_pagination__link__Vta1\+{border:1px solid var(--secondary-dark);border-radius:4px;color:var(--color-text);font-size:15px;padding:.5rem .75rem;text-decoration:none;transition:background-color .2s,color .2s}.PracticalExerciceSolutionsPage_pagination__link--active__IgEYR,.PracticalExerciceSolutionsPage_pagination__link__Vta1\+:hover{background-color:var(--primary);color:#fff}.PracticalExerciceSolutionsPage_pagination__link--disabled__Ybwn9{opacity:.5;pointer-events:none}.PracticalExerciceSolutionsPage_solutions_header__F7V8i{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:1rem}@media (max-width:700px){.PracticalExerciceSolutionsPage_actions__d7ue6,.PracticalExerciceSolutionsPage_commentInput__mVor4,.PracticalExerciceSolutionsPage_solutions_header__F7V8i{align-items:stretch;flex-direction:column;gap:10px}.PracticalExerciceSolutionsPage_comments__bdYxH{font-size:15px;padding:.7rem}.PracticalExerciceSolutionsPage_pagination__link__Vta1\+{font-size:14px;padding:.4rem .6rem}}@media (max-width:480px){.PracticalExerciceSolutionsPage_solutions_header__F7V8i{gap:6px;margin-bottom:.7rem}.PracticalExerciceSolutionsPage_comments__bdYxH{font-size:14px;padding:.5rem}.PracticalExerciceSolutionsPage_commentInput__mVor4 input{font-size:13px;padding:.4rem}.PracticalExerciceSolutionsPage_pagination__link__Vta1\+{font-size:13px;padding:.35rem .5rem}}:root{--junior:#b0bec5;--mid:#64b5f6;--senior:#9575cd;--hacker:#ef6c00}.MyRankPage_container__M5D7u{background-color:var(--secondary-light);border-radius:12px;color:var(--text);margin:0 auto;max-width:900px;padding:2rem 1.5rem}h2,h3{color:var(--primary-dark);margin-bottom:1rem}.MyRankPage_loading__VlUWp{color:var(--primary);font-size:1.2rem;padding:2rem;text-align:center}.MyRankPage_error__ALNOj{color:var(--accent);padding:1rem;text-align:center}.MyRankPage_toggleButton__2POxp{align-items:center;background:none;border:none;color:var(--primary);cursor:pointer;display:flex;font-size:1rem;font-weight:700;margin-bottom:1rem}.MyRankPage_infoBox__aUrQ0{background-color:var(--accent-light);border-left:5px solid var(--primary);border-radius:8px;color:var(--accent-foreground);font-size:.95rem;margin-bottom:2rem;padding:1rem 1.25rem}.MyRankPage_infoBox__aUrQ0 ul{list-style:square;margin:.5rem 0 1rem 1rem;padding-left:1rem}.MyRankPage_stats__2Vxhj{align-items:center;display:flex;flex-wrap:wrap;font-size:1.1rem;font-weight:700;gap:1.5rem;margin:1rem 0 2rem}.MyRankPage_points__aXIRU{color:var(--primary-dark)}.MyRankPage_leaderboard__\+tjZ4{border-radius:8px;box-shadow:0 2px 6px #0000000d;list-style:none;margin:0 0 1rem;overflow:hidden;padding:0}.MyRankPage_leaderboard__\+tjZ4 li{align-items:center;background-color:var(--secondary-light);border-bottom:1px solid var(--color-border);color:var(--color-text);display:flex;justify-content:space-between;padding:.75rem 1rem}.MyRankPage_leaderboard__\+tjZ4 li:nth-child(odd){background-color:var(--secondary)}.MyRankPage_highlight__sA8tD{background:var(--color-rank);border-left:5px solid var(--primary);border-radius:6px;color:var(--color-dark);font-size:.95rem;font-weight:500;margin-bottom:2rem;padding:.75rem 1rem}.MyRankPage_viewButton__AAtsK{background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:8px 14px;transition:background .3s ease}.MyRankPage_viewButton__AAtsK:hover{background:var(--primary-dark)}.MyRankPage_rankLadder__14iIq{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:12px;justify-content:space-between;margin-bottom:2rem;margin-top:1.5rem;text-align:center}.MyRankPage_rankLadderItem__y02iA{border-radius:10px;box-shadow:0 2px 8px #00000026;color:#fff;flex:1 1;font-weight:700;min-width:120px;padding:.75rem}.MyRankPage_junior__wL9TK{background-color:#b0bec5;background-color:var(--junior)}.MyRankPage_mid__RIj1q{background-color:#64b5f6;background-color:var(--mid)}.MyRankPage_senior__SG7HV{background-color:#9575cd;background-color:var(--senior)}.MyRankPage_hacker__geP2u{background-color:#ef6c00;background-color:var(--hacker)}@media screen and (max-width:768px){.MyRankPage_container__M5D7u{padding:1rem}.MyRankPage_toggleButton__2POxp{font-size:.95rem}.MyRankPage_leaderboard__\+tjZ4 li{align-items:flex-start;flex-direction:column;font-size:.95rem;gap:.25rem}.MyRankPage_rankLadder__14iIq{align-items:stretch;flex-direction:column}}.MyRankPage_lp__IIGP7{font-weight:700}.MyRankPage_lp__IIGP7,.MyRankPage_nosol__OL0f-{color:var(--color-text)}.MyRankPage_title__vb7i8{text-align:center}.RankLadder_ladderWrapper__m5d3X{margin:2rem auto;max-width:1000px;padding:1rem}.RankLadder_ladderCard__hUlDU{background:#f9f9f9;background:var(--color-bg,#f9f9f9);border:2px solid #ccc;border:2px solid var(--color-border,#ccc);border-radius:1rem;box-shadow:0 4px 10px #0000001a;padding:2rem 1.5rem}.RankLadder_rankBarContainer__Bdy68{align-items:stretch;display:flex;flex-direction:column}.RankLadder_rankLabels__4sI4Z{height:30px;margin-bottom:1rem;position:relative}.RankLadder_rankItem__-V31E{align-items:center;display:flex;flex-direction:column;font-size:.85rem;font-weight:700;gap:.25rem;min-width:50px;pointer-events:none;position:absolute;top:0;transform:translateX(-50%)}.RankLadder_rankIcon__z2moo{font-size:1.2rem}.RankLadder_customProgressBar__AJF2G{background:var(--color-border);border-radius:8px;height:14px;position:relative;width:100%}.RankLadder_track__4ceDK{background-color:#eee;border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%}.RankLadder_filled__NF2at{background:linear-gradient(to right,var(--junior),var(--mid),var(--senior),var(--hacker));height:100%;position:absolute;transition:width .4s ease}.RankLadder_rankStep__lVopv{border:2px solid #fff;border-radius:50%;height:12px;position:absolute;top:1px;transform:translateX(-50%);width:12px}.ExercicesPage_errorMessage__j3fnG{color:red;margin-bottom:16px}.ExercicesPage_premiumMessage__sHcoF{color:#555;margin-top:16px}.ExercicesPage_link__tus20{color:var(--color-link);font-weight:500;text-decoration:none;transition:color .2s ease}.ExercicesPage_link__tus20:hover{color:var(--primary-dark)}.ExercicesPage_exerciceList__yeW04{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;list-style:none;margin:2rem 0;padding:0}@media (min-width:600px){.ExercicesPage_exerciceList__yeW04{grid-template-columns:1fr 1fr}}@media (min-width:900px){.ExercicesPage_exerciceList__yeW04{grid-template-columns:1fr 1fr 1fr}}.ExercicesPage_exerciceItem__k\+MK3{background:var(--card-bg);border:1px solid var(--card-border);border-left:6px solid var(--primary);border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:stretch;transition:border-color .3s ease,box-shadow .3s ease}.ExercicesPage_exerciceLink__PuFvD{color:var(--color-text);display:flex;flex-direction:column;height:100%;padding:1rem 1.25rem;text-decoration:none;transition:background .3s ease,transform .3s ease}.ExercicesPage_exerciceLink__PuFvD:hover{background:var(--secondary-dark);border-left-color:var(--accent);transform:translateY(-2px)}.ExercicesPage_exerciceLink__PuFvD h3{color:var(--color-primary);font-size:1.15rem;margin:0 0 .5rem}.ExercicesPage_exerciceLink__PuFvD p{color:var(--color-text);flex-grow:1;font-size:.95rem;margin:0}.ExercicesPage_filterContainer__VJhR4{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start;margin-bottom:24px}.ExercicesPage_filterContainer__VJhR4 input,.ExercicesPage_filterContainer__VJhR4 select{background:var(--secondary-light);border:1px solid #ccc;border:1px solid var(--card-border,#ccc);border-radius:6px;box-sizing:border-box;font-size:1rem;max-width:100%;min-width:180px;padding:8px 12px}@media (max-width:900px){.ExercicesPage_filterContainer__VJhR4{gap:12px;margin-bottom:18px}.ExercicesPage_filterContainer__VJhR4 input,.ExercicesPage_filterContainer__VJhR4 select{font-size:.98rem;min-width:140px;padding:7px 10px}}@media (max-width:600px){.ExercicesPage_filterContainer__VJhR4{align-items:stretch;flex-direction:column;gap:10px;margin-bottom:14px}.ExercicesPage_filterContainer__VJhR4 input,.ExercicesPage_filterContainer__VJhR4 select{font-size:.97rem;min-width:0;padding:7px 8px;width:100%}}.ExercicesDetailPage_section__JVt2P{margin-bottom:2rem}.ExercicesDetailPage_pdfList__bvVgY,.ExercicesDetailPage_videoList__CLX-J{list-style:none;margin:0;padding:0}.ExercicesDetailPage_pdfItem__WGUtV,.ExercicesDetailPage_videoItem__6T9le{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start;margin-bottom:1rem}@media (max-width:768px){.ExercicesDetailPage_pdfItem__WGUtV,.ExercicesDetailPage_videoItem__6T9le{flex-direction:column}}.ExercicesDetailPage_modal__yB89l{background:#fff;bottom:0;display:flex;flex-direction:column;left:0;max-height:100dvh;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.ExercicesDetailPage_overlay__WwuS9{background:#000c;z-index:999}.ExercicesDetailPage_modalBtn__N2G4d{display:flex;justify-content:flex-end;margin-bottom:1rem}.ExercicesDetailPage_pdfWrapper__rqrEE,.ExercicesDetailPage_videoWrapper__XUqro{flex:1 1;height:100%;overflow:auto;width:100%}.ExercicesDetailPage_videoWrapper__XUqro{position:relative}.ExercicesDetailPage_videoHelper__vpatX{background:#f5f5f5;background-color:var(--color-bg);box-shadow:0 2px 8px #0000000a;color:#333;font-size:1rem;height:111px;margin-bottom:8px;padding:10px 16px;position:absolute;top:0;width:100%}.Navigation_navigationWrapper__0dQRR{align-items:center;display:flex;gap:1rem}.Navigation_desktopNav__fmgrF{display:flex;gap:1rem}@media (max-width:768px){.Navigation_desktopNav__fmgrF{display:none}}.Navigation_mobileNav__6vj4M{display:none;position:relative}@media (max-width:768px){.Navigation_mobileNav__6vj4M{display:block}.Navigation_navigationWrapper__0dQRR{flex-shrink:1;gap:.5rem}}.Navigation_adminMenu__ESpKJ,.Navigation_mobileMenu__p1J7x{background-color:#fff;background-color:var(--color-bg,#fff);box-shadow:0 4px 8px #00000014;display:flex;flex-direction:column;gap:.75rem;padding:1rem;position:absolute;right:0;top:100%;width:50vw;z-index:999}.Navigation_navLink__7PcdX{color:#000;color:var(--color-text,#000);font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.Navigation_navLink__7PcdX:after{background:#d4af37;background:var(--primary,#d4af37);bottom:-3px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.Navigation_navLink__7PcdX:hover{color:#d4af37;color:var(--primary,#d4af37)}.Navigation_navLink__7PcdX:hover:after{width:100%}.Navigation_profileNav__E1sQi{position:relative}.Navigation_profileButton__DqozV{align-items:center;background:none;border:none;cursor:pointer;display:flex}.Navigation_avatarIcon__SlcMc{color:#d4af37;color:var(--primary,#d4af37);font-size:1.5rem;margin-right:.25rem}.Navigation_arrowIcon__TVoYW{color:#000;color:var(--color-text,#000);font-size:1rem}.Navigation_profileMenu__pA0YS{background-color:#fff;background-color:var(--color-bg,#fff);border:1px solid #eee;border-radius:.25rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:.5rem;min-width:160px;padding:.75rem;position:absolute;right:0;top:100%;z-index:999}.Navigation_logoutButton__VdPC5{background:none;border:none;color:#e53935;color:var(--error,#e53935);cursor:pointer;font-size:1rem;text-align:left}.Navigation_authButtons__RdiIJ{align-items:center;display:flex;gap:1rem;justify-content:flex-end}@media (max-width:768px){.Navigation_authButtons__RdiIJ{flex-direction:column;gap:.75rem}}.Header_header__HXQOm{background-color:#fff;background-color:var(--header-background,#fff);box-shadow:0 2px 4px #0000001a;color:#000;color:var(--color-text,#000);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.Header_headerContainer__kKEW0{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;margin:0 auto;max-width:1280px;padding:.75rem 1rem}.Header_logo__UsziS img{height:48px;width:auto}.Header_headerLeft__vuPuP{align-items:center;display:flex;flex-direction:column;gap:1rem}.Header_contactInfo__wRZu9{font-size:.9rem}@media (min-width:768px){.Header_contactInfo__wRZu9{font-size:1rem;padding-top:13px}.Header_headerLeft__vuPuP{flex-direction:row}}.Banner_bannerContainerMain__HDBSj{background-color:var(--background);color:var(--text);max-width:100%;overflow-x:clip}.Banner_bannerWrapper__620kB{background-color:var(--background);margin:0 -1rem;overflow:hidden;padding:1.5rem 1rem;position:relative}@media (min-width:640px){.Banner_bannerWrapper__620kB{padding:2.5rem 1rem}}@media (min-width:1024px){.Banner_bannerWrapper__620kB{padding-left:5rem;padding-right:5rem}}@media (min-width:1280px){.Banner_bannerWrapper__620kB{padding-bottom:5rem;padding-top:5rem}}.Banner_firstImg__iSsMF{background-image:linear-gradient(to bottom,var(--primary-dark),var(--primary-light));height:100%;inset:0;object-fit:cover;object-position:right;position:absolute;width:100%;z-index:-1}.Banner_mobileBanner__tL\+sy{display:block}.Banner_desktopBanner__nzTnu,.Banner_tabletBanner__EJfDJ{display:none}@media (min-width:640px){.Banner_mobileBanner__tL\+sy{display:none}.Banner_tabletBanner__EJfDJ{display:block}}@media (min-width:1280px){.Banner_tabletBanner__EJfDJ{display:none}.Banner_desktopBanner__nzTnu{display:block}}.Banner_bannerContainer__f4\+qB{color:var(--secondary);margin:0 auto;max-width:1280px;padding:0 1rem}.Banner_contentWrapper__Uf0TZ{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.Banner_contentWrapper__Uf0TZ{align-items:center;flex-direction:row;justify-content:space-between}}.Banner_textContent__42XBi{color:var(--text);max-width:600px}@media (min-width:1280px){.Banner_textContent__42XBi{flex-basis:60%}}.Banner_title__KEvXv{font-size:3rem;font-style:italic;font-weight:900;line-height:1.1;margin-bottom:1rem}.Banner_description__qLSxS{color:#fff;font-size:1.125rem;line-height:1.4;margin-bottom:2rem;margin-top:2rem}.Banner_highlight__XUsro{font-weight:700}.Banner_actions__n3VDW{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.Banner_actions__n3VDW{flex-direction:row}}.Banner_btn__zxoif{align-items:center;background-color:var(--accent);border-radius:2rem;color:var(--accent-foreground);display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}@media (min-width:640px){.Banner_btn__zxoif{width:auto}}.Banner_primary__UFXw5{background-color:var(--primary);border:2px solid var(--primary);color:var(--secondary)}.Banner_primary__UFXw5:hover{background-color:var(--secondary);color:var(--primary)}.Banner_secondary__HrwcV{background-color:var(--secondary);border:2px solid var(--primary);color:var(--blue)}.Banner_secondary__HrwcV:hover{background-color:var(--primary);color:#fff}.Banner_cards__30qrT{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.Banner_courseCard__IipJB{color:inherit;flex:1 1 260px;max-width:260px;text-decoration:none}.Banner_card__MW8ME{background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;height:100%;min-height:332px;overflow:hidden}.Banner_cardImgContainer__e7sQV{height:104px;overflow:hidden;width:100%}.Banner_courseImg__9Yihv{border-top-left-radius:.75rem;border-top-right-radius:.75rem;height:100%;object-fit:cover;width:100%}.Banner_cardBody__3-BHe{color:#000;flex-grow:1;padding:1.5rem}.Banner_cardBody__3-BHe h2{font-size:1rem;font-weight:700;line-height:1.4;margin-bottom:.25rem}.Banner_cardBodyP__8SOoH{margin-top:.25rem}.Banner_institution__LbpGi{color:#6b7280;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Banner_badgeContainer__4AiWm{align-items:flex-start;display:flex;padding:1.25rem}.Banner_badgeText__-YeFb{background-color:#f3f4f6;border-radius:.375rem;color:#000;font-size:.75rem;font-weight:600;padding:.125rem .625rem}@media (min-width:1280px){.Banner_title__KEvXv{font-size:4.5rem}}@media (min-width:1024px){.Banner_description__qLSxS{font-size:1.5rem}}@media (min-width:1280px){.Banner_contentWrapper__Uf0TZ{max-width:1536px}}.features-section{background-color:var(--secondary);color:var(--color-dark);padding:4rem 2rem}.features-heading{color:var(--color-dark);font-size:clamp(1.8rem,2.2vw + 1rem,2.6rem);font-weight:800;margin-bottom:3rem;text-align:center}.features-container{margin:0 auto;max-width:1280px}.features-grid{align-items:flex-start;display:flex;gap:2rem}.features-tabs{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.features-tab{background-color:var(--secondary-light);border:2px solid var(--accent-dark);border-radius:12px;box-shadow:0 2px 4px #0000000d;cursor:pointer;padding:1.5rem;transition:all .3s ease}.features-tab:hover{border-color:var(--primary);transform:translateY(-2px)}.features-tab.active{background-color:var(--primary-light);border-color:var(--primary);color:var(--primary-foreground)}.features-tab h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.features-tab p{color:var(--color-dark);font-size:1rem}.features-image{display:flex;flex:1 1;justify-content:center}.features-image img{border-radius:12px;box-shadow:0 8px 20px #0000001a;max-width:500px;transition:transform .4s ease;width:100%}.features-tab.active+.features-image img{transform:scale(1.02)}.features-mobile{display:flex;flex-direction:column;gap:2rem}.feature-card{background-color:var(--secondary-light);border:2px solid var(--accent-dark);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background-color:var(--primary-light);transform:translateY(-4px)}.feature-card img{border-radius:8px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;max-width:320px;width:100%}.feature-card h3{color:var(--color-dark);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:var(--color-dark);font-size:1rem}@media (max-width:768px){.features-grid{display:none}}.HowItWorks_wrapper__95HZu{background-color:#0d2b4a;background-color:var(--background,#0d2b4a);overflow:hidden;padding:3rem 2rem;position:relative}.HowItWorks_path__h45V6{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:250px;z-index:0}.HowItWorks_container__AbOsw{display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1}.HowItWorks_step__81lg2{align-items:center;display:flex;gap:0;justify-content:flex-end;opacity:0;transform:translateY(50px);transition:opacity .6s ease,transform .6s ease}.HowItWorks_step__81lg2.HowItWorks_visible__6QE6F{opacity:1;transform:translateY(0)}.HowItWorks_left__pMrXV{flex-direction:row-reverse}.HowItWorks_iconWrapper__opWFL{align-items:center;display:flex;justify-content:center;z-index:1}.HowItWorks_iconCircle__vvPvx{align-items:center;background:#fff;border-radius:50%;color:#0d2b4a;display:flex;font-size:2rem;height:4rem;justify-content:center;width:4rem}.HowItWorks_textBlock__kw5e-{color:#fff;max-width:350px}.HowItWorks_textLeft__JhBy7{margin-right:4rem;text-align:right}.HowItWorks_textRight__GXcUr{margin-left:4rem;text-align:left}.HowItWorks_number__ySFNb{color:#ffcb05;color:var(--primary,#ffcb05);display:block;font-size:2.5rem;font-weight:700;margin-bottom:.3rem}.HowItWorks_textBlock__kw5e- p{font-size:1.2rem;line-height:1.5}@media (min-width:1024px){.HowItWorks_textBlock__kw5e- p{font-size:1.4rem}.HowItWorks_number__ySFNb{font-size:3rem}}@media (max-width:1023px) and (min-width:768px){.HowItWorks_wrapper__95HZu{padding:2rem}.HowItWorks_path__h45V6{width:200px}}@media (max-width:767px){.HowItWorks_path__h45V6{width:150px}.HowItWorks_container__AbOsw{gap:3rem}.HowItWorks_textBlock__kw5e-{max-width:250px}.HowItWorks_textLeft__JhBy7{margin-right:2rem}.HowItWorks_textRight__GXcUr{margin-left:2rem}.HowItWorks_number__ySFNb{font-size:2rem}.HowItWorks_textBlock__kw5e- p{font-size:1rem}}.Access_section__shhPo{background-color:var(--accent-foreground);color:var(--color-text);padding:3rem 1rem;text-align:center}.Access_title__vsykX{color:var(--color-sec-text);font-size:1.5rem;font-weight:700;margin-bottom:2rem}.Access_cards__fACEo{display:flex;flex-direction:column;gap:2rem}.Access_card__nk2Pw{background-color:var(--secondary);border:1px solid var(--color-text);border-radius:.5rem;padding:1rem;text-align:center}.Access_icon__kHzbS{color:var(--color-text);font-size:2rem;margin-bottom:1rem}.Access_cardTitle__9-BkY{color:var(--color-text);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.Access_cardDescription__Eeg3R{color:var(--color-text);font-size:1rem;line-height:1.6}@media (min-width:768px){.Access_cards__fACEo{flex-direction:row;justify-content:space-between;text-align:left}.Access_card__nk2Pw{flex:1 1;padding:1rem 1.5rem}.Access_icon__kHzbS{margin-bottom:.75rem}}.Testimonials_container__n-cHL,.Testimonials_wrapper__gRr6F{background-color:var(--background)}.Testimonials_container__n-cHL{color:var(--text);margin:auto;max-width:1200px;padding:4rem 1rem}.Testimonials_subheading__MhNMj{color:var(--accent-foreground);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.Testimonials_heading__4vfuT{color:var(--accent-foreground);font-size:2.5rem;font-style:italic;font-weight:900;margin-bottom:2rem}.Testimonials_grid__l0KxD{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.Testimonials_grid__l0KxD{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Testimonials_grid__l0KxD{grid-template-columns:repeat(3,1fr)}}.Testimonials_card__L6TeL{background-color:var(--accent-foreground);border:1px solid var(--primary);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.Testimonials_quote__Trx7Q{color:var(--accent-dark);font-size:.95rem;line-height:1.5;margin-bottom:1rem}.Testimonials_user__VAe39{align-items:center;border-top:1px solid #ddd;display:flex;gap:1rem;padding-top:1rem}.Testimonials_icon__\+WoeF{height:48px;object-fit:contain;width:48px}.Testimonials_name__1KTCc{color:var(--accent-dark);font-weight:600;margin:0}.Testimonials_program__esUxQ{color:var(--color-text);font-size:.85rem;margin:0}.RegisterNow_wrapper__g9f9\+{background-color:var(--secondary);overflow:hidden;padding:4rem 1rem;position:relative;text-align:center}.RegisterNow_container__xX8yB{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:960px;padding:0 1rem}.RegisterNow_heading__oiDJW{color:var(--blue);font-size:2.25rem;font-style:italic;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.RegisterNow_description__7erb5{color:var(--color-dark);font-size:1.25rem;line-height:1.6;margin-bottom:2rem;max-width:640px}.RegisterNow_buttonWrapper__t8Oa9{display:flex;flex-wrap:wrap;justify-content:center}.RegisterNow_ctaButton__l6yt\+{align-items:center;background-color:var(--primary);border:none;border-radius:9999px;box-shadow:0 4px 14px #00000026;color:var(--primary-foreground);cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;justify-content:center;padding:.85rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.RegisterNow_ctaButton__l6yt\+:hover{background-color:var(--primary-dark);box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.RegisterNow_ctaText__Ct7DJ{align-items:center;display:inline-flex;font-size:1rem;gap:.5rem}@media (min-width:640px){.RegisterNow_heading__oiDJW{font-size:2.75rem}.RegisterNow_description__7erb5{font-size:1.375rem}}@media (min-width:1024px){.RegisterNow_heading__oiDJW{font-size:3.5rem}.RegisterNow_description__7erb5{font-size:1.5rem}.RegisterNow_ctaButton__l6yt\+{font-size:1.25rem;padding:1rem 2.5rem}}.PracticalExercicesPage_header__oRpHe{margin-bottom:2rem;text-align:center}.PracticalExercicesPage_header__oRpHe h2{color:var(--primary-dark);font-size:2rem;font-weight:700}.PracticalExercicesPage_filters__bmJ96{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.PracticalExercicesPage_filters__bmJ96 label{color:var(--primary-dark);display:flex;flex-direction:column;font-weight:700}.PracticalExercicesPage_filters__bmJ96 select{border:1px solid var(--color-border);border-radius:6px;font-size:1rem;padding:.5rem}.PracticalExercicesPage_exerciceItem__uOlan{background:var(--secondary-light);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 2px 6px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.PracticalExercicesPage_exerciceItem__uOlan strong{color:var(--primary-dark);font-size:1.25rem}.PracticalExercicesPage_exerciceItem__uOlan p{color:var(--color-text);margin:.5rem 0}.PracticalExercicesPage_badge__o1ElO{background:var(--secondary-dark);border-radius:6px;color:var(--primary-dark);display:inline-block;font-size:.875rem;margin-right:.5rem;padding:.25rem .5rem}.PracticalExercicesPage_errorMessage__8Pi4i{color:var(--danger);font-weight:700;margin-bottom:1rem}@media screen and (max-width:768px){.PracticalExercicesPage_filters__bmJ96{flex-direction:column}.PracticalExercicesPage_filters__bmJ96 label,.PracticalExercicesPage_filters__bmJ96 select{width:100%}}.PracticalExercicesPage_filtersContainer__v\+Cpx{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1.5rem}.AdminPracticalExercices_test-case__1oGAM{border:1px solid #ddd;border-radius:4px;margin:10px 0;padding:15px}.AdminPracticalExercices_test-case__1oGAM>div{margin-bottom:10px}.AdminPracticalExercices_test-case__1oGAM input{margin-top:4px;padding:8px;width:100%}.AdminPracticalExercices_test-case__1oGAM button{background:#f44;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px}.Footer_footer__kXlYa{background-color:var(--footer-background);border-top:1px solid #444;color:#fff;padding:2rem 1rem}.Footer_container__R7sXj{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px}.Footer_logo__\+JiYo{height:50px;width:auto}.Footer_contact__WmEl1{color:#00b3ff;font-weight:500;text-decoration:none;transition:color .3s ease}.Footer_contact__WmEl1:hover{color:#66d6ff}.Footer_socialLinks__8J74g{display:flex;gap:1.5rem}.Footer_socialLinks__8J74g a{align-items:center;color:#fff;display:flex;justify-content:center;transition:transform .3s ease,color .3s ease}.Footer_socialLinks__8J74g a:hover{color:gold;transform:scale(1.15)}.Footer_socialLinks__8J74g svg{fill:currentColor;height:28px;width:28px}@media (min-width:768px){.Footer_container__R7sXj{align-items:center;flex-direction:row;justify-content:space-between}}.Footer_contactInfo__vPlIP{text-align:center}.BlogsList_blogsPageContainer__L2umX{background:var(--color-bg);min-height:100vh;padding:24px 0}.BlogsList_blogsSectionContainer__XYElN{margin:0 auto;max-width:900px;padding:0 16px}.BlogsList_pageTitle__deAc1{font-size:2rem;margin-bottom:24px;text-align:center}.BlogsList_empty__eB6Ts,.BlogsList_error__gAEOz,.BlogsList_loading__enXWw{color:#888;margin:32px 0;text-align:center}.BlogsList_blogsList__q\+\+SZ{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.BlogsList_blogCard__qaBue{background:var(--secondary-light);border-radius:12px;box-shadow:0 2px 8px #00000012;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s;width:320px}.BlogsList_blogCard__qaBue:hover{box-shadow:0 4px 16px #00000021}.BlogsList_blogImage__ZmHeT{border-bottom:1px solid #eee;height:160px;object-fit:cover;width:100%}.BlogsList_blogContent__mPaFC{display:flex;flex:1 1;flex-direction:column;padding:16px}.BlogsList_blogTitle__wGGjY{font-size:1.2rem;margin:0 0 8px}.BlogsList_blogMeta__i0D9z{color:#666;display:flex;font-size:.95rem;gap:12px;margin-bottom:8px}.BlogsList_blogDescription__cBtBg{color:#444;flex:1 1;font-size:1rem;margin-bottom:12px}.BlogsList_readMore__lHmcu{align-self:flex-end;color:#1976d2;font-weight:500;margin-top:auto;text-decoration:none}@media (max-width:600px){.BlogsList_blogsList__q\+\+SZ{flex-direction:column;gap:16px}.BlogsList_blogCard__qaBue{width:100%}.BlogsList_blogsSectionContainer__XYElN{padding:0 4px}}
/*# sourceMappingURL=main.ecc50e1f.css.map*/