@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500&display=swap";
@font-face{font-family:Abhaya;src:url("../media/FMAbhaya x.0fd0b58a.ttf")format("opentype");font-weight:400;font-style:normal}.ExamInterface-module__4aDA4q__container{background-color:#eceff4;min-height:100vh;display:flex}.ExamInterface-module__4aDA4q__sidebar{background:#fff;border-right:1px solid #e1e8ed;width:320px;height:100vh;padding:32px 24px;position:-webkit-sticky;position:sticky;top:0;overflow-y:auto;box-shadow:2px 0 12px rgba(0,0,0,.04)}.ExamInterface-module__4aDA4q__sidebarSection{margin-bottom:36px}.ExamInterface-module__4aDA4q__sidebarTitle{color:#1a202c;margin:0 0 24px;font-size:20px;font-weight:700}.ExamInterface-module__4aDA4q__progressLabel{color:#4a5568;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;font-weight:500;display:flex}.ExamInterface-module__4aDA4q__progressPercent{color:#2563eb;font-size:16px;font-weight:700}.ExamInterface-module__4aDA4q__progressBar{background:#e2e8f0;border-radius:12px;height:12px;margin-bottom:24px;overflow:hidden;box-shadow:inset 0 2px 4px rgba(0,0,0,.06)}.ExamInterface-module__4aDA4q__progressFill{background:linear-gradient(90deg,#3b82f6 0%,#2563eb 100%);border-radius:12px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px rgba(37,99,235,.4)}.ExamInterface-module__4aDA4q__stats{flex-direction:column;gap:12px;display:flex}.ExamInterface-module__4aDA4q__statsItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.ExamInterface-module__4aDA4q__statsIcon{text-align:center;width:24px;font-size:18px}.ExamInterface-module__4aDA4q__statsLabel{color:#64748b;flex:1;font-weight:500}.ExamInterface-module__4aDA4q__statsValue{color:#1e293b;font-size:16px;font-weight:700}.ExamInterface-module__4aDA4q__mapSection{margin-top:32px}.ExamInterface-module__4aDA4q__mapTitle{color:#1a202c;margin:0 0 16px;font-size:16px;font-weight:600}.ExamInterface-module__4aDA4q__questionMap{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.ExamInterface-module__4aDA4q__mapBtn{aspect-ratio:1;cursor:pointer;color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.ExamInterface-module__4aDA4q__mapBtn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ExamInterface-module__4aDA4q__mapAnswered{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#059669}.ExamInterface-module__4aDA4q__mapFlagged{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#d97706}.ExamInterface-module__4aDA4q__mapUnanswered{color:#94a3b8;background:#fff;border-color:#e2e8f0}.ExamInterface-module__4aDA4q__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:32px 48px}.ExamInterface-module__4aDA4q__mainHeader{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;display:flex}.ExamInterface-module__4aDA4q__pageInfo{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:14px;font-weight:500}.ExamInterface-module__4aDA4q__mainTitle{color:#1e293b;margin:0;font-size:22px;font-weight:500}.ExamInterface-module__4aDA4q__finishBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:10px;padding:14px 32px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px rgba(220,38,38,.3)}.ExamInterface-module__4aDA4q__finishBtn:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,38,38,.4)}.ExamInterface-module__4aDA4q__finishBtn:active{transform:translateY(0)}.ExamInterface-module__4aDA4q__questionList{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.ExamInterface-module__4aDA4q__questionCard{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:28px;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.ExamInterface-module__4aDA4q__questionCard:hover{border-color:#cbd5e1;box-shadow:0 8px 24px rgba(0,0,0,.12)}.ExamInterface-module__4aDA4q__questionFlagged{background:linear-gradient(90deg,#fffbeb 0%,#fff 100%);border-color:#f59e0b}.ExamInterface-module__4aDA4q__questionHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.ExamInterface-module__4aDA4q__questionText{flex:1;align-items:flex-start;gap:12px;display:flex}.ExamInterface-module__4aDA4q__questionNumber{color:#2563eb;flex-shrink:0;font-size:18px;font-weight:700}.ExamInterface-module__4aDA4q__questionBody{color:#1e293b;font-size:17px;font-weight:500;line-height:1.6}.ExamInterface-module__4aDA4q__flagBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:20px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:600}.ExamInterface-module__4aDA4q__options{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.ExamInterface-module__4aDA4q__optionBtn{cursor:pointer;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;font-size:15px;transition:all .2s;display:flex}.ExamInterface-module__4aDA4q__optionBtn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.ExamInterface-module__4aDA4q__optionSelected{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-width:2px;border-color:#3b82f6}.ExamInterface-module__4aDA4q__optionSelected:hover{background:linear-gradient(135deg,#bfdbfe 0%,#93c5fd 100%);transform:translate(4px)}.ExamInterface-module__4aDA4q__optionLetter{color:#3b82f6;background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.ExamInterface-module__4aDA4q__optionSelected .ExamInterface-module__4aDA4q__optionLetter{color:#fff;background:#3b82f6;border-color:#2563eb}.ExamInterface-module__4aDA4q__optionText{color:#334155;flex:1;line-height:1.5}.ExamInterface-module__4aDA4q__optionSelected .ExamInterface-module__4aDA4q__optionText{color:#1e293b;font-weight:500}.ExamInterface-module__4aDA4q__actions{border-top:1px solid #e2e8f0;gap:12px;padding-top:12px;display:flex}.ExamInterface-module__4aDA4q__actionBtn{cursor:pointer;color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ExamInterface-module__4aDA4q__actionBtn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.ExamInterface-module__4aDA4q__actionBtn:disabled{opacity:.4;cursor:not-allowed}.ExamInterface-module__4aDA4q__actionIcon{font-size:16px}.ExamInterface-module__4aDA4q__flagBtn:hover:not(:disabled){color:#d97706;border-color:#f59e0b}.ExamInterface-module__4aDA4q__flagBtnActive{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#f59e0b}.ExamInterface-module__4aDA4q__clearBtn:hover:not(:disabled){color:#dc2626;border-color:#ef4444}.ExamInterface-module__4aDA4q__pagination{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.ExamInterface-module__4aDA4q__pageBtn{cursor:pointer;color:#3b82f6;background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s}.ExamInterface-module__4aDA4q__pageBtn:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.2)}.ExamInterface-module__4aDA4q__pageBtn:disabled{opacity:.3;cursor:not-allowed}.ExamInterface-module__4aDA4q__pageLabel{color:#64748b;font-size:14px;font-weight:500}@media (max-width:1024px){.ExamInterface-module__4aDA4q__sidebar{width:280px;padding:24px 16px}.ExamInterface-module__4aDA4q__main{padding:24px 32px}.ExamInterface-module__4aDA4q__questionMap{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.ExamInterface-module__4aDA4q__container{flex-direction:column}.ExamInterface-module__4aDA4q__sidebar{border-bottom:1px solid #e1e8ed;border-right:none;width:100%;height:auto;position:static}.ExamInterface-module__4aDA4q__main{padding:20px 16px}.ExamInterface-module__4aDA4q__mainHeader{flex-direction:column;gap:16px}.ExamInterface-module__4aDA4q__finishBtn{width:100%}.ExamInterface-module__4aDA4q__questionCard{padding:20px}.ExamInterface-module__4aDA4q__questionMap{grid-template-columns:repeat(6,1fr)}}
.mcqHeader-module__Tr-tMW__mcqHeaderMainCtrl{background-color:#eceff4;width:100%;display:flex}.mcqHeader-module__Tr-tMW__emptyDiv{background-color:#eceff4;align-items:center;width:320px;padding:32px;display:flex}.mcqHeader-module__Tr-tMW__mcqLogo{width:200px}.mcqHeader-module__Tr-tMW__mcqHeaderCtr{background-color:#eceff4;flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:32px 48px;display:flex}.mcqHeader-module__Tr-tMW__secondaryInfo{gap:16px;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-exam-header{width:100%;margin-bottom:30px}@keyframes mcqHeader-module__Tr-tMW__mcqheader-slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mcqHeader-module__Tr-tMW__mcqheader-header-top{background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border:1px solid #e5e5e5;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-exam-info{flex-wrap:wrap;flex:1;align-items:center;gap:16px}.mcqHeader-module__Tr-tMW__mcqheader-paper-name{color:#1a1a1a;letter-spacing:-.5px;white-space:nowrap;margin-bottom:15px;font-size:30px;font-weight:600}.mcqHeader-module__Tr-tMW__mcqheader-info-divider{background:#e5e5e5;width:2px;height:30px}.mcqHeader-module__Tr-tMW__mcqheader-info-item{white-space:nowrap;align-items:center;gap:8px;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-info-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.mcqHeader-module__Tr-tMW__mcqheader-info-value{color:#1a1a1a;font-size:18px;font-weight:700}.mcqHeader-module__Tr-tMW__mcqheader-info-icon{color:#10b981;font-size:16px}.mcqHeader-module__Tr-tMW__mcqheader-timer-container{white-space:nowrap;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:2px solid #10b981;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-timer-label{color:#047857;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.mcqHeader-module__Tr-tMW__mcqheader-timer-display{color:#065f46;font-variant-numeric:tabular-nums;letter-spacing:1px;align-items:center;gap:8px;font-size:22px;font-weight:700;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-action-buttons{flex-wrap:wrap;gap:16px;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:10px;min-width:180px;padding:16px 32px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.mcqHeader-module__Tr-tMW__mcqheader-btn i{font-size:18px}.mcqHeader-module__Tr-tMW__mcqheader-btn-submit{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px rgba(16,185,129,.3)}.mcqHeader-module__Tr-tMW__mcqheader-btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(16,185,129,.4)}.mcqHeader-module__Tr-tMW__mcqheader-btn-exit{color:#1a1a1a;background:#fff;border:2px solid #e5e5e5}.mcqHeader-module__Tr-tMW__mcqheader-btn-exit:hover{background:#fafafa;border-color:#d4d4d4;transform:translateY(-2px)}@media (max-width:640px){.mcqHeader-module__Tr-tMW__mcqheader-exam-header{padding:24px}.mcqHeader-module__Tr-tMW__mcqheader-header-top{flex-direction:column;align-items:stretch}.mcqHeader-module__Tr-tMW__mcqheader-exam-info{flex-direction:column;align-items:flex-start}.mcqHeader-module__Tr-tMW__mcqheader-info-divider{display:none}.mcqHeader-module__Tr-tMW__mcqheader-timer-container{justify-content:space-between}.mcqHeader-module__Tr-tMW__mcqheader-paper-name{font-size:18px}.mcqHeader-module__Tr-tMW__mcqheader-timer-display{font-size:20px}.mcqHeader-module__Tr-tMW__mcqheader-info-value{font-size:16px}.mcqHeader-module__Tr-tMW__mcqheader-btn{min-width:100%}}.mcqHeader-module__Tr-tMW__headerIcons{color:#10b981;font-size:18px}
.Leaderboard-module__6ahA3W__container{color:var(--bodyColor);background:linear-gradient(135deg,#e8f5f0 0%,#f8fffe 100%);margin:0 auto;padding:40px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Leaderboard-module__6ahA3W__header{text-align:center;margin-bottom:50px}.Leaderboard-module__6ahA3W__header h1{color:var(--headingColor);margin-bottom:10px;font-size:2.5em}.Leaderboard-module__6ahA3W__header p{color:var(--bodyColor);font-size:1.1em}.Leaderboard-module__6ahA3W__podiumContainer{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:20px;margin-bottom:60px;display:flex}.Leaderboard-module__6ahA3W__podiumCard{background:var(--white-color);text-align:center;border-radius:20px;min-width:250px;padding:30px;transition:transform .3s;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.1)}.Leaderboard-module__6ahA3W__podiumCard:hover{transform:translateY(-10px)}.Leaderboard-module__6ahA3W__rank1{background:linear-gradient(135deg,#fff 0%,#fffef0 100%);border:3px solid gold;order:2}.Leaderboard-module__6ahA3W__rank2{border:3px solid silver;order:1;margin-bottom:30px}.Leaderboard-module__6ahA3W__rank3{border:3px solid #cd7f32;order:3;margin-bottom:30px}.Leaderboard-module__6ahA3W__medal{width:80px;height:80px;color:var(--white-color);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:2.5em;font-weight:700;display:flex;position:relative}.Leaderboard-module__6ahA3W__rank1 .Leaderboard-module__6ahA3W__medal{background:linear-gradient(135deg,gold 0%,orange 100%);box-shadow:0 5px 20px rgba(255,215,0,.5)}.Leaderboard-module__6ahA3W__rank2 .Leaderboard-module__6ahA3W__medal{background:linear-gradient(135deg,silver 0%,#a8a8a8 100%);box-shadow:0 5px 20px rgba(192,192,192,.5)}.Leaderboard-module__6ahA3W__rank3 .Leaderboard-module__6ahA3W__medal{background:linear-gradient(135deg,#cd7f32 0%,#b8733c 100%);box-shadow:0 5px 20px rgba(205,127,50,.5)}.Leaderboard-module__6ahA3W__crown{font-size:2em;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.Leaderboard-module__6ahA3W__podiumCard h3{color:var(--headingColor);margin-bottom:8px;font-size:1.4em}.Leaderboard-module__6ahA3W__school{color:var(--optionalColor);margin-bottom:15px;font-size:.95em}.Leaderboard-module__6ahA3W__stats{border-top:2px solid #f0f0f0;justify-content:space-around;margin-top:20px;padding-top:20px;display:flex}.Leaderboard-module__6ahA3W__statItem{text-align:center}.Leaderboard-module__6ahA3W__statLabel{color:var(--bodyColor);margin-bottom:5px;font-size:.8em}.Leaderboard-module__6ahA3W__statValue{color:var(--mainColor);font-size:1.1em;font-weight:700}.Leaderboard-module__6ahA3W__badge{border-radius:20px;margin-top:10px;padding:5px 15px;font-size:.85em;font-weight:600;display:inline-block}.Leaderboard-module__6ahA3W__badge.Leaderboard-module__6ahA3W__revision{color:#1976d2;background:#e3f2fd}.Leaderboard-module__6ahA3W__badge.Leaderboard-module__6ahA3W__theory{color:#7b1fa2;background:#f3e5f5}.Leaderboard-module__6ahA3W__rankingsSection{background:var(--white-color);border-radius:20px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.08)}.Leaderboard-module__6ahA3W__rankingsSection h2{color:var(--headingColor);margin-bottom:25px;font-size:1.8em}.Leaderboard-module__6ahA3W__rankingsSection table{border-collapse:collapse;width:100%}.Leaderboard-module__6ahA3W__rankingsSection thead{background:linear-gradient(135deg,var(--mainColor)0%,var(--optionalColor)100%);color:var(--white-color)}.Leaderboard-module__6ahA3W__rankingsSection th{text-align:left;text-transform:uppercase;letter-spacing:.5px;padding:18px 15px;font-size:.85em;font-weight:600}.Leaderboard-module__6ahA3W__rankingsSection tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.Leaderboard-module__6ahA3W__rankingsSection tbody tr:hover{background:#f8fffe}.Leaderboard-module__6ahA3W__rankingsSection td{padding:18px 15px}.Leaderboard-module__6ahA3W__rankNumber{color:var(--headingColor);width:60px;font-size:1.1em;font-weight:700}.Leaderboard-module__6ahA3W__studentName{color:var(--headingColor);font-weight:600}.Leaderboard-module__6ahA3W__schoolName{color:var(--bodyColor);font-size:.95em}.Leaderboard-module__6ahA3W__score{color:var(--mainColor);font-size:1.1em;font-weight:700}.Leaderboard-module__6ahA3W__time{color:var(--optionalColor)}@media (max-width:768px){.Leaderboard-module__6ahA3W__podiumContainer{flex-direction:column;align-items:center}.Leaderboard-module__6ahA3W__rank1,.Leaderboard-module__6ahA3W__rank2,.Leaderboard-module__6ahA3W__rank3{order:initial;margin-bottom:20px}.Leaderboard-module__6ahA3W__rankingsSection table{font-size:.9em}.Leaderboard-module__6ahA3W__rankingsSection th,.Leaderboard-module__6ahA3W__rankingsSection td{padding:12px 8px}.Leaderboard-module__6ahA3W__header h1{font-size:2em}}.Leaderboard-module__6ahA3W__leaderboardCard{background:var(--white-color);border-radius:20px;max-width:1200px;margin:40px auto 0;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}.Leaderboard-module__6ahA3W__tableContainer{overflow-x:auto}.Leaderboard-module__6ahA3W__tableContainer table{border-collapse:collapse;width:100%}.Leaderboard-module__6ahA3W__tableContainer thead{background:linear-gradient(135deg,var(--mainColor)0%,var(--optionalColor)100%)}.Leaderboard-module__6ahA3W__tableContainer thead th{color:var(--white-color);text-align:left;text-transform:uppercase;letter-spacing:.5px;padding:20px 15px;font-size:.95rem;font-weight:600}.Leaderboard-module__6ahA3W__tableContainer tbody tr{border-bottom:1px solid #e8f5f0;transition:all .3s}.Leaderboard-module__6ahA3W__tableContainer tbody tr:hover{background:#f8fffe}.Leaderboard-module__6ahA3W__tableContainer td{color:var(--bodyColor);padding:20px 15px;font-size:.95rem}.Leaderboard-module__6ahA3W__rankCell{color:var(--headingColor);align-items:center;gap:10px;font-size:1.1rem;font-weight:700;display:flex}.Leaderboard-module__6ahA3W__medal{justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;display:flex}.Leaderboard-module__6ahA3W__topPerformer{background:linear-gradient(90deg,#fff9e6 0%,transparent 100%)}@media (max-width:768px){.Leaderboard-module__6ahA3W__tableContainer thead th,.Leaderboard-module__6ahA3W__tableContainer td{padding:15px 10px;font-size:.85rem}}
.Breadcrumbs-module__I9WxIW__breadcrumbs{padding:var(--space-sm)var(--space-lg);font-size:var(--font-size-sm);background:#f8f8f8}.Breadcrumbs-module__I9WxIW__breadcrumbs a{color:var(--color-primary)}
.Layout-module__e_xTDG__navbarcontrol{z-index:50;position:-webkit-sticky;position:sticky;top:0;left:0;right:0}.Layout-module__e_xTDG__navbarTransition{transition:transform .3s ease-in-out}.Layout-module__e_xTDG__navbarVisible{transform:translateY(0)}.Layout-module__e_xTDG__navbarHidden{transform:translateY(-100%)}.Layout-module__e_xTDG__layout{flex-direction:column;min-height:100vh;display:flex}.Layout-module__e_xTDG__header{background:var(--white-color);color:#fff;z-index:10;box-shadow:var(--boxShadow);padding:15px 30px}.Layout-module__e_xTDG__navbar{justify-content:space-between;align-items:center;display:flex;position:relative}.Layout-module__e_xTDG__logo a{font-size:var(--font-size-lg);color:#fff;align-items:center;font-weight:700;text-decoration:none;display:flex}.Layout-module__e_xTDG__logo{justify-content:center;align-items:center;display:flex}.Layout-module__e_xTDG__mobileToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;padding:0;display:none}.Layout-module__e_xTDG__hamburgerLine{background-color:var(--mainColor);transform-origin:50%;border-radius:1px;width:100%;height:4px;transition:all .3s;display:block}.Layout-module__e_xTDG__mobileToggleActive .Layout-module__e_xTDG__hamburgerLine:first-child{transform:rotate(45deg)translate(6px,6px)}.Layout-module__e_xTDG__mobileToggleActive .Layout-module__e_xTDG__hamburgerLine:nth-child(2){opacity:0}.Layout-module__e_xTDG__mobileToggleActive .Layout-module__e_xTDG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Layout-module__e_xTDG__navLinks{gap:var(--space-lg);margin:0;padding:0;list-style:none;display:flex}.Layout-module__e_xTDG__navItem{color:#454646;cursor:pointer;align-items:center;gap:5px;font-size:17px;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.Layout-module__e_xTDG__subjectsText,.Layout-module__e_xTDG__desktopArrow{display:inline}.Layout-module__e_xTDG__mobileAccordionIcon{margin-left:auto;font-size:18px;font-weight:700;display:none}.Layout-module__e_xTDG__navItem:hover{color:var(--mainColor)}.Layout-module__e_xTDG__dropdown{position:relative}.Layout-module__e_xTDG__dropdownMenu{color:var(--color-text);z-index:1000;opacity:0;pointer-events:none;background:#fff;border:1px solid #ddd;border-radius:4px;min-width:180px;transition:opacity .3s,transform .3s;position:absolute;top:100%;left:0;transform:translateY(10px)}.Layout-module__e_xTDG__dropdownMenu.Layout-module__e_xTDG__show{opacity:1;pointer-events:auto;transform:translateY(0)}.Layout-module__e_xTDG__dropdownItem{padding:var(--space-sm)var(--space-md);color:var(--color-text);text-decoration:none;display:block}.Layout-module__e_xTDG__dropdownItem:hover{background:#f5f5f5}.Layout-module__e_xTDG__profile{align-items:center;display:flex}.Layout-module__e_xTDG__profileImg{object-fit:cover;border:2px solid #fff;border-radius:50%;width:40px;height:40px}.Layout-module__e_xTDG__main{flex:1}.Layout-module__e_xTDG__footer{text-align:center;padding:var(--space-md);font-size:var(--font-size-sm);background:#f5f5f5}@media (max-width:991px){.Layout-module__e_xTDG__navbar{flex-wrap:wrap}.Layout-module__e_xTDG__mobileToggle{display:flex}.Layout-module__e_xTDG__navLinks{background:var(--white-color);width:100%;box-shadow:var(--boxShadow);opacity:0;visibility:hidden;flex-direction:column;order:4;gap:0;margin-top:20px;padding:20px 30px;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-20px)}.Layout-module__e_xTDG__navLinks.Layout-module__e_xTDG__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}.Layout-module__e_xTDG__navLinks li{border-bottom:1px solid #eee;width:100%;padding:10px 0}.Layout-module__e_xTDG__navLinks li:last-child{border-bottom:none}.Layout-module__e_xTDG__navItem{cursor:pointer;justify-content:space-between;align-items:center;padding:10px 0;font-size:16px;display:flex}.Layout-module__e_xTDG__mobileAccordionIcon{display:inline-block!important}.Layout-module__e_xTDG__desktopArrow{display:none}.Layout-module__e_xTDG__dropdown{position:static}.Layout-module__e_xTDG__dropdownMenu{opacity:0;pointer-events:none;max-height:0;box-shadow:none;border:none;margin-top:0;margin-left:20px;transition:all .3s;position:static;overflow:hidden;transform:none}.Layout-module__e_xTDG__dropdownMenu.Layout-module__e_xTDG__mobileAccordionOpen{opacity:1;pointer-events:auto;max-height:300px;margin-top:10px}.Layout-module__e_xTDG__dropdownMenu.Layout-module__e_xTDG__show{opacity:0;pointer-events:none;max-height:0}.Layout-module__e_xTDG__dropdownMenu.Layout-module__e_xTDG__mobileAccordionOpen{opacity:1!important;pointer-events:auto!important;max-height:300px!important}.Layout-module__e_xTDG__dropdownItem{border-bottom:1px solid #f0f0f0;padding:8px 0}.Layout-module__e_xTDG__dropdownItem:last-child{border-bottom:none}.Layout-module__e_xTDG__header{padding-left:20px;padding-right:20px}}.Layout-module__e_xTDG__toggleProfile{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}@media (max-width:991px){.Layout-module__e_xTDG__toggleProfile{width:-moz-fit-content;width:fit-content}}.Layout-module__e_xTDG__profile{position:relative}.Layout-module__e_xTDG__profileDropdown{z-index:9999;background:#0b1220;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:200px;padding:8px 0;position:absolute;top:65px;right:0;box-shadow:0 8px 24px rgba(0,0,0,.4)}.Layout-module__e_xTDG__profileDropdown a,.Layout-module__e_xTDG__profileDropdown button{text-align:left;color:#e6eef6;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 16px;font-size:14px;text-decoration:none;display:block}.Layout-module__e_xTDG__profileDropdown a:hover,.Layout-module__e_xTDG__profileDropdown button:hover{background:rgba(255,255,255,.08)}.Layout-module__e_xTDG__welcomeText{color:#666;font-size:.85rem}.Layout-module__e_xTDG__welcomeMobileText{color:var(--mainColor);font-size:.95rem;font-weight:600}.Layout-module__e_xTDG__userinfo{text-align:right;align-items:center;gap:13px;display:flex}.Layout-module__e_xTDG__AvatarIcon{cursor:pointer;border:2px solid var(--mainColor);background-color:var(--mainColor);border-radius:50%;width:100%;transition:transform .3s ease-in-out}@media (max-width:991px){.Layout-module__e_xTDG__welcomeTextNumber{display:none}}@media only screen and (min-width:992px) and (max-width:1199px){.Layout-module__e_xTDG__navItem{gap:5px;font-size:16px}}@media (max-width:767px){.Layout-module__e_xTDG__AvatarIcon{width:50px;height:50px}.Layout-module__e_xTDG__logo img{width:120px;height:auto}}@media (max-width:500px){.Layout-module__e_xTDG__AvatarIcon{width:45px;height:45px}.Layout-module__e_xTDG__logo img{width:110px;height:auto}}.Layout-module__e_xTDG__header{z-index:1000;background-color:#fff;transition:all .3s ease-in-out;position:-webkit-sticky;position:sticky;top:0}.Layout-module__e_xTDG__header.Layout-module__e_xTDG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.98);padding-top:15px;padding-bottom:15px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.Layout-module__e_xTDG__logoWrapper{transform-origin:50%;transition:transform .3s ease-in-out;display:inline-block}.Layout-module__e_xTDG__header.Layout-module__e_xTDG__scrolled .Layout-module__e_xTDG__logoWrapper,.Layout-module__e_xTDG__header.Layout-module__e_xTDG__scrolled .Layout-module__e_xTDG__AvatarIcon{transform:scale(.9)}.Layout-module__e_xTDG__logo img{display:block}
.Footer-module__OezkmW__footer{color:#fff;background-color:#08301f;padding:60px 40px 40px}.Footer-module__OezkmW__footerContainer{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:60px;max-width:1400px;margin:0 auto;display:grid}.Footer-module__OezkmW__footerBrand{flex-direction:column;display:flex}.Footer-module__OezkmW__logo{align-items:center;gap:12px;margin-bottom:24px;display:flex}.Footer-module__OezkmW__footerLogo{width:150px}.Footer-module__OezkmW__logoIcon svg{fill:#1a4d3e;width:24px;height:24px}.Footer-module__OezkmW__logo h2{font-size:28px;font-weight:600}.Footer-module__OezkmW__footerDescription{color:#d1e8df;max-width:320px;margin-bottom:30px;line-height:1.6}.Footer-module__OezkmW__socialIcons{gap:15px;display:flex}.Footer-module__OezkmW__socialIcons a{color:#fff;background-color:rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__OezkmW__socialIcons a:hover{background-color:#2d7d64;transform:translateY(-3px)}.Footer-module__OezkmW__footerColumn h3{margin-bottom:24px;font-size:20px;font-weight:600}.Footer-module__OezkmW__footerColumn ul{padding:0;list-style:none}.Footer-module__OezkmW__footerColumn ul li{margin-bottom:14px}.Footer-module__OezkmW__footerColumn ul li a{color:#d1e8df;font-size:15px;text-decoration:none;transition:color .3s}.Footer-module__OezkmW__footerColumn ul li a:hover{color:#fff}.Footer-module__OezkmW__newsletter h3{margin-bottom:20px;font-size:20px;font-weight:600}.Footer-module__OezkmW__newsletterDescription{color:#d1e8df;margin-bottom:24px;line-height:1.6}.Footer-module__OezkmW__newsletterForm{background-color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:6px;display:flex;overflow:hidden}.Footer-module__OezkmW__newsletterForm input{border:none;outline:none;flex:1;padding:14px 18px;font-size:15px}.Footer-module__OezkmW__newsletterForm button{color:#fff;cursor:pointer;background-color:#2d9f7d;border:none;padding:14px 28px;font-size:15px;font-weight:600;transition:background-color .3s}.Footer-module__OezkmW__newsletterForm button:hover{background-color:#268a69}@media (max-width:1024px){.Footer-module__OezkmW__footerContainer{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__OezkmW__footer{padding:40px 20px 30px}.Footer-module__OezkmW__footerContainer{grid-template-columns:1fr;gap:35px}.Footer-module__OezkmW__footerDescription,.Footer-module__OezkmW__newsletterDescription{max-width:100%}}.Footer-module__OezkmW__privacyPolicyContainerMain2{color:#a1baaf;background-color:#1f4233;padding:30px 0}.Footer-module__OezkmW__privacyPolicyContainerMain{justify-content:space-between;align-items:center;max-width:1400px;height:30px;margin:0 auto;display:flex}.Footer-module__OezkmW__privacyPolicyContainer{align-items:center;gap:15px;height:100%;display:flex}.Footer-module__OezkmW__privacySlash{border-right:1px solid #a1baaf;align-items:center;height:100%;padding-right:15px;display:flex}
.NavTest-module__bCIm3q__navs{z-index:100;background:#fff;justify-content:space-between;align-items:center;gap:2.5rem;padding:.5rem 2.5rem;display:flex;position:relative;overflow:visible;box-shadow:0 4px 20px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.02)}@keyframes NavTest-module__bCIm3q__gradientMove{0%,to{background-position:0 0}50%{background-position:100% 0}}.NavTest-module__bCIm3q__logo-section{align-items:center;gap:1rem;display:flex}.NavTest-module__bCIm3q__logo{align-items:center;display:flex}.NavTest-module__bCIm3q__menu{flex:1;justify-content:center;gap:.4rem;list-style:none;display:flex}.NavTest-module__bCIm3q__menu li{position:relative}.NavTest-module__bCIm3q__menu li a{color:#424242;border-radius:10px;align-items:center;gap:.4rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.NavTest-module__bCIm3q__menu li a:before{content:"";background:0 0;border-radius:50%;width:6px;height:6px;transition:all .3s}.NavTest-module__bCIm3q__menu li a:hover{color:#2196f3;background:linear-gradient(135deg,rgba(33,150,243,.1),rgba(156,39,176,.05));transform:translateY(-2px)}.NavTest-module__bCIm3q__menu li a:hover:before{background:#2196f3}.NavTest-module__bCIm3q__menu li a.NavTest-module__bCIm3q__active{color:var(--mainColor);font-weight:700}.NavTest-module__bCIm3q__menu li a.NavTest-module__bCIm3q__active:before{background:#fff}.NavTest-module__bCIm3q__subject-dropdown{opacity:0;visibility:hidden;z-index:1000;scrollbar-width:thin;scrollbar-color:#2f06c7 transparent;background:#fff;border-radius:16px;min-width:280px;max-height:400px;padding:1rem;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:calc(100% + 15px);left:50%;overflow-y:auto;transform:translate(-50%)translateY(-10px);box-shadow:0 10px 40px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05)}.NavTest-module__bCIm3q__subject-dropdown::-webkit-scrollbar{width:6px}.NavTest-module__bCIm3q__subject-dropdown::-webkit-scrollbar-thumb{background-color:rgba(233,3,3,.2);border-radius:4px}.NavTest-module__bCIm3q__subject-dropdown::-webkit-scrollbar-thumb:hover{background-color:rgba(64,236,12,.3)}.NavTest-module__bCIm3q__subject-dropdown:before{content:"";background:#fff;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg);box-shadow:-2px -2px 5px rgba(0,0,0,.05)}.NavTest-module__bCIm3q__menu li:hover .NavTest-module__bCIm3q__subject-dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.NavTest-module__bCIm3q__subject-item{cursor:pointer;color:#424242;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.NavTest-module__bCIm3q__subject-item:hover{color:#2196f3;background:linear-gradient(135deg,rgba(33,150,243,.1),rgba(156,39,176,.05));transform:translate(5px)}.NavTest-module__bCIm3q__subject-icon{filter:grayscale(.3);font-size:1.3rem;transition:all .2s}.NavTest-module__bCIm3q__subject-item:hover .NavTest-module__bCIm3q__subject-icon{filter:grayscale(0);transform:scale(1.1)}.NavTest-module__bCIm3q__user-section{cursor:pointer;background:linear-gradient(135deg,#f5f5f5,#fafafa);border:1px solid #e0e0e0;border-radius:50px;align-items:center;gap:1rem;padding:.6rem 1.2rem;transition:all .3s;display:flex;position:relative}.NavTest-module__bCIm3q__user-section:hover{background:linear-gradient(135deg,#eee,#f5f5f5);border-color:#d0d0d0;box-shadow:0 4px 12px rgba(0,0,0,.08)}.NavTest-module__bCIm3q__user-info{flex-direction:column;align-items:flex-end;display:flex}.NavTest-module__bCIm3q__welcome-text{color:#757575;font-size:.75rem;font-weight:500}.NavTest-module__bCIm3q__username{color:#2196f3;font-size:.95rem;font-weight:600}.NavTest-module__bCIm3q__avatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff9800,#f57c00);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 3px 12px rgba(255,152,0,.3),inset 0 1px rgba(255,255,255,.3)}.NavTest-module__bCIm3q__avatar:hover{transform:scale(1.08);box-shadow:0 4px 16px rgba(255,152,0,.5)}.NavTest-module__bCIm3q__user-dropdown{opacity:0;visibility:hidden;z-index:1000;background:#fff;border-radius:16px;min-width:240px;padding:.5rem;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:calc(100% + 15px);right:0;transform:translateY(-10px);box-shadow:0 10px 40px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05)}.NavTest-module__bCIm3q__user-dropdown:before{content:"";background:#fff;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg);box-shadow:-2px -2px 5px rgba(0,0,0,.05)}.NavTest-module__bCIm3q__user-dropdown.NavTest-module__bCIm3q__active{opacity:1;visibility:visible;transform:translateY(0)}.NavTest-module__bCIm3q__user-dropdown-header{border-bottom:1px solid #f0f0f0;margin-bottom:.5rem;padding:1rem 1.25rem}.NavTest-module__bCIm3q__user-dropdown-name{color:#2196f3;font-size:1rem;font-weight:600}.NavTest-module__bCIm3q__user-dropdown-email{color:#757575;margin-top:.25rem;font-size:.8rem}.NavTest-module__bCIm3q__user-dropdown-item{cursor:pointer;color:#424242;border-radius:10px;align-items:center;gap:.9rem;margin:.25rem 0;padding:.85rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.NavTest-module__bCIm3q__user-dropdown-item:hover{color:#2196f3;background:linear-gradient(135deg,rgba(33,150,243,.1),rgba(156,39,176,.05));transform:translate(5px)}.NavTest-module__bCIm3q__user-dropdown-item.NavTest-module__bCIm3q__logout{color:#f44336;border-top:1px solid #f0f0f0;margin-top:.5rem;padding-top:1rem}.NavTest-module__bCIm3q__user-dropdown-item.NavTest-module__bCIm3q__logout:hover{color:#d32f2f;background:linear-gradient(135deg,rgba(244,67,54,.1),rgba(244,67,54,.05))}.NavTest-module__bCIm3q__dropdown-icon{font-size:1.2rem;transition:all .2s}.NavTest-module__bCIm3q__user-dropdown-item:hover .NavTest-module__bCIm3q__dropdown-icon{transform:scale(1.15)}.NavTest-module__bCIm3q__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:.5rem;display:none}.NavTest-module__bCIm3q__hamburger span{transform-origin:50%;background:#0f0f0f;border-radius:3px;width:28px;height:3px;transition:all .3s}.NavTest-module__bCIm3q__hamburger span:nth-child(2){margin:5px 0}.NavTest-module__bCIm3q__hamburger.NavTest-module__bCIm3q__active span:first-child{transform:translateY(8px)rotate(45deg)}.NavTest-module__bCIm3q__hamburger.NavTest-module__bCIm3q__active span:nth-child(2){opacity:0;transform:scaleX(0)}.NavTest-module__bCIm3q__hamburger.NavTest-module__bCIm3q__active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.NavTest-module__bCIm3q__decorative-icon{opacity:.03;pointer-events:none;font-size:3rem;position:absolute}.NavTest-module__bCIm3q__icon-1{content:"✏️";top:10px;left:15%}.NavTest-module__bCIm3q__icon-2{content:"🎓";bottom:10px;right:20%}@media (max-width:1024px){.NavTest-module__bCIm3q__navs{padding:1.2rem 1.5rem}.NavTest-module__bCIm3q__menu{gap:.3rem}.NavTest-module__bCIm3q__menu li a{padding:.7rem 1.2rem;font-size:.9rem}.NavTest-module__bCIm3q__user-info{display:flex}.NavTest-module__bCIm3q__welcome-text{font-size:.7rem}.NavTest-module__bCIm3q__username{font-size:.9rem}.NavTest-module__bCIm3q__subject-dropdown{min-width:240px}}@media (max-width:1100px){.NavTest-module__bCIm3q__navs{flex-wrap:nowrap;gap:1rem;padding:1rem}.NavTest-module__bCIm3q__hamburger{order:2;display:flex}.NavTest-module__bCIm3q__logo-section{order:1}.NavTest-module__bCIm3q__user-section{background:0 0;border:none;order:3;margin-left:auto;padding:0}.NavTest-module__bCIm3q__user-info{display:none}.NavTest-module__bCIm3q__user-section:hover{box-shadow:none;background:0 0}.NavTest-module__bCIm3q__avatar{width:42px;height:42px;font-size:1rem}.NavTest-module__bCIm3q__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;visibility:hidden;background:rgba(255,255,255,.98);flex-direction:column;justify-content:start;align-items:start;gap:0;padding:2rem;transition:all .3s;position:fixed;top:0;bottom:0;left:0;right:0;transform:scale(.95)}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active{opacity:1;visibility:visible;height:100vh;margin:0;transform:scale(1)}.NavTest-module__bCIm3q__menu li{text-align:start;opacity:0;width:100%;transition:all .3s;transform:translateY(20px)}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li{opacity:1;transform:translateY(0)}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:first-child{transition-delay:.1s}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:nth-child(2){transition-delay:.15s}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:nth-child(3){transition-delay:.2s}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:nth-child(4){transition-delay:.25s}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:nth-child(5){transition-delay:.3s}.NavTest-module__bCIm3q__menu.NavTest-module__bCIm3q__active li:nth-child(6){transition-delay:.35s}.NavTest-module__bCIm3q__menu li a{border-radius:12px;width:100%;margin:.5rem 0;padding:1rem 1.5rem;font-size:1.1rem;display:block}.NavTest-module__bCIm3q__menu li a:before{width:8px;height:8px}.NavTest-module__bCIm3q__subject-dropdown{opacity:0;visibility:hidden;max-height:0;box-shadow:none;margin-top:0;padding:0;transition:all .4s;position:static;overflow:hidden;transform:none}.NavTest-module__bCIm3q__subject-dropdown:before{display:none}.NavTest-module__bCIm3q__menu li:hover .NavTest-module__bCIm3q__subject-dropdown{opacity:1;visibility:visible;max-height:600px;margin-top:.5rem;padding:1rem}.NavTest-module__bCIm3q__subject-item{justify-content:center}.NavTest-module__bCIm3q__user-dropdown{left:50%;right:auto;transform:translate(-90%)translateY(-10px)}.NavTest-module__bCIm3q__user-dropdown.NavTest-module__bCIm3q__active{transform:translate(-90%)translateY(0)}.NavTest-module__bCIm3q__user-dropdown:before{left:90%;right:auto;transform:translate(-50%)rotate(45deg)}}@media (max-width:480px){.NavTest-module__bCIm3q__logo{width:48px;height:48px;font-size:1.4rem}.NavTest-module__bCIm3q__logo:after{font-size:.9rem}.NavTest-module__bCIm3q__hamburger span{width:25px}.NavTest-module__bCIm3q__avatar{width:38px;height:38px;font-size:.9rem}.NavTest-module__bCIm3q__subject-dropdown,.NavTest-module__bCIm3q__user-dropdown{min-width:50vw}}@media (max-width:1400px){.NavTest-module__bCIm3q__menu li a,.NavTest-module__bCIm3q__mobile-menu-list{padding:.8rem 1rem}}@media (max-width:1300px){.NavTest-module__bCIm3q__menu li a,.NavTest-module__bCIm3q__mobile-menu-list{padding:.8rem .7rem}}@media (max-width:1100px){.NavTest-module__bCIm3q__subjects-for-desktop{display:none}}@media (min-width:1101px){.NavTest-module__bCIm3q__subjects-for-mobile{display:none}}.NavTest-module__bCIm3q__mobile-menu{background:#fff;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.NavTest-module__bCIm3q__subjects-for-mobile{list-style:none}.NavTest-module__bCIm3q__mobile-menu-list{color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:space-between;align-items:center;font-size:18px;font-weight:600;transition:background-color .3s;display:flex}.NavTest-module__bCIm3q__mobile-menu-list:hover{background-color:#f8f9fa}.NavTest-module__bCIm3q__mobile-menu-list:active{background-color:#e9ecef}.NavTest-module__bCIm3q__arrow-icon{color:#999;font-size:24px;font-weight:300}.NavTest-module__bCIm3q__mobile-close-button{text-align:end;color:#fff;cursor:pointer;width:100%;padding:15px 14px;font-weight:600}.NavTest-module__bCIm3q__mobile-menu-list-none{list-style-type:none}.NavTest-module__bCIm3q__main-menu-content{width:100%;animation:.3s NavTest-module__bCIm3q__slideIn}.NavTest-module__bCIm3q__subjects-submenu{animation:.3s NavTest-module__bCIm3q__slideIn}@keyframes NavTest-module__bCIm3q__slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.NavTest-module__bCIm3q__mobile-menu-back{color:#007bff;background:#f8f9ff;border-bottom:2px solid #007bff;align-items:center;gap:8px;margin-bottom:0;padding:15px 20px;font-weight:600;text-decoration:none;display:flex}.NavTest-module__bCIm3q__mobile-menu-back:hover{background:#e8f0ff}.NavTest-module__bCIm3q__subject-item-mobile{align-items:center;gap:12px;padding:15px 20px;display:flex}.NavTest-module__bCIm3q__subject-icon{font-size:24px}@media (max-width:640px){.NavTest-module__bCIm3q__navs{gap:0}.NavTest-module__bCIm3q__logo,.NavTest-module__bCIm3q__logo-section{width:100%}.NavTest-module__bCIm3q__navs{padding:.9rem}.NavTest-module__bCIm3q__navLogo{width:150px;height:auto}}.NavTest-module__bCIm3q__avatar-image{object-fit:cover;color:#fff;cursor:pointer;border:2px solid #3a3a3a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;transform:scale(1.08)}.NavTest-module__bCIm3q__savatar-image-wrapper{cursor:pointer;background:#eaeaea;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative;overflow:hidden}
.Button-module__8RiFmG__btn{background-color:var(--mainColor);font-family:var(--font-base);color:#fff;text-align:center;cursor:pointer;border:none;padding:20px 39px;font-size:16px;font-weight:700;line-height:13px;transition:background-color .2s ease-in-out}.Button-module__8RiFmG__btn:hover{background-color:#218838}
.About-module__vMbv_W__container{max-width:1400px;height:100%;padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);grid-template-columns:1fr 1fr;gap:40px;margin:0 auto;display:grid}.About-module__vMbv_W__right{margin-left:100px}.About-module__vMbv_W__aboutUsText{color:var(--mainColor);margin-bottom:15px;font-size:15px}.About-module__vMbv_W__aboutUsTitle{color:var(--headingColor);margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.About-module__vMbv_W__aboutUsParagraph{color:var(--bodyColor);margin-bottom:25px;font-size:18px;font-weight:400;line-height:1.8}.About-module__vMbv_W__aboutPointsWrapper p{color:var(--headingColor);font-size:20px;font-weight:500}.About-module__vMbv_W__greenDots{background-color:var(--mainColor);border-radius:4px;width:18px;height:18px}.About-module__vMbv_W__dotsTexts{align-items:center;gap:8px;display:flex}.About-module__vMbv_W__aboutPointsWrapper{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:50px;display:grid}.About-module__vMbv_W__rightImage{justify-content:end;display:flex;position:relative}.About-module__vMbv_W__circleImage{position:absolute;top:50%;left:-100px;transform:translateY(-50%)}.About-module__vMbv_W__rightImageRadius{border-radius:10px}@media (max-width:1400px) and (min-width:1200px){.About-module__vMbv_W__rightImageRadius{width:100%;height:auto}.About-module__vMbv_W__right{justify-content:center;align-items:center;width:100%;margin-left:0;display:flex}.About-module__vMbv_W__rightImage{justify-content:end;margin-right:0;display:flex;position:relative}.About-module__vMbv_W__circleImageInside{width:150px;height:150px}.About-module__vMbv_W__circleImage{position:absolute;top:50%;left:-80px;transform:translateY(-50%)}.About-module__vMbv_W__container{gap:120px}}@media (max-width:1199px) and (min-width:992px){.About-module__vMbv_W__aboutUsTitle{color:var(--headingColor);margin-top:0;margin-bottom:20px;font-size:30px;font-weight:700;line-height:35px}.About-module__vMbv_W__aboutPointsWrapper p{font-size:19px}.About-module__vMbv_W__rightImageRadius{width:100%;height:auto}.About-module__vMbv_W__right{justify-content:center;align-items:center;width:100%;margin-left:0;display:flex}.About-module__vMbv_W__rightImage{margin-right:0;display:flex;position:relative}.About-module__vMbv_W__container{gap:60px}}@media only screen and (min-width:768px) and (max-width:991px){.About-module__vMbv_W__aboutUsTitle{color:var(--headingColor);margin-top:0;margin-bottom:20px;font-size:30px;font-weight:700;line-height:35px}.About-module__vMbv_W__aboutUsParagraph{margin-bottom:25px;font-size:16px;line-height:1.8}.About-module__vMbv_W__aboutPointsWrapper p{font-size:18px}}@media (max-width:991px){.About-module__vMbv_W__container{grid-template-columns:1fr}.About-module__vMbv_W__rightImageRadius{width:100%;height:auto}.About-module__vMbv_W__right{justify-content:start;align-items:center;width:100%;margin-left:0;display:flex}.About-module__vMbv_W__rightImage{margin-right:0;display:flex;position:relative}.About-module__vMbv_W__container{gap:35px}.About-module__vMbv_W__aboutPointsWrapper{grid-template-columns:1fr}}@media (max-width:1199px){.About-module__vMbv_W__circleImage{display:none}}@media only screen and (max-width:767px){.About-module__vMbv_W__aboutUsTitle{font-size:25px;line-height:35px}.About-module__vMbv_W__aboutUsParagraph{margin-bottom:25px;font-size:16px;line-height:1.8}.About-module__vMbv_W__aboutPointsWrapper p{font-size:16px}}.About-module__vMbv_W__aboutUsTitleSin{font-size:33px;line-height:55px}.About-module__vMbv_W__aboutUsParagraphSin{font-size:16px}.About-module__vMbv_W__aboutPointsWrapperSin p{font-size:17px}.About-module__vMbv_W__aboutUsButtonSin{font-weight:400}
.Teachers-module__I4U3Pa__container{max-width:1400px;height:100%;padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);grid-template-columns:1fr 1fr;gap:80px;margin:0 auto;display:grid}.Teachers-module__I4U3Pa__left{align-items:center;display:flex}.Teachers-module__I4U3Pa__aboutUsText{color:var(--mainColor);margin-bottom:15px;font-size:15px}.Teachers-module__I4U3Pa__aboutUsTitle{color:var(--headingColor);margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Teachers-module__I4U3Pa__aboutUsTitle span{color:var(--mainColor);margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Teachers-module__I4U3Pa__aboutUsParagraph{color:var(--bodyColor);margin-bottom:25px;font-size:18px;font-weight:400;line-height:1.8}.Teachers-module__I4U3Pa__aboutPointsWrapper p{color:var(--headingColor);font-size:20px;font-weight:500}.Teachers-module__I4U3Pa__rightImage{display:flex;position:relative}.Teachers-module__I4U3Pa__rightImageRadius{border-radius:10px}@media (max-width:992px){.Teachers-module__I4U3Pa__container{grid-template-rows:auto auto;grid-template-columns:1fr;gap:40px}}@media only screen and (min-width:768px) and (max-width:991px){.Teachers-module__I4U3Pa__aboutUsTitle,.Teachers-module__I4U3Pa__aboutUsTitle span{font-size:35px;line-height:50px}.Teachers-module__I4U3Pa__aboutUsParagraph{font-size:16px}}@media only screen and (max-width:767px){.Teachers-module__I4U3Pa__aboutUsTitle,.Teachers-module__I4U3Pa__aboutUsTitle span{font-size:25px;line-height:35px}.Teachers-module__I4U3Pa__aboutUsParagraph{font-size:16px}}@media (max-width:1400px) and (min-width:1200px){.Teachers-module__I4U3Pa__rightImageRadius{width:545px;height:auto}}@media (max-width:1199px) and (min-width:992px){.Teachers-module__I4U3Pa__rightImageRadius{width:455px;height:auto}}@media (max-width:991px) and (min-width:768px){.Teachers-module__I4U3Pa__rightImageRadius{width:695px;height:auto}}@media (max-width:767px) and (min-width:640px){.Teachers-module__I4U3Pa__rightImageRadius{width:515px;height:auto}}@media (max-width:640px){.Teachers-module__I4U3Pa__rightImageRadius{width:100%;height:auto}}.Teachers-module__I4U3Pa__aboutUsTitleSin,.Teachers-module__I4U3Pa__aboutUsTitleSin Span{font-size:33px;line-height:55px}.Teachers-module__I4U3Pa__aboutUsParagraphSin{font-size:16px}.Teachers-module__I4U3Pa__teacherButtonSin{font-weight:400}
.Whyus-module__5YTpNW__rowContainer{max-width:1400px;padding-left:var(--padding-left);padding-right:var(--padding-right);padding-top:var(--padding-top);grid-template-columns:repeat(4,1fr);gap:0 25px;margin:0 auto;display:grid}.Whyus-module__5YTpNW__col1{justify-content:center;align-items:center;display:flex}.Whyus-module__5YTpNW__title{color:var(--headingColor);margin-bottom:10px;font-size:26px;font-weight:800;line-height:35px}.Whyus-module__5YTpNW__learnMore{color:var(--mainColor);border-bottom:1px solid var(--mainColor);margin-bottom:30px;font-size:18px;font-weight:400;text-decoration:none;display:inline-block}.Whyus-module__5YTpNW__paragraph{color:var(--bodyColor);font-size:18px;font-weight:400}.Whyus-module__5YTpNW__paragraph span{color:var(--black-color);margin-right:10px;font-weight:700}.Whyus-module__5YTpNW__GridTitle{color:var(--headingColor);margin-bottom:15px;font-size:20px;font-weight:700}.Whyus-module__5YTpNW__GridParagraph{color:var(--bodyColor);font-size:18px;font-weight:400;line-height:1.8}.Whyus-module__5YTpNW__icon{margin-bottom:10px}@media only screen and (min-width:1200px) and (max-width:1399px){.Whyus-module__5YTpNW__col2,.Whyus-module__5YTpNW__col3,.Whyus-module__5YTpNW__col4{background-color:#7fffd4;padding:20px}}@media only screen and (min-width:992px) and (max-width:1199px){.Whyus-module__5YTpNW__col2,.Whyus-module__5YTpNW__col3,.Whyus-module__5YTpNW__col4{padding:15px}}@media only screen and (min-width:768px) and (max-width:991px){.Whyus-module__5YTpNW__col2,.Whyus-module__5YTpNW__col3,.Whyus-module__5YTpNW__col4{padding:20px}.Whyus-module__5YTpNW__rowContainer{grid-template-columns:repeat(2,1fr);row-gap:30px}.Whyus-module__5YTpNW__title{font-size:25px}.Whyus-module__5YTpNW__GridParagraph,.Whyus-module__5YTpNW__paragraph{font-size:16px}}@media only screen and (min-width:641px) and (max-width:767px){.Whyus-module__5YTpNW__rowContainer{grid-template-columns:repeat(2,1fr);row-gap:30px}.Whyus-module__5YTpNW__title{font-size:25px}.Whyus-module__5YTpNW__GridParagraph,.Whyus-module__5YTpNW__paragraph{font-size:16px}}@media (max-width:640px){.Whyus-module__5YTpNW__rowContainer{grid-template-columns:1fr;row-gap:30px}}@media only screen and (max-width:767px){.Whyus-module__5YTpNW__col1{justify-content:start}.Whyus-module__5YTpNW__col2,.Whyus-module__5YTpNW__col3,.Whyus-module__5YTpNW__col4{padding:20px}.Whyus-module__5YTpNW__title{font-size:25px}.Whyus-module__5YTpNW__GridParagraph,.Whyus-module__5YTpNW__paragraph{font-size:16px}}.Whyus-module__5YTpNW__col2,.Whyus-module__5YTpNW__col3,.Whyus-module__5YTpNW__col4{--c:var(--mainColor);--b:2px;--g:5px;background-color:var(--whiteColor);padding:calc(var(--g) + var(--b) + 30px)calc(var(--g) + var(--b) + 40px);--_g:transparent 25%,var(--c)0;background:conic-gradient(from 180deg at top var(--b)right var(--b),var(--_g))var(--_i,200%)0/200% var(--_i,var(--b))no-repeat,conic-gradient(at bottom var(--b)left var(--b),var(--_g))0 var(--_i,200%)/var(--_i,var(--b))200% no-repeat;transition:all .3s,background-position .3s .3s;position:relative}.Whyus-module__5YTpNW__col2:before,.Whyus-module__5YTpNW__col3:before,.Whyus-module__5YTpNW__col4:before{content:"";pointer-events:none;border:2px dashed #dbf0e7;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Whyus-module__5YTpNW__col2:hover,.Whyus-module__5YTpNW__col3:hover,.Whyus-module__5YTpNW__col4:hover{--_i:100%;transition:all .3s,background-size .3s .3s}.Whyus-module__5YTpNW__col2:hover:before,.Whyus-module__5YTpNW__col3:hover:before,.Whyus-module__5YTpNW__col4:hover:before{opacity:0}.Whyus-module__5YTpNW__ratingStar{color:#e8b913;gap:4px;margin-bottom:10px;font-size:20px;display:flex}.Whyus-module__5YTpNW__ColumnOnetitleSin{font-size:22px}.Whyus-module__5YTpNW__learnMoreSin,.Whyus-module__5YTpNW__GridTitleSin{font-size:18px}.Whyus-module__5YTpNW__GridParagraphSin{font-size:16px}
.Feedback-module__46tFdW__container{padding-top:var(--padding-top);padding-left:var(--padding-left);padding-right:var(--padding-right)}.Feedback-module__46tFdW__aboutUsText{color:var(--mainColor);text-align:center;margin-bottom:15px;font-size:15px}.Feedback-module__46tFdW__aboutUsTitle{color:var(--headingColor);text-align:center;margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Feedback-module__46tFdW__aboutUsTitle span{color:var(--mainColor);margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Feedback-module__46tFdW__carouselWrapper{margin:0 auto;position:relative}.Feedback-module__46tFdW__embla{width:100%;overflow:hidden}.Feedback-module__46tFdW__embla__container{will-change:transform;display:flex}.Feedback-module__46tFdW__embla__slide{box-sizing:border-box;flex:0 0 33.3333%;padding:16px;transition:opacity .4s}.Feedback-module__46tFdW__card{text-align:start;background:#fff;border:2px solid transparent;flex-direction:column;height:100%;padding:40px;transition:border .3s,transform .3s;display:flex;box-shadow:0 4px 10px rgba(0,0,0,.1)}.Feedback-module__46tFdW__active .Feedback-module__46tFdW__card{border-color:var(--mainColor);transform:scale(1.05)}.Feedback-module__46tFdW__cardRow{gap:1.5rem;display:flex}.Feedback-module__46tFdW__avatar{border-radius:50%;width:120px;height:120px;margin:0 auto 12px}.Feedback-module__46tFdW__title{letter-spacing:.44px;color:var(--headingColor);margin-top:0;margin-bottom:10px;font-size:18px;font-weight:700;line-height:30px}.Feedback-module__46tFdW__description{color:var(--bodyColor);margin-bottom:15px;font-size:16px;font-weight:400;line-height:1.8}.Feedback-module__46tFdW__footer{margin-top:auto}.Feedback-module__46tFdW__name{color:var(--headingColor);margin-bottom:5px;font-size:16px;font-weight:700}.Feedback-module__46tFdW__year{color:var(--bodyColor);font-size:15px;font-weight:400}.Feedback-module__46tFdW__active{opacity:1}.Feedback-module__46tFdW__inactive{opacity:.5}.Feedback-module__46tFdW__navButton{color:#8c9591;cursor:pointer;z-index:10;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:18px;transition:background .2s,box-shadow .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Feedback-module__46tFdW__navButton:hover{background:var(--mainColor);color:#fff}.Feedback-module__46tFdW__prev{left:10px}.Feedback-module__46tFdW__next{right:10px}@media (max-width:1600px){.Feedback-module__46tFdW__embla__slide{flex:0 0 50%}}@media (max-width:1200px){.Feedback-module__46tFdW__container{padding-left:20px;padding-right:20px}.Feedback-module__46tFdW__card{padding:30px 25px}.Feedback-module__46tFdW__avatar{width:100px;height:100px}.Feedback-module__46tFdW__title{font-size:20px;line-height:30px}.Feedback-module__46tFdW__description{font-size:16px}}@media (max-width:992px){.Feedback-module__46tFdW__cardRow{flex-direction:column;display:flex}.Feedback-module__46tFdW__avatar{margin:0}}@media (max-width:1024px){.Feedback-module__46tFdW__aboutUsTitle,.Feedback-module__46tFdW__aboutUsTitle span{font-size:32px;line-height:45px}.Feedback-module__46tFdW__card{padding:25px 20px}.Feedback-module__46tFdW__cardRow{gap:1rem}.Feedback-module__46tFdW__navButton{width:50px;height:50px;font-size:16px}.Feedback-module__46tFdW__prev{left:5px}.Feedback-module__46tFdW__next{right:5px}}@media (max-width:768px){.Feedback-module__46tFdW__container{padding-left:15px;padding-right:15px}.Feedback-module__46tFdW__embla__slide{flex:0 0 100%;padding:12px}.Feedback-module__46tFdW__aboutUsTitle{margin-bottom:30px;font-size:28px;line-height:38px}.Feedback-module__46tFdW__aboutUsTitle span{font-size:28px;line-height:38px}.Feedback-module__46tFdW__cardRow{text-align:center;flex-direction:column;align-items:center;gap:1rem}.Feedback-module__46tFdW__card{text-align:center;padding:30px 20px}.Feedback-module__46tFdW__avatar{width:80px;height:80px;margin:0 auto 15px}.Feedback-module__46tFdW__title{font-size:18px;line-height:26px}.Feedback-module__46tFdW__description{font-size:15px;line-height:1.6}.Feedback-module__46tFdW__name{font-size:16px}.Feedback-module__46tFdW__year{font-size:14px}.Feedback-module__46tFdW__active .Feedback-module__46tFdW__card{transform:scale(1.02)}}@media (max-width:480px){.Feedback-module__46tFdW__container{padding-left:10px;padding-right:10px}.Feedback-module__46tFdW__aboutUsText{font-size:14px}.Feedback-module__46tFdW__aboutUsTitle{padding:0 10px;font-size:24px;line-height:32px}.Feedback-module__46tFdW__aboutUsTitle span{font-size:24px;line-height:32px}.Feedback-module__46tFdW__embla__slide{padding:8px}.Feedback-module__46tFdW__card{padding:20px 15px}.Feedback-module__46tFdW__cardRow{gap:.8rem}.Feedback-module__46tFdW__avatar{width:70px;height:70px}.Feedback-module__46tFdW__title{margin-bottom:8px;font-size:16px;line-height:22px}.Feedback-module__46tFdW__description{margin-bottom:12px;font-size:14px;line-height:1.5}.Feedback-module__46tFdW__name{margin-bottom:3px;font-size:15px}.Feedback-module__46tFdW__year{font-size:13px}.Feedback-module__46tFdW__navButton{width:40px;height:40px;font-size:14px}.Feedback-module__46tFdW__prev{left:2px}.Feedback-module__46tFdW__next{right:2px}.Feedback-module__46tFdW__active .Feedback-module__46tFdW__card{border-color:var(--mainColor);transform:none}}@media (max-width:640px){.Feedback-module__46tFdW__carouselWrapper{padding-bottom:60px}.Feedback-module__46tFdW__navButton{position:absolute;top:auto;bottom:10px;transform:none}}.Feedback-module__46tFdW__aboutUsTitleSin,.Feedback-module__46tFdW__aboutUsTitleSin span{font-size:33px;line-height:55px}
.Benefits-module__tN5IeG__MainContainer{padding-top:var(--padding-top)}.Benefits-module__tN5IeG__container{padding-left:var(--padding-left);padding-right:var(--padding-right);background:linear-gradient(118deg,#edfbf8 32.82%,#fffcf5 83.36%,#fffcf5 100%);grid-template-columns:1fr 1fr;padding-top:50px;padding-bottom:50px;display:grid;position:relative}.Benefits-module__tN5IeG__left{justify-content:center;align-items:center;display:flex}.Benefits-module__tN5IeG__right{justify-content:center;align-items:center;font-size:2rem;display:flex}.Benefits-module__tN5IeG__innerGrid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:60px 130px;display:grid}.Benefits-module__tN5IeG__purple,.Benefits-module__tN5IeG__blue,.Benefits-module__tN5IeG__green{color:#fff;display:flex}.Benefits-module__tN5IeG__orange{color:#000;display:flex}.Benefits-module__tN5IeG__aboutUsText{color:var(--mainColor);text-align:center;margin-bottom:15px;font-size:15px}.Benefits-module__tN5IeG__aboutUsTitle{color:var(--headingColor);text-align:center;margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Benefits-module__tN5IeG__aboutUsTitle span{color:var(--mainColor);margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Benefits-module__tN5IeG__circle{background-color:var(--white-color);filter:drop-shadow(0 26.2559px 20.3271px rgba(171,171,171,.1));text-align:center;color:#000;border-radius:50px;justify-content:center;align-items:center;width:77px;height:77px;line-height:77px;display:flex}.Benefits-module__tN5IeG__numbers{color:var(--headingColor);margin-bottom:.5rem;font-size:30px;font-weight:700;line-height:37px}.Benefits-module__tN5IeG__letters{color:#436b5a;font-size:18px;font-weight:400}.Benefits-module__tN5IeG__imageTextContainer{gap:1rem;display:flex}.Benefits-module__tN5IeG__bgImage1{position:absolute;left:0}.Benefits-module__tN5IeG__bgImage2{position:absolute;right:0}@media only screen and (max-width:767px){.Benefits-module__tN5IeG__aboutUsText{margin-bottom:10px;font-size:13px}.Benefits-module__tN5IeG__aboutUsTitle,.Benefits-module__tN5IeG__aboutUsTitle span{margin-bottom:30px;font-size:25px;line-height:35px}.Benefits-module__tN5IeG__numbers{font-size:22px;line-height:28px}.Benefits-module__tN5IeG__letters{font-size:15px}}@media only screen and (min-width:768px) and (max-width:991px){.Benefits-module__tN5IeG__aboutUsText{font-size:14px}.Benefits-module__tN5IeG__aboutUsTitle,.Benefits-module__tN5IeG__aboutUsTitle span{margin-bottom:20px;font-size:35px;line-height:50px}.Benefits-module__tN5IeG__numbers{font-size:25px;line-height:30px}.Benefits-module__tN5IeG__letters{font-size:15px}}@media only screen and (min-width:992px) and (max-width:1199px){.Benefits-module__tN5IeG__aboutUsText{margin-bottom:15px;font-size:15px}.Benefits-module__tN5IeG__letters{font-size:14px}}@media only screen and (max-width:767px){.Benefits-module__tN5IeG__aboutUsTitle,.Benefits-module__tN5IeG__aboutUsTitle span{margin-bottom:30px;font-size:25px;line-height:35px}}@media (max-width:1400px) and (min-width:1200px){.Benefits-module__tN5IeG__counterImage{width:470px;height:auto}}@media (max-width:1199px) and (min-width:992px){.Benefits-module__tN5IeG__counterImage{width:400px;height:auto}}@media (max-width:991px) and (min-width:540px){.Benefits-module__tN5IeG__counterImage{width:470px;height:auto}}@media (max-width:991px){.Benefits-module__tN5IeG__container{grid-template-rows:auto auto;grid-template-columns:1fr;row-gap:70px}.Benefits-module__tN5IeG__bgImage1{display:none}}@media (max-width:539px){.Benefits-module__tN5IeG__counterImage{width:90%;height:auto}.Benefits-module__tN5IeG__innerGrid{grid-template-rows:repeat(4,1fr);grid-template-columns:1fr;gap:30px 0}.Benefits-module__tN5IeG__circle img{width:25px}.Benefits-module__tN5IeG__circle{width:60px;height:60px}.Benefits-module__tN5IeG__numbers{color:var(--headingColor);margin-bottom:.4rem;font-size:20px;font-weight:700;line-height:20px}.Benefits-module__tN5IeG__letters{font-size:15px}.Benefits-module__tN5IeG__numsLetterctr{flex-direction:column;justify-content:center;display:flex}.Benefits-module__tN5IeG__left{justify-content:start;display:flex}.Benefits-module__tN5IeG__aboutUsText{text-align:start}.Benefits-module__tN5IeG__bgImage2{display:none}.Benefits-module__tN5IeG__aboutUsTitle{text-align:start}}@media (max-width:640px) and (min-width:540px){.Benefits-module__tN5IeG__numsLetterctr{flex-direction:column;justify-content:center;display:flex}.Benefits-module__tN5IeG__circle img{width:25px}.Benefits-module__tN5IeG__circle{width:65px;height:65px}.Benefits-module__tN5IeG__bgImage2{display:none}}.Benefits-module__tN5IeG__aboutUsTitleSin,.Benefits-module__tN5IeG__aboutUsTitleSin span{font-size:33px;line-height:55px}
.NewHomePage-module__bt6OUq__homePageTwoTitle{color:#fff;margin-bottom:15px;font-family:Playfair Display,serif;font-size:72px;font-weight:500;line-height:1.18}.NewHomePage-module__bt6OUq__textContent h1{text-shadow:2px 2px 4px rgba(0,0,0,.3)}.NewHomePage-module__bt6OUq__homePageTwoDes{color:#fff;max-width:680px;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.75}.NewHomePage-module__bt6OUq__heroSection{width:100%;height:calc(100vh - 92px);position:relative;overflow:hidden}.NewHomePage-module__bt6OUq__slidesContainer{width:100%;height:100%;position:relative}.NewHomePage-module__bt6OUq__slide{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.NewHomePage-module__bt6OUq__slide.NewHomePage-module__bt6OUq__active{opacity:1;pointer-events:auto}.NewHomePage-module__bt6OUq__slideBackground{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.NewHomePage-module__bt6OUq__slideBackground:before{content:"";z-index:1;background:rgba(0,0,0,.3);width:100%;height:100%;position:absolute;top:0;left:0}.NewHomePage-module__bt6OUq__slideContent{z-index:2;justify-content:space-between;align-items:end;width:100%;height:100%;margin:0 auto;padding:0 120px 0 270px;display:flex;position:relative}.NewHomePage-module__bt6OUq__textContent{color:#fff;flex-direction:column;flex:2;justify-content:center;height:100%;display:flex}.NewHomePage-module__bt6OUq__imageContent{flex:1;position:relative}.NewHomePage-module__bt6OUq__graduationPerson{filter:drop-shadow(0 10px 30px rgba(0,0,0,.3));width:auto;height:80vh;position:relative}.NewHomePage-module__bt6OUq__fixedButtons{z-index:10;flex-wrap:wrap;gap:30px;display:flex;position:absolute;bottom:210px;left:270px}.NewHomePage-module__bt6OUq__btn{cursor:pointer;border:none;align-items:center;gap:10px;padding:18px 40px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.NewHomePage-module__bt6OUq__btnPrimary{background:var(--mainColor);color:#fff;cursor:pointer;z-index:1;border:none;padding:24px 27px;font-size:16px;font-weight:500;line-height:1;transition:transform .3s,box-shadow .3s,color .6s;position:relative;overflow:hidden}.NewHomePage-module__bt6OUq__btnPrimary:before{content:"";z-index:-1;background:#fff;width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.NewHomePage-module__bt6OUq__btnPrimary:hover:before{left:0}.NewHomePage-module__bt6OUq__btnPrimary:hover{color:var(--headingColor)}.NewHomePage-module__bt6OUq__btnPrimary:active{transform:translateY(0)}.NewHomePage-module__bt6OUq__btnSecondary{color:#fff;cursor:pointer;z-index:1;background:0 0;border:1px solid #fff;padding:22px 27px;font-size:16px;font-weight:500;line-height:1;transition:transform .3s,color .6s;position:relative;overflow:hidden}.NewHomePage-module__bt6OUq__btnSecondary:before{content:"";z-index:-1;background:#fff;width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.NewHomePage-module__bt6OUq__btnSecondary:hover:before{left:0}.NewHomePage-module__bt6OUq__btnSecondary:hover{color:var(--headingColor)}.NewHomePage-module__bt6OUq__btnSecondary:active{transform:translateY(0)}.NewHomePage-module__bt6OUq__btnArrow{transition:transform .3s;display:inline-block}.NewHomePage-module__bt6OUq__btn:hover .NewHomePage-module__bt6OUq__btnArrow{transform:translate(5px)}.NewHomePage-module__bt6OUq__socialSidebar{z-index:10;flex-direction:column;gap:15px;display:flex;position:absolute;top:50%;left:30px;transform:translateY(-50%)}.NewHomePage-module__bt6OUq__socialIcon{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.NewHomePage-module__bt6OUq__socialIcon:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.6);transform:translate(5px)}.NewHomePage-module__bt6OUq__socialIcon svg{fill:#fff;width:20px;height:20px}.NewHomePage-module__bt6OUq__carouselDots{z-index:10;gap:12px;display:flex;position:absolute;bottom:40px;right:40px}.NewHomePage-module__bt6OUq__dot{cursor:pointer;background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.6);border-radius:50%;width:12px;height:12px;transition:all .3s}.NewHomePage-module__bt6OUq__dot:hover{background:rgba(255,255,255,.6);transform:scale(1.2)}.NewHomePage-module__bt6OUq__dot.NewHomePage-module__bt6OUq__active{background:#e91e63;border-color:#e91e63;width:14px;height:14px}@media (max-width:1200px){.NewHomePage-module__bt6OUq__slideContent{padding:0 50px}.NewHomePage-module__bt6OUq__textContent h1{font-size:3rem}.NewHomePage-module__bt6OUq__graduationPerson{height:70vh}.NewHomePage-module__bt6OUq__fixedButtons{left:50px}}@media (max-width:968px){.NewHomePage-module__bt6OUq__slideContent{text-align:center;flex-direction:column;justify-content:center;padding:40px}.NewHomePage-module__bt6OUq__textContent{max-width:100%}.NewHomePage-module__bt6OUq__textContent h1{font-size:2.5rem}.NewHomePage-module__bt6OUq__textContent p{margin-bottom:20px}.NewHomePage-module__bt6OUq__graduationPerson{height:40vh;margin-top:20px}.NewHomePage-module__bt6OUq__fixedButtons{justify-content:center;bottom:80px;left:50%;transform:translate(-50%)}.NewHomePage-module__bt6OUq__socialSidebar{left:15px}.NewHomePage-module__bt6OUq__carouselDots{right:50%;transform:translate(50%)}}@media (max-width:576px){.NewHomePage-module__bt6OUq__textContent h1{font-size:2rem}.NewHomePage-module__bt6OUq__textContent p{font-size:1rem}.NewHomePage-module__bt6OUq__btn{padding:15px 30px;font-size:.9rem}.NewHomePage-module__bt6OUq__fixedButtons{flex-direction:column;width:calc(100% - 80px);bottom:60px}.NewHomePage-module__bt6OUq__btn{justify-content:center;width:100%}}.NewHomePage-module__bt6OUq__headerLayout2{position:relative}.NewHomePage-module__bt6OUq__menuArea{z-index:1;position:relative}.NewHomePage-module__bt6OUq__menuArea:before{width:var(--shape-width,300px);content:"";background-color:var(--mainColor,#0078ff);clip-path:polygon(0 0,100% 0%,93% 100%,0% 100%);z-index:-1;height:100px;position:absolute;bottom:0;left:0}.NewHomePage-module__bt6OUq__siTitle{font-size:60px;line-height:1.15}
.Test123-module__7KmjzW__container{margin:0 auto}.Test123-module__7KmjzW__title{color:#333;margin-bottom:20px;font-size:1.6rem;font-weight:600}.Test123-module__7KmjzW__chartWrapper{width:390px;height:390px;margin:0 auto 20px;position:relative}.Test123-module__7KmjzW__stats p{margin:5px 0;font-size:1rem}.Test123-module__7KmjzW__stats span{font-weight:700}.Test123-module__7KmjzW__subjectSection{text-align:left;margin-top:40px}.Test123-module__7KmjzW__subTitle{color:#333;text-align:center;margin-bottom:16px;font-size:1.3rem;font-weight:600}.Test123-module__7KmjzW__performanceBox{background-color:#f9f9f9;border-radius:12px;margin-bottom:16px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.Test123-module__7KmjzW__performanceHeader{color:#555;justify-content:space-between;margin-bottom:10px;font-size:.95rem;display:flex}.Test123-module__7KmjzW__progressBar{background-color:#e0e0e0;border-radius:8px;width:100%;height:20px;margin-bottom:10px;position:relative;overflow:hidden}.Test123-module__7KmjzW__progressFill{border-radius:8px;height:100%;transition:width .5s;position:relative}.Test123-module__7KmjzW__progressText{color:#fff;white-space:nowrap;font-size:.9rem;font-weight:600;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Test123-module__7KmjzW__status{text-align:center;color:#333;font-weight:500}.Test123-module__7KmjzW__status span{font-weight:600}@media (max-width:500px){.Test123-module__7KmjzW__performanceHeader{flex-direction:column;align-items:flex-start}.Test123-module__7KmjzW__progressText{font-size:.8rem}}.Test123-module__7KmjzW__visualSection{text-align:center;margin-top:40px}.Test123-module__7KmjzW__barWrapper{background:#f9f9f9;border-radius:12px;margin:0 auto;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.Test123-module__7KmjzW__barWrapperRadar{background:#f9f9f9;border-radius:12px;max-width:700px;margin:0 auto;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.Test123-module__7KmjzW__legendNote{text-align:center;color:#555;margin-top:10px;font-size:.9rem}.Test123-module__7KmjzW__subjectBreakdown{gap:20px;margin-bottom:40px;display:grid}.Test123-module__7KmjzW__subjectCard{background:#fff;border:2px solid #e5e7eb;border-radius:15px;padding:25px;transition:all .3s}.Test123-module__7KmjzW__subjectCard:hover{border-color:#10b981;box-shadow:0 8px 20px rgba(16,185,129,.15)}.Test123-module__7KmjzW__subjectHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Test123-module__7KmjzW__subjectName{color:#1f2937;font-size:1.3em;font-weight:700}.Test123-module__7KmjzW__subjectScore{color:#10b981;font-size:1.5em;font-weight:700}.Test123-module__7KmjzW__subjectDetails{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-top:15px;display:grid}.Test123-module__7KmjzW__detailItem{text-align:center;background:#f9fafb;border-radius:10px;padding:15px}.Test123-module__7KmjzW__detailLabel{color:#6b7280;margin-bottom:5px;font-size:.85em}.Test123-module__7KmjzW__detailValue{color:#1f2937;font-size:1.2em;font-weight:700}.Test123-module__7KmjzW__performanceBadge{text-transform:uppercase;letter-spacing:1px;border-radius:25px;padding:8px 20px;font-size:.9em;font-weight:700;display:inline-block}.Test123-module__7KmjzW__badgeExcellent{color:#065f46;background:#d1fae5}.Test123-module__7KmjzW__badgeAverage{color:#92400e;background:#fef3c7}.Test123-module__7KmjzW__badgeGood{color:#1e40af;background:#dbeafe}.Test123-module__7KmjzW__sectionTitle{color:#059669;text-align:left;border-bottom:3px solid #10b981;margin:0 0 25px;padding-bottom:10px;font-size:1.8em;font-weight:800}
.SpinnerTwo-module__WRbYuW__Loaderbackground{background-color:#ebebe7;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.SpinnerTwo-module__WRbYuW__loaderContainer{width:190px;height:190px;position:relative}.SpinnerTwo-module__WRbYuW__loader{aspect-ratio:1;--_m:conic-gradient(transparent 10%,#000),linear-gradient(#000 0 0)content-box;width:190px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;background:#25b09b;border-radius:50%;padding:8px;animation:1.5s linear infinite SpinnerTwo-module__WRbYuW__l3;-webkit-mask-composite:source-out;mask-composite:subtract}@keyframes SpinnerTwo-module__WRbYuW__l3{to{transform:rotate(1turn)}}.SpinnerTwo-module__WRbYuW__logo{border-radius:50%;width:150px;height:150px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.SpinnerTwo-module__WRbYuW__logo img{object-fit:cover;width:100%;height:100%}
.StudentAnalyzeReport-module__fihTBG__reportSectionTotalTab{background:#fff;border-radius:20px;max-width:1200px;margin:0 auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.StudentAnalyzeReport-module__fihTBG__header{color:#fff;text-align:center;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-top-left-radius:20px;border-top-right-radius:20px;padding:40px}.StudentAnalyzeReport-module__fihTBG__header h1{margin-bottom:10px;font-size:2.5em;font-weight:800}.StudentAnalyzeReport-module__fihTBG__header p{opacity:.95;font-size:1.1em}.StudentAnalyzeReport-module__fihTBG__studentInfo{background:#f0fdf4;border-bottom:3px solid #10b981;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:30px 40px;display:grid}.StudentAnalyzeReport-module__fihTBG__infoItem{text-align:center}.StudentAnalyzeReport-module__fihTBG__infoLabel{color:#059669;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:.9em;font-weight:700}.StudentAnalyzeReport-module__fihTBG__infoValue{color:#1f2937;font-size:1.4em;font-weight:800}.StudentAnalyzeReport-module__fihTBG__content{padding:40px}.StudentAnalyzeReport-module__fihTBG__scoreOverview{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;display:grid}.StudentAnalyzeReport-module__fihTBG__scoreCard{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:15px;padding:30px;transition:transform .3s;box-shadow:0 10px 25px rgba(16,185,129,.3)}.StudentAnalyzeReport-module__fihTBG__scoreCard:hover{transform:translateY(-5px)}.StudentAnalyzeReport-module__fihTBG__scoreCard h3{opacity:.9;text-transform:uppercase;letter-spacing:1px;margin-top:0;margin-bottom:15px;font-size:1em}.StudentAnalyzeReport-module__fihTBG__bigNumber{font-size:3em;font-weight:700;line-height:1}.StudentAnalyzeReport-module__fihTBG__sectionTitle{color:#059669;border-bottom:3px solid #10b981;margin:40px 0 25px;padding-bottom:10px;font-size:1.8em;font-weight:700}.StudentAnalyzeReport-module__fihTBG__chartContainer{background:#f9fafb;border-radius:15px;margin-bottom:30px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.StudentAnalyzeReport-module__fihTBG__chartWrapper{height:400px;position:relative}.StudentAnalyzeReport-module__fihTBG__strengths{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-left:5px solid #10b981;border-radius:15px;margin-bottom:30px;padding:25px}.StudentAnalyzeReport-module__fihTBG__strengths h3{color:#065f46;margin-bottom:15px;font-size:1.3em}.StudentAnalyzeReport-module__fihTBG__strengths ul{padding-left:0;list-style:none}.StudentAnalyzeReport-module__fihTBG__strengths li{color:#064e3b;padding:10px 0 10px 25px;font-size:1.05em;line-height:1.6;position:relative}.StudentAnalyzeReport-module__fihTBG__strengths li:before{content:"✓";color:#10b981;font-size:1.2em;font-weight:700;position:absolute;left:0}.StudentAnalyzeReport-module__fihTBG__recommendations{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:5px solid #f59e0b;border-radius:15px;margin-bottom:30px;padding:25px}.StudentAnalyzeReport-module__fihTBG__recommendations h3{color:#92400e;margin-bottom:15px;font-size:1.3em}.StudentAnalyzeReport-module__fihTBG__recommendations ul{padding-left:0;list-style:none}.StudentAnalyzeReport-module__fihTBG__recommendations li{color:#78350f;padding:10px 0 10px 25px;font-size:1.05em;line-height:1.6;position:relative}.StudentAnalyzeReport-module__fihTBG__recommendations li:before{content:"→";color:#f59e0b;font-weight:700;position:absolute;left:0}.StudentAnalyzeReport-module__fihTBG__subjectBreakdown{gap:20px;margin-bottom:40px;display:grid}.StudentAnalyzeReport-module__fihTBG__subjectCard{background:#fff;border:2px solid #e5e7eb;border-radius:15px;padding:25px;transition:all .3s}.StudentAnalyzeReport-module__fihTBG__subjectCard:hover{border-color:#10b981;box-shadow:0 8px 20px rgba(16,185,129,.15)}.StudentAnalyzeReport-module__fihTBG__subjectHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.StudentAnalyzeReport-module__fihTBG__subjectName{color:#1f2937;font-size:1.3em;font-weight:700}.StudentAnalyzeReport-module__fihTBG__subjectScore{color:#10b981;font-size:1.5em;font-weight:700}.StudentAnalyzeReport-module__fihTBG__progressBar{background:#e5e7eb;border-radius:15px;height:30px;margin-bottom:15px;position:relative;overflow:hidden}.StudentAnalyzeReport-module__fihTBG__progressFill{color:#fff;background:linear-gradient(90deg,#10b981 0%,#059669 100%);justify-content:flex-end;align-items:center;height:100%;padding-right:15px;font-weight:600;transition:width 1s;display:flex}.StudentAnalyzeReport-module__fihTBG__progressFill.StudentAnalyzeReport-module__fihTBG__medium{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.StudentAnalyzeReport-module__fihTBG__subjectDetails{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-top:15px;display:grid}.StudentAnalyzeReport-module__fihTBG__detailItem{text-align:center;background:#f9fafb;border-radius:10px;padding:15px}.StudentAnalyzeReport-module__fihTBG__detailLabel{color:#6b7280;margin-bottom:5px;font-size:.85em}.StudentAnalyzeReport-module__fihTBG__detailValue{color:#1f2937;font-size:1.2em;font-weight:700}.StudentAnalyzeReport-module__fihTBG__performanceBadge{text-transform:uppercase;letter-spacing:1px;border-radius:25px;padding:8px 20px;font-size:.9em;font-weight:700;display:inline-block}.StudentAnalyzeReport-module__fihTBG__badgeExcellent{color:#065f46;background:#d1fae5}.StudentAnalyzeReport-module__fihTBG__badgeAverage{color:#92400e;background:#fef3c7}.StudentAnalyzeReport-module__fihTBG__badgeGood{color:#1e40af;background:#dbeafe}.StudentAnalyzeReport-module__fihTBG__footer{text-align:center;color:#6b7280;background:#f9fafb;border-top:2px solid #e5e7eb;border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:30px 40px}.StudentAnalyzeReport-module__fihTBG__footer span{font-weight:800}.StudentAnalyzeReport-module__fihTBG__footer p{margin:5px 0}.StudentAnalyzeReport-module__fihTBG__getGraphSection{margin-bottom:30px;padding-left:40px;padding-right:40px}.StudentAnalyzeReport-module__fihTBG__strengthsWeaknesTextSection{padding-left:40px;padding-right:40px}@media (max-width:768px){.StudentAnalyzeReport-module__fihTBG__header h1{font-size:1.8em}.StudentAnalyzeReport-module__fihTBG__content{padding:20px}.StudentAnalyzeReport-module__fihTBG__chartWrapper{height:300px}.StudentAnalyzeReport-module__fihTBG__subjectHeader{flex-direction:column;align-items:flex-start;gap:10px}}
.Offers-module__5oaNOa__servicesSection{background:linear-gradient(135deg,#00d4ff 0%,#00e5ff 100%);min-height:100vh;padding:80px 20px}.Offers-module__5oaNOa__servicesContainer{max-width:1400px;margin:0 auto}.Offers-module__5oaNOa__servicesHeader{margin-bottom:50px}.Offers-module__5oaNOa__servicesSubtitle{color:var(--mainColor);margin-bottom:15px;font-size:15px}.Offers-module__5oaNOa__servicesTitleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.Offers-module__5oaNOa__servicesTitle{color:var(--headingColor);margin-top:0;margin-bottom:20px;font-size:40px;font-weight:700;line-height:61px}.Offers-module__5oaNOa__servicesIntro{color:var(--bodyColor);max-width:600px;font-size:18px;font-weight:400;line-height:1.8}.Offers-module__5oaNOa__servicesViewAll{color:#333;letter-spacing:1px;cursor:pointer;border-bottom:2px solid #333;padding-bottom:2px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.Offers-module__5oaNOa__servicesViewAll:hover{color:#fff;border-bottom-color:#fff}.Offers-module__5oaNOa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;display:grid}.Offers-module__5oaNOa__servicesCard{cursor:pointer;background:#fff;border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Offers-module__5oaNOa__servicesCard:hover{transform:translateY(-10px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.Offers-module__5oaNOa__servicesCardImage{object-fit:cover;width:100%;height:280px;transition:transform .3s}.Offers-module__5oaNOa__servicesCard:hover .Offers-module__5oaNOa__servicesCardImage{transform:scale(1.05)}.Offers-module__5oaNOa__servicesCardContent{padding:10px}.Offers-module__5oaNOa__servicesCardTitle{color:#333;text-align:center;margin-top:10px;margin-bottom:15px;font-size:24px;font-weight:700}.Offers-module__5oaNOa__servicesCardDescription{color:#666;text-align:center;padding-bottom:10px;font-size:15px;line-height:1.6}@media (max-width:1200px){.Offers-module__5oaNOa__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}}@media (max-width:768px){.Offers-module__5oaNOa__servicesSection{padding:60px 15px}.Offers-module__5oaNOa__servicesTitle{font-size:36px}.Offers-module__5oaNOa__servicesGrid{grid-template-columns:1fr;gap:25px}.Offers-module__5oaNOa__servicesCardImage{height:240px}.Offers-module__5oaNOa__servicesTitleRow{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.Offers-module__5oaNOa__servicesSection{padding:40px 15px}.Offers-module__5oaNOa__servicesTitle{font-size:28px}.Offers-module__5oaNOa__servicesSubtitle,.Offers-module__5oaNOa__servicesIntro{font-size:14px}.Offers-module__5oaNOa__servicesCardContent{padding:20px}.Offers-module__5oaNOa__servicesCardTitle{font-size:20px}.Offers-module__5oaNOa__servicesCardDescription{font-size:14px}.Offers-module__5oaNOa__servicesCardImage{height:200px}}.Offers-module__5oaNOa__servicesCardTitleSi{font-size:20px}.Offers-module__5oaNOa__servicesTitleSin{font-size:33px;line-height:55px}.Offers-module__5oaNOa__servicesIntroSin{font-size:16px}
.DropDownContact-module__FQFsNW__dropdownContainer{position:relative}.DropDownContact-module__FQFsNW__dropdownButton{cursor:pointer;width:100%;height:55px;color:var(--headingColor);background-color:#f8f8f8;border:1px solid rgba(8,60,130,.09);border-radius:0;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:10px 20px;font-size:16px;transition:all .3s;display:flex}.DropDownContact-module__FQFsNW__dropdownButton:active{transform:translateY(0)}.DropDownContact-module__FQFsNW__arrow{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--mainColor);width:0;height:0;transition:transform .3s}.DropDownContact-module__FQFsNW__active .DropDownContact-module__FQFsNW__arrow{transform:rotate(180deg)}.DropDownContact-module__FQFsNW__dropdownMenu{opacity:0;visibility:hidden;background:#fff;border-radius:12px;width:100%;max-height:270px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:absolute;top:calc(100% + 8px);left:0;overflow-x:hidden;overflow-y:auto;transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.15)}.DropDownContact-module__FQFsNW__show{opacity:1;visibility:visible;transform:translateY(0)}.DropDownContact-module__FQFsNW__dropdownItem{color:#333;cursor:pointer;border-left:3px solid transparent;padding:14px 20px;transition:all .2s}.DropDownContact-module__FQFsNW__dropdownItem:hover{border-left-color:var(--mainColor);background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,rgba(255,255,255,0) 100%);padding-left:24px}.DropDownContact-module__FQFsNW__dropdownItem:not(:last-child){border-bottom:1px solid #f0f0f0}@keyframes DropDownContact-module__FQFsNW__slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:first-child{animation:.3s 50ms forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(2){animation:.3s .1s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(3){animation:.3s .15s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(4){animation:.3s .2s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(5){animation:.3s .25s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(6){animation:.3s .3s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(7){animation:.3s .35s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(8){animation:.3s .4s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(9){animation:.3s .45s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(10){animation:.3s .5s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(11){animation:.3s .55s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(12){animation:.3s .6s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(13){animation:.3s .65s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(14){animation:.3s .7s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(15){animation:.3s .75s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(16){animation:.3s .8s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(17){animation:.3s .85s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(18){animation:.3s .9s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(19){animation:.3s .95s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu.DropDownContact-module__FQFsNW__show .DropDownContact-module__FQFsNW__dropdownItem:nth-child(20){animation:.3s 1s forwards DropDownContact-module__FQFsNW__slideIn}.DropDownContact-module__FQFsNW__dropdownMenu{scrollbar-width:thin;scrollbar-color:var(--mainColor)#f1f1f1}
.Spinner-module__s0pLYa__bg{--base-color:#fff;border-radius:10px;justify-content:center;align-items:center;height:70vh;padding:20px;display:flex}.Spinner-module__s0pLYa__loader{width:120px;height:80px;display:inline-block;position:relative}.Spinner-module__s0pLYa__loader:before{content:"";background-color:#2da973;background-image:radial-gradient(circle 16px at 36px 36px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 36px 0px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 0px 36px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 72px 36px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 36px 72px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 60px 10px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 60px 10px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 60px 60px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 10px 60px,var(--base-color)100%,transparent 0),radial-gradient(circle 8px at 10px 10px,var(--base-color)100%,transparent 0);box-sizing:border-box;background-repeat:no-repeat;border-radius:50%;width:72px;height:72px;animation:3s linear infinite Spinner-module__s0pLYa__rotationBack;position:absolute;top:0;left:0}.Spinner-module__s0pLYa__loader:after{content:"";background-color:#2da973;background-image:radial-gradient(circle 10px at 24px 24px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 24px 0px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 0px 24px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 48px 24px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 24px 48px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 40px 6px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 40px 6px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 40px 40px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 6px 40px,var(--base-color)100%,transparent 0),radial-gradient(circle 5px at 6px 6px,var(--base-color)100%,transparent 0);box-sizing:border-box;background-repeat:no-repeat;border-radius:50%;width:48px;height:48px;animation:4s linear infinite reverse Spinner-module__s0pLYa__rotationBack;position:absolute;top:30px;left:70px}@keyframes Spinner-module__s0pLYa__rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
.examFinished-module__3W0Z3q__examFinnishResultsHeader{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-bottom:1px solid #e5e7eb;padding:40px}.examFinished-module__3W0Z3q__examFinnishHeaderTitle{color:#166534;margin-bottom:12px;font-size:28px;font-weight:700}.examFinished-module__3W0Z3q__examFinnishHeaderDescription{color:#4b5563;max-width:600px;margin:0 auto;font-size:16px;line-height:1.6}.examFinished-module__3W0Z3q__examFinnishTabButton{color:#666;cursor:pointer;background:0 0;border:2px solid #e0e0e0;flex:1;padding:18px 24px;font-size:16px;font-weight:500;transition:all .3s;position:relative}.examFinished-module__3W0Z3q__examFinnishTabsHeader{background-color:#fafafa;gap:20px;max-width:900px;margin:20px auto;display:flex}.examFinished-module__3W0Z3q__activeTab{color:var(--mainColor);border:2px solid var(--mainColor);background-color:#fff}
.FAQsection-module__x0BM9a__FAQsecContainer{max-width:1400px;padding-left:var(--padding-left);padding-right:var(--padding-right);margin:50px auto;font-family:Arial,sans-serif}.FAQsection-module__x0BM9a__FAQsecTitle{text-align:center;color:var(--headingColor);margin-bottom:40px;font-size:2.5em}.FAQsection-module__x0BM9a__FAQsecItem{background-color:var(--white-color);border:2px solid #e5e5e5;border-radius:8px;margin-bottom:15px;transition:border-color .3s;overflow:hidden}.FAQsection-module__x0BM9a__FAQsecItem:hover{border-color:var(--mainColor)}.FAQsection-module__x0BM9a__FAQsecQuestion{cursor:pointer;background-color:var(--white-color);justify-content:space-between;align-items:center;padding:20px;transition:background-color .3s;display:flex}.FAQsection-module__x0BM9a__FAQsecQuestion:hover{background-color:#f8f8f8}.FAQsection-module__x0BM9a__FAQsecQuestionText{color:var(--headingColor);flex:1;margin:0;font-size:1.1em;font-weight:600}.FAQsection-module__x0BM9a__FAQsecIcon{background-color:var(--mainColor);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:15px;transition:transform .3s;display:flex}.FAQsection-module__x0BM9a__FAQsecIcon:after{content:"+";color:var(--white-color);font-size:20px;font-weight:700}.FAQsection-module__x0BM9a__active .FAQsection-module__x0BM9a__FAQsecIcon{transform:rotate(45deg)}.FAQsection-module__x0BM9a__FAQsecAnswer{max-height:0;padding:0 20px;transition:max-height .3s,padding .3s;overflow:hidden}.FAQsection-module__x0BM9a__FAQsecAnswerText{color:var(--bodyColor);margin:0;line-height:1.6}
.AdvertisementsList-module__KiZk7a__ads-filter-sec-container{background:#fff;border-radius:16px;max-width:1200px;margin:0 auto;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.AdvertisementsList-module__KiZk7a__ads-filter-sec-title{color:#2d3748;align-items:center;gap:12px;margin-bottom:24px;font-size:28px;font-weight:700;display:flex}.AdvertisementsList-module__KiZk7a__ads-filter-sec-title:before{content:"🔍";font-size:32px}.AdvertisementsList-module__KiZk7a__ads-filter-sec-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px;display:grid}.AdvertisementsList-module__KiZk7a__ads-filter-sec-field{flex-direction:column;gap:8px;display:flex}.AdvertisementsList-module__KiZk7a__ads-filter-sec-label{color:#4a5568;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.AdvertisementsList-module__KiZk7a__ads-filter-sec-input,.AdvertisementsList-module__KiZk7a__ads-filter-sec-select{color:#2d3748;background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:12px 16px;font-size:15px;transition:all .3s}.AdvertisementsList-module__KiZk7a__ads-filter-sec-input:focus,.AdvertisementsList-module__KiZk7a__ads-filter-sec-select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.AdvertisementsList-module__KiZk7a__ads-filter-sec-input::placeholder{color:#a0aec0}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-wrapper{grid-column:1/-1}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-toggle:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-toggle:after{content:"▼";font-size:12px;transition:transform .3s}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-toggle.AdvertisementsList-module__KiZk7a__active:after{transform:rotate(180deg)}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-panel{max-height:0;margin-top:16px;transition:max-height .4s;overflow:hidden}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-panel.AdvertisementsList-module__KiZk7a__active{max-height:500px;overflow-y:auto}.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-grid{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:20px;display:grid}.AdvertisementsList-module__KiZk7a__ads-filter-sec-checkbox-item{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:8px;transition:background .2s;display:flex}.AdvertisementsList-module__KiZk7a__ads-filter-sec-checkbox-item:hover{background:#fff}.AdvertisementsList-module__KiZk7a__ads-filter-sec-checkbox{cursor:pointer;accent-color:#667eea;width:18px;height:18px}.AdvertisementsList-module__KiZk7a__ads-filter-sec-checkbox-label{color:#2d3748;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px}.AdvertisementsList-module__KiZk7a__ads-filter-sec-actions{border-top:2px solid #e2e8f0;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:24px;display:flex}.AdvertisementsList-module__KiZk7a__ads-filter-sec-reset-btn{color:#e53e3e;cursor:pointer;background:#fff;border:2px solid #e53e3e;border-radius:8px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .3s}.AdvertisementsList-module__KiZk7a__ads-filter-sec-reset-btn:hover{color:#fff;background:#e53e3e;transform:translateY(-2px);box-shadow:0 8px 20px rgba(229,62,62,.3)}@media (max-width:768px){.AdvertisementsList-module__KiZk7a__ads-filter-sec-container{padding:24px}.AdvertisementsList-module__KiZk7a__ads-filter-sec-grid,.AdvertisementsList-module__KiZk7a__ads-filter-sec-districts-grid{grid-template-columns:1fr}}.AdvertisementsList-module__KiZk7a__container{max-width:1200px;margin:0 auto}.AdvertisementsList-module__KiZk7a__ads-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;margin-top:30px;display:grid}.AdvertisementsList-module__KiZk7a__ad-card{background:var(--white-color);cursor:pointer;border-radius:15px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.2)}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted{background:linear-gradient(135deg,#fff9e6 0%,#fffaf0 100%);border:3px solid gold;animation:2s ease-in-out infinite AdvertisementsList-module__KiZk7a__pulse}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted:before{content:"⭐ FEATURED";color:#000;z-index:10;letter-spacing:1px;background:linear-gradient(135deg,gold 0%,orange 100%);border-radius:25px;padding:8px 16px;font-size:.8rem;font-weight:700;position:absolute;top:15px;right:15px}.AdvertisementsList-module__KiZk7a__ad-card:hover{transform:translateY(-4px);box-shadow:0 3px 10px rgba(0,0,0,.3)}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted:hover{box-shadow:0 3px 10px rgba(0,0,0,.3)}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted .AdvertisementsList-module__KiZk7a__ad-title{color:#b8860b;text-shadow:0 1px 2px rgba(255,215,0,.3)}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted .AdvertisementsList-module__KiZk7a__teacher-name{color:#8b6914}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted .AdvertisementsList-module__KiZk7a__contact-btn{color:#000;background:linear-gradient(135deg,gold 0%,orange 100%);font-weight:700;box-shadow:0 4px 15px rgba(255,215,0,.4)}.AdvertisementsList-module__KiZk7a__ad-card.AdvertisementsList-module__KiZk7a__highlighted .AdvertisementsList-module__KiZk7a__contact-btn:hover{opacity:1;transform:scale(1.01)}.AdvertisementsList-module__KiZk7a__ad-image{object-fit:cover;background:linear-gradient(135deg,#2da973 0%,#527e6b 100%);width:100%;height:250px}.AdvertisementsList-module__KiZk7a__ad-content{padding:25px}.AdvertisementsList-module__KiZk7a__ad-title{color:var(--mainColor);margin-bottom:8px;font-size:1.3rem;font-weight:700;line-height:1.3}.AdvertisementsList-module__KiZk7a__teacher-name{color:var(--headingColor);margin-bottom:10px;font-size:1.2rem;font-weight:600}.AdvertisementsList-module__KiZk7a__teacher-description{color:var(--bodyColor);font-size:.95rem;line-height:1.6}.AdvertisementsList-module__KiZk7a__ad-details{flex-direction:column;gap:12px;display:flex}.AdvertisementsList-module__KiZk7a__detail-item{color:var(--bodyColor);align-items:center;gap:10px;font-size:.9rem;display:flex}.AdvertisementsList-module__KiZk7a__detail-icon{width:20px;height:20px;color:var(--mainColor);justify-content:center;align-items:center;font-weight:700;display:flex}.AdvertisementsList-module__KiZk7a__contact-btn{width:100%;color:var(--white-color);cursor:pointer;background:linear-gradient(135deg,#2da973 0%,#527e6b 100%);border:none;border-radius:8px;margin-top:20px;padding:12px;font-size:1rem;font-weight:600;transition:all .3s}.AdvertisementsList-module__KiZk7a__contact-btn:hover{opacity:.9}.AdvertisementsList-module__KiZk7a__published-date{color:#999;border-top:1px solid #eee;margin-top:15px;padding-top:15px;font-size:.85rem}@media (max-width:768px){.AdvertisementsList-module__KiZk7a__ads-grid{grid-template-columns:1fr;gap:20px}}.AdvertisementsList-module__KiZk7a__readMore{color:var(--mainColor);cursor:pointer;margin-left:4px;font-weight:500;text-decoration:underline;transition:color .25s}.AdvertisementsList-module__KiZk7a__readMore:hover{color:#06813a}.AdvertisementsList-module__KiZk7a__descriptionFixedHeight{min-height:122px;margin-bottom:15px}
.StudentRanking-module__rgG2kG__SfullContainer{background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%)}.StudentRanking-module__rgG2kG__studentRankingContainer{max-width:1200px;height:90vh;margin:0 auto;padding-top:40px}.StudentRanking-module__rgG2kG__mainHeader{text-align:center;background:linear-gradient(135deg,#444f6c 0%,#7b8397 100%);border-radius:16px;margin-bottom:30px;padding:30px 20px;animation:.6s ease-in StudentRanking-module__rgG2kG__fadeIn;box-shadow:0 8px 24px rgba(0,0,0,.15)}.StudentRanking-module__rgG2kG__mainHeader h1{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin:0;font-size:2em;font-weight:600}.StudentRanking-module__rgG2kG__studentRankingContainer h3{color:#444f6c;margin-top:0;margin-bottom:10px;font-size:2em;font-weight:800}.StudentRanking-module__rgG2kG__list{margin:0;padding:0;list-style:none}.StudentRanking-module__rgG2kG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:0;padding:0;list-style:none;animation:.6s ease-in StudentRanking-module__rgG2kG__fadeIn;display:grid}.StudentRanking-module__rgG2kG__card{cursor:pointer;background:#fff;border:2px solid transparent;border-radius:12px;padding:24px;list-style:none;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.08)}.StudentRanking-module__rgG2kG__card:hover{border-color:#7b8397;transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.StudentRanking-module__rgG2kG__cardTitle{color:#444f6c;margin-bottom:8px;font-size:1.5em;font-weight:600}.StudentRanking-module__rgG2kG__cardSubtitle{color:#7b8397;font-size:.95em}.StudentRanking-module__rgG2kG__studentRankingBackButton{color:#fff;cursor:pointer;background:#7b8397;border:none;border-radius:8px;margin-bottom:20px;padding:12px 24px;font-size:1em;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.StudentRanking-module__rgG2kG__studentRankingBackButton:hover{background:#444f6c;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.StudentRanking-module__rgG2kG__paperList{flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;display:flex}.StudentRanking-module__rgG2kG__paperItem{flex:300px}.StudentRanking-module__rgG2kG__SpaperCard{background:#fff;border-radius:12px;margin-bottom:16px;padding:20px;animation:.4s ease-out StudentRanking-module__rgG2kG__slideIn;box-shadow:0 4px 12px rgba(0,0,0,.08)}.StudentRanking-module__rgG2kG__SpaperHeader{justify-content:space-between;align-items:start;margin-bottom:16px;display:flex}.StudentRanking-module__rgG2kG__SpaperDetails{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px;display:grid}.StudentRanking-module__rgG2kG__SviewRankBtn{color:#fff;cursor:pointer;background:#444f6c;border:none;border-radius:8px;width:100%;padding:10px 20px;font-size:.95em;transition:all .3s}.StudentRanking-module__rgG2kG__SpaperName{color:#444f6c;font-size:1.3em;font-weight:600}.StudentRanking-module__rgG2kG__SdetailItem{background:#f0f0f0;border-radius:8px;padding:12px}.StudentRanking-module__rgG2kG__SdetailLabel{color:#7b8397;margin-bottom:4px;font-size:.85em}.StudentRanking-module__rgG2kG__SdetailValue{color:#050608;font-size:1.1em;font-weight:600}
.starter-module__-n2ODG__AllRightsReserved{max-width:800px;margin:0 auto;padding-top:20px}.starter-module__-n2ODG__AllRightsReservedEnglish{font-size:14px}.starter-module__-n2ODG__examPaper{background:#fff;border:3px solid #000;max-width:800px;margin:0 auto 40px;padding:0}.starter-module__-n2ODG__header{border-bottom:2px solid #000}.starter-module__-n2ODG__headerTop{margin-bottom:5px;font-size:14px;font-weight:700}.starter-module__-n2ODG__headerRights{margin-bottom:8px;font-size:12px;font-style:italic}.starter-module__-n2ODG__headerDept{text-align:justify;font-size:9px;line-height:1.4}.starter-module__-n2ODG__titleSection{text-align:center;border-bottom:2px solid #000;padding:15px}.starter-module__-n2ODG__titleMain{margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.6}.starter-module__-n2ODG__titleEnglish{margin-top:5px;font-size:13px}.starter-module__-n2ODG__infoBar{border-bottom:2px solid #000;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.starter-module__-n2ODG__subjectBox{border:2px solid #000;min-width:150px;padding:5px 10px}.starter-module__-n2ODG__subjectBox div{text-align:left;line-height:1.5}.starter-module__-n2ODG__codeBox{align-items:center;gap:5px;display:flex}.starter-module__-n2ODG__codeCell{border:2px solid #000;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;font-weight:700;display:flex}.starter-module__-n2ODG__durationBox{text-align:left;border:2px solid #000;min-width:150px;padding:5px 10px}.starter-module__-n2ODG__durationBox div{line-height:1.5}.starter-module__-n2ODG__instructions{padding:15px}.starter-module__-n2ODG__instructionsTitle{margin-bottom:10px;font-size:14px;font-weight:700}.starter-module__-n2ODG__instructions ul{padding-left:0;list-style:none}.starter-module__-n2ODG__instructions li{margin-bottom:8px;padding-left:25px;font-size:13px;line-height:1.6;position:relative}.starter-module__-n2ODG__instructions li:before{content:"❋";font-weight:700;position:absolute;left:5px}.starter-module__-n2ODG__highlight{font-weight:700}.starter-module__-n2ODG__textContainerRepeat{color:#000;word-break:break-all;text-align:justify;opacity:.7;filter:blur(.5px);background-color:#fff;border-radius:8px;width:100%;max-width:800px;margin:0;padding:0;font-size:10px;font-weight:400;line-height:1.2;overflow:hidden}.starter-module__-n2ODG__textContainerRepeatMiddle{text-align:center;font-size:15px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.starter-module__-n2ODG__insidee{position:relative}.starter-module__-n2ODG__highlightPoints{color:#000;padding:0 3px;font-weight:700}.starter-module__-n2ODG__startButton{justify-content:end;align-items:end;max-width:800px;margin:0 auto;padding-top:30px;display:flex}.starter-module__-n2ODG__notAnswered{aspect-ratio:1;color:#64748b;background:#fff;border:2px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:flex}.starter-module__-n2ODG__answered{aspect-ratio:1;cursor:pointer;color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-color:#059669;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:600;display:flex}.starter-module__-n2ODG__rightWrongDescription{align-items:center;gap:20px;display:flex}.starter-module__-n2ODG__rightWrongAn{align-items:center;gap:5px;display:flex}
